]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
86bb5e9b9dba27f20b980562cb5f7e523bb53517
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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
22 \fi % end if pdflatex is used
23
24 % for correct jump positions whe clicking on a link to a float
25 \usepackage[figure]{hypcap}
26
27 % the pages of the TOC is numbered roman
28 % and a pdf-bookmark for the TOC is added
29 \let\myTOC\tableofcontents
30 \renewcommand\tableofcontents{%
31   \frontmatter
32   \pdfbookmark[1]{\contentsname}{}
33   \myTOC
34   \mainmatter }
35
36 % macro for italic page numbers in the index
37 \newcommand{\IndexDef}[1]{\textit{#1}}
38
39 % for customized page headers/footers
40 % only needed because they are only used in one section of the document
41 \usepackage{fancyhdr}
42 % change header rule width
43 \renewcommand{\headrulewidth}{2pt}
44
45 % used to have extra space in table cells
46 \@ifundefined{extrarowheight}
47  {\usepackage{array}}{}
48 \setlength{\extrarowheight}{2pt}
49
50 % workaround for a makeindex bug,
51 % see sec. "Index Entry Order"
52 % only uncomment this when you are using makindex
53 %\let\OrgIndex\index 
54 %\renewcommand*{\index}[1]{\OrgIndex{#1}}
55 \end_preamble
56 \options refpage,intoc,bibliography=totoc,index=totoc,BCOR7.5mm,captions=tableheading
57 \use_default_options false
58 \begin_modules
59 customHeadersFooters
60 enumitem
61 \end_modules
62 \maintain_unincluded_children false
63 \language english
64 \language_package default
65 \inputencoding auto
66 \fontencoding global
67 \font_roman default
68 \font_sans default
69 \font_typewriter default
70 \font_math auto
71 \font_default_family default
72 \use_non_tex_fonts false
73 \font_sc false
74 \font_osf false
75 \font_sf_scale 100
76 \font_tt_scale 100
77 \graphics default
78 \default_output_format default
79 \output_sync 0
80 \bibtex_command bibtex
81 \index_command default
82 \paperfontsize 12
83 \spacing single
84 \use_hyperref true
85 \pdf_title "The LyX User's Guide"
86 \pdf_author "LyX Team"
87 \pdf_subject "LyX"
88 \pdf_keywords "LyX"
89 \pdf_bookmarks true
90 \pdf_bookmarksnumbered true
91 \pdf_bookmarksopen false
92 \pdf_bookmarksopenlevel 1
93 \pdf_breaklinks false
94 \pdf_pdfborder false
95 \pdf_colorlinks true
96 \pdf_backref false
97 \pdf_pdfusetitle false
98 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
99 \papersize default
100 \use_geometry false
101 \use_package amsmath 1
102 \use_package amssymb 1
103 \use_package cancel 0
104 \use_package esint 1
105 \use_package mathdots 1
106 \use_package mathtools 0
107 \use_package mhchem 1
108 \use_package stackrel 0
109 \use_package stmaryrd 0
110 \use_package undertilde 0
111 \cite_engine basic
112 \cite_engine_type default
113 \biblio_style plain
114 \use_bibtopic false
115 \use_indices false
116 \paperorientation portrait
117 \suppress_date false
118 \justification true
119 \use_refstyle 0
120 \notefontcolor #0000ff
121 \branch Question
122 \selected 1
123 \filename_suffix 0
124 \color #00ff00
125 \end_branch
126 \branch Answer
127 \selected 0
128 \filename_suffix 0
129 \color #aa55ff
130 \end_branch
131 \index Index
132 \shortcut idx
133 \color #008000
134 \end_index
135 \secnumdepth 3
136 \tocdepth 2
137 \paragraph_separation indent
138 \paragraph_indentation default
139 \quotes_language english
140 \papercolumns 1
141 \papersides 2
142 \paperpagestyle default
143 \tracking_changes false
144 \output_changes false
145 \html_math_output 0
146 \html_css_as_file 0
147 \html_be_strict true
148 \end_header
149
150 \begin_body
151
152 \begin_layout Title
153 The LyX User's Guide
154 \end_layout
155
156 \begin_layout Author
157 by the LyX Team
158 \begin_inset Foot
159 status collapsed
160
161 \begin_layout Plain Layout
162 \noindent
163 If you have comments on or error corrections to this documentation, please
164  send them to the LyX Documentation mailing list: 
165 \begin_inset CommandInset href
166 LatexCommand href
167 target "lyx-docs@lists.lyx.org"
168 type "mailto:"
169
170 \end_inset
171
172
173 \end_layout
174
175 \end_inset
176
177
178 \begin_inset Newline newline
179 \end_inset
180
181
182 \begin_inset Newline newline
183 \end_inset
184
185 Version 2.1.x
186 \begin_inset Note Note
187 status collapsed
188
189 \begin_layout Plain Layout
190 The latest PDF-version of this document can be found here:
191 \begin_inset Newline newline
192 \end_inset
193
194
195 \series bold
196 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
197 \end_layout
198
199 \end_inset
200
201
202 \end_layout
203
204 \begin_layout Standard
205 \begin_inset CommandInset toc
206 LatexCommand tableofcontents
207
208 \end_inset
209
210
211 \end_layout
212
213 \begin_layout Chapter
214 Getting Started
215 \end_layout
216
217 \begin_layout Section
218 What is LyX?
219 \end_layout
220
221 \begin_layout Standard
222 LyX is a document preparation system.
223  It is a tool for producing beautiful manu\SpecialChar \-
224 scripts, publishable books, business
225  letters and proposals, and even poetry.
226  It is unlike most other 
227 \begin_inset Quotes eld
228 \end_inset
229
230 word processors
231 \begin_inset Quotes erd
232 \end_inset
233
234  in the sense that it uses the paradigm of a markup language as its core
235  editing style.
236  That means that when you type a section header, you mark it as a 
237 \begin_inset Quotes eld
238 \end_inset
239
240 Section
241 \begin_inset Quotes erd
242 \end_inset
243
244 , not as 
245 \begin_inset Quotes eld
246 \end_inset
247
248 Bold, 17
249 \begin_inset space \thinspace{}
250 \end_inset
251
252 pt type, left justified, 5
253 \begin_inset space \thinspace{}
254 \end_inset
255
256 mm space below
257 \begin_inset Quotes erd
258 \end_inset
259
260 .
261  LyX takes care of the typesetting for you; so you deal only with concepts,
262  not with mechanics.
263 \end_layout
264
265 \begin_layout Standard
266 This philosophy is explained in greater detail in the 
267 \emph on
268 Introduction
269 \emph default
270 manual.
271  If you haven't read it yet, you need to.
272  Yes, we mean now.
273 \end_layout
274
275 \begin_layout Standard
276 The 
277 \emph on
278 Introduction
279 \emph default
280  manual describes several things in addition to LyX's philosophy: most important
281 ly, the format of all of the manuals.
282  If you don't read it, you will have a bear of a time navigating this manual.
283  You might also be better served looking in one of the other manuals instead
284  of this one.
285  The 
286 \emph on
287 Introduction
288 \emph default
289  manual describes that, too.
290 \end_layout
291
292 \begin_layout Section
293 How LyX Looks
294 \end_layout
295
296 \begin_layout Standard
297 Like most applications, LyX has the familiar menu bar across the top of
298  its window.
299  Below it is a toolbar with a pulldown box and various buttons.
300  There is, of course, a vertical scrollbar and a main work area for editing
301  documents.
302 \end_layout
303
304 \begin_layout Standard
305 Note that there is no horizontal scrollbar.
306  This is not a bug or an oversight, but intentional.
307  When you read a book, you expect the end of a line to wrap around to the
308  next line.
309  Text overflows onto new pages in a vertical fashion, hence the need for
310  only a vertical scrollbar.
311  There are three cases where you might want a horizontal scrollbar.
312  The first case is large images.
313  To avoid them being displayed larger than your screen, left click on the
314  image and use the option 
315 \family sans
316 Scale on Screen
317 \family default
318  in the tab 
319 \family sans
320 LaTeX and LyX options
321 \family default
322 .
323  The second and third cases are tables and equations which are wider than
324  the LyX window.
325  You can use the arrow keys to scroll horizontally through the table, but
326  this doesn't work for equations yet.
327 \end_layout
328
329 \begin_layout Standard
330 For a brief description of all LyX menus and toolbar buttons, have a look
331  at Appendix
332 \begin_inset space ~
333 \end_inset
334
335
336 \begin_inset CommandInset ref
337 LatexCommand ref
338 reference "chap:The-User-Interface"
339
340 \end_inset
341
342 .
343 \end_layout
344
345 \begin_layout Section
346 HELP
347 \end_layout
348
349 \begin_layout Standard
350 The help system consists of the LyX manuals.
351  You can read all of the manuals from inside LyX.
352  Just select the manual you want to read from the 
353 \family sans
354 Help
355 \family default
356  menu.
357 \end_layout
358
359 \begin_layout Section
360 Basic LyX Setup
361 \begin_inset CommandInset label
362 LatexCommand label
363 name "sec:Basic-LyX-Setup"
364
365 \end_inset
366
367
368 \end_layout
369
370 \begin_layout Standard
371 Almost all features of LyX can be configured via the menu 
372 \family sans
373 Tools\SpecialChar \menuseparator
374 Preferences
375 \family default
376 .
377 \begin_inset Index idx
378 status collapsed
379
380 \begin_layout Plain Layout
381 Preferences
382 \end_layout
383
384 \end_inset
385
386  LyX is able to inspect your system to see what programs, LaTeX document
387  classes and LaTeX packages are available.
388  It uses this knowledge to give reasonable defaults for the preferences
389  settings.
390  Although this configuration has already been done when LyX was installed
391  on your system, you might have some items that you installed locally, e.
392 \begin_inset space \thinspace{}
393 \end_inset
394
395 g.
396 \begin_inset space \space{}
397 \end_inset
398
399 new LaTeX classes, and which are not seen by LyX.
400  To force LyX to re-inspect your system, you should use 
401 \family sans
402 Tools\SpecialChar \menuseparator
403 Reconfigure
404 \family default
405 .
406 \begin_inset Index idx
407 status collapsed
408
409 \begin_layout Plain Layout
410 Reconfiguration of LyX
411 \end_layout
412
413 \end_inset
414
415  You should then restart LyX to ensure that the changes are taken into account.
416 \end_layout
417
418 \begin_layout Section
419 LaTeX Setup
420 \begin_inset CommandInset label
421 LatexCommand label
422 name "sec:LaTeX-Setup"
423
424 \end_inset
425
426
427 \end_layout
428
429 \begin_layout Standard
430 You can edit documents in LyX without having LaTeX installed, but you will
431  not be able to create PDFs or print your documents unless you do have it
432  installed.
433  However, some LyX documents use DocBook as the “backend” that can produce
434  PDFs and the like, and every LyX document can always be output as plain
435  text or as XHTML.
436 \end_layout
437
438 \begin_layout Standard
439 Some document classes may depend upon specific LaTeX or DocBook classes
440  or packages.
441  Such document classes can be used even if you do not have the required
442  files installed, but you will not be able to produce certain kinds of output.
443 \end_layout
444
445 \begin_layout Standard
446 The LaTeX packages that LyX has found on your system are listed in a file
447  you can view from the menu 
448 \family sans
449 Help\SpecialChar \menuseparator
450 LaT
451 \begin_inset ERT
452 status collapsed
453
454 \begin_layout Plain Layout
455
456 {}
457 \end_layout
458
459 \end_inset
460
461 eX
462 \begin_inset space ~
463 \end_inset
464
465 Configuration
466 \family default
467 .
468  If you are missing packages you need, then you must install them and then
469  reconfigure LyX (menu 
470 \family sans
471 Tools\SpecialChar \menuseparator
472 Reconfigure
473 \family default
474 ).
475 \begin_inset Note Note
476 status collapsed
477
478 \begin_layout Plain Layout
479 The two braces in the TeX Code box prevent that the term 
480 \begin_inset Quotes eld
481 \end_inset
482
483 LaTeX
484 \begin_inset Quotes erd
485 \end_inset
486
487  from being printed with sub- and superscript letters.
488  More about TeX Code is described in section
489 \begin_inset space ~
490 \end_inset
491
492
493 \begin_inset CommandInset ref
494 LatexCommand ref
495 reference "sec:TeX-Code"
496
497 \end_inset
498
499 , the printout of proper names like LaTeX is explained in section
500 \begin_inset space ~
501 \end_inset
502
503
504 \begin_inset CommandInset ref
505 LatexCommand ref
506 reference "sub:LyX's-Proper-Names"
507
508 \end_inset
509
510 .
511 \end_layout
512
513 \end_inset
514
515
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Reconfiguration of LyX
521 \end_layout
522
523 \end_inset
524
525  See section 5.1 of the 
526 \emph on
527 Customization
528 \emph default
529  manual for more information on installing additional LaTeX packages.
530 \end_layout
531
532 \begin_layout Chapter
533 How to work with LyX
534 \end_layout
535
536 \begin_layout Section
537 Basic File Operations
538 \begin_inset Index idx
539 status collapsed
540
541 \begin_layout Plain Layout
542 File Operations
543 \end_layout
544
545 \end_inset
546
547
548 \end_layout
549
550 \begin_layout Standard
551 Under the 
552 \family sans
553 File
554 \family default
555  menu and in the standard toolbar are basic operations for any word processor
556  in addition to some more advanced operations:
557 \end_layout
558
559 \begin_layout Itemize
560
561 \family sans
562 New, 
563 \family default
564
565 \begin_inset Info
566 type  "shortcut"
567 arg   "buffer-new"
568 \end_inset
569
570  or
571 \family sans
572  
573 \begin_inset Info
574 type  "icon"
575 arg   "buffer-new"
576 \end_inset
577
578
579 \end_layout
580
581 \begin_layout Itemize
582
583 \family sans
584 New
585 \begin_inset space ~
586 \end_inset
587
588 from
589 \begin_inset space ~
590 \end_inset
591
592 Template, 
593 \family default
594
595 \begin_inset Info
596 type  "shortcut"
597 arg   "buffer-new-template"
598 \end_inset
599
600
601 \end_layout
602
603 \begin_layout Itemize
604
605 \family sans
606 Open, 
607 \family default
608
609 \begin_inset Info
610 type  "shortcut"
611 arg   "file-open"
612 \end_inset
613
614  or
615 \family sans
616  
617 \begin_inset Info
618 type  "icon"
619 arg   "file-open"
620 \end_inset
621
622
623 \end_layout
624
625 \begin_layout Itemize
626
627 \family sans
628 Open
629 \begin_inset space ~
630 \end_inset
631
632 Recent
633 \end_layout
634
635 \begin_layout Itemize
636
637 \family sans
638 Close, 
639 \family default
640
641 \begin_inset Info
642 type  "shortcut"
643 arg   "view-close"
644 \end_inset
645
646
647 \end_layout
648
649 \begin_layout Itemize
650
651 \family sans
652 Save, 
653 \family default
654
655 \begin_inset Info
656 type  "shortcut"
657 arg   "buffer-write"
658 \end_inset
659
660  or
661 \family sans
662  
663 \begin_inset Info
664 type  "icon"
665 arg   "buffer-write"
666 \end_inset
667
668
669 \end_layout
670
671 \begin_layout Itemize
672
673 \family sans
674 Save
675 \begin_inset space ~
676 \end_inset
677
678 As, 
679 \family default
680
681 \begin_inset Info
682 type  "shortcut"
683 arg   "buffer-write-as"
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Itemize
690
691 \family sans
692 Revert
693 \begin_inset space ~
694 \end_inset
695
696 to
697 \begin_inset space ~
698 \end_inset
699
700 saved
701 \end_layout
702
703 \begin_layout Itemize
704
705 \family sans
706 Print, 
707 \family default
708
709 \begin_inset Info
710 type  "shortcut"
711 arg   "dialog-show print"
712 \end_inset
713
714  or
715 \family sans
716  
717 \begin_inset Info
718 type  "icon"
719 arg   "dialog-show print"
720 \end_inset
721
722
723 \end_layout
724
725 \begin_layout Itemize
726
727 \family sans
728 Exit, 
729 \family default
730
731 \begin_inset Info
732 type  "shortcut"
733 arg   "lyx-quit"
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 They all do pretty much the same thing as in other word processors, with
741  a few minor differences.
742  The 
743 \family sans
744 File\SpecialChar \menuseparator
745 New
746 \begin_inset space ~
747 \end_inset
748
749 from
750 \begin_inset space ~
751 \end_inset
752
753 Template
754 \family default
755  command lists the available templates.
756  Selecting a template will automatically set certain layout features for
757  the document, features you would otherwise need to change manually.
758  They can be of use for certain classes, especially those for writing letters
759  (see sec.
760 \begin_inset space \thinspace{}
761 \end_inset
762
763
764 \begin_inset CommandInset ref
765 LatexCommand ref
766 reference "sec:Document-Classes"
767
768 \end_inset
769
770 ).
771 \end_layout
772
773 \begin_layout Standard
774 \begin_inset Note Greyedout
775 status open
776
777 \begin_layout Plain Layout
778
779 \series bold
780 Note:
781 \series default
782  There is no 
783 \begin_inset Quotes eld
784 \end_inset
785
786 default file
787 \begin_inset Quotes erd
788 \end_inset
789
790  or document named 
791 \begin_inset Quotes eld
792 \end_inset
793
794 Untitled
795 \begin_inset Quotes erd
796 \end_inset
797
798  or 
799 \begin_inset Quotes eld
800 \end_inset
801
802 scratch.
803 \begin_inset Quotes erd
804 \end_inset
805
806  Unless you tell LyX to open a file or create a new one, that big, blank
807  space is just that — a big, blank space.
808 \end_layout
809
810 \end_inset
811
812
813 \end_layout
814
815 \begin_layout Standard
816
817 \family sans
818 Revert
819 \begin_inset space ~
820 \end_inset
821
822 to
823 \begin_inset space ~
824 \end_inset
825
826 saved
827 \family default
828  and 
829 \family sans
830 Version
831 \begin_inset space ~
832 \end_inset
833
834 Control
835 \family default
836  are useful if more people work on the same document at the same time.
837 \begin_inset Foot
838 status collapsed
839
840 \begin_layout Plain Layout
841 If you plan to do this, you should check out the Version Control feature
842  in LyX also.
843  Read Additional Features\SpecialChar \@.
844
845 \end_layout
846
847 \end_inset
848
849  
850 \family sans
851 Revert
852 \begin_inset space ~
853 \end_inset
854
855 to
856 \begin_inset space ~
857 \end_inset
858
859 saved
860 \family default
861  will reload the document from disk.
862  You can of course also use it if you regret that you changed a document
863  and want to restore it to the last save.
864  With
865 \family sans
866  Version
867 \begin_inset space ~
868 \end_inset
869
870 Control 
871 \family default
872 you can register the changes you made to a document so that others can identify
873  them as your changes.
874 \end_layout
875
876 \begin_layout Section
877 Basic Editing Features
878 \begin_inset Index idx
879 status collapsed
880
881 \begin_layout Plain Layout
882 Editing
883 \end_layout
884
885 \end_inset
886
887
888 \begin_inset CommandInset label
889 LatexCommand label
890 name "sec:Basic-Editing-Features"
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Standard
898 Like most modern word processors, LyX can perform cut and paste operations
899  on blocks of text, can move by character, word, or page of text, and can
900  delete whole words as well as individual characters.
901  The next four sections cover the basic LyX editing features and how to
902  access them.
903  We will start with cut and paste.
904 \end_layout
905
906 \begin_layout Standard
907 As you might expect, the 
908 \family sans
909 Edit
910 \family default
911  menu and the standard toolbar has the cut and paste commands, along with
912  various other editing features.
913  Some of these are special and covered in later sections.
914  The basic ones are:
915 \end_layout
916
917 \begin_layout Itemize
918
919 \family sans
920 Cut
921 \family default
922
923 \begin_inset Index idx
924 status collapsed
925
926 \begin_layout Plain Layout
927 Cut
928 \end_layout
929
930 \end_inset
931
932
933 \family sans
934
935 \family default
936
937 \begin_inset Info
938 type  "shortcut"
939 arg   "cut"
940 \end_inset
941
942  or
943 \family sans
944  
945 \family default
946
947 \begin_inset Info
948 type  "icon"
949 arg   "cut"
950 \end_inset
951
952
953 \end_layout
954
955 \begin_layout Itemize
956
957 \family sans
958 Copy
959 \family default
960
961 \begin_inset Index idx
962 status collapsed
963
964 \begin_layout Plain Layout
965 Copy
966 \end_layout
967
968 \end_inset
969
970
971 \family sans
972
973 \family default
974
975 \begin_inset Info
976 type  "shortcut"
977 arg   "cut"
978 \end_inset
979
980  or
981 \family sans
982  
983 \family default
984
985 \begin_inset Info
986 type  "icon"
987 arg   "copy"
988 \end_inset
989
990
991 \end_layout
992
993 \begin_layout Itemize
994
995 \family sans
996 Paste
997 \family default
998
999 \begin_inset Index idx
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 Paste
1004 \end_layout
1005
1006 \end_inset
1007
1008
1009 \begin_inset Info
1010 type  "shortcut"
1011 arg   "cut"
1012 \end_inset
1013
1014  or
1015 \family sans
1016  
1017 \family default
1018
1019 \begin_inset Info
1020 type  "icon"
1021 arg   "paste"
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \begin_layout Itemize
1028
1029 \family sans
1030 Paste
1031 \begin_inset space ~
1032 \end_inset
1033
1034 Recent
1035 \end_layout
1036
1037 \begin_layout Itemize
1038
1039 \family sans
1040 Paste
1041 \begin_inset space ~
1042 \end_inset
1043
1044 Special
1045 \end_layout
1046
1047 \begin_layout Itemize
1048
1049 \family sans
1050 Find
1051 \begin_inset space ~
1052 \end_inset
1053
1054 &
1055 \begin_inset space ~
1056 \end_inset
1057
1058 Replace
1059 \family default
1060
1061 \begin_inset Index idx
1062 status collapsed
1063
1064 \begin_layout Plain Layout
1065
1066 \family sans
1067 Find
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \begin_inset Index idx
1074 status collapsed
1075
1076 \begin_layout Plain Layout
1077
1078 \family sans
1079 Replace
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \family sans
1086
1087 \family default
1088
1089 \begin_inset Info
1090 type  "shortcut"
1091 arg   "dialog-show findreplaceadv"
1092 \end_inset
1093
1094  or
1095 \family sans
1096  
1097 \family default
1098
1099 \begin_inset Info
1100 type  "icon"
1101 arg   "dialog-show findreplace"
1102 \end_inset
1103
1104
1105 \end_layout
1106
1107 \begin_layout Standard
1108 The first three are self-explanatory.
1109  You can also copy text between LyX and other programs by 
1110 \family sans
1111 Cut
1112 \family default
1113
1114 \family sans
1115 Copy
1116 \family default
1117  and 
1118 \family sans
1119 Paste
1120 \family default
1121 .
1122  
1123 \family sans
1124 Cut
1125 \family default
1126  and 
1127 \family sans
1128 Copy
1129 \family default
1130  put text in two versions into the clipboard (formatted and unformatted),
1131  so that other programs can choose the most suitable form.
1132  
1133 \family sans
1134 Paste
1135 \family default
1136  supports formatted and unformatted text as well, and additionally graphics.
1137  It tries to interpret the clipboard contents in an intelligent way.
1138  For example if the clipboard contains text in the format of comma separated
1139  values (CSV) and the cursor is inside a table, the text will be pasted
1140  into individual cells.
1141  The submenu of 
1142 \family sans
1143 Paste
1144 \begin_inset space ~
1145 \end_inset
1146
1147 Recent
1148 \family default
1149  shows you a list with the last strings you have pasted.
1150  You can insert one at the current cursor position by clicking on a list
1151  entry.
1152 \end_layout
1153
1154 \begin_layout Standard
1155 The submenu 
1156 \family sans
1157 Paste
1158 \begin_inset space ~
1159 \end_inset
1160
1161 Special
1162 \family default
1163  contains optional items for specific formats, depending on the clipboard
1164  contents.
1165  These include HTML, LaTeX, Linkback
1166 \begin_inset space ~
1167 \end_inset
1168
1169 PDF
1170 \begin_inset Foot
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 OS X only
1175 \end_layout
1176
1177 \end_inset
1178
1179 , PDF, PNG, JPEG and EMF.
1180  These menu items are useful if the clipboard contains the same contents
1181  in different formats, and you want to select one format explicitly.
1182  (E.
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 g.
1187 \begin_inset space \space{}
1188 \end_inset
1189
1190 some programs put an image into the clipboard as graphics and as a short
1191  text which is often meaningless.) The menu item 
1192 \family sans
1193 Paste
1194 \begin_inset space ~
1195 \end_inset
1196
1197 Special\SpecialChar \menuseparator
1198 Plain
1199 \begin_inset space ~
1200 \end_inset
1201
1202 Text,
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 Join
1207 \begin_inset space ~
1208 \end_inset
1209
1210 Lines
1211 \family default
1212  is equivalent to 
1213 \family sans
1214 Paste
1215 \family default
1216 , with the only difference that it acts on text only.
1217  It will insert the text in the clipboard so that the whole text is inserted
1218  as one paragraph.
1219  A new paragraph is only started when there is a blank line in the text.
1220  Without 
1221 \family sans
1222 Join
1223 \begin_inset space ~
1224 \end_inset
1225
1226 Lines
1227 \family default
1228  the text is inserted as paragraphs where the line breaks of the text will
1229  start a new paragraph.
1230  This is for example useful to copy contents of tables from webpages to
1231  a table in LyX.
1232  The items 
1233 \family sans
1234 Paste
1235 \begin_inset space ~
1236 \end_inset
1237
1238 Special\SpecialChar \menuseparator
1239 Selection,
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 Join
1244 \begin_inset space ~
1245 \end_inset
1246
1247 Lines
1248 \family default
1249  and 
1250 \family sans
1251 Paste
1252 \begin_inset space ~
1253 \end_inset
1254
1255 Special\SpecialChar \menuseparator
1256 Selection
1257 \family default
1258  paste from the primary selection.
1259  This is normally the currently selected text.
1260 \end_layout
1261
1262 \begin_layout Standard
1263 The 
1264 \family sans
1265 Edit\SpecialChar \menuseparator
1266 Find
1267 \begin_inset space ~
1268 \end_inset
1269
1270 &
1271 \begin_inset space ~
1272 \end_inset
1273
1274 Replace
1275 \family default
1276  item opens the 
1277 \family sans
1278 Find
1279 \begin_inset space ~
1280 \end_inset
1281
1282 and
1283 \begin_inset space ~
1284 \end_inset
1285
1286 Replace
1287 \family default
1288  dialog.
1289  Once you have found a word or expression, LyX selects it.
1290  Hitting the 
1291 \family sans
1292 Replace
1293 \family default
1294  button replaces the selected text with the contents of the 
1295 \family sans
1296 Replace
1297 \begin_inset space ~
1298 \end_inset
1299
1300 with
1301 \family default
1302  field.
1303  You can click the 
1304 \family sans
1305 Find
1306 \begin_inset space ~
1307 \end_inset
1308
1309 Next
1310 \family default
1311  button to skip the current word.
1312  Hit 
1313 \family sans
1314 Replace
1315 \begin_inset space ~
1316 \end_inset
1317
1318 All
1319 \family default
1320  to replace all occurrences of the text in the document automatically.
1321  The 
1322 \family sans
1323 Case
1324 \begin_inset space ~
1325 \end_inset
1326
1327 sensitive
1328 \family default
1329  option can be used if you want the search to consider the case of the search
1330  word.
1331  If the toggle is set, searching for 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 Test
1338 \family default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343  will not match the word 
1344 \begin_inset Quotes eld
1345 \end_inset
1346
1347
1348 \family typewriter
1349 test
1350 \family default
1351
1352 \begin_inset Quotes erd
1353 \end_inset
1354
1355 .
1356  The 
1357 \family sans
1358 Match whole words only
1359 \family default
1360  option can be used to force LyX to only find complete words, e.
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 g., searching for 
1365 \begin_inset Quotes eld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 star
1371 \family default
1372
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376  will not match 
1377 \begin_inset Quotes eld
1378 \end_inset
1379
1380
1381 \family typewriter
1382 starlet
1383 \family default
1384
1385 \begin_inset Quotes erd
1386 \end_inset
1387
1388 .
1389  LyX offers also an advanced 
1390 \family sans
1391 Find
1392 \begin_inset space ~
1393 \end_inset
1394
1395 &
1396 \begin_inset space ~
1397 \end_inset
1398
1399 Replace
1400 \family default
1401  feature that is described in sec.
1402 \begin_inset space \thinspace{}
1403 \end_inset
1404
1405
1406 \begin_inset CommandInset ref
1407 LatexCommand ref
1408 reference "sec:Advanced-Find-and"
1409
1410 \end_inset
1411
1412 .
1413 \end_layout
1414
1415 \begin_layout Standard
1416 Things like notes, floats, etc.
1417 \begin_inset space \space{}
1418 \end_inset
1419
1420 (the so called 
1421 \begin_inset Quotes eld
1422 \end_inset
1423
1424 insets
1425 \begin_inset Quotes erd
1426 \end_inset
1427
1428 ) can be dissolved.
1429  This means that the inset is deleted and its content is left as normal
1430  text.
1431  Dissolving an inset is done by setting the cursor to the beginning of an
1432  inset and pressing 
1433 \family sans
1434 Backspace
1435 \family default
1436  or by setting the cursor to the end and pressing 
1437 \family sans
1438 Delete
1439 \family default
1440 .
1441 \end_layout
1442
1443 \begin_layout Standard
1444 Using the shortcut 
1445 \begin_inset Info
1446 type  "shortcuts"
1447 arg   "inset-select-all"
1448 \end_inset
1449
1450  while the cursor is in normal text selects the whole document.
1451  When the cursor is inside an inset 
1452 \begin_inset Info
1453 type  "shortcuts"
1454 arg   "inset-select-all"
1455 \end_inset
1456
1457  selects the content of the inset.
1458  Using 
1459 \begin_inset Info
1460 type  "shortcuts"
1461 arg   "inset-select-all"
1462 \end_inset
1463
1464  consecutively will increase the selection to the whole inset and then to
1465  the whole document.
1466  The shortcut 
1467 \begin_inset Info
1468 type  "shortcuts"
1469 arg   "command-sequence buffer-begin ; buffer-end-select"
1470 \end_inset
1471
1472  selects the whole document in every case and puts the cursor to the end
1473  of the document.
1474 \end_layout
1475
1476 \begin_layout Section
1477 Undo and Redo
1478 \begin_inset Index idx
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 Redo
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \begin_inset Index idx
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492 Undo
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \begin_inset CommandInset label
1499 LatexCommand label
1500 name "sec:Undo-and-Redo"
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \begin_layout Standard
1508 If you make a mistake, you can easily recover from it.
1509  LyX has a large-capacity undo/redo buffer.
1510  Select 
1511 \family sans
1512 Edit\SpecialChar \menuseparator
1513 Undo
1514 \family default
1515  or the toolbar button 
1516 \begin_inset Info
1517 type  "icon"
1518 arg   "undo"
1519 \end_inset
1520
1521  to undo some mistake.
1522  If you accidentally undo too much, use 
1523 \family sans
1524 Edit\SpecialChar \menuseparator
1525 Redo
1526 \family default
1527  or the toolbar button 
1528 \begin_inset Info
1529 type  "icon"
1530 arg   "redo"
1531 \end_inset
1532
1533  to 
1534 \begin_inset Quotes eld
1535 \end_inset
1536
1537 undo the undo.
1538 \begin_inset Quotes erd
1539 \end_inset
1540
1541  The undo mechanism is currently limited to 100
1542 \begin_inset space \thinspace{}
1543 \end_inset
1544
1545 steps to minimize memory overhead.
1546 \end_layout
1547
1548 \begin_layout Standard
1549 Note that if you revert back all changes to arrive at the document as it
1550  was last saved, the 
1551 \begin_inset Quotes eld
1552 \end_inset
1553
1554 changed
1555 \begin_inset Quotes erd
1556 \end_inset
1557
1558  status of the document is unfortunately not reset.
1559  This is a consequence of the 100
1560 \begin_inset space \thinspace{}
1561 \end_inset
1562
1563 step undo limit mentioned above.
1564 \end_layout
1565
1566 \begin_layout Standard
1567
1568 \family sans
1569 Undo
1570 \family default
1571  and 
1572 \family sans
1573 Redo
1574 \family default
1575  work on almost everything in LyX.
1576  But they will not undo or redo text character by character, but by blocks
1577  of text.
1578 \end_layout
1579
1580 \begin_layout Section
1581 Mouse Operations
1582 \begin_inset Index idx
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586 Mouse Operations
1587 \end_layout
1588
1589 \end_inset
1590
1591
1592 \end_layout
1593
1594 \begin_layout Standard
1595 These are the most basic mouse operations.
1596 \end_layout
1597
1598 \begin_layout Enumerate
1599 Motion
1600 \end_layout
1601
1602 \begin_deeper
1603 \begin_layout Itemize
1604 Click the 
1605 \emph on
1606 left mouse button
1607 \emph default
1608  once anywhere in the edit window.
1609  The cursor moves to the text under the mouse.
1610 \end_layout
1611
1612 \end_deeper
1613 \begin_layout Enumerate
1614 Selecting Text
1615 \end_layout
1616
1617 \begin_deeper
1618 \begin_layout Itemize
1619 Hold down the 
1620 \emph on
1621 left mouse button
1622 \emph default
1623  and drag the mouse.
1624  LyX marks the text between the old and new mouse positions.
1625  Use 
1626 \family sans
1627 Edit\SpecialChar \menuseparator
1628 Copy
1629 \family default
1630  to create a copy of the text in LyX's buffer (and the clipboard).
1631 \end_layout
1632
1633 \begin_layout Itemize
1634 Re-position the cursor and then paste the text back into LyX using 
1635 \family sans
1636 Edit\SpecialChar \menuseparator
1637 Paste
1638 \family default
1639 .
1640 \end_layout
1641
1642 \end_deeper
1643 \begin_layout Enumerate
1644 Insets (Footnotes, Notes, Floats, etc.)
1645 \end_layout
1646
1647 \begin_deeper
1648 \begin_layout Standard
1649 Right-click on them to set their properties.
1650  Also check the appropriate section of this manual for more details.
1651 \end_layout
1652
1653 \end_deeper
1654 \begin_layout Section
1655 Navigating
1656 \begin_inset CommandInset label
1657 LatexCommand label
1658 name "sec:Navigating"
1659
1660 \end_inset
1661
1662
1663 \begin_inset Index idx
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Navigating
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \end_layout
1674
1675 \begin_layout Standard
1676 LyX offers you several ways to navigate in documents:
1677 \end_layout
1678
1679 \begin_layout Itemize
1680 The 
1681 \family sans
1682 Navigate
1683 \family default
1684  menu lists all sections of the document as submenu entries that you can
1685  click to jump to the corresponding document part.
1686 \end_layout
1687
1688 \begin_layout Itemize
1689 The “Outline”, which is accessed either by the menu 
1690 \family sans
1691 View\SpecialChar \menuseparator
1692 Outline
1693 \begin_inset space ~
1694 \end_inset
1695
1696 Pane
1697 \family default
1698  or by the toolbar button 
1699 \begin_inset Info
1700 type  "icon"
1701 arg   "dialog-toggle toc"
1702 \end_inset
1703
1704 .
1705 \end_layout
1706
1707 \begin_layout Itemize
1708 You can set bookmarks in your document under 
1709 \family sans
1710 Navigate\SpecialChar \menuseparator
1711 Bookmarks
1712 \family default
1713  and use the same menu to return to them.
1714  Note that bookmarks are saved between sessions.
1715 \end_layout
1716
1717 \begin_layout Standard
1718 The toolbar button 
1719 \begin_inset Info
1720 type  "icon"
1721 arg   "bookmark-goto 0"
1722 \end_inset
1723
1724  (also 
1725 \family sans
1726 Navigate\SpecialChar \menuseparator
1727 Bookmarks\SpecialChar \menuseparator
1728 Navigate
1729 \begin_inset space ~
1730 \end_inset
1731
1732 Back
1733 \family default
1734 ) jumps to the position in the document where you recently changed something.
1735  This is useful when you have a large document and have navigated or scrolled
1736  to another document part to look for something, and want to go back to
1737  your last editing position.
1738 \end_layout
1739
1740 \begin_layout Standard
1741 By pressing the 
1742 \family sans
1743 F5
1744 \family default
1745  key the cursor will be vertically centered in LyX's main window.
1746 \end_layout
1747
1748 \begin_layout Subsection
1749 The Outliner
1750 \begin_inset CommandInset label
1751 LatexCommand label
1752 name "sub:The-Outliner"
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \begin_layout Standard
1760 In the pull-down box at the top of the outline window, you can choose between
1761  several different lists, including other TOC-like objects, such as lists
1762  of tables and figures, but also lists of footnotes, or labels and cross-referen
1763 ces (see sec.
1764 \begin_inset space \thinspace{}
1765 \end_inset
1766
1767
1768 \begin_inset CommandInset ref
1769 LatexCommand ref
1770 reference "sec:Cross-References"
1771
1772 \end_inset
1773
1774 ), or notes, or citations (see sec.
1775 \begin_inset space \thinspace{}
1776 \end_inset
1777
1778
1779 \begin_inset CommandInset ref
1780 LatexCommand ref
1781 reference "sec:Bibliography"
1782
1783 \end_inset
1784
1785 ).
1786  Clicking on any of these will take you to the corresponding object in your
1787  document.
1788 \end_layout
1789
1790 \begin_layout Standard
1791 Right-clicking on elements in the Outline opens in many cases a context
1792  menu that will allow for direct modification of those elements.
1793  For example, with citations, the context menu allows you to open the citation
1794  dialog and to modify the citation.
1795 \end_layout
1796
1797 \begin_layout Standard
1798 The “Filter” field at the top allows you to restrict which entries appear
1799  in the Outline.
1800  For example, if you are displaying the list of Labels and References and
1801  wish to see only references to subsections, you can enter the text 
1802 \begin_inset Quotes eld
1803 \end_inset
1804
1805 sub:
1806 \begin_inset Quotes erd
1807 \end_inset
1808
1809  in the filter, and only entries containing that text will be displayed.
1810 \end_layout
1811
1812 \begin_layout Standard
1813 At the bottom of the outline are several buttons and the like that allow
1814  you further to control the display.
1815  The 
1816 \family sans
1817 Sort
1818 \family default
1819  option sorts the current list alphabetically.
1820  Otherwise, the elements appear in the order in which they occur in the
1821  document.
1822  The 
1823 \family sans
1824 Keep
1825 \family default
1826  option keeps it in the current view state.
1827  Keeping means that when you have, for example, the subsections of sections
1828 \begin_inset space ~
1829 \end_inset
1830
1831 2 and 4 displayed and click on section
1832 \begin_inset space ~
1833 \end_inset
1834
1835 3, the subsections of sections
1836 \begin_inset space ~
1837 \end_inset
1838
1839 2 and 4 will still be displayed.
1840  Without the 
1841 \family sans
1842 Keep
1843 \family default
1844  option they will be hidden to highlight the clicked section
1845 \begin_inset space ~
1846 \end_inset
1847
1848 3.
1849  Finally, the slider at the left can be used to open the Outline to a given
1850  
1851 \begin_inset Quotes eld
1852 \end_inset
1853
1854 depth
1855 \begin_inset Quotes erd
1856 \end_inset
1857
1858 .
1859  It is best just to experiment with it to see how it works.
1860 \end_layout
1861
1862 \begin_layout Standard
1863 The 
1864 \begin_inset space \space{}
1865 \end_inset
1866
1867
1868 \begin_inset Graphics
1869         filename ../images/reload.png
1870
1871 \end_inset
1872
1873
1874 \begin_inset space ~
1875 \end_inset
1876
1877 button refreshes the TOC (though this should not usually be necessary).
1878  Next to it are buttons that allow you to change the position of sections
1879  in your document.
1880  The 
1881 \begin_inset space \space{}
1882 \end_inset
1883
1884
1885 \begin_inset Graphics
1886         filename ../images/down.png
1887         scale 85
1888         groupId toolbarbuttons
1889
1890 \end_inset
1891
1892
1893 \begin_inset space ~
1894 \end_inset
1895
1896  and 
1897 \begin_inset space \space{}
1898 \end_inset
1899
1900
1901 \begin_inset Graphics
1902         filename ../images/up.png
1903         scale 85
1904         groupId toolbarbuttons
1905
1906 \end_inset
1907
1908
1909 \begin_inset space ~
1910 \end_inset
1911
1912  buttons move sections up and down in the document.
1913  So, for example, you can move section
1914 \begin_inset space ~
1915 \end_inset
1916
1917 2.5 before section
1918 \begin_inset space ~
1919 \end_inset
1920
1921 2.4 or after section
1922 \begin_inset space ~
1923 \end_inset
1924
1925 2.6.
1926  LyX will then automatically renumber the sections to the new order.
1927  With the buttons 
1928 \begin_inset Graphics
1929         filename ../images/promote.png
1930         scale 85
1931         groupId toolbarbuttons
1932
1933 \end_inset
1934
1935  and 
1936 \begin_inset Graphics
1937         filename ../images/demote.png
1938         scale 85
1939         groupId toolbarbuttons
1940
1941 \end_inset
1942
1943  (or the corresponding key bindings 
1944 \family sans
1945 Tab
1946 \family default
1947  and 
1948 \family sans
1949 Shift-Tab
1950 \family default
1951 ) you can change the level of sections.
1952  So you can for example make section
1953 \begin_inset space ~
1954 \end_inset
1955
1956 2.5 chapter
1957 \begin_inset space ~
1958 \end_inset
1959
1960 3 or subsection
1961 \begin_inset space ~
1962 \end_inset
1963
1964 2.4.1.
1965 \end_layout
1966
1967 \begin_layout Section
1968 Input/Word Completion
1969 \begin_inset CommandInset label
1970 LatexCommand label
1971 name "sec:Input-Completion"
1972
1973 \end_inset
1974
1975
1976 \begin_inset Index idx
1977 status collapsed
1978
1979 \begin_layout Plain Layout
1980 Input completion
1981 \end_layout
1982
1983 \end_inset
1984
1985
1986 \begin_inset Index idx
1987 status collapsed
1988
1989 \begin_layout Plain Layout
1990 Word completion|see
1991 \begin_inset ERT
1992 status collapsed
1993
1994 \begin_layout Plain Layout
1995
1996 {
1997 \end_layout
1998
1999 \end_inset
2000
2001 Input completion
2002 \begin_inset ERT
2003 status collapsed
2004
2005 \begin_layout Plain Layout
2006
2007 }
2008 \end_layout
2009
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \end_inset
2016
2017
2018 \end_layout
2019
2020 \begin_layout Standard
2021 LyX provides completion of words by scanning all documents that are currently
2022  opened.
2023  Every word that appears in these documents is added to a database that
2024  is used to propose completions.
2025 \end_layout
2026
2027 \begin_layout Standard
2028 Input completion can be activated in the LyX preferences (menu 
2029 \family sans
2030 Tools\SpecialChar \menuseparator
2031 Preferences
2032 \family default
2033 ) in the section 
2034 \family sans
2035 Editing\SpecialChar \menuseparator
2036 Input Completion
2037 \family default
2038 .
2039  With the option 
2040 \family sans
2041 Automatic
2042 \begin_inset space ~
2043 \end_inset
2044
2045 inline
2046 \begin_inset space ~
2047 \end_inset
2048
2049 completion
2050 \family default
2051  the proposed completion is shown directly after the cursor.
2052  With the option 
2053 \family sans
2054 Automatic
2055 \begin_inset space ~
2056 \end_inset
2057
2058 popup
2059 \family default
2060  the completions are always shown in a popup.
2061  The cursor completion indicator can be turned off by deselecting the option
2062  
2063 \family sans
2064 Cursor
2065 \begin_inset space ~
2066 \end_inset
2067
2068 indicator
2069 \family default
2070 .
2071  With the general options you can define the delay time for the inline and
2072  popup completion, you can set the minimal number of characters a word must
2073  have that it will be taken into account for a completion and you can choose
2074  if long completions should be abbreviated.
2075 \end_layout
2076
2077 \begin_layout Standard
2078 LyX displays a small triangle after the cursor as an indicator that there
2079  are completions available.
2080  Press the 
2081 \family sans
2082 Tab
2083 \family default
2084  key to accept a proposed completion.
2085  If several completions are possible, a popup is opened showing them.
2086  You can select a completion in the popup using the mouse or the arrow keys,
2087  and accept the chosen completion by pressing 
2088 \family sans
2089 Return
2090 \family default
2091 .
2092 \end_layout
2093
2094 \begin_layout Standard
2095 The completion options for math in the preferences do the same as the correspond
2096 ing options for text.
2097  The special math option 
2098 \family sans
2099 Autocorrection
2100 \family default
2101  enables characters to be composed.
2102  If, for example, you want to insert the character 
2103 \begin_inset Formula $\Rightarrow$
2104 \end_inset
2105
2106 , you can then input the characters 
2107 \begin_inset Quotes eld
2108 \end_inset
2109
2110
2111 \series bold
2112 =>
2113 \series default
2114
2115 \begin_inset Quotes erd
2116 \end_inset
2117
2118  to a formula to get it.
2119  So this is a quick alternative to the insertion of commands or the use
2120  of the math toolbar.
2121  A list with supported character combinations can be found in the file 
2122 \family typewriter
2123 autocorrect
2124 \family default
2125  that is in LyX's installation folder.
2126  Math autocorrection can at any time be turned on by pressing the exclamation
2127  mark key “!”.
2128  Pressing 
2129 \family sans
2130 Space
2131 \family default
2132  turns it off.
2133 \end_layout
2134
2135 \begin_layout Section
2136 Basic Key Bindings
2137 \begin_inset Index idx
2138 status collapsed
2139
2140 \begin_layout Plain Layout
2141 Key Bindings
2142 \end_layout
2143
2144 \end_inset
2145
2146
2147 \begin_inset Index idx
2148 status collapsed
2149
2150 \begin_layout Plain Layout
2151 Bindings|see
2152 \begin_inset ERT
2153 status collapsed
2154
2155 \begin_layout Plain Layout
2156
2157 {
2158 \end_layout
2159
2160 \end_inset
2161
2162 Key Bindings
2163 \begin_inset ERT
2164 status collapsed
2165
2166 \begin_layout Plain Layout
2167
2168 }
2169 \end_layout
2170
2171 \end_inset
2172
2173
2174 \end_layout
2175
2176 \end_inset
2177
2178
2179 \begin_inset Index idx
2180 status collapsed
2181
2182 \begin_layout Plain Layout
2183 Shortcuts|see
2184 \begin_inset ERT
2185 status collapsed
2186
2187 \begin_layout Plain Layout
2188
2189 {
2190 \end_layout
2191
2192 \end_inset
2193
2194 Key Bindings
2195 \begin_inset ERT
2196 status collapsed
2197
2198 \begin_layout Plain Layout
2199
2200 }
2201 \end_layout
2202
2203 \end_inset
2204
2205
2206 \end_layout
2207
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 There are at least two different primary binding maps: 
2215 \family typewriter
2216 cua
2217 \family default
2218  and 
2219 \family typewriter
2220 emacs
2221 \family default
2222 .
2223  LyX's default is 
2224 \family typewriter
2225 cua
2226 \family default
2227 , which can be changed in the LyX preferences under 
2228 \family sans
2229 Editing\SpecialChar \menuseparator
2230 Shortcuts
2231 \family default
2232 .
2233  (You can list or change any key bindings as explained in sec.
2234 \begin_inset space \thinspace{}
2235 \end_inset
2236
2237
2238 \begin_inset CommandInset ref
2239 LatexCommand ref
2240 reference "sub:Editing-Shortcuts"
2241
2242 \end_inset
2243
2244 .)
2245 \end_layout
2246
2247 \begin_layout Standard
2248 Some keys, like 
2249 \family sans
2250 Page
2251 \begin_inset space ~
2252 \end_inset
2253
2254 Up
2255 \family default
2256
2257 \family sans
2258 Page
2259 \begin_inset space ~
2260 \end_inset
2261
2262 Down
2263 \family default
2264
2265 \family sans
2266 Left
2267 \family default
2268
2269 \family sans
2270 Right
2271 \family default
2272
2273 \family sans
2274 Up
2275 \family default
2276  and 
2277 \family sans
2278 Down
2279 \family default
2280 , do exactly what you expect them to do.
2281  Other keys don't:
2282 \end_layout
2283
2284 \begin_layout Labeling
2285 \labelwidthstring 00.00.0000
2286
2287 \family sans
2288 Tab
2289 \begin_inset CommandInset nomenclature
2290 LatexCommand nomenclature
2291 symbol "Tab"
2292 description "Tabulator key"
2293
2294 \end_inset
2295
2296
2297 \family default
2298  There is no such thing as a tab stop in LyX.
2299  If you do not understand this, go read sections
2300 \begin_inset space ~
2301 \end_inset
2302
2303
2304 \begin_inset CommandInset ref
2305 LatexCommand ref
2306 reference "sec:Par-indent-intro"
2307
2308 \end_inset
2309
2310  and 
2311 \begin_inset CommandInset ref
2312 LatexCommand ref
2313 reference "sec:Paragraph-Environments"
2314
2315 \end_inset
2316
2317 , especially section
2318 \begin_inset space ~
2319 \end_inset
2320
2321
2322 \begin_inset CommandInset ref
2323 LatexCommand ref
2324 reference "sub:Lists"
2325
2326 \end_inset
2327
2328 , right now.
2329  Yes, right now.
2330  If you are still confused, look in the 
2331 \emph on
2332 Tutorial
2333 \emph default
2334 .
2335 \begin_inset Newline newline
2336 \end_inset
2337
2338 In LyX the 
2339 \family sans
2340 Tab
2341 \family default
2342  key is only used to accept proposed input completions, to move the cursor
2343  in tables or math matrices or to change the nesting level in Itemize or
2344  Enumerate.
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349
2350 \family sans
2351 Esc
2352 \begin_inset CommandInset nomenclature
2353 LatexCommand nomenclature
2354 symbol "Esc"
2355 description "Escape key"
2356
2357 \end_inset
2358
2359
2360 \family default
2361  This is the 
2362 \begin_inset Quotes eld
2363 \end_inset
2364
2365 cancel key.
2366 \begin_inset Quotes erd
2367 \end_inset
2368
2369  It is used, generically, to cancel operations.
2370  Other parts of the manual will go into greater detail about this.
2371 \end_layout
2372
2373 \begin_layout Labeling
2374 \labelwidthstring 00.00.0000
2375
2376 \family sans
2377 Home
2378 \family default
2379
2380 \begin_inset space ~
2381 \end_inset
2382
2383 and
2384 \begin_inset space ~
2385 \end_inset
2386
2387
2388 \family sans
2389 End
2390 \family default
2391  These move the cursor, respectively, to the beginning and end of a line,
2392  unless you are using the Emacs bindings where they jump to the beginning
2393  or end of the file.
2394 \end_layout
2395
2396 \begin_layout Standard
2397 There are three modifier keys:
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402
2403 \family sans
2404 Control
2405 \family default
2406  (Denoted by 
2407 \begin_inset Quotes eld
2408 \end_inset
2409
2410
2411 \family sans
2412 Ctrl
2413 \family default
2414
2415 \begin_inset Quotes erd
2416 \end_inset
2417
2418
2419 \begin_inset CommandInset nomenclature
2420 LatexCommand nomenclature
2421 symbol "Ctrl"
2422 description "Control key"
2423
2424 \end_inset
2425
2426  in the documentation files) This has a couple of different uses, depending
2427  on which keys it is used in combination with:
2428 \end_layout
2429
2430 \begin_deeper
2431 \begin_layout Itemize
2432
2433 \family sans
2434 Backspace
2435 \family default
2436  or 
2437 \family sans
2438 Delete
2439 \family default
2440 , it deletes an entire word instead of a single character.
2441 \end_layout
2442
2443 \begin_layout Itemize
2444
2445 \family sans
2446 Left
2447 \family default
2448  and 
2449 \family sans
2450 Right
2451 \family default
2452 , it moves by words instead of characters.
2453 \end_layout
2454
2455 \begin_layout Itemize
2456
2457 \family sans
2458 Home
2459 \family default
2460  and 
2461 \family sans
2462 End
2463 \family default
2464 , it moves to the beginning and the end of the document, respectively.
2465 \end_layout
2466
2467 \end_deeper
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470
2471 \family sans
2472 Shift
2473 \family default
2474  (Denoted by 
2475 \begin_inset Quotes eld
2476 \end_inset
2477
2478
2479 \family sans
2480 Shift
2481 \family default
2482
2483 \begin_inset Quotes erd
2484 \end_inset
2485
2486
2487 \begin_inset CommandInset nomenclature
2488 LatexCommand nomenclature
2489 symbol "Shift"
2490 description "Shift key"
2491
2492 \end_inset
2493
2494  in the documentation files) Use this with any of the arrow keys to select
2495  the text between the old and new cursor positions.
2496 \end_layout
2497
2498 \begin_layout Labeling
2499 \labelwidthstring 00.00.0000
2500
2501 \family sans
2502 Alt
2503 \family default
2504  (Denoted by 
2505 \begin_inset Quotes eld
2506 \end_inset
2507
2508
2509 \family sans
2510 Alt
2511 \family default
2512
2513 \begin_inset Quotes erd
2514 \end_inset
2515
2516
2517 \begin_inset CommandInset nomenclature
2518 LatexCommand nomenclature
2519 symbol "Alt"
2520 description "Alt or Meta key"
2521
2522 \end_inset
2523
2524  in the documentation files) This is the Alt key on many keyboards, unless
2525  your keyboard has a distinct Meta key.
2526  If you have both keys, you will need to try out which one actually performs
2527  the 
2528 \family sans
2529 Alt+
2530 \family default
2531  function.
2532 \begin_inset Newline newline
2533 \end_inset
2534
2535 This key does many different things, but it also activates the 
2536 \emph on
2537 menu accelerator keys
2538 \emph default
2539 .
2540  If you use this in combination with any of the underlined letters in a
2541  menu or menu item, it selects that menu item.
2542 \end_layout
2543
2544 \begin_deeper
2545 \begin_layout Standard
2546 For example, the sequence 
2547 \begin_inset Quotes eld
2548 \end_inset
2549
2550
2551 \family sans
2552 Alt
2553 \begin_inset space ~
2554 \end_inset
2555
2556 e
2557 \begin_inset space ~
2558 \end_inset
2559
2560 s
2561 \family default
2562
2563 \begin_inset space ~
2564 \end_inset
2565
2566
2567 \family sans
2568 c
2569 \family default
2570
2571 \begin_inset Quotes erd
2572 \end_inset
2573
2574  brings up the 
2575 \begin_inset Quotes eld
2576 \end_inset
2577
2578 Text Style
2579 \begin_inset Quotes erd
2580 \end_inset
2581
2582  dialog.
2583  Typing 
2584 \begin_inset Quotes eld
2585 \end_inset
2586
2587
2588 \family sans
2589 Alt
2590 \begin_inset space ~
2591 \end_inset
2592
2593 f
2594 \family default
2595
2596 \begin_inset Quotes erd
2597 \end_inset
2598
2599  opens the 
2600 \family sans
2601 File
2602 \family default
2603  menu.
2604 \end_layout
2605
2606 \begin_layout Standard
2607 The 
2608 \emph on
2609 Shortcuts
2610 \emph default
2611  manual lists all other things bound to the 
2612 \family sans
2613 Alt
2614 \family default
2615  key.
2616 \end_layout
2617
2618 \end_deeper
2619 \begin_layout Standard
2620 You will learn more and more key bindings and short-cut keys as you use
2621  LyX, because most actions will prompt a small message in the status bar
2622  at the bottom of LyX's main window which describes the name of the action
2623  you have just triggered, and any existing key bindings for that action.
2624  The LyX menus also list the defined key bindings.
2625  The notation for the key bindings is very similar to the notation used
2626  in this documentation, so you should not have any problems understanding
2627  it.
2628  However, notice that Shift-modifiers are explicitly mentioned, so 
2629 \begin_inset Quotes eld
2630 \end_inset
2631
2632
2633 \family sans
2634 Alt+P Shift+A
2635 \family default
2636
2637 \begin_inset Quotes erd
2638 \end_inset
2639
2640  means 
2641 \family sans
2642 Alt+P
2643 \family default
2644  followed by a capital 
2645 \family sans
2646 A
2647 \family default
2648 .
2649 \end_layout
2650
2651 \begin_layout Chapter
2652 LyX Basics
2653 \begin_inset Index idx
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 LyX ! Basics
2658 \end_layout
2659
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \begin_layout Section
2666 Document Types
2667 \begin_inset Index idx
2668 status collapsed
2669
2670 \begin_layout Plain Layout
2671 Document ! Types
2672 \end_layout
2673
2674 \end_inset
2675
2676
2677 \end_layout
2678
2679 \begin_layout Subsection
2680 Introduction
2681 \end_layout
2682
2683 \begin_layout Standard
2684 Before you do anything else, before you ever start writing a document, you
2685  need to decide what type of document you want to edit.
2686  Different types of documents use different types of spacing, headings,
2687  numbering schemes, and so on.
2688  Additionally, different documents use different paragraph environments,
2689  and format the title of your document differently.
2690 \end_layout
2691
2692 \begin_layout Standard
2693
2694 \emph on
2695 document class
2696 \emph default
2697  describes a group of properties common to a particular set of documents.
2698  By setting the document class, you automatically select these properties,
2699  making it easier to create the type of document you want.
2700  If you don't choose a document class, LyX picks one for you by default.
2701  So it is up to you to change the class of your document.
2702 \end_layout
2703
2704 \begin_layout Subsection
2705 Document Classes
2706 \begin_inset Index idx
2707 status collapsed
2708
2709 \begin_layout Plain Layout
2710 Document ! Classes
2711 \end_layout
2712
2713 \end_inset
2714
2715
2716 \begin_inset CommandInset label
2717 LatexCommand label
2718 name "sec:Document-Classes"
2719
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \begin_layout Standard
2726 You can select a class using the 
2727 \family sans
2728 Document\SpecialChar \menuseparator
2729 Settings\SpecialChar \menuseparator
2730 Document Class
2731 \family default
2732
2733 \begin_inset Index idx
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 Document ! Settings
2738 \end_layout
2739
2740 \end_inset
2741
2742  dialog.
2743  Select the class you want to use, and make any fine tunings of the options
2744  you may need.
2745 \end_layout
2746
2747 \begin_layout Subsubsection
2748 Overview
2749 \end_layout
2750
2751 \begin_layout Standard
2752 There are four standard document classes in LyX.
2753  They are:
2754 \end_layout
2755
2756 \begin_layout Description
2757 Article for basic articles
2758 \end_layout
2759
2760 \begin_layout Description
2761 Report for basic reports
2762 \end_layout
2763
2764 \begin_layout Description
2765 Book for writing a book
2766 \end_layout
2767
2768 \begin_layout Description
2769 Letter for US-style letters
2770 \end_layout
2771
2772 \begin_layout Standard
2773 There are also some non-standard classes, which LyX only uses if you have
2774  installed the corresponding LaTeX class files, though most LaTeX distributions
2775  will include many of these.
2776  Here are some of the classes.
2777  The full list with detailed explanations can be found in chapter 
2778 \emph on
2779 Special Document Classes
2780 \emph default
2781  in the 
2782 \emph on
2783 Additional Features
2784 \emph default
2785  manual:
2786 \end_layout
2787
2788 \begin_layout Description
2789 A&A Journal articles in the style and format used in Astronomy & Astrophysics
2790 \end_layout
2791
2792 \begin_layout Description
2793 ACS For submissions to the journals published by the American Chemistry
2794  Society
2795 \end_layout
2796
2797 \begin_layout Description
2798 AGU For submissions to the journals published by the American Geophysical
2799  Union
2800 \end_layout
2801
2802 \begin_layout Description
2803 AMS Layouts for articles and books in the style and format used by the American
2804  Mathematical Society (AMS).
2805  There are three article layouts available.
2806  The standard one uses a typical numbering scheme for theorems etc., that
2807  prepends the section number to the number of the result.
2808  All result-type statements (propositions, corollaries, and so on) are sequenced
2809  together, but definitions, examples, and the like have their own sequence.
2810  The 
2811 \begin_inset Quotes eld
2812 \end_inset
2813
2814 sequential numbering
2815 \begin_inset Quotes erd
2816 \end_inset
2817
2818  scheme does not place the section number with each result, but numbers
2819  them throughout the article in a single sequence.
2820  Each type of result gets its own sequence.
2821  There is also a layout that dispenses with numbering of statements altogether.
2822 \end_layout
2823
2824 \begin_layout Description
2825 Beamer Layout for presentations
2826 \end_layout
2827
2828 \begin_layout Description
2829 Broadway Layout for writing plays.
2830  It is not an existing LaTeX document class, but a new one that is distributed
2831  with LyX.
2832 \end_layout
2833
2834 \begin_layout Description
2835 Chess Layout to write about chess games
2836 \end_layout
2837
2838 \begin_layout Description
2839 Curriculum
2840 \begin_inset space ~
2841 \end_inset
2842
2843 vitae classes to create curriculum vitae
2844 \end_layout
2845
2846 \begin_layout Description
2847 Elsarticle Layout for journals of the Elsevier publishing group
2848 \end_layout
2849
2850 \begin_layout Description
2851 Foils Used to make transparencies
2852 \end_layout
2853
2854 \begin_layout Description
2855 Hollywood Used to type spec scripts for the US film industry.
2856  It is not an existing LaTeX document class, but a new one that is distributed
2857  with LyX.
2858 \end_layout
2859
2860 \begin_layout Description
2861 IEEEtran Layout for the journals published by the Institute of Electrical
2862  and Electronics Engineers (IEEE)
2863 \end_layout
2864
2865 \begin_layout Description
2866 IOP Layout for journals of the Institute of Physics publishing group
2867 \end_layout
2868
2869 \begin_layout Description
2870 Kluwer Layout for journals of the Kluwer publishing group
2871 \end_layout
2872
2873 \begin_layout Description
2874 KOMA-Script a replacement for the standard classes, offers many useful features
2875  like caption formatting, automatic print space calculation etc.
2876  (Is used by this document.)
2877 \end_layout
2878
2879 \begin_layout Description
2880 Memoir another replacement for the standard classes
2881 \end_layout
2882
2883 \begin_layout Description
2884 Powerdot Layout for presentations
2885 \end_layout
2886
2887 \begin_layout Description
2888 REVTe
2889 \begin_inset ERT
2890 status collapsed
2891
2892 \begin_layout Plain Layout
2893
2894 {}
2895 \end_layout
2896
2897 \end_inset
2898
2899 X is used to write articles for the publications of the American Physical
2900  Society (APS), American Institute of Physics (AIP), and Optical Society
2901  of America (OSA).
2902  This class is not completely compatible with all LyX features.
2903 \end_layout
2904
2905 \begin_layout Description
2906 Slides Used to make transparencies
2907 \end_layout
2908
2909 \begin_layout Description
2910 SPIE
2911 \begin_inset space ~
2912 \end_inset
2913
2914 Proceedings Layout for the journals published by The International Society
2915  for Optical Engineering (SPIE)
2916 \end_layout
2917
2918 \begin_layout Description
2919 Springer Layouts for journals of the Springer publishing group
2920 \end_layout
2921
2922 \begin_layout Standard
2923 We will not go into detail about how to use these different document classes
2924  here.
2925  You can find details about the non-standard classes in Chapter 6 of the
2926  
2927 \emph on
2928 Additional Features
2929 \emph default
2930  manual.
2931  Here, we will settle for a list of some of the common properties of all
2932  of the document classes.
2933 \end_layout
2934
2935 \begin_layout Subsubsection
2936 Availability
2937 \end_layout
2938
2939 \begin_layout Standard
2940 You will probably find that many of the document classes listed under 
2941 \family sans
2942 Document\SpecialChar \menuseparator
2943 Settings\SpecialChar \menuseparator
2944 Document Class
2945 \begin_inset Index idx
2946 status collapsed
2947
2948 \begin_layout Plain Layout
2949 Document ! Settings
2950 \end_layout
2951
2952 \end_inset
2953
2954  
2955 \family default
2956 are marked as 
2957 \begin_inset Quotes eld
2958 \end_inset
2959
2960 Unavailable
2961 \begin_inset Quotes erd
2962 \end_inset
2963
2964 .
2965  If you open a document that uses such a class, you will receive a warning
2966  saying that there are files that are required to produce output that are
2967  not installed.
2968  So it may seem that something is wrong.
2969 \end_layout
2970
2971 \begin_layout Standard
2972 Nothing is wrong.
2973  LyX includes many more document classes than you will ever need to use,
2974  and some of them, like 
2975 \family sans
2976 IOP
2977 \family default
2978 , are highly specialized.
2979  LyX tries to support as many different types of documents as possible,
2980  and it includes almost one hundred different layout files, with a growing
2981  number.
2982  No LaTeX distribution will install by default all files that might be needed
2983  by some document class.
2984  There are just too many of them.
2985  That is why some of the document classes are unavailable.
2986 \end_layout
2987
2988 \begin_layout Standard
2989 If there is a document class you would like to use that is marked as 
2990 \begin_inset Quotes erd
2991 \end_inset
2992
2993 Unavailable
2994 \begin_inset Quotes erd
2995 \end_inset
2996
2997 , you just need to install the appropriate package files.
2998  The easiest way to find out which files you need to install is to use that
2999  document class for a new file.
3000  LyX will display a dialog that will list the missing files.
3001  See section 
3002 \begin_inset Quotes eld
3003 \end_inset
3004
3005 Installing new LaTeX files
3006 \begin_inset Quotes erd
3007 \end_inset
3008
3009  in of the 
3010 \emph on
3011 Customization
3012 \emph default
3013  manual for information on how to install them.
3014 \begin_inset VSpace medskip
3015 \end_inset
3016
3017
3018 \end_layout
3019
3020 \begin_layout Standard
3021 Although LyX provides support for many different sorts of documents, it
3022  does not include support for every document class people might want to
3023  use.
3024  For example, many universities provide LaTeX class files to be used for
3025  dissertations submitted to those universities.
3026  The LyX team cannot write layout files to support every one of these.
3027  There are too many.
3028  Fortunately, users can write their own layout files, and many users have
3029  done so.
3030  Chapter 
3031 \emph on
3032 Installing New Document Classes, Layouts, and Templates
3033 \emph default
3034  of the 
3035 \emph on
3036 Customization
3037 \emph default
3038  manual contains information on how to create layout files.
3039 \end_layout
3040
3041 \begin_layout Subsubsection
3042 Modules
3043 \begin_inset CommandInset label
3044 LatexCommand label
3045 name "sub:Modules"
3046
3047 \end_inset
3048
3049
3050 \begin_inset Index idx
3051 status collapsed
3052
3053 \begin_layout Plain Layout
3054 Document ! Modules
3055 \end_layout
3056
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \begin_layout Standard
3063 Modules load additional features that are not by default available in the
3064  chosen document class.
3065  For example you might want to write Braille (embossed printing) in a document.
3066  This is not available in any document class, so you have to load the correspond
3067 ing module in the 
3068 \family sans
3069 Modules
3070 \family default
3071  section of the 
3072 \family sans
3073 Document\SpecialChar \menuseparator
3074 Settings
3075 \family default
3076
3077 \begin_inset Index idx
3078 status collapsed
3079
3080 \begin_layout Plain Layout
3081 Document ! Settings
3082 \end_layout
3083
3084 \end_inset
3085
3086  dialog.
3087  Highlighting a module in the dialog will bring up a description of what
3088  it does.
3089 \end_layout
3090
3091 \begin_layout Standard
3092 Some modules require LaTeX packages or file format converters that are not
3093  always installed by default.
3094  LyX will warn you if you do not have a required package or converter, and
3095  it will tell you what exactly you are missing.
3096  You can still use the module while editing your file, but you will not
3097  be able to export to PDF or print your document, since LyX will not be
3098  able to compile the LaTeX file without the missing prerequisites.
3099  If you want to be able to produce this kind of output, then you need to
3100  install the missing prerequisites and then reconfigure LyX by selecting
3101  
3102 \family sans
3103 Tools\SpecialChar \menuseparator
3104 Reconfigure
3105 \family default
3106 .
3107 \begin_inset Index idx
3108 status collapsed
3109
3110 \begin_layout Plain Layout
3111 Reconfiguration of LyX
3112 \end_layout
3113
3114 \end_inset
3115
3116  See section 
3117 \begin_inset Quotes eld
3118 \end_inset
3119
3120 Installing new LaTeX files
3121 \begin_inset Quotes erd
3122 \end_inset
3123
3124  of the 
3125 \emph on
3126 Customization
3127 \emph default
3128  manual for more information on installing required packages.
3129 \end_layout
3130
3131 \begin_layout Standard
3132 \begin_inset Note Greyedout
3133 status open
3134
3135 \begin_layout Plain Layout
3136
3137 \series bold
3138 Note:
3139 \series default
3140  Some modules require other modules, and some pairs of modules are incompatible.
3141  LyX will advise you about these things.
3142 \end_layout
3143
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \begin_layout Subsubsection
3150 Local Layout
3151 \begin_inset CommandInset label
3152 LatexCommand label
3153 name "sub:Local-Layout"
3154
3155 \end_inset
3156
3157
3158 \begin_inset Index idx
3159 status collapsed
3160
3161 \begin_layout Plain Layout
3162 Document ! Local Layout
3163 \end_layout
3164
3165 \end_inset
3166
3167
3168 \end_layout
3169
3170 \begin_layout Standard
3171 Modules are to LyX much as packages are to LaTeX: They are intended to be
3172  used in a variety of different documents.
3173  If you often find yourself needing the same sort of thing in different
3174  documents, you should consider writing a module for this purpose.
3175  Sometimes, however, a particular document has very special needs, but you
3176  need a specific inset or character style only that one time.
3177  You want something that is like a document's own LaTeX preamble.
3178  What you want is LyX's 
3179 \begin_inset Quotes eld
3180 \end_inset
3181
3182 Local Layout
3183 \begin_inset Quotes erd
3184 \end_inset
3185
3186 .
3187  See section 
3188 \emph on
3189 Local Layout
3190 \emph default
3191  of the 
3192 \emph on
3193 Customization
3194 \emph default
3195  manual for information on how to use it.
3196 \end_layout
3197
3198 \begin_layout Subsubsection
3199 Properties
3200 \end_layout
3201
3202 \begin_layout Standard
3203 Each class has a default set of options.
3204  Here's a quick table describing them:
3205 \end_layout
3206
3207 \begin_layout Standard
3208 \begin_inset VSpace 0.3cm
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \begin_layout Standard
3215 \align center
3216 \begin_inset Tabular
3217 <lyxtabular version="3" rows="5" columns="5">
3218 <features rotate="0" tabularvalignment="middle">
3219 <column alignment="center" valignment="top" width="0pt">
3220 <column alignment="center" valignment="top" width="0pt">
3221 <column alignment="center" valignment="top" width="0pt">
3222 <column alignment="center" valignment="top" width="0pt">
3223 <column alignment="center" valignment="top" width="0pt">
3224 <row>
3225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \family sans
3240 \series medium
3241 \shape up
3242 \size normal
3243 \emph off
3244 \bar no
3245 \noun off
3246 \color none
3247 Page style
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \family sans
3258 \series medium
3259 \shape up
3260 \size normal
3261 \emph off
3262 \bar no
3263 \noun off
3264 \color none
3265 Sides
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274
3275 \family sans
3276 \series medium
3277 \shape up
3278 \size normal
3279 \emph off
3280 \bar no
3281 \noun off
3282 \color none
3283 Columns
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \series medium
3294 \shape up
3295 \size normal
3296 \emph off
3297 \bar no
3298 \noun off
3299 \color none
3300 Max.
3301  sectioning level
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 </row>
3307 <row>
3308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \series medium
3314 \shape up
3315 \size normal
3316 \emph off
3317 \bar no
3318 \noun off
3319 \color none
3320 article
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \family sans
3331 \series medium
3332 \shape up
3333 \size normal
3334 \emph off
3335 \bar no
3336 \noun off
3337 \color none
3338 Plain
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \family sans
3349 \series medium
3350 \shape up
3351 \size normal
3352 \emph off
3353 \bar no
3354 \noun off
3355 \color none
3356 One
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \family sans
3367 \series medium
3368 \shape up
3369 \size normal
3370 \emph off
3371 \bar no
3372 \noun off
3373 \color none
3374 One
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \family sans
3385 \series medium
3386 \shape up
3387 \size normal
3388 \emph off
3389 \bar no
3390 \noun off
3391 \color none
3392 Section
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series medium
3405 \shape up
3406 \size normal
3407 \emph off
3408 \bar no
3409 \noun off
3410 \color none
3411 report
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \family sans
3422 \series medium
3423 \shape up
3424 \size normal
3425 \emph off
3426 \bar no
3427 \noun off
3428 \color none
3429 Plain
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438
3439 \family sans
3440 \series medium
3441 \shape up
3442 \size normal
3443 \emph off
3444 \bar no
3445 \noun off
3446 \color none
3447 One
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \family sans
3458 \series medium
3459 \shape up
3460 \size normal
3461 \emph off
3462 \bar no
3463 \noun off
3464 \color none
3465 One
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \family sans
3476 \series medium
3477 \shape up
3478 \size normal
3479 \emph off
3480 \bar no
3481 \noun off
3482 \color none
3483 Chapter
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series medium
3496 \shape up
3497 \size normal
3498 \emph off
3499 \bar no
3500 \noun off
3501 \color none
3502 book
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \family sans
3513 \series medium
3514 \shape up
3515 \size normal
3516 \emph off
3517 \bar no
3518 \noun off
3519 \color none
3520 Headings
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \family sans
3531 \series medium
3532 \shape up
3533 \size normal
3534 \emph off
3535 \bar no
3536 \noun off
3537 \color none
3538 Two
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547
3548 \family sans
3549 \series medium
3550 \shape up
3551 \size normal
3552 \emph off
3553 \bar no
3554 \noun off
3555 \color none
3556 One
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \family sans
3567 \series medium
3568 \shape up
3569 \size normal
3570 \emph off
3571 \bar no
3572 \noun off
3573 \color none
3574 Chapter
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series medium
3587 \shape up
3588 \size normal
3589 \emph off
3590 \bar no
3591 \noun off
3592 \color none
3593 letter
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602
3603 \family sans
3604 \series medium
3605 \shape up
3606 \size normal
3607 \emph off
3608 \bar no
3609 \noun off
3610 \color none
3611 Plain
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \family sans
3622 \series medium
3623 \shape up
3624 \size normal
3625 \emph off
3626 \bar no
3627 \noun off
3628 \color none
3629 One
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \family sans
3640 \series medium
3641 \shape up
3642 \size normal
3643 \emph off
3644 \bar no
3645 \noun off
3646 \color none
3647 One
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series medium
3658 \shape up
3659 \size normal
3660 \emph off
3661 \bar no
3662 \noun off
3663 \color none
3664 none
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 </lyxtabular>
3671
3672 \end_inset
3673
3674
3675 \end_layout
3676
3677 \begin_layout Standard
3678 \begin_inset VSpace 0.3cm
3679 \end_inset
3680
3681
3682 \end_layout
3683
3684 \begin_layout Standard
3685 You're probably also wondering what 
3686 \begin_inset Quotes eld
3687 \end_inset
3688
3689 Max.
3690 \begin_inset space ~
3691 \end_inset
3692
3693 sectioning level
3694 \begin_inset Quotes erd
3695 \end_inset
3696
3697  means.
3698  There are several paragraph environments used to create section headings.
3699  Different document classes allow different types of section headings.
3700  Only two use the 
3701 \family sans
3702 Chapter
3703 \family default
3704  heading; the rest do not and begin instead with the 
3705 \family sans
3706 Section
3707 \family default
3708  heading.
3709  Some document classes, such as the ones for letters, don't use any section
3710  headings.
3711  In addition to 
3712 \family sans
3713 Chapter
3714 \family default
3715  and 
3716 \family sans
3717 Section
3718 \family default
3719  headings, there are also 
3720 \family sans
3721 Subsection
3722 \family default
3723  headings, 
3724 \family sans
3725 Subsubsection
3726 \family default
3727  headings, and so on.
3728  We will describe these headings fully in section
3729 \begin_inset space ~
3730 \end_inset
3731
3732
3733 \begin_inset CommandInset ref
3734 LatexCommand ref
3735 reference "sub:Headings"
3736
3737 \end_inset
3738
3739 .
3740 \end_layout
3741
3742 \begin_layout Subsection
3743 Document Layout
3744 \begin_inset CommandInset label
3745 LatexCommand label
3746 name "sub:Document-Layout"
3747
3748 \end_inset
3749
3750
3751 \begin_inset Index idx
3752 status collapsed
3753
3754 \begin_layout Plain Layout
3755 Document ! Layout
3756 \end_layout
3757
3758 \end_inset
3759
3760
3761 \begin_inset Index idx
3762 status collapsed
3763
3764 \begin_layout Plain Layout
3765 Document ! Settings
3766 \end_layout
3767
3768 \end_inset
3769
3770
3771 \end_layout
3772
3773 \begin_layout Standard
3774 The most important properties of document classes are set in the menu 
3775 \family sans
3776 Document\SpecialChar \menuseparator
3777 Settings
3778 \family default
3779 .
3780  There in the 
3781 \family sans
3782 Class
3783 \begin_inset space ~
3784 \end_inset
3785
3786 options
3787 \family default
3788  field under 
3789 \family sans
3790 Documents
3791 \begin_inset space ~
3792 \end_inset
3793
3794 Class
3795 \family default
3796 , you can enter special options for your document class in a comma-separated
3797  list.
3798  This is only necessary if LyX doesn't support special options you want
3799  to use for your document.
3800  To learn more about your favorite LaTeX-class and its options, you have
3801  to read its manual.
3802 \end_layout
3803
3804 \begin_layout Standard
3805 The drop box 
3806 \family sans
3807 Headings
3808 \begin_inset space ~
3809 \end_inset
3810
3811 style
3812 \family default
3813  in the 
3814 \family sans
3815 Document\SpecialChar \menuseparator
3816 Settings
3817 \family default
3818  dialog under 
3819 \family sans
3820 Page
3821 \begin_inset space ~
3822 \end_inset
3823
3824 Layout
3825 \family default
3826  controls what sorts of headings and page numbers go on a page.
3827  You can choose between the following five options:
3828 \end_layout
3829
3830 \begin_layout Labeling
3831 \labelwidthstring 00.00.0000
3832
3833 \family sans
3834 Default
3835 \family default
3836  Use default page style of current class.
3837 \end_layout
3838
3839 \begin_layout Labeling
3840 \labelwidthstring 00.00.0000
3841
3842 \family sans
3843 empty
3844 \family default
3845  No page numbers or headings.
3846 \end_layout
3847
3848 \begin_layout Labeling
3849 \labelwidthstring 00.00.0000
3850
3851 \family sans
3852 plain
3853 \family default
3854  Page numbers only.
3855 \end_layout
3856
3857 \begin_layout Labeling
3858 \labelwidthstring 00.00.0000
3859
3860 \family sans
3861 headings
3862 \family default
3863  Page numbers and either the current chapter or section title and number.
3864  Whether LyX uses the current chapter or the current section depends on
3865  the maximum sectioning level of the class.
3866 \end_layout
3867
3868 \begin_layout Labeling
3869 \labelwidthstring 00.00.0000
3870
3871 \family sans
3872 fancy
3873 \family default
3874  This allows you to define fully customizable headers and footers if you
3875  have the LaTeX-package 
3876 \series bold
3877 fancyhdr
3878 \series default
3879
3880 \begin_inset Index idx
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884 LaTeX-packages ! fancyhdr
3885 \end_layout
3886
3887 \end_inset
3888
3889  installed.
3890  How they are defined is explained in section
3891 \begin_inset space ~
3892 \end_inset
3893
3894
3895 \begin_inset CommandInset ref
3896 LatexCommand ref
3897 reference "sec:Customized-Page-Headers"
3898
3899 \end_inset
3900
3901 .
3902 \end_layout
3903
3904 \begin_layout Standard
3905 The separation of paragraphs is described in section
3906 \begin_inset space ~
3907 \end_inset
3908
3909
3910 \begin_inset CommandInset ref
3911 LatexCommand ref
3912 reference "sub:Paragraph-Separation"
3913
3914 \end_inset
3915
3916 .
3917 \end_layout
3918
3919 \begin_layout Subsection
3920 Paper Size and Orientation
3921 \begin_inset Index idx
3922 status collapsed
3923
3924 \begin_layout Plain Layout
3925 Document ! Paper size
3926 \end_layout
3927
3928 \end_inset
3929
3930
3931 \begin_inset CommandInset label
3932 LatexCommand label
3933 name "sub:Paper-Size,-Orientation"
3934
3935 \end_inset
3936
3937
3938 \end_layout
3939
3940 \begin_layout Standard
3941 You can find the following options in the menu 
3942 \family sans
3943 Page
3944 \begin_inset space ~
3945 \end_inset
3946
3947 Layout
3948 \family default
3949  of the 
3950 \family sans
3951 Document\SpecialChar \menuseparator
3952 Settings
3953 \family default
3954  dialog:
3955 \begin_inset Index idx
3956 status collapsed
3957
3958 \begin_layout Plain Layout
3959 Document ! Settings
3960 \end_layout
3961
3962 \end_inset
3963
3964
3965 \end_layout
3966
3967 \begin_layout Labeling
3968 \labelwidthstring 00.00.0000
3969
3970 \family sans
3971 Paper
3972 \begin_inset space ~
3973 \end_inset
3974
3975 Format
3976 \family default
3977  What size paper to print on.
3978  The choices are
3979 \end_layout
3980
3981 \begin_deeper
3982 \begin_layout Itemize
3983
3984 \family sans
3985 Default
3986 \end_layout
3987
3988 \begin_layout Itemize
3989
3990 \family sans
3991 A0 - A6
3992 \end_layout
3993
3994 \begin_layout Itemize
3995
3996 \family sans
3997 B0 - B6
3998 \end_layout
3999
4000 \begin_layout Itemize
4001
4002 \family sans
4003 C0 - C6
4004 \end_layout
4005
4006 \begin_layout Itemize
4007
4008 \family sans
4009 US letter, US legal, US executive
4010 \end_layout
4011
4012 \begin_layout Itemize
4013
4014 \family sans
4015 JIS B0 - JIS B6
4016 \end_layout
4017
4018 \begin_layout Itemize
4019
4020 \family sans
4021 Custom
4022 \end_layout
4023
4024 \end_deeper
4025 \begin_layout Labeling
4026 \labelwidthstring 00.00.0000
4027
4028 \family sans
4029 Orientation
4030 \family default
4031  To choose whether to output as 
4032 \family sans
4033 Landscape
4034 \family default
4035  or as 
4036 \family sans
4037 Portrait
4038 \family default
4039 .
4040 \end_layout
4041
4042 \begin_layout Labeling
4043 \labelwidthstring 00.00.0000
4044
4045 \family sans
4046 Two-sided
4047 \begin_inset space ~
4048 \end_inset
4049
4050 document
4051 \family default
4052  Adjusts the print space to print both sides of paper.
4053  That means that the print space for odd- and even-numbered pages is different.
4054 \end_layout
4055
4056 \begin_layout Subsection
4057 Margins
4058 \begin_inset CommandInset label
4059 LatexCommand label
4060 name "sub:Margins"
4061
4062 \end_inset
4063
4064
4065 \begin_inset Index idx
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069 Document ! Margins
4070 \end_layout
4071
4072 \end_inset
4073
4074
4075 \begin_inset Index idx
4076 status collapsed
4077
4078 \begin_layout Plain Layout
4079 Margins
4080 \end_layout
4081
4082 \end_inset
4083
4084
4085 \end_layout
4086
4087 \begin_layout Standard
4088 Paper margins are set in the menu 
4089 \family sans
4090 Document\SpecialChar \menuseparator
4091 Settings
4092 \family default
4093 .
4094 \begin_inset Index idx
4095 status collapsed
4096
4097 \begin_layout Plain Layout
4098 Document ! Settings
4099 \end_layout
4100
4101 \end_inset
4102
4103
4104 \end_layout
4105
4106 \begin_layout Standard
4107 If you use a KOMA-Script document class, you can use the default settings
4108  because KOMA-Script calculates the print space automatically by taking
4109  the paper format and the font size into account.
4110 \end_layout
4111
4112 \begin_layout Subsection
4113 Important Note
4114 \end_layout
4115
4116 \begin_layout Standard
4117 If you change a document class, LyX has to convert 
4118 \emph on
4119 everything
4120 \emph default
4121  into the new class.
4122  That includes the paragraph environments.
4123  Some paragraph environments are standard, in so far as all of the document
4124  classes have them; but some classes have special paragraph environments.
4125  If this is the case, and you change the document class, LyX will mark the
4126  paragraphs whose styles it no longer understands as 
4127 \begin_inset Quotes eld
4128 \end_inset
4129
4130 unknown
4131 \begin_inset Quotes erd
4132 \end_inset
4133
4134 .
4135  The name of the style is retained, in case you should want to go back to
4136  the old class.
4137  But these paragraphs will be output with no special formatting, so you
4138  will either need to create a new style yourself or else convert these paragraph
4139 s manually to a style present in your new document class.
4140 \end_layout
4141
4142 \begin_layout Section
4143 Paragraph Indentation and Separation
4144 \begin_inset Index idx
4145 status collapsed
4146
4147 \begin_layout Plain Layout
4148 Paragraph ! Indentation
4149 \end_layout
4150
4151 \end_inset
4152
4153
4154 \end_layout
4155
4156 \begin_layout Subsection
4157 Introduction
4158 \begin_inset CommandInset label
4159 LatexCommand label
4160 name "sec:Par-indent-intro"
4161
4162 \end_inset
4163
4164
4165 \end_layout
4166
4167 \begin_layout Standard
4168 Before describing all of the various paragraph environments, we'd like to
4169  say a word or two about paragraph indentation.
4170 \end_layout
4171
4172 \begin_layout Standard
4173 Everyone seems to have their own convention for separating paragraphs.
4174  Most Americans indent the first line of a paragraph.
4175  Others don't indent but put extra space between the paragraphs.
4176  If you choose indentation for paragraphs the 
4177 \emph on
4178 first
4179 \emph default
4180  paragraph of a section, or after a figure, an equation, a table, a list,
4181  etc., is 
4182 \emph on
4183 not
4184 \emph default
4185  indented.
4186  Only a paragraph following another paragraph gets indented.
4187  Note that the indentation behavior is different when you use another document
4188  language than English.
4189  LaTeX takes care that the indentation follows the rules of the language
4190  used.
4191 \end_layout
4192
4193 \begin_layout Standard
4194 The space between paragraphs, like the line spacing, the space between headings
4195  and text — in fact, all the spacing for just about everything —is pre-coded
4196  into LyX.
4197  As we said, you don't worry about how much space to add between what.
4198  LyX takes care of that.
4199  In fact, these pre-coded vertical spacings aren't a single number but a
4200  range.
4201  That way, LyX can squish or stretch the space between lines to make sure
4202  figures fit on a page with text, so that sections don't start at the bottom
4203  of a page, and so on.
4204 \begin_inset Foot
4205 status collapsed
4206
4207 \begin_layout Plain Layout
4208 LaTeX does this when LyX goes to produce a printable file.
4209 \end_layout
4210
4211 \end_inset
4212
4213  However, pre-coded doesn't mean you can't change them.
4214  LyX gives you the ability globally to change 
4215 \emph on
4216 all
4217 \emph default
4218  these pre-coded spacings.
4219  We will explain more later.
4220 \end_layout
4221
4222 \begin_layout Subsection
4223 Paragraph Separation
4224 \begin_inset CommandInset label
4225 LatexCommand label
4226 name "sub:Paragraph-Separation"
4227
4228 \end_inset
4229
4230
4231 \begin_inset Index idx
4232 status collapsed
4233
4234 \begin_layout Plain Layout
4235 Paragraph ! Separation
4236 \end_layout
4237
4238 \end_inset
4239
4240
4241 \end_layout
4242
4243 \begin_layout Standard
4244 Select 
4245 \family sans
4246 Indentation
4247 \family default
4248  or 
4249 \family sans
4250 Vertical
4251 \begin_inset space ~
4252 \end_inset
4253
4254 space
4255 \family default
4256  in the submenu 
4257 \family sans
4258 Text
4259 \begin_inset space ~
4260 \end_inset
4261
4262 Layout
4263 \family default
4264  of the dialog 
4265 \family sans
4266 Document\SpecialChar \menuseparator
4267 Settings
4268 \family default
4269
4270 \begin_inset Index idx
4271 status collapsed
4272
4273 \begin_layout Plain Layout
4274 Document ! Settings
4275 \end_layout
4276
4277 \end_inset
4278
4279  to indent paragraphs or to add extra space between paragraphs, respectively.
4280 \end_layout
4281
4282 \begin_layout Subsection
4283 Fine-Tuning
4284 \end_layout
4285
4286 \begin_layout Standard
4287 You can also change the separation method of a single paragraph.
4288  Open the 
4289 \family sans
4290 Edit\SpecialChar \menuseparator
4291 Paragraph
4292 \begin_inset space ~
4293 \end_inset
4294
4295 Settings
4296 \family default
4297  dialog and toggle the 
4298 \family sans
4299 Indent
4300 \begin_inset space ~
4301 \end_inset
4302
4303 Paragraph
4304 \family default
4305  option to change the state of the current paragraph (shortcut 
4306 \begin_inset Info
4307 type  "shortcut"
4308 arg   "paragraph-params \\indent-toggle"
4309 \end_inset
4310
4311 ).
4312  If paragraphs have no indentation but use extra space for separation, this
4313  button will be ignored (you can't indent a single paragraph by toggling
4314  this).
4315 \end_layout
4316
4317 \begin_layout Standard
4318 You should only need to change the indentation method for a single paragraph
4319  if you need to do some fine-tuning.
4320 \end_layout
4321
4322 \begin_layout Subsection
4323 Line Spacing
4324 \begin_inset Index idx
4325 status collapsed
4326
4327 \begin_layout Plain Layout
4328 Paragraph ! Line spacing
4329 \end_layout
4330
4331 \end_inset
4332
4333
4334 \end_layout
4335
4336 \begin_layout Standard
4337 In the 
4338 \family sans
4339 Document\SpecialChar \menuseparator
4340 Settings
4341 \noun on
4342
4343 \begin_inset Index idx
4344 status collapsed
4345
4346 \begin_layout Plain Layout
4347 Document ! Settings
4348 \end_layout
4349
4350 \end_inset
4351
4352
4353 \family default
4354 \noun default
4355  dialog you can set the line spacing for the whole document in the submenu
4356  
4357 \family sans
4358 Text
4359 \begin_inset space ~
4360 \end_inset
4361
4362 Layout
4363 \family default
4364 .
4365 \begin_inset Foot
4366 status collapsed
4367
4368 \begin_layout Plain Layout
4369 You need to have the LaTeX-package 
4370 \series bold
4371 setspace
4372 \series default
4373
4374 \begin_inset Index idx
4375 status collapsed
4376
4377 \begin_layout Plain Layout
4378 LaTeX-packages ! setspace
4379 \end_layout
4380
4381 \end_inset
4382
4383  installed to use this feature.
4384 \end_layout
4385
4386 \end_inset
4387
4388  You can set it for a single paragraph in the 
4389 \family sans
4390 Edit\SpecialChar \menuseparator
4391 Paragraph
4392 \begin_inset space ~
4393 \end_inset
4394
4395 Settings
4396 \family default
4397  dialog but this should be used very exceptionally because vertical spacing
4398  is normally defined in the environment's style.
4399 \end_layout
4400
4401 \begin_layout Section
4402 Paragraph Environments
4403 \begin_inset CommandInset label
4404 LatexCommand label
4405 name "sec:Paragraph-Environments"
4406
4407 \end_inset
4408
4409
4410 \begin_inset Index idx
4411 status collapsed
4412
4413 \begin_layout Plain Layout
4414 Paragraph ! Environments
4415 \end_layout
4416
4417 \end_inset
4418
4419
4420 \begin_inset Index idx
4421 status collapsed
4422
4423 \begin_layout Plain Layout
4424 Paragraph environments|(
4425 \end_layout
4426
4427 \end_inset
4428
4429
4430 \end_layout
4431
4432 \begin_layout Subsection
4433 Overview
4434 \end_layout
4435
4436 \begin_layout Standard
4437 Paragraph environments correspond to the
4438 \end_layout
4439
4440 \begin_layout Standard
4441
4442 \series bold
4443
4444 \backslash
4445 begin{
4446 \emph on
4447 environment
4448 \emph default
4449 } ...
4450  
4451 \backslash
4452 end{
4453 \emph on
4454 environment
4455 \emph default
4456 }
4457 \series default
4458
4459 \begin_inset Newline newline
4460 \end_inset
4461
4462 command sequence in LaTeX files.
4463  If you don't know LaTeX, or the concept of a paragraph environment is totally
4464  alien to you, we urge you to read the 
4465 \emph on
4466 Tutorial
4467 \emph default
4468 .
4469  The 
4470 \emph on
4471 Tutorial
4472 \emph default
4473  also contains many more examples than this section does.
4474 \end_layout
4475
4476 \begin_layout Standard
4477 A paragraph environment is simply a 
4478 \begin_inset Quotes eld
4479 \end_inset
4480
4481 container
4482 \begin_inset Quotes erd
4483 \end_inset
4484
4485  for a paragraph which gives that paragraph certain properties.
4486  This can include a particular style of font, different margins, a numbering
4487  scheme, labels, and so on.
4488  Additionally, you can 
4489 \begin_inset Quotes eld
4490 \end_inset
4491
4492 nest
4493 \begin_inset Quotes erd
4494 \end_inset
4495
4496  the different environments inside one another, allowing one environment
4497  to inherit some of the properties of another.
4498  The different paragraph environments totally replace the need for messy
4499  tab stops, on the fly margin adjustment, and other hangovers from the days
4500  of typewriters.
4501  There are several paragraph environments that are specific to a particular
4502  document type.
4503  We will only be covering the most common ones here.
4504 \end_layout
4505
4506 \begin_layout Standard
4507 To choose a new paragraph environment, use the pull-down box 
4508 \begin_inset Graphics
4509         filename clipart/ToolbarEnvBox.png
4510         scale 70
4511         clip
4512
4513 \end_inset
4514
4515  at the left end of the toolbar.
4516  LyX will change the environment of the 
4517 \emph on
4518 entire
4519 \emph default
4520  paragraph in which the cursor sits.
4521  You can also change the environment of an entire group of paragraphs if
4522  you select them before choosing the new environment.
4523  
4524 \end_layout
4525
4526 \begin_layout Standard
4527 Note that entering 
4528 \family sans
4529 Return
4530 \family default
4531  will 
4532 \emph on
4533 typically
4534 \emph default
4535  create a new paragraph using the 
4536 \family sans
4537 Standard
4538 \family default
4539  paragraph environment.
4540  We say 
4541 \begin_inset Quotes eld
4542 \end_inset
4543
4544 typically
4545 \begin_inset Quotes erd
4546 \end_inset
4547
4548  because if you are in one of these environments:
4549 \end_layout
4550
4551 \begin_layout Itemize
4552
4553 \family sans
4554 Quote
4555 \end_layout
4556
4557 \begin_layout Itemize
4558
4559 \family sans
4560 Quotation
4561 \end_layout
4562
4563 \begin_layout Itemize
4564
4565 \family sans
4566 Verse
4567 \end_layout
4568
4569 \begin_layout Itemize
4570
4571 \family sans
4572 Itemize
4573 \end_layout
4574
4575 \begin_layout Itemize
4576
4577 \family sans
4578 Enumerate
4579 \end_layout
4580
4581 \begin_layout Itemize
4582
4583 \family sans
4584 Description
4585 \end_layout
4586
4587 \begin_layout Itemize
4588
4589 \family sans
4590 List
4591 \end_layout
4592
4593 \begin_layout Standard
4594 LyX keeps the old paragraph environment when you enter 
4595 \family sans
4596 Return
4597 \family default
4598 , rather than resetting it to 
4599 \family sans
4600 Standard
4601 \family default
4602 .
4603  Also the nesting depth is preserved (for more on nesting see section
4604 \begin_inset space ~
4605 \end_inset
4606
4607
4608 \begin_inset CommandInset ref
4609 LatexCommand ref
4610 reference "sec:Nesting"
4611
4612 \end_inset
4613
4614 ).
4615 \end_layout
4616
4617 \begin_layout Subsection
4618 Standard
4619 \end_layout
4620
4621 \begin_layout Standard
4622 The default paragraph environment is 
4623 \family sans
4624 Standard
4625 \family default
4626  for most classes.
4627  It creates a plain paragraph.
4628  If LyX resets the paragraph environment, this is the one it chooses.
4629  In fact, the paragraph you're reading right now (and most of the ones in
4630  this manual) are in the 
4631 \family sans
4632 Standard
4633 \family default
4634  environment.
4635 \end_layout
4636
4637 \begin_layout Standard
4638 You can nest a paragraph using the 
4639 \family sans
4640 Standard
4641 \family default
4642  environment in just about anything else, but you can't really nest anything
4643  in a 
4644 \family sans
4645 Standard
4646 \family default
4647  environment.
4648 \end_layout
4649
4650 \begin_layout Subsection
4651 Document Title
4652 \begin_inset Index idx
4653 status collapsed
4654
4655 \begin_layout Plain Layout
4656 Document ! Title
4657 \end_layout
4658
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \begin_layout Standard
4665 A LaTeX title page has three parts: the title itself, the name(s) of the
4666  author(s) and a 
4667 \begin_inset Quotes eld
4668 \end_inset
4669
4670 footnote
4671 \begin_inset Quotes erd
4672 \end_inset
4673
4674  for thanks or contact information.
4675  For certain types of documents, LaTeX places all of this on a separate
4676  page along with today's date.
4677  For other types of documents, the title 
4678 \begin_inset Quotes eld
4679 \end_inset
4680
4681 page
4682 \begin_inset Quotes erd
4683 \end_inset
4684
4685  goes at the top of the first page of the document.
4686  
4687 \end_layout
4688
4689 \begin_layout Standard
4690 LyX provides an interface to the title page commands through the paragraph
4691  environments 
4692 \family sans
4693 Title
4694 \family default
4695
4696 \family sans
4697 Author
4698 \family default
4699 , and 
4700 \family sans
4701 Date
4702 \family default
4703 .
4704  Here's how you use them:
4705 \end_layout
4706
4707 \begin_layout Itemize
4708 Put the title of your document in the 
4709 \family sans
4710 Title
4711 \family default
4712  environment.
4713 \end_layout
4714
4715 \begin_layout Itemize
4716 Put the author name in the 
4717 \family sans
4718 Author
4719 \family default
4720  environment.
4721 \end_layout
4722
4723 \begin_layout Itemize
4724 If you want the date to have a certain appearance, want to use a fixed date,
4725  or want other text to appear in place of today's date, put that text in
4726  the 
4727 \family sans
4728 Date
4729 \family default
4730  environment.
4731  Note that using this environment is optional.
4732  If you don't provide any, LaTeX will automatically insert today's date.
4733  If you don't want a date, use the option 
4734 \family sans
4735 Suppress default date on front page
4736 \family default
4737  in the menu 
4738 \family sans
4739 Document\SpecialChar \menuseparator
4740 Settings\SpecialChar \menuseparator
4741 Document
4742 \begin_inset space ~
4743 \end_inset
4744
4745 class
4746 \family default
4747 .
4748 \end_layout
4749
4750 \begin_layout Standard
4751 You can use footnotes to insert 
4752 \begin_inset Quotes eld
4753 \end_inset
4754
4755 thanks
4756 \begin_inset Quotes erd
4757 \end_inset
4758
4759  or contact information.
4760 \end_layout
4761
4762 \begin_layout Subsection
4763 Headings
4764 \begin_inset Index idx
4765 status collapsed
4766
4767 \begin_layout Plain Layout
4768 Section headings
4769 \end_layout
4770
4771 \end_inset
4772
4773
4774 \begin_inset CommandInset label
4775 LatexCommand label
4776 name "sub:Headings"
4777
4778 \end_inset
4779
4780
4781 \end_layout
4782
4783 \begin_layout Standard
4784 There are several paragraph environments for producing section headings.
4785  LyX takes care of the numbering for you.
4786 \end_layout
4787
4788 \begin_layout Subsubsection
4789 Numbered Headings
4790 \begin_inset Index idx
4791 status collapsed
4792
4793 \begin_layout Plain Layout
4794 Section headings ! Numbered
4795 \end_layout
4796
4797 \end_inset
4798
4799
4800 \end_layout
4801
4802 \begin_layout Standard
4803 There are 7 numbered types of section headings.
4804  They are:
4805 \end_layout
4806
4807 \begin_layout Enumerate
4808
4809 \family sans
4810 Part
4811 \end_layout
4812
4813 \begin_layout Enumerate
4814
4815 \family sans
4816 Chapter
4817 \end_layout
4818
4819 \begin_layout Enumerate
4820
4821 \family sans
4822 Section
4823 \end_layout
4824
4825 \begin_layout Enumerate
4826
4827 \family sans
4828 Subsection
4829 \end_layout
4830
4831 \begin_layout Enumerate
4832
4833 \family sans
4834 Subsubsection
4835 \end_layout
4836
4837 \begin_layout Enumerate
4838
4839 \family sans
4840 Paragraph
4841 \end_layout
4842
4843 \begin_layout Enumerate
4844
4845 \family sans
4846 Subparagraph
4847 \end_layout
4848
4849 \begin_layout Standard
4850 LyX labels each heading with a series of numbers, separated by periods.
4851  The numbers describe where in the document you are.
4852  Unlike the other headings, parts are numbered with Latin letters.
4853 \end_layout
4854
4855 \begin_layout Standard
4856 Headings all subdivide your document into different pieces of text.
4857  For example, suppose you're writing a book.
4858  You group the book into chapters.
4859  LyX does a similar grouping:
4860 \end_layout
4861
4862 \begin_layout Itemize
4863
4864 \family sans
4865 Part
4866 \family default
4867  is divided into either 
4868 \family sans
4869 Chapter
4870 \family default
4871 s or 
4872 \family sans
4873 Section
4874 \family default
4875 s
4876 \end_layout
4877
4878 \begin_layout Itemize
4879
4880 \family sans
4881 Chapter
4882 \family default
4883 s are divided into 
4884 \family sans
4885 Section
4886 \family default
4887 s
4888 \end_layout
4889
4890 \begin_layout Itemize
4891
4892 \family sans
4893 Section
4894 \family default
4895 s are divided into 
4896 \family sans
4897 Subsection
4898 \family default
4899 s
4900 \end_layout
4901
4902 \begin_layout Itemize
4903
4904 \family sans
4905 Subsection
4906 \family default
4907 s are divided into 
4908 \family sans
4909 Subsubsection
4910 \family default
4911 s
4912 \end_layout
4913
4914 \begin_layout Itemize
4915
4916 \family sans
4917 Subsubsection
4918 \family default
4919 s are divided into 
4920 \family sans
4921 Paragraph
4922 \family default
4923 s
4924 \end_layout
4925
4926 \begin_layout Itemize
4927
4928 \family sans
4929 Paragraph
4930 \family default
4931 s are divided into 
4932 \family sans
4933 Subparagraph
4934 \family default
4935 s
4936 \end_layout
4937
4938 \begin_layout Standard
4939 \begin_inset Note Greyedout
4940 status open
4941
4942 \begin_layout Plain Layout
4943
4944 \series bold
4945 Note:
4946 \series default
4947  Not all document types use the 
4948 \family sans
4949 Chapter
4950 \family default
4951  heading as the maximum sectioning level.
4952  In that case the 
4953 \family sans
4954 Section
4955 \family default
4956  is the top-level heading.
4957 \end_layout
4958
4959 \end_inset
4960
4961
4962 \end_layout
4963
4964 \begin_layout Standard
4965 So, if you use the 
4966 \family sans
4967 Subsubsection
4968 \family default
4969  environment to label a new sub-subsection, LyX labels it with its number,
4970  along with the number of the subsection, section and, if applicable, chapter
4971  that it's in.
4972  For example: the fifth section of the second chapter of this book has the
4973  label 
4974 \begin_inset Quotes eld
4975 \end_inset
4976
4977 2.5
4978 \begin_inset Quotes erd
4979 \end_inset
4980
4981 .
4982 \end_layout
4983
4984 \begin_layout Subsubsection
4985 Unnumbered Headings
4986 \begin_inset Index idx
4987 status collapsed
4988
4989 \begin_layout Plain Layout
4990 Section headings ! Unnumbered
4991 \end_layout
4992
4993 \end_inset
4994
4995
4996 \end_layout
4997
4998 \begin_layout Standard
4999 The unnumbered section headings have a 
5000 \begin_inset Quotes eld
5001 \end_inset
5002
5003 *
5004 \begin_inset Quotes erd
5005 \end_inset
5006
5007  at the end of their name.
5008  They work the same as their numbered counterparts but will not appear in
5009  the table of contents, see section
5010 \begin_inset space ~
5011 \end_inset
5012
5013
5014 \begin_inset CommandInset ref
5015 LatexCommand ref
5016 reference "sec:toc"
5017
5018 \end_inset
5019
5020 .
5021 \end_layout
5022
5023 \begin_layout Subsubsection
5024 Changing the Numbering
5025 \begin_inset CommandInset label
5026 LatexCommand label
5027 name "sub:Numbering-depth"
5028
5029 \end_inset
5030
5031
5032 \end_layout
5033
5034 \begin_layout Standard
5035 You can also alter which sectioning levels get numbered and which ones appear
5036  in the Table of Contents.
5037  Now, this doesn't remove any of the levels; that's preset in the document
5038  class.
5039  Just as certain classes start with 
5040 \family sans
5041 Chapter
5042 \family default
5043  and go down to the 
5044 \family sans
5045 Subparagraph
5046 \family default
5047  level.
5048  Others start at 
5049 \family sans
5050 Section
5051 \family default
5052 .
5053  Similarly, not all document classes number all sectioning levels.
5054  Most don't number 
5055 \family sans
5056 Paragraph
5057 \family default
5058  or 
5059 \family sans
5060 Subparagraph
5061 \family default
5062 .
5063  This is something you can change.
5064 \end_layout
5065
5066 \begin_layout Standard
5067 Open the 
5068 \family sans
5069 Document\SpecialChar \menuseparator
5070 Settings
5071 \family default
5072  dialog.
5073 \begin_inset Index idx
5074 status collapsed
5075
5076 \begin_layout Plain Layout
5077 Document ! Settings
5078 \end_layout
5079
5080 \end_inset
5081
5082  Under 
5083 \family sans
5084 Numbering
5085 \begin_inset space ~
5086 \end_inset
5087
5088 &
5089 \begin_inset space ~
5090 \end_inset
5091
5092 TOC
5093 \family default
5094  you will see two counters.
5095  The one named 
5096 \family sans
5097 Numbering
5098 \family default
5099  controls how far down in the sectioning hierarchy LyX numbers a section
5100  heading.
5101  The other one controls the appearance of the section headings in the table
5102  of contents.
5103 \end_layout
5104
5105 \begin_layout Subsubsection
5106 Short Titles of Headings
5107 \begin_inset Index idx
5108 status collapsed
5109
5110 \begin_layout Plain Layout
5111 Section headings ! Short titles
5112 \end_layout
5113
5114 \end_inset
5115
5116
5117 \begin_inset Argument 1
5118 status collapsed
5119
5120 \begin_layout Plain Layout
5121 Short Titles
5122 \end_layout
5123
5124 \end_inset
5125
5126
5127 \begin_inset CommandInset label
5128 LatexCommand label
5129 name "sec:Short-Titles"
5130
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \begin_layout Standard
5137 Some section or chapter titles, such as this one, can get quite long.
5138  This can cause trouble when there is limited horizontal space.
5139  For example, if the header of the page is set to show the current section
5140  title, a long title will protrude over the page margins and look awful.
5141 \end_layout
5142
5143 \begin_layout Standard
5144 LaTeX allows you to specify a short title for section headings.
5145  This short title is used in the header and in the actual table of contents,
5146  avoiding the problem mentioned.
5147  To specify a short title, set the cursor behind the title and use the menu
5148  
5149 \family sans
5150 Insert\SpecialChar \menuseparator
5151 Short
5152 \begin_inset space ~
5153 \end_inset
5154
5155 Title
5156 \family default
5157 .
5158  This will insert a box labeled 
5159 \begin_inset Quotes eld
5160 \end_inset
5161
5162 Short
5163 \begin_inset space ~
5164 \end_inset
5165
5166 Title
5167 \begin_inset Quotes erd
5168 \end_inset
5169
5170  which you can use to enter the short title text.
5171  This also works for captions inside floats.
5172  There can only be one short title per title.
5173 \end_layout
5174
5175 \begin_layout Standard
5176 The title of this section is a good example of using this feature.
5177 \end_layout
5178
5179 \begin_layout Subsubsection
5180 Special Information
5181 \end_layout
5182
5183 \begin_layout Standard
5184 The following information applies to all section headings:
5185 \end_layout
5186
5187 \begin_layout Itemize
5188 You cannot do any nesting with these environments.
5189 \end_layout
5190
5191 \begin_layout Itemize
5192 You cannot use a margin note in any of these environments.
5193 \end_layout
5194
5195 \begin_layout Itemize
5196 You can only use inline math in these environments.
5197 \end_layout
5198
5199 \begin_layout Itemize
5200 You can use labels and cross-references to refer to their numbers.
5201 \end_layout
5202
5203 \begin_layout Subsection
5204 Quotes and Poetry
5205 \end_layout
5206
5207 \begin_layout Standard
5208 LyX has three paragraph environments for writing poetry and quotations.
5209  They are 
5210 \family sans
5211 Quote
5212 \family default
5213
5214 \family sans
5215 Quotation
5216 \family default
5217 , and 
5218 \family sans
5219 Verse
5220 \family default
5221 .
5222  Forget the days of changing line spacing and twiddling with margins.
5223  These three paragraph environments already have those changes built-in.
5224  They all widen the left margin and add a bit of extra space above and below
5225  the text they contain.
5226  They also allow nesting, so you can put a 
5227 \family sans
5228 Verse
5229 \family default
5230  in a 
5231 \family sans
5232 Quotation
5233 \family default
5234 , as well as in some other paragraph environments.
5235 \end_layout
5236
5237 \begin_layout Standard
5238 There is another feature of these three paragraph environments: they do
5239  
5240 \emph on
5241 not
5242 \emph default
5243  reset to 
5244 \family sans
5245 Standard
5246 \family default
5247  when you start a new paragraph.
5248  So, you can type in that poem and merrily enter 
5249 \family sans
5250 Return
5251 \family default
5252  without worrying about the paragraph environment changing on you.
5253  Of course, that means that, once you are done typing in that poem, you
5254  have to change back to the 
5255 \family sans
5256 Standard
5257 \family default
5258  environment yourself.
5259 \end_layout
5260
5261 \begin_layout Subsubsection
5262 Quote and Quotation
5263 \begin_inset CommandInset label
5264 LatexCommand label
5265 name "sec:Quote"
5266
5267 \end_inset
5268
5269
5270 \begin_inset Index idx
5271 status collapsed
5272
5273 \begin_layout Plain Layout
5274 Quotation
5275 \end_layout
5276
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \begin_layout Standard
5283 Now that we've described the similarities of these three environments, it's
5284  time for the differences.
5285  
5286 \family sans
5287 Quote
5288 \family default
5289  and 
5290 \family sans
5291 Quotation
5292 \family default
5293  are identical except for one difference: 
5294 \family sans
5295 Quote
5296 \family default
5297  uses extra spacing to separate paragraphs and never indents the first line.
5298  
5299 \family sans
5300 Quotation
5301 \family default
5302  
5303 \emph on
5304 always
5305 \emph default
5306  indents the first line of a paragraph and uses the same line spacing throughout.
5307 \end_layout
5308
5309 \begin_layout Standard
5310 Here's an example of the 
5311 \family sans
5312 Quote
5313 \family default
5314  environment:
5315 \end_layout
5316
5317 \begin_layout Quote
5318 This is in the 
5319 \family sans
5320 Quote
5321 \family default
5322  environment.
5323  I can keep writing, extending this line out further and further until it
5324  wraps.
5325  See – no indentation!
5326 \end_layout
5327
5328 \begin_layout Quote
5329 Here's the second paragraph of this quote.
5330  Again, there's no indentation, but there is extra space between me and
5331  the other paragraph.
5332 \end_layout
5333
5334 \begin_layout Standard
5335 Here's another example, this time in the 
5336 \family sans
5337 Quotation
5338 \family default
5339  environment:
5340 \end_layout
5341
5342 \begin_layout Quotation
5343 This is in the 
5344 \family sans
5345 Quotation
5346 \family default
5347  environment.
5348  If I keep writing, you will see the indentation.
5349  If your country uses a writing style that indicates new paragraphs by indenting
5350  the first line, then 
5351 \family sans
5352 Quotation
5353 \family default
5354  is the environment for you! Well, you'd use it 
5355 \emph on
5356 if
5357 \emph default
5358  you were quoting other text.
5359 \end_layout
5360
5361 \begin_layout Quotation
5362 Here's a new paragraph.
5363  I could ramble on and on, like a politician at election time.
5364  If I did that, though, you'd get bored.
5365 \end_layout
5366
5367 \begin_layout Standard
5368 As the examples show, 
5369 \family sans
5370 Quote
5371 \family default
5372  is for those people who use extra space to separate paragraphs.
5373  They should put quotes in the 
5374 \family sans
5375 Quote
5376 \family default
5377  environment.
5378  Those who use indentation to mark a new paragraph should use the 
5379 \family sans
5380 Quotation
5381 \family default
5382  paragraph environment for quoted text.
5383 \end_layout
5384
5385 \begin_layout Subsubsection
5386 Verse
5387 \begin_inset Index idx
5388 status collapsed
5389
5390 \begin_layout Plain Layout
5391 Paragraph ! Verse
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \begin_inset Index idx
5398 status collapsed
5399
5400 \begin_layout Plain Layout
5401 Poetry
5402 \end_layout
5403
5404 \end_inset
5405
5406
5407 \begin_inset CommandInset label
5408 LatexCommand label
5409 name "sec:Verse"
5410
5411 \end_inset
5412
5413
5414 \end_layout
5415
5416 \begin_layout Standard
5417
5418 \family sans
5419 Verse
5420 \family default
5421  is a paragraph environment for poetry, rhymes, verses, and so on.
5422  Here's an example:
5423 \end_layout
5424
5425 \begin_layout Verse
5426 This is in Verse
5427 \begin_inset Newline newline
5428 \end_inset
5429
5430 Which I did not rehearse!
5431 \end_layout
5432
5433 \begin_layout Verse
5434 It could be much worse.
5435  This line could be long, very long, oh so long, so very long that it wraps
5436  around.
5437  It looks okay on screen, but in the printed version, the extra lines are
5438  indented a bit more than the first.
5439  Okay, so it's turned to prose and doesn't rhyme anymore.
5440  So sue me.
5441 \end_layout
5442
5443 \begin_layout Verse
5444 To break a line
5445 \begin_inset Newline newline
5446 \end_inset
5447
5448 And make things look fine
5449 \begin_inset Newline newline
5450 \end_inset
5451
5452 Use 
5453 \begin_inset Info
5454 type  "shortcut"
5455 arg   "newline-insert newline"
5456 \end_inset
5457
5458 .
5459 \end_layout
5460
5461 \begin_layout Standard
5462 As you can see, 
5463 \family sans
5464 Verse
5465 \family default
5466  does not indent both margins.
5467  Each stanza of the verse or poem is in its own paragraph.
5468  To separate the individual lines of a stanza, use the shortcut 
5469 \begin_inset Info
5470 type  "shortcut"
5471 arg   "newline-insert newline"
5472 \end_inset
5473
5474 .
5475 \end_layout
5476
5477 \begin_layout Subsection
5478 Lists
5479 \begin_inset Index idx
5480 status collapsed
5481
5482 \begin_layout Plain Layout
5483 Lists
5484 \end_layout
5485
5486 \end_inset
5487
5488
5489 \begin_inset CommandInset label
5490 LatexCommand label
5491 name "sub:Lists"
5492
5493 \end_inset
5494
5495
5496 \end_layout
5497
5498 \begin_layout Standard
5499 LyX has four different paragraph environments for creating different kinds
5500  of lists.
5501  In the 
5502 \family sans
5503 Itemize
5504 \family default
5505  and 
5506 \family sans
5507 Enumerate
5508 \family default
5509  environments, LyX labels your list items with bullets or numbers, respectively.
5510  In the 
5511 \family sans
5512 Description
5513 \family default
5514  and 
5515 \family sans
5516 List
5517 \family default
5518  environments, LyX lets you provide your own label.
5519  We will present the individual details of each type of list next after
5520  describing some general features of all four of them.
5521 \end_layout
5522
5523 \begin_layout Subsubsection
5524 General Features
5525 \end_layout
5526
5527 \begin_layout Standard
5528 The four paragraph environments for lists differ from the other environments
5529  in several ways.
5530  First, LyX treats each paragraph as a list item.
5531  Hitting 
5532 \family sans
5533 Return
5534 \family default
5535  does 
5536 \emph on
5537 not
5538 \emph default
5539  reset the environment to 
5540 \family sans
5541 Standard
5542 \family default
5543  but keeps the current environment and creates a new list item.
5544  The nesting depth is thereby kept.
5545  If you want to keep the paragraph environment but reset the current nesting
5546  depth, you can use 
5547 \begin_inset Info
5548 type  "shortcut"
5549 arg   "paragraph-break inverse"
5550 \end_inset
5551
5552 .
5553  If you do this at the top level of a list, it returns you to the 
5554 \family sans
5555 Standard
5556 \family default
5557  environment.
5558 \end_layout
5559
5560 \begin_layout Standard
5561 You can nest lists of any type inside one another.
5562  In fact, LyX changes the labels on some list items depending on how it
5563  is nested.
5564  If you intend to use any of the list paragraph environments, we suggest
5565  you read all of section
5566 \begin_inset space ~
5567 \end_inset
5568
5569
5570 \begin_inset CommandInset ref
5571 LatexCommand ref
5572 reference "sec:Nesting"
5573
5574 \end_inset
5575
5576 .
5577 \end_layout
5578
5579 \begin_layout Subsubsection
5580 Itemize
5581 \begin_inset Index idx
5582 status collapsed
5583
5584 \begin_layout Plain Layout
5585 Lists ! Itemize
5586 \end_layout
5587
5588 \end_inset
5589
5590
5591 \begin_inset CommandInset label
5592 LatexCommand label
5593 name "sec:Itemize"
5594
5595 \end_inset
5596
5597
5598 \end_layout
5599
5600 \begin_layout Standard
5601 The first type of list we will describe in detail is the 
5602 \family sans
5603 Itemize
5604 \family default
5605  paragraph environment.
5606  It has the following properties:
5607 \end_layout
5608
5609 \begin_layout Itemize
5610 Each item has a particular bullet or symbol as its label.
5611 \end_layout
5612
5613 \begin_deeper
5614 \begin_layout Itemize
5615 LyX uses the same symbol for all of the items in a given nesting level.
5616 \end_layout
5617
5618 \begin_layout Itemize
5619 The symbol appears at the beginning of the first line.
5620 \end_layout
5621
5622 \end_deeper
5623 \begin_layout Itemize
5624 The items can have any length.
5625  LyX automatically offsets the left margin of each item.
5626  The offset is always relative to whatever environment the 
5627 \family sans
5628 Itemize
5629 \family default
5630  list may be in.
5631 \end_layout
5632
5633 \begin_layout Itemize
5634 If you nest an 
5635 \family sans
5636 Itemize
5637 \family default
5638  environment inside another 
5639 \family sans
5640 Itemize
5641 \family default
5642  environment, the label changes to a new symbol.
5643 \end_layout
5644
5645 \begin_deeper
5646 \begin_layout Itemize
5647 There are four different symbols for up to a four-fold nesting.
5648 \end_layout
5649
5650 \begin_layout Itemize
5651 LyX always shows the same symbol on screen.
5652 \end_layout
5653
5654 \begin_layout Itemize
5655 See section
5656 \begin_inset space ~
5657 \end_inset
5658
5659
5660 \begin_inset CommandInset ref
5661 LatexCommand ref
5662 reference "sec:Nesting"
5663
5664 \end_inset
5665
5666  for a full explanation of nesting.
5667 \end_layout
5668
5669 \end_deeper
5670 \begin_layout Standard
5671 Of course, that explanation was also an example of an 
5672 \family sans
5673 Itemize
5674 \family default
5675  list.
5676  The 
5677 \family sans
5678 Itemize
5679 \family default
5680  environment is best suited for lists where the order doesn't matter.
5681 \end_layout
5682
5683 \begin_layout Standard
5684 We said that different levels use different symbols as their label.
5685  Here's an example of all four possible symbols.
5686 \end_layout
5687
5688 \begin_layout Itemize
5689 The label for the first level 
5690 \family sans
5691 Itemize
5692 \family default
5693  is a large black dot, or bullet.
5694 \end_layout
5695
5696 \begin_deeper
5697 \begin_layout Itemize
5698 The label for the second level is a dash.
5699 \end_layout
5700
5701 \begin_deeper
5702 \begin_layout Itemize
5703 The label for the third is an asterisk.
5704 \end_layout
5705
5706 \begin_deeper
5707 \begin_layout Itemize
5708 The label for the fourth is a centered dot.
5709 \end_layout
5710
5711 \end_deeper
5712 \begin_layout Itemize
5713 Back out to the third level.
5714 \end_layout
5715
5716 \end_deeper
5717 \begin_layout Itemize
5718 Back to the second level.
5719 \end_layout
5720
5721 \end_deeper
5722 \begin_layout Itemize
5723 Back to the outermost level.
5724 \end_layout
5725
5726 \begin_layout Standard
5727 These are the default labels for an 
5728 \family sans
5729 Itemize
5730 \family default
5731  list.
5732  You can customize how these labels are displayed in the output in the 
5733 \family sans
5734 Document\SpecialChar \menuseparator
5735 Settings
5736 \family default
5737  dialog in the submenu 
5738 \family sans
5739 Bullets
5740 \family default
5741 .
5742 \begin_inset Index idx
5743 status collapsed
5744
5745 \begin_layout Plain Layout
5746 Document ! Settings
5747 \end_layout
5748
5749 \end_inset
5750
5751  These customizations are not displayed in LyX.
5752 \end_layout
5753
5754 \begin_layout Standard
5755 Notice how the space between items decreases with increasing depth.
5756  We will explain nesting and all the tricks you can do with different depths
5757  in section
5758 \begin_inset space ~
5759 \end_inset
5760
5761
5762 \begin_inset CommandInset ref
5763 LatexCommand ref
5764 reference "sec:Nesting"
5765
5766 \end_inset
5767
5768 .
5769 \end_layout
5770
5771 \begin_layout Subsubsection
5772 Enumerate
5773 \begin_inset Index idx
5774 status collapsed
5775
5776 \begin_layout Plain Layout
5777 Lists ! Enumerate
5778 \end_layout
5779
5780 \end_inset
5781
5782
5783 \begin_inset CommandInset label
5784 LatexCommand label
5785 name "sec:Enumerate"
5786
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \begin_layout Standard
5793 The 
5794 \family sans
5795 Enumerate
5796 \family default
5797  environment is used to create numbered lists and outlines.
5798  It has these properties:
5799 \end_layout
5800
5801 \begin_layout Enumerate
5802 Each item has a numeral as its label.
5803 \end_layout
5804
5805 \begin_deeper
5806 \begin_layout Enumerate
5807 The label type depends on the nesting depth.
5808 \end_layout
5809
5810 \end_deeper
5811 \begin_layout Enumerate
5812 LyX automatically counts the items for you and updates the label as appropriate.
5813 \end_layout
5814
5815 \begin_layout Enumerate
5816 Each new 
5817 \family sans
5818 Enumerate
5819 \family default
5820  environment resets the counter to one.
5821 \end_layout
5822
5823 \begin_layout Enumerate
5824 Like the 
5825 \family sans
5826 Itemize
5827 \family default
5828  environment, the 
5829 \family sans
5830 Enumerate
5831 \family default
5832  environment:
5833 \end_layout
5834
5835 \begin_deeper
5836 \begin_layout Enumerate
5837 Offsets the items relative to the left margin.
5838  Items can have any length.
5839 \end_layout
5840
5841 \begin_layout Enumerate
5842 Reduces the space between items as the nesting depth increases.
5843 \end_layout
5844
5845 \begin_layout Enumerate
5846 Uses different types of labels depending on the nesting depth.
5847 \end_layout
5848
5849 \begin_layout Enumerate
5850 Allows up to a four-fold nesting.
5851 \end_layout
5852
5853 \end_deeper
5854 \begin_layout Standard
5855 Unlike the 
5856 \family sans
5857 Itemize
5858 \family default
5859  environment, 
5860 \family sans
5861 Enumerate
5862 \family default
5863  shows the different labels for each item in LyX.
5864  Here is how LyX labels the four different levels in an 
5865 \family sans
5866 Enumerate
5867 \family default
5868 :
5869 \end_layout
5870
5871 \begin_layout Enumerate
5872 The first level of an 
5873 \family sans
5874 Enumerate
5875 \family default
5876  uses Arabic numerals followed by a period.
5877 \end_layout
5878
5879 \begin_deeper
5880 \begin_layout Enumerate
5881 The second level uses lower case letters surrounded by parentheses.
5882 \end_layout
5883
5884 \begin_deeper
5885 \begin_layout Enumerate
5886 The third level uses lower-case Roman numerals followed by a period.
5887 \end_layout
5888
5889 \begin_deeper
5890 \begin_layout Enumerate
5891 The fourth level uses capital letters followed by a period.
5892 \end_layout
5893
5894 \begin_layout Enumerate
5895 Again, notice the decrease in the spacing between items as the nesting depth
5896  increases.
5897 \end_layout
5898
5899 \end_deeper
5900 \begin_layout Enumerate
5901 Back to the third level
5902 \end_layout
5903
5904 \end_deeper
5905 \begin_layout Enumerate
5906 Back to the second level.
5907 \end_layout
5908
5909 \end_deeper
5910 \begin_layout Enumerate
5911 Back to the outermost level.
5912 \end_layout
5913
5914 \begin_layout Standard
5915 You can customize the type of numbering used in the 
5916 \family sans
5917 Enumerate
5918 \family default
5919  environment, see section
5920 \begin_inset space ~
5921 \end_inset
5922
5923
5924 \begin_inset CommandInset ref
5925 LatexCommand ref
5926 reference "sub:Customized-Lists"
5927
5928 \end_inset
5929
5930 .
5931  Such customization only shows up in the printed version, not in LyX.
5932 \end_layout
5933
5934 \begin_layout Standard
5935 There is more to nesting 
5936 \family sans
5937 Enumerate
5938 \family default
5939  environments than we've stated here.
5940  You should read section
5941 \begin_inset space ~
5942 \end_inset
5943
5944
5945 \begin_inset CommandInset ref
5946 LatexCommand ref
5947 reference "sec:Nesting"
5948
5949 \end_inset
5950
5951  to learn more about nesting.
5952 \end_layout
5953
5954 \begin_layout Subsubsection
5955 Description
5956 \begin_inset Index idx
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960 Lists ! Description
5961 \end_layout
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Standard
5969 Unlike the previous two environments, the 
5970 \family sans
5971 Description
5972 \family default
5973  list has no fixed label.
5974  Instead, LyX uses the first 
5975 \begin_inset Quotes eld
5976 \end_inset
5977
5978 word
5979 \begin_inset Quotes erd
5980 \end_inset
5981
5982  of the first line as the label.
5983  Here's an example:
5984 \end_layout
5985
5986 \begin_layout Description
5987 Example: This is an example of the 
5988 \family sans
5989 Description
5990 \family default
5991  environment.
5992 \end_layout
5993
5994 \begin_layout Standard
5995 LyX typesets the label in boldface and puts extra space between it and the
5996  rest of the line.
5997 \end_layout
5998
5999 \begin_layout Standard
6000 With the first 
6001 \begin_inset Quotes eld
6002 \end_inset
6003
6004 word
6005 \begin_inset Quotes erd
6006 \end_inset
6007
6008  it is meant that the first usage of the 
6009 \family sans
6010 Space
6011 \family default
6012  key ends the label if you are at the beginning of the first line of an
6013  item.
6014  If you need to use more than one word in a label use a 
6015 \family sans
6016 Protected Space
6017 \family default
6018 .
6019  (Use either 
6020 \begin_inset Info
6021 type  "shortcut"
6022 arg   "command-alternatives math-space ; space-insert protected"
6023 \end_inset
6024
6025  or the menu 
6026 \family sans
6027 Insert\SpecialChar \menuseparator
6028 Formatting\SpecialChar \menuseparator
6029 Protected
6030 \begin_inset space ~
6031 \end_inset
6032
6033 Space
6034 \family default
6035 ; see section
6036 \begin_inset space ~
6037 \end_inset
6038
6039
6040 \begin_inset CommandInset ref
6041 LatexCommand ref
6042 reference "sub:Protected-Space"
6043
6044 \end_inset
6045
6046  for more information.) Here is an example:
6047 \end_layout
6048
6049 \begin_layout Description
6050 Second
6051 \begin_inset space ~
6052 \end_inset
6053
6054 Example: This one shows how to use a 
6055 \family sans
6056 Protected
6057 \begin_inset space ~
6058 \end_inset
6059
6060 Space
6061 \family default
6062  in the label of a 
6063 \family sans
6064 Description
6065 \family default
6066  list item.
6067 \end_layout
6068
6069 \begin_layout Description
6070 Usage: You should use the 
6071 \family sans
6072 Description
6073 \family default
6074  environment for things like definitions and theorems.
6075  Use it when you need to make one word in particular stand out in the text
6076  that describes it.
6077  It's not a good idea to use a 
6078 \family sans
6079 Description
6080 \family default
6081  environment when you have an entire sentence that you want to describe.
6082  You're better off using 
6083 \family sans
6084 Itemize
6085 \family default
6086  or 
6087 \family sans
6088 Enumerate
6089 \family default
6090  and nesting several 
6091 \family sans
6092 Standard
6093 \family default
6094  paragraphs into them.
6095 \end_layout
6096
6097 \begin_layout Description
6098 Nesting: You can nest 
6099 \family sans
6100 Description
6101 \family default
6102  environments inside one another, nest them in other types of lists, and
6103  so on.
6104 \end_layout
6105
6106 \begin_layout Standard
6107 Notice that after the first line, LyX indents subsequent lines, offsetting
6108  them from the first line.
6109 \end_layout
6110
6111 \begin_layout Subsubsection
6112 Labeling
6113 \begin_inset Index idx
6114 status collapsed
6115
6116 \begin_layout Plain Layout
6117 Lists ! Labeling
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \begin_layout Standard
6126 The 
6127 \family sans
6128 Labeling
6129 \family default
6130  environment is a LyX extension to LaTeX.
6131 \end_layout
6132
6133 \begin_layout Standard
6134 Like the 
6135 \family sans
6136 Description
6137 \family default
6138  list the 
6139 \family sans
6140 Labeling
6141 \family default
6142  list has user-defined labels for each list item but it provides some additional
6143  features.
6144  Here are its properties:
6145 \end_layout
6146
6147 \begin_layout Labeling
6148 \labelwidthstring 00.00.0000
6149 item
6150 \begin_inset space ~
6151 \end_inset
6152
6153 labels LyX uses the first 
6154 \begin_inset Quotes eld
6155 \end_inset
6156
6157 word
6158 \begin_inset Quotes erd
6159 \end_inset
6160
6161  of each line as the item label.
6162  The first 
6163 \family sans
6164 Space
6165 \family default
6166  after the beginning of the first line of an item marks the end of the label.
6167  If you need to use more than one word in an item label, use a protected
6168  space as described above.
6169 \end_layout
6170
6171 \begin_layout Labeling
6172 \labelwidthstring 00.00.0000
6173 margins As you can see, LyX uses different margins for the item label and
6174  the body of the item text.
6175  The body of the text has a larger left margin, which is equal to the default
6176  label width plus a little extra space.
6177  
6178 \end_layout
6179
6180 \begin_layout Labeling
6181 \labelwidthstring 00.00.0000
6182 label
6183 \begin_inset space ~
6184 \end_inset
6185
6186 width LyX uses the width of the label, or the default width, whatever is
6187  larger.
6188  If the label width is larger, the label 
6189 \begin_inset Quotes eld
6190 \end_inset
6191
6192 extends
6193 \begin_inset Quotes erd
6194 \end_inset
6195
6196  into the first line.
6197  In other words, the text of the first line isn't aligned with the left
6198  margin of the rest of the item text.
6199 \end_layout
6200
6201 \begin_layout Labeling
6202 \labelwidthstring 00.00.0000
6203 default
6204 \begin_inset space ~
6205 \end_inset
6206
6207 width You can set the default label width to ensure that the text of all
6208  items in a 
6209 \family sans
6210 Labeling
6211 \family default
6212  environment has the same left margin.
6213 \begin_inset Newline newline
6214 \end_inset
6215
6216 To change the default width, select all items in the list.
6217  Now open the 
6218 \family sans
6219 Edit\SpecialChar \menuseparator
6220 Paragraph
6221 \begin_inset space ~
6222 \end_inset
6223
6224 Settings
6225 \family default
6226  dialog (toolbar button 
6227 \begin_inset Info
6228 type  "icon"
6229 arg   "layout-paragraph"
6230 \end_inset
6231
6232 ).
6233  The text in the box 
6234 \family sans
6235 Longest
6236 \begin_inset space ~
6237 \end_inset
6238
6239 label
6240 \family default
6241  determines the default label width.
6242  You can use the text of your largest label here, but you can also use the
6243  letter 
6244 \begin_inset Quotes eld
6245 \end_inset
6246
6247 M
6248 \begin_inset Quotes erd
6249 \end_inset
6250
6251  multiple times instead.
6252  M is the widest character and is a standard unit of widths in LaTeX.
6253  By using 
6254 \begin_inset Quotes eld
6255 \end_inset
6256
6257 M
6258 \begin_inset Quotes erd
6259 \end_inset
6260
6261  as the unit of width you don't need to keep changing the contents of 
6262 \family sans
6263 Longest
6264 \begin_inset space ~
6265 \end_inset
6266
6267 label
6268 \family default
6269  every time you alter a label in a 
6270 \family sans
6271 List
6272 \family default
6273  environment.
6274 \begin_inset Newline newline
6275 \end_inset
6276
6277 The predefined default width is the length of 
6278 \begin_inset Quotes eld
6279 \end_inset
6280
6281 00.00.0000
6282 \begin_inset Quotes erd
6283 \end_inset
6284
6285  (equal to 6
6286 \begin_inset space ~
6287 \end_inset
6288
6289 M).
6290 \end_layout
6291
6292 \begin_layout Standard
6293 You should use the 
6294 \family sans
6295 Labeling
6296 \family default
6297  list the same way as the 
6298 \family sans
6299 Description
6300 \family default
6301  list: When you need one word to stand out from the text that describes
6302  it.
6303  The 
6304 \family sans
6305 Labeling
6306 \family default
6307  environment gives you another way to do this, using a different overall
6308  layout.
6309 \end_layout
6310
6311 \begin_layout Standard
6312 You can nest 
6313 \family sans
6314 Labeling
6315 \family default
6316  lists inside one another, nest them in other types of lists, and so on.
6317  They work just like the other list paragraph environments.
6318  Read section
6319 \begin_inset space ~
6320 \end_inset
6321
6322
6323 \begin_inset CommandInset ref
6324 LatexCommand ref
6325 reference "sec:Nesting"
6326
6327 \end_inset
6328
6329  to learn about nesting.
6330 \end_layout
6331
6332 \begin_layout Standard
6333 There is yet another feature of the 
6334 \family sans
6335 Labeling
6336 \family default
6337  list: As you can see in the examples, LyX left-justifies the item labels
6338  by default.
6339  You can use additional 
6340 \family sans
6341 HFills
6342 \family default
6343  to change how LyX justifies the item label.
6344  
6345 \family sans
6346 Hfills
6347 \family default
6348  are documented in section
6349 \begin_inset space ~
6350 \end_inset
6351
6352
6353 \begin_inset CommandInset ref
6354 LatexCommand ref
6355 reference "sub:Horizontal-Space"
6356
6357 \end_inset
6358
6359 .
6360  Here are some examples:
6361 \end_layout
6362
6363 \begin_layout Labeling
6364 \labelwidthstring 00.00.0000
6365 Left The default for 
6366 \family sans
6367 Labeling
6368 \family default
6369  item labels.
6370 \end_layout
6371
6372 \begin_layout Labeling
6373 \labelwidthstring 00.00.0000
6374 \begin_inset space \hfill{}
6375 \end_inset
6376
6377 Right One 
6378 \family sans
6379 HFill
6380 \family default
6381  at the beginning of the label right justifies it.
6382 \end_layout
6383
6384 \begin_layout Labeling
6385 \labelwidthstring 00.00.0000
6386 \begin_inset space \hfill{}
6387 \end_inset
6388
6389 Center
6390 \begin_inset space \hfill{}
6391 \end_inset
6392
6393  One 
6394 \family sans
6395 HFill
6396 \family default
6397  at the beginning of the label and one at the end centers it.
6398 \end_layout
6399
6400 \begin_layout Subsection
6401 Customized Lists
6402 \begin_inset CommandInset label
6403 LatexCommand label
6404 name "sub:Customized-Lists"
6405
6406 \end_inset
6407
6408
6409 \begin_inset Index idx
6410 status collapsed
6411
6412 \begin_layout Plain Layout
6413 Lists ! Customized
6414 \end_layout
6415
6416 \end_inset
6417
6418
6419 \end_layout
6420
6421 \begin_layout Standard
6422 The features described in this section require that the module 
6423 \family sans
6424 Customisable Lists (enumitem)
6425 \family default
6426  is loaded in the document settings.
6427  The module uses the LaTeX-package 
6428 \series bold
6429 enumitem
6430 \series default
6431
6432 \begin_inset Index idx
6433 status collapsed
6434
6435 \begin_layout Plain Layout
6436 LaTeX-packages ! enumitem
6437 \end_layout
6438
6439 \end_inset
6440
6441 .
6442 \end_layout
6443
6444 \begin_layout Subsubsection
6445 Custom Enumerate Lists
6446 \begin_inset Index idx
6447 status collapsed
6448
6449 \begin_layout Plain Layout
6450 Lists ! Enumerate ! Custom
6451 \end_layout
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \begin_layout Standard
6459 \noindent
6460 The default numbering of numbered lists can be changed by adding an optional
6461  argument (menu 
6462 \family sans
6463 Insert\SpecialChar \menuseparator
6464 Short Title
6465 \family default
6466 ) to the first item of each level in the list.
6467  There you add the command
6468 \end_layout
6469
6470 \begin_layout Standard
6471
6472 \series bold
6473 label=
6474 \backslash
6475 roman{enumi}
6476 \end_layout
6477
6478 \begin_layout Standard
6479 in TeX Code (shortcut 
6480 \begin_inset Info
6481 type  "shortcut"
6482 arg   "ert-insert"
6483 \end_inset
6484
6485 ).
6486 \begin_inset Foot
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 For more about TeX Code, look at section
6491 \begin_inset space ~
6492 \end_inset
6493
6494
6495 \begin_inset CommandInset ref
6496 LatexCommand ref
6497 reference "sec:TeX-Code"
6498
6499 \end_inset
6500
6501 .
6502 \end_layout
6503
6504 \end_inset
6505
6506
6507 \emph on
6508  enumi
6509 \emph default
6510  is hereby the first level counter of the enumeration.
6511  The command 
6512 \series bold
6513
6514 \backslash
6515 roman
6516 \series default
6517  outputs the counter as a small Roman numeral.
6518  For capital Roman numerals replace 
6519 \series bold
6520
6521 \backslash
6522 roman
6523 \series default
6524  with 
6525 \series bold
6526
6527 \backslash
6528 Roman
6529 \series default
6530  in the command above.
6531  For Arabic numerals use 
6532 \series bold
6533
6534 \backslash
6535 arabic
6536 \series default
6537 .
6538  To 
6539 \begin_inset Quotes eld
6540 \end_inset
6541
6542 number
6543 \begin_inset Quotes erd
6544 \end_inset
6545
6546  items with capital or small Latin letters use 
6547 \series bold
6548
6549 \backslash
6550 Alph
6551 \series default
6552  or 
6553 \series bold
6554
6555 \backslash
6556 alph
6557 \series default
6558 , respectively.
6559 \end_layout
6560
6561 \begin_layout Standard
6562 \noindent
6563 \begin_inset Note Greyedout
6564 status open
6565
6566 \begin_layout Plain Layout
6567
6568 \series bold
6569 Note:
6570 \series default
6571  You can only number 26
6572 \begin_inset space ~
6573 \end_inset
6574
6575 items with Latin letters, because this numbering is limited to single letters.
6576 \end_layout
6577
6578 \end_inset
6579
6580
6581 \end_layout
6582
6583 \begin_layout Standard
6584 To change the numbering for the list sublevels, replace the 'i' in the command
6585  by the small Roman numeral of the level (enumi, enumii, enumiii, enumiv).
6586 \end_layout
6587
6588 \begin_layout Standard
6589 Here is a list with custom numbering:
6590 \end_layout
6591
6592 \begin_layout Enumerate
6593 \begin_inset Argument 1
6594 status open
6595
6596 \begin_layout Plain Layout
6597 \begin_inset ERT
6598 status open
6599
6600 \begin_layout Plain Layout
6601
6602 label=
6603 \backslash
6604 #
6605 \backslash
6606 Alph{enumi}
6607 \backslash
6608 #
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \end_inset
6617
6618 Level 1
6619 \end_layout
6620
6621 \begin_deeper
6622 \begin_layout Enumerate
6623 \begin_inset Argument 1
6624 status open
6625
6626 \begin_layout Plain Layout
6627 \begin_inset ERT
6628 status open
6629
6630 \begin_layout Plain Layout
6631
6632 label=
6633 \backslash
6634 Alph{enumi}.
6635 \backslash
6636 arabic{enumii}
6637 \end_layout
6638
6639 \end_inset
6640
6641
6642 \end_layout
6643
6644 \end_inset
6645
6646 Level 2
6647 \end_layout
6648
6649 \begin_layout Enumerate
6650 Level 2
6651 \end_layout
6652
6653 \begin_deeper
6654 \begin_layout Enumerate
6655 \begin_inset Argument 1
6656 status open
6657
6658 \begin_layout Plain Layout
6659 \begin_inset ERT
6660 status open
6661
6662 \begin_layout Plain Layout
6663
6664 label=
6665 \backslash
6666 bf{
6667 \backslash
6668 arabic{enumiii}}
6669 \end_layout
6670
6671 \end_inset
6672
6673
6674 \end_layout
6675
6676 \end_inset
6677
6678 Level 3
6679 \end_layout
6680
6681 \begin_deeper
6682 \begin_layout Enumerate
6683 \begin_inset Argument 1
6684 status open
6685
6686 \begin_layout Plain Layout
6687 \begin_inset ERT
6688 status open
6689
6690 \begin_layout Plain Layout
6691
6692 label=
6693 \backslash
6694 emph{
6695 \backslash
6696 roman{enumiv})}
6697 \end_layout
6698
6699 \end_inset
6700
6701
6702 \end_layout
6703
6704 \end_inset
6705
6706 Level 4
6707 \end_layout
6708
6709 \end_deeper
6710 \end_deeper
6711 \end_deeper
6712 \begin_layout Standard
6713 For this list these commands were used:
6714 \end_layout
6715
6716 \begin_layout Standard
6717 \noindent
6718
6719 \series bold
6720 label=
6721 \backslash
6722 #
6723 \backslash
6724 Alph{enumi}
6725 \backslash
6726 #
6727 \begin_inset Newline newline
6728 \end_inset
6729
6730 label=
6731 \backslash
6732 Alph{enumi}.
6733 \backslash
6734 arabic{enumii}
6735 \begin_inset Newline newline
6736 \end_inset
6737
6738 label=
6739 \backslash
6740 bf{
6741 \backslash
6742 arabic{enumiii}}
6743 \begin_inset Newline newline
6744 \end_inset
6745
6746 label=
6747 \backslash
6748 emph{
6749 \backslash
6750 roman{enumiv})}
6751 \end_layout
6752
6753 \begin_layout Standard
6754 where the command 
6755 \series bold
6756
6757 \backslash
6758 emph{}
6759 \series default
6760  makes the label emphasized and 
6761 \series bold
6762
6763 \backslash
6764 bf{}
6765 \series default
6766  makes it bold.
6767 \end_layout
6768
6769 \begin_layout Standard
6770 \begin_inset Note Greyedout
6771 status open
6772
6773 \begin_layout Plain Layout
6774
6775 \series bold
6776 Note:
6777 \series default
6778  When you change the label of a list level, it will be used for all following
6779  lists until you change the definition.
6780 \end_layout
6781
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \begin_layout Subsubsection
6788 Resumed Enumeration
6789 \begin_inset Index idx
6790 status collapsed
6791
6792 \begin_layout Plain Layout
6793 Lists ! Enumerate ! Resumed
6794 \end_layout
6795
6796 \end_inset
6797
6798
6799 \end_layout
6800
6801 \begin_layout Standard
6802 Enumerations can be resumed after intermediate paragraphs:
6803 \end_layout
6804
6805 \begin_layout Enumerate
6806 \begin_inset Argument 1
6807 status open
6808
6809 \begin_layout Plain Layout
6810 \begin_inset ERT
6811 status open
6812
6813 \begin_layout Plain Layout
6814
6815 label=
6816 \backslash
6817 arabic{enumi}.
6818 \end_layout
6819
6820 \end_inset
6821
6822
6823 \end_layout
6824
6825 \end_inset
6826
6827 first
6828 \begin_inset Note Note
6829 status open
6830
6831 \begin_layout Plain Layout
6832 goes back to default numbering
6833 \end_layout
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Enumerate
6841 second
6842 \end_layout
6843
6844 \begin_layout Standard
6845 regular text
6846 \end_layout
6847
6848 \begin_layout Enumerate-Resume
6849 resumed
6850 \end_layout
6851
6852 \begin_layout Standard
6853 To resume an enumeration, use the style 
6854 \family sans
6855 Enumerate-Resume
6856 \family default
6857 .
6858  Its numbering appears in blue within LyX to indicate that it is a resumed
6859  list and that the numbering will not be correct in LyX, but in the output.
6860 \end_layout
6861
6862 \begin_layout Standard
6863 \begin_inset Note Greyedout
6864 status open
6865
6866 \begin_layout Plain Layout
6867
6868 \series bold
6869 Note:
6870 \series default
6871  If there is no previous enumeration to resume, you will get a LaTeX error.
6872 \end_layout
6873
6874 \end_inset
6875
6876
6877 \end_layout
6878
6879 \begin_layout Standard
6880 Perhaps you might want to resume the list with a different number from the
6881  next one.
6882  Or you want to start a new enumeration with a defined number.
6883  This is possible by adding an optional argument to the first list item
6884  of a normal enumeration.
6885  There, insert the command
6886 \end_layout
6887
6888 \begin_layout Standard
6889
6890 \series bold
6891 start=number
6892 \end_layout
6893
6894 \begin_layout Standard
6895 where 
6896 \emph on
6897 number
6898 \emph default
6899  is the number with which you want to resume the list.
6900  An example:
6901 \end_layout
6902
6903 \begin_layout Enumerate
6904 first item
6905 \end_layout
6906
6907 \begin_layout Enumerate
6908 second item
6909 \end_layout
6910
6911 \begin_layout Standard
6912 Enumeration starting at a given value:
6913 \end_layout
6914
6915 \begin_layout Enumerate
6916 \begin_inset Argument 1
6917 status open
6918
6919 \begin_layout Plain Layout
6920 \begin_inset ERT
6921 status open
6922
6923 \begin_layout Plain Layout
6924
6925 start=4
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934
6935 This enumeration starts at 4
6936 \end_layout
6937
6938 \begin_layout Subsubsection
6939 List Spacing
6940 \begin_inset Index idx
6941 status collapsed
6942
6943 \begin_layout Plain Layout
6944 Lists ! Spacing
6945 \end_layout
6946
6947 \end_inset
6948
6949
6950 \end_layout
6951
6952 \begin_layout Standard
6953 In some cases you might want less or more vertical space between the items
6954  of a list.
6955  For example if the default space is too much in your opinion in this case:
6956 \end_layout
6957
6958 \begin_layout Itemize
6959 A bullet list
6960 \end_layout
6961
6962 \begin_layout Itemize
6963 with standard spacing 
6964 \end_layout
6965
6966 \begin_layout Standard
6967 You can decrease the space by adding an optional argument to the first item
6968  of the list.
6969  Add there the command 
6970 \series bold
6971 nolistsep
6972 \series default
6973  to get no additional list space like in this example:
6974 \end_layout
6975
6976 \begin_layout Itemize
6977 \begin_inset Argument 1
6978 status open
6979
6980 \begin_layout Plain Layout
6981 \begin_inset ERT
6982 status open
6983
6984 \begin_layout Plain Layout
6985
6986 nolistsep
6987 \end_layout
6988
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \end_inset
6995
6996 A bullet list
6997 \end_layout
6998
6999 \begin_layout Itemize
7000 without additional
7001 \end_layout
7002
7003 \begin_layout Itemize
7004 vertical space
7005 \end_layout
7006
7007 \begin_layout Standard
7008 To add space you can use several other commands provided by the LaTeX-package
7009  
7010 \series bold
7011 enumitem
7012 \series default
7013
7014 \begin_inset Index idx
7015 status collapsed
7016
7017 \begin_layout Plain Layout
7018 LaTeX-packages ! enumitem
7019 \end_layout
7020
7021 \end_inset
7022
7023 .
7024  For more information see its documentation, 
7025 \begin_inset CommandInset citation
7026 LatexCommand cite
7027 key "enumitem"
7028
7029 \end_inset
7030
7031 .
7032 \end_layout
7033
7034 \begin_layout Standard
7035 There are also many commands available to change the horizontal spacing
7036  and indentation.
7037  Here is an example where the indentation was changed to that of the paragraphs
7038  in the document and the label separation was set to 2
7039 \begin_inset space \thinspace{}
7040 \end_inset
7041
7042 cm so that the number is in the page margin:
7043 \end_layout
7044
7045 \begin_layout Enumerate
7046 \begin_inset Argument 1
7047 status open
7048
7049 \begin_layout Plain Layout
7050 \begin_inset ERT
7051 status open
7052
7053 \begin_layout Plain Layout
7054
7055 labelindent=
7056 \backslash
7057 parindent, labelsep=2cm
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \end_inset
7066
7067 An enumeration
7068 \end_layout
7069
7070 \begin_layout Enumerate
7071 with negative indentation
7072 \end_layout
7073
7074 \begin_layout Subsubsection
7075 Further Customization
7076 \begin_inset Index idx
7077 status collapsed
7078
7079 \begin_layout Plain Layout
7080 Lists ! Customization
7081 \end_layout
7082
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \begin_layout Standard
7089 You can also change the style of description lists.
7090  The command
7091 \end_layout
7092
7093 \begin_layout Standard
7094
7095 \series bold
7096 font=definition
7097 \end_layout
7098
7099 \begin_layout Standard
7100 changes the description label font, the command
7101 \end_layout
7102
7103 \begin_layout Standard
7104
7105 \series bold
7106 style=definition
7107 \end_layout
7108
7109 \begin_layout Standard
7110 sets the list style.
7111 \end_layout
7112
7113 \begin_layout Standard
7114 An example where the command
7115 \end_layout
7116
7117 \begin_layout Standard
7118
7119 \series bold
7120 font=
7121 \backslash
7122 itshape, style=nextline
7123 \end_layout
7124
7125 \begin_layout Standard
7126 is used:
7127 \end_layout
7128
7129 \begin_layout Description
7130 Ionizing
7131 \begin_inset space ~
7132 \end_inset
7133
7134 radiation: 
7135 \begin_inset Argument 1
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139 \begin_inset ERT
7140 status open
7141
7142 \begin_layout Plain Layout
7143
7144 labelindent=0pt, labelsep=1cm, font=
7145 \backslash
7146 itshape, style=nextline
7147 \end_layout
7148
7149 \end_inset
7150
7151
7152 \end_layout
7153
7154 \end_inset
7155
7156 Ionizing radiation consists of particles or electromagnetic waves that are
7157  energetic enough to detach electrons from atoms or molecules, therefore
7158  ionizing them.
7159 \end_layout
7160
7161 \begin_layout Description
7162 Reference
7163 \begin_inset space ~
7164 \end_inset
7165
7166 counting: In computer science, reference counting is a technique of storing
7167  the number of references, pointers, or handles to a resource such as an
7168  object, block of memory, disk space or other resource.
7169 \end_layout
7170
7171 \begin_layout Standard
7172 There are many more commands and features provided by the LaTeX-package
7173  
7174 \series bold
7175 enumitem
7176 \series default
7177
7178 \begin_inset Index idx
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182 LaTeX-packages ! enumitem
7183 \end_layout
7184
7185 \end_inset
7186
7187 .
7188  For more information see its documentation 
7189 \begin_inset CommandInset citation
7190 LatexCommand cite
7191 key "enumitem"
7192
7193 \end_inset
7194
7195 .
7196 \end_layout
7197
7198 \begin_layout Subsection
7199 Letters
7200 \begin_inset Index idx
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204 Letters
7205 \end_layout
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Subsubsection
7213 Address and Right
7214 \begin_inset space ~
7215 \end_inset
7216
7217 Address: An Overview
7218 \end_layout
7219
7220 \begin_layout Standard
7221 Although LyX has document classes for letters, we've also created two paragraph
7222  environments called 
7223 \family sans
7224 Address
7225 \family default
7226  and 
7227 \family sans
7228 Right
7229 \begin_inset space ~
7230 \end_inset
7231
7232 Address
7233 \family default
7234 .
7235  To use the letter class, you need to use specific paragraph environments
7236  in a specific order, otherwise LaTeX gags on the document.
7237  In contrast, you can use the 
7238 \family sans
7239 Address
7240 \family default
7241  and 
7242 \family sans
7243 Right
7244 \begin_inset space ~
7245 \end_inset
7246
7247 Address
7248 \family default
7249  paragraph environments anywhere with no problem.
7250  You can even nest them inside other environments, though you can't nest
7251  anything in them.
7252 \end_layout
7253
7254 \begin_layout Standard
7255 Of course, you're not limited to using 
7256 \family sans
7257 Address
7258 \family default
7259  and 
7260 \family sans
7261 Right
7262 \begin_inset space ~
7263 \end_inset
7264
7265 Address
7266 \family default
7267  for letters only.
7268  
7269 \family sans
7270 Right
7271 \begin_inset space ~
7272 \end_inset
7273
7274 Address
7275 \family default
7276 , in particular, is useful for creating article titles like those used in
7277  some European academic papers.
7278 \end_layout
7279
7280 \begin_layout Subsubsection
7281 Usage
7282 \begin_inset CommandInset label
7283 LatexCommand label
7284 name "sec:Address-Usage"
7285
7286 \end_inset
7287
7288
7289 \end_layout
7290
7291 \begin_layout Standard
7292 The 
7293 \family sans
7294 Address
7295 \family default
7296  environment formats text in the style of an address, which is also used
7297  for the opening and signature in some countries.
7298  Similarly, the 
7299 \family sans
7300 Right
7301 \begin_inset space ~
7302 \end_inset
7303
7304 Address
7305 \family default
7306  environment formats text in the style of a right-justified address, which
7307  is used for the sender's address and today's date in some countries.
7308  Here's an example of each:
7309 \end_layout
7310
7311 \begin_layout Right Address
7312 Right Address
7313 \begin_inset Newline newline
7314 \end_inset
7315
7316 Who I am
7317 \begin_inset Newline newline
7318 \end_inset
7319
7320 Where I am
7321 \begin_inset Newline newline
7322 \end_inset
7323
7324 When is it? What is today?
7325 \end_layout
7326
7327 \begin_layout Standard
7328 That was 
7329 \family sans
7330 Right
7331 \begin_inset space ~
7332 \end_inset
7333
7334 Address
7335 \family default
7336 .
7337  Notice that the lines all have the same left margin, which LyX sets to
7338  fit the largest block of text on a single line.
7339  Here's an example of the 
7340 \family sans
7341 Address
7342 \family default
7343  environment:
7344 \end_layout
7345
7346 \begin_layout Address
7347 Who are you
7348 \begin_inset Newline newline
7349 \end_inset
7350
7351 Where do I send this
7352 \begin_inset Newline newline
7353 \end_inset
7354
7355 Your post office and country
7356 \end_layout
7357
7358 \begin_layout Standard
7359 As you can see, both 
7360 \family sans
7361 Address
7362 \family default
7363  and 
7364 \family sans
7365 Right
7366 \begin_inset space ~
7367 \end_inset
7368
7369 Address
7370 \family default
7371  add extra space between themselves and the next paragraph.
7372  If you enter 
7373 \family sans
7374 Return
7375 \family default
7376  in either of these environments, LyX resets the nesting depth and sets
7377  the environment to 
7378 \family sans
7379 Standard
7380 \family default
7381 .
7382  This makes sense, since 
7383 \family sans
7384 Return
7385 \family default
7386  is the 
7387 \family typewriter
7388 paragraph-break
7389 \family default
7390  function, and the individual lines of an address are not paragraphs.
7391  Thus, you have to use 
7392 \family typewriter
7393 break-line
7394 \family default
7395  (
7396 \begin_inset Info
7397 type  "shortcut"
7398 arg   "newline-insert newline"
7399 \end_inset
7400
7401  or 
7402 \family sans
7403 Insert\SpecialChar \menuseparator
7404 Formatting\SpecialChar \menuseparator
7405 Ragged
7406 \begin_inset space ~
7407 \end_inset
7408
7409 Line
7410 \begin_inset space ~
7411 \end_inset
7412
7413 Break
7414 \family default
7415 ) to start a new line in an 
7416 \family sans
7417 Address
7418 \family default
7419  or 
7420 \family sans
7421 Right
7422 \begin_inset space ~
7423 \end_inset
7424
7425 Address
7426 \family default
7427  environment.
7428 \end_layout
7429
7430 \begin_layout Subsection
7431 Academic Writing
7432 \end_layout
7433
7434 \begin_layout Standard
7435 Most academic writing begins with an abstract and ends with a bibliography
7436  or list of references.
7437  LyX contains paragraph environments for both of these.
7438 \end_layout
7439
7440 \begin_layout Subsubsection
7441 Abstract
7442 \begin_inset Index idx
7443 status collapsed
7444
7445 \begin_layout Plain Layout
7446 Abstracts
7447 \end_layout
7448
7449 \end_inset
7450
7451
7452 \end_layout
7453
7454 \begin_layout Standard
7455 The 
7456 \family sans
7457 Abstract
7458 \family default
7459  environment is used for the abstract of an article.
7460  Technically, you could use this environment anywhere, but you really should
7461  only use it at the beginning of the document, after the title.
7462  Also, don't bother trying to nest 
7463 \family sans
7464 Abstract
7465 \family default
7466  in anything else or 
7467 \emph on
7468 vice versa
7469 \emph default
7470 .
7471  It will not work.
7472  The 
7473 \family sans
7474 Abstract
7475 \family default
7476  environment is only useful in the article and report document classes.
7477  The book document classes ignores the 
7478 \family sans
7479 Abstract
7480 \family default
7481  completely, and it's utterly silly to use 
7482 \family sans
7483 Abstract
7484 \family default
7485  in a letter document class.
7486 \end_layout
7487
7488 \begin_layout Standard
7489 The 
7490 \family sans
7491 Abstract
7492 \family default
7493  environment does several things for you.
7494  First, it puts the centered label 
7495 \begin_inset Quotes eld
7496 \end_inset
7497
7498 Abstract
7499 \begin_inset Quotes erd
7500 \end_inset
7501
7502  above the text.
7503  The label and the text of the abstract are separated by some extra vertical
7504  space.
7505  Second, it typesets everything in a smaller font, just as you'd expect.
7506  Lastly, it adds a bit of extra vertical space between the abstract and
7507  the subsequent text.
7508  Well, that's how it will appear on the LyX screen.
7509  The actual appearance in the output depends on the document class you are
7510  using.
7511 \end_layout
7512
7513 \begin_layout Standard
7514 Starting a new paragraph by entering 
7515 \family sans
7516 Return
7517 \family default
7518  does not reset the paragraph environment.
7519  The new paragraph will still be in the 
7520 \family sans
7521 Abstract
7522 \family default
7523  environment.
7524  So, you will have to change the paragraph environment yourself when you
7525  finish entering the abstract of your document.
7526 \end_layout
7527
7528 \begin_layout Standard
7529 \begin_inset Float figure
7530 wide false
7531 sideways false
7532 status open
7533
7534 \begin_layout Plain Layout
7535 \align center
7536 \begin_inset Graphics
7537         filename clipart/Abstract.pdf
7538
7539 \end_inset
7540
7541
7542 \end_layout
7543
7544 \begin_layout Plain Layout
7545 \begin_inset Caption Standard
7546
7547 \begin_layout Plain Layout
7548 \begin_inset CommandInset label
7549 LatexCommand label
7550 name "fig:Paragraph-in-the"
7551
7552 \end_inset
7553
7554 Paragraph in the 
7555 \family sans
7556 Abstract
7557 \family default
7558  environment
7559 \end_layout
7560
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \end_inset
7567
7568
7569 \end_layout
7570
7571 \begin_layout Standard
7572 We would love to demonstrate the 
7573 \family sans
7574 Abstract
7575 \family default
7576  environment, but since this document is in the 
7577 \begin_inset Quotes eld
7578 \end_inset
7579
7580 book
7581 \begin_inset Quotes erd
7582 \end_inset
7583
7584  class, we can't do this.
7585  We inserted it therefore as figure
7586 \begin_inset space ~
7587 \end_inset
7588
7589
7590 \begin_inset CommandInset ref
7591 LatexCommand ref
7592 reference "fig:Paragraph-in-the"
7593
7594 \end_inset
7595
7596 .
7597  If you have never heard of an 
7598 \begin_inset Quotes eld
7599 \end_inset
7600
7601 abstract
7602 \begin_inset Quotes erd
7603 \end_inset
7604
7605  before, you can safely ignore this environment.
7606 \end_layout
7607
7608 \begin_layout Subsubsection
7609 Bibliography
7610 \begin_inset Index idx
7611 status collapsed
7612
7613 \begin_layout Plain Layout
7614 Bibliography
7615 \end_layout
7616
7617 \end_inset
7618
7619
7620 \begin_inset CommandInset label
7621 LatexCommand label
7622 name "sub:Biblio_environment"
7623
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \begin_layout Standard
7630 The 
7631 \family sans
7632 Bibliography
7633 \family default
7634  environment is used to list references.
7635  Technically, you could use this environment anywhere, but you really should
7636  only use it at the end of the document.
7637  Nesting 
7638 \family sans
7639 Bibliography
7640 \family default
7641  in anything else or 
7642 \emph on
7643 vice versa
7644 \emph default
7645  will not work.
7646 \end_layout
7647
7648 \begin_layout Standard
7649 When you first open a 
7650 \family sans
7651 Bibliography
7652 \family default
7653  environment, LyX adds a large vertical space, followed by the heading 
7654 \begin_inset Quotes eld
7655 \end_inset
7656
7657 Bibliography
7658 \begin_inset Quotes erd
7659 \end_inset
7660
7661  or 
7662 \begin_inset Quotes eld
7663 \end_inset
7664
7665 References,
7666 \begin_inset Quotes erd
7667 \end_inset
7668
7669  depending on the document class.
7670  The heading is in a large boldface font.
7671  Each paragraph of the 
7672 \family sans
7673 Bibliography
7674 \family default
7675  environment is a bibliography entry.
7676  Thus, entering 
7677 \family sans
7678 Return
7679 \family default
7680  does not reset the paragraph environment.
7681  Each new paragraph is still in the 
7682 \family sans
7683 Bibliography
7684 \family default
7685  environment.
7686 \end_layout
7687
7688 \begin_layout Standard
7689 There is another, usually better way to include references in your document
7690  by using a BibTeX database.
7691  For more information on that, and for a detailed description of LyX's bibliogra
7692 phy handling, have a look at section
7693 \begin_inset space ~
7694 \end_inset
7695
7696
7697 \begin_inset CommandInset ref
7698 LatexCommand ref
7699 reference "sec:Bibliography"
7700
7701 \end_inset
7702
7703 .
7704 \end_layout
7705
7706 \begin_layout Subsection
7707 Special Environments
7708 \end_layout
7709
7710 \begin_layout Standard
7711 LyX provides two environments that can be used to emulate the behavior of
7712  a computer console/terminal and a typewriter.
7713 \end_layout
7714
7715 \begin_layout Subsubsection
7716 LyX
7717 \family sans
7718 -Code
7719 \begin_inset Index idx
7720 status collapsed
7721
7722 \begin_layout Plain Layout
7723 LyX-Code
7724 \end_layout
7725
7726 \end_inset
7727
7728
7729 \begin_inset CommandInset label
7730 LatexCommand label
7731 name "sub:LyX-Code"
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \begin_layout Standard
7739 The 
7740 \family sans
7741 LyX-Code
7742 \family default
7743  environment is a LyX extension.
7744  It type-sets text in a typewriter-style font.
7745  It also treats the 
7746 \family sans
7747 Space
7748 \family default
7749  key as a fixed whitespace.
7750 \begin_inset Foot
7751 status collapsed
7752
7753 \begin_layout Plain Layout
7754 In the 
7755 \family sans
7756 LyX-Code
7757 \family default
7758  environment, the 
7759 \family sans
7760 Space
7761 \family default
7762  key is treated as a 
7763 \family sans
7764 Protected
7765 \begin_inset space ~
7766 \end_inset
7767
7768 Blank
7769 \family default
7770  instead of an end-of-word marker.
7771 \end_layout
7772
7773 \end_inset
7774
7775  
7776 \family sans
7777 LyX-Code
7778 \family default
7779  and 
7780 \family sans
7781 Verbatim
7782 \family default
7783  are the only environments in which you can type multiple whitespaces in
7784  LyX.
7785  If you need to insert blank lines, you will still need to use 
7786 \begin_inset Info
7787 type  "shortcut"
7788 arg   "newline-insert newline"
7789 \end_inset
7790
7791  (the 
7792 \family typewriter
7793 break-line
7794 \family default
7795  function).
7796  
7797 \family sans
7798 Return
7799 \family default
7800  breaks paragraphs.
7801  Note, however, that 
7802 \family sans
7803 Return
7804 \family default
7805  does not reset the paragraph environment.
7806  So, when you finish using the 
7807 \family sans
7808 LyX-Code
7809 \family default
7810  environment, you will need to change the paragraph environment yourself.
7811  Also, you can nest the 
7812 \family sans
7813 LyX-Code
7814 \family default
7815  environment inside of others.
7816 \end_layout
7817
7818 \begin_layout Standard
7819 There are a few quirks with this environment:
7820 \end_layout
7821
7822 \begin_layout Itemize
7823 You cannot use 
7824 \begin_inset Info
7825 type  "shortcut"
7826 arg   "newline-insert newline"
7827 \end_inset
7828
7829  at the beginning of a new paragraph (i.
7830 \begin_inset space \thinspace{}
7831 \end_inset
7832
7833 e.
7834 \begin_inset space \space{}
7835 \end_inset
7836
7837 you can't follow 
7838 \family sans
7839 Return
7840 \family default
7841  with a 
7842 \begin_inset Info
7843 type  "shortcut"
7844 arg   "newline-insert newline"
7845 \end_inset
7846
7847 ).
7848 \end_layout
7849
7850 \begin_layout Itemize
7851 You cannot follow a 
7852 \begin_inset Info
7853 type  "shortcut"
7854 arg   "newline-insert newline"
7855 \end_inset
7856
7857  with a 
7858 \family sans
7859 Space
7860 \family default
7861  but with a 
7862 \begin_inset Info
7863 type  "shortcut"
7864 arg   "command-alternatives math-space ; space-insert protected"
7865 \end_inset
7866
7867 .
7868 \end_layout
7869
7870 \begin_layout Itemize
7871 You cannot have an empty paragraph or an empty line.
7872  You must put at least one 
7873 \family sans
7874 Space
7875 \family default
7876  in any line you want blank.
7877  Otherwise, LaTeX generates errors.
7878 \end_layout
7879
7880 \begin_layout Itemize
7881 You cannot get the typewriter double quotes by typing 
7882 \family sans
7883 "
7884 \family default
7885  since that will insert 
7886 \emph on
7887 real
7888 \emph default
7889  quotes.
7890  You get the typewriter double quotes with 
7891 \begin_inset Info
7892 type  "shortcut"
7893 arg   "self-insert \""
7894 \end_inset
7895
7896 .
7897 \end_layout
7898
7899 \begin_layout Standard
7900 Here is an example:
7901 \end_layout
7902
7903 \begin_layout LyX-Code
7904 #include <stdio.h>
7905 \end_layout
7906
7907 \begin_layout LyX-Code
7908  
7909 \end_layout
7910
7911 \begin_layout LyX-Code
7912 int main(void)
7913 \end_layout
7914
7915 \begin_layout LyX-Code
7916 {
7917 \end_layout
7918
7919 \begin_layout LyX-Code
7920     printf("Hello World!
7921 \backslash
7922 n");
7923 \end_layout
7924
7925 \begin_layout LyX-Code
7926     return 0;
7927 \end_layout
7928
7929 \begin_layout LyX-Code
7930 }
7931 \end_layout
7932
7933 \begin_layout Standard
7934 This is just the standard 
7935 \begin_inset Quotes eld
7936 \end_inset
7937
7938 Hello world!
7939 \begin_inset Quotes erd
7940 \end_inset
7941
7942  program.
7943  
7944 \end_layout
7945
7946 \begin_layout Standard
7947
7948 \family sans
7949 LyX-Code
7950 \family default
7951  has one purpose: to typeset code, such as program source, shell scripts
7952  and so on.
7953  Use it only in those very special cases where you need to generate text
7954  as if you used a typewriter.
7955 \begin_inset Index idx
7956 status collapsed
7957
7958 \begin_layout Plain Layout
7959 Paragraph environments|)
7960 \end_layout
7961
7962 \end_inset
7963
7964  For longer parts of programming code, use the listings inset that is described
7965  in the chapter 
7966 \emph on
7967 Program Code Listings
7968 \emph default
7969  of the 
7970 \emph on
7971 Embedded
7972 \begin_inset space ~
7973 \end_inset
7974
7975 Objects
7976 \emph default
7977  manual.
7978 \end_layout
7979
7980 \begin_layout Subsubsection
7981 Verbatim
7982 \family sans
7983
7984 \begin_inset Index idx
7985 status collapsed
7986
7987 \begin_layout Plain Layout
7988 Verbatim
7989 \end_layout
7990
7991 \end_inset
7992
7993
7994 \end_layout
7995
7996 \begin_layout Standard
7997 The 
7998 \family sans
7999 Verbatim
8000 \family default
8001  environment is similar to the 
8002 \family sans
8003 LyX-Code
8004 \family default
8005  environment with the difference that its content will be treated like a
8006  computer console text.
8007  
8008 \family sans
8009 Verbatim
8010 \family default
8011  does therefore not have paragraphs so that 
8012 \family sans
8013 Return
8014 \family default
8015  breaks lines.
8016  Compared to 
8017 \family sans
8018 LyX-Code
8019 \family default
8020  the 
8021 \family sans
8022 Space
8023 \family default
8024  key is treated like a normal space in text (not as a protected space) and
8025  you can have empty lines.
8026  In contrary to 
8027 \family sans
8028 LyX-Code,
8029 \family default
8030  
8031 \family sans
8032 Verbatim
8033 \family default
8034  cannot
8035 \end_layout
8036
8037 \begin_layout Itemize
8038 have a certain language and a text style
8039 \end_layout
8040
8041 \begin_layout Itemize
8042 contain hyperlinks, boxes, foot- and margin notes, notes, math, citations,
8043  index- and nomenclature entries, labels, tables, graphics, listings, floats
8044  and TeX-Code
8045 \end_layout
8046
8047 \begin_layout Standard
8048 Because of these properties 
8049 \family sans
8050 Verbatim
8051 \family default
8052  works like a typewriter.
8053  Here is an example:
8054 \end_layout
8055
8056 \begin_layout Verbatim
8057
8058 This is verbatim.
8059 \end_layout
8060
8061 \begin_layout Verbatim
8062 \noindent
8063 \align block
8064
8065 The following 2 lines are empty:
8066 \end_layout
8067
8068 \begin_layout Verbatim
8069
8070 \end_layout
8071
8072 \begin_layout Verbatim
8073
8074 \end_layout
8075
8076 \begin_layout Verbatim
8077
8078 Almost everything is allowed in verbatim:"%&$§#~'`
8079 \backslash
8080 }][{|
8081 \end_layout
8082
8083 \begin_layout Section
8084 Nesting Environments
8085 \begin_inset Index idx
8086 status collapsed
8087
8088 \begin_layout Plain Layout
8089 Nesting ! Environments
8090 \end_layout
8091
8092 \end_inset
8093
8094
8095 \begin_inset CommandInset label
8096 LatexCommand label
8097 name "sec:Nesting"
8098
8099 \end_inset
8100
8101
8102 \end_layout
8103
8104 \begin_layout Subsection
8105 Introduction
8106 \end_layout
8107
8108 \begin_layout Standard
8109 LyX treats text as a unified block with a particular context and specific
8110  properties.
8111  This allows you to create blocks that inherit some of the properties of
8112  another block.
8113  For example you have three main points in an outline, but point #2 also
8114  has two subpoints.
8115  In other words, you have a list inside of another list, with the inner
8116  list 
8117 \begin_inset Quotes eld
8118 \end_inset
8119
8120 attached
8121 \begin_inset Quotes erd
8122 \end_inset
8123
8124  to item #2:
8125 \end_layout
8126
8127 \begin_layout Enumerate
8128 one
8129 \end_layout
8130
8131 \begin_layout Enumerate
8132 two
8133 \end_layout
8134
8135 \begin_deeper
8136 \begin_layout Enumerate
8137 sublist – item #1
8138 \end_layout
8139
8140 \begin_layout Enumerate
8141 sublist – item #2
8142 \end_layout
8143
8144 \end_deeper
8145 \begin_layout Enumerate
8146 three
8147 \end_layout
8148
8149 \begin_layout Standard
8150 You put a list inside a list by nesting one list inside the other.
8151  Nesting an environment is quite simple: Select 
8152 \family sans
8153 Edit\SpecialChar \menuseparator
8154 Increase
8155 \begin_inset space ~
8156 \end_inset
8157
8158 List
8159 \begin_inset space ~
8160 \end_inset
8161
8162 Depth
8163 \family default
8164  or 
8165 \family sans
8166 Decrease
8167 \begin_inset space ~
8168 \end_inset
8169
8170 List
8171 \begin_inset space ~
8172 \end_inset
8173
8174 Depth
8175 \family default
8176  to change the nesting depth (the status bar will tell you how far you are
8177  nested).
8178  Instead of the menu, you can also use the toolbar buttons 
8179 \begin_inset Info
8180 type  "icon"
8181 arg   "depth-increment"
8182 \end_inset
8183
8184  and 
8185 \begin_inset Info
8186 type  "icon"
8187 arg   "depth-decrement"
8188 \end_inset
8189
8190  or the key bindings 
8191 \family sans
8192 Tab
8193 \family default
8194  and 
8195 \family sans
8196 Shift+Tab
8197 \family default
8198  or 
8199 \begin_inset Info
8200 type  "shortcut"
8201 arg   "depth-increment"
8202 \end_inset
8203
8204  and 
8205 \begin_inset Info
8206 type  "shortcut"
8207 arg   "depth-decrement"
8208 \end_inset
8209
8210 .
8211  The change will work on the current selection, if you have made one (allowing
8212  you to change the nesting of several paragraphs at once), or the current
8213  paragraph.
8214 \end_layout
8215
8216 \begin_layout Standard
8217 Note that LyX only changes the nesting depth if it can.
8218  If it is invalid to do so, nothing happens if you try to change the depth.
8219  Additionally, if you change the depth of one paragraph, it affects the
8220  depth of every paragraph nested inside of it.
8221 \end_layout
8222
8223 \begin_layout Standard
8224 Nesting isn't limited to lists.
8225  In LyX, you can nest just about anything inside anything else, as you're
8226  about to find out.
8227  This is the real power of nesting paragraph environments.
8228 \end_layout
8229
8230 \begin_layout Subsection
8231 What You Can and Can't Nest
8232 \end_layout
8233
8234 \begin_layout Standard
8235 Before we fire a list of paragraph environments at you, we need to tell
8236  you a little bit more about how nesting works.
8237 \end_layout
8238
8239 \begin_layout Standard
8240 The question of nesting a paragraph environment is a bit more complicated
8241  than a simple yes or no.
8242  There are three types of paragraph environments:
8243 \end_layout
8244
8245 \begin_layout Itemize
8246 Completely unnestable
8247 \end_layout
8248
8249 \begin_layout Itemize
8250 Fully nestable, you can nest them inside things and you can also nest other
8251  things inside them.
8252 \end_layout
8253
8254 \begin_layout Itemize
8255 A third type, you can nest them into other environments, but you can't nest
8256  anything into them.
8257 \end_layout
8258
8259 \begin_layout Standard
8260 Here's a list of the three types of nesting behavior, and which paragraph
8261  environments have them:
8262 \end_layout
8263
8264 \begin_layout Description
8265 Unnestable Can't nest them.
8266  Can't nest into them.
8267 \end_layout
8268
8269 \begin_deeper
8270 \begin_layout Itemize
8271
8272 \family sans
8273 Bibliography
8274 \end_layout
8275
8276 \begin_layout Itemize
8277
8278 \family sans
8279 Abstract
8280 \end_layout
8281
8282 \begin_layout Itemize
8283
8284 \family sans
8285 Title
8286 \end_layout
8287
8288 \begin_layout Itemize
8289
8290 \family sans
8291 Author
8292 \end_layout
8293
8294 \begin_layout Itemize
8295
8296 \family sans
8297 Date
8298 \end_layout
8299
8300 \end_deeper
8301 \begin_layout Description
8302 Fully
8303 \begin_inset space ~
8304 \end_inset
8305
8306 Nestable You can nest them.
8307  You can nest other things into them.
8308 \end_layout
8309
8310 \begin_deeper
8311 \begin_layout Itemize
8312
8313 \family sans
8314 Verse
8315 \end_layout
8316
8317 \begin_layout Itemize
8318
8319 \family sans
8320 Quote
8321 \end_layout
8322
8323 \begin_layout Itemize
8324
8325 \family sans
8326 Quotation
8327 \end_layout
8328
8329 \begin_layout Itemize
8330
8331 \family sans
8332 Itemize
8333 \end_layout
8334
8335 \begin_layout Itemize
8336
8337 \family sans
8338 Enumerate
8339 \end_layout
8340
8341 \begin_layout Itemize
8342
8343 \family sans
8344 Description
8345 \end_layout
8346
8347 \begin_layout Itemize
8348
8349 \family sans
8350 List
8351 \end_layout
8352
8353 \begin_layout Itemize
8354
8355 \family sans
8356 LyX-Code
8357 \end_layout
8358
8359 \begin_layout Itemize
8360
8361 \family sans
8362 Verbatim
8363 \end_layout
8364
8365 \end_deeper
8366 \begin_layout Description
8367 Nestable-Inside You can nest them inside other things.
8368  You can't nest anything into them.
8369 \end_layout
8370
8371 \begin_deeper
8372 \begin_layout Itemize
8373
8374 \family sans
8375 Standard
8376 \end_layout
8377
8378 \begin_layout Itemize
8379
8380 \family sans
8381 Part
8382 \end_layout
8383
8384 \begin_layout Itemize
8385
8386 \family sans
8387 Chapter
8388 \end_layout
8389
8390 \begin_layout Itemize
8391
8392 \family sans
8393 Section
8394 \end_layout
8395
8396 \begin_layout Itemize
8397
8398 \family sans
8399 Subsection
8400 \end_layout
8401
8402 \begin_layout Itemize
8403
8404 \family sans
8405 Subsubsection
8406 \end_layout
8407
8408 \begin_layout Itemize
8409
8410 \family sans
8411 Paragraph
8412 \end_layout
8413
8414 \begin_layout Itemize
8415
8416 \family sans
8417 Subparagraph
8418 \end_layout
8419
8420 \begin_layout Itemize
8421
8422 \family sans
8423 Part*
8424 \end_layout
8425
8426 \begin_layout Itemize
8427
8428 \family sans
8429 Chapter*
8430 \end_layout
8431
8432 \begin_layout Itemize
8433
8434 \family sans
8435 Section*
8436 \end_layout
8437
8438 \begin_layout Itemize
8439
8440 \family sans
8441 Subsection*
8442 \end_layout
8443
8444 \begin_layout Itemize
8445
8446 \family sans
8447 Subsubsection*
8448 \end_layout
8449
8450 \begin_layout Itemize
8451
8452 \family sans
8453 Right
8454 \begin_inset space ~
8455 \end_inset
8456
8457 Address
8458 \end_layout
8459
8460 \begin_layout Itemize
8461
8462 \family sans
8463 Address
8464 \end_layout
8465
8466 \end_deeper
8467 \begin_layout Standard
8468 \begin_inset Note Greyedout
8469 status open
8470
8471 \begin_layout Plain Layout
8472
8473 \series bold
8474 Note:
8475 \series default
8476  Although it is possible, for example, to nest numbered section headings
8477  like 
8478 \family sans
8479 Chapter
8480 \family default
8481
8482 \family sans
8483 Section
8484 \family default
8485 , etc.
8486 \begin_inset space ~
8487 \end_inset
8488
8489 into lists, it is highly recommended not to do this because the aim is to
8490  create well-structured documents following typesetting guidelines whereas
8491  nested section headings violate this.
8492 \end_layout
8493
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \begin_layout Subsection
8500 Nesting Other Things: Tables, Math, Floats, etc.
8501 \begin_inset Index idx
8502 status collapsed
8503
8504 \begin_layout Plain Layout
8505 Nesting ! Tables etc.
8506 \end_layout
8507
8508 \end_inset
8509
8510
8511 \end_layout
8512
8513 \begin_layout Standard
8514 There are several things that aren't paragraph environments, but which are
8515  affected by nesting anyhow.
8516  They are:
8517 \end_layout
8518
8519 \begin_layout Itemize
8520 equations
8521 \end_layout
8522
8523 \begin_layout Itemize
8524 tables
8525 \end_layout
8526
8527 \begin_layout Itemize
8528 figures
8529 \end_layout
8530
8531 \begin_layout Standard
8532 (
8533 \begin_inset Note Greyedout
8534 status open
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Note:
8540 \series default
8541  Figures and tables in 
8542 \family sans
8543 Floats
8544 \family default
8545  are not affected by this.
8546 \end_layout
8547
8548 \end_inset
8549
8550  Have a look at section
8551 \begin_inset space ~
8552 \end_inset
8553
8554
8555 \begin_inset CommandInset ref
8556 LatexCommand ref
8557 reference "sec:Floats"
8558
8559 \end_inset
8560
8561  for more information about 
8562 \family sans
8563 Floats
8564 \family default
8565 .)
8566 \end_layout
8567
8568 \begin_layout Standard
8569 LyX can treat these three objects as either a word or as a paragraph.
8570  If a figure, table, or an equation is inline, it goes wherever the paragraph
8571  it is in goes.
8572 \end_layout
8573
8574 \begin_layout Standard
8575 On the other hand, if you have an equation, figure or table in a 
8576 \begin_inset Quotes eld
8577 \end_inset
8578
8579 paragraph
8580 \begin_inset Quotes erd
8581 \end_inset
8582
8583  of its own, it behaves just like a 
8584 \begin_inset Quotes eld
8585 \end_inset
8586
8587 nestable-inside
8588 \begin_inset Quotes erd
8589 \end_inset
8590
8591  paragraph environment.
8592  You can nest it into any environment, but you obviously can't nest anything
8593  into it.
8594 \end_layout
8595
8596 \begin_layout Standard
8597 Here's an example with a table:
8598 \end_layout
8599
8600 \begin_layout Enumerate
8601 Item One
8602 \end_layout
8603
8604 \begin_deeper
8605 \begin_layout Enumerate
8606 This is (a) and it's nested.
8607 \end_layout
8608
8609 \begin_deeper
8610 \begin_layout Standard
8611 \begin_inset VSpace 0.3cm
8612 \end_inset
8613
8614
8615 \end_layout
8616
8617 \begin_layout Standard
8618 \align center
8619 \begin_inset Tabular
8620 <lyxtabular version="3" rows="2" columns="2">
8621 <features rotate="0" tabularvalignment="middle">
8622 <column alignment="center" valignment="top" width="0pt">
8623 <column alignment="center" valignment="top" width="0pt">
8624 <row>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \family roman
8631 \series medium
8632 \shape up
8633 \size normal
8634 \emph off
8635 \bar no
8636 \noun off
8637 \color none
8638 a
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \family roman
8649 \series medium
8650 \shape up
8651 \size normal
8652 \emph off
8653 \bar no
8654 \noun off
8655 \color none
8656 b
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \family roman
8669 \series medium
8670 \shape up
8671 \size normal
8672 \emph off
8673 \bar no
8674 \noun off
8675 \color none
8676 c
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \family roman
8687 \series medium
8688 \shape up
8689 \size normal
8690 \emph off
8691 \bar no
8692 \noun off
8693 \color none
8694 d
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 </lyxtabular>
8701
8702 \end_inset
8703
8704
8705 \end_layout
8706
8707 \begin_layout Standard
8708 \begin_inset VSpace 0.3cm
8709 \end_inset
8710
8711
8712 \end_layout
8713
8714 \end_deeper
8715 \begin_layout Enumerate
8716 This is (b).
8717  The table is actually nested inside (a).
8718 \end_layout
8719
8720 \end_deeper
8721 \begin_layout Enumerate
8722 Back out again.
8723 \end_layout
8724
8725 \begin_layout Standard
8726 If we hadn't nested the table at all, the list would look like this:
8727 \end_layout
8728
8729 \begin_layout Enumerate
8730 Item One
8731 \end_layout
8732
8733 \begin_deeper
8734 \begin_layout Enumerate
8735 This is (a) and it's nested.
8736 \end_layout
8737
8738 \end_deeper
8739 \begin_layout Standard
8740 \begin_inset VSpace 0.3cm
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \begin_layout Standard
8747 \align center
8748 \begin_inset Tabular
8749 <lyxtabular version="3" rows="2" columns="2">
8750 <features rotate="0" tabularvalignment="middle">
8751 <column alignment="center" valignment="top" width="0pt">
8752 <column alignment="center" valignment="top" width="0pt">
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \family roman
8760 \series medium
8761 \shape up
8762 \size normal
8763 \emph off
8764 \bar no
8765 \noun off
8766 \color none
8767 a
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \family roman
8778 \series medium
8779 \shape up
8780 \size normal
8781 \emph off
8782 \bar no
8783 \noun off
8784 \color none
8785 b
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796
8797 \family roman
8798 \series medium
8799 \shape up
8800 \size normal
8801 \emph off
8802 \bar no
8803 \noun off
8804 \color none
8805 c
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \family roman
8816 \series medium
8817 \shape up
8818 \size normal
8819 \emph off
8820 \bar no
8821 \noun off
8822 \color none
8823 d
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 </lyxtabular>
8830
8831 \end_inset
8832
8833
8834 \end_layout
8835
8836 \begin_layout Standard
8837 \begin_inset VSpace 0.3cm
8838 \end_inset
8839
8840
8841 \end_layout
8842
8843 \begin_layout Enumerate
8844 This is (b).
8845  The table is 
8846 \emph on
8847 not
8848 \emph default
8849  nested inside (a).
8850  In fact, it's not nested at all.
8851 \end_layout
8852
8853 \begin_layout Enumerate
8854 Back out again.
8855 \end_layout
8856
8857 \begin_layout Standard
8858 Notice how item (b) is not only no longer nested, but is also the first
8859  item of a new list!
8860 \end_layout
8861
8862 \begin_layout Standard
8863 There's another trap you can fall into: Nesting the table, but not going
8864  deep enough.
8865  LyX then turns anything after the table into a new sublist.
8866 \end_layout
8867
8868 \begin_layout Enumerate
8869 Item One
8870 \end_layout
8871
8872 \begin_deeper
8873 \begin_layout Enumerate
8874 This is (a) and it's nested.
8875 \end_layout
8876
8877 \begin_layout Standard
8878 \begin_inset VSpace 0.3cm
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \begin_layout Standard
8885 \align center
8886 \begin_inset Tabular
8887 <lyxtabular version="3" rows="2" columns="2">
8888 <features rotate="0" tabularvalignment="middle">
8889 <column alignment="center" valignment="top" width="0pt">
8890 <column alignment="center" valignment="top" width="0pt">
8891 <row>
8892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \family roman
8898 \series medium
8899 \shape up
8900 \size normal
8901 \emph off
8902 \bar no
8903 \noun off
8904 \color none
8905 a
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \family roman
8916 \series medium
8917 \shape up
8918 \size normal
8919 \emph off
8920 \bar no
8921 \noun off
8922 \color none
8923 b
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934
8935 \family roman
8936 \series medium
8937 \shape up
8938 \size normal
8939 \emph off
8940 \bar no
8941 \noun off
8942 \color none
8943 c
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \family roman
8954 \series medium
8955 \shape up
8956 \size normal
8957 \emph off
8958 \bar no
8959 \noun off
8960 \color none
8961 d
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 </lyxtabular>
8968
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \end_deeper
8975 \begin_layout Standard
8976 \begin_inset VSpace 0.3cm
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \begin_layout Enumerate
8983 This is (b).
8984  The table is actually nested inside Item One, but 
8985 \emph on
8986 not
8987 \emph default
8988  inside (a).
8989 \end_layout
8990
8991 \begin_layout Enumerate
8992 Back out again.
8993 \end_layout
8994
8995 \begin_layout Standard
8996 As you can see, item (b) turned into the first item of a new list, but a
8997  new list 
8998 \emph on
8999 inside
9000 \emph default
9001  item 1.
9002  The same thing would have happened to a figure or an equation.
9003  So, if you nest tables, figures or equations, make sure you go to the right
9004  depth!
9005 \end_layout
9006
9007 \begin_layout Subsection
9008 Usage and General Features
9009 \end_layout
9010
9011 \begin_layout Standard
9012 Speaking of levels, LyX can perform up to a six-fold nesting.
9013  In other words, 
9014 \begin_inset Quotes eld
9015 \end_inset
9016
9017 level #6
9018 \begin_inset Quotes erd
9019 \end_inset
9020
9021  is the innermost possible depth.
9022  Here's an example to illustrate what we mean:
9023 \end_layout
9024
9025 \begin_layout Enumerate
9026 level #1 – outermost
9027 \end_layout
9028
9029 \begin_deeper
9030 \begin_layout Enumerate
9031 level #2
9032 \end_layout
9033
9034 \begin_deeper
9035 \begin_layout Enumerate
9036 level #3
9037 \end_layout
9038
9039 \begin_deeper
9040 \begin_layout Enumerate
9041 level #4
9042 \end_layout
9043
9044 \begin_deeper
9045 \begin_layout Itemize
9046 level #5
9047 \end_layout
9048
9049 \begin_deeper
9050 \begin_layout Itemize
9051 level #6
9052 \end_layout
9053
9054 \end_deeper
9055 \end_deeper
9056 \end_deeper
9057 \end_deeper
9058 \end_deeper
9059 \begin_layout Standard
9060 There are two exceptions to the six-fold nesting limit, and you can see
9061  both of them in the example.
9062  Unlike the other fully-nestable environments, you can only perform a four-fold
9063  nesting with the 
9064 \family sans
9065 Enumerate
9066 \family default
9067  and 
9068 \family sans
9069 Itemize
9070 \family default
9071  environments.
9072  For example, if we tried to nest another 
9073 \family sans
9074 Enumerate
9075 \family default
9076  list inside item 
9077 \begin_inset Quotes eld
9078 \end_inset
9079
9080 A.
9081 \begin_inset Quotes erd
9082 \end_inset
9083
9084 , we would get errors.
9085 \end_layout
9086
9087 \begin_layout Subsection
9088 Some Examples
9089 \begin_inset Index idx
9090 status collapsed
9091
9092 \begin_layout Plain Layout
9093 Nesting ! Examples
9094 \end_layout
9095
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \begin_layout Standard
9102 The best way to explain just what you can do with nesting is by illustration.
9103  We have several examples of nested environments.
9104  In them, we explain how we created the example, so that you can reproduce
9105  them.
9106 \end_layout
9107
9108 \begin_layout Subsubsection
9109 Example 1: The Six-fold Way and Mixed Nesting
9110 \end_layout
9111
9112 \begin_layout Labeling
9113 \labelwidthstring MMM
9114 #1-a This is the outermost level.
9115  It's a 
9116 \family sans
9117 List
9118 \family default
9119  environment.
9120 \end_layout
9121
9122 \begin_deeper
9123 \begin_layout Labeling
9124 \labelwidthstring MMM
9125 #2-a This is level #2.
9126  We created it by using 
9127 \begin_inset Info
9128 type  "shortcut"
9129 arg   "paragraph-break inverse"
9130 \end_inset
9131
9132  followed by 
9133 \begin_inset Info
9134 type  "shortcut"
9135 arg   "depth-increment"
9136 \end_inset
9137
9138 .
9139 \end_layout
9140
9141 \begin_deeper
9142 \begin_layout Labeling
9143 \labelwidthstring MMM
9144 #3-a This is level #3.
9145  This time, we just enter 
9146 \family sans
9147 Return
9148 \family default
9149 , then used 
9150 \begin_inset Info
9151 type  "shortcut"
9152 arg   "depth-increment"
9153 \end_inset
9154
9155  twice in a row.
9156  We could have also created it the same way as we did the previous level,
9157  by entering 
9158 \begin_inset Info
9159 type  "shortcut"
9160 arg   "paragraph-break inverse"
9161 \end_inset
9162
9163  followed by 
9164 \begin_inset Info
9165 type  "shortcut"
9166 arg   "depth-increment"
9167 \end_inset
9168
9169 .
9170 \end_layout
9171
9172 \begin_deeper
9173 \begin_layout Standard
9174 This is actually a 
9175 \family sans
9176 Standard
9177 \family default
9178  environment, nested inside of 
9179 \begin_inset Quotes eld
9180 \end_inset
9181
9182 #3-a
9183 \begin_inset Quotes erd
9184 \end_inset
9185
9186 .
9187  So, it's at level #4.
9188  We did this by entering 
9189 \begin_inset Info
9190 type  "shortcut"
9191 arg   "paragraph-break inverse"
9192 \end_inset
9193
9194 , then 
9195 \begin_inset Info
9196 type  "shortcut"
9197 arg   "depth-increment"
9198 \end_inset
9199
9200 , then changing the paragraph environment to 
9201 \family sans
9202 Standard
9203 \family default
9204 .
9205  Do this to create list items with more than one paragraph — it also works
9206  for the 
9207 \family sans
9208 Description
9209 \family default
9210
9211 \family sans
9212 Enumerate
9213 \family default
9214 , and 
9215 \family sans
9216 Itemize
9217 \family default
9218  environments!
9219 \end_layout
9220
9221 \begin_layout Standard
9222 Here's another 
9223 \family sans
9224 Standard
9225 \family default
9226  paragraph, also at level #4, made with just a 
9227 \begin_inset Info
9228 type  "shortcut"
9229 arg   "paragraph-break inverse"
9230 \end_inset
9231
9232 .
9233 \end_layout
9234
9235 \begin_layout Labeling
9236 \labelwidthstring MMM
9237 #4-a This is level #4.
9238  We enter 
9239 \begin_inset Info
9240 type  "shortcut"
9241 arg   "paragraph-break inverse"
9242 \end_inset
9243
9244  and changed the paragraph environment back to 
9245 \family sans
9246 List
9247 \family default
9248 .
9249  Remember — we can't nest anything inside a 
9250 \family sans
9251 Standard
9252 \family default
9253  environment, which is why we're still at level #4.
9254  However, we 
9255 \emph on
9256 can
9257 \emph default
9258  keep nesting things inside 
9259 \begin_inset Quotes eld
9260 \end_inset
9261
9262 #3-a
9263 \begin_inset Quotes erd
9264 \end_inset
9265
9266 .
9267 \end_layout
9268
9269 \begin_deeper
9270 \begin_layout Labeling
9271 \labelwidthstring MMM
9272 #5-a This is level #5\SpecialChar \ldots{}
9273
9274 \end_layout
9275
9276 \begin_deeper
9277 \begin_layout Labeling
9278 \labelwidthstring MMM
9279 #6-a \SpecialChar \ldots{}
9280 and this is level #6.
9281  By now, you should know how we made these two.
9282 \end_layout
9283
9284 \end_deeper
9285 \begin_layout Labeling
9286 \labelwidthstring MMM
9287 #5-b Back to level #5.
9288  Just enter 
9289 \begin_inset Info
9290 type  "shortcut"
9291 arg   "paragraph-break inverse"
9292 \end_inset
9293
9294  followed by a 
9295 \begin_inset Info
9296 type  "shortcut"
9297 arg   "depth-decrement"
9298 \end_inset
9299
9300 .
9301 \end_layout
9302
9303 \end_deeper
9304 \begin_layout Labeling
9305 \labelwidthstring MMM
9306 #4-b After another 
9307 \begin_inset Info
9308 type  "shortcut"
9309 arg   "paragraph-break inverse"
9310 \end_inset
9311
9312  followed by a 
9313 \begin_inset Info
9314 type  "shortcut"
9315 arg   "depth-decrement"
9316 \end_inset
9317
9318 , we're back at level #4.
9319 \end_layout
9320
9321 \end_deeper
9322 \begin_layout Labeling
9323 \labelwidthstring MMM
9324 #3-b Back to level #3.
9325  By now it should be obvious how we did this.
9326 \end_layout
9327
9328 \end_deeper
9329 \begin_layout Labeling
9330 \labelwidthstring MMM
9331 #2-b Back to level #2.
9332  
9333 \end_layout
9334
9335 \end_deeper
9336 \begin_layout Labeling
9337 \labelwidthstring MMM
9338 #1-b And last, back to the outermost level, #1.
9339  After this sentence, we will enter 
9340 \family sans
9341 Return
9342 \family default
9343  and change the paragraph environment back to 
9344 \family sans
9345 Standard
9346 \family default
9347  to end the list.
9348 \end_layout
9349
9350 \begin_layout Standard
9351 We could have also used the 
9352 \family sans
9353 Description
9354 \family default
9355
9356 \family sans
9357 Quote
9358 \family default
9359
9360 \family sans
9361 Quotation
9362 \family default
9363 , or even the 
9364 \family sans
9365 Verse
9366 \family default
9367  environment in place of the 
9368 \family sans
9369 List
9370 \family default
9371  environment.
9372  The example would have worked exactly the same.
9373 \end_layout
9374
9375 \begin_layout Subsubsection
9376 Example 2: Inheritance
9377 \end_layout
9378
9379 \begin_layout LyX-Code
9380 This is the LyX-Code environment, at level #1, the outermost
9381 \end_layout
9382
9383 \begin_layout LyX-Code
9384 level.
9385   Now we will enter 
9386 \family sans
9387 Return
9388 \family default
9389 , then 
9390 \begin_inset Info
9391 type  "shortcut"
9392 arg   "depth-increment"
9393 \end_inset
9394
9395 , after
9396 \begin_inset Newline newline
9397 \end_inset
9398
9399 which, we will change to the 
9400 \family sans
9401 Enumerate
9402 \family default
9403  environment.
9404 \end_layout
9405
9406 \begin_deeper
9407 \begin_layout Enumerate
9408 This is the 
9409 \family sans
9410 Enumerate
9411 \family default
9412  environment, at level #2.
9413 \end_layout
9414
9415 \begin_layout Enumerate
9416 Notice how the nested 
9417 \family sans
9418 Enumerate
9419 \family default
9420  not only inherits its margins from its parent environment (
9421 \family sans
9422 LyX-Code
9423 \family default
9424 ), but also inherits its font and spacing!
9425 \end_layout
9426
9427 \end_deeper
9428 \begin_layout Standard
9429 We ended this example by entering 
9430 \family sans
9431 Return
9432 \family default
9433 .
9434  After that, we needed to reset the paragraph environment to 
9435 \family sans
9436 Standard
9437 \family default
9438  and reset the nesting depth by using 
9439 \begin_inset Info
9440 type  "shortcut"
9441 arg   "depth-decrement"
9442 \end_inset
9443
9444  once.
9445 \end_layout
9446
9447 \begin_layout Subsubsection
9448 Example 3: Labels, Levels, and the 
9449 \family sans
9450 Enumerate
9451 \family default
9452  and 
9453 \family sans
9454 Itemize
9455 \family default
9456  Environments
9457 \begin_inset Argument 1
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461 Example #3: Labels, Levels and other list environments
9462 \end_layout
9463
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \begin_layout Enumerate
9470 This is level #1, in an 
9471 \family sans
9472 Enumerate
9473 \family default
9474  paragraph environment.
9475  We're actually going to nest a bunch of these.
9476 \end_layout
9477
9478 \begin_deeper
9479 \begin_layout Enumerate
9480 This is level #2.
9481  We used 
9482 \begin_inset Info
9483 type  "shortcut"
9484 arg   "paragraph-break inverse"
9485 \end_inset
9486
9487  followed by 
9488 \begin_inset Info
9489 type  "shortcut"
9490 arg   "depth-increment"
9491 \end_inset
9492
9493 .
9494  Now, what happens if we nest an 
9495 \family sans
9496 Itemize
9497 \family default
9498  environment inside of this one? It will be at level #3, but what will its
9499  label be? An asterisk?
9500 \end_layout
9501
9502 \begin_deeper
9503 \begin_layout Itemize
9504 No! It's a bullet.
9505  This is the 
9506 \emph on
9507 first
9508 \emph default
9509  
9510 \family sans
9511 Itemize
9512 \family default
9513  environment, even though it's at level #3.
9514  So, its label is a bullet.
9515  (We got here by using 
9516 \begin_inset Info
9517 type  "shortcut"
9518 arg   "paragraph-break inverse"
9519 \end_inset
9520
9521 , then 
9522 \begin_inset Info
9523 type  "shortcut"
9524 arg   "depth-increment"
9525 \end_inset
9526
9527 , then changing the environment to 
9528 \family sans
9529 Itemize
9530 \family default
9531 .)
9532 \end_layout
9533
9534 \begin_deeper
9535 \begin_layout Itemize
9536 Here's level #4, produced using 
9537 \begin_inset Info
9538 type  "shortcut"
9539 arg   "paragraph-break inverse"
9540 \end_inset
9541
9542 , then 
9543 \begin_inset Info
9544 type  "shortcut"
9545 arg   "depth-increment"
9546 \end_inset
9547
9548 .
9549  We will do that again\SpecialChar \ldots{}
9550
9551 \end_layout
9552
9553 \begin_deeper
9554 \begin_layout Enumerate
9555 \SpecialChar \ldots{}
9556 to get to level #5.
9557  This time, however, we also changed the paragraph environment back to 
9558 \family sans
9559 Enumerate
9560 \family default
9561 .
9562  Notice the type of numbering, it is 
9563 \emph on
9564 lowercase Roman
9565 \emph default
9566 , because we are in the 
9567 \emph on
9568 thirdfold
9569 \emph default
9570  
9571 \family sans
9572 Enumerate
9573 \family default
9574  environment (that is, it is an 
9575 \family sans
9576 Enumerate
9577 \family default
9578  inside an 
9579 \family sans
9580 Enumerate
9581 \family default
9582  inside an 
9583 \family sans
9584 Enumerate
9585 \family default
9586 ).
9587 \end_layout
9588
9589 \begin_layout Enumerate
9590 What happens if we 
9591 \emph on
9592 don't
9593 \emph default
9594  change the paragraph environment, but decrease the nesting depth? What
9595  type of numbering does LyX use?
9596 \end_layout
9597
9598 \begin_layout Enumerate
9599 Oh, as if you couldn't guess by now, we're just using 
9600 \begin_inset Info
9601 type  "shortcut"
9602 arg   "paragraph-break inverse"
9603 \end_inset
9604
9605  to keep the current environment and depth but create a new item.
9606 \end_layout
9607
9608 \begin_layout Enumerate
9609 Let's use 
9610 \begin_inset Info
9611 type  "shortcut"
9612 arg   "depth-decrement"
9613 \end_inset
9614
9615  to decrease the depth after the next 
9616 \begin_inset Info
9617 type  "shortcut"
9618 arg   "paragraph-break inverse"
9619 \end_inset
9620
9621 .
9622 \end_layout
9623
9624 \end_deeper
9625 \begin_layout Enumerate
9626 This is level #4.
9627  Look what type of label LyX is using!
9628 \end_layout
9629
9630 \end_deeper
9631 \begin_layout Enumerate
9632 This is level #3.
9633  Even though we've changed levels, LyX is still using a lowercase Roman
9634  numeral as the label.Why?
9635 \end_layout
9636
9637 \begin_layout Enumerate
9638 Because, even though the nesting depth has changed, the paragraph is 
9639 \emph on
9640 still
9641 \emph default
9642  a thirdfold 
9643 \family sans
9644 Enumerate
9645 \family default
9646  environment.
9647  Notice, however, that LyX 
9648 \emph on
9649 did
9650 \emph default
9651  reset the counter for the label.
9652 \end_layout
9653
9654 \end_deeper
9655 \begin_layout Enumerate
9656 Another 
9657 \begin_inset Info
9658 type  "shortcut"
9659 arg   "paragraph-break inverse"
9660 \end_inset
9661
9662  
9663 \begin_inset Info
9664 type  "shortcut"
9665 arg   "depth-decrement"
9666 \end_inset
9667
9668  sequence, and we're back to level #2.
9669  This time, we not only changed the nesting depth, but we also moved back
9670  into the twofold-nested 
9671 \family sans
9672 Enumerate
9673 \family default
9674  environment.
9675 \end_layout
9676
9677 \end_deeper
9678 \begin_layout Enumerate
9679 The same thing happens if we do another 
9680 \begin_inset Info
9681 type  "shortcut"
9682 arg   "paragraph-break inverse"
9683 \end_inset
9684
9685  
9686 \begin_inset Info
9687 type  "shortcut"
9688 arg   "depth-decrement"
9689 \end_inset
9690
9691  sequence and return to level #1, the outermost level.
9692 \end_layout
9693
9694 \begin_layout Standard
9695 Lastly, we reset the environment to 
9696 \family sans
9697 Standard
9698 \family default
9699 .
9700  As you can see, the level number doesn't correspond to what type of labeling
9701  LyX uses for the 
9702 \family sans
9703 Enumerate
9704 \family default
9705  and 
9706 \family sans
9707 Itemize
9708 \family default
9709  environments.
9710  The number of other 
9711 \family sans
9712 Enumerate
9713 \family default
9714  environments surrounding it determines what kind of label LyX uses for
9715  an 
9716 \family sans
9717 Enumerate
9718 \family default
9719  item.
9720  The same rule applies for the 
9721 \family sans
9722 Itemize
9723 \family default
9724  environment, as well.
9725 \end_layout
9726
9727 \begin_layout Subsubsection
9728 Example 4: Going Bonkers
9729 \end_layout
9730
9731 \begin_layout Enumerate
9732 We're going to go totally nuts now.
9733  We will not nest as deep as in the other examples, nor will we go into
9734  the same detail with how we did it.
9735  (level #1: 
9736 \family sans
9737 Enumerate
9738 \family default
9739 )
9740 \end_layout
9741
9742 \begin_deeper
9743 \begin_layout Standard
9744 (
9745 \family sans
9746 Return, 
9747 \family default
9748
9749 \begin_inset Info
9750 type  "shortcut"
9751 arg   "depth-increment"
9752 \end_inset
9753
9754
9755 \family sans
9756 , Standard
9757 \family default
9758 : level #2) We will stick an encapsulated description of how we created
9759  the example in parentheses someplace.
9760  For example, the two key bindings are how we changed the depth.
9761  The environment name is the name of the current environment.
9762  Either before or after this, we will put in the level.
9763 \end_layout
9764
9765 \end_deeper
9766 \begin_layout Enumerate
9767 (
9768 \family sans
9769 Return, Enumerate
9770 \family default
9771 : level #1) This is the next item in the list.
9772 \end_layout
9773
9774 \begin_deeper
9775 \begin_layout Verse
9776 Now we will add verse.
9777 \begin_inset Newline newline
9778 \end_inset
9779
9780 It will get much worse.
9781 \begin_inset Newline newline
9782 \end_inset
9783
9784 (
9785 \family sans
9786 Return, 
9787 \family default
9788
9789 \begin_inset Info
9790 type  "shortcut"
9791 arg   "depth-increment"
9792 \end_inset
9793
9794
9795 \family sans
9796 , Verse
9797 \family default
9798 : level #2)
9799 \end_layout
9800
9801 \begin_layout Verse
9802 Fiddle dee, Fiddle doo.
9803 \begin_inset Newline newline
9804 \end_inset
9805
9806 Bippitey boppitey boo!
9807 \begin_inset Newline newline
9808 \end_inset
9809
9810 (
9811 \begin_inset Info
9812 type  "shortcut"
9813 arg   "paragraph-break inverse"
9814 \end_inset
9815
9816
9817 \family sans
9818 )
9819 \end_layout
9820
9821 \begin_layout Verse
9822 Here comes a table:
9823 \end_layout
9824
9825 \begin_deeper
9826 \begin_layout Standard
9827 \begin_inset VSpace 0.3cm
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \begin_layout Standard
9834 \align center
9835 \begin_inset Tabular
9836 <lyxtabular version="3" rows="2" columns="2">
9837 <features rotate="0" tabularvalignment="middle">
9838 <column alignment="center" valignment="top" width="0pt">
9839 <column alignment="center" valignment="top" width="0pt">
9840 <row>
9841 <cell alignment="center" valignment="top" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \family roman
9847 \series medium
9848 \shape up
9849 \size normal
9850 \emph off
9851 \bar no
9852 \noun off
9853 \color none
9854 one-fish
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \family roman
9865 \series medium
9866 \shape up
9867 \size normal
9868 \emph off
9869 \bar no
9870 \noun off
9871 \color none
9872 two-fish
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 </row>
9878 <row>
9879 <cell alignment="center" valignment="top" topline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \family roman
9885 \series medium
9886 \shape up
9887 \size normal
9888 \emph off
9889 \bar no
9890 \noun off
9891 \color none
9892 red-fish
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \family roman
9903 \series medium
9904 \shape up
9905 \size normal
9906 \emph off
9907 \bar no
9908 \noun off
9909 \color none
9910 blue-fish
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 </lyxtabular>
9917
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_deeper
9924 \begin_layout Verse
9925 (
9926 \begin_inset Info
9927 type  "shortcut"
9928 arg   "paragraph-break inverse"
9929 \end_inset
9930
9931
9932 \family sans
9933 , Table, 
9934 \family default
9935
9936 \begin_inset Info
9937 type  "shortcut"
9938 arg   "depth-increment"
9939 \end_inset
9940
9941  3 times, 
9942 \begin_inset Info
9943 type  "shortcut"
9944 arg   "paragraph-break inverse"
9945 \end_inset
9946
9947
9948 \family sans
9949 , Verse,
9950 \begin_inset Newline newline
9951 \end_inset
9952
9953
9954 \family default
9955
9956 \begin_inset Info
9957 type  "shortcut"
9958 arg   "depth-decrement"
9959 \end_inset
9960
9961 )
9962 \end_layout
9963
9964 \end_deeper
9965 \begin_layout Enumerate
9966 (
9967 \family sans
9968 Return, Enumerate
9969 \family default
9970 : level #1) This is another item.
9971  Note that selecting a 
9972 \family sans
9973 Table
9974 \family default
9975  resets the nesting depth to level #1, so we increased the nesting depth
9976  3 times to put the table inside the 
9977 \family sans
9978 Verse
9979 \family default
9980  environment.
9981  
9982 \end_layout
9983
9984 \begin_layout Quotation
9985 We're now ending the 
9986 \family sans
9987 Enumerate
9988 \family default
9989  list and changing to 
9990 \family sans
9991 Quotation
9992 \family default
9993 .
9994  We're still at level #1.
9995  We want to show you some of the things you can do by mixing environments.
9996  The next set of paragraphs is a 
9997 \begin_inset Quotes eld
9998 \end_inset
9999
10000 quoted letter.
10001 \begin_inset Quotes erd
10002 \end_inset
10003
10004  We will nest both the 
10005 \family sans
10006 Address
10007 \family default
10008  and 
10009 \family sans
10010 Right
10011 \begin_inset space ~
10012 \end_inset
10013
10014 Address
10015 \family default
10016  environments inside of this one, then use another nested 
10017 \family sans
10018 Quotation
10019 \family default
10020  for the letter body.
10021  We will use 
10022 \begin_inset Info
10023 type  "shortcut"
10024 arg   "paragraph-break inverse"
10025 \end_inset
10026
10027  to preserve the depth.
10028  Remember that you need to use 
10029 \begin_inset Info
10030 type  "shortcut"
10031 arg   "newline-insert newline"
10032 \end_inset
10033
10034  to create multiple lines inside the 
10035 \family sans
10036 Address
10037 \family default
10038  and 
10039 \family sans
10040 Right
10041 \begin_inset space ~
10042 \end_inset
10043
10044 Address
10045 \family default
10046  environments.
10047  Here it goes:
10048 \end_layout
10049
10050 \begin_deeper
10051 \begin_layout Right Address
10052 1234 Nowhere Rd.
10053 \begin_inset Newline newline
10054 \end_inset
10055
10056 Moosegroin, MT 00100
10057 \begin_inset Newline newline
10058 \end_inset
10059
10060 9-6-96
10061 \end_layout
10062
10063 \begin_layout Address
10064 Dear Mr.
10065 \begin_inset space ~
10066 \end_inset
10067
10068 Fizlewitz:
10069 \end_layout
10070
10071 \begin_layout Quotation
10072 We regret to inform you that we cannot fill your order for 50
10073 \begin_inset space \thinspace{}
10074 \end_inset
10075
10076 L of compressed methane gas due to circumstances beyond our control.
10077  Unfortunately, several of our cows have mysteriously exploded, creating
10078  a backlog in our orders for methane.
10079  We will place your name on the waiting list and try to fill your order
10080  as soon as possible.
10081  In the meantime, we thank you for your patience.
10082 \end_layout
10083
10084 \begin_layout Quotation
10085 We do, however, now have a special on beef.
10086  If you are interested, please return the enclosed pricing and order form
10087  with your order, along with payment.
10088 \end_layout
10089
10090 \begin_layout Quotation
10091 We thank you again for your patience.
10092 \end_layout
10093
10094 \begin_layout Address
10095 Sincerely,
10096 \begin_inset Newline newline
10097 \end_inset
10098
10099 Bill Hick
10100 \end_layout
10101
10102 \end_deeper
10103 \begin_layout Quotation
10104 That ends that example!
10105 \end_layout
10106
10107 \begin_layout Standard
10108 As you can see, nesting environments in LyX gives you a lot of power with
10109  just a few keystrokes.
10110  We could have easily nested an 
10111 \family sans
10112 Itemize
10113 \family default
10114  list inside of a 
10115 \family sans
10116 Quotation
10117 \family default
10118  or 
10119 \family sans
10120 Quote
10121 \family default
10122 , or put a 
10123 \family sans
10124 Quote
10125 \family default
10126  inside of an 
10127 \family sans
10128 Itemize
10129 \family default
10130  list.
10131  You have a huge variety of options at your disposal.
10132 \end_layout
10133
10134 \begin_layout Subsection
10135 Separate Nestings
10136 \begin_inset Index idx
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140 Nesting ! Separation
10141 \end_layout
10142
10143 \end_inset
10144
10145
10146 \begin_inset CommandInset label
10147 LatexCommand label
10148 name "sub:Separate-Nestings"
10149
10150 \end_inset
10151
10152
10153 \end_layout
10154
10155 \begin_layout Standard
10156 It is sometimes necessary to have two consecutive environments of the same
10157  type.
10158  For example you need two different enumerations:
10159 \end_layout
10160
10161 \begin_layout Enumerate
10162 Hello
10163 \end_layout
10164
10165 \begin_deeper
10166 \begin_layout Enumerate
10167 this is an
10168 \end_layout
10169
10170 \begin_deeper
10171 \begin_layout Enumerate
10172 enumeration
10173 \end_layout
10174
10175 \begin_layout --Separator--
10176
10177 \end_layout
10178
10179 \begin_layout Itemize
10180 itemize list
10181 \end_layout
10182
10183 \end_deeper
10184 \end_deeper
10185 \begin_layout --Separator--
10186
10187 \end_layout
10188
10189 \begin_layout Enumerate
10190 Hi
10191 \end_layout
10192
10193 \begin_layout Enumerate
10194 this is another
10195 \end_layout
10196
10197 \begin_layout Enumerate
10198 enumeration
10199 \end_layout
10200
10201 \begin_layout Standard
10202 To tell LyX that there are two lists and not one, set the cursor at the
10203  end of the last item and use the menu 
10204 \family sans
10205 Edit\SpecialChar \menuseparator
10206 Start New Parent Environment
10207 \family default
10208 .
10209  This adds an environment separator and a new list behind it.
10210  If you use instead the menu 
10211 \family sans
10212 Edit\SpecialChar \menuseparator
10213 Start New Environment
10214 \family default
10215  a new list will also be created, but in the same nesting level.
10216 \end_layout
10217
10218 \begin_layout Standard
10219 To split an existing list into two lists, set the cursor at the end of a
10220  list item, press 
10221 \begin_inset Info
10222 type  "shortcut"
10223 arg   "paragraph-break"
10224 \end_inset
10225
10226  and select 
10227 \family sans
10228 --Separator--
10229 \family default
10230  in the pull-down box for environments in LyX's main toolbar.
10231 \end_layout
10232
10233 \begin_layout Section
10234 Spacing, pagination and line breaks
10235 \begin_inset Index idx
10236 status collapsed
10237
10238 \begin_layout Plain Layout
10239 Spacing
10240 \end_layout
10241
10242 \end_inset
10243
10244
10245 \end_layout
10246
10247 \begin_layout Standard
10248 What is a space? While you might be used to pressing the space key anytime
10249  you want to separate two words in ordinary word processors, LyX offers
10250  you more spaces: spaces of different widths and spaces which can or cannot
10251  be broken at the end of a line.
10252  The following sections will show you some examples where those spaces are
10253  useful.
10254 \end_layout
10255
10256 \begin_layout Subsection
10257 Protected Space
10258 \begin_inset CommandInset label
10259 LatexCommand label
10260 name "sub:Protected-Space"
10261
10262 \end_inset
10263
10264
10265 \begin_inset Index idx
10266 status collapsed
10267
10268 \begin_layout Plain Layout
10269 Spaces ! Protected
10270 \end_layout
10271
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \begin_layout Standard
10278 The protected space: It is used to tell LyX (and LaTeX) not to break the
10279  line at that point.
10280  This may be necessary to avoid unlucky line breaks, like in: 
10281 \end_layout
10282
10283 \begin_layout Quote
10284 Further documentation is given in section
10285 \begin_inset Newline newline
10286 \end_inset
10287
10288
10289 \begin_inset CommandInset ref
10290 LatexCommand ref
10291 reference "sec:Bibliography"
10292
10293 \end_inset
10294
10295 .
10296  
10297 \end_layout
10298
10299 \begin_layout Standard
10300 Obviously, it would be a good thing to put a protected space between 
10301 \begin_inset Quotes eld
10302 \end_inset
10303
10304 section
10305 \begin_inset Quotes erd
10306 \end_inset
10307
10308  and 
10309 \begin_inset Quotes eld
10310 \end_inset
10311
10312
10313 \begin_inset CommandInset ref
10314 LatexCommand ref
10315 reference "sec:Bibliography"
10316
10317 \end_inset
10318
10319
10320 \begin_inset Quotes erd
10321 \end_inset
10322
10323 .
10324  A protected space is set with 
10325 \family sans
10326 Insert\SpecialChar \menuseparator
10327 Formatting\SpecialChar \menuseparator
10328 Protected
10329 \begin_inset space ~
10330 \end_inset
10331
10332 Space
10333 \family default
10334  (shortcut 
10335 \begin_inset Info
10336 type  "shortcut"
10337 arg   "command-alternatives math-space ; space-insert protected"
10338 \end_inset
10339
10340 ).
10341 \end_layout
10342
10343 \begin_layout Subsection
10344 Horizontal Space
10345 \begin_inset CommandInset label
10346 LatexCommand label
10347 name "sub:Horizontal-Space"
10348
10349 \end_inset
10350
10351
10352 \begin_inset Index idx
10353 status collapsed
10354
10355 \begin_layout Plain Layout
10356 Spacing ! Horizontal
10357 \end_layout
10358
10359 \end_inset
10360
10361
10362 \end_layout
10363
10364 \begin_layout Standard
10365 All horizontal spaces can be inserted with the menu 
10366 \family sans
10367 Insert\SpecialChar \menuseparator
10368 Formatting\SpecialChar \menuseparator
10369 Horizontal Space
10370 \family default
10371 .
10372  The length units are listed in Appendix
10373 \begin_inset space ~
10374 \end_inset
10375
10376
10377 \begin_inset CommandInset ref
10378 LatexCommand ref
10379 reference "chap:Units-available-in"
10380
10381 \end_inset
10382
10383 .
10384 \end_layout
10385
10386 \begin_layout Subsubsection
10387 Inter-word Space
10388 \begin_inset CommandInset label
10389 LatexCommand label
10390 name "sub:Inter-word-Space"
10391
10392 \end_inset
10393
10394
10395 \begin_inset Index idx
10396 status collapsed
10397
10398 \begin_layout Plain Layout
10399 Spaces ! Inter-word
10400 \end_layout
10401
10402 \end_inset
10403
10404
10405 \end_layout
10406
10407 \begin_layout Standard
10408 With the introduction of typewriters, it became conventional in some countries
10409  to type two spaces after a period to mimic the wider spaces used by typesetters
10410  at the ends of sentences.
10411  There is no need to do this as LyX automatically takes care about this.
10412  However, you do not want an end of sentence space after an abbreviation
10413  followed by a period; see section
10414 \begin_inset space ~
10415 \end_inset
10416
10417
10418 \begin_inset CommandInset ref
10419 LatexCommand ref
10420 reference "sub:Abbreviations"
10421
10422 \end_inset
10423
10424  for examples.
10425  To insert a normal space, select 
10426 \family sans
10427 Insert\SpecialChar \menuseparator
10428 Formatting\SpecialChar \menuseparator
10429 Interword
10430 \begin_inset space ~
10431 \end_inset
10432
10433 Space
10434 \family default
10435  (shortcut 
10436 \begin_inset Info
10437 type  "shortcut"
10438 arg   "space-insert normal"
10439 \end_inset
10440
10441 ).
10442 \end_layout
10443
10444 \begin_layout Subsubsection
10445 Thin Space
10446 \begin_inset CommandInset label
10447 LatexCommand label
10448 name "sub:Thin-Space"
10449
10450 \end_inset
10451
10452
10453 \begin_inset Index idx
10454 status collapsed
10455
10456 \begin_layout Plain Layout
10457 Spaces ! Thin
10458 \end_layout
10459
10460 \end_inset
10461
10462
10463 \end_layout
10464
10465 \begin_layout Standard
10466
10467 \begin_inset Quotes eld
10468 \end_inset
10469
10470 thin space
10471 \begin_inset Quotes erd
10472 \end_inset
10473
10474  is a blank which has half the size of a normal space (and it is also 
10475 \begin_inset Quotes eld
10476 \end_inset
10477
10478 protected
10479 \begin_inset Quotes erd
10480 \end_inset
10481
10482 ).
10483  The typographical conventions in a lot of languages propose the use of
10484  thin spaces in cases where normal spaces would be too wide, for instance,
10485  inside abbreviations:
10486 \end_layout
10487
10488 \begin_layout Quote
10489 D.
10490 \begin_inset space \thinspace{}
10491 \end_inset
10492
10493 E.
10494  Knuth has developed our beloved typesetting program.
10495 \end_layout
10496
10497 \begin_layout Standard
10498 or between values and units.
10499  Compare for example this:
10500 \begin_inset Newline newline
10501 \end_inset
10502
10503 10
10504 \begin_inset space \thinspace{}
10505 \end_inset
10506
10507 kg (thin space)
10508 \begin_inset Newline newline
10509 \end_inset
10510
10511 10 kg (normal space
10512 \end_layout
10513
10514 \begin_layout Standard
10515 You can insert thin spaces with the menu 
10516 \family sans
10517 Insert\SpecialChar \menuseparator
10518 Formatting\SpecialChar \menuseparator
10519 Thin
10520 \begin_inset space ~
10521 \end_inset
10522
10523 Space
10524 \family default
10525  (shortcut 
10526 \begin_inset Info
10527 type  "shortcuts"
10528 arg   "space-insert thin"
10529 \end_inset
10530
10531 ).
10532 \end_layout
10533
10534 \begin_layout Subsubsection
10535 More Spaces
10536 \end_layout
10537
10538 \begin_layout Standard
10539 You can also insert the following space types:
10540 \end_layout
10541
10542 \begin_layout Description
10543 Negative
10544 \begin_inset space ~
10545 \end_inset
10546
10547 thin
10548 \begin_inset space ~
10549 \end_inset
10550
10551 space A line with a 
10552 \begin_inset Formula $\to$
10553 \end_inset
10554
10555
10556 \begin_inset space \negthinspace{}
10557 \end_inset
10558
10559
10560 \begin_inset Formula $\gets$
10561 \end_inset
10562
10563  negative thin space between the arrows.
10564 \end_layout
10565
10566 \begin_layout Description
10567 Negative
10568 \begin_inset space ~
10569 \end_inset
10570
10571 medium
10572 \begin_inset space ~
10573 \end_inset
10574
10575 space A line with a 
10576 \begin_inset Formula $\to$
10577 \end_inset
10578
10579
10580 \begin_inset space \negmedspace{}
10581 \end_inset
10582
10583
10584 \begin_inset Formula $\gets$
10585 \end_inset
10586
10587  negative medium space between the arrows.
10588 \end_layout
10589
10590 \begin_layout Description
10591 Negative
10592 \begin_inset space ~
10593 \end_inset
10594
10595 thick
10596 \begin_inset space ~
10597 \end_inset
10598
10599 space A line with a 
10600 \begin_inset Formula $\to$
10601 \end_inset
10602
10603
10604 \begin_inset space \negthickspace{}
10605 \end_inset
10606
10607
10608 \begin_inset Formula $\gets$
10609 \end_inset
10610
10611  negative thick space between the arrows.
10612 \end_layout
10613
10614 \begin_layout Description
10615 Enspace
10616 \begin_inset space ~
10617 \end_inset
10618
10619 (0.5
10620 \begin_inset space \thinspace{}
10621 \end_inset
10622
10623 em) A line with an 
10624 \begin_inset Formula $\to$
10625 \end_inset
10626
10627
10628 \begin_inset space \enskip{}
10629 \end_inset
10630
10631
10632 \begin_inset Formula $\gets$
10633 \end_inset
10634
10635  enspace
10636 \begin_inset space ~
10637 \end_inset
10638
10639 (0.5
10640 \begin_inset space \thinspace{}
10641 \end_inset
10642
10643 em) space between the arrows.
10644 \end_layout
10645
10646 \begin_layout Description
10647 Quad
10648 \begin_inset space ~
10649 \end_inset
10650
10651 (1
10652 \begin_inset space \thinspace{}
10653 \end_inset
10654
10655 em) A line with a 
10656 \begin_inset Formula $\to$
10657 \end_inset
10658
10659
10660 \begin_inset space \quad{}
10661 \end_inset
10662
10663
10664 \begin_inset Formula $\gets$
10665 \end_inset
10666
10667  Quad
10668 \begin_inset space ~
10669 \end_inset
10670
10671 (1
10672 \begin_inset space \thinspace{}
10673 \end_inset
10674
10675 em) space between the arrows.
10676 \end_layout
10677
10678 \begin_layout Description
10679 QQuad
10680 \begin_inset space ~
10681 \end_inset
10682
10683 (2
10684 \begin_inset space \thinspace{}
10685 \end_inset
10686
10687 em) A line with a 
10688 \begin_inset Formula $\to$
10689 \end_inset
10690
10691
10692 \begin_inset space \qquad{}
10693 \end_inset
10694
10695
10696 \begin_inset Formula $\gets$
10697 \end_inset
10698
10699  QQuad
10700 \begin_inset space ~
10701 \end_inset
10702
10703 (2
10704 \begin_inset space \thinspace{}
10705 \end_inset
10706
10707 em) space between the arrows.
10708 \end_layout
10709
10710 \begin_layout Description
10711 Custom
10712 \begin_inset space ~
10713 \end_inset
10714
10715 space A line with 
10716 \begin_inset Formula $\to$
10717 \end_inset
10718
10719
10720 \begin_inset space \hspace{}
10721 \length 2cm
10722 \end_inset
10723
10724
10725 \begin_inset Formula $\gets$
10726 \end_inset
10727
10728  2
10729 \begin_inset space \thinspace{}
10730 \end_inset
10731
10732 cm space between the arrows.
10733 \end_layout
10734
10735 \begin_layout Standard
10736 Table
10737 \begin_inset space ~
10738 \end_inset
10739
10740
10741 \begin_inset CommandInset ref
10742 LatexCommand ref
10743 reference "tab:Width-of-the"
10744
10745 \end_inset
10746
10747  lists the different space sizes.
10748 \end_layout
10749
10750 \begin_layout Standard
10751 \begin_inset Float table
10752 wide false
10753 sideways false
10754 status open
10755
10756 \begin_layout Plain Layout
10757 \begin_inset Caption Standard
10758
10759 \begin_layout Plain Layout
10760 \begin_inset CommandInset label
10761 LatexCommand label
10762 name "tab:Width-of-the"
10763
10764 \end_inset
10765
10766 Width of the different horizontal spaces.
10767 \end_layout
10768
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \begin_layout Plain Layout
10775 \align center
10776 \begin_inset Tabular
10777 <lyxtabular version="3" rows="10" columns="2">
10778 <features rotate="0" tabularvalignment="middle">
10779 <column alignment="center" valignment="top">
10780 <column alignment="center" valignment="top">
10781 <row>
10782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \series bold
10788 Space
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Width
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 Normal
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 1/3
10820 \begin_inset space \thinspace{}
10821 \end_inset
10822
10823 em
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 <row>
10830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 Protected
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 1/3
10844 \begin_inset space \thinspace{}
10845 \end_inset
10846
10847 em
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 <row>
10854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 Thin
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 1/6
10868 \begin_inset space \thinspace{}
10869 \end_inset
10870
10871 em
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 Negative thin
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 -1/6
10892 \begin_inset space \thinspace{}
10893 \end_inset
10894
10895 em
10896 \begin_inset Formula $\thinspace=\thinspace$
10897 \end_inset
10898
10899 -3
10900 \begin_inset space \thinspace{}
10901 \end_inset
10902
10903 mu
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 </row>
10909 <row>
10910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Negative medium
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 -4
10924 \begin_inset space \thinspace{}
10925 \end_inset
10926
10927 mu
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 <row>
10934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 Negative thick
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 -5
10948 \begin_inset space \thinspace{}
10949 \end_inset
10950
10951 mu
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 Enspace (0.5
10963 \begin_inset space \thinspace{}
10964 \end_inset
10965
10966 em)
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 0.5
10976 \begin_inset space \thinspace{}
10977 \end_inset
10978
10979 em
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 </row>
10985 <row>
10986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 Quad (1
10991 \begin_inset space \thinspace{}
10992 \end_inset
10993
10994 em)
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 1
11004 \begin_inset space \thinspace{}
11005 \end_inset
11006
11007 em
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 <row>
11014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 QQuad (2
11019 \begin_inset space \thinspace{}
11020 \end_inset
11021
11022 em)
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 2
11032 \begin_inset space \thinspace{}
11033 \end_inset
11034
11035 em
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 </lyxtabular>
11042
11043 \end_inset
11044
11045
11046 \end_layout
11047
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \begin_layout Subsubsection
11054 Horizontal Fills
11055 \begin_inset Index idx
11056 status collapsed
11057
11058 \begin_layout Plain Layout
11059 Spacing ! Fills
11060 \end_layout
11061
11062 \end_inset
11063
11064
11065 \end_layout
11066
11067 \begin_layout Standard
11068 Horizontal fills (HFills) are a special LyX feature for adding extra space
11069  in a uniform fashion.
11070  An HFill is actually a variable length space, whose length always equals
11071  the remaining space between the left and right margins.
11072  If there is more than one HFill on a line, they divide the available space
11073  equally between themselves.
11074 \end_layout
11075
11076 \begin_layout Standard
11077 Here are a few examples of what you can do with them:
11078 \end_layout
11079
11080 \begin_layout Quote
11081 \noindent
11082 This is on the left side
11083 \begin_inset space \hfill{}
11084 \end_inset
11085
11086 This is on the right
11087 \end_layout
11088
11089 \begin_layout Quote
11090 \noindent
11091 Left
11092 \begin_inset space \hfill{}
11093 \end_inset
11094
11095 Middle
11096 \begin_inset space \hfill{}
11097 \end_inset
11098
11099 Right
11100 \end_layout
11101
11102 \begin_layout Quote
11103 \noindent
11104 Left
11105 \begin_inset space \hfill{}
11106 \end_inset
11107
11108 1/3 Left
11109 \begin_inset space \hfill{}
11110 \end_inset
11111
11112
11113 \begin_inset space \hfill{}
11114 \end_inset
11115
11116 Right
11117 \end_layout
11118
11119 \begin_layout Standard
11120 That was an example in the 
11121 \family sans
11122 Quote
11123 \family default
11124  environment.
11125  Here
11126 \begin_inset Formula $\to$
11127 \end_inset
11128
11129
11130 \begin_inset space \hfill{}
11131 \end_inset
11132
11133
11134 \begin_inset Formula $\gets$
11135 \end_inset
11136
11137 is one in a standard paragraph.
11138  It may or may not be apparent in the printed text, but it 
11139 \emph on
11140 is
11141 \emph default
11142  sitting in-between the two arrows.
11143 \end_layout
11144
11145 \begin_layout Standard
11146 HFills can be made visible when you choose one of the 
11147 \family sans
11148 Fill
11149 \begin_inset space ~
11150 \end_inset
11151
11152 Pattern
11153 \family default
11154 s in the space dialog: The following patterns are available:
11155 \end_layout
11156
11157 \begin_layout Standard
11158 Dots: 
11159 \begin_inset space \dotfill{}
11160 \end_inset
11161
11162
11163 \begin_inset space ~
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \begin_layout Standard
11170 Rule: 
11171 \begin_inset space \hrulefill{}
11172 \end_inset
11173
11174
11175 \begin_inset space ~
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \begin_layout Standard
11182 Left arrow: 
11183 \begin_inset space \leftarrowfill{}
11184 \end_inset
11185
11186
11187 \begin_inset space ~
11188 \end_inset
11189
11190
11191 \end_layout
11192
11193 \begin_layout Standard
11194 Right arrow: 
11195 \begin_inset space \rightarrowfill{}
11196 \end_inset
11197
11198
11199 \begin_inset space ~
11200 \end_inset
11201
11202
11203 \end_layout
11204
11205 \begin_layout Standard
11206 Up brace: 
11207 \begin_inset space \downbracefill{}
11208 \end_inset
11209
11210
11211 \begin_inset space ~
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \begin_layout Standard
11218 Down brace: 
11219 \begin_inset space \upbracefill{}
11220 \end_inset
11221
11222
11223 \begin_inset space ~
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Standard
11230 \begin_inset Note Greyedout
11231 status open
11232
11233 \begin_layout Plain Layout
11234
11235 \series bold
11236 Note:
11237 \series default
11238  If an HFill is at the beginning of a line, and 
11239 \emph on
11240 not
11241 \emph default
11242  in the first line in a paragraph, LyX ignores it.
11243  This prevents HFills from accidentally being wrapped onto a new line.
11244  If you need space in this case anyway, set the 
11245 \family sans
11246 Protect
11247 \family default
11248  option in the space dialog.
11249 \end_layout
11250
11251 \end_inset
11252
11253
11254 \end_layout
11255
11256 \begin_layout Subsubsection
11257 Phantom Space
11258 \begin_inset CommandInset label
11259 LatexCommand label
11260 name "sub:Phantom-Space"
11261
11262 \end_inset
11263
11264
11265 \begin_inset Index idx
11266 status collapsed
11267
11268 \begin_layout Plain Layout
11269 Spacing ! Phantom
11270 \end_layout
11271
11272 \end_inset
11273
11274
11275 \end_layout
11276
11277 \begin_layout Standard
11278 Sometimes you want to insert space with exactly the length of a phrase.
11279  For example, you want to create the following multiple choice question:
11280 \end_layout
11281
11282 \begin_layout Standard
11283 \begin_inset VSpace medskip
11284 \end_inset
11285
11286 What is correct English?:
11287 \begin_inset Newline newline
11288 \end_inset
11289
11290
11291 \begin_inset Newline newline
11292 \end_inset
11293
11294 Mr.
11295 \begin_inset space ~
11296 \end_inset
11297
11298 Edge would have been jumps the gun.
11299 \begin_inset Newline newline
11300 \end_inset
11301
11302
11303 \begin_inset Phantom HPhantom
11304 status open
11305
11306 \begin_layout Plain Layout
11307 Mr.
11308  Edge 
11309 \end_layout
11310
11311 \end_inset
11312
11313 has to be jumped
11314 \begin_inset Newline newline
11315 \end_inset
11316
11317
11318 \begin_inset Phantom HPhantom
11319 status open
11320
11321 \begin_layout Plain Layout
11322 Mr.
11323  Edge 
11324 \end_layout
11325
11326 \end_inset
11327
11328 jumps
11329 \begin_inset VSpace medskip
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Standard
11336 \noindent
11337 so that the choices appear exactly after the phrase 
11338 \begin_inset Quotes eld
11339 \end_inset
11340
11341 Mr.
11342 \begin_inset space ~
11343 \end_inset
11344
11345 Edge
11346 \begin_inset space ~
11347 \end_inset
11348
11349
11350 \begin_inset Quotes erd
11351 \end_inset
11352
11353 .
11354  To get this, you can use the phantom insets available via the menu 
11355 \family sans
11356 Insert\SpecialChar \menuseparator
11357 Formatting\SpecialChar \menuseparator
11358 Phantom
11359 \family default
11360 .
11361  In our case insert a horizontal phantom at the beginning of the last two
11362  lines and insert 
11363 \begin_inset Quotes eld
11364 \end_inset
11365
11366 Mr.
11367 \begin_inset space ~
11368 \end_inset
11369
11370 Edge
11371 \begin_inset space ~
11372 \end_inset
11373
11374
11375 \begin_inset Quotes erd
11376 \end_inset
11377
11378  into the phantom inset (note the space after 
11379 \begin_inset Quotes eld
11380 \end_inset
11381
11382 Edge
11383 \begin_inset Quotes erd
11384 \end_inset
11385
11386 ).
11387  A phantom insets prints only the space of its content (like a placeholder).
11388  That is why it is named 
11389 \begin_inset Quotes eld
11390 \end_inset
11391
11392 phantom
11393 \begin_inset Quotes erd
11394 \end_inset
11395
11396 .
11397  The normal phantom outputs the width and height of the content as space,
11398  while the horizontal and vertical variant only outputs the corresponding
11399  dimension.
11400 \end_layout
11401
11402 \begin_layout Subsection
11403 Vertical Space
11404 \begin_inset CommandInset label
11405 LatexCommand label
11406 name "sub:Vertical-Space"
11407
11408 \end_inset
11409
11410
11411 \begin_inset Index idx
11412 status collapsed
11413
11414 \begin_layout Plain Layout
11415 Spacing ! Vertical
11416 \end_layout
11417
11418 \end_inset
11419
11420
11421 \end_layout
11422
11423 \begin_layout Standard
11424 To add extra vertical space above or below a paragraph, use the 
11425 \family sans
11426 Insert\SpecialChar \menuseparator
11427 Formatting\SpecialChar \menuseparator
11428 Vertical
11429 \begin_inset space ~
11430 \end_inset
11431
11432 Space
11433 \family default
11434  dialog.
11435  There you find the following sizes:
11436 \end_layout
11437
11438 \begin_layout Standard
11439
11440 \family sans
11441 SmallSkip
11442 \family default
11443
11444 \family sans
11445 MedSkip
11446 \family default
11447  and 
11448 \family sans
11449 BigSkip
11450 \family default
11451  are LaTeX sizes which depend on the font size of the document.
11452  
11453 \family sans
11454 DefSkip
11455 \family default
11456  is the skip adjusted in the dialog 
11457 \family sans
11458 Document\SpecialChar \menuseparator
11459 Settings\SpecialChar \menuseparator
11460 Text
11461 \begin_inset space ~
11462 \end_inset
11463
11464 Layout
11465 \family default
11466
11467 \begin_inset Index idx
11468 status collapsed
11469
11470 \begin_layout Plain Layout
11471 Document ! Settings
11472 \end_layout
11473
11474 \end_inset
11475
11476  for the paragraph separation.
11477  If you use indentation to separate paragraphs 
11478 \family sans
11479 DefSkip
11480 \family default
11481  is equal to 
11482 \family sans
11483 MedSkip
11484 \family default
11485 .
11486 \end_layout
11487
11488 \begin_layout Standard
11489
11490 \family sans
11491 VFill
11492 \family default
11493
11494 \begin_inset Index idx
11495 status collapsed
11496
11497 \begin_layout Plain Layout
11498 Spacing ! Fills
11499 \end_layout
11500
11501 \end_inset
11502
11503  is a variable space, set so that the space is maximal within one page.
11504  An example: you have only two short paragraphs on one page with a 
11505 \family sans
11506 Vfill
11507 \family default
11508  between them.
11509  Then the first paragraph is placed at the top of the page and the second
11510  one at the bottom, because the space between them is then maximal.
11511  
11512 \family sans
11513 VFill
11514 \family default
11515 s work like 
11516 \family sans
11517 HFill
11518 \family default
11519 s: they fill the remaining vertical space on a page with blank space.
11520 \begin_inset Foot
11521 status collapsed
11522
11523 \begin_layout Plain Layout
11524
11525 \family sans
11526 HFill
11527 \family default
11528 s are described in section
11529 \begin_inset space ~
11530 \end_inset
11531
11532
11533 \begin_inset CommandInset ref
11534 LatexCommand ref
11535 reference "sub:Horizontal-Space"
11536
11537 \end_inset
11538
11539 .
11540 \end_layout
11541
11542 \end_inset
11543
11544  If there are several 
11545 \family sans
11546 VFill
11547 \family default
11548 s on a page, they divide the remaining vertical space equally between themselves.
11549  You can therefore use 
11550 \family sans
11551 VFill
11552 \family default
11553 s to center text on a page, or even place text 2/3 down a page.
11554 \end_layout
11555
11556 \begin_layout Standard
11557
11558 \family sans
11559 Custom
11560 \family default
11561  are custom spaces in units explained in Appendix
11562 \begin_inset space ~
11563 \end_inset
11564
11565
11566 \begin_inset CommandInset ref
11567 LatexCommand ref
11568 reference "chap:Units-available-in"
11569
11570 \end_inset
11571
11572 .
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \begin_inset Note Greyedout
11577 status open
11578
11579 \begin_layout Plain Layout
11580
11581 \series bold
11582 Note:
11583 \series default
11584  
11585 \series medium
11586 If the extra vertical space would be in the output at the top/bottom of
11587  a page, the space is only added if you have also checked the option 
11588 \family sans
11589 Protect
11590 \family default
11591 .
11592 \end_layout
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \begin_layout Subsection
11600 Paragraph Alignment
11601 \begin_inset Index idx
11602 status collapsed
11603
11604 \begin_layout Plain Layout
11605 Paragraph ! Alignment
11606 \end_layout
11607
11608 \end_inset
11609
11610
11611 \end_layout
11612
11613 \begin_layout Standard
11614 You can change the paragraph alignment with the 
11615 \family sans
11616 Edit\SpecialChar \menuseparator
11617 Paragraph Settings
11618 \family default
11619  dialog (toolbar button 
11620 \begin_inset Info
11621 type  "icon"
11622 arg   "layout-paragraph"
11623 \end_inset
11624
11625 ).
11626  There are five possibilities: 
11627 \end_layout
11628
11629 \begin_layout Itemize
11630
11631 \family sans
11632 Justified
11633 \family default
11634  (shortcut 
11635 \begin_inset Info
11636 type  "shortcut"
11637 arg   "paragraph-params \\align block"
11638 \end_inset
11639
11640 )
11641 \end_layout
11642
11643 \begin_layout Itemize
11644
11645 \family sans
11646 Left
11647 \family default
11648  (
11649 \begin_inset Info
11650 type  "shortcut"
11651 arg   "paragraph-params \\align left"
11652 \end_inset
11653
11654 )
11655 \end_layout
11656
11657 \begin_layout Itemize
11658
11659 \family sans
11660 Right
11661 \family default
11662  (
11663 \begin_inset Info
11664 type  "shortcut"
11665 arg   "paragraph-params \\align right"
11666 \end_inset
11667
11668 )
11669 \end_layout
11670
11671 \begin_layout Itemize
11672
11673 \family sans
11674 Center
11675 \family default
11676  (
11677 \begin_inset Info
11678 type  "shortcut"
11679 arg   "paragraph-params \\align center"
11680 \end_inset
11681
11682 )
11683 \end_layout
11684
11685 \begin_layout Itemize
11686
11687 \family sans
11688 Default
11689 \family default
11690  (
11691 \begin_inset Info
11692 type  "shortcut"
11693 arg   "paragraph-params \\align default"
11694 \end_inset
11695
11696 )
11697 \end_layout
11698
11699 \begin_layout Standard
11700 The default in most cases is justified alignment, in which the inter-word
11701  spacing is variable and each line of a paragraph fills the region between
11702  the left and right margins.
11703  The other three alignments should be self-explanatory, and look like this:
11704 \end_layout
11705
11706 \begin_layout Standard
11707 \align right
11708 This paragraph is right aligned,
11709 \end_layout
11710
11711 \begin_layout Standard
11712 \align center
11713 this one is centered,
11714 \end_layout
11715
11716 \begin_layout Standard
11717 \align left
11718 this one is left aligned.
11719 \end_layout
11720
11721 \begin_layout Subsection
11722 Forced Page Breaks
11723 \begin_inset Index idx
11724 status collapsed
11725
11726 \begin_layout Plain Layout
11727 Page breaks ! Forced
11728 \end_layout
11729
11730 \end_inset
11731
11732
11733 \begin_inset CommandInset label
11734 LatexCommand label
11735 name "sub:Forced-Page-Breaks"
11736
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Standard
11743 If you don't like the way LaTeX does the page breaks in your document, you
11744  can force a page break where you want one.
11745  Normally this will not be necessary, because LaTeX is good at page breaking.
11746  Only if you use a lot of 
11747 \family sans
11748 Floats
11749 \family default
11750 , LaTeX's page breaking algorithm can fail.
11751 \end_layout
11752
11753 \begin_layout Standard
11754 We recommend you not to use forced page breaks until the text is finished
11755  and you have checked in the preview to see if you 
11756 \emph on
11757 really
11758 \emph default
11759  have to change the page breaking.
11760 \end_layout
11761
11762 \begin_layout Standard
11763 There are two types of page breaks: One that ends the page without any special
11764  action.
11765  This can be inserted above or below a paragraph via the menu 
11766 \family sans
11767 Insert\SpecialChar \menuseparator
11768 Formatting\SpecialChar \menuseparator
11769 New
11770 \begin_inset space ~
11771 \end_inset
11772
11773 Page
11774 \family default
11775 .
11776  The second type, that is inserted via the menu 
11777 \family sans
11778 Insert\SpecialChar \menuseparator
11779 Formatting\SpecialChar \menuseparator
11780 Page
11781 \begin_inset space ~
11782 \end_inset
11783
11784 Break
11785 \family default
11786 , ends a page but stretches the content of the page, so that it fills out
11787  the complete page.
11788  This type is useful to avoid whitespace when a page break produces a page
11789  on which only the last few lines are absent.
11790 \end_layout
11791
11792 \begin_layout Standard
11793 You might try to use a page break to ensure that a figure or table appears
11794  at the top of a page.
11795  This is, of course, the wrong way to do it.
11796  LyX gives you a way of automatically ensuring that your figures and tables
11797  appear at the top of a page (or the bottom, or on their own page) without
11798  having to worry about what precedes or follows your figure or table.
11799  See chapter 
11800 \begin_inset CommandInset ref
11801 LatexCommand ref
11802 reference "chap:Floats-and-Notes"
11803
11804 \end_inset
11805
11806  to learn more about 
11807 \family sans
11808 Floats
11809 \family default
11810 .
11811 \end_layout
11812
11813 \begin_layout Subsubsection
11814 Clear Page Breaks
11815 \begin_inset CommandInset label
11816 LatexCommand label
11817 name "sub:Clear-Page-Breaks"
11818
11819 \end_inset
11820
11821
11822 \begin_inset Index idx
11823 status collapsed
11824
11825 \begin_layout Plain Layout
11826 Page breaks ! Clear
11827 \end_layout
11828
11829 \end_inset
11830
11831
11832 \end_layout
11833
11834 \begin_layout Standard
11835 Rather than forced page breaks where the content behind the break is placed
11836  directly on the next page, you can also clear pages while breaking them.
11837  That means that the current paragraph is terminated and everything, including
11838  unprocessed floats, from the earlier part of the document are placed after
11839  it, if necessary by adding pages.
11840 \end_layout
11841
11842 \begin_layout Standard
11843 You can insert a clear page break with the menu 
11844 \family sans
11845 Insert\SpecialChar \menuseparator
11846 Formatting\SpecialChar \menuseparator
11847 Clear
11848 \begin_inset space ~
11849 \end_inset
11850
11851 Page
11852 \family default
11853 .
11854  When you have a two-sided document like a book, you can use the menu 
11855 \family sans
11856 Insert\SpecialChar \menuseparator
11857 Formatting\SpecialChar \menuseparator
11858 Clear
11859 \begin_inset space ~
11860 \end_inset
11861
11862 Double
11863 \begin_inset space ~
11864 \end_inset
11865
11866 Page
11867 \family default
11868  to insert a clear page break that assures that the next page is a right-hand
11869  page (odd-numbered), if necessary by adding a page.
11870 \end_layout
11871
11872 \begin_layout Subsection
11873 Forced Line Breaks
11874 \begin_inset Index idx
11875 status collapsed
11876
11877 \begin_layout Plain Layout
11878 Line breaks
11879 \end_layout
11880
11881 \end_inset
11882
11883
11884 \begin_inset CommandInset label
11885 LatexCommand label
11886 name "sub:Forced-Line-Breaks"
11887
11888 \end_inset
11889
11890
11891 \end_layout
11892
11893 \begin_layout Standard
11894 Similar to page breaks there are two types of line breaks: one simply breaks
11895  the line.
11896  You can force this line break within a paragraph by selecting 
11897 \family sans
11898 Insert\SpecialChar \menuseparator
11899 Formatting\SpecialChar \menuseparator
11900 Ragged
11901 \begin_inset space ~
11902 \end_inset
11903
11904 Line
11905 \begin_inset space ~
11906 \end_inset
11907
11908 Break
11909 \family default
11910  or with 
11911 \begin_inset Info
11912 type  "shortcut"
11913 arg   "newline-insert newline"
11914 \end_inset
11915
11916 .
11917  Another type that is inserted via the menu 
11918 \family sans
11919 Insert\SpecialChar \menuseparator
11920 Formatting\SpecialChar \menuseparator
11921 Justified
11922 \begin_inset space ~
11923 \end_inset
11924
11925 Line
11926 \begin_inset space ~
11927 \end_inset
11928
11929 Break
11930 \family default
11931  or with 
11932 \begin_inset Info
11933 type  "shortcut"
11934 arg   "newline-insert linebreak"
11935 \end_inset
11936
11937  breaks the line and stretches it so that it fills out the whole space between
11938  the page margins.
11939  This is useful to avoid 
11940 \begin_inset Quotes eld
11941 \end_inset
11942
11943 fringes
11944 \begin_inset Quotes erd
11945 \end_inset
11946
11947  in justified paragraphs due to possible whitespace introduced by line breaks.
11948 \end_layout
11949
11950 \begin_layout Standard
11951 You shouldn't use forced line breaks to correct LaTeX's line breaking, as
11952  LaTeX is very good at line breaking.
11953  There are, however, a number of situations where it is necessaryactively
11954  to set a line break, for example, in a poem or for an address (see sections
11955 \begin_inset space ~
11956 \end_inset
11957
11958
11959 \begin_inset CommandInset ref
11960 LatexCommand ref
11961 reference "sec:Quote"
11962
11963 \end_inset
11964
11965
11966 \begin_inset CommandInset ref
11967 LatexCommand ref
11968 reference "sec:Verse"
11969
11970 \end_inset
11971
11972  and 
11973 \begin_inset CommandInset ref
11974 LatexCommand ref
11975 reference "sec:Address-Usage"
11976
11977 \end_inset
11978
11979 ).
11980 \end_layout
11981
11982 \begin_layout Subsection
11983 Horizontal Lines
11984 \begin_inset CommandInset label
11985 LatexCommand label
11986 name "sub:Horizontal-Lines"
11987
11988 \end_inset
11989
11990
11991 \begin_inset Index idx
11992 status collapsed
11993
11994 \begin_layout Plain Layout
11995 Horizontal lines
11996 \end_layout
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \begin_layout Standard
12004 \noindent
12005 \begin_inset CommandInset line
12006 LatexCommand rule
12007 offset "0.5ex"
12008 width "100line%"
12009 height "1pt"
12010
12011 \end_inset
12012
12013
12014 \end_layout
12015
12016 \begin_layout Standard
12017 \noindent
12018 In the dialog 
12019 \family sans
12020 Insert\SpecialChar \menuseparator
12021 Formatting\SpecialChar \menuseparator
12022 Horizontal
12023 \begin_inset space ~
12024 \end_inset
12025
12026 Line
12027 \family default
12028  you can insert horizontal lines.
12029  The line offset is the vertical distance between the line and the baseline
12030  of the current text line or the paragraph.
12031  The line settings can be changed by left-clicking on the line.
12032 \end_layout
12033
12034 \begin_layout Standard
12035 \noindent
12036 \begin_inset CommandInset line
12037 LatexCommand rule
12038 offset "0.5ex"
12039 width "100line%"
12040 height "1pt"
12041
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \begin_layout Section
12048 Characters and Symbols
12049 \end_layout
12050
12051 \begin_layout Standard
12052 You can directly enter all characters that are available on your keyboard.
12053  You can also use special keyboard maps to be able to enter, for example,
12054  characters needed for French with an English keyboard.
12055  See section
12056 \begin_inset space \thinspace{}
12057 \end_inset
12058
12059
12060 \begin_inset CommandInset ref
12061 LatexCommand ref
12062 reference "sub:Keyboard-mapping"
12063
12064 \end_inset
12065
12066  for information on how this is done.
12067 \end_layout
12068
12069 \begin_layout Standard
12070 For the case where you need a character that is not on your keyboard, you
12071  can use the 
12072 \family sans
12073 Symbols
12074 \family default
12075  dialog via the menu 
12076 \family sans
12077 Insert\SpecialChar \menuseparator
12078 Special Character\SpecialChar \menuseparator
12079 Symbols
12080 \family default
12081 .
12082 \end_layout
12083
12084 \begin_layout Standard
12085 \begin_inset Note Greyedout
12086 status open
12087
12088 \begin_layout Plain Layout
12089
12090 \series bold
12091 Note:
12092 \series default
12093  Maybe not all symbols inserted with the symbols dialog can be displayed
12094  when you are using a special screen font in LyX's preferences.
12095  But the inserted symbols will in every case be displayed in the output.
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Section
12104 Fonts and Text Styles
12105 \begin_inset CommandInset label
12106 LatexCommand label
12107 name "sec:Fonts-and-Text"
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \begin_layout Subsection
12115 Font Types
12116 \begin_inset Index idx
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120 Font ! Types
12121 \end_layout
12122
12123 \end_inset
12124
12125
12126 \end_layout
12127
12128 \begin_layout Standard
12129 There are two types of fonts:
12130 \end_layout
12131
12132 \begin_layout Description
12133 Vector
12134 \begin_inset space ~
12135 \end_inset
12136
12137 fonts
12138 \begin_inset Index idx
12139 status collapsed
12140
12141 \begin_layout Plain Layout
12142 Fonts ! Vector-
12143 \end_layout
12144
12145 \end_inset
12146
12147  are built from outlines of the single glyphs (e.
12148 \begin_inset space \thinspace{}
12149 \end_inset
12150
12151 g.
12152  characters) in the font.
12153  This means that each glyph is defined using mathematical curves that are
12154  well suited for scaling to any requested size.
12155  This mathematical definition is interpreted by the font renderer and the
12156  curve is filled out with pixels according to the size and glyph.
12157  This means that vector fonts will look pretty good in all sizes.
12158  Only at very small sizes where each pixel has to be very carefully computed
12159  to provide a good image might it be hard to provide a good rendering.
12160 \begin_inset Newline newline
12161 \end_inset
12162
12163 That could mean that one only needs to define one font size and scale them.
12164  But to achieve a better quality, many fonts define several font sizes.
12165  That improves the appearance because you need more details at large font
12166  sizes than at small ones.
12167 \begin_inset Newline newline
12168 \end_inset
12169
12170 The font types 
12171 \family typewriter
12172 TrueType
12173 \family default
12174
12175 \family typewriter
12176 OpenType
12177 \family default
12178 , and 
12179 \family typewriter
12180 Type
12181 \begin_inset space ~
12182 \end_inset
12183
12184 1
12185 \family default
12186  are vector fonts.
12187 \end_layout
12188
12189 \begin_layout Description
12190 Bitmap
12191 \begin_inset space ~
12192 \end_inset
12193
12194 fonts
12195 \begin_inset Index idx
12196 status collapsed
12197
12198 \begin_layout Plain Layout
12199 Fonts ! Bitmap-
12200 \end_layout
12201
12202 \end_inset
12203
12204  on the other hand, are defined by bitmap graphics from the start; so they
12205  will look good at all the sizes they are meant for.
12206  However, they don't scale well, because in order to scale a glyph, each
12207  pixel is enlarged into several pixels.
12208  It is the same effect that happens if you try to enlarge a picture in an
12209  image manipulation program.
12210  In order to mitigate this effect, bitmap fonts are typically provided in
12211  several fixed sizes typically from around 8
12212 \begin_inset space ~
12213 \end_inset
12214
12215 pixels high up to 34
12216 \begin_inset space ~
12217 \end_inset
12218
12219 pixels or so high in steps according to what is believed to be useful.
12220  The advantage of bitmap fonts is that no complicated computations are necessary
12221  to display each glyph; so bitmap fonts display therefore more quickly than
12222  scalable fonts.
12223  The disadvantage is that sizes that don't exist as fixed versions have
12224  to be scaled by doubling pixels, and thus look bad.
12225 \begin_inset Newline newline
12226 \end_inset
12227
12228 Bitmap fonts are named 
12229 \family typewriter
12230 Type
12231 \begin_inset space ~
12232 \end_inset
12233
12234 3
12235 \family default
12236  in PostScript- and PDF-documents.
12237 \end_layout
12238
12239 \begin_layout Standard
12240 The result of all this is that bitmap fonts are best for the size they are
12241  designed for, while scalable fonts are good for nearly all sizes.
12242  So one needs fewer font size definitions for scalable fonts.
12243  That's the reason why nearly all text rendering and typesetting programs
12244  use scalable fonts.
12245 \end_layout
12246
12247 \begin_layout Standard
12248 To see which fonts are used in a PDF-document, look at its document properties.
12249 \end_layout
12250
12251 \begin_layout Standard
12252 Many modern typesetting and markup languages have begun to move towards
12253  specifying character styles rather than specifying a particular font.
12254  For example, instead of changing to an italicized version of the current
12255  font to emphasize text, you use an 
12256 \begin_inset Quotes eld
12257 \end_inset
12258
12259 emphasized style
12260 \begin_inset Quotes erd
12261 \end_inset
12262
12263  instead.
12264  This concept fits in perfectly with LyX.
12265  In LyX, you do things based on contexts, rather than focusing on typesetting
12266  details.
12267 \end_layout
12268
12269 \begin_layout Subsection
12270 LaTeX font support
12271 \begin_inset CommandInset label
12272 LatexCommand label
12273 name "sub:LaTeX-font-support"
12274
12275 \end_inset
12276
12277
12278 \end_layout
12279
12280 \begin_layout Standard
12281 Traditionally, LaTeX used its own fonts.
12282  That is to say, you cannot directly access the fonts installed on your
12283  operating system, but you have to use specific fonts provided by your LaTeX
12284  distribution.
12285  The reason is that LaTeX needs some extra information about the fonts,
12286  which have to be provided by additional files and packages.
12287  The downside of this is that your font choice is somewhat limited compared
12288  to a word processor.
12289  On the other hand this comes with the advantage that the provided fonts
12290  are generally of very good quality, and that LaTeX files are very portable
12291  across different machines.
12292  Also, the range of fonts supported by traditional LaTeX has increased a
12293  lot in the meantime; so you can find packages for many free and commercial
12294  fonts.
12295  LyX supports the fonts that are under a free license via the user interface
12296  (see section
12297 \begin_inset space ~
12298 \end_inset
12299
12300
12301 \begin_inset CommandInset ref
12302 LatexCommand ref
12303 reference "sub:Document-Font"
12304
12305 \end_inset
12306
12307  for details).
12308  Other fonts are available if you enter the relevant LaTeX code in the document
12309  preamble (please refer to the documentation of your desired font).
12310 \end_layout
12311
12312 \begin_layout Standard
12313 Recent developments brought some new LaTeX engines that are also able directly
12314  to access fonts that are installed for your operating system, namely XeTeX
12315  and LuaTeX.
12316  Both engines are supported by LyX.
12317  By using them, you can theoretically use any OpenType or TrueType font
12318  that is installed on your system.
12319  The next section describes how to use these fonts.
12320 \end_layout
12321
12322 \begin_layout Standard
12323 \begin_inset Note Greyedout
12324 status open
12325
12326 \begin_layout Plain Layout
12327
12328 \series bold
12329 Note:
12330 \series default
12331  In practice, some fonts might fail due to bad metrics and other font deficienci
12332 es; so you might have to experiment.
12333 \end_layout
12334
12335 \end_inset
12336
12337
12338 \end_layout
12339
12340 \begin_layout Standard
12341 \begin_inset Note Greyedout
12342 status open
12343
12344 \begin_layout Plain Layout
12345
12346 \series bold
12347 Note:
12348 \series default
12349  XeTeX and especially LuaTeX, are still rather new and thus not as mature
12350  as traditional LaTeX or PDFTeX.
12351 \end_layout
12352
12353 \end_inset
12354
12355
12356 \end_layout
12357
12358 \begin_layout Subsection
12359 Document Font and Font size
12360 \begin_inset CommandInset label
12361 LatexCommand label
12362 name "sub:Document-Font"
12363
12364 \end_inset
12365
12366
12367 \begin_inset Index idx
12368 status collapsed
12369
12370 \begin_layout Plain Layout
12371 Font ! Size
12372 \end_layout
12373
12374 \end_inset
12375
12376
12377 \begin_inset Index idx
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381 Document ! Font
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 You can set the document fonts in the 
12391 \family sans
12392 Document\SpecialChar \menuseparator
12393 Settings
12394 \family default
12395
12396 \begin_inset Index idx
12397 status collapsed
12398
12399 \begin_layout Plain Layout
12400 Document ! Settings
12401 \end_layout
12402
12403 \end_inset
12404
12405  dialog.
12406  In the 
12407 \family sans
12408 Fonts
12409 \family default
12410  section of the dialog, you can specify which font should be used for the
12411  three different font shapes — roman (serif), 
12412 \family sans
12413 sans
12414 \begin_inset space ~
12415 \end_inset
12416
12417 serif
12418 \family default
12419  and 
12420 \family typewriter
12421 typewriter
12422 \family default
12423  (monospaced) — and you can specify the base font size and scaling factors
12424  for (some) sans
12425 \begin_inset space ~
12426 \end_inset
12427
12428 serif and typewriter fonts if this is necessary to fit with the roman font.
12429 \end_layout
12430
12431 \begin_layout Standard
12432 If you select 
12433 \family sans
12434 Use non-T
12435 \begin_inset ERT
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439
12440 {}
12441 \end_layout
12442
12443 \end_inset
12444
12445 eX fonts
12446 \family default
12447 , you will have access to the fonts installed on your operating system.
12448  This requires that you use 
12449 \family sans
12450 PDF (XeT
12451 \begin_inset ERT
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455
12456 {}
12457 \end_layout
12458
12459 \end_inset
12460
12461 eX)
12462 \family default
12463
12464 \family sans
12465 PDF (LuaT
12466 \begin_inset ERT
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470
12471 {}
12472 \end_layout
12473
12474 \end_inset
12475
12476 eX)
12477 \family default
12478  or 
12479 \family sans
12480 DVI (LuaT
12481 \begin_inset ERT
12482 status collapsed
12483
12484 \begin_layout Plain Layout
12485
12486 {}
12487 \end_layout
12488
12489 \end_inset
12490
12491 eX)
12492 \family default
12493  as the output format, i.
12494 \begin_inset space \thinspace{}
12495 \end_inset
12496
12497 e.
12498 \begin_inset space \space{}
12499 \end_inset
12500
12501 you will have to have either XeTeX or LuaTeX installed (see section
12502 \begin_inset space ~
12503 \end_inset
12504
12505
12506 \begin_inset CommandInset ref
12507 LatexCommand ref
12508 reference "sub:LaTeX-font-support"
12509
12510 \end_inset
12511
12512 ).
12513  You will then not have access to TeX's own fonts.
12514  Note that LyX then lists all available fonts in each of the three lists
12515  (roman, sans
12516 \begin_inset space ~
12517 \end_inset
12518
12519 serif, and typewriter), since LyX cannot determine the family.
12520  Also note that the output might fail with some of the listed fonts, due
12521  to the encoding of the fonts and\SpecialChar \slash{}
12522 or font failures.
12523  LyX cannot determine this in advance, so you might need to experiment.
12524 \end_layout
12525
12526 \begin_layout Standard
12527 If you use TeX fonts (which is the default), the possible options for the
12528  font include 
12529 \family sans
12530 Default
12531 \family default
12532  and a list of fonts available with your LaTeX distribution.
12533  If you select 
12534 \family sans
12535 Default,
12536 \family default
12537  the font that is preset by the current document class is used.
12538  In most cases, this will be the standard TeX font, known as 
12539 \begin_inset Quotes eld
12540 \end_inset
12541
12542
12543 \family typewriter
12544 Computer
12545 \begin_inset space ~
12546 \end_inset
12547
12548 Modern
12549 \family default
12550
12551 \begin_inset Quotes erd
12552 \end_inset
12553
12554  (
12555 \family typewriter
12556 cm
12557 \family default
12558 ) or 
12559 \begin_inset Quotes eld
12560 \end_inset
12561
12562
12563 \family typewriter
12564 European Computer Modern
12565 \family default
12566
12567 \begin_inset Quotes erd
12568 \end_inset
12569
12570  (
12571 \family typewriter
12572 ec
12573 \family default
12574 ), but some classes preset different default fonts.
12575 \end_layout
12576
12577 \begin_layout Standard
12578 As 
12579 \family typewriter
12580 cm
12581 \family default
12582  and 
12583 \family typewriter
12584 ec
12585 \family default
12586  are bitmap fonts, they often look pixelated in PDF output, especially when
12587  you read the PDF in a zoomed size.
12588 \begin_inset Foot
12589 status collapsed
12590
12591 \begin_layout Plain Layout
12592 This problem does not appear if you read PDFs in 
12593 \family typewriter
12594 Adobe
12595 \begin_inset space ~
12596 \end_inset
12597
12598 Reader
12599 \family default
12600  version 6 or later, because this program includes a special bitmap font
12601  renderer.
12602 \end_layout
12603
12604 \end_inset
12605
12606  To get rid of pixelated fonts, you have to use a vector font.
12607  Depending on how your document should look, you can either:
12608 \end_layout
12609
12610 \begin_layout Itemize
12611 select the 
12612 \family sans
12613 Latin
12614 \begin_inset space ~
12615 \end_inset
12616
12617 Modern
12618 \family default
12619  fonts, which is the recommended choice if you want to keep the look of
12620  
12621 \family typewriter
12622 cm
12623 \family default
12624 /
12625 \family typewriter
12626 ec
12627 \family default
12628 .
12629  
12630 \family sans
12631 Latin
12632 \begin_inset space ~
12633 \end_inset
12634
12635 Modern
12636 \family default
12637  was developed for the LaTeX community in order to replace 
12638 \family typewriter
12639 cm
12640 \family default
12641  as the default font.
12642  It covers a huge range of glyphs and several font shapes.
12643  Except for some details, where the appearance was improved, 
12644 \family sans
12645 Latin
12646 \begin_inset space ~
12647 \end_inset
12648
12649 Modern
12650 \family default
12651  looks identical to 
12652 \family typewriter
12653 cm
12654 \family default
12655 .
12656 \begin_inset Foot
12657 status collapsed
12658
12659 \begin_layout Plain Layout
12660 One difference is improved kerning.
12661 \end_layout
12662
12663 \end_inset
12664
12665
12666 \end_layout
12667
12668 \begin_layout Itemize
12669 or select the 
12670 \family sans
12671 AE
12672 \begin_inset space ~
12673 \end_inset
12674
12675 (Almost
12676 \begin_inset space ~
12677 \end_inset
12678
12679 European)
12680 \family default
12681  fonts in (the rare) case that 
12682 \family sans
12683 Latin
12684 \begin_inset space ~
12685 \end_inset
12686
12687 Modern
12688 \family default
12689  is not available to you or does not work, and you still want to emulate
12690  the look of 
12691 \family typewriter
12692 cm
12693 \family default
12694 /
12695 \family typewriter
12696 ec
12697 \family default
12698 .
12699  
12700 \family typewriter
12701 AE
12702 \family default
12703  is a virtual font.
12704  Virtual means that it 
12705 \begin_inset Quotes eld
12706 \end_inset
12707
12708 steals
12709 \begin_inset Quotes erd
12710 \end_inset
12711
12712  outline 
12713 \family typewriter
12714 cm
12715 \family default
12716 -glyphs from other fonts.
12717  This has the disadvantage that some characters are missing, like the French
12718  guillemets (
12719 \begin_inset Quotes eld
12720 \end_inset
12721
12722 «
12723 \begin_inset Quotes erd
12724 \end_inset
12725
12726  and 
12727 \begin_inset Quotes eld
12728 \end_inset
12729
12730 »
12731 \begin_inset Quotes erd
12732 \end_inset
12733
12734 )
12735 \begin_inset Foot
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 Loading the LaTeX-package 
12740 \series bold
12741 aeguill
12742 \series default
12743
12744 \begin_inset Index idx
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748 LaTeX-packages ! aeguill
12749 \end_layout
12750
12751 \end_inset
12752
12753  with the document preamble line
12754 \begin_inset Newline newline
12755 \end_inset
12756
12757
12758 \series bold
12759
12760 \backslash
12761 usepackage[ec]{aeguill}
12762 \begin_inset Newline newline
12763 \end_inset
12764
12765
12766 \series default
12767 will fix the guillemet problem.
12768 \end_layout
12769
12770 \end_inset
12771
12772  and that accented characters are not 
12773 \emph on
12774 one
12775 \emph default
12776  glyph, but built of 
12777 \emph on
12778 two
12779 \emph default
12780  characters, the accent and the letter.
12781  Therefore you cannot search for words with accented characters in documents
12782  using the 
12783 \family typewriter
12784 AE
12785 \family default
12786  fonts.
12787  If you search for example for the French word 
12788 \begin_inset Quotes eld
12789 \end_inset
12790
12791 rève
12792 \begin_inset Quotes erd
12793 \end_inset
12794
12795  in a PDF, you will not get any result, because the PDF-viewer searches
12796  for the glyph 
12797 \begin_inset Quotes eld
12798 \end_inset
12799
12800  è 
12801 \begin_inset Quotes erd
12802 \end_inset
12803
12804  and not for the glyph 
12805 \begin_inset Quotes eld
12806 \end_inset
12807
12808  e +
12809 \begin_inset space ~
12810 \end_inset
12811
12812  ̀ 
12813 \begin_inset Quotes erd
12814 \end_inset
12815
12816 .
12817 \end_layout
12818
12819 \begin_layout Itemize
12820 If you do not like the look of 
12821 \family typewriter
12822 cm
12823 \family default
12824 /
12825 \family typewriter
12826 ec
12827 \family default
12828 , you can of course select one of the other vector fonts provided, e.
12829 \begin_inset space \thinspace{}
12830 \end_inset
12831
12832 g.
12833 \begin_inset space ~
12834 \end_inset
12835
12836
12837 \family typewriter
12838 Times
12839 \begin_inset space ~
12840 \end_inset
12841
12842 Roman
12843 \family default
12844  or
12845 \family typewriter
12846  Palatino
12847 \family default
12848 .
12849  Most roman vector fonts will automatically select matching sans
12850 \begin_inset space ~
12851 \end_inset
12852
12853 serif and typewriter fonts,
12854 \begin_inset Foot
12855 status collapsed
12856
12857 \begin_layout Plain Layout
12858 These are sometimes just matching other fonts (e.
12859 \begin_inset space \thinspace{}
12860 \end_inset
12861
12862 g., 
12863 \family sans
12864 Times
12865 \begin_inset space ~
12866 \end_inset
12867
12868 Roman
12869 \family default
12870  selects 
12871 \family sans
12872 Helvetica
12873 \family default
12874  for sans serif text), or different shapes of the same font, i.
12875 \begin_inset space \thinspace{}
12876 \end_inset
12877
12878 e.
12879 \begin_inset space \space{}
12880 \end_inset
12881
12882 a real font 
12883 \emph on
12884 family
12885 \emph default
12886  (e.
12887 \begin_inset space \thinspace{}
12888 \end_inset
12889
12890 g.
12891 \begin_inset space \space{}
12892 \end_inset
12893
12894 in case of 
12895 \family sans
12896 Latin
12897 \begin_inset space ~
12898 \end_inset
12899
12900 Modern
12901 \family default
12902  oder 
12903 \family sans
12904 Computer
12905 \begin_inset space ~
12906 \end_inset
12907
12908 Modern
12909 \family default
12910 ).
12911 \end_layout
12912
12913 \end_inset
12914
12915  but you can also select your own.
12916 \begin_inset Newline newline
12917 \end_inset
12918
12919 The differences between roman, 
12920 \family sans
12921 sans
12922 \begin_inset space ~
12923 \end_inset
12924
12925 serif
12926 \family default
12927  and 
12928 \family typewriter
12929 typewriter
12930 \family default
12931  fonts are explained in section
12932 \begin_inset space ~
12933 \end_inset
12934
12935
12936 \begin_inset CommandInset ref
12937 LatexCommand ref
12938 reference "sub:Fine-Tuning-with-the"
12939
12940 \end_inset
12941
12942 .
12943 \begin_inset Newline newline
12944 \end_inset
12945
12946 The font 
12947 \family sans
12948 Times
12949 \begin_inset space ~
12950 \end_inset
12951
12952 Roman
12953 \family default
12954  was originally designed for newspapers.
12955  Its glyphs are thus smaller than glyphs from other fonts in order to fit
12956  into the small newspaper columns.
12957  Therefore 
12958 \family sans
12959 Times
12960 \begin_inset space ~
12961 \end_inset
12962
12963 Roman
12964 \family default
12965  is not the optimal choice for larger documents like books.
12966 \end_layout
12967
12968 \begin_layout Standard
12969 For the font size there are generally four possible values: 
12970 \family sans
12971 Default, 10
12972 \family default
12973
12974 \family sans
12975 11
12976 \family default
12977  and 
12978 \family sans
12979 12
12980 \family default
12981 .
12982  Some classes provide additional sizes.
12983  The size of 
12984 \family sans
12985 Default
12986 \family default
12987  depends on the class you are using.
12988  In the standard classes it is equal to the font size 10.
12989 \end_layout
12990
12991 \begin_layout Standard
12992 Note that the font size is the 
12993 \emph on
12994 base size
12995 \emph default
12996 .
12997  That means that LyX scales all other possible font sizes (such as those
12998  used in footnotes, super-, and subscripts) by this value.
12999  You can fine-tune the font size of text parts via the 
13000 \family sans
13001 Text
13002 \begin_inset space ~
13003 \end_inset
13004
13005 Style
13006 \family default
13007  dialog if needed.
13008  The possible font sizes for text parts are explained in section
13009 \begin_inset space ~
13010 \end_inset
13011
13012
13013 \begin_inset CommandInset ref
13014 LatexCommand ref
13015 reference "sub:Fine-Tuning-with-the"
13016
13017 \end_inset
13018
13019 .
13020 \end_layout
13021
13022 \begin_layout Standard
13023 The 
13024 \family sans
13025 Default
13026 \begin_inset space ~
13027 \end_inset
13028
13029 Family
13030 \family default
13031  selection lets you specify whether the base font of your document should
13032  be roman, sans
13033 \begin_inset space ~
13034 \end_inset
13035
13036 serif or typewriter.
13037  The 
13038 \family sans
13039 Default
13040 \family default
13041  selection uses what is preset by the class, the other selections override
13042  this.
13043  In most cases, 
13044 \family sans
13045 Default
13046 \family default
13047  is equal to 
13048 \family sans
13049 roman
13050 \family default
13051 , but some classes (such as presentation classes) use other defaults.
13052 \end_layout
13053
13054 \begin_layout Standard
13055 The
13056 \family typewriter
13057  
13058 \family sans
13059 LaTe
13060 \begin_inset ERT
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064
13065 {}
13066 \end_layout
13067
13068 \end_inset
13069
13070 X font encoding
13071 \family default
13072  selection is an expert setting which lets you change the value passed to
13073  the LaTeX-package 
13074 \series bold
13075 fontenc
13076 \series default
13077
13078 \begin_inset Index idx
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082 LaTeX-packages ! fontenc
13083 \end_layout
13084
13085 \end_inset
13086
13087  (see also sec.
13088 \begin_inset space ~
13089 \end_inset
13090
13091
13092 \begin_inset CommandInset ref
13093 LatexCommand ref
13094 reference "sub:LaTeX-settings"
13095
13096 \end_inset
13097
13098 ).
13099  Normally, you do not need to change (or even understand) this.
13100  Unless you have specific reasons, use 
13101 \family sans
13102 Default
13103 \family default
13104 .
13105 \end_layout
13106
13107 \begin_layout Standard
13108 With some fonts, the checkboxes 
13109 \family sans
13110 Use Old Style Figures
13111 \family default
13112  and 
13113 \family sans
13114 Use True Small Caps
13115 \family default
13116  are available.
13117  These are extra features some fonts provide.
13118  If 
13119 \family sans
13120 Use Old Style Figures
13121 \family default
13122  is checked, old style figures (also known as medieval or text figures)
13123  are used.
13124  Old style figures are the numerals (0
13125 \begin_inset space \thinspace{}
13126 \end_inset
13127
13128 --
13129 \begin_inset space \thinspace{}
13130 \end_inset
13131
13132 9) with ascenders and descenders, which makes them fit nicely with lowercase
13133  letters.
13134  
13135 \family sans
13136 Use True Small Caps
13137 \family default
13138  determines that real small caps are used instead of faked small caps made
13139  of scaled capitals.
13140  Real small caps are often part of expert font sets; they generally look
13141  better than faked small caps but might have to be purchased separately.
13142 \end_layout
13143
13144 \begin_layout Standard
13145 The field 
13146 \family sans
13147 CJK
13148 \family default
13149  allows users of the languages Chinese, Japanese, Korean (CJK) to specify
13150  a font to display the script characters.
13151 \begin_inset Foot
13152 status collapsed
13153
13154 \begin_layout Plain Layout
13155 The font will be the argument for the commands of the LaTeX-package 
13156 \series bold
13157 CJK
13158 \series default
13159 .
13160 \begin_inset Index idx
13161 status collapsed
13162
13163 \begin_layout Plain Layout
13164 LaTeX-packages ! CJK
13165 \end_layout
13166
13167 \end_inset
13168
13169  So this has no effect for the document language 
13170 \family sans
13171 Japanese
13172 \family default
13173  that does not use 
13174 \series bold
13175 CJK
13176 \series default
13177 .
13178 \end_layout
13179
13180 \end_inset
13181
13182
13183 \begin_inset VSpace bigskip
13184 \end_inset
13185
13186
13187 \begin_inset Note Greyedout
13188 status open
13189
13190 \begin_layout Plain Layout
13191
13192 \series bold
13193 Note:
13194 \series default
13195  When you choose a new font or font size, LyX does 
13196 \emph on
13197 not
13198 \emph default
13199  change the screen font! You will only see a difference in the printed output;
13200  this is part of the WYSIWYM concept.
13201  LyX's screen fonts can be adjusted in the 
13202 \family sans
13203 Tools\SpecialChar \menuseparator
13204 Preferences
13205 \family default
13206  dialog, see section
13207 \begin_inset space ~
13208 \end_inset
13209
13210
13211 \begin_inset CommandInset ref
13212 LatexCommand ref
13213 reference "sub:Screen-Fonts"
13214
13215 \end_inset
13216
13217 .
13218 \end_layout
13219
13220 \end_inset
13221
13222
13223 \end_layout
13224
13225 \begin_layout Subsection
13226 Math Fonts
13227 \end_layout
13228
13229 \begin_layout Standard
13230 In LaTeX the font used for characters in equations is different from the
13231  document font.
13232  For the case that you use TeX fonts for your document, you can explicitly
13233  choose a math font in the dialog 
13234 \family sans
13235 Document\SpecialChar \menuseparator
13236 Settings
13237 \family default
13238
13239 \begin_inset Index idx
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243 Document ! Settings
13244 \end_layout
13245
13246 \end_inset
13247
13248 .
13249  The default setting is that LyX automatically selects a math font.
13250  For most cases this will be LaTeX's default -- the math variant of LaTeX's
13251  default font family 
13252 \begin_inset Quotes eld
13253 \end_inset
13254
13255
13256 \family typewriter
13257 Computer
13258 \begin_inset space ~
13259 \end_inset
13260
13261 Modern
13262 \family default
13263
13264 \begin_inset Quotes erd
13265 \end_inset
13266
13267 .
13268  LyX will automatically only load another math font if a math variant of
13269  the document font is available.
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Note that the math font will not be used for 
13274 \emph on
13275 mathematical text
13276 \emph default
13277  (which is inserted with the shortcut 
13278 \begin_inset Info
13279 type  "shortcut"
13280 arg   "font-default"
13281 \end_inset
13282
13283  or by the insertion of the command 
13284 \series bold
13285
13286 \backslash
13287 text
13288 \series default
13289  into a formula).
13290  Also note that some math fonts are sans
13291 \begin_inset space ~
13292 \end_inset
13293
13294 serif.
13295  Your document might therefore look strange when the document text has serifs
13296  while the math characters do not.
13297  Sans
13298 \begin_inset space ~
13299 \end_inset
13300
13301 serif math fonts make therefore in most cases only sense if you select 
13302 \family sans
13303 Sans
13304 \begin_inset space ~
13305 \end_inset
13306
13307 Serif
13308 \family default
13309  for the 
13310 \family sans
13311 Default
13312 \begin_inset space ~
13313 \end_inset
13314
13315 family
13316 \family default
13317  in the document font settings.
13318 \end_layout
13319
13320 \begin_layout Standard
13321 If you use non-TeX fonts for the document, you can only choose for math
13322  to use either the document's class default TeX font (in most cases 
13323 \begin_inset Quotes eld
13324 \end_inset
13325
13326
13327 \family typewriter
13328 Computer
13329 \begin_inset space ~
13330 \end_inset
13331
13332 Modern
13333 \family default
13334
13335 \begin_inset Quotes erd
13336 \end_inset
13337
13338 ) or to use the non-TeX variant of the document's class default font (in
13339  most cases 
13340 \begin_inset Quotes eld
13341 \end_inset
13342
13343
13344 \family typewriter
13345 Latin
13346 \begin_inset space ~
13347 \end_inset
13348
13349 Modern
13350 \family default
13351
13352 \begin_inset Quotes erd
13353 \end_inset
13354
13355 ).
13356 \end_layout
13357
13358 \begin_layout Subsection
13359 Using Different Character Styles
13360 \begin_inset Index idx
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364 Character Styles
13365 \end_layout
13366
13367 \end_inset
13368
13369
13370 \begin_inset Index idx
13371 status collapsed
13372
13373 \begin_layout Plain Layout
13374 Text Style
13375 \end_layout
13376
13377 \end_inset
13378
13379
13380 \end_layout
13381
13382 \begin_layout Standard
13383 As we've already seen, LyX automatically changes the character style for
13384  certain paragraph environments.
13385  LyX supports two character styles, 
13386 \family sans
13387 Emphasized
13388 \family default
13389  and 
13390 \family sans
13391 Noun
13392 \family default
13393 .
13394  You can activate both of these styles via key bindings, the menus, and
13395  the toolbar.
13396 \end_layout
13397
13398 \begin_layout Standard
13399 To activate the 
13400 \family sans
13401 Noun
13402 \family default
13403  style, do one of the following:
13404 \end_layout
13405
13406 \begin_layout Itemize
13407 click on the toolbar button 
13408 \begin_inset Info
13409 type  "icon"
13410 arg   "font-noun"
13411 \end_inset
13412
13413
13414 \end_layout
13415
13416 \begin_layout Itemize
13417 use the key binding 
13418 \begin_inset Info
13419 type  "shortcut"
13420 arg   "font-noun"
13421 \end_inset
13422
13423
13424 \end_layout
13425
13426 \begin_layout Standard
13427 These commands are all toggles.
13428  That is, if 
13429 \family sans
13430 Noun
13431 \family default
13432  style is already active, they deactivate it.
13433 \end_layout
13434
13435 \begin_layout Standard
13436 One typically uses the 
13437 \family sans
13438 Noun
13439 \family default
13440  style for proper names.
13441  For example: 
13442 \begin_inset Quotes eld
13443 \end_inset
13444
13445
13446 \noun on
13447 Matthias Ettrich
13448 \noun default
13449  is the original author of LyX.
13450 \begin_inset Quotes erd
13451 \end_inset
13452
13453
13454 \end_layout
13455
13456 \begin_layout Standard
13457 A more widely used character style is the 
13458 \family sans
13459 Emphasized
13460 \family default
13461  style.
13462  You can activate (or deactivate — it's also a toggle) the 
13463 \family sans
13464 Emphasized
13465 \family default
13466  style by:
13467 \end_layout
13468
13469 \begin_layout Itemize
13470 clicking on the toolbar button 
13471 \begin_inset Info
13472 type  "icon"
13473 arg   "font-emph"
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \begin_layout Itemize
13480 using the keybindings 
13481 \begin_inset Info
13482 type  "shortcut"
13483 arg   "font-emph"
13484 \end_inset
13485
13486
13487 \end_layout
13488
13489 \begin_layout Standard
13490 Normally the 
13491 \family sans
13492 Emphasized
13493 \family default
13494  style is equivalent to an italic font but some document classes or LaTeX-packag
13495 es use a different font.
13496 \end_layout
13497
13498 \begin_layout Standard
13499 We've been using the 
13500 \family sans
13501 Emphasized
13502 \family default
13503  style all over the place in this document.
13504  Here's one more example:
13505 \end_layout
13506
13507 \begin_layout Quotation
13508
13509 \emph on
13510 Do not overuse character styles!
13511 \end_layout
13512
13513 \begin_layout Standard
13514 It's also a warning in addition to an example.
13515  One's writing should parallel ordinary conversation.
13516  Since we don't all constantly scream at each other, we should also avoid
13517  the common tendency to overuse character styles.
13518  
13519 \end_layout
13520
13521 \begin_layout Standard
13522 You can always reset to the default font using the key binding 
13523 \begin_inset Info
13524 type  "shortcut"
13525 arg   "font-default"
13526 \end_inset
13527
13528  or the dialog 
13529 \family sans
13530 Edit\SpecialChar \menuseparator
13531 Text
13532 \begin_inset space ~
13533 \end_inset
13534
13535 Style\SpecialChar \menuseparator
13536 Customized
13537 \family default
13538  (
13539 \begin_inset Info
13540 type  "icon"
13541 arg   "dialog-show character"
13542 \end_inset
13543
13544 ).
13545 \end_layout
13546
13547 \begin_layout Subsection
13548 Fine-Tuning with the 
13549 \family sans
13550 Text Style
13551 \family default
13552  dialog
13553 \begin_inset CommandInset label
13554 LatexCommand label
13555 name "sub:Fine-Tuning-with-the"
13556
13557 \end_inset
13558
13559
13560 \begin_inset Index idx
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564 Text Style
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \begin_layout Standard
13573 There are always occasions when you will need to do some fine-tuning; so
13574  LyX gives you a way to create a custom character style.
13575  For example, an academic journal or a corporation may have a style sheet
13576  requiring a sans-serif font be used in certain situations.
13577  Also, writers sometimes use a different font to offset a character's thoughts
13578  from ordinary dialog.
13579 \end_layout
13580
13581 \begin_layout Standard
13582 Before we document how to use custom character style, we want to issue a
13583  warning yet again: Don't overuse character styles! 
13584 \begin_inset Newline newline
13585 \end_inset
13586
13587 Documents that overuse different fonts and sizes are not easy to read and
13588  tend to look as if someone has knocked huge holes in them.
13589 \end_layout
13590
13591 \begin_layout Standard
13592 To use custom character styles, open the 
13593 \family sans
13594 Edit\SpecialChar \menuseparator
13595 Text
13596 \begin_inset space ~
13597 \end_inset
13598
13599 Style\SpecialChar \menuseparator
13600 Customized
13601 \family default
13602  dialog or press the toolbar button 
13603 \begin_inset Info
13604 type  "icon"
13605 arg   "dialog-show character"
13606 \end_inset
13607
13608 .
13609  There are several boxes in this dialog, each corresponding to a different
13610  font property that you can choose.
13611  You can choose an option for one of these properties, or select 
13612 \family sans
13613 No
13614 \begin_inset space ~
13615 \end_inset
13616
13617 change
13618 \family default
13619 , which keeps the current state of that property.
13620  The item 
13621 \family sans
13622 Reset
13623 \family default
13624  will reset the property to whatever is the default.
13625  You can use this to reset attributes across a bunch of different paragraph
13626  environments all at once.
13627 \end_layout
13628
13629 \begin_layout Standard
13630 The font properties, and their options (in addition to 
13631 \family sans
13632 No
13633 \begin_inset space ~
13634 \end_inset
13635
13636 change
13637 \family default
13638  and 
13639 \family sans
13640 Reset
13641 \family default
13642 ) are:
13643 \end_layout
13644
13645 \begin_layout Labeling
13646 \labelwidthstring 00.00.0000
13647
13648 \family sans
13649 Family
13650 \family default
13651  The 
13652 \begin_inset Quotes eld
13653 \end_inset
13654
13655 overall look
13656 \begin_inset Quotes erd
13657 \end_inset
13658
13659  of the font.
13660  The possible options are:
13661 \end_layout
13662
13663 \begin_deeper
13664 \begin_layout Labeling
13665 \labelwidthstring 00.00.0000
13666
13667 \family sans
13668 Roman
13669 \family default
13670  This is the Roman font family.
13671  Normally a serif font.
13672  It's also the default family.
13673  (key binding 
13674 \begin_inset Info
13675 type  "shortcut"
13676 arg   "font-roman"
13677 \end_inset
13678
13679 )
13680 \end_layout
13681
13682 \begin_layout Labeling
13683 \labelwidthstring 00.00.0000
13684
13685 \family sans
13686 Sans
13687 \begin_inset space ~
13688 \end_inset
13689
13690 Serif
13691 \family default
13692  
13693 \family sans
13694 This is the Sans Serif font family.
13695
13696 \family default
13697  (key binding 
13698 \begin_inset Info
13699 type  "shortcut"
13700 arg   "font-sans"
13701 \end_inset
13702
13703 )
13704 \end_layout
13705
13706 \begin_layout Labeling
13707 \labelwidthstring 00.00.0000
13708
13709 \family sans
13710 Typewriter
13711 \family default
13712  
13713 \family typewriter
13714 This is the Typewriter font family.
13715
13716 \family default
13717  (key binding 
13718 \begin_inset Info
13719 type  "shortcut"
13720 arg   "font-typewriter"
13721 \end_inset
13722
13723
13724 \family sans
13725 )
13726 \end_layout
13727
13728 \end_deeper
13729 \begin_layout Labeling
13730 \labelwidthstring 00.00.0000
13731
13732 \family sans
13733 Series
13734 \family default
13735  This corresponds to the print weight.
13736  Options are:
13737 \end_layout
13738
13739 \begin_deeper
13740 \begin_layout Labeling
13741 \labelwidthstring 00.00.0000
13742
13743 \family sans
13744 Medium
13745 \family default
13746  This is the Medium font series.
13747  It's also the default series.
13748 \end_layout
13749
13750 \begin_layout Labeling
13751 \labelwidthstring 00.00.0000
13752
13753 \family sans
13754 Bold
13755 \family default
13756  
13757 \series bold
13758 This is the Bold font series.
13759
13760 \series default
13761  (key binding 
13762 \begin_inset Info
13763 type  "shortcut"
13764 arg   "font-bold"
13765 \end_inset
13766
13767 )
13768 \end_layout
13769
13770 \end_deeper
13771 \begin_layout Labeling
13772 \labelwidthstring 00.00.0000
13773
13774 \family sans
13775 Shape
13776 \family default
13777  As the name implies.
13778  Options are:
13779 \end_layout
13780
13781 \begin_deeper
13782 \begin_layout Labeling
13783 \labelwidthstring 00.00.0000
13784
13785 \family sans
13786 Upright
13787 \family default
13788  This is the Upright font shape.
13789  It's also the default shape.
13790 \end_layout
13791
13792 \begin_layout Labeling
13793 \labelwidthstring 00.00.0000
13794
13795 \family sans
13796 Italic
13797 \family default
13798  
13799 \shape italic
13800 This
13801 \shape default
13802  
13803 \family sans
13804 \shape italic
13805 i
13806 \family default
13807 s the Italic font shape
13808 \shape default
13809 \emph on
13810 .
13811 \end_layout
13812
13813 \begin_layout Labeling
13814 \labelwidthstring 00.00.0000
13815
13816 \family sans
13817 Slanted
13818 \family default
13819  
13820 \shape slanted
13821 This is the Slanted font shape
13822 \shape default
13823  (although it might not be visible in LyX, this is different from italic).
13824 \end_layout
13825
13826 \begin_layout Labeling
13827 \labelwidthstring 00.00.0000
13828
13829 \family sans
13830 Small
13831 \begin_inset space ~
13832 \end_inset
13833
13834 Caps
13835 \family default
13836  
13837 \shape smallcaps
13838 This is the Small caps font shape
13839 \shape default
13840 \noun on
13841 .
13842 \end_layout
13843
13844 \end_deeper
13845 \begin_layout Labeling
13846 \labelwidthstring 00.00.0000
13847
13848 \family sans
13849 Color
13850 \family default
13851  Alters the text color.
13852  Note that not all DVI-viewers are able to display colors.
13853  Besides 
13854 \family sans
13855 No
13856 \begin_inset space ~
13857 \end_inset
13858
13859 color
13860 \family default
13861 , which means that the document default color set in 
13862 \family sans
13863 Document\SpecialChar \menuseparator
13864 Settings\SpecialChar \menuseparator
13865 Color
13866 \family default
13867  for 
13868 \family sans
13869 Main
13870 \begin_inset space ~
13871 \end_inset
13872
13873 text
13874 \family default
13875  is used, you can choose between 
13876 \family sans
13877 Black
13878 \family default
13879
13880 \family sans
13881 White
13882 \family default
13883
13884 \family sans
13885 Red
13886 \family default
13887
13888 \family sans
13889 Green
13890 \family default
13891
13892 \family sans
13893 Blue
13894 \family default
13895
13896 \family sans
13897 Cyan
13898 \family default
13899
13900 \family sans
13901 Magenta
13902 \family default
13903  and 
13904 \family sans
13905 Yellow
13906 \family default
13907  text.
13908 \begin_inset Index idx
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912 Color ! Text
13913 \end_layout
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \begin_layout Labeling
13921 \labelwidthstring 00.00.0000
13922
13923 \family sans
13924 Language
13925 \family default
13926  This is used to mark regions of text as having a different language from
13927  the language of the document.
13928  Text marked in this way will be underlined in blue to indicate the change
13929  (only within LyX).
13930 \begin_inset Newline newline
13931 \end_inset
13932
13933 If you have for example, an extract of German text in a non-German document,
13934  LaTeX respects the German hyphenation rules automatically.
13935  When using the spell checking (see section
13936 \begin_inset space ~
13937 \end_inset
13938
13939
13940 \begin_inset CommandInset ref
13941 LatexCommand ref
13942 reference "sec:Spellchecking"
13943
13944 \end_inset
13945
13946 ) the German-marked text will be checked according to the German dictionary.
13947 \end_layout
13948
13949 \begin_layout Labeling
13950 \labelwidthstring 00.00.0000
13951
13952 \family sans
13953 Size
13954 \family default
13955  Alters the size of the font.
13956  You will find no numerical values here; all possible sizes are actually
13957  proportional to the document font size.
13958  Once again, you don't feed LyX the details, but a general description of
13959  what you want to do.
13960  The options are:
13961 \end_layout
13962
13963 \begin_deeper
13964 \begin_layout Labeling
13965 \labelwidthstring 00.00.0000
13966
13967 \family sans
13968 Tiny
13969 \family default
13970  
13971 \size tiny
13972 This is the 
13973 \begin_inset Quotes eld
13974 \end_inset
13975
13976 Tiny
13977 \begin_inset Quotes erd
13978 \end_inset
13979
13980  font size.
13981
13982 \size default
13983  (key bindings 
13984 \begin_inset Info
13985 type  "shortcuts"
13986 arg   "font-size tiny"
13987 \end_inset
13988
13989 )
13990 \end_layout
13991
13992 \begin_layout Labeling
13993 \labelwidthstring 00.00.0000
13994
13995 \family sans
13996 Smallest
13997 \family default
13998  
13999 \size scriptsize
14000 This is the 
14001 \begin_inset Quotes eld
14002 \end_inset
14003
14004 Smallest
14005 \begin_inset Quotes erd
14006 \end_inset
14007
14008  font size
14009 \size default
14010 .
14011  (key binding 
14012 \begin_inset Info
14013 type  "shortcut"
14014 arg   "font-size scriptsize"
14015 \end_inset
14016
14017 )
14018 \end_layout
14019
14020 \begin_layout Labeling
14021 \labelwidthstring 00.00.0000
14022
14023 \family sans
14024 Smaller
14025 \family default
14026  
14027 \size footnotesize
14028 This is the 
14029 \begin_inset Quotes eld
14030 \end_inset
14031
14032 Smaller
14033 \begin_inset Quotes erd
14034 \end_inset
14035
14036  font size.
14037
14038 \size default
14039  (key bindings 
14040 \begin_inset Info
14041 type  "shortcuts"
14042 arg   "font-size footnotesize"
14043 \end_inset
14044
14045 )
14046 \end_layout
14047
14048 \begin_layout Labeling
14049 \labelwidthstring 00.00.0000
14050
14051 \family sans
14052 Small
14053 \family default
14054  
14055 \size small
14056 This is the 
14057 \begin_inset Quotes eld
14058 \end_inset
14059
14060 Small
14061 \begin_inset Quotes erd
14062 \end_inset
14063
14064  font size.
14065
14066 \size default
14067  (key bindings 
14068 \begin_inset Info
14069 type  "shortcuts"
14070 arg   "font-size small"
14071 \end_inset
14072
14073 )
14074 \end_layout
14075
14076 \begin_layout Labeling
14077 \labelwidthstring 00.00.0000
14078
14079 \family sans
14080 Normal
14081 \family default
14082  This is the 
14083 \begin_inset Quotes eld
14084 \end_inset
14085
14086 Normal
14087 \begin_inset Quotes erd
14088 \end_inset
14089
14090  font size.
14091  It's also the default size.
14092  (key bindings 
14093 \begin_inset Info
14094 type  "shortcuts"
14095 arg   "font-size normal"
14096 \end_inset
14097
14098 )
14099 \end_layout
14100
14101 \begin_layout Labeling
14102 \labelwidthstring 00.00.0000
14103
14104 \family sans
14105 Large
14106 \family default
14107  
14108 \size large
14109 This is the 
14110 \begin_inset Quotes eld
14111 \end_inset
14112
14113 Large
14114 \begin_inset Quotes erd
14115 \end_inset
14116
14117  font size.
14118
14119 \size default
14120  (key bindings 
14121 \begin_inset Info
14122 type  "shortcuts"
14123 arg   "font-size large"
14124 \end_inset
14125
14126 )
14127 \end_layout
14128
14129 \begin_layout Labeling
14130 \labelwidthstring 00.00.0000
14131
14132 \family sans
14133 Larger
14134 \family default
14135  
14136 \size larger
14137 This is the 
14138 \begin_inset Quotes eld
14139 \end_inset
14140
14141 Larger
14142 \begin_inset Quotes erd
14143 \end_inset
14144
14145  font size.
14146
14147 \size default
14148  (key bindings 
14149 \begin_inset Info
14150 type  "shortcuts"
14151 arg   "font-size larger"
14152 \end_inset
14153
14154 )
14155 \end_layout
14156
14157 \begin_layout Labeling
14158 \labelwidthstring 00.00.0000
14159
14160 \family sans
14161 Largest
14162 \family default
14163  
14164 \size largest
14165 This is the 
14166 \begin_inset Quotes eld
14167 \end_inset
14168
14169 Largest
14170 \begin_inset Quotes erd
14171 \end_inset
14172
14173  font size.
14174
14175 \size default
14176  (key binding 
14177 \begin_inset Info
14178 type  "shortcut"
14179 arg   "font-size largest"
14180 \end_inset
14181
14182 )
14183 \end_layout
14184
14185 \begin_layout Labeling
14186 \labelwidthstring 00.00.0000
14187
14188 \family sans
14189 Huge
14190 \family default
14191  
14192 \size huge
14193 This is the 
14194 \begin_inset Quotes eld
14195 \end_inset
14196
14197 Huge
14198 \begin_inset Quotes erd
14199 \end_inset
14200
14201  font size.
14202
14203 \size default
14204  (key bindings 
14205 \begin_inset Info
14206 type  "shortcuts"
14207 arg   "font-size huge"
14208 \end_inset
14209
14210 )
14211 \end_layout
14212
14213 \begin_layout Labeling
14214 \labelwidthstring 00.00.0000
14215
14216 \family sans
14217 Huger
14218 \family default
14219  
14220 \size giant
14221 This is the 
14222 \begin_inset Quotes eld
14223 \end_inset
14224
14225 Huger
14226 \begin_inset Quotes erd
14227 \end_inset
14228
14229  font size.
14230
14231 \size default
14232  (key bindings 
14233 \begin_inset Info
14234 type  "shortcuts"
14235 arg   "font-size giant"
14236 \end_inset
14237
14238 )
14239 \end_layout
14240
14241 \begin_layout Labeling
14242 \labelwidthstring 00.00.0000
14243
14244 \family sans
14245 Increase
14246 \family default
14247  This increases the size by one step (for instance, from 
14248 \begin_inset Quotes eld
14249 \end_inset
14250
14251 Largest
14252 \begin_inset Quotes erd
14253 \end_inset
14254
14255  to 
14256 \begin_inset Quotes eld
14257 \end_inset
14258
14259 Huge
14260 \begin_inset Quotes erd
14261 \end_inset
14262
14263 ).
14264  (key binding 
14265 \begin_inset Info
14266 type  "shortcut"
14267 arg   "font-size increase"
14268 \end_inset
14269
14270 )
14271 \end_layout
14272
14273 \begin_layout Labeling
14274 \labelwidthstring 00.00.0000
14275
14276 \family sans
14277 Decrease
14278 \family default
14279  This decreases the size by one step (for instance, from 
14280 \begin_inset Quotes eld
14281 \end_inset
14282
14283 Normal
14284 \begin_inset Quotes erd
14285 \end_inset
14286
14287  to 
14288 \begin_inset Quotes eld
14289 \end_inset
14290
14291 Small
14292 \begin_inset Quotes erd
14293 \end_inset
14294
14295 ).
14296  (key binding 
14297 \begin_inset Info
14298 type  "shortcut"
14299 arg   "font-size decrease"
14300 \end_inset
14301
14302 )
14303 \end_layout
14304
14305 \end_deeper
14306 \begin_layout Standard
14307 We warn you 
14308 \emph on
14309 yet again
14310 \emph default
14311 : don't go crazy with this feature.
14312  You should almost never need to change the font size.
14313  LyX automatically changes the font size for different paragraph environments
14314  — use those instead.
14315  This is here for fine-tuning only!
14316 \end_layout
14317
14318 \begin_layout Labeling
14319 \labelwidthstring 00.00.0000
14320
14321 \family sans
14322 Misc
14323 \family default
14324  Here you can change a few other things at the character level.
14325  Options are:
14326 \end_layout
14327
14328 \begin_deeper
14329 \begin_layout Labeling
14330 \labelwidthstring 00.00.0000
14331
14332 \family sans
14333 Emph
14334 \family default
14335  
14336 \emph on
14337 This is text with emphasize on
14338 \emph default
14339 .
14340  This might seem like the same as 
14341 \shape italic
14342 Italic
14343 \shape default
14344 , but it is actually a bit different.
14345  Emphasized is a 
14346 \emph on
14347 logical
14348 \emph default
14349  attribute.
14350  That means every document class can define its own font used for emphasized
14351  text.
14352  Normally this font is equal to italic.
14353 \end_layout
14354
14355 \begin_layout Labeling
14356 \labelwidthstring 00.00.0000
14357
14358 \family sans
14359 Underbar
14360 \family default
14361  
14362 \bar under
14363 This is text with Underbar on.
14364
14365 \bar default
14366  (key binding 
14367 \begin_inset Info
14368 type  "shortcuts"
14369 arg   "font-underline"
14370 \end_inset
14371
14372
14373 \family sans
14374 )
14375 \begin_inset Newline newline
14376 \end_inset
14377
14378
14379 \family default
14380 Avoid using underbar if you can! It is a hangover from the typewriter days,
14381  when you could not change fonts.
14382  One no longer needs to emphasize text by underscoring characters.
14383  This is only possible in LyX because some people 
14384 \emph on
14385 may
14386 \emph default
14387  need it in order to follow style sheets for journal submissions.
14388 \end_layout
14389
14390 \begin_layout Labeling
14391 \labelwidthstring 00.00.0000
14392
14393 \family sans
14394 Double
14395 \begin_inset space ~
14396 \end_inset
14397
14398 underbar
14399 \family default
14400  
14401 \uuline on
14402 This is text with Double underbar on.
14403
14404 \uuline default
14405  (key binding 
14406 \begin_inset Info
14407 type  "shortcut"
14408 arg   "font-underunderline"
14409 \end_inset
14410
14411 )
14412 \begin_inset Newline newline
14413 \end_inset
14414
14415 As we just warned you against using underbar, you can imagine what we think
14416  about double underbar.
14417 \end_layout
14418
14419 \begin_layout Labeling
14420 \labelwidthstring 00.00.0000
14421
14422 \family sans
14423 Wavy
14424 \begin_inset space ~
14425 \end_inset
14426
14427 underbar
14428 \family default
14429  
14430 \uwave on
14431 This is text with Wavy underbar on.
14432
14433 \uwave default
14434  (key binding 
14435 \begin_inset Info
14436 type  "shortcut"
14437 arg   "font-underwave"
14438 \end_inset
14439
14440 )
14441 \begin_inset Newline newline
14442 \end_inset
14443
14444 Use this only if a journal absolutely insists on it.
14445  Keep antinausea pills handy.
14446 \end_layout
14447
14448 \begin_layout Labeling
14449 \labelwidthstring 00.00.0000
14450
14451 \family sans
14452 Strikeout
14453 \family default
14454  
14455 \strikeout on
14456 This is text with Strikeout on.
14457
14458 \strikeout default
14459  (key binding 
14460 \begin_inset Info
14461 type  "shortcut"
14462 arg   "font-strikeout"
14463 \end_inset
14464
14465 )
14466 \begin_inset Newline newline
14467 \end_inset
14468
14469 This is frequently used to indicate an older version of text that has been
14470  changed in the meantime.
14471 \end_layout
14472
14473 \begin_layout Labeling
14474 \labelwidthstring 00.00.0000
14475
14476 \family sans
14477 Noun
14478 \family default
14479  
14480 \noun on
14481 This is text with Noun on.
14482
14483 \noun default
14484  Like 
14485 \family sans
14486 Emph
14487 \family default
14488 , this is a logical attribute.
14489  Normally it's equivalent to 
14490 \family sans
14491 Small
14492 \begin_inset space ~
14493 \end_inset
14494
14495 Caps
14496 \family default
14497 .
14498 \end_layout
14499
14500 \end_deeper
14501 \begin_layout Standard
14502 So you have a huge number of combinations to choose from.
14503  Once you have chosen a new character style via the 
14504 \family sans
14505 Edit\SpecialChar \menuseparator
14506 Text
14507 \begin_inset space ~
14508 \end_inset
14509
14510 Style\SpecialChar \menuseparator
14511 Customized
14512 \family default
14513  (
14514 \begin_inset Info
14515 type  "icon"
14516 arg   "dialog-show character"
14517 \end_inset
14518
14519 ) dialog, the settings are saved.
14520  You can activate them by using the toolbar button 
14521 \begin_inset Info
14522 type  "icon"
14523 arg   "textstyle-apply"
14524 \end_inset
14525
14526 .
14527  The button lets you apply your custom character style even when the dialog
14528  isn't visible.
14529 \end_layout
14530
14531 \begin_layout Standard
14532 To completely reset the character style to the default, use 
14533 \begin_inset Info
14534 type  "shortcut"
14535 arg   "font-default"
14536 \end_inset
14537
14538 .
14539  If you want to toggle only those properties that you have just changed
14540  (suppose you just set the shape to 
14541 \begin_inset Quotes eld
14542 \end_inset
14543
14544 slanted
14545 \begin_inset Quotes erd
14546 \end_inset
14547
14548  and the series to 
14549 \begin_inset Quotes eld
14550 \end_inset
14551
14552 bold
14553 \begin_inset Quotes erd
14554 \end_inset
14555
14556 ), set the 
14557 \family sans
14558 Toggle
14559 \begin_inset space ~
14560 \end_inset
14561
14562 all
14563 \family default
14564  switch and press 
14565 \family sans
14566 Apply
14567 \family default
14568 .
14569 \end_layout
14570
14571 \begin_layout Standard
14572 You should also know something about the differences between the three main
14573  font types 
14574 \family sans
14575 serif
14576 \family default
14577
14578 \family sans
14579 sans
14580 \begin_inset space ~
14581 \end_inset
14582
14583 serif
14584 \family default
14585 , and 
14586 \family sans
14587 typewriter
14588 \family default
14589 :
14590 \end_layout
14591
14592 \begin_layout Itemize
14593
14594 \family sans
14595 Typewriter
14596 \family default
14597  is a so called 
14598 \begin_inset Quotes eld
14599 \end_inset
14600
14601 monospaced
14602 \begin_inset Quotes erd
14603 \end_inset
14604
14605  font, which means every character has the same width; the 
14606 \begin_inset Quotes eld
14607 \end_inset
14608
14609 i
14610 \begin_inset Quotes erd
14611 \end_inset
14612
14613  is as wide as the 
14614 \begin_inset Quotes eld
14615 \end_inset
14616
14617 m
14618 \begin_inset Quotes erd
14619 \end_inset
14620
14621 .
14622  Here is an example
14623 \begin_inset Newline newline
14624 \end_inset
14625
14626
14627 \begin_inset Phantom HPhantom
14628 status open
14629
14630 \begin_layout Plain Layout
14631 no 
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \family typewriter
14638 typewriter text
14639 \family default
14640
14641 \begin_inset Note Note
14642 status collapsed
14643
14644 \begin_layout Plain Layout
14645 For more on phantoms see section
14646 \begin_inset space ~
14647 \end_inset
14648
14649
14650 \begin_inset CommandInset ref
14651 LatexCommand ref
14652 reference "sub:Phantom-Space"
14653
14654 \end_inset
14655
14656 .
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \begin_inset Newline newline
14663 \end_inset
14664
14665 no typewriter text
14666 \end_layout
14667
14668 \begin_layout Itemize
14669
14670 \family sans
14671 Serif
14672 \family default
14673  fonts use characters with serifs.
14674  These are the small 
14675 \begin_inset Quotes eld
14676 \end_inset
14677
14678 appendices
14679 \begin_inset Quotes erd
14680 \end_inset
14681
14682  at the ends of the strokes that form the character.
14683  The following example shows the difference:
14684 \begin_inset Newline newline
14685 \end_inset
14686
14687 text with serifs
14688 \begin_inset Newline newline
14689 \end_inset
14690
14691
14692 \family sans
14693 text without serifs
14694 \family default
14695
14696 \begin_inset Newline newline
14697 \end_inset
14698
14699 Serifs facilitate quick and easy reading.
14700  These fonts are therefore used as default (named 
14701 \family sans
14702 roman
14703 \family default
14704 ).
14705 \end_layout
14706
14707 \begin_layout Itemize
14708
14709 \family sans
14710 Sans serif
14711 \family default
14712  is not recommended for use as a base type.
14713  This font type is therefore often only used for headings and short texts.
14714  We use it in this document to highlight menu names.
14715 \end_layout
14716
14717 \begin_layout Standard
14718 \begin_inset Quotes eld
14719 \end_inset
14720
14721 Toggling
14722 \begin_inset Quotes erd
14723 \end_inset
14724
14725  refers to applying or removing font properties.
14726  When a property is marked for toggling in the 
14727 \family sans
14728 Text
14729 \begin_inset space ~
14730 \end_inset
14731
14732 Style
14733 \family default
14734  dialog, applying the style to text that already has the property will cause
14735  the property to be removed.
14736  If you, for example, apply a style with properties A, B and C to text that
14737  currently has font properties B, C, F and G, and if B is set to toggle
14738  and C is set not to toggle, the text ends up with properties A, C, F and
14739  G.
14740  
14741 \begin_inset Quotes eld
14742 \end_inset
14743
14744 Never toggled
14745 \begin_inset Quotes erd
14746 \end_inset
14747
14748  and 
14749 \begin_inset Quotes eld
14750 \end_inset
14751
14752 always toggled
14753 \begin_inset Quotes erd
14754 \end_inset
14755
14756  mean that you do not control the toggling behavior.
14757  For the properties on the left side of the dialog (
14758 \begin_inset Quotes eld
14759 \end_inset
14760
14761 Family
14762 \begin_inset Quotes erd
14763 \end_inset
14764
14765  etc.), toggling behavior is up to you.
14766  If 
14767 \family sans
14768 Toggle
14769 \begin_inset space ~
14770 \end_inset
14771
14772 all
14773 \family default
14774  is checked, all of the left side properties are toggled; by default, none
14775  of them are.
14776  Finally, 
14777 \begin_inset Quotes eld
14778 \end_inset
14779
14780 Reset
14781 \begin_inset Quotes erd
14782 \end_inset
14783
14784  is never toggled.
14785  If you, for example, set 
14786 \begin_inset Quotes eld
14787 \end_inset
14788
14789 Series
14790 \begin_inset Quotes erd
14791 \end_inset
14792
14793  to 
14794 \begin_inset Quotes eld
14795 \end_inset
14796
14797 Reset
14798 \begin_inset Quotes erd
14799 \end_inset
14800
14801  and select 
14802 \family sans
14803 Toggle
14804 \begin_inset space ~
14805 \end_inset
14806
14807 all
14808 \family default
14809 , then apply the style to bold face text, the text will revert to the default
14810  series (
14811 \begin_inset Quotes eld
14812 \end_inset
14813
14814 Medium
14815 \begin_inset Quotes erd
14816 \end_inset
14817
14818 ), no matter how many times you apply the style.
14819 \end_layout
14820
14821 \begin_layout Standard
14822 We conclude with the same warning once again: Do not overuse the fonts!
14823  They are, more often than not, a kludge and a bad substitute for good writing.
14824 \end_layout
14825
14826 \begin_layout Section
14827 Printing and Previewing
14828 \end_layout
14829
14830 \begin_layout Subsection
14831 Overview
14832 \end_layout
14833
14834 \begin_layout Standard
14835 Now that we have covered some of the basic features of document preparation
14836  using LyX, you probably want to know how to print out your masterpiece.
14837  Before we tell you that, we want to give you a quick explanation of what
14838  goes on behind-the-scenes.
14839  We cover this information in much greater detail in the 
14840 \emph on
14841 Additional Features
14842 \emph default
14843  manual as well.
14844 \end_layout
14845
14846 \begin_layout Standard
14847 LyX uses the program LaTeX as its backend.
14848  LaTeX is just a macro package for the TeX typesetting system, but to prevent
14849  confusion, we will only refer to LaTeX.
14850  LyX is what you use to do your actual writing.
14851  Then, LyX calls LaTeX to turn your writing into printable output.
14852  This happens in two stages:
14853 \end_layout
14854
14855 \begin_layout Enumerate
14856 First, LyX converts your document to a series of text commands for LaTeX,
14857  generating a file with the extension, 
14858 \begin_inset Quotes eld
14859 \end_inset
14860
14861
14862 \family typewriter
14863 .tex
14864 \family default
14865
14866 \begin_inset Quotes erd
14867 \end_inset
14868
14869 .
14870 \end_layout
14871
14872 \begin_layout Enumerate
14873 Next, LyX calls LaTeX to use the commands in the 
14874 \family typewriter
14875 .tex
14876 \family default
14877  file to produce printable output.
14878 \end_layout
14879
14880 \begin_layout Subsection
14881 Output file formats
14882 \begin_inset Index idx
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886 File formats
14887 \end_layout
14888
14889 \end_inset
14890
14891
14892 \begin_inset CommandInset label
14893 LatexCommand label
14894 name "sub:Output-file-formats"
14895
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Subsubsection
14902 Simple text (ASCII)
14903 \begin_inset Index idx
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907 File formats ! ASCII
14908 \end_layout
14909
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Standard
14916 This file type has the extension 
14917 \begin_inset Quotes eld
14918 \end_inset
14919
14920
14921 \family typewriter
14922 .txt
14923 \family default
14924
14925 \begin_inset Quotes erd
14926 \end_inset
14927
14928 .
14929  It contains your document as plain text following the rules of the 
14930 \begin_inset Quotes eld
14931 \end_inset
14932
14933 American Standard Code for Information Interchange
14934 \begin_inset Quotes erd
14935 \end_inset
14936
14937  (ASCII).
14938 \end_layout
14939
14940 \begin_layout Standard
14941 You can export your document to ASCII with the menu 
14942 \family sans
14943 File\SpecialChar \menuseparator
14944 Export\SpecialChar \menuseparator
14945 Plain
14946 \begin_inset space ~
14947 \end_inset
14948
14949 text
14950 \family default
14951 .
14952  However, this will not export any externally generated material such as
14953  a BibTeX bibliography (section
14954 \begin_inset space ~
14955 \end_inset
14956
14957
14958 \begin_inset CommandInset ref
14959 LatexCommand ref
14960 reference "sub:Bibliography-databases"
14961
14962 \end_inset
14963
14964 ).
14965  If your document includes such material, use 
14966 \family sans
14967 File\SpecialChar \menuseparator
14968 Export\SpecialChar \menuseparator
14969 More
14970 \begin_inset space ~
14971 \end_inset
14972
14973 Formats
14974 \begin_inset space ~
14975 \end_inset
14976
14977 &
14978 \begin_inset space ~
14979 \end_inset
14980
14981 Options
14982 \family default
14983  and then select 
14984 \family sans
14985 Plain
14986 \begin_inset space ~
14987 \end_inset
14988
14989 text
14990 \begin_inset space ~
14991 \end_inset
14992
14993 (ps2ascii)
14994 \family default
14995 .
14996  This will first internally export your document to PostScript (generating
14997  thereby the external material) and then do the conversion to ASCII.
14998 \end_layout
14999
15000 \begin_layout Subsubsection
15001 LaTeX
15002 \begin_inset Index idx
15003 status collapsed
15004
15005 \begin_layout Plain Layout
15006 File formats ! LaTeX
15007 \end_layout
15008
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \begin_layout Standard
15015 This file type has the extension 
15016 \begin_inset Quotes eld
15017 \end_inset
15018
15019
15020 \family typewriter
15021 .tex
15022 \family default
15023
15024 \begin_inset Quotes erd
15025 \end_inset
15026
15027  and contains all commands that are necessary for the LaTeX program to process
15028  your document.
15029  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
15030  it manually with console commands.
15031  The LaTeX-file is automatically created in LyX's temporary directory whenever
15032  you view or export your document.
15033 \end_layout
15034
15035 \begin_layout Standard
15036 You can export your document as a LaTeX-file using the menu 
15037 \family sans
15038 File\SpecialChar \menuseparator
15039 Export\SpecialChar \menuseparator
15040 LaT
15041 \begin_inset ERT
15042 status collapsed
15043
15044 \begin_layout Plain Layout
15045
15046 {}
15047 \end_layout
15048
15049 \end_inset
15050
15051 eX
15052 \family default
15053 .
15054  The different LaTeX export variants are explained in section
15055 \begin_inset space ~
15056 \end_inset
15057
15058
15059 \begin_inset CommandInset ref
15060 LatexCommand ref
15061 reference "sub:Export"
15062
15063 \end_inset
15064
15065 .
15066 \end_layout
15067
15068 \begin_layout Subsubsection
15069 DVI
15070 \begin_inset Index idx
15071 status collapsed
15072
15073 \begin_layout Plain Layout
15074 File formats ! DVI
15075 \end_layout
15076
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \begin_layout Standard
15083 This file type has the extension 
15084 \begin_inset Quotes eld
15085 \end_inset
15086
15087
15088 \family typewriter
15089 .dvi
15090 \family default
15091
15092 \begin_inset Quotes erd
15093 \end_inset
15094
15095 .
15096  It is called 
15097 \begin_inset Quotes eld
15098 \end_inset
15099
15100 device-independent
15101 \begin_inset Quotes erd
15102 \end_inset
15103
15104  (DVI), because it is completely portable; you can move them from one machine
15105  to another without needing to do any sort of conversion.
15106  DVIs are used for quick previews and as a pre-stage for other output formats,
15107  like PostScript.
15108 \end_layout
15109
15110 \begin_layout Standard
15111 DVI files do not contain images, they only link to them.
15112  So don't forget to deliver the images together with your DVIs.
15113  Because the DVI-viewer has to convert the images in the background to make
15114  them visible when you scroll the DVI, this can slow down your computer
15115  when you view the DVI.
15116  So we recommend using PDF for files with many images.
15117 \end_layout
15118
15119 \begin_layout Standard
15120 You can export your document to DVI by the menus 
15121 \family sans
15122 File\SpecialChar \menuseparator
15123 Export\SpecialChar \menuseparator
15124 DVI
15125 \family default
15126  or 
15127 \family sans
15128 File\SpecialChar \menuseparator
15129 Export\SpecialChar \menuseparator
15130 DVI
15131 \begin_inset space ~
15132 \end_inset
15133
15134 (LuaTe
15135 \begin_inset ERT
15136 status collapsed
15137
15138 \begin_layout Plain Layout
15139
15140 {}
15141 \end_layout
15142
15143 \end_inset
15144
15145 X).
15146
15147 \family default
15148  The latter option uses the program 
15149 \family typewriter
15150 LuaTeX
15151 \family default
15152 .
15153  
15154 \family typewriter
15155 LuaTeX
15156 \family default
15157  is an engine that provides direct Unicode support and support for direct
15158  font access (see section
15159 \begin_inset space ~
15160 \end_inset
15161
15162
15163 \begin_inset CommandInset ref
15164 LatexCommand ref
15165 reference "sub:LaTeX-font-support"
15166
15167 \end_inset
15168
15169 ).
15170  LuaTeX is still a work in progress, but it might develop into the next
15171  standard TeX processor.
15172 \end_layout
15173
15174 \begin_layout Subsubsection
15175 PostScript
15176 \begin_inset Index idx
15177 status collapsed
15178
15179 \begin_layout Plain Layout
15180 File formats ! PostScript
15181 \end_layout
15182
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \begin_layout Standard
15189 This file type has the extension 
15190 \begin_inset Quotes eld
15191 \end_inset
15192
15193
15194 \family typewriter
15195 .ps
15196 \family default
15197
15198 \begin_inset Quotes erd
15199 \end_inset
15200
15201 .
15202  PostScript was developed by the company 
15203 \family typewriter
15204 Adobe
15205 \family default
15206  as a printer language.
15207  The file therefore contains commands that the printer uses to print the
15208  file.
15209  PostScript can be seen as a 
15210 \begin_inset Quotes eld
15211 \end_inset
15212
15213 programming language
15214 \begin_inset Quotes erd
15215 \end_inset
15216
15217 ; you can calculate with it and draw diagrams and images.
15218 \begin_inset Foot
15219 status collapsed
15220
15221 \begin_layout Plain Layout
15222 If you are interested in learning more about this, have a look at the LaTeX-pack
15223 age 
15224 \series bold
15225 pstricks
15226 \series default
15227
15228 \begin_inset Index idx
15229 status collapsed
15230
15231 \begin_layout Plain Layout
15232 LaTeX-packages ! pstricks
15233 \end_layout
15234
15235 \end_inset
15236
15237 .
15238 \end_layout
15239
15240 \end_inset
15241
15242  As a result of this, the files are often bigger than PDFs.
15243 \end_layout
15244
15245 \begin_layout Standard
15246 PostScript can only contain images in the format 
15247 \begin_inset Quotes eld
15248 \end_inset
15249
15250 Encapsulated PostScript
15251 \begin_inset Quotes erd
15252 \end_inset
15253
15254  (EPS, file extension 
15255 \begin_inset Quotes eld
15256 \end_inset
15257
15258
15259 \family typewriter
15260 .eps
15261 \family default
15262
15263 \begin_inset Quotes erd
15264 \end_inset
15265
15266 ).
15267  As LyX allows you to use any known image format in your document, it has
15268  to convert them in the background to EPS.
15269  If, for example, you have 50
15270 \begin_inset space ~
15271 \end_inset
15272
15273 images in your document, LyX has to do 50
15274 \begin_inset space ~
15275 \end_inset
15276
15277 conversions when you view or export your document the first time.
15278  This might slow down your workflow with LyX.
15279  So if you plan to use PostScript, you can insert your images directly as
15280  EPS to avoid this problem.
15281 \end_layout
15282
15283 \begin_layout Standard
15284 You can export to PostScript using the menu 
15285 \family sans
15286 File\SpecialChar \menuseparator
15287 Export\SpecialChar \menuseparator
15288 PostScript
15289 \family default
15290 .
15291 \end_layout
15292
15293 \begin_layout Subsubsection
15294 PDF
15295 \begin_inset Index idx
15296 status collapsed
15297
15298 \begin_layout Plain Layout
15299 File formats ! PDF
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \begin_inset Index idx
15306 status collapsed
15307
15308 \begin_layout Plain Layout
15309 PDF
15310 \end_layout
15311
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \begin_layout Standard
15318 This file type has the extension 
15319 \begin_inset Quotes eld
15320 \end_inset
15321
15322
15323 \family typewriter
15324 .pdf
15325 \family default
15326
15327 \begin_inset Quotes erd
15328 \end_inset
15329
15330 .
15331  The 
15332 \begin_inset Quotes eld
15333 \end_inset
15334
15335 Portable Document Format
15336 \begin_inset Quotes erd
15337 \end_inset
15338
15339  (PDF) developed by 
15340 \family typewriter
15341 Adobe
15342 \family default
15343  was derived from PostScript.
15344  It is more compressed and it uses fewer commands than PostScript.
15345  As the name 
15346 \begin_inset Quotes eld
15347 \end_inset
15348
15349 portable
15350 \begin_inset Quotes erd
15351 \end_inset
15352
15353  implies, it can be processed on any computer system and the printed output
15354  looks exactly the same.
15355 \end_layout
15356
15357 \begin_layout Standard
15358 PDF can contain images in its own PDF format and in the formats 
15359 \begin_inset Quotes eld
15360 \end_inset
15361
15362 Joint Photographic Experts Group
15363 \begin_inset Quotes erd
15364 \end_inset
15365
15366  (JPG, file extension 
15367 \begin_inset Quotes eld
15368 \end_inset
15369
15370
15371 \family typewriter
15372 .jpg
15373 \family default
15374
15375 \begin_inset Quotes erd
15376 \end_inset
15377
15378  or 
15379 \begin_inset Quotes eld
15380 \end_inset
15381
15382
15383 \family typewriter
15384 .jpeg
15385 \family default
15386
15387 \begin_inset Quotes erd
15388 \end_inset
15389
15390 ) and 
15391 \begin_inset Quotes eld
15392 \end_inset
15393
15394 Portable Network Graphics
15395 \begin_inset Quotes erd
15396 \end_inset
15397
15398  (PNG, file extension 
15399 \begin_inset Quotes eld
15400 \end_inset
15401
15402
15403 \family typewriter
15404 .png
15405 \family default
15406
15407 \begin_inset Quotes erd
15408 \end_inset
15409
15410 ).
15411  You can also use any other image format, because LyX converts them in the
15412  background to one of these formats.
15413  But as described in the section about PostScript, the image conversion
15414  will slow down your workflow.
15415  So we recommend using images in one of the three formats mentioned above.
15416 \end_layout
15417
15418 \begin_layout Standard
15419 You can export your document to PDF via the menu 
15420 \family sans
15421 File\SpecialChar \menuseparator
15422 Export
15423 \family default
15424  in different ways:
15425 \end_layout
15426
15427 \begin_layout Description
15428 PDF
15429 \begin_inset space ~
15430 \end_inset
15431
15432 (pdflatex) This uses the program 
15433 \family typewriter
15434 pdftex
15435 \family default
15436  which converts your file directly to PDF.
15437 \end_layout
15438
15439 \begin_layout Description
15440 PDF
15441 \begin_inset space ~
15442 \end_inset
15443
15444 (LuaTe
15445 \begin_inset ERT
15446 status collapsed
15447
15448 \begin_layout Plain Layout
15449
15450 {}
15451 \end_layout
15452
15453 \end_inset
15454
15455 X) This uses the program 
15456 \family typewriter
15457 LuaTeX
15458 \family default
15459  which converts your file directly to PDF.
15460  
15461 \family typewriter
15462 LuaTeX
15463 \family default
15464  is a new engine, derived from 
15465 \family typewriter
15466 pdflatex
15467 \family default
15468 , that also provides direct Unicode support and support for direct font
15469  access (see section
15470 \begin_inset space ~
15471 \end_inset
15472
15473
15474 \begin_inset CommandInset ref
15475 LatexCommand ref
15476 reference "sub:LaTeX-font-support"
15477
15478 \end_inset
15479
15480 ).
15481  LuaTeX is still a work in progress, but it might develop into the next
15482  standard TeX processor.
15483 \end_layout
15484
15485 \begin_layout Description
15486 PDF
15487 \begin_inset space ~
15488 \end_inset
15489
15490 (XeTe
15491 \begin_inset ERT
15492 status collapsed
15493
15494 \begin_layout Plain Layout
15495
15496 {}
15497 \end_layout
15498
15499 \end_inset
15500
15501 X) This uses the program 
15502 \family typewriter
15503 XeTeX
15504 \family default
15505  that converts your file directly to PDF.
15506  
15507 \family typewriter
15508 XeTeX
15509 \family default
15510  is a new engine that provides direct Unicode support and support for direct
15511  font access (see section
15512 \begin_inset space ~
15513 \end_inset
15514
15515
15516 \begin_inset CommandInset ref
15517 LatexCommand ref
15518 reference "sub:LaTeX-font-support"
15519
15520 \end_inset
15521
15522 ).
15523  It is particularly good at typesetting different scripts, for example,
15524  vertically written Japanese.
15525 \end_layout
15526
15527 \begin_layout Description
15528 PDF
15529 \begin_inset space ~
15530 \end_inset
15531
15532 (cropped) This is the same as 
15533 \family sans
15534 PDF
15535 \begin_inset space ~
15536 \end_inset
15537
15538 (pdflatex)
15539 \family default
15540  but the result is a PDF with cropped page margins.
15541  This is for example useful if you want to use LyX to generate good-looking
15542  formulas to use them in other programs like for presentations.
15543 \end_layout
15544
15545 \begin_layout Description
15546 PDF
15547 \begin_inset space ~
15548 \end_inset
15549
15550 (dvipdfm) This uses the program 
15551 \family typewriter
15552 dvipdfm
15553 \family default
15554  that converts your file in the background to DVI and in a second step to
15555  PDF.
15556 \end_layout
15557
15558 \begin_layout Description
15559 PDF
15560 \begin_inset space ~
15561 \end_inset
15562
15563 (ps2pdf) This uses the program 
15564 \family typewriter
15565 ps2pdf
15566 \family default
15567  that creates a PDF from a PostScript-version of your file.
15568  The PostScript-version is produced by the program 
15569 \family typewriter
15570 dvips
15571 \family default
15572  which uses a DVI-version as intermediate step.
15573  So this export variant consists of three conversions.
15574 \end_layout
15575
15576 \begin_layout Standard
15577 We recommend using 
15578 \family sans
15579 PDF
15580 \begin_inset space ~
15581 \end_inset
15582
15583 (pdflatex)
15584 \family default
15585  because 
15586 \family typewriter
15587 pdftex
15588 \family default
15589  supports all the features of actual PDF-versions, is quick, stable, and
15590  works without problems.
15591  If you rely on multiscript support and\SpecialChar \slash{}
15592 or specific OpenType fonts, you might
15593  want to try out 
15594 \family sans
15595 PDF
15596 \begin_inset space ~
15597 \end_inset
15598
15599 (XeTe
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605 {}
15606 \end_layout
15607
15608 \end_inset
15609
15610 X)
15611 \family default
15612  or 
15613 \family sans
15614 PDF
15615 \begin_inset space ~
15616 \end_inset
15617
15618 (LuaTe
15619 \begin_inset ERT
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623
15624 {}
15625 \end_layout
15626
15627 \end_inset
15628
15629 X)
15630 \family default
15631  instead, bearing in mind that these two programs are not yet as mature
15632  as 
15633 \family typewriter
15634 pdflatex
15635 \family default
15636 .
15637 \end_layout
15638
15639 \begin_layout Subsubsection
15640 XHTML
15641 \begin_inset Index idx
15642 status collapsed
15643
15644 \begin_layout Plain Layout
15645 FileFormats ! XHTML
15646 \end_layout
15647
15648 \end_inset
15649
15650
15651 \begin_inset Index idx
15652 status collapsed
15653
15654 \begin_layout Plain Layout
15655 HTML
15656 \end_layout
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Standard
15664 This file type has the extension 
15665 \begin_inset Quotes eld
15666 \end_inset
15667
15668
15669 \family typewriter
15670 .xhtml
15671 \family default
15672
15673 \begin_inset Quotes erd
15674 \end_inset
15675
15676 .
15677  It is a file suitable for viewing in web browsers.
15678  It does not itself contain images and the like but only links to them.
15679  When LyX produces XHTML, it also generates corresponding images in formats
15680  suitable for the purpose.
15681  For the math output you can choose in the menu 
15682 \family sans
15683 Document\SpecialChar \menuseparator
15684 Settings\SpecialChar \menuseparator
15685 Output
15686 \family default
15687  between different formats, which are described in section 
15688 \emph on
15689 Math Output in XHTML
15690 \emph default
15691  of the 
15692 \emph on
15693 Additional
15694 \begin_inset space ~
15695 \end_inset
15696
15697 Features
15698 \emph default
15699  manual.
15700 \end_layout
15701
15702 \begin_layout Standard
15703 XHTML output remains 
15704 \begin_inset Quotes eld
15705 \end_inset
15706
15707 under development
15708 \begin_inset Quotes erd
15709 \end_inset
15710
15711 , and not all LyX features are supported yet.
15712  See the chapter 
15713 \emph on
15714 LyX and the World Wide Web
15715 \emph default
15716 , in the 
15717 \emph on
15718 Additional Features
15719 \emph default
15720  manual, for more information.
15721 \end_layout
15722
15723 \begin_layout Standard
15724 You can export your document as an XHTML file using the menu item 
15725 \family sans
15726 File\SpecialChar \menuseparator
15727 Export\SpecialChar \menuseparator
15728 LyXHTML
15729 \family default
15730 .
15731 \end_layout
15732
15733 \begin_layout Subsection
15734 Previewing
15735 \begin_inset Index idx
15736 status collapsed
15737
15738 \begin_layout Plain Layout
15739 Document ! Preview 
15740 \end_layout
15741
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \begin_layout Standard
15748 To get a look at the final version of your document, with all of the page
15749  breaks in place, the footnotes correctly numbered, and so on, use the menu
15750  
15751 \family sans
15752 Document
15753 \family default
15754  and choose 
15755 \family sans
15756 View
15757 \family default
15758  or use the toolbar button 
15759 \begin_inset Info
15760 type  "icon"
15761 arg   "buffer-view"
15762 \end_inset
15763
15764 .
15765  A viewing program will pop up showing the output in the defined default
15766  output format, which is globally set in the preferences (see sec.
15767 \begin_inset space \thinspace{}
15768 \end_inset
15769
15770
15771 \begin_inset CommandInset ref
15772 LatexCommand ref
15773 reference "sec:File-Formats"
15774
15775 \end_inset
15776
15777 ) and can also be altered for single documents in the document settings
15778  (see sec.
15779 \begin_inset space \thinspace{}
15780 \end_inset
15781
15782
15783 \begin_inset CommandInset ref
15784 LatexCommand ref
15785 reference "sec:Doc-Output"
15786
15787 \end_inset
15788
15789 ).
15790  Further output formats can be selected via 
15791 \family sans
15792 Document\SpecialChar \menuseparator
15793 View (Other Formats)
15794 \family default
15795  or the toolbar button 
15796 \begin_inset Graphics
15797         filename ../images/view-others.png
15798         scale 85
15799         groupId toolbarbuttons
15800
15801 \end_inset
15802
15803 .
15804 \end_layout
15805
15806 \begin_layout Standard
15807 If you have changed your document, you can refresh the output in the same
15808  viewer window using the menu 
15809 \family sans
15810 Document\SpecialChar \menuseparator
15811 Update
15812 \family default
15813  or 
15814 \family sans
15815 Document\SpecialChar \menuseparator
15816 Update (Other Formats)
15817 \family default
15818 , respectively.
15819 \end_layout
15820
15821 \begin_layout Standard
15822 When you preview a file, the output file is only generated in LyX's temporary
15823  directory.
15824  To have a real output, export your document.
15825 \end_layout
15826
15827 \begin_layout Subsection
15828 Printing the File from within LyX
15829 \begin_inset CommandInset label
15830 LatexCommand label
15831 name "sub:Printing-the-File"
15832
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \begin_layout Standard
15839 Instead of exporting your file and then printing it, you can also print
15840  it directly from within LyX.
15841  To print a file, select the menu 
15842 \family sans
15843 File\SpecialChar \menuseparator
15844 Print
15845 \family default
15846  (shortcut 
15847 \begin_inset Info
15848 type  "shortcut"
15849 arg   "dialog-show print"
15850 \end_inset
15851
15852 ) or click on the toolbar button 
15853 \begin_inset Info
15854 type  "icon"
15855 arg   "dialog-show print"
15856 \end_inset
15857
15858 .
15859  LyX will internally call LaTeX to produce a DVI.
15860  This file is then processed by the program 
15861 \family typewriter
15862 dvips
15863 \family default
15864  to a PostScript-file, which is finally printed using the program 
15865 \family typewriter
15866 Ghostscript
15867 \family default
15868 .
15869  Due to these steps in the background, this method is not the fastest.
15870 \end_layout
15871
15872 \begin_layout Standard
15873 You can set the following print parameters in the 
15874 \family sans
15875 Print
15876 \begin_inset space ~
15877 \end_inset
15878
15879 Destination
15880 \family default
15881  box:
15882 \end_layout
15883
15884 \begin_layout Labeling
15885 \labelwidthstring 00.00.0000
15886
15887 \family sans
15888 Printer
15889 \family default
15890  This is the name of the printer to print to.
15891 \begin_inset Foot
15892 status collapsed
15893
15894 \begin_layout Plain Layout
15895 Note that this printer name is for the program 
15896 \family typewriter
15897 dvips
15898 \family default
15899 .
15900  That means 
15901 \family typewriter
15902 dvips
15903 \family default
15904  has to be configured for this printer name.
15905  The default printer can be set in LyX's preferences dialog, see section
15906 \begin_inset space ~
15907 \end_inset
15908
15909
15910 \begin_inset CommandInset ref
15911 LatexCommand ref
15912 reference "sub:Printer"
15913
15914 \end_inset
15915
15916 .
15917 \end_layout
15918
15919 \end_inset
15920
15921  The printer should understand PostScript.
15922 \end_layout
15923
15924 \begin_layout Labeling
15925 \labelwidthstring 00.00.0000
15926
15927 \family sans
15928 File
15929 \family default
15930  The name of a file to print to.
15931  The output will be a PostScript file.
15932  It will be written in LyX's working directory unless you specify the full
15933  path.
15934 \end_layout
15935
15936 \begin_layout Standard
15937 You can choose to print only a range of pages, only even-numbered or only
15938  odd-numbered pages or to print the pages in reverse — the latter options
15939  are useful for printing on two sides with a printer without a duplexer:
15940  you re-insert the pages after printing one set to print on the other side.
15941  Some printers spit out pages face-up, others, face-down.
15942  By choosing a particular order to print in, you can take the entire stack
15943  of pages out of the printer without needing to reorder them.
15944 \end_layout
15945
15946 \begin_layout Section
15947 A few Words about Typography
15948 \begin_inset Index idx
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952 Typography
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Subsection
15961 Hyphens, Dashes and Minus Signs
15962 \begin_inset Index idx
15963 status collapsed
15964
15965 \begin_layout Plain Layout
15966 Hyphens
15967 \end_layout
15968
15969 \end_inset
15970
15971
15972 \begin_inset Index idx
15973 status collapsed
15974
15975 \begin_layout Plain Layout
15976 Dashes
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Standard
15985 In LyX, the 
15986 \begin_inset Quotes eld
15987 \end_inset
15988
15989
15990 \family typewriter
15991 -
15992 \family default
15993
15994 \begin_inset Quotes erd
15995 \end_inset
15996
15997  character comes in four lengths: the 
15998 \emph on
15999 hyphen
16000 \emph default
16001 , the 
16002 \emph on
16003 en dash
16004 \emph default
16005 , the 
16006 \emph on
16007 em dash
16008 \emph default
16009 , and the minus sign:
16010 \begin_inset VSpace defskip
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \begin_layout Standard
16017 \begin_inset Tabular
16018 <lyxtabular version="3" rows="5" columns="3">
16019 <features rotate="0" tabularvalignment="middle">
16020 <column alignment="left" valignment="top">
16021 <column alignment="left" valignment="top">
16022 <column alignment="left" valignment="top">
16023 <row interlinespace="3mm">
16024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 name
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 output
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 inserted with
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 </row>
16052 <row interlinespace="3mm">
16053 <cell alignment="center" valignment="top" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 hyphen
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 -
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 \begin_inset Quotes eld
16076 \end_inset
16077
16078
16079 \family typewriter
16080 -
16081 \family default
16082
16083 \begin_inset Quotes erd
16084 \end_inset
16085
16086  in text
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 </row>
16092 <row interlinespace="3mm">
16093 <cell alignment="center" valignment="top" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 en dash
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115
16116 \family sans
16117 Insert\SpecialChar \menuseparator
16118 Special
16119 \begin_inset space ~
16120 \end_inset
16121
16122 Character\SpecialChar \menuseparator
16123 Symbols
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 </row>
16129 <row interlinespace="3mm">
16130 <cell alignment="center" valignment="top" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 em dash
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152
16153 \family sans
16154 Insert\SpecialChar \menuseparator
16155 Special
16156 \begin_inset space ~
16157 \end_inset
16158
16159 Character\SpecialChar \menuseparator
16160 Symbols
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 </row>
16166 <row>
16167 <cell alignment="center" valignment="top" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 minus sign
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 \begin_inset Formula $-$
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 \begin_inset Quotes eld
16193 \end_inset
16194
16195
16196 \family typewriter
16197 -
16198 \family default
16199
16200 \begin_inset Quotes erd
16201 \end_inset
16202
16203  in math mode
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 </lyxtabular>
16210
16211 \end_inset
16212
16213
16214 \begin_inset VSpace defskip
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \begin_layout Standard
16221 You can alternatively generate the en and em dash by inserting the 
16222 \begin_inset Quotes eld
16223 \end_inset
16224
16225
16226 \family typewriter
16227 -
16228 \family default
16229
16230 \begin_inset Quotes erd
16231 \end_inset
16232
16233  character multiple times in a row.
16234  They will automatically be converted to the appropriate length dash in
16235  the final output, but not in LyX.
16236  
16237 \begin_inset Quotes eld
16238 \end_inset
16239
16240 -
16241 \begin_inset space \thinspace{}
16242 \end_inset
16243
16244 -
16245 \begin_inset Quotes erd
16246 \end_inset
16247
16248  gives a en dash, 
16249 \begin_inset Quotes eld
16250 \end_inset
16251
16252 -
16253 \begin_inset space \thinspace{}
16254 \end_inset
16255
16256 -
16257 \begin_inset space \thinspace{}
16258 \end_inset
16259
16260 -
16261 \begin_inset Quotes erd
16262 \end_inset
16263
16264  a em dash.
16265 \end_layout
16266
16267 \begin_layout Standard
16268 The three dash types are distinct from the minus sign, which appears in
16269  math mode and has a length of its own.
16270  Here are some examples:
16271 \end_layout
16272
16273 \begin_layout Enumerate
16274 line- and page-breaks
16275 \begin_inset space \hfill{}
16276 \end_inset
16277
16278 (
16279 \emph on
16280 hyphen
16281 \emph default
16282 )
16283 \end_layout
16284
16285 \begin_layout Enumerate
16286 From A–Z
16287 \begin_inset space \hfill{}
16288 \end_inset
16289
16290 (
16291 \emph on
16292 en dash
16293 \emph default
16294 )
16295 \end_layout
16296
16297 \begin_layout Enumerate
16298 Oh — there's a dash.
16299 \begin_inset space \hfill{}
16300 \end_inset
16301
16302 (
16303 \emph on
16304 em dash
16305 \emph default
16306 )
16307 \end_layout
16308
16309 \begin_layout Enumerate
16310 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
16311 \end_inset
16312
16313
16314 \begin_inset space \hfill{}
16315 \end_inset
16316
16317 (
16318 \emph on
16319 minus sign
16320 \emph default
16321 )
16322 \end_layout
16323
16324 \begin_layout Subsection
16325 Hyphenation
16326 \begin_inset Index idx
16327 status collapsed
16328
16329 \begin_layout Plain Layout
16330 Hyphenation
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \begin_inset CommandInset label
16337 LatexCommand label
16338 name "sub:Hyphenation"
16339
16340 \end_inset
16341
16342
16343 \end_layout
16344
16345 \begin_layout Standard
16346 Words are not hyphenated within LyX but automatically in the output.
16347  Hyphenation is done by the LaTeX-package 
16348 \series bold
16349 babel
16350 \series default
16351
16352 \begin_inset Index idx
16353 status collapsed
16354
16355 \begin_layout Plain Layout
16356 LaTeX-packages ! babel
16357 \end_layout
16358
16359 \end_inset
16360
16361  following the rules of the document language.
16362 \end_layout
16363
16364 \begin_layout Standard
16365 LaTeX hyphenates almost perfectly; it only has problems with text in the
16366  
16367 \family sans
16368 typewriter
16369 \family default
16370  font and with unusual constructs, like 
16371 \begin_inset Quotes eld
16372 \end_inset
16373
16374 h3knix/m0n0wall
16375 \begin_inset Quotes erd
16376 \end_inset
16377
16378 .
16379  If LaTeX cannot break a word correctly, you can set hyphenation points
16380  manually.
16381  This is done with the menu 
16382 \family sans
16383 Insert\SpecialChar \menuseparator
16384 Formatting\SpecialChar \menuseparator
16385 Hyphenation
16386 \begin_inset space ~
16387 \end_inset
16388
16389 Point
16390 \family default
16391 .
16392  These extra hyphenation points are only recommendations to LaTeX.
16393  If no hyphenation is necessary, LaTeX will ignore them.
16394 \end_layout
16395
16396 \begin_layout Standard
16397 Sometimes you want to prevent words or constructs from being hyphenated.
16398  Imagine that you are describing keybindings/shortcuts in your document
16399  in the form 
16400 \begin_inset Quotes eld
16401 \end_inset
16402
16403 A-b c
16404 \begin_inset Quotes erd
16405 \end_inset
16406
16407 .
16408  LaTeX would then see the hyphen 
16409 \begin_inset Quotes eld
16410 \end_inset
16411
16412 -
16413 \begin_inset Quotes erd
16414 \end_inset
16415
16416  as a hyphenation possibility.
16417  Hyphenating at this point would look ugly.
16418  To prevent the shortcut from being hyphenated, you can put it into a makebox
16419  as described in section 
16420 \begin_inset Quotes eld
16421 \end_inset
16422
16423 Prevent Hyphenation
16424 \begin_inset Quotes erd
16425 \end_inset
16426
16427  of the 
16428 \emph on
16429 Embedded
16430 \begin_inset space ~
16431 \end_inset
16432
16433 Objects
16434 \emph default
16435  manual.
16436 \end_layout
16437
16438 \begin_layout Subsection
16439 Punctuation Marks
16440 \begin_inset Index idx
16441 status collapsed
16442
16443 \begin_layout Plain Layout
16444 Punctuation marks
16445 \end_layout
16446
16447 \end_inset
16448
16449
16450 \end_layout
16451
16452 \begin_layout Subsubsection
16453 Abbreviations and End of Sentence
16454 \begin_inset CommandInset label
16455 LatexCommand label
16456 name "sub:Abbreviations"
16457
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \begin_layout Standard
16464 When LyX calls LaTeX to generate the final version of your document, LaTeX
16465  automatically distinguishes between words, sentences, and abbreviations.
16466  LaTeX then adds the 
16467 \begin_inset Quotes eld
16468 \end_inset
16469
16470 appropriate amount of space.
16471 \begin_inset Quotes erd
16472 \end_inset
16473
16474  That means sentences get a little bit more space between the period and
16475  the next word.
16476  Abbreviations get the same amount of space after the period that a word
16477  gets after another word.
16478 \end_layout
16479
16480 \begin_layout Standard
16481 Unfortunately, the algorithm for figuring out what's an abbreviation does
16482  not work in all cases.
16483  If a 
16484 \begin_inset Quotes eld
16485 \end_inset
16486
16487
16488 \family typewriter
16489 .
16490 \family default
16491
16492 \begin_inset Quotes erd
16493 \end_inset
16494
16495  is at the end of a lowercase letter, it's the end of a sentence; if it's
16496  at the end of a capitalized letter, it's an abbreviation.
16497 \end_layout
16498
16499 \begin_layout Standard
16500 Here are some examples of 
16501 \emph on
16502 correct
16503 \emph default
16504  abbreviations and of the end of a sentence:
16505 \end_layout
16506
16507 \begin_layout Itemize
16508 M.
16509  Butterfly
16510 \end_layout
16511
16512 \begin_layout Itemize
16513 Don't worry.
16514  Be happy.
16515 \end_layout
16516
16517 \begin_layout Standard
16518 And here is an example of the algorithm going wrong:
16519 \end_layout
16520
16521 \begin_layout Itemize
16522 e.
16523 \begin_inset space \thinspace{}
16524 \end_inset
16525
16526 g.
16527  this is too much space!
16528 \end_layout
16529
16530 \begin_layout Itemize
16531 This is I.
16532  It's okay.
16533 \end_layout
16534
16535 \begin_layout Standard
16536 You will not see anything wrong until you view a final version of your document.
16537 \end_layout
16538
16539 \begin_layout Standard
16540 To fix this problem, use one of the following:
16541 \end_layout
16542
16543 \begin_layout Enumerate
16544 Use an 
16545 \family sans
16546 Inter-word
16547 \begin_inset space ~
16548 \end_inset
16549
16550 Space
16551 \family default
16552  after lowercase abbreviations (see section
16553 \begin_inset space ~
16554 \end_inset
16555
16556
16557 \begin_inset CommandInset ref
16558 LatexCommand ref
16559 reference "sub:Inter-word-Space"
16560
16561 \end_inset
16562
16563 ).
16564 \begin_inset Index idx
16565 status collapsed
16566
16567 \begin_layout Plain Layout
16568 Spaces ! inter-word
16569 \end_layout
16570
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \begin_layout Enumerate
16577 Use a 
16578 \family sans
16579 Thin
16580 \begin_inset space ~
16581 \end_inset
16582
16583 Space
16584 \family default
16585  between two tokens of an abbreviation (see section
16586 \begin_inset space ~
16587 \end_inset
16588
16589
16590 \begin_inset CommandInset ref
16591 LatexCommand ref
16592 reference "sub:Thin-Space"
16593
16594 \end_inset
16595
16596 ).
16597 \begin_inset Index idx
16598 status collapsed
16599
16600 \begin_layout Plain Layout
16601 Spaces ! thin
16602 \end_layout
16603
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \begin_layout Enumerate
16610 Use an 
16611 \family sans
16612 End
16613 \begin_inset space ~
16614 \end_inset
16615
16616 of
16617 \begin_inset space ~
16618 \end_inset
16619
16620 sentence
16621 \begin_inset space ~
16622 \end_inset
16623
16624 period
16625 \family default
16626  found under the 
16627 \family sans
16628 Insert\SpecialChar \menuseparator
16629 Special
16630 \begin_inset space ~
16631 \end_inset
16632
16633 Character
16634 \family default
16635  menu to force the use of inter-sentence spacing.
16636  This function is also bound to 
16637 \begin_inset Info
16638 type  "shortcut"
16639 arg   "specialchar-insert end-of-sentence"
16640 \end_inset
16641
16642  for easy access.
16643 \end_layout
16644
16645 \begin_layout Standard
16646 With the corrections, our earlier examples look like this:
16647 \end_layout
16648
16649 \begin_layout Itemize
16650 e.
16651 \begin_inset space \thinspace{}
16652 \end_inset
16653
16654 g.
16655 \begin_inset space \space{}
16656 \end_inset
16657
16658 this is too much space!
16659 \end_layout
16660
16661 \begin_layout Itemize
16662 This is I\SpecialChar \@.
16663  It's okay.
16664 \end_layout
16665
16666 \begin_layout Standard
16667 Some languages don't use extra spacing between sentences.
16668  If your language is such a language, you don't need to worry, because LaTeX
16669  will take care of this.
16670 \end_layout
16671
16672 \begin_layout Standard
16673 For those that do need to bother, there is help to catch those sneaky errors:
16674  Check out the 
16675 \family sans
16676 Check
16677 \begin_inset space ~
16678 \end_inset
16679
16680 TeX
16681 \family default
16682  feature described in the section 
16683 \emph on
16684 Checking TeX
16685 \emph default
16686  of the 
16687 \emph on
16688 Additional Features
16689 \emph default
16690  manual.
16691 \end_layout
16692
16693 \begin_layout Subsubsection
16694 Quotes
16695 \begin_inset Index idx
16696 status collapsed
16697
16698 \begin_layout Plain Layout
16699 Typography ! Quotes
16700 \end_layout
16701
16702 \end_inset
16703
16704
16705 \begin_inset Index idx
16706 status collapsed
16707
16708 \begin_layout Plain Layout
16709 Quotes | see
16710 \begin_inset ERT
16711 status collapsed
16712
16713 \begin_layout Plain Layout
16714
16715 {
16716 \end_layout
16717
16718 \end_inset
16719
16720 Typography
16721 \begin_inset ERT
16722 status collapsed
16723
16724 \begin_layout Plain Layout
16725
16726 }
16727 \end_layout
16728
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \begin_layout Standard
16740 LyX usually sets quotes correctly.
16741  Specifically, it will use an opening quote at the beginning of quoted text,
16742  and use a closing quote at the end.
16743  For example, 
16744 \begin_inset Quotes eld
16745 \end_inset
16746
16747 open close
16748 \begin_inset Quotes erd
16749 \end_inset
16750
16751 .
16752  The keyboard character, 
16753 \family sans
16754 "
16755 \family default
16756 , generates this automatically.
16757 \end_layout
16758
16759 \begin_layout Standard
16760 You can specify what character the 
16761 \family sans
16762 "
16763 \family default
16764  key produces using the submenu 
16765 \family sans
16766 Language
16767 \family default
16768  of the 
16769 \family sans
16770 Document\SpecialChar \menuseparator
16771 Settings
16772 \family default
16773
16774 \begin_inset Index idx
16775 status collapsed
16776
16777 \begin_layout Plain Layout
16778 Document ! Settings
16779 \end_layout
16780
16781 \end_inset
16782
16783  dialog in the box 
16784 \family sans
16785 Quote Style
16786 \family default
16787 .
16788  There are six choices:
16789 \end_layout
16790
16791 \begin_layout Labeling
16792 \labelwidthstring 00.00.0000
16793
16794 \family sans
16795 \begin_inset Quotes eld
16796 \end_inset
16797
16798 Text
16799 \begin_inset Quotes erd
16800 \end_inset
16801
16802
16803 \family default
16804  Use quotes like 
16805 \begin_inset Quotes eld
16806 \end_inset
16807
16808 this
16809 \begin_inset Quotes erd
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \begin_layout Labeling
16816 \labelwidthstring 00.00.0000
16817
16818 \family sans
16819 \begin_inset Quotes sld
16820 \end_inset
16821
16822 Text
16823 \begin_inset Quotes srd
16824 \end_inset
16825
16826
16827 \family default
16828  Use quotes like 
16829 \begin_inset Quotes sld
16830 \end_inset
16831
16832 this
16833 \begin_inset Quotes srd
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \begin_layout Labeling
16840 \labelwidthstring 00.00.0000
16841
16842 \family sans
16843 \begin_inset Quotes gld
16844 \end_inset
16845
16846 Text
16847 \begin_inset Quotes grd
16848 \end_inset
16849
16850
16851 \family default
16852  Use quotes like 
16853 \begin_inset Quotes gld
16854 \end_inset
16855
16856 this
16857 \begin_inset Quotes grd
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \begin_layout Labeling
16864 \labelwidthstring 00.00.0000
16865
16866 \family sans
16867 \begin_inset Quotes pld
16868 \end_inset
16869
16870 Text
16871 \begin_inset Quotes prd
16872 \end_inset
16873
16874
16875 \family default
16876  Use quotes like 
16877 \begin_inset Quotes pld
16878 \end_inset
16879
16880 this
16881 \begin_inset Quotes prd
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \begin_layout Labeling
16888 \labelwidthstring 00.00.0000
16889
16890 \family sans
16891 \begin_inset Quotes fld
16892 \end_inset
16893
16894 Text
16895 \begin_inset Quotes frd
16896 \end_inset
16897
16898
16899 \family default
16900  Use quotes like 
16901 \begin_inset Quotes fld
16902 \end_inset
16903
16904 this
16905 \begin_inset Quotes frd
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \begin_layout Labeling
16912 \labelwidthstring 00.00.0000
16913
16914 \family sans
16915 \begin_inset Quotes ald
16916 \end_inset
16917
16918 Text
16919 \begin_inset Quotes ard
16920 \end_inset
16921
16922
16923 \family default
16924  Use quotes like 
16925 \begin_inset Quotes ald
16926 \end_inset
16927
16928 this
16929 \begin_inset Quotes ard
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \begin_layout Standard
16936 For single quotes you have to use the shortcut 
16937 \begin_inset Info
16938 type  "shortcut"
16939 arg   "quote-insert single"
16940 \end_inset
16941
16942 .
16943 \end_layout
16944
16945 \begin_layout Subsection
16946 Ligatures
16947 \begin_inset Index idx
16948 status collapsed
16949
16950 \begin_layout Plain Layout
16951 Typography ! Ligatures
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \begin_inset Index idx
16958 status collapsed
16959
16960 \begin_layout Plain Layout
16961 Ligatures | see
16962 \begin_inset ERT
16963 status collapsed
16964
16965 \begin_layout Plain Layout
16966
16967 {
16968 \end_layout
16969
16970 \end_inset
16971
16972 Typography
16973 \begin_inset ERT
16974 status collapsed
16975
16976 \begin_layout Plain Layout
16977
16978 }
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \end_inset
16987
16988
16989 \begin_inset CommandInset label
16990 LatexCommand label
16991 name "sub:Ligatures"
16992
16993 \end_inset
16994
16995
16996 \end_layout
16997
16998 \begin_layout Standard
16999 It is standard typesetting practice to group certain letters together and
17000  print them as single characters.
17001  These groups are known as 
17002 \emph on
17003 ligatures
17004 \emph default
17005 .
17006  Since LaTeX knows about ligatures, your documents will contain them too
17007  in the output.
17008  Here are the standard ligatures:
17009 \end_layout
17010
17011 \begin_layout Itemize
17012 ff
17013 \end_layout
17014
17015 \begin_layout Itemize
17016 fi
17017 \end_layout
17018
17019 \begin_layout Itemize
17020 fl
17021 \end_layout
17022
17023 \begin_layout Itemize
17024 ffi
17025 \end_layout
17026
17027 \begin_layout Itemize
17028 ffl
17029 \end_layout
17030
17031 \begin_layout Standard
17032 Some languages uses other ligatures if the document font supports them.
17033 \end_layout
17034
17035 \begin_layout Standard
17036 Sometimes, you don't want a ligature in a word.
17037  While a ligature may be okay in the word, 
17038 \begin_inset Quotes eld
17039 \end_inset
17040
17041 graffiti,
17042 \begin_inset Quotes erd
17043 \end_inset
17044
17045  it looks really weird in compound words, such as 
17046 \begin_inset Quotes eld
17047 \end_inset
17048
17049 cufflink
17050 \begin_inset Quotes erd
17051 \end_inset
17052
17053  or the German 
17054 \begin_inset Quotes eld
17055 \end_inset
17056
17057 Dorffest.
17058 \begin_inset Quotes erd
17059 \end_inset
17060
17061  To break a ligature, use 
17062 \family sans
17063 Insert\SpecialChar \menuseparator
17064 Formatting\SpecialChar \menuseparator
17065 Ligature
17066 \begin_inset space ~
17067 \end_inset
17068
17069 Break.
17070
17071 \family default
17072  This changes 
17073 \begin_inset Quotes eld
17074 \end_inset
17075
17076 cufflinks
17077 \begin_inset Quotes erd
17078 \end_inset
17079
17080  to 
17081 \begin_inset Quotes eld
17082 \end_inset
17083
17084 cuff\SpecialChar \textcompwordmark{}
17085 links
17086 \begin_inset Quotes erd
17087 \end_inset
17088
17089  and 
17090 \begin_inset Quotes eld
17091 \end_inset
17092
17093 Dorffest
17094 \begin_inset Quotes erd
17095 \end_inset
17096
17097  to 
17098 \begin_inset Quotes eld
17099 \end_inset
17100
17101 Dorf\SpecialChar \textcompwordmark{}
17102 fest
17103 \begin_inset Quotes erd
17104 \end_inset
17105
17106 .
17107 \end_layout
17108
17109 \begin_layout Subsection
17110 LyX's Proper Names
17111 \begin_inset Index idx
17112 status collapsed
17113
17114 \begin_layout Plain Layout
17115 LyX ! Proper names
17116 \end_layout
17117
17118 \end_inset
17119
17120
17121 \begin_inset CommandInset label
17122 LatexCommand label
17123 name "sub:LyX's-Proper-Names"
17124
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \begin_layout Standard
17131 You will certainly have noticed that the word “LaTeX” always appears with
17132  characters in different sizes and positions.
17133  LaTeX is the name of the program used by LyX and is therefore recognized
17134  as a proper name when you type it in LyX as 
17135 \begin_inset Quotes eld
17136 \end_inset
17137
17138 LaT
17139 \begin_inset ERT
17140 status collapsed
17141
17142 \begin_layout Plain Layout
17143
17144 {}
17145 \end_layout
17146
17147 \end_inset
17148
17149 eX
17150 \begin_inset Quotes erd
17151 \end_inset
17152
17153 .
17154 \begin_inset Note Note
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158 The braces in TeX Code are here to avoid that the Text appears as proper
17159  name in the output, see the last paragraph of this section.
17160 \end_layout
17161
17162 \end_inset
17163
17164  Note the order of the upper- and lowercase letters! LyX recognizes the
17165  following proper names:
17166 \end_layout
17167
17168 \begin_layout Description
17169 LyX The name of the game, write 
17170 \begin_inset Quotes eld
17171 \end_inset
17172
17173 L
17174 \begin_inset ERT
17175 status collapsed
17176
17177 \begin_layout Plain Layout
17178
17179 {}
17180 \end_layout
17181
17182 \end_inset
17183
17184 yX
17185 \begin_inset Quotes erd
17186 \end_inset
17187
17188  to produce it.
17189 \end_layout
17190
17191 \begin_layout Description
17192 TeX The program used by LaTeX, write 
17193 \begin_inset Quotes eld
17194 \end_inset
17195
17196 T
17197 \begin_inset ERT
17198 status collapsed
17199
17200 \begin_layout Plain Layout
17201
17202 {}
17203 \end_layout
17204
17205 \end_inset
17206
17207 eX
17208 \begin_inset Quotes erd
17209 \end_inset
17210
17211  to produce it.
17212 \end_layout
17213
17214 \begin_layout Description
17215 LaTeX The program used by LyX, write 
17216 \begin_inset Quotes eld
17217 \end_inset
17218
17219 LaT
17220 \begin_inset ERT
17221 status collapsed
17222
17223 \begin_layout Plain Layout
17224
17225 {}
17226 \end_layout
17227
17228 \end_inset
17229
17230 eX
17231 \begin_inset Quotes erd
17232 \end_inset
17233
17234  to produce it.
17235 \end_layout
17236
17237 \begin_layout Description
17238 LaTeX2e The actual version of LaTeX, write 
17239 \begin_inset Quotes eld
17240 \end_inset
17241
17242 LaT
17243 \begin_inset ERT
17244 status collapsed
17245
17246 \begin_layout Plain Layout
17247
17248 {}
17249 \end_layout
17250
17251 \end_inset
17252
17253 eX2e
17254 \begin_inset Quotes erd
17255 \end_inset
17256
17257  to produce it.
17258 \end_layout
17259
17260 \begin_layout Standard
17261 You might wonder why the LaTeX-version is 
17262 \begin_inset Quotes eld
17263 \end_inset
17264
17265 2
17266 \begin_inset Formula $\epsilon$
17267 \end_inset
17268
17269
17270 \begin_inset Quotes erd
17271 \end_inset
17272
17273 .
17274  It is an old tradition in the TeX-world to give programs geek version numbers.
17275  For example the version number of TeX converges to the number 
17276 \begin_inset Formula $\pi$
17277 \end_inset
17278
17279 : The actual version is 
17280 \begin_inset Quotes eld
17281 \end_inset
17282
17283 TeX-3.141592
17284 \begin_inset Quotes erd
17285 \end_inset
17286
17287 , the previous one was 
17288 \begin_inset Quotes eld
17289 \end_inset
17290
17291 TeX-3.14159
17292 \begin_inset Quotes erd
17293 \end_inset
17294
17295 .
17296 \end_layout
17297
17298 \begin_layout Standard
17299 If you don't want to use proper names, for example, in section headings,
17300  you can insert two empty braces in TeX Code in the word.
17301  In LyX this will look like 
17302 \begin_inset Graphics
17303         filename clipart/LaTeX.png
17304         scale 80
17305
17306 \end_inset
17307
17308 .
17309 \begin_inset Newline newline
17310 \end_inset
17311
17312 For more about TeX Code, see section
17313 \begin_inset space ~
17314 \end_inset
17315
17316
17317 \begin_inset CommandInset ref
17318 LatexCommand ref
17319 reference "sec:TeX-Code"
17320
17321 \end_inset
17322
17323 .
17324 \end_layout
17325
17326 \begin_layout Subsection
17327 Units
17328 \begin_inset Index idx
17329 status collapsed
17330
17331 \begin_layout Plain Layout
17332 Typography ! Units
17333 \end_layout
17334
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \begin_layout Standard
17341 Generally the space between units and the number is smaller than the normal
17342  space between two words.
17343  As you can see in the example below, it looks better when the space is
17344  smaller.
17345  To get such a 
17346 \begin_inset Quotes eld
17347 \end_inset
17348
17349 half space
17350 \begin_inset Quotes erd
17351 \end_inset
17352
17353  for units use the menu 
17354 \family sans
17355 Insert\SpecialChar \menuseparator
17356 Formatting\SpecialChar \menuseparator
17357 Thin
17358 \begin_inset space ~
17359 \end_inset
17360
17361 Space
17362 \family default
17363  (shortcut 
17364 \begin_inset Info
17365 type  "shortcuts"
17366 arg   "space-insert thin"
17367 \end_inset
17368
17369 ).
17370 \end_layout
17371
17372 \begin_layout Standard
17373 Here is an example to show the differences:
17374 \end_layout
17375
17376 \begin_layout Standard
17377 \begin_inset Tabular
17378 <lyxtabular version="3" rows="2" columns="2">
17379 <features rotate="0" tabularvalignment="middle">
17380 <column alignment="left" valignment="top">
17381 <column alignment="left" valignment="top">
17382 <row>
17383 <cell alignment="center" valignment="top" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 24
17388 \begin_inset space ~
17389 \end_inset
17390
17391 kW
17392 \begin_inset Formula $\cdot$
17393 \end_inset
17394
17395 h
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 <cell alignment="center" valignment="top" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 space between number and unit
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="center" valignment="top" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 24
17416 \begin_inset space \thinspace{}
17417 \end_inset
17418
17419 kW
17420 \begin_inset Formula $\cdot$
17421 \end_inset
17422
17423 h
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 half space between number and unit
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 </lyxtabular>
17439
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \begin_layout Subsection
17446 Widows and Orphans
17447 \begin_inset Index idx
17448 status collapsed
17449
17450 \begin_layout Plain Layout
17451 Typography ! Widows and orphans
17452 \end_layout
17453
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \begin_layout Standard
17460 In the early days of word processors, page breaks went wherever the page
17461  happened to end.
17462  There was no regard for what was actually going on in the text.
17463  For example the heading for a new section was printed at the very bottom
17464  of the page, the first line of a new paragraph all alone at the bottom
17465  of a page, or the last line of a paragraph at the top of a new page.
17466  These bits of text became known as 
17467 \emph on
17468 widows
17469 \emph default
17470  and 
17471 \emph on
17472 orphans
17473 \emph default
17474 .
17475 \end_layout
17476
17477 \begin_layout Standard
17478 Clearly, LyX can avoid breaking pages after a section heading.
17479  That's part of the advantage of paragraph environments.
17480  But what about widows and orphans, where the page breaks leave one line
17481  of a paragraph all alone at the top or bottom of a page? There are rules
17482  built into LaTeX governing page breaks, and some of those rules are there
17483  specifically to prevent widows and orphans.
17484  If they appear nevertheless and you don't like them, you can add the commands
17485 \begin_inset Newline newline
17486 \end_inset
17487
17488
17489 \series bold
17490
17491 \backslash
17492 widowpenalty=10000
17493 \begin_inset Newline newline
17494 \end_inset
17495
17496
17497 \backslash
17498 clubpenalty=10000
17499 \series default
17500
17501 \begin_inset Newline newline
17502 \end_inset
17503
17504 to the LaTeX preamble of your document to avoid them.
17505  Some LaTeX books (such as
17506 \begin_inset space ~
17507 \end_inset
17508
17509
17510 \begin_inset CommandInset citation
17511 LatexCommand cite
17512 key "latexcompanion"
17513
17514 \end_inset
17515
17516  or
17517 \begin_inset space ~
17518 \end_inset
17519
17520
17521 \begin_inset CommandInset citation
17522 LatexCommand cite
17523 key "latexguide"
17524
17525 \end_inset
17526
17527 ) have more information about the technical details of LaTeX's page break
17528  mechanism.
17529 \end_layout
17530
17531 \begin_layout Chapter
17532 Notes, Graphics, Tables and Floats
17533 \begin_inset CommandInset label
17534 LatexCommand label
17535 name "chap:Floats-and-Notes"
17536
17537 \end_inset
17538
17539
17540 \end_layout
17541
17542 \begin_layout Standard
17543 The issues of this chapter are described in detail in the 
17544 \emph on
17545 Embedded
17546 \begin_inset space ~
17547 \end_inset
17548
17549 Objects
17550 \emph default
17551  manual.
17552  There you will also find tips and tricks for special cases.
17553 \end_layout
17554
17555 \begin_layout Section
17556 Notes
17557 \begin_inset Index idx
17558 status collapsed
17559
17560 \begin_layout Plain Layout
17561 Notes
17562 \end_layout
17563
17564 \end_inset
17565
17566
17567 \begin_inset CommandInset label
17568 LatexCommand label
17569 name "sec:Notes"
17570
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \begin_layout Standard
17577 LyX offers you a few types of notes to add to your document:
17578 \end_layout
17579
17580 \begin_layout Description
17581 LyX
17582 \begin_inset space ~
17583 \end_inset
17584
17585 Note This note type is for internal notes that will not appear in the output.
17586 \begin_inset Newline newline
17587 \end_inset
17588
17589
17590 \begin_inset Note Note
17591 status open
17592
17593 \begin_layout Plain Layout
17594 This is text in a note box that doesn't appear in the output.
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Description
17603 Comment This note also doesn't appear in the output but it does appear as
17604  a LaTeX-comment when you export the document to LaTeX via the menu 
17605 \family sans
17606 File\SpecialChar \menuseparator
17607 Export\SpecialChar \menuseparator
17608 LaT
17609 \begin_inset ERT
17610 status collapsed
17611
17612 \begin_layout Plain Layout
17613
17614 {}
17615 \end_layout
17616
17617 \end_inset
17618
17619 eX
17620 \begin_inset space ~
17621 \end_inset
17622
17623 (xxx)
17624 \family default
17625 .
17626 \begin_inset Newline newline
17627 \end_inset
17628
17629
17630 \begin_inset Note Comment
17631 status open
17632
17633 \begin_layout Plain Layout
17634 This is text in a note box that only appears as a comment in LaTeX-files.
17635 \end_layout
17636
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \begin_layout Description
17643 Greyed
17644 \begin_inset space ~
17645 \end_inset
17646
17647 Out This note will appear in the output as text in a color which you can
17648  set in the document settings under 
17649 \family sans
17650 Colors\SpecialChar \menuseparator
17651 Greyed-out
17652 \begin_inset space ~
17653 \end_inset
17654
17655 notes
17656 \family default
17657 .
17658 \begin_inset Newline newline
17659 \end_inset
17660
17661
17662 \begin_inset Newline newline
17663 \end_inset
17664
17665
17666 \begin_inset Note Greyedout
17667 status open
17668
17669 \begin_layout Plain Layout
17670 This is the text
17671 \begin_inset Foot
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675 This is an example footnote within a greyed out note.
17676  In this document the color of this note type is set to blue.
17677 \end_layout
17678
17679 \end_inset
17680
17681  of a comment that appears in the output.
17682 \end_layout
17683
17684 \end_inset
17685
17686
17687 \begin_inset Newline newline
17688 \end_inset
17689
17690
17691 \begin_inset Newline newline
17692 \end_inset
17693
17694 As you can see in the example, greyed out notes can have footnotes.
17695 \end_layout
17696
17697 \begin_layout Standard
17698 Notes are inserted with the toolbar button 
17699 \begin_inset Info
17700 type  "icon"
17701 arg   "note-insert"
17702 \end_inset
17703
17704  or the menu 
17705 \family sans
17706 Insert\SpecialChar \menuseparator
17707 Note
17708 \family default
17709 .
17710  Right-click on the note box that appears to select the note type.
17711 \end_layout
17712
17713 \begin_layout Section
17714 Footnotes
17715 \begin_inset Index idx
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719 Footnotes
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \begin_inset CommandInset label
17726 LatexCommand label
17727 name "sec:Footnotes"
17728
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \begin_layout Standard
17735 LyX uses boxes to display footnotes: When you insert a footnote using the
17736  menu 
17737 \family sans
17738 Insert\SpecialChar \menuseparator
17739 Footnote
17740 \family default
17741  or the toolbar button 
17742 \begin_inset Info
17743 type  "icon"
17744 arg   "footnote-insert"
17745 \end_inset
17746
17747
17748 \family roman
17749 \series medium
17750 \bar no
17751 you will see
17752 \family default
17753 \series default
17754 \bar default
17755  a box like this: 
17756 \begin_inset Graphics
17757         filename clipart/footnoteQt4.png
17758         scale 80
17759
17760 \end_inset
17761
17762
17763 \family roman
17764 \series medium
17765 \bar no
17766  This box is LyX's representation of your footnote.
17767  If you
17768 \family default
17769 \series default
17770 \bar default
17771  left-click on 
17772 \family roman
17773 \series medium
17774 \bar no
17775 the 
17776 \begin_inset Quotes eld
17777 \end_inset
17778
17779
17780 \family sans
17781 foot
17782 \family roman
17783
17784 \begin_inset Quotes erd
17785 \end_inset
17786
17787
17788 \family default
17789 \series default
17790 \bar default
17791  
17792 \family roman
17793 \series medium
17794 \bar no
17795 label, the box will
17796 \family default
17797 \series default
17798 \bar default
17799  be opened and you can enter the footnote text into it.
17800  Clicking on the box label again will close 
17801 \family roman
17802 \series medium
17803 \bar no
17804 the
17805 \family default
17806 \series default
17807 \bar default
17808  box
17809 \family roman
17810 \series medium
17811 \bar no
17812 .
17813  If you want to turn existing text into a footnote, simply highlight it
17814  and click on the footnote
17815 \family default
17816 \series default
17817 \bar default
17818  toolbar 
17819 \family roman
17820 \series medium
17821 \bar no
17822 button
17823 \family default
17824 \series default
17825 \bar default
17826 .
17827 \end_layout
17828
17829 \begin_layout Standard
17830 Here is an example footnote:
17831 \family roman
17832 \series medium
17833 \bar no
17834
17835 \begin_inset Foot
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 To close a footnote, click on the footnote box label.
17840 \end_layout
17841
17842 \end_inset
17843
17844
17845 \end_layout
17846
17847 \begin_layout Standard
17848 The footnote will appear in the output as a superscript number at the text
17849  position where the footnote box is placed.
17850  The footnote text is placed at the bottom of the current page.
17851  The footnote number is calculated by LyX according to the document class.
17852  LyX does not yet support a particular numbering scheme, but you can get
17853  other schemes using special LaTeX-commands.
17854  T
17855 \family roman
17856 h
17857 \family default
17858 ey are described in the 
17859 \emph on
17860 Embedded
17861 \begin_inset space ~
17862 \end_inset
17863
17864 Objects
17865 \emph default
17866  manual.
17867 \end_layout
17868
17869 \begin_layout Section
17870 Marginal Notes
17871 \begin_inset Index idx
17872 status collapsed
17873
17874 \begin_layout Plain Layout
17875 Marginal notes
17876 \end_layout
17877
17878 \end_inset
17879
17880
17881 \begin_inset CommandInset label
17882 LatexCommand label
17883 name "sec:Marginal-Notes"
17884
17885 \end_inset
17886
17887
17888 \end_layout
17889
17890 \begin_layout Standard
17891 Marginal notes look and behave just like footnotes in LyX.
17892  When you insert a margin note via the menu 
17893 \family sans
17894 Insert\SpecialChar \menuseparator
17895 Marginal
17896 \begin_inset space ~
17897 \end_inset
17898
17899 Note
17900 \family default
17901  or the toolbar button 
17902 \begin_inset Info
17903 type  "icon"
17904 arg   "marginalnote-insert"
17905 \end_inset
17906
17907 , you will see 
17908 \family roman
17909 \series medium
17910 a
17911 \family default
17912 \series default
17913  
17914 \family roman
17915 \series medium
17916 box with the
17917 \family default
17918 \series default
17919  
17920 \family roman
17921 \series medium
17922 label 
17923 \begin_inset Quotes eld
17924 \end_inset
17925
17926 margin
17927 \begin_inset Quotes erd
17928 \end_inset
17929
17930  appearing within your text.
17931  This box is LyX's representation of your margin
17932 \family default
17933 \series default
17934 al 
17935 \family roman
17936 \series medium
17937 note.
17938 \end_layout
17939
17940 \begin_layout Standard
17941 At the side of this sentence is an example marginal note.
17942 \family roman
17943 \series medium
17944
17945 \begin_inset Marginal
17946 status open
17947
17948 \begin_layout Plain Layout
17949 \align left
17950 This is a marginal note.
17951 \end_layout
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \begin_layout Standard
17959 Marginal notes appear at the right side in single-sided documents.
17960  In double-sided documents they appear in the outer margin – left on even
17961  pages, right on odd pages.
17962 \end_layout
17963
17964 \begin_layout Standard
17965 For further information about marginal notes see the section 
17966 \emph on
17967 Margin
17968 \begin_inset space ~
17969 \end_inset
17970
17971 Notes
17972 \emph default
17973  in the 
17974 \emph on
17975 Embedded
17976 \begin_inset space ~
17977 \end_inset
17978
17979 Objects
17980 \emph default
17981  manual.
17982 \end_layout
17983
17984 \begin_layout Section
17985 Graphics and Images
17986 \begin_inset Index idx
17987 status collapsed
17988
17989 \begin_layout Plain Layout
17990 Images
17991 \end_layout
17992
17993 \end_inset
17994
17995
17996 \begin_inset Index idx
17997 status collapsed
17998
17999 \begin_layout Plain Layout
18000 Graphics
18001 \end_layout
18002
18003 \end_inset
18004
18005
18006 \begin_inset CommandInset label
18007 LatexCommand label
18008 name "sec:Graphics"
18009
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \begin_layout Standard
18016 To insert an image in your document, place the cursor at the text position
18017  you want and click on the toolbar icon 
18018 \begin_inset Info
18019 type  "icon"
18020 arg   "dialog-show-new-inset graphics"
18021 \end_inset
18022
18023  or select 
18024 \family sans
18025 Insert\SpecialChar \menuseparator
18026 Graphics
18027 \family default
18028  from the menu.
18029  Then a dialog will appear to choose the file to load.
18030 \end_layout
18031
18032 \begin_layout Standard
18033 This dialog has numerous mostly self-explanatory parameters.
18034  The 
18035 \family sans
18036 Graphics
18037 \family default
18038  tab allows you to choose your image file.
18039  The image can be transformed by setting a rotation angle and a scaling
18040  factor.
18041  The scaling units are explained in Appendix
18042 \begin_inset space ~
18043 \end_inset
18044
18045
18046 \begin_inset CommandInset ref
18047 LatexCommand ref
18048 reference "chap:Units-available-in"
18049
18050 \end_inset
18051
18052 .
18053 \end_layout
18054
18055 \begin_layout Standard
18056 In the tab 
18057 \family sans
18058 Clipping
18059 \family default
18060  it is possible to set image coordinates to adjust the height and width
18061  of the image in the output.
18062  The coordinates can also be calculated automatically by pressing the button
18063  
18064 \family sans
18065 Get
18066 \begin_inset space ~
18067 \end_inset
18068
18069 from
18070 \begin_inset space ~
18071 \end_inset
18072
18073 file
18074 \family default
18075 .
18076  The option 
18077 \family sans
18078 Clip
18079 \begin_inset space ~
18080 \end_inset
18081
18082 to
18083 \begin_inset space ~
18084 \end_inset
18085
18086 bounding
18087 \begin_inset space ~
18088 \end_inset
18089
18090 box
18091 \family default
18092  will only print the image region within the given coordinates.
18093  Normally you don't need to take care about image coordinates and can ignore
18094  the tab 
18095 \family sans
18096 Clipping
18097 \family default
18098 .
18099 \end_layout
18100
18101 \begin_layout Standard
18102 In the 
18103 \family sans
18104 LaT
18105 \begin_inset ERT
18106 status collapsed
18107
18108 \begin_layout Plain Layout
18109
18110 {}
18111 \end_layout
18112
18113 \end_inset
18114
18115 eX
18116 \begin_inset space ~
18117 \end_inset
18118
18119 and
18120 \begin_inset space ~
18121 \end_inset
18122
18123 Ly
18124 \begin_inset ERT
18125 status collapsed
18126
18127 \begin_layout Plain Layout
18128
18129 {}
18130 \end_layout
18131
18132 \end_inset
18133
18134 X options
18135 \family default
18136  tab LaTeX experts can specify additional LaTeX options.
18137  In this tab you can also specify the appearance of the image inside LyX.
18138  The option 
18139 \family sans
18140 Draft
18141 \begin_inset space ~
18142 \end_inset
18143
18144 mode
18145 \family default
18146  has the effect that the image doesn't appear in the output, only a frame
18147  with the image size is printed.
18148  The option 
18149 \family sans
18150 Don't
18151 \begin_inset space ~
18152 \end_inset
18153
18154 unzip
18155 \begin_inset space ~
18156 \end_inset
18157
18158 on
18159 \begin_inset space ~
18160 \end_inset
18161
18162 export
18163 \family default
18164  is explained in the 
18165 \emph on
18166 Embedded
18167 \begin_inset space ~
18168 \end_inset
18169
18170 Objects
18171 \emph default
18172  manual in section 
18173 \emph on
18174 Graphics Dialog
18175 \emph default
18176 .
18177 \end_layout
18178
18179 \begin_layout Standard
18180 The graphics dialog can be called at any time by clicking on an image.
18181  Images will appear in the output exactly at the position where they are
18182  in the text.
18183  This is an example image within a separate, horizontally centered paragraph:
18184 \end_layout
18185
18186 \begin_layout Standard
18187 \align center
18188 \begin_inset Graphics
18189         filename clipart/mobius.eps
18190         scale 70
18191
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \begin_layout Standard
18198 If you need image captions or want to reference images, you have to put
18199  the image into a float, see section
18200 \begin_inset space ~
18201 \end_inset
18202
18203
18204 \begin_inset CommandInset ref
18205 LatexCommand ref
18206 reference "sub:Figure-Floats"
18207
18208 \end_inset
18209
18210 .
18211 \end_layout
18212
18213 \begin_layout Subsection
18214 Image Formats
18215 \begin_inset Index idx
18216 status collapsed
18217
18218 \begin_layout Plain Layout
18219 Images ! Formats
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \begin_inset CommandInset label
18226 LatexCommand label
18227 name "sub:Image-Formats"
18228
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Standard
18235 You can insert images in any known file format.
18236  But as we explained in section
18237 \begin_inset space ~
18238 \end_inset
18239
18240
18241 \begin_inset CommandInset ref
18242 LatexCommand ref
18243 reference "sub:Output-file-formats"
18244
18245 \end_inset
18246
18247 , every output document format allows only a few image formats.
18248  LyX therefore uses the program 
18249 \family typewriter
18250 ImageMagick
18251 \family default
18252  in the background to convert the images to the right format.
18253  To increase your workflow by avoiding these conversions in the background,
18254  use only the image formats listed in the subsections of section
18255 \begin_inset space ~
18256 \end_inset
18257
18258
18259 \begin_inset CommandInset ref
18260 LatexCommand ref
18261 reference "sub:Output-file-formats"
18262
18263 \end_inset
18264
18265 .
18266 \end_layout
18267
18268 \begin_layout Standard
18269 Similar to fonts there are two types of image formats:
18270 \end_layout
18271
18272 \begin_layout Description
18273 Bitmap
18274 \begin_inset space ~
18275 \end_inset
18276
18277 images consist of pixel values, often in a compressed form.
18278  They are therefore not fully scalable and look pixelated in large zooms.
18279  Well-known bitmap image formats are 
18280 \begin_inset Quotes eld
18281 \end_inset
18282
18283 Graphics Interchange Format
18284 \begin_inset Quotes erd
18285 \end_inset
18286
18287  (GIF, file extension 
18288 \begin_inset Quotes eld
18289 \end_inset
18290
18291
18292 \family typewriter
18293 .gif
18294 \family default
18295
18296 \begin_inset Quotes erd
18297 \end_inset
18298
18299 )
18300 \begin_inset Index idx
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304 GIF|see
18305 \begin_inset ERT
18306 status collapsed
18307
18308 \begin_layout Plain Layout
18309
18310 {
18311 \end_layout
18312
18313 \end_inset
18314
18315 Image formats
18316 \begin_inset ERT
18317 status collapsed
18318
18319 \begin_layout Plain Layout
18320
18321 }
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \begin_inset Quotes eld
18333 \end_inset
18334
18335 Portable Network Graphics
18336 \begin_inset Quotes erd
18337 \end_inset
18338
18339  (PNG, file extension 
18340 \begin_inset Quotes eld
18341 \end_inset
18342
18343
18344 \family typewriter
18345 .png
18346 \family default
18347
18348 \begin_inset Quotes erd
18349 \end_inset
18350
18351 )
18352 \begin_inset Index idx
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356 PNG|see
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362 {
18363 \end_layout
18364
18365 \end_inset
18366
18367 Image formats
18368 \begin_inset ERT
18369 status collapsed
18370
18371 \begin_layout Plain Layout
18372
18373 }
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \end_inset
18382
18383 , and 
18384 \begin_inset Quotes eld
18385 \end_inset
18386
18387 Joint Photographic Experts Group
18388 \begin_inset Quotes erd
18389 \end_inset
18390
18391  (JPG, file extension 
18392 \begin_inset Quotes eld
18393 \end_inset
18394
18395
18396 \family typewriter
18397 .jpg
18398 \family default
18399
18400 \begin_inset Quotes erd
18401 \end_inset
18402
18403  or 
18404 \begin_inset Quotes eld
18405 \end_inset
18406
18407
18408 \family typewriter
18409 .jpeg
18410 \family default
18411
18412 \begin_inset Quotes erd
18413 \end_inset
18414
18415 )
18416 \begin_inset Index idx
18417 status collapsed
18418
18419 \begin_layout Plain Layout
18420 JPG|see
18421 \begin_inset ERT
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425
18426 {
18427 \end_layout
18428
18429 \end_inset
18430
18431 Image formats
18432 \begin_inset ERT
18433 status collapsed
18434
18435 \begin_layout Plain Layout
18436
18437 }
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \end_inset
18446
18447 .
18448 \end_layout
18449
18450 \begin_layout Description
18451 Scalable
18452 \begin_inset space ~
18453 \end_inset
18454
18455 images consist of vectors and can therefore be scaled to any size without
18456  data loss.
18457  The scaling ability is desired if you want to create presentations, because
18458  presentations are always scaled by the beamer.
18459  Scaling is also useful for online documents to let the user zoom into diagrams.
18460 \begin_inset Newline newline
18461 \end_inset
18462
18463 Scalable image formats can be 
18464 \begin_inset Quotes eld
18465 \end_inset
18466
18467 Scalable Vector Graphics
18468 \begin_inset Quotes erd
18469 \end_inset
18470
18471  (SVG, file extension 
18472 \begin_inset Quotes eld
18473 \end_inset
18474
18475
18476 \family typewriter
18477 .svg
18478 \family default
18479
18480 \begin_inset Quotes erd
18481 \end_inset
18482
18483 )
18484 \begin_inset Index idx
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488 SVG|see
18489 \begin_inset ERT
18490 status collapsed
18491
18492 \begin_layout Plain Layout
18493
18494 {
18495 \end_layout
18496
18497 \end_inset
18498
18499 Image formats
18500 \begin_inset ERT
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504
18505 }
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \end_inset
18514
18515
18516 \begin_inset Quotes eld
18517 \end_inset
18518
18519 Encapsulated PostScript
18520 \begin_inset Quotes erd
18521 \end_inset
18522
18523  (EPS, file extension 
18524 \begin_inset Quotes eld
18525 \end_inset
18526
18527
18528 \family typewriter
18529 .eps
18530 \family default
18531
18532 \begin_inset Quotes erd
18533 \end_inset
18534
18535 )
18536 \begin_inset Index idx
18537 status collapsed
18538
18539 \begin_layout Plain Layout
18540 EPS|see
18541 \begin_inset ERT
18542 status collapsed
18543
18544 \begin_layout Plain Layout
18545
18546 {
18547 \end_layout
18548
18549 \end_inset
18550
18551 Image formats
18552 \begin_inset ERT
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556
18557 }
18558 \end_layout
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \end_inset
18566
18567 , and 
18568 \begin_inset Quotes eld
18569 \end_inset
18570
18571 Portable Document Format
18572 \begin_inset Quotes erd
18573 \end_inset
18574
18575  (PDF, file extension 
18576 \begin_inset Quotes eld
18577 \end_inset
18578
18579
18580 \family typewriter
18581 .pdf
18582 \family default
18583
18584 \begin_inset Quotes erd
18585 \end_inset
18586
18587 )
18588 \begin_inset Index idx
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592 PDF
18593 \end_layout
18594
18595 \end_inset
18596
18597 .
18598  We say 
18599 \begin_inset Quotes eld
18600 \end_inset
18601
18602 can be
18603 \begin_inset Quotes erd
18604 \end_inset
18605
18606 , because you can convert any bitmap image format to PDF or EPS and the
18607  result will not be scalable.
18608  In this case only a header with the image properties is added to the original
18609  image.
18610 \begin_inset Foot
18611 status collapsed
18612
18613 \begin_layout Plain Layout
18614 In the case of PDF, the original image is additionally compressed.
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 Normally one cannot convert a bitmap image into a scalable one, only 
18624 \emph on
18625 vice versa
18626 \emph default
18627 .
18628 \end_layout
18629
18630 \begin_layout Subsection
18631 Grouping of Image Settings
18632 \begin_inset Index idx
18633 status collapsed
18634
18635 \begin_layout Plain Layout
18636 Images ! Settings grouping
18637 \end_layout
18638
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \begin_layout Standard
18645 Each image can define a new group of image settings or join an existing
18646  group.
18647  Images within such a group share their settings, so adjusting one image
18648  of the group automatically also adjusts all other images of the group in
18649  the same way.
18650  So you can for example change the size for a bunch of images without the
18651  need to manually change each of them.
18652  
18653 \end_layout
18654
18655 \begin_layout Standard
18656 A new group can be set by pressing the button 
18657 \family sans
18658 Open
18659 \begin_inset space ~
18660 \end_inset
18661
18662 new
18663 \begin_inset space ~
18664 \end_inset
18665
18666 group
18667 \family default
18668  in the
18669 \family sans
18670  Graphics
18671 \family default
18672  dialog in the 
18673 \family sans
18674 LaT
18675 \begin_inset ERT
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679
18680 {}
18681 \end_layout
18682
18683 \end_inset
18684
18685 eX
18686 \begin_inset space ~
18687 \end_inset
18688
18689 and
18690 \begin_inset space ~
18691 \end_inset
18692
18693 Ly
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698
18699 {}
18700 \end_layout
18701
18702 \end_inset
18703
18704 X options
18705 \family default
18706  tab.
18707  Joining an existing group can be done using the context menu of the image
18708  and checking the name of the desired group.
18709 \end_layout
18710
18711 \begin_layout Section
18712 Tables
18713 \begin_inset Index idx
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717 Tables
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \begin_inset CommandInset label
18724 LatexCommand label
18725 name "sec:Tables"
18726
18727 \end_inset
18728
18729
18730 \end_layout
18731
18732 \begin_layout Standard
18733 You can insert a table using either the toolbar button 
18734 \begin_inset Info
18735 type  "icon"
18736 arg   "tabular-insert"
18737 \end_inset
18738
18739  or the menu 
18740 \family sans
18741 Insert\SpecialChar \menuseparator
18742 Table
18743 \family default
18744 .
18745  A dialog will appear, asking you for the number of rows and columns.
18746  The default table has lines around any cell and the first row appears separated
18747  from the rest of the table.
18748  This separation appears due to a double line: The cells of the first row
18749  have a line below them and the cells of the second row have a line above
18750  them.
18751  Here is an example table:
18752 \end_layout
18753
18754 \begin_layout Standard
18755 \align center
18756 \begin_inset Tabular
18757 <lyxtabular version="3" rows="4" columns="4">
18758 <features rotate="0" tabularvalignment="middle">
18759 <column alignment="center" valignment="top" width="0pt">
18760 <column alignment="center" valignment="top" width="0pt">
18761 <column alignment="center" valignment="top" width="0in">
18762 <column alignment="center" valignment="top" width="0pt">
18763 <row>
18764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \family roman
18779 \series medium
18780 \shape up
18781 \size normal
18782 \emph off
18783 \bar no
18784 \noun off
18785 \color none
18786 1
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 2
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 3
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 <row>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \family roman
18817 \series medium
18818 \shape up
18819 \size normal
18820 \emph off
18821 \bar no
18822 \noun off
18823 \color none
18824 A
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 </row>
18857 <row>
18858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862
18863 \family roman
18864 \series medium
18865 \shape up
18866 \size normal
18867 \emph off
18868 \bar no
18869 \noun off
18870 \color none
18871 B
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \size normal
18891 \noun off
18892 \color none
18893  
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 </row>
18908 <row>
18909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913
18914 \family roman
18915 \series medium
18916 \shape up
18917 \size normal
18918 \emph off
18919 \bar no
18920 \noun off
18921 \color none
18922 C
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 </lyxtabular>
18956
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \begin_layout Subsection
18963 The Table dialog
18964 \end_layout
18965
18966 \begin_layout Standard
18967 You can alter a table by clicking on it with the right mouse button and
18968  then choosing 
18969 \family sans
18970 More\SpecialChar \menuseparator
18971 Settings
18972 \family default
18973 .
18974  This brings up the table dialog.
18975  Here you can adjust the settings of the cell, row and/or column where the
18976  cursor is placed currently.
18977  Most of the dialog options also work on selections.
18978  This means that if you select more cells, columns or rows the action is
18979  done on all of your selection.
18980 \end_layout
18981
18982 \begin_layout Standard
18983 In addition to the table dialog, the 
18984 \family sans
18985 table
18986 \begin_inset space ~
18987 \end_inset
18988
18989 toolbar
18990 \family default
18991  helps you in setting table properties.
18992  It appears if the cursor is inside a table.
18993 \end_layout
18994
18995 \begin_layout Standard
18996 In the tab 
18997 \family sans
18998 Table
18999 \begin_inset space ~
19000 \end_inset
19001
19002 Settings
19003 \family default
19004  of the table dialog you can set the alignment for the current row.
19005  If you add a row or column, it will be inserted right beside or below the
19006  current cell respectively.
19007  The vertical alignment of a column can only be adjusted when a column width
19008  is given.
19009  A given width will allow the cell to have line breaks and multiple paragraphs
19010  of text, see section
19011 \begin_inset space ~
19012 \end_inset
19013
19014
19015 \begin_inset CommandInset ref
19016 LatexCommand ref
19017 reference "sub:Table-Cells"
19018
19019 \end_inset
19020
19021 .
19022 \end_layout
19023
19024 \begin_layout Standard
19025 You can mark multiple cells of one row/column as a multicolumn/row cell
19026  using the check box 
19027 \family sans
19028 Multicolumn
19029 \family default
19030  or 
19031 \family sans
19032 Multirow
19033 \family default
19034 .
19035  This will merge the cells to 
19036 \emph on
19037 one
19038 \emph default
19039  cell, spread over more than one column/row.
19040  Multicolumn cells are treated as own rows, so that the alignment, width,
19041  and border settings affect only the multicolumn cell.
19042  Here is an example table with a multicolumn cell in the first row and one
19043  in the last row without the upper border:
19044 \end_layout
19045
19046 \begin_layout Standard
19047 \align center
19048 \begin_inset Tabular
19049 <lyxtabular version="3" rows="3" columns="4">
19050 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
19051 <column alignment="center" valignment="top" width="0pt">
19052 <column alignment="center" valignment="middle">
19053 <column alignment="center" valignment="top" width="0in">
19054 <column alignment="center" valignment="top" width="0pt">
19055 <row>
19056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060 abc
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 def ghi
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087 jkl
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 </row>
19093 <row>
19094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098
19099 \family roman
19100 \series medium
19101 \shape up
19102 \size normal
19103 \emph off
19104 \bar no
19105 \noun off
19106 \color none
19107 A
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 B
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 C
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 D
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 1
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 2
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 3
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 4
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 </row>
19178 </lyxtabular>
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Standard
19186 Adept users can declare special LaTeX-arguments for the table.
19187  They are necessary for special table formatting, such as the multirow cells,
19188  explained in the chapter 
19189 \emph on
19190 Tables
19191 \emph default
19192  of the 
19193 \emph on
19194 Embedded
19195 \begin_inset space ~
19196 \end_inset
19197
19198 Objects
19199 \emph default
19200  manual.
19201  You can also rotate the current cell or the whole table.
19202  These rotations are not visible in LyX but are visible in the output.
19203 \end_layout
19204
19205 \begin_layout Standard
19206 \begin_inset Note Greyedout
19207 status open
19208
19209 \begin_layout Plain Layout
19210
19211 \series bold
19212 Note:
19213 \series default
19214  Most DVI-viewers are 
19215 \emph on
19216 not
19217 \emph default
19218  able to display rotations.
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Standard
19227 The 
19228 \family sans
19229 Borders
19230 \family default
19231  tab allows you to add and delete border lines for the current row/column.
19232  The button 
19233 \family sans
19234 Default
19235 \family default
19236  adds lines for all cell borders.
19237 \end_layout
19238
19239 \begin_layout Subsection
19240 Longtables
19241 \begin_inset Index idx
19242 status collapsed
19243
19244 \begin_layout Plain Layout
19245 Tables ! Longtables
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \begin_inset Index idx
19252 status collapsed
19253
19254 \begin_layout Plain Layout
19255 Longtables
19256 \end_layout
19257
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \begin_layout Standard
19264 If the table is too long to fit on one page, you can use the option 
19265 \family sans
19266 Use
19267 \begin_inset space ~
19268 \end_inset
19269
19270 long
19271 \begin_inset space ~
19272 \end_inset
19273
19274 table
19275 \family default
19276  in the tab 
19277 \family sans
19278 Longtable
19279 \family default
19280  of the table dialog to split the table automatically over more pages.
19281  Doing this enables some check boxes and you can now define:
19282 \end_layout
19283
19284 \begin_layout Description
19285
19286 \family sans
19287 Header
19288 \family default
19289 : The current row and all rows above, that don't have any special options
19290  defined, are defined to be the header rows of all pages of the longtable.
19291  except for the first page, if 
19292 \family sans
19293 First
19294 \begin_inset space ~
19295 \end_inset
19296
19297 header
19298 \family default
19299  is defined.
19300 \end_layout
19301
19302 \begin_layout Description
19303
19304 \family sans
19305 First
19306 \begin_inset space ~
19307 \end_inset
19308
19309 header
19310 \family default
19311 : The current row and all rows above, that don't have any special options
19312  defined, are defined to be the header rows of the first page of the longtable.
19313 \end_layout
19314
19315 \begin_layout Description
19316
19317 \family sans
19318 Footer
19319 \family default
19320 : The current row and all rows below, that don't have any special options
19321  defined, are defined to be the footer rows of all pages of the longtable,
19322  except for the last page, if 
19323 \family sans
19324 Last
19325 \begin_inset space ~
19326 \end_inset
19327
19328 footer
19329 \family default
19330  is defined.
19331 \end_layout
19332
19333 \begin_layout Description
19334
19335 \family sans
19336 Last
19337 \begin_inset space ~
19338 \end_inset
19339
19340 footer
19341 \family default
19342 : The current row and all rows below, that don't have any special options
19343  defined, are defined to be the footer rows of the last page of the longtable.
19344 \end_layout
19345
19346 \begin_layout Description
19347 Caption: The first row is reset as a single column.
19348  You can now insert there the table caption via the menu 
19349 \family sans
19350 Insert\SpecialChar \menuseparator
19351 Caption
19352 \family default
19353 .
19354  More about longtable captions can be found in the 
19355 \emph on
19356 Embedded
19357 \begin_inset space ~
19358 \end_inset
19359
19360 Objects
19361 \emph default
19362  manual.
19363 \end_layout
19364
19365 \begin_layout Standard
19366 You can also specify a row where the table is split.
19367  If you set more than one option in the same table row, you should be aware
19368  that then only the first option is used; the others will be defined as
19369  
19370 \emph on
19371 empty
19372 \emph default
19373 .
19374  In this context, first means first in this order: 
19375 \family sans
19376 Footer, Last
19377 \begin_inset space ~
19378 \end_inset
19379
19380 footer,
19381 \family default
19382  
19383 \family sans
19384 Header,
19385 \family default
19386  
19387 \family sans
19388 First
19389 \begin_inset space ~
19390 \end_inset
19391
19392 header
19393 \family default
19394 ; see the following longtable to see how it works:
19395 \end_layout
19396
19397 \begin_layout Standard
19398 \align center
19399 \begin_inset Tabular
19400 <lyxtabular version="3" rows="69" columns="3">
19401 <features rotate="0" islongtable="true" longtabularalignment="center">
19402 <column alignment="block" valignment="top" width="5cm">
19403 <column alignment="left" valignment="top" width="0pt">
19404 <column alignment="right" valignment="top" width="0pt">
19405 <row endfirsthead="true">
19406 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410
19411 \series bold
19412 Example Phone List (ignore the names)
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 <row endfirsthead="true">
19437 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441
19442 \series bold
19443 NAME
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \series bold
19463 TEL.
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 <row endhead="true">
19470 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474  
19475 \series bold
19476 Example Phone List
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 <row endhead="true">
19501 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505
19506 \series bold
19507 NAME
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525
19526 \series bold
19527 TEL.
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 </row>
19533 <row endfoot="true">
19534 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538  
19539 \series bold
19540 continue ...
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 </row>
19564 <row>
19565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569
19570 \series bold
19571 Annovi
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580 Silvia
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 111
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \series bold
19602 Bertoli
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 Stefano
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 111
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \series bold
19633 Bozzi
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 Walter
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651 111
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 </row>
19657 <row>
19658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662
19663 \series bold
19664 Cachia
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673 Maria
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 111
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 </row>
19688 <row>
19689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693
19694 \series bold
19695 Cachia
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 Maurizio
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 111
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 </row>
19719 <row>
19720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \series bold
19726 Cinquemani
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 Giusi
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 111
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \series bold
19757 Colin
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 Bernard
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 111
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 </row>
19781 <row>
19782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786
19787 \series bold
19788 Concli
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 Gianfranco
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 111
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \series bold
19819 Dal Bosco
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 Carolina
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 111
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 </row>
19843 <row>
19844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848
19849 \series bold
19850 Dalpiaz
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 Annamaria
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 111
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 </row>
19874 <row>
19875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \series bold
19881 Feliciello
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 Domenico
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 111
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 </row>
19905 <row>
19906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \series bold
19912 Focarelli
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 Paola
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 111
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
19937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941
19942 \series bold
19943 Galletti
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 Oreste
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 111
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 </row>
19967 <row>
19968 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972
19973 \series bold
19974 Gasparini
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 Franca
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 111
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \series bold
20005 Rizzardi
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 Paola
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 111
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 </row>
20029 <row>
20030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034
20035 \series bold
20036 Lassini
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045 Giancarlo
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 111
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 </row>
20060 <row>
20061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065
20066 \series bold
20067 Malfatti
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 Luciano
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 111
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \series bold
20098 Malfatti
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 Valeriano
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 111
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \series bold
20129 Meneguzzo
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 Roberto
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147 111
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \series bold
20160 Mezzadra
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 Roberto
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178 111
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 </row>
20184 <row>
20185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189
20190 \series bold
20191 Pirpamer
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 Erich
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 111
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \series bold
20222 Pochiesa
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 Paolo
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 111, 222
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 </row>
20246 <row>
20247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251
20252 \series bold
20253 Radina
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 Claudio
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 111
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 </row>
20277 <row>
20278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20279 \begin_inset Text
20280
20281 \begin_layout Plain Layout
20282
20283 \series bold
20284 Stuffer
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Plain Layout
20293 Oskar
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302 111
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 </row>
20308 <row>
20309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313
20314 \series bold
20315 Tacchelli
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324 Ugo
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 111
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row>
20340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \series bold
20346 Tezzele
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 Margit
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 111
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 <row>
20371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375
20376 \series bold
20377 Unterkalmsteiner
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386 Frieda
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 111
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 <row>
20402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \series bold
20408 Vieider
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 Hilde
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 111
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 <row>
20433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \series bold
20439 Vigna
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 Jürgen
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 111
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 </row>
20463 <row>
20464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468
20469 \series bold
20470 Weber
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479 Maurizio
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 111
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \series bold
20501 Winkler
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510 Franz
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519 111
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 </row>
20525 <row>
20526 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530  
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \series bold
20561 Annovi
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 Silvia
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 555
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 </row>
20585 <row>
20586 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590
20591 \series bold
20592 Bertoli
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 Stefano
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 555
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row>
20617 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621
20622 \series bold
20623 Bozzi
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 Walter
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 555
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 </row>
20647 <row>
20648 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652
20653 \series bold
20654 Cachia
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663 Maria
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672 555
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 </row>
20678 <row>
20679 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683
20684 \series bold
20685 Cachia
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694 Maurizio
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 555
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 </row>
20709 <row>
20710 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714
20715 \series bold
20716 Cinquemani
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725 Giusi
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 555
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 </row>
20740 <row>
20741 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745
20746 \series bold
20747 Colin
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756 Bernard
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 555
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \series bold
20778 Concli
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 Gianfranco
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 555
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 <row>
20803 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \series bold
20809 Dal Bosco
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 Carolina
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 555
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 </row>
20833 <row>
20834 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \series bold
20840 Dalpiaz
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 Annamaria
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 555
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 <row>
20865 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \series bold
20871 Feliciello
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 Domenico
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 555
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 </row>
20895 <row>
20896 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900
20901 \series bold
20902 Focarelli
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911 Paola
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920 555
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 <row>
20927 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \series bold
20933 Galletti
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942 Oreste
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 555
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 <row>
20958 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962
20963 \series bold
20964 Gasparini
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 Franca
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 555
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \series bold
20995 Rizzardi
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 Paola
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 555
21014 \end_layout
21015
21016 \end_inset
21017 </cell>
21018 </row>
21019 <row>
21020 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024
21025 \series bold
21026 Lassini
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 Giancarlo
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 555
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 </row>
21050 <row>
21051 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055
21056 \series bold
21057 Malfatti
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 Luciano
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 555
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \series bold
21088 Malfatti
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 Valeriano
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 555
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 </row>
21112 <row>
21113 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117
21118 \series bold
21119 Meneguzzo
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 Roberto
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 555
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 </row>
21143 <row>
21144 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148
21149 \series bold
21150 Mezzadra
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 Roberto
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168 555
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 </row>
21174 <row>
21175 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179
21180 \series bold
21181 Pirpamer
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 Erich
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 555
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 <row>
21206 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210
21211 \series bold
21212 Pochiesa
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 Paolo
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230 555, 222
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 </row>
21236 <row>
21237 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241
21242 \series bold
21243 Radina
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252 Claudio
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 555
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 </row>
21267 <row>
21268 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272
21273 \series bold
21274 Stuffer
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 Oskar
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 555
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 </row>
21298 <row>
21299 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303
21304 \series bold
21305 Tacchelli
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 Ugo
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 555
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \series bold
21336 Tezzele
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 Margit
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 555
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 <row>
21361 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365
21366 \series bold
21367 Unterkalmsteiner
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 Frieda
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 555
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \series bold
21398 Vieider
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 Hilde
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 555
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 </row>
21422 <row>
21423 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427
21428 \series bold
21429 Vigna
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 Jürgen
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 999
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \series bold
21460 Weber
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 Maurizio
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 555
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \series bold
21491 Winkler
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 Franz
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509 555
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 <row endlastfoot="true">
21516 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \series bold
21522 End
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 </lyxtabular>
21547
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \begin_layout Subsection
21554 Table Cells
21555 \begin_inset Index idx
21556 status collapsed
21557
21558 \begin_layout Plain Layout
21559 Tables ! Cells
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \begin_inset CommandInset label
21566 LatexCommand label
21567 name "sub:Table-Cells"
21568
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \begin_layout Standard
21575 A table cell can contain text, inline equations, a figure, or another table.
21576  All these kinds of objects can be placed in the same cell.
21577  Font sizes and shapes can also be altered.
21578  But you can't put a special environment in a cell (like 
21579 \family sans
21580 Section*
21581 \family default
21582 , etc.), nor set spacing options for the cell's paragraph.
21583 \end_layout
21584
21585 \begin_layout Standard
21586 To have multi-line entries in table cells, you have to declare a fixed width
21587  for the column in the table dialog.
21588  Your text is then automatically split into multiple lines and the cell
21589  is enlarged vertically when the length of the text exceeds the given width.
21590  An example:
21591 \end_layout
21592
21593 \begin_layout Standard
21594 \align center
21595 \begin_inset Tabular
21596 <lyxtabular version="3" rows="4" columns="3">
21597 <features rotate="0" tabularvalignment="middle">
21598 <column alignment="center" valignment="top" width="0pt">
21599 <column alignment="block" valignment="top" width="3cm">
21600 <column alignment="center" valignment="top" width="0pt">
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \family roman
21608 \series medium
21609 \shape up
21610 \size normal
21611 \emph off
21612 \bar no
21613 \noun off
21614 \color none
21615 1
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624
21625 \family roman
21626 \series medium
21627 \shape up
21628 \size normal
21629 \emph off
21630 \bar no
21631 \noun off
21632 \color none
21633 2
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \family roman
21644 \series medium
21645 \shape up
21646 \size normal
21647 \emph off
21648 \bar no
21649 \noun off
21650 \color none
21651 3
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \family roman
21664 \series medium
21665 \shape up
21666 \size normal
21667 \emph off
21668 \bar no
21669 \noun off
21670 \color none
21671 4
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680
21681 \family roman
21682 \series medium
21683 \shape up
21684 \size normal
21685 \emph off
21686 \bar no
21687 \noun off
21688 \color none
21689 This is a multi-line entry in a table.
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698
21699 \family roman
21700 \series medium
21701 \shape up
21702 \size normal
21703 \emph off
21704 \bar no
21705 \noun off
21706 \color none
21707 5
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 <row>
21714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718
21719 \family roman
21720 \series medium
21721 \shape up
21722 \size normal
21723 \emph off
21724 \bar no
21725 \noun off
21726 \color none
21727 6
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736
21737 \family roman
21738 \series medium
21739 \shape up
21740 \size normal
21741 \emph off
21742 \bar no
21743 \noun off
21744 \color none
21745 This is longer now.
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \family roman
21756 \series medium
21757 \shape up
21758 \size normal
21759 \emph off
21760 \bar no
21761 \noun off
21762 \color none
21763 7
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 </row>
21769 <row>
21770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774
21775 \family roman
21776 \series medium
21777 \shape up
21778 \size normal
21779 \emph off
21780 \bar no
21781 \noun off
21782 \color none
21783 8
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792
21793 \family roman
21794 \series medium
21795 \shape up
21796 \size normal
21797 \emph off
21798 \bar no
21799 \noun off
21800 \color none
21801 This is a multi-line entry in a table.
21802  This is longer now.
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811
21812 \family roman
21813 \series medium
21814 \shape up
21815 \size normal
21816 \emph off
21817 \bar no
21818 \noun off
21819 \color none
21820 9
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 </row>
21826 </lyxtabular>
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \begin_layout Standard
21834 Cutting and pasting between tables and table cells works reasonably well.
21835  You can even cut and paste more than one row.
21836 \begin_inset Foot
21837 status collapsed
21838
21839 \begin_layout Plain Layout
21840 Note that you cannot paste into a multicell selection because it would not
21841  be clear what to do when pasting a single word in a selected 2×3.
21842  
21843 \end_layout
21844
21845 \end_inset
21846
21847  Selection with the mouse or with 
21848 \family sans
21849 Shift
21850 \family default
21851  plus the arrow keys works as usual.
21852  You can also copy and paste the entire table as a single unit by starting
21853  the selection from outside the table.
21854 \end_layout
21855
21856 \begin_layout Section
21857 Floats
21858 \begin_inset Index idx
21859 status collapsed
21860
21861 \begin_layout Plain Layout
21862 Floats
21863 \end_layout
21864
21865 \end_inset
21866
21867
21868 \begin_inset CommandInset label
21869 LatexCommand label
21870 name "sec:Floats"
21871
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \begin_layout Subsection
21878 Introduction
21879 \end_layout
21880
21881 \begin_layout Standard
21882 A float is a block of text associated with some sort of label, which doesn't
21883  have a fixed location.
21884  It can 
21885 \begin_inset Quotes eld
21886 \end_inset
21887
21888 float
21889 \begin_inset Quotes erd
21890 \end_inset
21891
21892  forward or backward a page or two, to wherever it fits best.
21893  
21894 \family sans
21895 Footnotes
21896 \family default
21897  and 
21898 \family sans
21899 Margin
21900 \begin_inset space ~
21901 \end_inset
21902
21903 Notes
21904 \family default
21905  are also floats, because they can float to the next page when there are
21906  too many notes on the current page.
21907 \end_layout
21908
21909 \begin_layout Standard
21910 Floats make it possible to get a high quality layout.
21911  Images and tables can be distributed evenly over the pages to avoid whitespace
21912  and pages without text.
21913  As the floating often destroys the spatial context between the text and
21914  the image/table, every float can be referenced in the text.
21915  Floats are therefore numbered.
21916  Referencing is described in section
21917 \begin_inset space ~
21918 \end_inset
21919
21920
21921 \begin_inset CommandInset ref
21922 LatexCommand ref
21923 reference "sec:Cross-References"
21924
21925 \end_inset
21926
21927 .
21928 \end_layout
21929
21930 \begin_layout Standard
21931 To insert a float, use the menu 
21932 \family sans
21933 Insert\SpecialChar \menuseparator
21934 Float
21935 \family default
21936 .
21937  A box with a caption will be inserted into your document.
21938  The label will automatically be translated to the document language in
21939  the output.
21940  After the label you can insert the caption text.
21941 \begin_inset Index idx
21942 status collapsed
21943
21944 \begin_layout Plain Layout
21945 Floats ! Captions
21946 \end_layout
21947
21948 \end_inset
21949
21950  The image or table is inserted above or below the caption in a separate
21951  paragraph within the float.
21952  To keep your LyX-document readable, you can open and close the float box
21953  by left-clicking on the box label.
21954  A closed float box looks like this: 
21955 \begin_inset Graphics
21956         filename clipart/floatQt4.png
21957         scale 80
21958
21959 \end_inset
21960
21961  – a gray button with a red label.
21962 \end_layout
21963
21964 \begin_layout Standard
21965 You should insert floats in a separate paragraph to avoid possible LaTeX-errors
21966  that can occur when the surrounding text is specially formatted.
21967 \end_layout
21968
21969 \begin_layout Subsection
21970 Figure Floats
21971 \begin_inset CommandInset label
21972 LatexCommand label
21973 name "sub:Figure-Floats"
21974
21975 \end_inset
21976
21977
21978 \begin_inset Index idx
21979 status collapsed
21980
21981 \begin_layout Plain Layout
21982 Floats ! Figure floats
21983 \end_layout
21984
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \begin_layout Standard
21991 Figure
21992 \begin_inset space ~
21993 \end_inset
21994
21995
21996 \begin_inset CommandInset ref
21997 LatexCommand ref
21998 reference "fig:Platypus-distorted"
21999
22000 \end_inset
22001
22002  was created using the menu 
22003 \family sans
22004 Insert\SpecialChar \menuseparator
22005 Float\SpecialChar \menuseparator
22006 Figure
22007 \family default
22008  (toolbar button 
22009 \begin_inset Info
22010 type  "icon"
22011 arg   "float-insert figure"
22012 \end_inset
22013
22014 ).
22015  The image was inserted by setting the cursor above the caption label and
22016  using the menu 
22017 \family sans
22018 Insert\SpecialChar \menuseparator
22019 Graphics
22020 \family default
22021  (toolbar button 
22022 \begin_inset Info
22023 type  "icon"
22024 arg   "dialog-show-new-inset graphics"
22025 \end_inset
22026
22027 ).
22028  The image in the float was horizontally centered by putting the cursor
22029  to the left or right of the image and using the menu 
22030 \family sans
22031 Edit\SpecialChar \menuseparator
22032 Paragraph
22033 \begin_inset space ~
22034 \end_inset
22035
22036 Settings
22037 \family default
22038  (toolbar button 
22039 \begin_inset Info
22040 type  "icon"
22041 arg   "layout-paragraph"
22042 \end_inset
22043
22044 ).
22045 \end_layout
22046
22047 \begin_layout Standard
22048 \begin_inset Float figure
22049 wide false
22050 sideways false
22051 status collapsed
22052
22053 \begin_layout Plain Layout
22054 \align center
22055 \begin_inset Graphics
22056         filename clipart/platypus.eps
22057         lyxscale 50
22058         width 50col%
22059
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \begin_layout Plain Layout
22066 \begin_inset Caption Standard
22067
22068 \begin_layout Plain Layout
22069 \begin_inset CommandInset label
22070 LatexCommand label
22071 name "fig:Platypus-distorted"
22072
22073 \end_inset
22074
22075 A severely distorted platypus in a float.
22076 \end_layout
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \begin_layout Standard
22089 This figure float also shows how to set a label and create a cross-reference
22090  to it: Insert a label into the caption using the menu 
22091 \family sans
22092 Insert\SpecialChar \menuseparator
22093 Label
22094 \family default
22095  (toolbar button 
22096 \begin_inset Info
22097 type  "icon"
22098 arg   "label-insert"
22099 \end_inset
22100
22101 ) and refer to it using the menu 
22102 \family sans
22103 Insert\SpecialChar \menuseparator
22104 Cross-Reference
22105 \family default
22106  (toolbar button 
22107 \begin_inset Info
22108 type  "icon"
22109 arg   "dialog-show-new-inset ref"
22110 \end_inset
22111
22112 ).
22113  It is important to use cross-references to figure floats rather than using
22114  vague references like 
22115 \begin_inset Quotes eld
22116 \end_inset
22117
22118 the figure above
22119 \begin_inset Quotes erd
22120 \end_inset
22121
22122 , because, as LaTeX will reposition the floats in the final document, it
22123  might not be 
22124 \begin_inset Quotes eld
22125 \end_inset
22126
22127 above
22128 \begin_inset Quotes erd
22129 \end_inset
22130
22131  at all.
22132  For more about cross-references, see section
22133 \begin_inset space ~
22134 \end_inset
22135
22136
22137 \begin_inset CommandInset ref
22138 LatexCommand ref
22139 reference "sec:Cross-References"
22140
22141 \end_inset
22142
22143 .
22144 \end_layout
22145
22146 \begin_layout Standard
22147 Normally only one image is inserted in a figure float, but sometimes you
22148  might want to use two images with separate subcaptions.
22149  This can be done by inserting image floats into existing image floats.
22150  Note that only the main caption of the float is added to the List of Figures
22151  as described in section
22152 \begin_inset space ~
22153 \end_inset
22154
22155
22156 \begin_inset CommandInset ref
22157 LatexCommand ref
22158 reference "sub:List-of-Figures"
22159
22160 \end_inset
22161
22162 .
22163  Figure
22164 \begin_inset space ~
22165 \end_inset
22166
22167
22168 \begin_inset CommandInset ref
22169 LatexCommand ref
22170 reference "fig:Two-distorted-images"
22171
22172 \end_inset
22173
22174  is an example of a figure float with two images set side by side.
22175  You can also set the images one below the other.
22176  Figure
22177 \begin_inset space ~
22178 \end_inset
22179
22180
22181 \begin_inset CommandInset ref
22182 LatexCommand ref
22183 reference "fig:Undefinable"
22184
22185 \end_inset
22186
22187  and 
22188 \begin_inset CommandInset ref
22189 LatexCommand ref
22190 reference "fig:Platypus"
22191
22192 \end_inset
22193
22194  are the subfigures.
22195 \end_layout
22196
22197 \begin_layout Standard
22198 \begin_inset Float figure
22199 wide false
22200 sideways false
22201 status open
22202
22203 \begin_layout Plain Layout
22204 \begin_inset space \hfill{}
22205 \end_inset
22206
22207
22208 \begin_inset Float figure
22209 wide false
22210 sideways false
22211 status collapsed
22212
22213 \begin_layout Plain Layout
22214 \begin_inset Caption Standard
22215
22216 \begin_layout Plain Layout
22217 \begin_inset CommandInset label
22218 LatexCommand label
22219 name "fig:Undefinable"
22220
22221 \end_inset
22222
22223 Undefinable
22224 \end_layout
22225
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \begin_layout Plain Layout
22232 \begin_inset Graphics
22233         filename clipart/escher-lsd.eps
22234         width 45col%
22235
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \end_inset
22242
22243
22244 \begin_inset space \hfill{}
22245 \end_inset
22246
22247
22248 \begin_inset Float figure
22249 wide false
22250 sideways false
22251 status collapsed
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Caption Standard
22255
22256 \begin_layout Plain Layout
22257 \begin_inset CommandInset label
22258 LatexCommand label
22259 name "fig:Platypus"
22260
22261 \end_inset
22262
22263 Platypus
22264 \end_layout
22265
22266 \end_inset
22267
22268
22269 \end_layout
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Graphics
22273         filename clipart/platypus.eps
22274         lyxscale 60
22275         width 45col%
22276
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \begin_inset space \hfill{}
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Caption Standard
22293
22294 \begin_layout Plain Layout
22295 \begin_inset CommandInset label
22296 LatexCommand label
22297 name "fig:Two-distorted-images"
22298
22299 \end_inset
22300
22301 Two distorted images.
22302 \end_layout
22303
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \begin_layout Subsection
22315 Table Floats
22316 \begin_inset Index idx
22317 status collapsed
22318
22319 \begin_layout Plain Layout
22320 Floats ! Table floats
22321 \end_layout
22322
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \begin_layout Standard
22329 Table floats can be inserted using the menu 
22330 \family sans
22331 Insert\SpecialChar \menuseparator
22332 Float\SpecialChar \menuseparator
22333 Table
22334 \family default
22335  or the toolbar button 
22336 \begin_inset Info
22337 type  "icon"
22338 arg   "float-insert table"
22339 \end_inset
22340
22341 .
22342  They have the same properties as figure floats except that the table in
22343  the float is normally placed below the caption and not above like for figures
22344  and that the label begins with “tab:”.
22345  Table
22346 \begin_inset space ~
22347 \end_inset
22348
22349
22350 \begin_inset CommandInset ref
22351 LatexCommand ref
22352 reference "tab:Table-float"
22353
22354 \end_inset
22355
22356  is a table float.
22357 \end_layout
22358
22359 \begin_layout Standard
22360 \begin_inset Float table
22361 wide false
22362 sideways false
22363 status open
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Caption Standard
22367
22368 \begin_layout Plain Layout
22369 \begin_inset CommandInset label
22370 LatexCommand label
22371 name "tab:Table-float"
22372
22373 \end_inset
22374
22375 A table float.
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \begin_layout Plain Layout
22384 \align center
22385 \begin_inset Tabular
22386 <lyxtabular version="3" rows="3" columns="3">
22387 <features rotate="0" tabularvalignment="middle">
22388 <column alignment="center" valignment="top" width="0pt">
22389 <column alignment="center" valignment="top" width="0pt">
22390 <column alignment="center" valignment="top" width="0pt">
22391 <row>
22392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396
22397 \family roman
22398 \series medium
22399 \shape up
22400 \size normal
22401 \emph off
22402 \bar no
22403 \noun off
22404 \color none
22405 1
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414
22415 \family roman
22416 \series medium
22417 \shape up
22418 \size normal
22419 \emph off
22420 \bar no
22421 \noun off
22422 \color none
22423 2
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432
22433 \family roman
22434 \series medium
22435 \shape up
22436 \size normal
22437 \emph off
22438 \bar no
22439 \noun off
22440 \color none
22441 3
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \family roman
22454 \series medium
22455 \shape up
22456 \size normal
22457 \emph off
22458 \bar no
22459 \noun off
22460 \color none
22461 Joe
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470
22471 \family roman
22472 \series medium
22473 \shape up
22474 \size normal
22475 \emph off
22476 \bar no
22477 \noun off
22478 \color none
22479 Mary
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488
22489 \family roman
22490 \series medium
22491 \shape up
22492 \size normal
22493 \emph off
22494 \bar no
22495 \noun off
22496 \color none
22497 Ted
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 <row>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \family roman
22510 \series medium
22511 \shape up
22512 \size normal
22513 \emph off
22514 \bar no
22515 \noun off
22516 \color none
22517 \begin_inset Formula $\int x^{2}dx$
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529
22530 \family roman
22531 \series medium
22532 \shape up
22533 \size normal
22534 \emph off
22535 \bar no
22536 \noun off
22537 \color none
22538 \begin_inset Formula $\left[\begin{array}{cc}
22539 a & b\\
22540 c & d
22541 \end{array}\right]$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \family roman
22555 \series medium
22556 \shape up
22557 \size normal
22558 \emph off
22559 \bar no
22560 \noun off
22561 \color none
22562 \begin_inset Formula $1+1=2$
22563 \end_inset
22564
22565
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 </row>
22571 </lyxtabular>
22572
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \begin_layout Subsection
22584 More Information
22585 \begin_inset Index idx
22586 status collapsed
22587
22588 \begin_layout Plain Layout
22589 Floats ! Details
22590 \end_layout
22591
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \begin_layout Standard
22598 LyX offers you further float types as well as rotated floats.
22599  It also allows you to change the float numbering scheme, to control the
22600  float placement and to change the formatting and placement of the float
22601  caption.
22602  All these features are explained in detail with many examples in the chapter
22603  
22604 \emph on
22605 Floats
22606 \emph default
22607  in the 
22608 \emph on
22609 Embedded
22610 \begin_inset space ~
22611 \end_inset
22612
22613 Objects
22614 \emph default
22615  manual.
22616 \end_layout
22617
22618 \begin_layout Section
22619 Minipages
22620 \begin_inset Index idx
22621 status collapsed
22622
22623 \begin_layout Plain Layout
22624 Minipages
22625 \end_layout
22626
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \begin_layout Standard
22633 LaTeX provides a mechanism essentially to produce a page within a page,
22634  called a minipage.
22635  Within a minipage, all the usual rules of indentation, line wrapping, etc.
22636 \begin_inset space \space{}
22637 \end_inset
22638
22639 apply.
22640  
22641 \end_layout
22642
22643 \begin_layout Standard
22644 Minipages in LyX have their own collapsible box inserted via the menu 
22645 \family sans
22646 Insert\SpecialChar \menuseparator
22647 Box
22648 \family default
22649 .
22650  Right-clicking on the box label allows you to alter the width of the minipage
22651  and its alignment within the page.
22652 \end_layout
22653
22654 \begin_layout Standard
22655 \align center
22656 \begin_inset Box Frameless
22657 position "t"
22658 hor_pos "c"
22659 has_inner_box 1
22660 inner_pos "t"
22661 use_parbox 0
22662 use_makebox 0
22663 width "30col%"
22664 special "none"
22665 height "1pt"
22666 height_special "totalheight"
22667 status collapsed
22668
22669 \begin_layout Plain Layout
22670
22671 \shape italic
22672 This is a minipage.
22673  The text is set in an italic style.
22674 \end_layout
22675
22676 \begin_layout Plain Layout
22677
22678 \shape italic
22679 Minipages are often used for text in another language or text that needs
22680  another formatting.
22681 \end_layout
22682
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \begin_layout Standard
22689 \begin_inset VSpace medskip
22690 \end_inset
22691
22692 If you place two minipages side-by-side, you can use 
22693 \family sans
22694 Horizontal Fills
22695 \family default
22696  as described in section
22697 \begin_inset space ~
22698 \end_inset
22699
22700
22701 \begin_inset CommandInset ref
22702 LatexCommand ref
22703 reference "sub:Horizontal-Space"
22704
22705 \end_inset
22706
22707 :
22708 \begin_inset VSpace medskip
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \begin_layout Standard
22715 \begin_inset Box Frameless
22716 position "t"
22717 hor_pos "c"
22718 has_inner_box 1
22719 inner_pos "t"
22720 use_parbox 0
22721 use_makebox 0
22722 width "1.5in"
22723 special "none"
22724 height "1pt"
22725 height_special "totalheight"
22726 status open
22727
22728 \begin_layout Plain Layout
22729 This is a minipage with some stupid dummy text.
22730  This dummy text is used to increase the size of the minipage.
22731 \end_layout
22732
22733 \end_inset
22734
22735
22736 \begin_inset space \hfill{}
22737 \end_inset
22738
22739
22740 \begin_inset Box Frameless
22741 position "t"
22742 hor_pos "c"
22743 has_inner_box 1
22744 inner_pos "t"
22745 use_parbox 0
22746 use_makebox 0
22747 width "1.5in"
22748 special "none"
22749 height "1pt"
22750 height_special "totalheight"
22751 status open
22752
22753 \begin_layout Plain Layout
22754 This is a minipage with some stupid dummy text.
22755  This dummy text is used to increase the size of the minipage.
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \begin_layout Standard
22764 \begin_inset VSpace bigskip
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Standard
22771 When you right-click on a minipage box, you can transform the box to another
22772  box type.
22773  All box types and their settings are explained in detail in chapter 
22774 \emph on
22775 Boxes
22776 \emph default
22777  of the 
22778 \emph on
22779 Embedded
22780 \begin_inset space ~
22781 \end_inset
22782
22783 Objects
22784 \emph default
22785  manual.
22786 \end_layout
22787
22788 \begin_layout Chapter
22789 Mathematical Formulas
22790 \begin_inset Index idx
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794 Math
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \begin_inset Index idx
22801 status collapsed
22802
22803 \begin_layout Plain Layout
22804 Formulas | see
22805 \begin_inset ERT
22806 status collapsed
22807
22808 \begin_layout Plain Layout
22809
22810 {
22811 \end_layout
22812
22813 \end_inset
22814
22815 Math
22816 \begin_inset ERT
22817 status collapsed
22818
22819 \begin_layout Plain Layout
22820
22821 }
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \begin_inset CommandInset label
22833 LatexCommand label
22834 name "chap:Mathematical-Formulas"
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Standard
22842 The issues of this chapter are described in detail in the 
22843 \emph on
22844 Math
22845 \emph default
22846  manual.
22847  There you will also find tips and tricks for special cases.
22848 \end_layout
22849
22850 \begin_layout Section
22851 Basic Math Editing
22852 \begin_inset Index idx
22853 status collapsed
22854
22855 \begin_layout Plain Layout
22856 Math ! Basics
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \begin_layout Standard
22865 To create a math formula, you can just click on the toolbar icon 
22866 \begin_inset Info
22867 type  "icon"
22868 arg   "math-mode on"
22869 \end_inset
22870
22871  (shortcut 
22872 \begin_inset Info
22873 type  "shortcut"
22874 arg   "math-mode"
22875 \end_inset
22876
22877 ).
22878  That will create a little blue rectangle, with purple markers around its
22879  corners.
22880  That blue rectangle is the formula itself; the purple markers indicate
22881  what level of nesting within the formula you are at.
22882  You can also choose a particular formula type to insert via the 
22883 \family sans
22884 Insert\SpecialChar \menuseparator
22885 Math
22886 \family default
22887  menu.
22888 \end_layout
22889
22890 \begin_layout Standard
22891 Editing the parameters of a formula and adding math constructs can be done
22892  with the 
22893 \family sans
22894 math
22895 \begin_inset space ~
22896 \end_inset
22897
22898 toolbar
22899 \family default
22900 , that appears if the cursor is in a formula.
22901 \end_layout
22902
22903 \begin_layout Standard
22904 There are two main types of formulas, inline formulas and display formulas.
22905  Inline formulas appear within a text line, like this one:
22906 \end_layout
22907
22908 \begin_layout Standard
22909 This is a line with an inline formula 
22910 \begin_inset Formula $A=B$
22911 \end_inset
22912
22913  in it.
22914 \end_layout
22915
22916 \begin_layout Standard
22917 Displayed formulas appear outside the text like if they were in a separate
22918  paragraph, like this one:
22919 \begin_inset Formula 
22920 \[
22921 A=B
22922 \]
22923
22924 \end_inset
22925
22926 You can only number and reference displayed formulas.
22927 \end_layout
22928
22929 \begin_layout Standard
22930 LyX also supports many LaTeX math commands.
22931  For example, typing 
22932 \begin_inset Quotes eld
22933 \end_inset
22934
22935
22936 \series bold
22937
22938 \backslash
22939 alpha
22940 \series default
22941
22942 \begin_inset Quotes erd
22943 \end_inset
22944
22945 , followed by a space, in a formula will create the Greek letter 
22946 \begin_inset Formula $\alpha$
22947 \end_inset
22948
22949 .
22950  Typing commands might sometimes be faster than using the 
22951 \family sans
22952 Math
22953 \begin_inset space ~
22954 \end_inset
22955
22956 Panel
22957 \family default
22958 .
22959 \end_layout
22960
22961 \begin_layout Subsection
22962 Navigating in Formulas
22963 \begin_inset Index idx
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967 Math ! Navigating
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Standard
22976 The best control over the cursor position within an existing formula is
22977  achieved with the arrow keys.
22978  LyX uses small rectangles to indicate places where something can be inserted.
22979  The arrow keys can be used to navigate between parts of a formula.
22980  Pressing 
22981 \family sans
22982 Space
22983 \family default
22984  will leave a formula construct (a square root 
22985 \begin_inset Formula $\sqrt{2}$
22986 \end_inset
22987
22988 , or parentheses 
22989 \begin_inset Formula $\left(f\right)$
22990 \end_inset
22991
22992 , or a matrix 
22993 \begin_inset Formula $\left[\begin{array}{cc}
22994 1 & 2\\
22995 3 & 4
22996 \end{array}\right]$
22997 \end_inset
22998
22999 ).
23000  Pressing 
23001 \family sans
23002 Escape
23003 \family default
23004  will leave the formula, placing the cursor after the formula.
23005  
23006 \family sans
23007 Tab
23008 \family default
23009  can be used to move horizontally in a formula; for example, through the
23010  cells of a matrix or the positions in a multi-line equation.
23011 \end_layout
23012
23013 \begin_layout Standard
23014
23015 \family sans
23016 Space
23017 \family default
23018 , printed in this document as 
23019 \begin_inset Quotes eld
23020 \end_inset
23021
23022
23023 \begin_inset space \textvisiblespace{}
23024 \end_inset
23025
23026
23027 \begin_inset Quotes erd
23028 \end_inset
23029
23030 , seems to do nothing in a formula, since it does not add a space between
23031  characters, but it does exit a nested structure.
23032  For this reason, you have to be careful about using 
23033 \family sans
23034 Space
23035 \family default
23036 .
23037  For example, if you want 
23038 \begin_inset Formula $\sqrt{2x+1}$
23039 \end_inset
23040
23041 , type 
23042 \series bold
23043
23044 \backslash
23045 sqrt
23046 \begin_inset space \textvisiblespace{}
23047 \end_inset
23048
23049 2x+1
23050 \series default
23051  and not 
23052 \series bold
23053
23054 \backslash
23055 sqrt
23056 \begin_inset space \textvisiblespace{}
23057 \end_inset
23058
23059 2x
23060 \begin_inset space \textvisiblespace{}
23061 \end_inset
23062
23063 +1
23064 \series default
23065 , since in the latter case only the 
23066 \family typewriter
23067
23068 \begin_inset Formula $2x$
23069 \end_inset
23070
23071
23072 \family default
23073  will be under the square root sign: 
23074 \begin_inset Formula $\sqrt{2x}+1$
23075 \end_inset
23076
23077 .
23078 \end_layout
23079
23080 \begin_layout Standard
23081 You can leave many parts of a formula, like this matrix, partially filled
23082  in, such as:
23083 \begin_inset Formula 
23084 \[
23085 \left(\begin{array}{ccc}
23086 \lambda_{1}\\
23087  & \ddots\\
23088  &  & \lambda_{n}
23089 \end{array}\right)
23090 \]
23091
23092 \end_inset
23093
23094 If you leave a fraction only partially filled in, or a subscript with nothing
23095  in it, the results will be unpredictable, but most constructs don't mind.
23096 \end_layout
23097
23098 \begin_layout Subsection
23099 Selecting Text
23100 \end_layout
23101
23102 \begin_layout Standard
23103 You can select text within a formula in two different ways.
23104  Place the cursor at one end of the string of text you want, and press 
23105 \family sans
23106 Shift
23107 \family default
23108  and a cursor movement key to select text.
23109  It will be highlighted as with regular text selection.
23110  Alternatively, you can select text with the mouse in the usual way.
23111  That text can then be cut or copied, and then pasted within any formula,
23112  but not in a normal text region in LyX.
23113 \end_layout
23114
23115 \begin_layout Subsection
23116 Exponents and Subscripts
23117 \begin_inset Index idx
23118 status collapsed
23119
23120 \begin_layout Plain Layout
23121 Math ! Exponents
23122 \end_layout
23123
23124 \end_inset
23125
23126
23127 \begin_inset Index idx
23128 status collapsed
23129
23130 \begin_layout Plain Layout
23131 Math ! Subscripts
23132 \end_layout
23133
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \begin_layout Standard
23140 You can use the math panel to add super- or subscripts (buttons 
23141 \begin_inset Info
23142 type  "icon"
23143 arg   "math-superscript"
23144 \end_inset
23145
23146  and 
23147 \begin_inset Info
23148 type  "icon"
23149 arg   "math-subscript"
23150 \end_inset
23151
23152 ), but it is often much easier to use a command.
23153  To get 
23154 \begin_inset Formula $x^{2}$
23155 \end_inset
23156
23157 , type in a formula 
23158 \series bold
23159 x^2
23160 \begin_inset space \textvisiblespace{}
23161 \end_inset
23162
23163
23164 \series default
23165 .
23166  The final 
23167 \family sans
23168 Space
23169 \family default
23170  puts the cursor back down on the base line of the expression.
23171  If you type 
23172 \series bold
23173 x^2y
23174 \series default
23175 , you will get 
23176 \begin_inset Formula $x^{2y}$
23177 \end_inset
23178
23179 , to get 
23180 \begin_inset Formula $x^{2}y$
23181 \end_inset
23182
23183 , type 
23184 \series bold
23185 x^2
23186 \begin_inset space \textvisiblespace{}
23187 \end_inset
23188
23189 y
23190 \series default
23191 .
23192  If you use characters in the superscript, that could be accented with the
23193  circumflex 
23194 \begin_inset Quotes eld
23195 \end_inset
23196
23197 ^
23198 \begin_inset Quotes erd
23199 \end_inset
23200
23201 , you have to use an extra 
23202 \family sans
23203 Space
23204 \family default
23205  to separate the circumflex and the character.
23206  For example, if you want 
23207 \begin_inset Formula $x^{a}$
23208 \end_inset
23209
23210 , type 
23211 \series bold
23212 x^
23213 \begin_inset space \textvisiblespace{}
23214 \end_inset
23215
23216 a
23217 \series default
23218 .
23219  Subscripts are similar: To get 
23220 \begin_inset Formula $a_{1}$
23221 \end_inset
23222
23223 , type 
23224 \series bold
23225 a_1
23226 \begin_inset space \textvisiblespace{}
23227 \end_inset
23228
23229
23230 \series default
23231 .
23232 \end_layout
23233
23234 \begin_layout Subsection
23235 Fractions
23236 \begin_inset Index idx
23237 status collapsed
23238
23239 \begin_layout Plain Layout
23240 Math ! Fractions
23241 \end_layout
23242
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \begin_layout Standard
23249 Create a fraction either with the command 
23250 \series bold
23251
23252 \backslash
23253 frac
23254 \series default
23255  or by using the icon 
23256 \begin_inset Info
23257 type  "icon"
23258 arg   "math-insert \\frac"
23259 \end_inset
23260
23261  in the 
23262 \family sans
23263 Math
23264 \begin_inset space ~
23265 \end_inset
23266
23267 Panel
23268 \family default
23269 .
23270  You will be presented with an empty fraction.
23271  The cursor is above the fraction line.
23272  To move it to the bottom, simply press 
23273 \family sans
23274 Down
23275 \family default
23276 .
23277  To move back up, press 
23278 \family sans
23279 Up
23280 \family default
23281 .
23282  Any math structure can be placed in a fraction, as this example shows:
23283 \begin_inset Formula 
23284 \[
23285 \left[\frac{1}{\left(\begin{array}{cc}
23286 2 & 3\\
23287 4 & 5
23288 \end{array}\right)}\right]
23289 \]
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \begin_layout Subsection
23297 Roots
23298 \begin_inset Index idx
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302 Math ! Roots
23303 \end_layout
23304
23305 \end_inset
23306
23307
23308 \end_layout
23309
23310 \begin_layout Standard
23311 Roots can be created using the 
23312 \family sans
23313 Math
23314 \begin_inset space ~
23315 \end_inset
23316
23317 Panel
23318 \family default
23319  buttons 
23320 \begin_inset Info
23321 type  "icon"
23322 arg   "math-insert \\sqrt"
23323 \end_inset
23324
23325  or 
23326 \begin_inset Info
23327 type  "icon"
23328 arg   "math-insert \\root"
23329 \end_inset
23330
23331  or the commands 
23332 \series bold
23333
23334 \backslash
23335 sqrt
23336 \series default
23337  or 
23338 \series bold
23339
23340 \backslash
23341 root
23342 \series default
23343 .
23344  With the command 
23345 \series bold
23346
23347 \backslash
23348 root
23349 \series default
23350  you can produce roots of higher orders, like cube roots, while 
23351 \series bold
23352
23353 \backslash
23354 sqrt
23355 \series default
23356  always produces a square root.
23357 \end_layout
23358
23359 \begin_layout Subsection
23360 Operators with Limits
23361 \begin_inset Index idx
23362 status collapsed
23363
23364 \begin_layout Plain Layout
23365 Math ! Sums
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \begin_inset Index idx
23372 status collapsed
23373
23374 \begin_layout Plain Layout
23375 Math ! Integrals
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \begin_inset CommandInset label
23382 LatexCommand label
23383 name "sub:Operators-with-Limits"
23384
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \begin_layout Standard
23391 Sum (
23392 \begin_inset Formula $\sum$
23393 \end_inset
23394
23395 ) and integral (
23396 \begin_inset Formula $\int$
23397 \end_inset
23398
23399 ) operators are very often decorated with limits.
23400  These limits can be entered in LyX by entering them as you would enter
23401  a super- or subscript, directly after the symbol.
23402  The sum operator will automatically place its 
23403 \begin_inset Quotes eld
23404 \end_inset
23405
23406 limits
23407 \begin_inset Quotes erd
23408 \end_inset
23409
23410  over and under the symbol in displayed formulas, and to the side in inline
23411  formulas, as in 
23412 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
23413 \end_inset
23414
23415 , versus
23416 \begin_inset Formula 
23417 \[
23418 \sum\nolimits _{n=0}^{\infty}\frac{1}{n!}=e
23419 \]
23420
23421 \end_inset
23422
23423 Integral signs, however, will place the limits to the side in both formula
23424  types.
23425 \end_layout
23426
23427 \begin_layout Standard
23428 All operators with limits will be automatically re-sized when placed in
23429  display mode.
23430  The placement of the limits can be changed by placing the cursor directly
23431  behind the operator and using the menu 
23432 \family sans
23433 Edit\SpecialChar \menuseparator
23434 Math\SpecialChar \menuseparator
23435 Change
23436 \begin_inset space ~
23437 \end_inset
23438
23439 Limits
23440 \begin_inset space ~
23441 \end_inset
23442
23443 Type
23444 \family default
23445  or entering 
23446 \begin_inset Info
23447 type  "shortcut"
23448 arg   "math-limits"
23449 \end_inset
23450
23451 .
23452 \end_layout
23453
23454 \begin_layout Standard
23455 Certain other mathematical expressions also have this 
23456 \begin_inset Quotes eld
23457 \end_inset
23458
23459 moving limits
23460 \begin_inset Quotes erd
23461 \end_inset
23462
23463  feature, such as
23464 \begin_inset Index idx
23465 status collapsed
23466
23467 \begin_layout Plain Layout
23468 Math ! Limits
23469 \end_layout
23470
23471 \end_inset
23472
23473
23474 \begin_inset Formula 
23475 \[
23476 \lim_{x\rightarrow\infty}f(x),
23477 \]
23478
23479 \end_inset
23480
23481 which will place the 
23482 \begin_inset Formula $x\rightarrow\infty$
23483 \end_inset
23484
23485  underneath the 
23486 \begin_inset Quotes eld
23487 \end_inset
23488
23489 lim
23490 \begin_inset Quotes erd
23491 \end_inset
23492
23493  in display mode.
23494  In inline formulas it looks like this: 
23495 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
23496 \end_inset
23497
23498 .
23499 \end_layout
23500
23501 \begin_layout Standard
23502 Note that the lim-function was entered as the function macro 
23503 \series bold
23504
23505 \backslash
23506 lim
23507 \series default
23508 .
23509  Have a look at section
23510 \begin_inset space ~
23511 \end_inset
23512
23513
23514 \begin_inset CommandInset ref
23515 LatexCommand ref
23516 reference "sub:Functions"
23517
23518 \end_inset
23519
23520  for an explanation of function macros.
23521 \end_layout
23522
23523 \begin_layout Subsection
23524 Math Symbols
23525 \begin_inset Index idx
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529 Math ! Symbols
23530 \end_layout
23531
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \begin_layout Standard
23538 Most math symbols can be found in the 
23539 \family sans
23540 Math
23541 \begin_inset space ~
23542 \end_inset
23543
23544 Panel
23545 \family default
23546  under one of several categories; including 
23547 \family sans
23548 Greek
23549 \family default
23550
23551 \family sans
23552 Operators
23553 \family default
23554
23555 \family sans
23556 Relations
23557 \family default
23558
23559 \family sans
23560 Arrows
23561 \family default
23562 .
23563  There are also the additional symbols provided by the American Mathematical
23564  Society (AMS).
23565 \end_layout
23566
23567 \begin_layout Standard
23568 If you know the LaTeX-command for a construct or symbol you wish to use,
23569  you don't have to use the 
23570 \family sans
23571 Math
23572 \begin_inset space ~
23573 \end_inset
23574
23575 Panel
23576 \family default
23577 ; you can type the command directly into the formula.
23578  LyX will convert it to the corresponding symbol or construct.
23579 \end_layout
23580
23581 \begin_layout Subsection
23582 Altering Spacing
23583 \begin_inset Index idx
23584 status collapsed
23585
23586 \begin_layout Plain Layout
23587 Math ! Spaces
23588 \end_layout
23589
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \begin_layout Standard
23596 You may want to create spaces that differ from the standard spacing that
23597  LaTeX provides.
23598  To do this, press 
23599 \begin_inset Info
23600 type  "shortcut"
23601 arg   "command-alternatives math-space ; space-insert protected"
23602 \end_inset
23603
23604  or use the 
23605 \family sans
23606 Math
23607 \begin_inset space ~
23608 \end_inset
23609
23610 Panel
23611 \family default
23612  button 
23613 \begin_inset Info
23614 type  "icon"
23615 arg   "math-insert \\space"
23616 \end_inset
23617
23618 .
23619  This generates a small space, and shows a small marker on the screen.
23620  For example, the sequence 
23621 \series bold
23622 a Ctrl+Space b
23623 \series default
23624
23625 \begin_inset Formula $a\,b$
23626 \end_inset
23627
23628  appears in LyX as 
23629 \begin_inset Graphics
23630         filename clipart/SpaceMarker.png
23631
23632 \end_inset
23633
23634 .
23635  You can change the space to different sizes when you set the cursor behind
23636  the space marker and enter space again several times.
23637  With every space enter the size will be changed.
23638  Some markers for the space size appear red in LyX, because they are negative
23639  spaces.
23640  Here are two examples:
23641 \end_layout
23642
23643 \begin_layout Standard
23644
23645 \series bold
23646 a Ctrl+Space b
23647 \series default
23648  and 3×
23649 \family sans
23650 Space
23651 \family default
23652
23653 \begin_inset Formula $a\quad b$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \begin_layout Standard
23660
23661 \series bold
23662 a Ctrl+Space b
23663 \series default
23664  and 5×
23665 \family sans
23666 Space
23667 \family default
23668
23669 \begin_inset Formula $a\!b$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Subsection
23676 Functions
23677 \begin_inset Index idx
23678 status collapsed
23679
23680 \begin_layout Plain Layout
23681 Math ! Functions
23682 \end_layout
23683
23684 \end_inset
23685
23686
23687 \begin_inset CommandInset label
23688 LatexCommand label
23689 name "sub:Functions"
23690
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \begin_layout Standard
23697 The 
23698 \family sans
23699 Math
23700 \begin_inset space ~
23701 \end_inset
23702
23703 Panel
23704 \family default
23705  contains under the button 
23706 \begin_inset Info
23707 type  "icon"
23708 arg   "math-insert \\functions"
23709 \end_inset
23710
23711  a number of function macros, such as 
23712 \begin_inset Formula $\sin$
23713 \end_inset
23714
23715
23716 \begin_inset Formula $\lim$
23717 \end_inset
23718
23719
23720 \emph on
23721 etc
23722 \emph default
23723 .
23724  (you can also insert them in a formula by typing 
23725 \series bold
23726
23727 \backslash
23728 sin
23729 \series default
23730  etc.).
23731  Standard mathematical practice is that functions are printed upright to
23732  avoid confusions, because 
23733 \begin_inset Formula $sin$
23734 \end_inset
23735
23736  does normally mean 
23737 \begin_inset Formula $s\cdot i\cdot n$
23738 \end_inset
23739
23740 .
23741 \end_layout
23742
23743 \begin_layout Standard
23744 Using the function macros will also produce correct spacing around the function:
23745  
23746 \begin_inset Formula $a\sin x$
23747 \end_inset
23748
23749  is different from 
23750 \begin_inset Formula $asinx$
23751 \end_inset
23752
23753 .
23754 \end_layout
23755
23756 \begin_layout Standard
23757 For some mathematical objects, like limits, the macro changes where subscripts
23758  are placed, as described in section
23759 \begin_inset space ~
23760 \end_inset
23761
23762
23763 \begin_inset CommandInset ref
23764 LatexCommand ref
23765 reference "sub:Operators-with-Limits"
23766
23767 \end_inset
23768
23769 .
23770 \end_layout
23771
23772 \begin_layout Subsection
23773 Accents
23774 \begin_inset Index idx
23775 status collapsed
23776
23777 \begin_layout Plain Layout
23778 Math ! Accents
23779 \end_layout
23780
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \begin_layout Standard
23787 In a formula you can insert accented characters in the same way as in text
23788  mode.
23789  This may depend on your keyboard, or the bindings file you use.
23790  You can also use LaTeX commands, for example, to enter 
23791 \begin_inset Formula $\hat{a}$
23792 \end_inset
23793
23794  even if your keyboard doesn't have the circumflex enabled.
23795  Our example is entered by typing 
23796 \series bold
23797
23798 \backslash
23799 hat
23800 \begin_inset space \textvisiblespace{}
23801 \end_inset
23802
23803 a
23804 \series default
23805  in a formula.
23806  Table
23807 \begin_inset space ~
23808 \end_inset
23809
23810
23811 \begin_inset CommandInset ref
23812 LatexCommand ref
23813 reference "tab:Accent-names-and"
23814
23815 \end_inset
23816
23817  shows the equivalences between the accent names and the commands.
23818 \end_layout
23819
23820 \begin_layout Standard
23821 \begin_inset Float table
23822 wide false
23823 sideways false
23824 status open
23825
23826 \begin_layout Plain Layout
23827 \begin_inset Caption Standard
23828
23829 \begin_layout Plain Layout
23830 \begin_inset CommandInset label
23831 LatexCommand label
23832 name "tab:Accent-names-and"
23833
23834 \end_inset
23835
23836 Accent names and the corresponding commands.
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \begin_layout Plain Layout
23845 \align center
23846 \begin_inset Tabular
23847 <lyxtabular version="3" rows="11" columns="3">
23848 <features rotate="0" tabularvalignment="middle">
23849 <column alignment="center" valignment="top" width="0pt">
23850 <column alignment="center" valignment="top" width="0pt">
23851 <column alignment="center" valignment="top" width="0pt">
23852 <row>
23853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 Name
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 Command
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 E
23876 \family roman
23877 \series medium
23878 \shape up
23879 \size normal
23880 \emph off
23881 \bar no
23882 \noun off
23883 \color none
23884 xample
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 </row>
23890 <row>
23891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895
23896 \family roman
23897 \series medium
23898 \shape up
23899 \size normal
23900 \emph off
23901 \bar no
23902 \noun off
23903 \color none
23904 circumflex
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \series bold
23915
23916 \backslash
23917 hat
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926
23927 \family roman
23928 \series medium
23929 \shape up
23930 \size normal
23931 \emph off
23932 \bar no
23933 \noun off
23934 \color none
23935 \begin_inset Formula $\hat{a}$
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \family roman
23951 \series medium
23952 \shape up
23953 \size normal
23954 \emph off
23955 \bar no
23956 \noun off
23957 \color none
23958 grave
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \series bold
23969
23970 \backslash
23971 grave
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \family roman
23982 \series medium
23983 \shape up
23984 \size normal
23985 \emph off
23986 \bar no
23987 \noun off
23988 \color none
23989 \begin_inset Formula $\grave{a}$
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 </row>
23998 <row>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003
24004 \family roman
24005 \series medium
24006 \shape up
24007 \size normal
24008 \emph off
24009 \bar no
24010 \noun off
24011 \color none
24012 acute
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021
24022 \series bold
24023
24024 \backslash
24025 acute
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034
24035 \family roman
24036 \series medium
24037 \shape up
24038 \size normal
24039 \emph off
24040 \bar no
24041 \noun off
24042 \color none
24043 \begin_inset Formula $\acute{a}$
24044 \end_inset
24045
24046
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 </row>
24052 <row>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057
24058 \family roman
24059 \series medium
24060 \shape up
24061 \size normal
24062 \emph off
24063 \bar no
24064 \noun off
24065 \color none
24066 umlaut
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \series bold
24077
24078 \backslash
24079 ddot
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088
24089 \family roman
24090 \series medium
24091 \shape up
24092 \size normal
24093 \emph off
24094 \bar no
24095 \noun off
24096 \color none
24097 \begin_inset Formula $\ddot{a}$
24098 \end_inset
24099
24100
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 </row>
24106 <row>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111
24112 \family roman
24113 \series medium
24114 \shape up
24115 \size normal
24116 \emph off
24117 \bar no
24118 \noun off
24119 \color none
24120 tilde
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129
24130 \series bold
24131
24132 \backslash
24133 tilde
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \family roman
24144 \series medium
24145 \shape up
24146 \size normal
24147 \emph off
24148 \bar no
24149 \noun off
24150 \color none
24151 \begin_inset Formula $\tilde{a}$
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 </row>
24160 <row>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165
24166 \family roman
24167 \series medium
24168 \shape up
24169 \size normal
24170 \emph off
24171 \bar no
24172 \noun off
24173 \color none
24174 dot
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \series bold
24185
24186 \backslash
24187 dot
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \family roman
24198 \series medium
24199 \shape up
24200 \size normal
24201 \emph off
24202 \bar no
24203 \noun off
24204 \color none
24205 \begin_inset Formula $\dot{a}$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \family roman
24221 \series medium
24222 \shape up
24223 \size normal
24224 \emph off
24225 \bar no
24226 \noun off
24227 \color none
24228 breve
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237
24238 \series bold
24239
24240 \backslash
24241 breve
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \family roman
24252 \series medium
24253 \shape up
24254 \size normal
24255 \emph off
24256 \bar no
24257 \noun off
24258 \color none
24259 \begin_inset Formula $\breve{a}$
24260 \end_inset
24261
24262
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 </row>
24268 <row>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273
24274 \family roman
24275 \series medium
24276 \shape up
24277 \size normal
24278 \emph off
24279 \bar no
24280 \noun off
24281 \color none
24282 caron
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291
24292 \series bold
24293
24294 \backslash
24295 check
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \family roman
24306 \series medium
24307 \shape up
24308 \size normal
24309 \emph off
24310 \bar no
24311 \noun off
24312 \color none
24313 \begin_inset Formula $\check{a}$
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 </row>
24322 <row>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \family roman
24329 \series medium
24330 \shape up
24331 \size normal
24332 \emph off
24333 \bar no
24334 \noun off
24335 \color none
24336 macron
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \series bold
24347
24348 \backslash
24349 bar
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \family roman
24360 \series medium
24361 \shape up
24362 \size normal
24363 \emph off
24364 \bar no
24365 \noun off
24366 \color none
24367 \begin_inset Formula $\bar{a}$
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 </row>
24376 <row>
24377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 vector
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \series bold
24392
24393 \backslash
24394 vec
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \family roman
24405 \series medium
24406 \shape up
24407 \size normal
24408 \emph off
24409 \bar no
24410 \noun off
24411 \color none
24412 \begin_inset Formula $\vec{a}$
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 </row>
24421 </lyxtabular>
24422
24423 \end_inset
24424
24425
24426 \end_layout
24427
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \begin_layout Standard
24434 You can choose one of the accents by selecting an item from the 
24435 \family sans
24436 Frame
24437 \begin_inset space ~
24438 \end_inset
24439
24440 decorations
24441 \family default
24442  symbol set button 
24443 \begin_inset Info
24444 type  "icon"
24445 arg   "math-insert \\hat"
24446 \end_inset
24447
24448  in the math panel; this will apply to any selection you have made within
24449  a formula too.
24450 \end_layout
24451
24452 \begin_layout Section
24453 Brackets and Delimiters
24454 \begin_inset Index idx
24455 status collapsed
24456
24457 \begin_layout Plain Layout
24458 Math ! Brackets
24459 \end_layout
24460
24461 \end_inset
24462
24463
24464 \begin_inset Index idx
24465 status collapsed
24466
24467 \begin_layout Plain Layout
24468 Math ! Delimiters
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \begin_inset CommandInset label
24475 LatexCommand label
24476 name "sec:Brackets-and-Delimiters"
24477
24478 \end_inset
24479
24480
24481 \end_layout
24482
24483 \begin_layout Standard
24484 There are several brackets available through LyX.
24485  For some purposes, using just the keys 
24486 \family typewriter
24487 []{}()|<>
24488 \family default
24489  should suffice.
24490  But if you want to surround a large structure, like a matrix or a fraction,
24491  or if you have several layers of brackets, it is better to use the math
24492  toolbar delimiter icon 
24493 \begin_inset Info
24494 type  "icon"
24495 arg   "dialog-show mathdelimiter"
24496 \end_inset
24497
24498 .
24499  For example, if you construct the brackets around a matrix in this way:
24500 \begin_inset Formula 
24501 \[
24502 \left[\begin{array}{cc}
24503 1 & 2\\
24504 3 & 4
24505 \end{array}\right]
24506 \]
24507
24508 \end_inset
24509
24510 it makes it easier to see the layers of parentheses.
24511  Below, the expression on the left was entered using the delimiter icon
24512  
24513 \begin_inset Info
24514 type  "icon"
24515 arg   "dialog-show mathdelimiter"
24516 \end_inset
24517
24518  and the expression on the right was entered using the 
24519 \family typewriter
24520 ()
24521 \family default
24522  keys.
24523  
24524 \begin_inset Formula 
24525 \[
24526 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\qquad\qquad\frac{1}{(1+(\frac{1}{1+(\frac{1}{1+x})}))}
24527 \]
24528
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \begin_layout Standard
24535 If you use the delimiter icon, the parentheses, and other brackets from
24536  that menu will automatically re-size to accommodate the size of what is
24537  inside.
24538 \end_layout
24539
24540 \begin_layout Standard
24541 To construct brackets click on the button for the bracket you want on the
24542  left side and right side.
24543  If you use the option 
24544 \family sans
24545 Keep
24546 \begin_inset space ~
24547 \end_inset
24548
24549 matched
24550 \family default
24551 , the selected bracket type will be used for the left and the right side.
24552  The selection will be shown as TeX code.
24553  If you want one side not to have a bracket, use 
24554 \family sans
24555 (none)
24556 \family default
24557 .
24558  It will appear in LyX with a dotted line, but nothing will be printed.
24559 \end_layout
24560
24561 \begin_layout Standard
24562 If you want to place brackets around existing math structures, like a square
24563  root, you can do so by first highlighting (selecting) the structure that
24564  is to go inside the brackets.
24565  Then choose the appropriate brackets for left and right and click on 
24566 \family sans
24567 Insert
24568 \family default
24569 .
24570  The most common bracket combinations (parentheses, square brackets, and
24571  braces, on both sides) can be entered more quickly using keyboard shortcuts.
24572  For example, to insert a pair of parentheses, select the structure and
24573  enter 
24574 \begin_inset Info
24575 type  "shortcut"
24576 arg   "math-delim ( )"
24577 \end_inset
24578
24579 .
24580 \end_layout
24581
24582 \begin_layout Section
24583 Arrays and Multi-line Equations
24584 \begin_inset Index idx
24585 status collapsed
24586
24587 \begin_layout Plain Layout
24588 Math ! Arrays
24589 \end_layout
24590
24591 \end_inset
24592
24593
24594 \begin_inset Index idx
24595 status collapsed
24596
24597 \begin_layout Plain Layout
24598 Math ! Matrices
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \begin_inset Index idx
24605 status collapsed
24606
24607 \begin_layout Plain Layout
24608 Math ! Multi-line Equations
24609 \end_layout
24610
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \begin_layout Standard
24617 Matrices are entered in LyX using the 
24618 \family sans
24619 Math
24620 \begin_inset space ~
24621 \end_inset
24622
24623 Panel
24624 \family default
24625  matrix button 
24626 \begin_inset Info
24627 type  "icon"
24628 arg   "dialog-show mathmatrix"
24629 \end_inset
24630
24631 .
24632  It will open a dialog for you to choose the number of rows/columns.
24633  Here is an example:
24634 \begin_inset Formula 
24635 \[
24636 \left(\begin{array}{ccc}
24637 1 & 2 & 3\\
24638 4 & 5 & 6\\
24639 7 & 8 & 9
24640 \end{array}\right)
24641 \]
24642
24643 \end_inset
24644
24645 The parentheses aren't automatic, but you can add them as described in section
24646 \begin_inset space ~
24647 \end_inset
24648
24649
24650 \begin_inset CommandInset ref
24651 LatexCommand ref
24652 reference "sec:Brackets-and-Delimiters"
24653
24654 \end_inset
24655
24656 .
24657  When you construct the matrix, you can decide whether the column entries
24658  will be left-, right-, or center-justified.
24659  This alignment is set in the box 
24660 \family sans
24661 Horizontal
24662 \family default
24663  with the letters 
24664 \begin_inset Quotes eld
24665 \end_inset
24666
24667
24668 \family sans
24669 l
24670 \family default
24671
24672 \begin_inset Quotes erd
24673 \end_inset
24674
24675
24676 \begin_inset Quotes eld
24677 \end_inset
24678
24679
24680 \family sans
24681 r
24682 \family default
24683
24684 \begin_inset Quotes erd
24685 \end_inset
24686
24687 , and 
24688 \begin_inset Quotes eld
24689 \end_inset
24690
24691
24692 \family sans
24693 c
24694 \family default
24695
24696 \begin_inset Quotes erd
24697 \end_inset
24698
24699 .
24700  LyX proposes a 
24701 \begin_inset Quotes eld
24702 \end_inset
24703
24704
24705 \family sans
24706 c
24707 \family default
24708
24709 \begin_inset Quotes erd
24710 \end_inset
24711
24712  for every column as default.
24713  For example, the sequence 
24714 \begin_inset Quotes eld
24715 \end_inset
24716
24717
24718 \family sans
24719 lcr
24720 \family default
24721
24722 \begin_inset Quotes erd
24723 \end_inset
24724
24725  means that the first column will be left-justified, the second will be
24726  centered, and the third column will be right-justified, because each letter
24727  corresponds to the relevant column.
24728  The result will look like this:
24729 \begin_inset Formula 
24730 \[
24731 \begin{array}{lcr}
24732 this & this\,column & this\,column\\
24733 column & has & has\,right\\
24734 has\,left\,alignment & center\,alignment & alignment
24735 \end{array}.
24736 \]
24737
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \begin_layout Standard
24744 You can add more rows to an existing matrix by entering 
24745 \begin_inset Info
24746 type  "shortcut"
24747 arg   "newline-insert newline"
24748 \end_inset
24749
24750  while the cursor is in the matrix.
24751  Adding or deleting columns can be done via the menu 
24752 \family sans
24753 Edit\SpecialChar \menuseparator
24754 Math
24755 \family default
24756  or the math toolbar.
24757 \end_layout
24758
24759 \begin_layout Standard
24760 There are other arrays used in formulas, such as distinctions of cases.
24761  It can be created with the menu 
24762 \family sans
24763 Insert\SpecialChar \menuseparator
24764 Math\SpecialChar \menuseparator
24765 Cases
24766 \begin_inset space ~
24767 \end_inset
24768
24769 Environment
24770 \family default
24771  or the command 
24772 \series bold
24773
24774 \backslash
24775 cases
24776 \series default
24777 .
24778  Here is an example: 
24779 \begin_inset Formula 
24780 \[
24781 f(x)=\begin{cases}
24782 -1 & x<0\\
24783 0 & x=0\\
24784 1 & x>0
24785 \end{cases}
24786 \]
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Standard
24794 \begin_inset VSpace bigskip
24795 \end_inset
24796
24797 Multi-line formulas are created when you press 
24798 \begin_inset Info
24799 type  "shortcut"
24800 arg   "newline-insert newline"
24801 \end_inset
24802
24803  within a formula.
24804  In an empty formula you can see that three blue boxes appear, one for each
24805  column.
24806  When you press 
24807 \begin_inset Info
24808 type  "shortcut"
24809 arg   "newline-insert newline"
24810 \end_inset
24811
24812  in a non-empty formula, the part before the relation sign (equal sign 
24813 \begin_inset Quotes eld
24814 \end_inset
24815
24816 =
24817 \begin_inset Quotes erd
24818 \end_inset
24819
24820  etc.) will be inserted automatically in the first column, the relation sign
24821  is in the second column, and the rest in the third column.
24822  A new row is created by every further entry of 
24823 \begin_inset Info
24824 type  "shortcut"
24825 arg   "newline-insert newline"
24826 \end_inset
24827
24828 .
24829  Multi-line formulas are always displayed formulas.
24830  Here is an example:
24831 \begin_inset Formula 
24832 \begin{eqnarray}
24833 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
24834 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}
24835 \end{eqnarray}
24836
24837 \end_inset
24838
24839 Note that the middle column is designed for relation signs so structures
24840  in this column will be printed in a smaller size:
24841 \begin_inset Formula 
24842 \begin{eqnarray*}
24843 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}
24844 \end{eqnarray*}
24845
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \begin_layout Standard
24852 The multi-line formula type described here is called 
24853 \family typewriter
24854 \series medium
24855 eqnarray
24856 \family default
24857 \series default
24858 .
24859  There are other multi-line types more suitable for certain situations,
24860  for example if you want a better inter-line spacing than in formula 
24861 \begin_inset CommandInset ref
24862 LatexCommand eqref
24863 reference "eq:asquared"
24864
24865 \end_inset
24866
24867 .
24868  The other types are described in section
24869 \begin_inset space ~
24870 \end_inset
24871
24872
24873 \begin_inset CommandInset ref
24874 LatexCommand ref
24875 reference "sub:AMS-Formula-Types"
24876
24877 \end_inset
24878
24879 .
24880 \end_layout
24881
24882 \begin_layout Section
24883 Formula Numbering and Referencing
24884 \begin_inset Index idx
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888 Math ! Formula numbering
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \begin_inset Index idx
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898 Math ! Referencing formulas
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \begin_inset CommandInset label
24905 LatexCommand label
24906 name "sec:Formula-Numbering-and"
24907
24908 \end_inset
24909
24910
24911 \end_layout
24912
24913 \begin_layout Standard
24914 To number a formula, set the cursor in the formula and use the menu 
24915 \family sans
24916 Edit\SpecialChar \menuseparator
24917 Math\SpecialChar \menuseparator
24918 Number
24919 \begin_inset space ~
24920 \end_inset
24921
24922 Whole
24923 \begin_inset space ~
24924 \end_inset
24925
24926 Formula
24927 \family default
24928  or the shortcut 
24929 \begin_inset Info
24930 type  "shortcut"
24931 arg   "math-number-toggle"
24932 \end_inset
24933
24934 .
24935  The formula number appears in LyX within parentheses.
24936  The number shown is temporary and may be different when the output is generated.
24937  The placement and format of the formula number in the output depends on
24938  the document class.
24939  In this document the number is printed together with the chapter number,
24940  separated by a dot:
24941 \begin_inset Formula 
24942 \begin{equation}
24943 1+1=2
24944 \end{equation}
24945
24946 \end_inset
24947
24948 Using 
24949 \begin_inset Info
24950 type  "shortcut"
24951 arg   "math-number-toggle"
24952 \end_inset
24953
24954  in a numbered formula will switch off the numbering.
24955  You can only number displayed formulas.
24956 \end_layout
24957
24958 \begin_layout Standard
24959 Multi-line formulas can be numbered line by line: Using the menu 
24960 \family sans
24961 Edit\SpecialChar \menuseparator
24962 Math\SpecialChar \menuseparator
24963 Number
24964 \begin_inset space ~
24965 \end_inset
24966
24967 This
24968 \begin_inset space ~
24969 \end_inset
24970
24971 Line
24972 \family default
24973  or the shortcut 
24974 \begin_inset Info
24975 type  "shortcut"
24976 arg   "math-number-line-toggle"
24977 \end_inset
24978
24979  will only toggle the numbering of the line where the cursor is:
24980 \begin_inset Formula 
24981 \begin{eqnarray}
24982 1 & = & 3-2\\
24983 2 & = & 4-2\nonumber \\
24984 4 & \leq & 7
24985 \end{eqnarray}
24986
24987 \end_inset
24988
24989 To number all lines use the shortcut 
24990 \begin_inset Info
24991 type  "shortcut"
24992 arg   "math-number-toggle"
24993 \end_inset
24994
24995 .
24996 \end_layout
24997
24998 \begin_layout Standard
24999 \begin_inset VSpace bigskip
25000 \end_inset
25001
25002 Every displayed formula can be referenced by its number using a label.
25003  A label is inserted with the menu 
25004 \family sans
25005 Insert\SpecialChar \menuseparator
25006 Label
25007 \family default
25008  (toolbar button 
25009 \begin_inset Info
25010 type  "icon"
25011 arg   "label-insert"
25012 \end_inset
25013
25014 ) when the cursor is in the formula.
25015  This opens a dialog to enter the label.
25016  It is recommended that you use the suggested 
25017 \begin_inset Quotes eld
25018 \end_inset
25019
25020
25021 \family sans
25022 eq:
25023 \family default
25024
25025 \begin_inset Quotes erd
25026 \end_inset
25027
25028  as the first part of the label, because this helps later to identify the
25029  label type when you have many labels in your document.
25030  We inserted in the following example the label 
25031 \begin_inset Quotes eld
25032 \end_inset
25033
25034 eq:tanhExp
25035 \begin_inset Quotes erd
25036 \end_inset
25037
25038  in the second line:
25039 \begin_inset Formula 
25040 \begin{eqnarray}
25041 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
25042  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}
25043 \end{eqnarray}
25044
25045 \end_inset
25046
25047 Every labeled line is automatically numbered.
25048  Therefore the label is shown behind the formula number.
25049  You can reference a labeled formula using the menu 
25050 \family sans
25051 Insert\SpecialChar \menuseparator
25052 Cross
25053 \begin_inset space ~
25054 \end_inset
25055
25056 Reference
25057 \family default
25058  (toolbar button 
25059 \begin_inset Info
25060 type  "icon"
25061 arg   "dialog-show-new-inset ref"
25062 \end_inset
25063
25064 ).
25065  A dialog appears to choose a label you want to refer to.
25066  The reference appears in LyX as a gray cross-reference box and in the output
25067  as the formula number:
25068 \end_layout
25069
25070 \begin_layout Standard
25071 This is a cross-reference to equation (
25072 \begin_inset CommandInset ref
25073 LatexCommand ref
25074 reference "eq:tanhExp"
25075
25076 \end_inset
25077
25078 ).
25079 \end_layout
25080
25081 \begin_layout Standard
25082 The properties of LyX's cross-reference box are described in section
25083 \begin_inset space ~
25084 \end_inset
25085
25086
25087 \begin_inset CommandInset ref
25088 LatexCommand ref
25089 reference "sec:Cross-References"
25090
25091 \end_inset
25092
25093 .
25094  To delete a label, set the cursor at the end in the labeled formula and
25095  press 
25096 \family sans
25097 Del
25098 \family default
25099 .
25100 \end_layout
25101
25102 \begin_layout Section
25103 User defined math macros
25104 \begin_inset Index idx
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108 Math ! Macros
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Standard
25117 LyX allows you to define macros for formulas which is very useful when you
25118  have equations of the same form in a document several times.
25119  Math macros are explained in section 
25120 \emph on
25121 Math
25122 \begin_inset space ~
25123 \end_inset
25124
25125 Macros
25126 \emph default
25127  of the 
25128 \emph on
25129 Math
25130 \emph default
25131  manual.
25132 \end_layout
25133
25134 \begin_layout Section
25135 Fine-Tuning
25136 \end_layout
25137
25138 \begin_layout Subsection
25139 Typefaces
25140 \begin_inset Index idx
25141 status collapsed
25142
25143 \begin_layout Plain Layout
25144 Math ! Typefaces
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \begin_layout Standard
25153 The standard font for text is italic, for numbers the standard is roman.
25154  To set a font in a formula, use the 
25155 \family sans
25156 Math
25157 \begin_inset space ~
25158 \end_inset
25159
25160 Panel
25161 \family default
25162  button 
25163 \begin_inset Info
25164 type  "icon"
25165 arg   "math-insert \\font"
25166 \end_inset
25167
25168 , or enter its command, listed in table
25169 \begin_inset space ~
25170 \end_inset
25171
25172
25173 \begin_inset CommandInset ref
25174 LatexCommand ref
25175 reference "tab:Typefaces-and-the"
25176
25177 \end_inset
25178
25179 , directly.
25180 \end_layout
25181
25182 \begin_layout Standard
25183 \begin_inset Float table
25184 wide false
25185 sideways false
25186 status open
25187
25188 \begin_layout Plain Layout
25189 \begin_inset Caption Standard
25190
25191 \begin_layout Plain Layout
25192 \begin_inset CommandInset label
25193 LatexCommand label
25194 name "tab:Typefaces-and-the"
25195
25196 \end_inset
25197
25198 Typefaces and the corresponding commands.
25199 \end_layout
25200
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \begin_layout Plain Layout
25207 \align center
25208 \begin_inset Tabular
25209 <lyxtabular version="3" rows="9" columns="2">
25210 <features rotate="0" tabularvalignment="middle">
25211 <column alignment="center" valignment="top" width="0pt">
25212 <column alignment="center" valignment="top" width="0pt">
25213 <row>
25214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218 Font
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227 Command
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 </row>
25233 <row>
25234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238
25239 \shape up
25240 \size normal
25241 \bar no
25242 \noun off
25243 \color none
25244 \begin_inset Formula $\mathrm{Roman}$
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256
25257 \series bold
25258
25259 \backslash
25260 mathrm
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \series bold
25285
25286 \backslash
25287 mathbf
25288 \end_layout
25289
25290 \end_inset
25291 </cell>
25292 </row>
25293 <row>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298 \begin_inset Formula $\mathit{Italic}$
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310
25311 \series bold
25312
25313 \backslash
25314 mathit
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 </row>
25320 <row>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \shape up
25327 \size normal
25328 \bar no
25329 \noun off
25330 \color none
25331 \begin_inset Formula $\mathtt{Typewriter}$
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \series bold
25345
25346 \backslash
25347 mathtt
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 </row>
25353 <row>
25354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370
25371 \series bold
25372
25373 \backslash
25374 mathbb
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 </row>
25380 <row>
25381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 \begin_inset Formula $\mathfrak{Fraktur}$
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397
25398 \series bold
25399
25400 \backslash
25401 mathfrak
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 </row>
25407 <row>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412
25413 \shape up
25414 \size normal
25415 \emph on
25416 \bar no
25417 \noun off
25418 \color none
25419 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431
25432 \series bold
25433
25434 \backslash
25435 mathcal
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 </row>
25441 <row>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 \begin_inset Formula $\mathsf{SansSerif}$
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458
25459 \series bold
25460
25461 \backslash
25462 mathsf
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 </lyxtabular>
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \begin_layout Standard
25481 \begin_inset Note Greyedout
25482 status open
25483
25484 \begin_layout Plain Layout
25485
25486 \series bold
25487 Note:
25488 \series default
25489  You can only print capital letters in the typefaces 
25490 \family sans
25491 Blackboard
25492 \family default
25493  and 
25494 \family sans
25495 Calligraphic
25496 \family default
25497 .
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506 When you use a typeface, a blue box is inserted in the formula.
25507  Every character in this box will be printed in this typeface.
25508  Pressing 
25509 \family sans
25510 Space
25511 \family default
25512  within the box will set the cursor outside, so that you have to use a protected
25513  space when you need a space in the box.
25514  Here is an example where 
25515 \begin_inset Quotes eld
25516 \end_inset
25517
25518 N
25519 \begin_inset Quotes erd
25520 \end_inset
25521
25522  in 
25523 \family sans
25524 Blackboard
25525 \family default
25526  denotes the set of numbers:
25527 \begin_inset Formula 
25528 \[
25529 f(x)=\sqrt{x}\:;\:x\in\mathbb{N}
25530 \]
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Standard
25538 The typefaces are nestable, which can cause confusion.
25539  You can, for example, put a character in 
25540 \family sans
25541 Fraktur
25542 \family default
25543  in a box for 
25544 \family sans
25545 Typewriter
25546 \family default
25547
25548 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
25549 \end_inset
25550
25551  
25552 \begin_inset Newline newline
25553 \end_inset
25554
25555 So it is better not to use this feature.
25556 \end_layout
25557
25558 \begin_layout Standard
25559 The typefaces have no effect on Greek letters: 
25560 \begin_inset Formula $\mathfrak{abc\delta e}$
25561 \end_inset
25562
25563
25564 \begin_inset Newline newline
25565 \end_inset
25566
25567 You can only print them emboldened using the command 
25568 \series bold
25569
25570 \backslash
25571 boldsymbol
25572 \series default
25573 , which works like the other typeface commands: 
25574 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581
25582 \series bold
25583
25584 \backslash
25585 boldsymbol
25586 \series default
25587  works for all symbols, letters, and numbers.
25588 \end_layout
25589
25590 \begin_layout Standard
25591 A number of other font options are available as well, in the menu 
25592 \family sans
25593 Edit\SpecialChar \menuseparator
25594 Math\SpecialChar \menuseparator
25595 Text
25596 \begin_inset space ~
25597 \end_inset
25598
25599 Style
25600 \family default
25601 .
25602 \end_layout
25603
25604 \begin_layout Subsection
25605 Math Text
25606 \begin_inset Index idx
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610 Math ! Text
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 Typefaces are useful for entering some characters in some given font, but
25620  not for text.
25621  For typing longer pieces of text use the math text, which is obtained using
25622  the entry 
25623 \family sans
25624 Normal
25625 \begin_inset space ~
25626 \end_inset
25627
25628 text
25629 \begin_inset space ~
25630 \end_inset
25631
25632 mode
25633 \family default
25634  of the 
25635 \family sans
25636 Math
25637 \begin_inset space ~
25638 \end_inset
25639
25640 Panel
25641 \family default
25642  button 
25643 \begin_inset Info
25644 type  "icon"
25645 arg   "math-insert \\font"
25646 \end_inset
25647
25648 .
25649  Math text appears in LyX in black instead of blue.
25650  You can use spaces and accents in math text as in normal text.
25651  Here is an example:
25652 \begin_inset Formula 
25653 \[
25654 f(x)=\begin{cases}
25655 x & \mbox{if I say so}\\
25656 -x & \mbox{under Umständen}
25657 \end{cases}
25658 \]
25659
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \begin_layout Subsection
25666 Font Sizes
25667 \begin_inset Index idx
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671 Math ! Font sizes
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \begin_layout Standard
25680 There are four font styles (relative sizes) used in math-mode, which are
25681  automatically chosen in most situations.
25682  These are called 
25683 \family sans
25684 textstyle
25685 \family default
25686
25687 \family sans
25688 displaystyle
25689 \family default
25690
25691 \family sans
25692 scriptstyle
25693 \family default
25694 , and 
25695 \family sans
25696 scriptscriptstyle
25697 \family default
25698 .
25699  For most characters, 
25700 \family sans
25701 textstyle
25702 \family default
25703  and 
25704 \family sans
25705 displaystyle
25706 \family default
25707  are actually the same size, but fractions, superscripts and subscripts,
25708  and certain other structures, are set larger in 
25709 \family sans
25710 displaystyle
25711 \family default
25712 .
25713  Except for some operators, which resize themselves to accommodate various
25714  situations, all text will be set in the styles that LaTeX thinks are appropriat
25715 e.
25716  These choices can be overridden by using the math panel button 
25717 \begin_inset Info
25718 type  "icon"
25719 arg   "math-insert \\style"
25720 \end_inset
25721
25722 .
25723  A box for the size will be created in which you can insert the math structure.
25724  For example, you can set 
25725 \begin_inset Formula $\frac{1}{2}$
25726 \end_inset
25727
25728 , which is normally in 
25729 \family sans
25730 textstyle
25731 \family default
25732 , larger in 
25733 \family sans
25734 displaystyle
25735 \family default
25736
25737 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
25738 \end_inset
25739
25740 .
25741  The four styles are used in the following example:
25742 \end_layout
25743
25744 \begin_layout Standard
25745 \begin_inset Formula $displaystyle$
25746 \end_inset
25747
25748
25749 \begin_inset Formula ${\textstyle textstyle}$
25750 \end_inset
25751
25752
25753 \begin_inset Formula ${\scriptstyle scriptstyle}$
25754 \end_inset
25755
25756
25757 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
25758 \end_inset
25759
25760 .
25761 \end_layout
25762
25763 \begin_layout Standard
25764 All these math-mode font sizes are relative so that if the whole math inset
25765  is set in a particular size with the menu 
25766 \family sans
25767 Edit\SpecialChar \menuseparator
25768 Text
25769 \begin_inset space ~
25770 \end_inset
25771
25772 Style
25773 \family default
25774 , all sizes in the formula will be adjusted relative to this size.
25775  Similarly, if the base font size of the document is changed, all fonts
25776  will be adjusted to correspond.
25777  As an example here is a formula in the font size 
25778 \begin_inset Quotes eld
25779 \end_inset
25780
25781 largest
25782 \begin_inset Quotes erd
25783 \end_inset
25784
25785 :
25786 \end_layout
25787
25788 \begin_layout Standard
25789
25790 \family roman
25791 \size largest
25792 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \begin_layout Section
25799 AMS-LaTeX
25800 \begin_inset Index idx
25801 status collapsed
25802
25803 \begin_layout Plain Layout
25804 AMS math
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \begin_inset Index idx
25811 status collapsed
25812
25813 \begin_layout Plain Layout
25814 Math ! AMS
25815 \end_layout
25816
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \begin_layout Standard
25823 LyX supports the packages provided by the American Mathematical Society
25824  (AMS) that are in common use.
25825 \end_layout
25826
25827 \begin_layout Subsection
25828 Enabling AMS-Support
25829 \end_layout
25830
25831 \begin_layout Standard
25832 You can make the facilities of the AMS-packages explicitly available in
25833  the document by selecting the checkbox 
25834 \family sans
25835 Use
25836 \begin_inset space ~
25837 \end_inset
25838
25839 AMS
25840 \begin_inset space ~
25841 \end_inset
25842
25843 math
25844 \begin_inset space ~
25845 \end_inset
25846
25847 package
25848 \family default
25849  in the 
25850 \family sans
25851 Document\SpecialChar \menuseparator
25852 Settings
25853 \family default
25854
25855 \begin_inset Index idx
25856 status collapsed
25857
25858 \begin_layout Plain Layout
25859 Document ! Settings
25860 \end_layout
25861
25862 \end_inset
25863
25864  dialog under 
25865 \family sans
25866 Math
25867 \begin_inset space ~
25868 \end_inset
25869
25870 Options
25871 \family default
25872 .
25873  AMS is needed for many math-constructs; so when you get LaTeX-errors in
25874  formulas, ensure that you have enabled AMS.
25875 \end_layout
25876
25877 \begin_layout Subsection
25878 AMS-Formula Types
25879 \begin_inset CommandInset label
25880 LatexCommand label
25881 name "sub:AMS-Formula-Types"
25882
25883 \end_inset
25884
25885
25886 \begin_inset Index idx
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890 Math ! Multi-line Equations
25891 \end_layout
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \begin_layout Standard
25899 AMS-LaTeX provides a selection of different formula types.
25900  LyX allows you to choose between 
25901 \family typewriter
25902 align
25903 \family default
25904
25905 \family typewriter
25906 alignat
25907 \family default
25908
25909 \family typewriter
25910 flalign
25911 \family default
25912
25913 \family typewriter
25914 gather
25915 \family default
25916 , and 
25917 \family typewriter
25918 multline
25919 \family default
25920 .
25921  We refer you to the AMS-documentation, 
25922 \begin_inset CommandInset citation
25923 LatexCommand cite
25924 key "AMS"
25925
25926 \end_inset
25927
25928 , for an explanation of these formula types.
25929 \end_layout
25930
25931 \begin_layout Chapter
25932 More Tools
25933 \end_layout
25934
25935 \begin_layout Section
25936 Cross-References
25937 \begin_inset Index idx
25938 status collapsed
25939
25940 \begin_layout Plain Layout
25941 Cross references
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \begin_inset CommandInset label
25948 LatexCommand label
25949 name "sec:Cross-References"
25950
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \begin_layout Standard
25957 One of LyX's strengths is cross-references.
25958  You can reference every section, float, footnote, formula, and list in
25959  the document.
25960  To reference a document part, you have to insert a label into it.
25961  The label is used as an anchor and a name for the reference.
25962  We want for example to refer to the second item of the following list:
25963 \end_layout
25964
25965 \begin_layout Enumerate
25966 First item
25967 \end_layout
25968
25969 \begin_layout Enumerate
25970 \begin_inset CommandInset label
25971 LatexCommand label
25972 name "enu:Second-item"
25973
25974 \end_inset
25975
25976 Second item
25977 \end_layout
25978
25979 \begin_layout Enumerate
25980 Third item
25981 \end_layout
25982
25983 \begin_layout Standard
25984 First we insert a label into the second item with the menu 
25985 \family sans
25986 Insert\SpecialChar \menuseparator
25987 Label
25988 \family default
25989  or by pressing the toolbar button 
25990 \begin_inset Info
25991 type  "icon"
25992 arg   "label-insert"
25993 \end_inset
25994
25995 .
25996  A gray label box like this: 
25997 \begin_inset Graphics
25998         filename clipart/labelQt4.png
25999         scale 85
26000
26001 \end_inset
26002
26003  is inserted and the label window pops up asking for the label text.
26004  LyX offers as text the first words of the item with a prefix, in our case
26005  the text 
26006 \begin_inset Quotes eld
26007 \end_inset
26008
26009
26010 \family sans
26011 enu:Second-item
26012 \family default
26013
26014 \begin_inset Quotes erd
26015 \end_inset
26016
26017 .
26018  The prefix 
26019 \begin_inset Quotes eld
26020 \end_inset
26021
26022
26023 \family sans
26024 enu:
26025 \family default
26026
26027 \begin_inset Quotes erd
26028 \end_inset
26029
26030  stands for 
26031 \begin_inset Quotes eld
26032 \end_inset
26033
26034 enumerate
26035 \begin_inset Quotes erd
26036 \end_inset
26037
26038 .
26039  The prefix depends on the document part where the label is inserted; for
26040  example, if you insert a label into a section heading, the suggested prefix
26041  will be 
26042 \begin_inset Quotes eld
26043 \end_inset
26044
26045
26046 \family sans
26047 sec:
26048 \family default
26049
26050 \begin_inset Quotes erd
26051 \end_inset
26052
26053 .
26054 \end_layout
26055
26056 \begin_layout Standard
26057 To reference the item, we refer to its label using the menu 
26058 \family sans
26059 Insert\SpecialChar \menuseparator
26060 Cross-Reference
26061 \family default
26062  or the toolbar button 
26063 \begin_inset Info
26064 type  "icon"
26065 arg   "dialog-show-new-inset ref"
26066 \end_inset
26067
26068 .
26069  A gray cross-reference box like this: 
26070 \begin_inset Graphics
26071         filename clipart/referenceQt4.png
26072         scale 85
26073
26074 \end_inset
26075
26076  is inserted and the cross-reference window appears showing all the labels
26077  in the document.
26078  We can now sort the labels alphabetically and then choose the entry 
26079 \begin_inset Quotes eld
26080 \end_inset
26081
26082
26083 \family sans
26084 enu:Second-item
26085 \family default
26086
26087 \begin_inset Quotes erd
26088 \end_inset
26089
26090 .
26091  At the position of the cross-reference box the item number will appear
26092  in the output.
26093 \end_layout
26094
26095 \begin_layout Standard
26096 As an alternative to 
26097 \family sans
26098 Insert\SpecialChar \menuseparator
26099 Cross-Reference
26100 \family default
26101 , you can right-click on a label and in the popup menu select 
26102 \family sans
26103 Copy as Reference
26104 \family default
26105 .
26106  The cross-reference to this label is now in the clipboard and can be pasted
26107  to the actual cursor position via the menu 
26108 \family sans
26109 Edit\SpecialChar \menuseparator
26110 Paste
26111 \family default
26112  (shortcut 
26113 \begin_inset Info
26114 type  "shortcut"
26115 arg   "paste"
26116 \end_inset
26117
26118 ).
26119 \end_layout
26120
26121 \begin_layout Standard
26122 Here is our cross-reference: Item
26123 \begin_inset space ~
26124 \end_inset
26125
26126
26127 \begin_inset CommandInset ref
26128 LatexCommand ref
26129 reference "enu:Second-item"
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Standard
26137 It is recommended to use a protected space
26138 \begin_inset Foot
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 described in section
26143 \begin_inset space ~
26144 \end_inset
26145
26146
26147 \begin_inset CommandInset ref
26148 LatexCommand ref
26149 reference "sub:Protected-Space"
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \end_inset
26157
26158  between the cross-reference name and the cross-reference to avoid ugly
26159  line breaks between them.
26160 \end_layout
26161
26162 \begin_layout Standard
26163 There are six formats of cross-references:
26164 \end_layout
26165
26166 \begin_layout Description
26167 <reference>: prints the number, this is the default: 
26168 \begin_inset CommandInset ref
26169 LatexCommand ref
26170 reference "fig:Two-distorted-images"
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Description
26178 (<reference>): prints the number within two parentheses, this is the style
26179  normally used to reference formulas, especially when the reference name
26180  
26181 \begin_inset Quotes eld
26182 \end_inset
26183
26184 Equation
26185 \begin_inset Quotes erd
26186 \end_inset
26187
26188  is omitted: 
26189 \begin_inset CommandInset ref
26190 LatexCommand eqref
26191 reference "eq:tanhExp"
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \begin_layout Description
26199 <page>: prints the page number: Page
26200 \begin_inset space ~
26201 \end_inset
26202
26203
26204 \begin_inset CommandInset ref
26205 LatexCommand pageref
26206 reference "fig:Two-distorted-images"
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \begin_layout Description
26214 on
26215 \begin_inset space ~
26216 \end_inset
26217
26218 page
26219 \begin_inset space ~
26220 \end_inset
26221
26222 <page>: prints the text “on page” and the page number: 
26223 \begin_inset CommandInset ref
26224 LatexCommand vpageref
26225 reference "fig:Two-distorted-images"
26226
26227 \end_inset
26228
26229
26230 \begin_inset Newline newline
26231 \end_inset
26232
26233 If the label is on the same page, it prints “on this page”; if the label
26234  is on a facing page in a two-sided document, it prints “on the facing page”;
26235  if it is on the previous page which is not a facing page, it prints “on
26236  the previous page”; if it is on the next page which is not a facing page,
26237  it prints “on the next page”.
26238  The wording of the printed text also depends on the used document class.
26239 \end_layout
26240
26241 \begin_layout Description
26242 <reference>
26243 \begin_inset space ~
26244 \end_inset
26245
26246 on
26247 \begin_inset space ~
26248 \end_inset
26249
26250 page
26251 \begin_inset space ~
26252 \end_inset
26253
26254 <page>: prints the number, the text “on page” and the page number: 
26255 \begin_inset CommandInset ref
26256 LatexCommand vref
26257 reference "fig:Two-distorted-images"
26258
26259 \end_inset
26260
26261
26262 \begin_inset Newline newline
26263 \end_inset
26264
26265 If the label is on the same page, this format behaves like 
26266 \family sans
26267 \series bold
26268 <reference>
26269 \family default
26270 \series default
26271 ; otherwise it behaves like 
26272 \family sans
26273 \series bold
26274 on
26275 \begin_inset space ~
26276 \end_inset
26277
26278 page
26279 \begin_inset space ~
26280 \end_inset
26281
26282 <page>
26283 \family default
26284 \series default
26285 .
26286 \end_layout
26287
26288 \begin_layout Description
26289 Formatted
26290 \begin_inset space ~
26291 \end_inset
26292
26293 reference: prints a self defined cross-reference format.
26294 \begin_inset Newline newline
26295 \end_inset
26296
26297
26298 \begin_inset Note Greyedout
26299 status open
26300
26301 \begin_layout Plain Layout
26302
26303 \series bold
26304 Note:
26305 \series default
26306  This feature is only available when you have the LaTeX-package 
26307 \series bold
26308 prettyref
26309 \series default
26310  or 
26311 \series bold
26312 refstyle
26313 \series default
26314
26315 \begin_inset Index idx
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319 LaTeX-packages ! prettyref
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \begin_inset Index idx
26326 status collapsed
26327
26328 \begin_layout Plain Layout
26329 LaTeX-packages ! refstyle
26330 \end_layout
26331
26332 \end_inset
26333
26334  installed.
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \begin_inset Newline newline
26341 \end_inset
26342
26343 You can select which LaTeX-package should be used for this feature by setting
26344  the option 
26345 \family sans
26346 Use refstyle (not prettyref) for cross-references
26347 \family default
26348  in the menu 
26349 \family sans
26350 Document\SpecialChar \menuseparator
26351 Settings\SpecialChar \menuseparator
26352 Document Class
26353 \family default
26354 .
26355  The package 
26356 \series bold
26357 refstyle
26358 \series default
26359  is the default and preferred because 
26360 \series bold
26361 prettyref
26362 \series default
26363  supports only English documents.
26364  The format is specified by using the command 
26365 \series bold
26366
26367 \backslash
26368 newrefformat
26369 \series default
26370  (prettyref) or 
26371 \series bold
26372
26373 \backslash
26374 newref
26375 \series default
26376  (refstyle) in the LaTeX preamble of the document.
26377  For example redefining all references to figures (which have the label
26378  shortcut 
26379 \begin_inset Quotes eld
26380 \end_inset
26381
26382
26383 \family sans
26384 fig
26385 \family default
26386
26387 \begin_inset Quotes erd
26388 \end_inset
26389
26390 ) can be done with this command
26391 \begin_inset Newline newline
26392 \end_inset
26393
26394
26395 \series bold
26396
26397 \backslash
26398 newref{fig}{refcmd={Image on page 
26399 \backslash
26400 pageref{#1}}}
26401 \series default
26402
26403 \begin_inset Newline newline
26404 \end_inset
26405
26406 For more information about the format, have a look at the package documentations
26407
26408 \begin_inset CommandInset citation
26409 LatexCommand cite
26410 key "prettyref,refstyle"
26411
26412 \end_inset
26413
26414 .
26415 \end_layout
26416
26417 \begin_layout Description
26418 Textual
26419 \begin_inset space ~
26420 \end_inset
26421
26422 reference: prints the caption or the name of the reference: 
26423 \begin_inset CommandInset ref
26424 LatexCommand nameref
26425 reference "fig:Two-distorted-images"
26426
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \begin_layout Standard
26433 The number and current page of the referenced document part in the output
26434  is automatically calculated by LaTeX.
26435  The varieties are adjusted in the field 
26436 \family sans
26437 Format
26438 \family default
26439  of the cross-reference window, that appears when you click on the cross-referen
26440 ce.
26441 \end_layout
26442
26443 \begin_layout Standard
26444 You can only use the style 
26445 \family sans
26446 <reference>
26447 \family default
26448  to reference numbered document parts, while the reference style 
26449 \family sans
26450 <page>
26451 \family default
26452  is always possible.
26453 \end_layout
26454
26455 \begin_layout Standard
26456 If you want to reference a section, put the label in the section heading;
26457  for floats put the label in the caption; for footnotes put the label in
26458  it.
26459  Referencing formulas is explained in section
26460 \begin_inset space ~
26461 \end_inset
26462
26463
26464 \begin_inset CommandInset ref
26465 LatexCommand ref
26466 reference "sec:Formula-Numbering-and"
26467
26468 \end_inset
26469
26470 .
26471 \end_layout
26472
26473 \begin_layout Standard
26474 Right-clicking on a cross-reference opens a context menu.
26475  The entry 
26476 \family sans
26477 Go
26478 \begin_inset space ~
26479 \end_inset
26480
26481 to
26482 \begin_inset space ~
26483 \end_inset
26484
26485 Label
26486 \family default
26487  sets the cursor before the referenced label.
26488  This entry will be renamed in the context menu of the label to 
26489 \family sans
26490 Go
26491 \begin_inset space ~
26492 \end_inset
26493
26494 Back
26495 \family default
26496  so that you can use it to set the cursor back to the cross-reference.
26497  You can also go back with the toolbar button 
26498 \begin_inset Info
26499 type  "icon"
26500 arg   "bookmark-goto 0"
26501 \end_inset
26502
26503 .
26504 \end_layout
26505
26506 \begin_layout Standard
26507 You can change labels at any time.
26508  References to the changed label will automatically be updated so that you
26509  do not need to think about this.
26510 \end_layout
26511
26512 \begin_layout Standard
26513 If a cross-reference refers to a non-existent label, you will see in LyX
26514  “BROKEN” in the cross-reference label and two question marks in the output
26515  instead of the reference.
26516 \end_layout
26517
26518 \begin_layout Standard
26519 References are described in detail in the section
26520 \begin_inset space ~
26521 \end_inset
26522
26523
26524 \begin_inset Quotes eld
26525 \end_inset
26526
26527 Referencing Floats
26528 \begin_inset Quotes erd
26529 \end_inset
26530
26531  of the 
26532 \emph on
26533 Embedded
26534 \begin_inset space ~
26535 \end_inset
26536
26537 Objects
26538 \emph default
26539  manual.
26540 \end_layout
26541
26542 \begin_layout Section
26543 Table of Contents and other Listings
26544 \begin_inset Index idx
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548 Table of contents
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \begin_inset Index idx
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558 Outline
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \begin_inset CommandInset label
26565 LatexCommand label
26566 name "sec:toc"
26567
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \begin_layout Subsection
26574 Table of Contents
26575 \begin_inset CommandInset label
26576 LatexCommand label
26577 name "sub:Table-of-Contents"
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \begin_layout Standard
26585 The Table of Contents (TOC) is inserted with the menu 
26586 \family sans
26587 Insert\SpecialChar \menuseparator
26588 List/TOC\SpecialChar \menuseparator
26589 Table
26590 \begin_inset space ~
26591 \end_inset
26592
26593 of
26594 \begin_inset space ~
26595 \end_inset
26596
26597 Contents
26598 \family default
26599 .
26600  It is displayed in LyX as a gray box.
26601  If you click on it, the 
26602 \family sans
26603 Outline
26604 \family default
26605  window appears, showing you the TOC entries as outline, which allows you
26606  to move and rearrange sections in your documents.
26607  So this operation is an alternative to the menu 
26608 \family sans
26609 View\SpecialChar \menuseparator
26610 Outline
26611 \begin_inset space ~
26612 \end_inset
26613
26614 Pane
26615 \family default
26616  that is described in section
26617 \begin_inset space ~
26618 \end_inset
26619
26620
26621 \begin_inset CommandInset ref
26622 LatexCommand ref
26623 reference "sub:The-Outliner"
26624
26625 \end_inset
26626
26627 .
26628 \end_layout
26629
26630 \begin_layout Standard
26631 The TOC in the document output lists every numbered section automatically.
26632  If you have declared a short title for a section heading, as described
26633  in section
26634 \begin_inset space ~
26635 \end_inset
26636
26637
26638 \begin_inset CommandInset ref
26639 LatexCommand ref
26640 reference "sec:Short-Titles"
26641
26642 \end_inset
26643
26644 , it will be used in the TOC instead of the section heading.
26645  Section
26646 \begin_inset space ~
26647 \end_inset
26648
26649
26650 \begin_inset CommandInset ref
26651 LatexCommand ref
26652 reference "sub:Numbering-depth"
26653
26654 \end_inset
26655
26656  describes how the level is adjusted that defines which section types are
26657  listed in the TOC.
26658  Unnumbered sections are not listed in the TOC.
26659 \end_layout
26660
26661 \begin_layout Subsection
26662 List of Figures, Tables, Listings and Algorithms
26663 \begin_inset CommandInset label
26664 LatexCommand label
26665 name "sub:List-of-Figures"
26666
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \begin_layout Standard
26673 Table, figure, listings and algorithm lists are very much like the table
26674  of contents.
26675  You can insert them via the 
26676 \family sans
26677 Insert\SpecialChar \menuseparator
26678 List/TOC
26679 \family default
26680  submenus.
26681  The list entries are the float captions and the float number.
26682 \end_layout
26683
26684 \begin_layout Section
26685 URLs and Hyperlinks
26686 \begin_inset Index idx
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690 URLs
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \begin_inset Index idx
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700 Hyperlinks
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \begin_layout Subsection
26709 URLs
26710 \begin_inset CommandInset label
26711 LatexCommand label
26712 name "sub:URLs"
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Standard
26720 Links to web pages or email addresses can be inserted via the menu 
26721 \family sans
26722 Insert\SpecialChar \menuseparator
26723 URL
26724 \family default
26725 .
26726 \end_layout
26727
26728 \begin_layout Standard
26729 Here is an example URL: LyX's homepage: 
26730 \begin_inset Flex URL
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734
26735 http://www.lyx.org
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Standard
26744 You cannot change the style of the link text, the URL text will always be
26745  in the style 
26746 \family typewriter
26747 Typewriter
26748 \family default
26749 .
26750  To be able to format the URL text, use hyperlinks as explained in the next
26751  subsection.
26752 \end_layout
26753
26754 \begin_layout Standard
26755 \begin_inset Note Greyedout
26756 status open
26757
26758 \begin_layout Plain Layout
26759
26760 \series bold
26761 Note:
26762 \series default
26763  URLs must not end with a backslash, otherwise you get LaTeX errors.
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Subsection
26772 Hyperlinks
26773 \begin_inset CommandInset label
26774 LatexCommand label
26775 name "sub:Hyperlinks"
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Standard
26783 Hyperlinks can be inserted with the menu 
26784 \family sans
26785 Insert\SpecialChar \menuseparator
26786 Hyperlink
26787 \family default
26788  or with the toolbar button 
26789 \begin_inset Info
26790 type  "icon"
26791 arg   "href-insert"
26792 \end_inset
26793
26794 .
26795  The appearing dialog has two fields: 
26796 \family sans
26797 Target
26798 \family default
26799  and 
26800 \family sans
26801 Name
26802 \family default
26803 .
26804  The name is the printed text for the hyperlink.
26805  The hyperlink type can be a weblink like this: 
26806 \begin_inset CommandInset href
26807 LatexCommand href
26808 name "LyX's homepage"
26809 target "http://www.lyx.org"
26810
26811 \end_inset
26812
26813 , an Email address like this: 
26814 \begin_inset CommandInset href
26815 LatexCommand href
26816 name "lyx-docs mailing list"
26817 target "lyx-docs@lists.lyx.org?subject=LyX's documentation"
26818 type "mailto:"
26819
26820 \end_inset
26821
26822 , or a link to a file.
26823 \end_layout
26824
26825 \begin_layout Standard
26826 You can start applications via a hyperlink when you insert a weblink by
26827  adding the prefix 
26828 \begin_inset Quotes eld
26829 \end_inset
26830
26831
26832 \family sans
26833 run:
26834 \family default
26835
26836 \begin_inset Quotes erd
26837 \end_inset
26838
26839  to the link target.
26840 \end_layout
26841
26842 \begin_layout Standard
26843 Hyperlinks will automatically be hyphenated if necessary in the PDF output,
26844  and become clickable in the DVI and PDF-output.
26845  To set the format of the link text, highlight the hyperlink inset and use
26846  the text style dialog.
26847  This is for example a hyperlink with bold sans serif text: 
26848 \family sans
26849 \series bold
26850
26851 \begin_inset CommandInset href
26852 LatexCommand href
26853 name "LyX's homepage"
26854 target "http://www.lyx.org"
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Standard
26862 The link text color can be changed, when the option 
26863 \family sans
26864 Color links
26865 \family default
26866  is set in the PDF Properties dialog (menu 
26867 \family sans
26868 Document\SpecialChar \menuseparator
26869 Settings\SpecialChar \menuseparator
26870 PDF Properties
26871 \family default
26872 ).
26873  The link text is for example set in this document to blue by adding the
26874  option
26875 \begin_inset Newline newline
26876 \end_inset
26877
26878
26879 \series bold
26880 urlcolor=blue
26881 \series default
26882
26883 \begin_inset Newline newline
26884 \end_inset
26885
26886 to the field 
26887 \family sans
26888 Additional options
26889 \family default
26890  in the PDF Properties dialog.
26891 \end_layout
26892
26893 \begin_layout Section
26894 Appendices
26895 \begin_inset Index idx
26896 status collapsed
26897
26898 \begin_layout Plain Layout
26899 Appendix
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \begin_inset CommandInset label
26906 LatexCommand label
26907 name "sec:Appendices"
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \begin_layout Standard
26915 Appendices are created with the menu 
26916 \family sans
26917 Document\SpecialChar \menuseparator
26918 Start
26919 \begin_inset space ~
26920 \end_inset
26921
26922 Appendix
26923 \begin_inset space ~
26924 \end_inset
26925
26926 Here
26927 \family default
26928 .
26929  This menu sets the document from the current cursor position to the end
26930  as the appendix part of the book.
26931  This part is marked with a red borderline.
26932 \end_layout
26933
26934 \begin_layout Standard
26935 Every chapter (or section) within the appendix part is treated as an appendix,
26936  numbered with a capital Latin letter.
26937  The appendix subsections are numbered with this letter followed by a dot
26938  and the subsection number.
26939  All appendix sections can be referenced as if they were normal sections,
26940  here two examples:
26941 \end_layout
26942
26943 \begin_layout Standard
26944 Appendix
26945 \begin_inset space ~
26946 \end_inset
26947
26948
26949 \begin_inset CommandInset ref
26950 LatexCommand ref
26951 reference "chap:Credits"
26952
26953 \end_inset
26954
26955 ; Appendix
26956 \begin_inset space ~
26957 \end_inset
26958
26959
26960 \begin_inset CommandInset ref
26961 LatexCommand ref
26962 reference "sub:Export"
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Section
26970 Bibliography
26971 \begin_inset Index idx
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975 Bibliography
26976 \end_layout
26977
26978 \end_inset
26979
26980
26981 \begin_inset CommandInset label
26982 LatexCommand label
26983 name "sec:Bibliography"
26984
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \begin_layout Standard
26991 There are two ways of generating the bibliography in a LyX-document.
26992  You can include a bibliography database,
26993 \begin_inset Foot
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997 Known under the name 
26998 \begin_inset Quotes eld
26999 \end_inset
27000
27001 BibTeX-database
27002 \begin_inset Quotes erd
27003 \end_inset
27004
27005 .
27006 \end_layout
27007
27008 \end_inset
27009
27010  which is explained in the next subsection, or you can insert the bibliography
27011  manually, using the paragraph environment 
27012 \family sans
27013 Bibliography
27014 \family default
27015 , which was described in section
27016 \begin_inset space ~
27017 \end_inset
27018
27019
27020 \begin_inset CommandInset ref
27021 LatexCommand ref
27022 reference "sub:Biblio_environment"
27023
27024 \end_inset
27025
27026 .
27027  If you want anything other than the numerical citations that are used in
27028  this document, like author-year citations, then you must
27029 \emph on
27030  
27031 \emph default
27032 use a bibliography database.
27033 \end_layout
27034
27035 \begin_layout Subsection
27036 The Bibliography Environment
27037 \end_layout
27038
27039 \begin_layout Standard
27040 Within the 
27041 \family sans
27042 Bibliography
27043 \family default
27044  environment, every paragraph begins with a gray bibliography box labeled
27045  with a number.
27046  If you click on it, you will get a dialog in which you can set a 
27047 \family sans
27048 Key
27049 \family default
27050  and a 
27051 \family sans
27052 Label
27053 \family default
27054 .
27055  The key is the symbolic name by which you will refer to this bibliography
27056  entry.
27057  For example, our second entry in the bibliography is a book about LaTeX
27058  and we used 
27059 \begin_inset Quotes eld
27060 \end_inset
27061
27062 latexcompanion
27063 \begin_inset Quotes erd
27064 \end_inset
27065
27066 , a short form of its title, as the key.
27067 \end_layout
27068
27069 \begin_layout Standard
27070 You can cross-reference a bibliography entry using the menu 
27071 \family sans
27072 Insert\SpecialChar \menuseparator
27073 Citation
27074 \family default
27075  or the toolbar button 
27076 \begin_inset Info
27077 type  "icon"
27078 arg   "dialog-show-new-inset citation"
27079 \end_inset
27080
27081 .
27082  A citation reference box is inserted and a citation window will appear
27083  containing the available citations.
27084  Select one or more keys from the list and 
27085 \family sans
27086 Add
27087 \family default
27088  them.
27089  Then press 
27090 \family sans
27091 OK
27092 \family default
27093 .
27094  The citation reference box will be labeled with the referenced key(s).
27095  If you click on the box, the citation window will appear and you can change
27096  the reference.
27097 \end_layout
27098
27099 \begin_layout Standard
27100 Citation references appear in the output as the number of the bibliography
27101  entry with surrounding brackets.
27102  If you set a 
27103 \family sans
27104 Label
27105 \family default
27106  for the entry, the label will appear instead of the number.
27107  Here are two examples; the first without a label, the second with the label
27108  
27109 \begin_inset Quotes eld
27110 \end_inset
27111
27112 Credits
27113 \begin_inset Quotes erd
27114 \end_inset
27115
27116 :
27117 \end_layout
27118
27119 \begin_layout Standard
27120 Have a look at the 
27121 \family sans
27122 LaTeX Companion Second Edition
27123 \family default
27124
27125 \begin_inset CommandInset citation
27126 LatexCommand cite
27127 key "latexcompanion"
27128
27129 \end_inset
27130
27131
27132 \end_layout
27133
27134 \begin_layout Standard
27135 The LyX-Team members are listed in the Credits: 
27136 \begin_inset CommandInset citation
27137 LatexCommand cite
27138 key "lyxcredit"
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \begin_layout Standard
27146 To align all entries in the bibliography environment you can set a longest
27147  label via the menu 
27148 \family sans
27149 Edit\SpecialChar \menuseparator
27150 Paragraph
27151 \begin_inset space ~
27152 \end_inset
27153
27154 Settings
27155 \family default
27156  (toolbar button 
27157 \begin_inset Info
27158 type  "icon"
27159 arg   "layout-paragraph"
27160 \end_inset
27161
27162 ).
27163  All entries are then indented in the output by the width of the given label.
27164 \end_layout
27165
27166 \begin_layout Subsection
27167 Bibliography databases (BibTeX)
27168 \begin_inset Index idx
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172 Bibliography ! Databases
27173 \end_layout
27174
27175 \end_inset
27176
27177
27178 \begin_inset Index idx
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182 Bibliography ! BibTeX
27183 \end_layout
27184
27185 \end_inset
27186
27187
27188 \begin_inset CommandInset label
27189 LatexCommand label
27190 name "sub:Bibliography-databases"
27191
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \begin_layout Standard
27198 Bibliography databases are useful if you use the same bibliography in different
27199  documents.
27200 \begin_inset Foot
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204 They are also useful for keeping a database of articles and notes concerning
27205  them.
27206  Most of the database programs mentioned below allow you to store annotations
27207  and reviews along with bibliographical information.
27208 \end_layout
27209
27210 \end_inset
27211
27212  It also makes it very easy to have a uniform layout for all bibliography
27213  entries.
27214  You can collect the bibliography of all relevant books and articles of
27215  your working field in a database.
27216  This database can be used for different documents, and by default only
27217  the entries cited in a particular document will appear in the bibliography
27218  list for that document.
27219  This relieves you of the need to keep track of which articles and books
27220  you have cited.
27221 \end_layout
27222
27223 \begin_layout Standard
27224 The database is a text file with the file extension 
27225 \begin_inset Quotes eld
27226 \end_inset
27227
27228
27229 \family sans
27230 .bib
27231 \family default
27232
27233 \begin_inset Quotes erd
27234 \end_inset
27235
27236 , containing the bibliography in a special format.
27237  The format is explained in 
27238 \begin_inset CommandInset citation
27239 LatexCommand cite
27240 key "BibTeX-2"
27241
27242 \end_inset
27243
27244  and in the LaTeX books (
27245 \begin_inset CommandInset citation
27246 LatexCommand cite
27247 key "Mittelbach,Kopka,Lamport"
27248
27249 \end_inset
27250
27251 ).
27252  The file can be created using any text editor, but normally one uses a
27253  special program to create and edit the entries in the database.
27254  A list of such programs is maintained on the LyX Wiki at 
27255 \begin_inset Flex URL
27256 status collapsed
27257
27258 \begin_layout Plain Layout
27259
27260 http://wiki.lyx.org/BibTeX/Programs
27261 \end_layout
27262
27263 \end_inset
27264
27265 .
27266 \end_layout
27267
27268 \begin_layout Standard
27269 To use a database, use the menu 
27270 \family sans
27271 Insert\SpecialChar \menuseparator
27272 List
27273 \family default
27274 /
27275 \family sans
27276 TOC\SpecialChar \menuseparator
27277 BibT
27278 \begin_inset ERT
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283 {}
27284 \end_layout
27285
27286 \end_inset
27287
27288 eX
27289 \begin_inset space ~
27290 \end_inset
27291
27292 Bibliography
27293 \family default
27294 .
27295  A gray box will be inserted and a window appears.
27296  In this window you can add one or more databases and select a 
27297 \family sans
27298 style
27299 \family default
27300  file.
27301  The option 
27302 \family sans
27303 Add bibliography to TOC
27304 \family default
27305  adds a table of contents entry for the bibliography.
27306  In the 
27307 \family sans
27308 Content
27309 \family default
27310  drop box you can select whether to include all the entries in the database
27311  in the document or just the cited references.
27312 \end_layout
27313
27314 \begin_layout Standard
27315 The style file is a text file with the file extension 
27316 \begin_inset Quotes eld
27317 \end_inset
27318
27319
27320 \family sans
27321 .bst
27322 \family default
27323
27324 \begin_inset Quotes erd
27325 \end_inset
27326
27327  that controls how the bibliography entries will appear.
27328  Your LaTeX distribution should provide several of these, and many publishers
27329  provide their own style files, so that you don't have to take care of the
27330  layout.
27331  It is of course possible to write your own style file, but this is something
27332  for experts.
27333 \begin_inset Foot
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337 For information on how this is done, have a look at
27338 \begin_inset Newline newline
27339 \end_inset
27340
27341
27342 \begin_inset CommandInset href
27343 LatexCommand href
27344 target "http://mirrors.ctan.org/biblio/bibtex/contrib/doc/btxhak.pdf"
27345
27346 \end_inset
27347
27348 .
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \begin_layout Standard
27357 Inserting a citation reference works as described in the previous section.
27358 \end_layout
27359
27360 \begin_layout Standard
27361 To generate the bibliography from a database, LyX uses the program BibTeX.
27362  You can choose which of its variants should be used by LyX as the 
27363 \family sans
27364 Processor
27365 \family default
27366  either in 
27367 \family sans
27368 Document\SpecialChar \menuseparator
27369 Settings\SpecialChar \menuseparator
27370 Bibliography
27371 \family default
27372  or in 
27373 \family sans
27374 Tools\SpecialChar \menuseparator
27375 Preferences\SpecialChar \menuseparator
27376 Output\SpecialChar \menuseparator
27377 LaT
27378 \begin_inset ERT
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382
27383 {}
27384 \end_layout
27385
27386 \end_inset
27387
27388 eX
27389 \family default
27390 .
27391  The following variants are possible:
27392 \end_layout
27393
27394 \begin_layout Description
27395 biber provides full Unicode support, unlimited memory, but does not work
27396  with other bibliography packages (e.
27397 \begin_inset space \thinspace{}
27398 \end_inset
27399
27400 g.
27401 \begin_inset space \space{}
27402 \end_inset
27403
27404
27405 \series bold
27406 natbib
27407 \series default
27408 ), only with the package 
27409 \series bold
27410 biblatex
27411 \series default
27412 ; recommended for multilingual texts and for languages that don't use Latin
27413  letters
27414 \end_layout
27415
27416 \begin_layout Description
27417 bibtex the standard; does not allow special characters in bibliography entries
27418  that are not possible to encode in a 7-bit encoding, limited memory, works
27419  with all bibliography packages, except 
27420 \series bold
27421 biblatex
27422 \end_layout
27423
27424 \begin_layout Description
27425 bibtex8 allows all characters that are possible to encode in an 8-bit encoding,
27426  larger memory than 
27427 \family sans
27428 bibtex
27429 \family default
27430 , works with all bibliography packages
27431 \end_layout
27432
27433 \begin_layout Standard
27434 BibTeX can be controlled with options that you can add below the specification
27435  of the variants.
27436  Before adding options, it is strongly recommended that you read the manual
27437  of 
27438 \family sans
27439 BibTeX
27440 \family default
27441  
27442 \begin_inset CommandInset citation
27443 LatexCommand cite
27444 key "BibTeX"
27445
27446 \end_inset
27447
27448 .
27449 \end_layout
27450
27451 \begin_layout Standard
27452 When you select the option 
27453 \family sans
27454 Sectioned bibliography
27455 \family default
27456  in the 
27457 \family sans
27458 Document\SpecialChar \menuseparator
27459 Settings\SpecialChar \menuseparator
27460 Bibliography
27461 \family default
27462  dialog, it is possible to have multiple and sectioned bibliographies.
27463  This and other options are explained in detail in section 
27464 \emph on
27465 Customizing Bibliographies
27466 \emph default
27467  
27468 \emph on
27469 with BibTeX
27470 \emph default
27471  of the 
27472 \emph on
27473 Additional Features
27474 \emph default
27475  manual.
27476 \end_layout
27477
27478 \begin_layout Standard
27479 We use two bibliographies in this document to show the difference between
27480  the two methods of creating them.
27481  As you can see, the bibliography that is created from a database lists
27482  only the database entries that are referenced in the document.
27483  We used the style file 
27484 \family sans
27485 alphadin.bst
27486 \family default
27487  to get the complicated German reference key scheme in the bibliography.
27488 \end_layout
27489
27490 \begin_layout Subsection
27491 Bibliography layout
27492 \begin_inset Index idx
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496 Bibliography ! Layout
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \begin_layout Standard
27505 In the citation reference dialog you can set a special citation format.
27506  For this feature you need to enable the option 
27507 \family sans
27508 Natbib
27509 \family default
27510  in the 
27511 \family sans
27512 Document\SpecialChar \menuseparator
27513 Settings
27514 \family default
27515
27516 \begin_inset Index idx
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 Document ! Settings
27521 \end_layout
27522
27523 \end_inset
27524
27525  dialog under 
27526 \family sans
27527 Bibliography
27528 \family default
27529 .
27530  Setting a citation style for a reference will overwrite the default.
27531  For the global citation format use the BibTeX style files as explained
27532  in the previous section.
27533 \end_layout
27534
27535 \begin_layout Standard
27536 You can also set text to appear before or after a citation reference, in
27537  the citation reference window.
27538  Here is an example where the text 
27539 \begin_inset Quotes eld
27540 \end_inset
27541
27542 Chapter
27543 \begin_inset space ~
27544 \end_inset
27545
27546 3
27547 \begin_inset Quotes erd
27548 \end_inset
27549
27550  appears after the reference:
27551 \end_layout
27552
27553 \begin_layout Standard
27554 Have a look at 
27555 \begin_inset CommandInset citation
27556 LatexCommand cite
27557 after "Chapter 3"
27558 key "latexcompanion"
27559
27560 \end_inset
27561
27562 .
27563 \end_layout
27564
27565 \begin_layout Section
27566 Index
27567 \begin_inset Index idx
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571 Index generation
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \begin_inset CommandInset label
27578 LatexCommand label
27579 name "sec:Index"
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 An index entry is created if you use the menu 
27588 \family sans
27589 Insert\SpecialChar \menuseparator
27590 Index
27591 \begin_inset space ~
27592 \end_inset
27593
27594 Entry
27595 \family default
27596  or the toolbar button 
27597 \begin_inset Info
27598 type  "icon"
27599 arg   "index-insert"
27600 \end_inset
27601
27602 .
27603  A box is inserted containing the text that appears in the index.
27604  The word where the cursor is in or the currently highlighted text is proposed
27605  by LyX as the index entry.
27606 \end_layout
27607
27608 \begin_layout Standard
27609 The index list is inserted in the document with the menu 
27610 \family sans
27611 Insert\SpecialChar \menuseparator
27612 List/TOC\SpecialChar \menuseparator
27613 Index
27614 \begin_inset space ~
27615 \end_inset
27616
27617 List
27618 \family default
27619 .
27620  A light blue box labeled 
27621 \begin_inset Quotes eld
27622 \end_inset
27623
27624
27625 \family sans
27626 Index
27627 \family default
27628
27629 \begin_inset Quotes erd
27630 \end_inset
27631
27632  will show the place where the index is printed in the output.
27633  The index list box is not clickable like other LyX-boxes.
27634 \end_layout
27635
27636 \begin_layout Standard
27637 We give a short overview of the index commands in the next subsections.
27638  For a detailed description of LaTeX's index mechanism, have a look at one
27639  of the LaTeX books 
27640 \begin_inset CommandInset citation
27641 LatexCommand cite
27642 key "latexcompanion,latexguide,latexbook"
27643
27644 \end_inset
27645
27646 .
27647 \end_layout
27648
27649 \begin_layout Subsection
27650 Grouping Index Entries
27651 \begin_inset Index idx
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 Index ! Grouping
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \begin_layout Standard
27664 Index entries are often grouped to offer the reader a fast search in the
27665  index.
27666  We want to group for example the index entries for itemized and enumerated
27667  lists under the entry 
27668 \begin_inset Quotes eld
27669 \end_inset
27670
27671 Lists
27672 \begin_inset Quotes erd
27673 \end_inset
27674
27675 .
27676  First we create the entry 
27677 \begin_inset Quotes eld
27678 \end_inset
27679
27680 Lists
27681 \begin_inset Quotes erd
27682 \end_inset
27683
27684  in section
27685 \begin_inset space ~
27686 \end_inset
27687
27688
27689 \begin_inset CommandInset ref
27690 LatexCommand ref
27691 reference "sub:Lists"
27692
27693 \end_inset
27694
27695 .
27696  In the text field for the itemized list index entry in section
27697 \begin_inset space ~
27698 \end_inset
27699
27700
27701 \begin_inset CommandInset ref
27702 LatexCommand ref
27703 reference "sec:Itemize"
27704
27705 \end_inset
27706
27707 , we insert the command
27708 \end_layout
27709
27710 \begin_layout Standard
27711
27712 \series bold
27713 Lists ! Itemize
27714 \end_layout
27715
27716 \begin_layout Standard
27717 and the command
27718 \end_layout
27719
27720 \begin_layout Standard
27721
27722 \series bold
27723 Lists ! Enumerate
27724 \end_layout
27725
27726 \begin_layout Standard
27727 for the enumerated list in section
27728 \begin_inset space ~
27729 \end_inset
27730
27731
27732 \begin_inset CommandInset ref
27733 LatexCommand ref
27734 reference "sec:Enumerate"
27735
27736 \end_inset
27737
27738 .
27739 \end_layout
27740
27741 \begin_layout Standard
27742 The exclamation mark 
27743 \begin_inset Quotes eld
27744 \end_inset
27745
27746 !
27747 \begin_inset Quotes erd
27748 \end_inset
27749
27750  marks the grouping levels.
27751  You can have three levels; every index level is indented a bit more.
27752  An index entry for the higher levels is not required.
27753  If we don't have an index entry for 
27754 \begin_inset Quotes eld
27755 \end_inset
27756
27757 Lists
27758 \begin_inset Quotes erd
27759 \end_inset
27760
27761 , it will be printed anyway, but without a page number.
27762 \end_layout
27763
27764 \begin_layout Subsection
27765 Page Ranges
27766 \begin_inset Index idx
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770 Index ! Page ranges
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Standard
27779 Normally an index entry will appear with the page number of the indexed
27780  section.
27781  But sometimes you want to index more pages under the same entry.
27782  For example, if we want to index the paragraph environments, we create
27783  an index entry in section
27784 \begin_inset space ~
27785 \end_inset
27786
27787
27788 \begin_inset CommandInset ref
27789 LatexCommand ref
27790 reference "sec:Paragraph-Environments"
27791
27792 \end_inset
27793
27794  with the command
27795 \end_layout
27796
27797 \begin_layout Standard
27798
27799 \series bold
27800 Paragraph environments|(
27801 \end_layout
27802
27803 \begin_layout Standard
27804 and another entry at the end of section
27805 \begin_inset space ~
27806 \end_inset
27807
27808
27809 \begin_inset CommandInset ref
27810 LatexCommand ref
27811 reference "sub:LyX-Code"
27812
27813 \end_inset
27814
27815  with the command
27816 \end_layout
27817
27818 \begin_layout Standard
27819
27820 \series bold
27821 Paragraph environments|)
27822 \end_layout
27823
27824 \begin_layout Standard
27825 The commands 
27826 \begin_inset Quotes eld
27827 \end_inset
27828
27829
27830 \series bold
27831 |(
27832 \series default
27833
27834 \begin_inset Quotes erd
27835 \end_inset
27836
27837  and 
27838 \begin_inset Quotes eld
27839 \end_inset
27840
27841
27842 \series bold
27843 |)
27844 \series default
27845
27846 \begin_inset Quotes erd
27847 \end_inset
27848
27849  respectively start and end the index range.
27850  You can also add the same index entry at different places in the document.
27851  They appear in the output under one entry with a comma separated list of
27852  the pages of the indexed document parts.
27853  An example is the index entry 
27854 \begin_inset Quotes eld
27855 \end_inset
27856
27857 Document ! Settings
27858 \begin_inset Quotes erd
27859 \end_inset
27860
27861 .
27862 \end_layout
27863
27864 \begin_layout Subsection
27865 Cross referencing
27866 \begin_inset Index idx
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870 Index ! Cross referencing
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Standard
27879 It is also possible to refer to another index entry.
27880  We referred for example in the index entry 
27881 \begin_inset Quotes eld
27882 \end_inset
27883
27884 GIF
27885 \begin_inset Quotes erd
27886 \end_inset
27887
27888  (in section
27889 \begin_inset space ~
27890 \end_inset
27891
27892
27893 \begin_inset CommandInset ref
27894 LatexCommand ref
27895 reference "sub:Image-Formats"
27896
27897 \end_inset
27898
27899 ) to the index entry 
27900 \begin_inset Quotes eld
27901 \end_inset
27902
27903 Image formats
27904 \begin_inset Quotes erd
27905 \end_inset
27906
27907  in the same section using the entry
27908 \end_layout
27909
27910 \begin_layout Standard
27911
27912 \series bold
27913 GIF|see{Image formats}
27914 \end_layout
27915
27916 \begin_layout Standard
27917 where the braces have to be inserted as TeX Code.
27918  The text within the braces is the referenced entry.
27919  The reference will appear in the output without a page number.
27920 \end_layout
27921
27922 \begin_layout Subsection
27923 Index Entry Order
27924 \begin_inset Index idx
27925 status collapsed
27926
27927 \begin_layout Plain Layout
27928 Index ! Entry order
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 If you use accented characters in the index entry the entries might not
27938  follow the rules for the index order.
27939  The index entries are sorted alphabetically but LaTeX
27940 \begin_inset Foot
27941 status collapsed
27942
27943 \begin_layout Plain Layout
27944 The index generating is done in the background by an extra program, see
27945  section
27946 \begin_inset space ~
27947 \end_inset
27948
27949
27950 \begin_inset CommandInset ref
27951 LatexCommand ref
27952 reference "sub:Index-Program"
27953
27954 \end_inset
27955
27956 .
27957 \end_layout
27958
27959 \end_inset
27960
27961  does not know how to sort accents in different languages.
27962  We have created as an example the three dummy index entries 
27963 \begin_inset Quotes eld
27964 \end_inset
27965
27966 maison
27967 \begin_inset Quotes erd
27968 \end_inset
27969
27970
27971 \begin_inset Quotes eld
27972 \end_inset
27973
27974 maïs
27975 \begin_inset Quotes erd
27976 \end_inset
27977
27978 , and 
27979 \begin_inset Quotes eld
27980 \end_inset
27981
27982 maître
27983 \begin_inset Quotes erd
27984 \end_inset
27985
27986 .
27987 \begin_inset Index idx
27988 status collapsed
27989
27990 \begin_layout Plain Layout
27991 Dummy entries ! maïs
27992 \end_layout
27993
27994 \end_inset
27995
27996
27997 \begin_inset Index idx
27998 status collapsed
27999
28000 \begin_layout Plain Layout
28001 Dummy entries ! maître
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \begin_inset Index idx
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011 Dummy entries ! maïs@maison
28012 \end_layout
28013
28014 \end_inset
28015
28016  They will be sorted in the order maïs, maître, maison but we want the order
28017  maïs, maison, maître.
28018  To achieve this, we use the command
28019 \end_layout
28020
28021 \begin_layout Standard
28022
28023 \series bold
28024 previous entry@current entry
28025 \end_layout
28026
28027 \begin_layout Standard
28028 In our case we want to have 
28029 \begin_inset Quotes eld
28030 \end_inset
28031
28032 maison
28033 \begin_inset Quotes erd
28034 \end_inset
28035
28036  after 
28037 \begin_inset Quotes eld
28038 \end_inset
28039
28040 maïs
28041 \begin_inset Quotes erd
28042 \end_inset
28043
28044  and write therefore for the index entry of maison:
28045 \end_layout
28046
28047 \begin_layout Standard
28048
28049 \series bold
28050 maïs@maison
28051 \end_layout
28052
28053 \begin_layout Standard
28054 The previous entry need not be a real existing entry.
28055  You can also use another word to tell LaTeX the entry order.
28056  See the next subsection for an example.
28057 \end_layout
28058
28059 \begin_layout Standard
28060 \begin_inset VSpace bigskip
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Standard
28067 In some cases the index entry order is not correct when you are using the
28068  program 
28069 \family sans
28070 makeindex 
28071 \family default
28072 to generate the index (see sec.
28073 \begin_inset space \thinspace{}
28074 \end_inset
28075
28076
28077 \begin_inset CommandInset ref
28078 LatexCommand ref
28079 reference "sub:Index-Program"
28080
28081 \end_inset
28082
28083 ).
28084  
28085 \family sans
28086 makeindex
28087 \family default
28088  would for example print the index entry for the LaTeX-package aeguill in
28089  sec.
28090 \begin_inset space \thinspace{}
28091 \end_inset
28092
28093
28094 \begin_inset CommandInset ref
28095 LatexCommand ref
28096 reference "sub:Document-Font"
28097
28098 \end_inset
28099
28100  after the index entries of the other LaTeX-packages although all these
28101  index commands start with 
28102 \begin_inset Quotes eld
28103 \end_inset
28104
28105
28106 \series bold
28107 LaTeX-packages !
28108 \series default
28109  
28110 \begin_inset Quotes erd
28111 \end_inset
28112
28113 .
28114  The reason is that the index entry for aeguill is in a footnote.
28115  To fix this 
28116 \family sans
28117 makeindex
28118 \family default
28119  bug, add these commands to the preamble of your document:
28120 \end_layout
28121
28122 \begin_layout Standard
28123
28124 \series bold
28125
28126 \backslash
28127 let
28128 \backslash
28129 OrgIndex
28130 \backslash
28131 index
28132 \end_layout
28133
28134 \begin_layout Standard
28135
28136 \series bold
28137
28138 \backslash
28139 renewcommand*{
28140 \backslash
28141 index}[1]{
28142 \backslash
28143 OrgIndex{#1}}
28144 \end_layout
28145
28146 \begin_layout Subsection
28147 Index Entry Layout
28148 \begin_inset Index idx
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152 Index ! Entry layout
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \begin_layout Standard
28161 You can change the appearance of index entries via the text style dialog.
28162 \begin_inset Index idx
28163 status open
28164
28165 \begin_layout Plain Layout
28166 Dummy entries ! 
28167 \shape italic
28168 This is an italic dummy entry
28169 \end_layout
28170
28171 \end_inset
28172
28173  You can also format the page number using the character 
28174 \begin_inset Quotes eld
28175 \end_inset
28176
28177 |
28178 \begin_inset Quotes erd
28179 \end_inset
28180
28181  followed by a LaTeX-command without a backslash.
28182  We can write for example
28183 \end_layout
28184
28185 \begin_layout Standard
28186
28187 \series bold
28188 italic page number:|textit
28189 \end_layout
28190
28191 \begin_layout Standard
28192 to get the page number in italic.
28193 \begin_inset Index idx
28194 status open
28195
28196 \begin_layout Plain Layout
28197 Dummy entries ! italic page number:|textit
28198 \end_layout
28199
28200 \end_inset
28201
28202  Normally all LaTeX-commands begin with a backslash, but in this special
28203  case 
28204 \begin_inset Quotes eld
28205 \end_inset
28206
28207
28208 \series bold
28209 |command
28210 \series default
28211
28212 \begin_inset Quotes erd
28213 \end_inset
28214
28215  means 
28216 \series bold
28217
28218 \backslash
28219 command{page
28220 \begin_inset space ~
28221 \end_inset
28222
28223 number}
28224 \series default
28225 .
28226  Have a look at section
28227 \begin_inset space ~
28228 \end_inset
28229
28230
28231 \begin_inset CommandInset ref
28232 LatexCommand ref
28233 reference "sub:LaTeX-Syntax"
28234
28235 \end_inset
28236
28237  to learn more about the LaTeX-syntax.
28238 \end_layout
28239
28240 \begin_layout Standard
28241 \begin_inset Note Greyedout
28242 status open
28243
28244 \begin_layout Plain Layout
28245
28246 \series bold
28247 Note:
28248 \series default
28249  Formatting single index entries only works when you use the program 
28250 \family sans
28251 makeindex 
28252 \family default
28253 to generate the index, see sec.
28254 \begin_inset space \thinspace{}
28255 \end_inset
28256
28257
28258 \begin_inset CommandInset ref
28259 LatexCommand ref
28260 reference "sub:Index-Program"
28261
28262 \end_inset
28263
28264 .
28265  If you use 
28266 \family sans
28267 xindy
28268 \family default
28269 , this will not work for anything other than bold or italic text.
28270  This is because 
28271 \family sans
28272 xindy
28273 \family default
28274  requires you to define semantic elements before they can be used, see 
28275 \begin_inset CommandInset citation
28276 LatexCommand cite
28277 after "p. 678 ff."
28278 key "latexcompanion"
28279
28280 \end_inset
28281
28282  for details.
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Standard
28291 In general, we encourage you to not format page numbers directly as shown
28292  above.
28293  Instead, you should define a macro in the preamble and use that.
28294  Maybe you want all page references italic that refer to a definition of
28295  the indexed term, so that users can easily find definitions.
28296  If so, put the following in the preamble
28297 \end_layout
28298
28299 \begin_layout Standard
28300
28301 \series bold
28302
28303 \backslash
28304 newcommand{
28305 \backslash
28306 IndexDef}[1]{
28307 \backslash
28308 textit{#1}}
28309 \end_layout
28310
28311 \begin_layout Standard
28312 and write
28313 \end_layout
28314
28315 \begin_layout Standard
28316
28317 \series bold
28318 my entry|IndexDef
28319 \end_layout
28320
28321 \begin_layout Standard
28322 in the index entry.
28323 \begin_inset Index idx
28324 status open
28325
28326 \begin_layout Plain Layout
28327 Dummy entries ! my entry|IndexDef
28328 \end_layout
28329
28330 \end_inset
28331
28332  The advantage is that, if you change your mind later or if your publisher
28333  insists that definitions must not be italic but bold, you just need to
28334  change the macro in the preamble, not every single index entry.
28335 \end_layout
28336
28337 \begin_layout Standard
28338 You can also change the layout for the whole index.
28339  For example, we marked the index list box of this document as bold to get
28340  a bold font for all index entries.
28341  For more advanced tasks you have to set up a so-called 
28342 \emph on
28343 Index Style File
28344 \emph default
28345 , see the 
28346 \family sans
28347 makeindex
28348 \family default
28349  or 
28350 \family sans
28351 xindy
28352 \family default
28353  documentation for details, 
28354 \begin_inset CommandInset citation
28355 LatexCommand cite
28356 key "makeindex,xindy"
28357
28358 \end_inset
28359
28360 .
28361 \end_layout
28362
28363 \begin_layout Subsection
28364 Index Program
28365 \begin_inset Index idx
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369 Index ! Program
28370 \end_layout
28371
28372 \end_inset
28373
28374
28375 \begin_inset CommandInset label
28376 LatexCommand label
28377 name "sub:Index-Program"
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \begin_layout Standard
28385 If the index generation program 
28386 \family sans
28387 xindy
28388 \family default
28389  is installed, LyX uses it for index generation; otherwise the program 
28390 \family sans
28391 makeindex
28392 \family default
28393 , the program that is part of every LaTeX distribution, is used.
28394 \begin_inset Foot
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398
28399 \family sans
28400 Makeindex
28401 \family default
28402  is very old, no longer under development and has many pitfalls, notably
28403  that it was developed with only the English language in mind.
28404  So it fails to sort anything other than a monolingual English text correctly.
28405  We have shown above how to fix this sorting.
28406  However, if you are writing in another than the English language, consider
28407  to use 
28408 \family sans
28409 xindy
28410 \family default
28411 .
28412 \end_layout
28413
28414 \end_inset
28415
28416  Both programs can be controlled by options that can be set in LyX's preferences
28417  dialog, see section
28418 \begin_inset space ~
28419 \end_inset
28420
28421
28422 \begin_inset CommandInset ref
28423 LatexCommand ref
28424 reference "sub:LaTeX-settings"
28425
28426 \end_inset
28427
28428 .
28429  The available options are listed and explained in 
28430 \begin_inset CommandInset citation
28431 LatexCommand cite
28432 key "makeindex,xindy"
28433
28434 \end_inset
28435
28436 .
28437  In this dialog, you can also specify an alternative program to generate
28438  the index.
28439 \end_layout
28440
28441 \begin_layout Standard
28442 If you need specific options or an alternative index program only for a
28443  given document, you can define the program and\SpecialChar \slash{}
28444 or the options in 
28445 \family sans
28446 Document\SpecialChar \menuseparator
28447 Settings\SpecialChar \menuseparator
28448 Indexes
28449 \family default
28450 .
28451  This is especially useful if you need to pass language-specific options
28452  to the index program or if you need a specific layout style.
28453 \end_layout
28454
28455 \begin_layout Subsection
28456 Multiple Indexes
28457 \end_layout
28458
28459 \begin_layout Standard
28460 In many fields it is common to have more than one index.
28461  For instance, you might need to set up a separate 
28462 \begin_inset Quotes eld
28463 \end_inset
28464
28465 Index of Names
28466 \begin_inset Quotes erd
28467 \end_inset
28468
28469  next to the standard index.
28470  LaTeX does not provide this possibility out of the box, but there are packages
28471  that add this feature.
28472  LyX uses the 
28473 \series bold
28474 splitidx
28475 \series default
28476
28477 \begin_inset Index idx
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 LaTeX-packages ! splitidx
28482 \end_layout
28483
28484 \end_inset
28485
28486  package to generate multiple indexes.
28487  The package is included in all recent LaTeX distributions.
28488 \begin_inset Foot
28489 status collapsed
28490
28491 \begin_layout Plain Layout
28492 If yours does not ship it, consult the TeX-catalogue, 
28493 \begin_inset CommandInset citation
28494 LatexCommand cite
28495 key "TeXCatalogue"
28496
28497 \end_inset
28498
28499 .
28500  Note that the package does not only consist of a LaTeX style, but it also
28501  includes specific preprocessor programs that need to be installed as well.
28502  Please consult the package's manual for details.
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Standard
28511 To set up LyX for the use of multiple indexes, go to 
28512 \family sans
28513 Document\SpecialChar \menuseparator
28514 Settings\SpecialChar \menuseparator
28515 Indexes
28516 \family default
28517  and select the option 
28518 \family sans
28519 Use multiple Indexes
28520 \family default
28521 .
28522  Note that the list 
28523 \family sans
28524 Available Indexes
28525 \family default
28526  already contains the standard index 
28527 \begin_inset Quotes eld
28528 \end_inset
28529
28530 Index
28531 \begin_inset Quotes erd
28532 \end_inset
28533
28534 .
28535  To add further indexes, add the name of the index (in the form that should
28536  also appear as a heading) to the 
28537 \family sans
28538 New
28539 \family default
28540  input field and press the 
28541 \family sans
28542 Add
28543 \family default
28544  button.
28545  The new index now also appears in the list.
28546  If you like, you can attribute an alternative LyX label color to the new
28547  index.
28548 \end_layout
28549
28550 \begin_layout Standard
28551 Once the document changes have been applied, you can find the new index
28552  list in 
28553 \family sans
28554 Insert\SpecialChar \menuseparator
28555 List/TOC
28556 \family default
28557  and the 
28558 \family sans
28559 Insert
28560 \family default
28561  menu has a separate entry for each of the defined indexes.
28562  The workflow is basically the same as for the default index, but there
28563  are additional features:
28564 \end_layout
28565
28566 \begin_layout Itemize
28567 If you want to change the attribution of a specific index entry, right-clicking
28568  on the entry's label will open a dialog where you can do that.
28569 \end_layout
28570
28571 \begin_layout Itemize
28572 By right-clicking on an index, you can change its type.
28573  Furthermore, you can specify an index to be a 
28574 \begin_inset Quotes eld
28575 \end_inset
28576
28577 Subindex.
28578 \begin_inset Quotes erd
28579 \end_inset
28580
28581  If you do that, the heading of that list will be decreased by one level.
28582  For example, if you use a book class, where the standard index heading
28583  is defined as a chapter, subindexes will be defined as sections and can
28584  thus be nested to the non-subindexes.
28585 \end_layout
28586
28587 \begin_layout Section
28588 Nomenclature/Glossary 
28589 \begin_inset Index idx
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593 Nomenclature
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \begin_inset Index idx
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603 Glossary|see
28604 \begin_inset ERT
28605 status collapsed
28606
28607 \begin_layout Plain Layout
28608
28609 {
28610 \end_layout
28611
28612 \end_inset
28613
28614 Nomenclature
28615 \begin_inset ERT
28616 status collapsed
28617
28618 \begin_layout Plain Layout
28619
28620 }
28621 \end_layout
28622
28623 \end_inset
28624
28625
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \begin_inset CommandInset label
28632 LatexCommand label
28633 name "sec:Nomenclature"
28634
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \begin_layout Standard
28641 Sometimes you need to provide a list of technical terms or symbols that
28642  are mentioned in your document with a brief explanation of them – a so
28643  called nomenclature or glossary.
28644 \end_layout
28645
28646 \begin_layout Standard
28647 To be able to create nomenclatures or glossaries, you need the LaTeX package
28648  
28649 \series bold
28650 nomencl
28651 \series default
28652
28653 \begin_inset Index idx
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657 LaTeX-packages ! nomencl
28658 \end_layout
28659
28660 \end_inset
28661
28662  installed.
28663  You find it in the TeX-catalogue, 
28664 \begin_inset CommandInset citation
28665 LatexCommand cite
28666 key "TeXCatalogue"
28667
28668 \end_inset
28669
28670  or in the package manager of your LaTeX-system.
28671 \end_layout
28672
28673 \begin_layout Standard
28674 A nomenclature entry is created if you place the cursor after a symbol entry
28675  and then use the menu 
28676 \family sans
28677 Insert\SpecialChar \menuseparator
28678
28679 \family default
28680 N
28681 \family sans
28682 omenclature
28683 \begin_inset space ~
28684 \end_inset
28685
28686 Entry
28687 \family default
28688  or the toolbar button 
28689 \begin_inset Info
28690 type  "icon"
28691 arg   "nomencl-insert"
28692 \end_inset
28693
28694 .
28695  A gray box labeled 
28696 \begin_inset Quotes eld
28697 \end_inset
28698
28699
28700 \family sans
28701 Nom
28702 \family default
28703
28704 \begin_inset Quotes erd
28705 \end_inset
28706
28707  is inserted and a window pops up asking for the nomenclature entry.
28708 \end_layout
28709
28710 \begin_layout Standard
28711 A nomenclature entry consists of two main entries.
28712  The first is the term or 
28713 \family sans
28714 Symbol
28715 \family default
28716  that you wish to define.
28717  The second is the 
28718 \family sans
28719 Description
28720 \family default
28721  of the term or symbol.
28722 \end_layout
28723
28724 \begin_layout Standard
28725 \begin_inset Note Greyedout
28726 status open
28727
28728 \begin_layout Plain Layout
28729
28730 \series bold
28731 Note:
28732 \series default
28733  You have to enter valid LaTeX-code for all fields of the nomenclature dialog.
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Subsection
28742 Nomenclature Definition and Layout
28743 \begin_inset Index idx
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747 Nomenclature ! Layout
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Standard
28756 If you have symbols in formulas, you have to define them in the 
28757 \family sans
28758 Symbol
28759 \family default
28760  field as LaTeX-formulas.
28761  For example to get 
28762 \begin_inset Quotes eld
28763 \end_inset
28764
28765
28766 \begin_inset Formula $\sigma$
28767 \end_inset
28768
28769
28770 \begin_inset Quotes erd
28771 \end_inset
28772
28773 , insert this:
28774 \begin_inset Newline newline
28775 \end_inset
28776
28777
28778 \series bold
28779 $
28780 \backslash
28781 sigma$
28782 \begin_inset Newline newline
28783 \end_inset
28784
28785
28786 \series default
28787 The 
28788 \begin_inset Quotes eld
28789 \end_inset
28790
28791 $
28792 \begin_inset Quotes erd
28793 \end_inset
28794
28795  character starts/ends the formula.
28796  The LaTeX-command for the Greek letter is the name of the letter beginning
28797  with a backslash 
28798 \begin_inset Quotes eld
28799 \end_inset
28800
28801
28802 \backslash
28803
28804 \begin_inset Quotes erd
28805 \end_inset
28806
28807 .
28808  For capital Greek letters, start the command also with a capital letter,
28809  like 
28810 \series bold
28811
28812 \backslash
28813 Sigma
28814 \series default
28815 .
28816 \end_layout
28817
28818 \begin_layout Standard
28819 (A short introduction to the LaTeX-syntax is given in section
28820 \begin_inset space ~
28821 \end_inset
28822
28823
28824 \begin_inset CommandInset ref
28825 LatexCommand ref
28826 reference "sub:LaTeX-Syntax"
28827
28828 \end_inset
28829
28830 .)
28831 \end_layout
28832
28833 \begin_layout Standard
28834 You cannot use the 
28835 \family sans
28836 Text
28837 \begin_inset space ~
28838 \end_inset
28839
28840 Style
28841 \family default
28842  dialog to format the description text; you have to use LaTeX-commands.
28843  For example the description of the nomenclature entry for the 
28844 \begin_inset Quotes eld
28845 \end_inset
28846
28847
28848 \begin_inset Formula $\sigma$
28849 \end_inset
28850
28851
28852 \begin_inset Quotes erd
28853 \end_inset
28854
28855  in this document is:
28856 \begin_inset Newline newline
28857 \end_inset
28858
28859
28860 \series bold
28861 dummy entry for the character 
28862 \backslash
28863 textsf{sigma}
28864 \series default
28865
28866 \begin_inset Newline newline
28867 \end_inset
28868
28869 The command 
28870 \series bold
28871
28872 \backslash
28873 textsf
28874 \series default
28875  sets the fonts to 
28876 \family sans
28877 sans
28878 \begin_inset space ~
28879 \end_inset
28880
28881 serif
28882 \family default
28883 .
28884  To get 
28885 \series bold
28886 bold
28887 \series default
28888  font use the command 
28889 \series bold
28890
28891 \backslash
28892 textbf
28893 \series default
28894 , for 
28895 \family typewriter
28896 typewriter
28897 \family default
28898  use 
28899 \series bold
28900
28901 \backslash
28902 texttt
28903 \series default
28904 , for 
28905 \emph on
28906 emphasized
28907 \emph default
28908  use 
28909 \series bold
28910
28911 \backslash
28912 emph
28913 \series default
28914 .
28915 \end_layout
28916
28917 \begin_layout Standard
28918 If the characters |
28919 \begin_inset space \space{}
28920 \end_inset
28921
28922 ,
28923 \begin_inset space \space{}
28924 \end_inset
28925
28926 !
28927 \begin_inset space \space{}
28928 \end_inset
28929
28930 , @ and
28931 \begin_inset space \space{}
28932 \end_inset
28933
28934 "
28935 \begin_inset space \space{}
28936 \end_inset
28937
28938 should appear in nomenclature entries they need to be escaped by adding
28939  a quote character in front of them.
28940 \begin_inset CommandInset nomenclature
28941 LatexCommand nomenclature
28942 symbol "\"@, \"|, \"!, \"\""
28943 description "The quote sign is output by writing ‘ \"\"\"\" '"
28944
28945 \end_inset
28946
28947
28948 \end_layout
28949
28950 \begin_layout Subsection
28951 Sort Order of Nomenclature Entries
28952 \begin_inset Index idx
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Nomenclature ! Sort order
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 The nomenclature entries are sorted alphabetically by the LaTeX-code of
28966  the symbol definition.
28967  This leads to undesired results when you, for example, have symbols in
28968  formulas.
28969  Suppose you have nomenclature entries for the symbols 
28970 \emph on
28971 a
28972 \begin_inset CommandInset nomenclature
28973 LatexCommand nomenclature
28974 symbol "a"
28975 description "dummy entry for the character \"a\""
28976
28977 \end_inset
28978
28979
28980 \emph default
28981  and 
28982 \begin_inset Formula $\sigma$
28983 \end_inset
28984
28985
28986 \begin_inset CommandInset nomenclature
28987 LatexCommand nomenclature
28988 prefix "sigma"
28989 symbol "$\\sigma$"
28990 description "dummy entry for the character \\textsf{sigma}"
28991
28992 \end_inset
28993
28994 .
28995  They will be sorted by 
28996 \begin_inset Quotes eld
28997 \end_inset
28998
28999
29000 \family sans
29001 a
29002 \family default
29003
29004 \begin_inset Quotes erd
29005 \end_inset
29006
29007  and 
29008 \begin_inset Quotes eld
29009 \end_inset
29010
29011
29012 \family typewriter
29013 $
29014 \backslash
29015 sigma$
29016 \family default
29017
29018 \begin_inset Quotes erd
29019 \end_inset
29020
29021  – the 
29022 \begin_inset Formula $\sigma$
29023 \end_inset
29024
29025  will be sorted before the 
29026 \emph on
29027 a
29028 \emph default
29029  since the character 
29030 \begin_inset Quotes eld
29031 \end_inset
29032
29033 $
29034 \begin_inset Quotes erd
29035 \end_inset
29036
29037  is considered in sorting.
29038 \end_layout
29039
29040 \begin_layout Standard
29041 To control the sort order, you can edit the 
29042 \family sans
29043 Sort
29044 \begin_inset space ~
29045 \end_inset
29046
29047 as
29048 \family default
29049  field of the nomenclature dialog.
29050  Then the nomenclature entry will be sorted by this entry and not the symbol
29051  definition.
29052  For the example given, you can insert 
29053 \family typewriter
29054 sigma
29055 \family default
29056  in this field for the 
29057 \begin_inset Formula $\sigma$
29058 \end_inset
29059
29060 , then 
29061 \emph on
29062 a
29063 \emph default
29064  will be located before 
29065 \begin_inset Formula $\sigma$
29066 \end_inset
29067
29068 .
29069 \end_layout
29070
29071 \begin_layout Standard
29072 For subgrouping and tips for using sort entries see the 
29073 \series bold
29074 nomencl
29075 \series default
29076  documentation, 
29077 \begin_inset CommandInset citation
29078 LatexCommand cite
29079 key "nomencl"
29080
29081 \end_inset
29082
29083 .
29084 \end_layout
29085
29086 \begin_layout Subsection
29087 Nomenclature Options
29088 \begin_inset Index idx
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092 Nomenclature ! Options
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Standard
29101 The 
29102 \series bold
29103 nomencl
29104 \series default
29105  package offers some options to adjust the appearance of the nomenclature.
29106  Here are some of its options; for more have a look at its documentation:
29107 \end_layout
29108
29109 \begin_layout Description
29110 refeq Appends the phrase 
29111 \begin_inset Quotes eld
29112 \end_inset
29113
29114
29115 \family sans
29116 , see equation (
29117 \emph on
29118 eq
29119 \emph default
29120 )
29121 \family default
29122
29123 \begin_inset Quotes erd
29124 \end_inset
29125
29126  to every nomenclature entry, where 
29127 \family sans
29128 \emph on
29129 eq
29130 \family default
29131 \emph default
29132  is the number of the last equation in front of the nomenclature entry
29133 \end_layout
29134
29135 \begin_layout Description
29136 refpage Appends the phrase 
29137 \begin_inset Quotes eld
29138 \end_inset
29139
29140
29141 \family sans
29142 , page (
29143 \emph on
29144 page
29145 \emph default
29146 )
29147 \family default
29148
29149 \begin_inset Quotes erd
29150 \end_inset
29151
29152  to every nomenclature entry, where 
29153 \family sans
29154 \emph on
29155 page
29156 \family default
29157 \emph default
29158  is the number of the page on which the nomenclature entry appeared
29159 \end_layout
29160
29161 \begin_layout Description
29162 intoc Inserts the nomenclature in the Table of Contents
29163 \end_layout
29164
29165 \begin_layout Standard
29166 To use one or more of the options, add them to the comma-separated document
29167  class options list in the 
29168 \family sans
29169 Document\SpecialChar \menuseparator
29170 Settings
29171 \family default
29172  dialog.
29173  In this document the options 
29174 \series bold
29175 refpage, intoc
29176 \series default
29177  are used.
29178 \end_layout
29179
29180 \begin_layout Standard
29181 \begin_inset VSpace bigskip
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \begin_layout Standard
29188 You can also use the first two options above only for certain nomenclature
29189  entries when you add one of the following commands as last entry to the
29190  
29191 \family sans
29192 Description
29193 \family default
29194  field in the nomenclature dialog:
29195 \end_layout
29196
29197 \begin_layout Description
29198
29199 \backslash
29200 nomrefeq Like the 
29201 \series bold
29202 refeq
29203 \series default
29204  option
29205 \end_layout
29206
29207 \begin_layout Description
29208
29209 \backslash
29210 nomrefpage Like the 
29211 \series bold
29212 refpage
29213 \series default
29214  option
29215 \end_layout
29216
29217 \begin_layout Description
29218
29219 \backslash
29220 nomrefeqpage Short notation of 
29221 \series bold
29222
29223 \backslash
29224 nomrefeq
29225 \backslash
29226 nomrefpage
29227 \end_layout
29228
29229 \begin_layout Description
29230
29231 \backslash
29232 nomnorefeq,
29233 \begin_inset space ~
29234 \end_inset
29235
29236
29237 \backslash
29238 nomnorefpage,
29239 \begin_inset space ~
29240 \end_inset
29241
29242
29243 \backslash
29244 nomnorefeqpage Turns off the corresponding options
29245 \end_layout
29246
29247 \begin_layout Standard
29248 Words like 
29249 \begin_inset Quotes eld
29250 \end_inset
29251
29252 page
29253 \begin_inset Quotes erd
29254 \end_inset
29255
29256  are automatically translated for some document languages.
29257  If not, add these lines to your LaTeX preamble:
29258 \end_layout
29259
29260 \begin_layout Standard
29261 \noindent
29262
29263 \series bold
29264
29265 \backslash
29266 renewcommand{
29267 \backslash
29268 eqdeclaration}[1]{, see equation
29269 \backslash
29270 nobreakspace(#1)}
29271 \begin_inset Newline newline
29272 \end_inset
29273
29274
29275 \backslash
29276 renewcommand{
29277 \backslash
29278 pagedeclaration}[1]{, page
29279 \backslash
29280 nobreakspace{}#1}
29281 \series default
29282
29283 \begin_inset Newline newline
29284 \end_inset
29285
29286 and replace 
29287 \begin_inset Quotes eld
29288 \end_inset
29289
29290 see equation
29291 \begin_inset Quotes erd
29292 \end_inset
29293
29294  and 
29295 \begin_inset Quotes eld
29296 \end_inset
29297
29298 page
29299 \begin_inset Quotes erd
29300 \end_inset
29301
29302  by their translation.
29303 \end_layout
29304
29305 \begin_layout Subsection
29306 Printing the Nomenclature
29307 \begin_inset Index idx
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311 Nomenclature ! Printing
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \end_layout
29318
29319 \begin_layout Standard
29320 To print the nomenclature, use the menu 
29321 \family sans
29322 Insert\SpecialChar \menuseparator
29323 Lists/TOC\SpecialChar \menuseparator
29324 Nomenclature
29325 \family default
29326 .
29327  A box labeled 
29328 \begin_inset Quotes eld
29329 \end_inset
29330
29331
29332 \family sans
29333 Nomenclature
29334 \family default
29335
29336 \begin_inset Quotes erd
29337 \end_inset
29338
29339  will show the place where the nomenclature is printed in the output.
29340  By right-clicking on it, the amount of space for symbols can be altered.
29341  You can choose between these settings:
29342 \end_layout
29343
29344 \begin_layout Description
29345 Default a space of 1
29346 \begin_inset space \thinspace{}
29347 \end_inset
29348
29349 cm is used
29350 \end_layout
29351
29352 \begin_layout Description
29353 Longest
29354 \begin_inset space ~
29355 \end_inset
29356
29357 label
29358 \begin_inset space ~
29359 \end_inset
29360
29361 width the width of the widest symbol of all nomenclature entries is used
29362 \end_layout
29363
29364 \begin_layout Description
29365 Custom custom space
29366 \end_layout
29367
29368 \begin_layout Standard
29369 In the printed output the title of the nomenclature appears as 
29370 \begin_inset Quotes eld
29371 \end_inset
29372
29373 Nomenclature
29374 \begin_inset Quotes erd
29375 \end_inset
29376
29377 .
29378  If you are not happy with the name, you can change it by redefining the
29379  command 
29380 \series bold
29381
29382 \backslash
29383 nomname
29384 \series default
29385  in the preamble.
29386  For example, in order to change the name to 
29387 \emph on
29388 List of Symbols
29389 \emph default
29390 , add the following line to the preamble:
29391 \end_layout
29392
29393 \begin_layout Standard
29394
29395 \family roman
29396 \series bold
29397
29398 \backslash
29399 renewcommand{
29400 \backslash
29401 nomname}{List of Symbols}
29402 \end_layout
29403
29404 \begin_layout Subsection
29405 Nomenclature Program
29406 \begin_inset Index idx
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410 Nomenclature ! Program
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \begin_inset CommandInset label
29417 LatexCommand label
29418 name "sub:Nomenclature-Program"
29419
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \begin_layout Standard
29426 LyX uses the program 
29427 \family sans
29428 makeindex
29429 \family default
29430 , that is part of every LaTeX distribution, to generate the nomenclature.
29431  LyX's preferences dialog allows you to specify another program or to control
29432  
29433 \family sans
29434 makeindex
29435 \family default
29436  by adding options, see section
29437 \begin_inset space ~
29438 \end_inset
29439
29440
29441 \begin_inset CommandInset ref
29442 LatexCommand ref
29443 reference "sub:LaTeX-settings"
29444
29445 \end_inset
29446
29447 .
29448  The available options are listed and explained in 
29449 \begin_inset CommandInset citation
29450 LatexCommand cite
29451 key "nomencl,makeindex"
29452
29453 \end_inset
29454
29455 .
29456 \end_layout
29457
29458 \begin_layout Section
29459 Branches
29460 \begin_inset Index idx
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464 Branches
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \begin_inset Index idx
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474 Document ! Branches
29475 \end_layout
29476
29477 \end_inset
29478
29479
29480 \begin_inset CommandInset label
29481 LatexCommand label
29482 name "sec:Branches"
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490 Sometimes it is useful to hide some document parts in the output.
29491  For example a teacher who is setting an exam obviously doesn't want the
29492  pupils to see the answers, but having questions and answers in the same
29493  document will make the life of the markers of that exam much easier.
29494 \end_layout
29495
29496 \begin_layout Standard
29497 For these cases LyX allows you to put text into branches.
29498  The text will then only appear in the output when its branch is activated.
29499  To create a branch, either select the menu 
29500 \family sans
29501 Insert\SpecialChar \menuseparator
29502 Branch\SpecialChar \menuseparator
29503 Insert New Branch
29504 \family default
29505  (if you just want to specify a new branch) or go in the 
29506 \family sans
29507 Document\SpecialChar \menuseparator
29508 Settings
29509 \family default
29510  dialog to 
29511 \family sans
29512 Branches
29513 \family default
29514 , where you can specify and change the name of the branch, its activation
29515  state (whether the content of the branch is shown in the output or not),
29516  its background color inside LyX and whether the name of the branch should
29517  be appended to the document file name on export if the branch is active
29518  (see below for an example).
29519  Furthermore, the dialog lets you merge two branches (just rename one branch
29520  to the name of the other) and to add 
29521 \begin_inset Quotes eld
29522 \end_inset
29523
29524 unknown branches
29525 \begin_inset Quotes erd
29526 \end_inset
29527
29528  (i.
29529 \begin_inset space \thinspace{}
29530 \end_inset
29531
29532 e.
29533 \begin_inset space ~
29534 \end_inset
29535
29536 branches that were added to the document via copy and paste from other documents
29537 , without having been defined) to the document's branch list.
29538 \end_layout
29539
29540 \begin_layout Standard
29541 Text that should be in a branch is set into branch inset boxes.
29542  These boxes are inserted via the menu 
29543 \family sans
29544 Insert\SpecialChar \menuseparator
29545 Branch
29546 \family default
29547  where you can choose a branch.
29548  You can later change the activation state of the branch by right-clicking
29549  on them.
29550 \end_layout
29551
29552 \begin_layout Standard
29553 Here is an example, where only the question text appears, the answer branch
29554  is deactivated and therefore does not appear in the output:
29555 \end_layout
29556
29557 \begin_layout Standard
29558 \begin_inset Branch Question
29559 status open
29560
29561 \begin_layout Standard
29562 Question: Who was the first physics Nobel prize winner?
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \begin_layout Standard
29571 \begin_inset Branch Answer
29572 status collapsed
29573
29574 \begin_layout Standard
29575 Answer: Wilhelm Conrad Röntgen
29576 \end_layout
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \begin_layout Standard
29584 If you activate 
29585 \family sans
29586 Filename Suffix
29587 \family default
29588  in 
29589 \family sans
29590 Document\SpecialChar \menuseparator
29591 Settings\SpecialChar \menuseparator
29592 Branches
29593 \family default
29594 , the name of the active branches will be appended to the file name at export.
29595  Consider for example a file 
29596 \begin_inset Quotes eld
29597 \end_inset
29598
29599 Exam.lyx
29600 \begin_inset Quotes erd
29601 \end_inset
29602
29603  which has the above branches.
29604  If 
29605 \begin_inset Quotes eld
29606 \end_inset
29607
29608 Filename Suffix
29609 \begin_inset Quotes erd
29610 \end_inset
29611
29612  is active, the PDF export file would be called 
29613 \begin_inset Quotes eld
29614 \end_inset
29615
29616 Exam.pdf
29617 \begin_inset Quotes erd
29618 \end_inset
29619
29620  if both the 
29621 \begin_inset Quotes eld
29622 \end_inset
29623
29624 Question
29625 \begin_inset Quotes erd
29626 \end_inset
29627
29628  and 
29629 \begin_inset Quotes eld
29630 \end_inset
29631
29632 Answer
29633 \begin_inset Quotes erd
29634 \end_inset
29635
29636  branch were inactive, 
29637 \begin_inset Quotes eld
29638 \end_inset
29639
29640 Exam-Question.pdf
29641 \begin_inset Quotes erd
29642 \end_inset
29643
29644  if only the 
29645 \begin_inset Quotes eld
29646 \end_inset
29647
29648 Question
29649 \begin_inset Quotes erd
29650 \end_inset
29651
29652  branch was active, likewise 
29653 \begin_inset Quotes eld
29654 \end_inset
29655
29656 Exam-Answer.pdf
29657 \begin_inset Quotes erd
29658 \end_inset
29659
29660  if only the 
29661 \begin_inset Quotes eld
29662 \end_inset
29663
29664 Answer
29665 \begin_inset Quotes erd
29666 \end_inset
29667
29668  branch was active, and 
29669 \begin_inset Quotes eld
29670 \end_inset
29671
29672 Exam-Question-Answer.pdf
29673 \begin_inset Quotes erd
29674 \end_inset
29675
29676  if both branches were active.
29677  This helps you to export different versions of your document easily.
29678 \end_layout
29679
29680 \begin_layout Standard
29681 \begin_inset VSpace bigskip
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \begin_layout Standard
29688 To use conditional output inside places where you cannot insert branch insets,
29689  like inside equations, you can code special LaTeX definitions for each
29690  branch.
29691  For example you can define for the question branch
29692 \begin_inset Foot
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696 For an introduction to the LaTeX-syntax, see section
29697 \begin_inset space ~
29698 \end_inset
29699
29700
29701 \begin_inset CommandInset ref
29702 LatexCommand ref
29703 reference "sub:LaTeX-Syntax"
29704
29705 \end_inset
29706
29707 .
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \begin_layout Standard
29716
29717 \series bold
29718
29719 \backslash
29720 newcommand{
29721 \backslash
29722 question}[1]{#1}
29723 \end_layout
29724
29725 \begin_layout Standard
29726
29727 \series bold
29728
29729 \backslash
29730 newcommand{
29731 \backslash
29732 answer}[1]{}
29733 \end_layout
29734
29735 \begin_layout Standard
29736 and for the answer branch
29737 \end_layout
29738
29739 \begin_layout Standard
29740
29741 \series bold
29742
29743 \backslash
29744 newcommand{
29745 \backslash
29746 question}[1]{}
29747 \end_layout
29748
29749 \begin_layout Standard
29750
29751 \series bold
29752
29753 \backslash
29754 newcommand{
29755 \backslash
29756 answer}[1]{#1}
29757 \end_layout
29758
29759 \begin_layout Standard
29760 \begin_inset Branch Question
29761 status open
29762
29763 \begin_layout Standard
29764 \begin_inset ERT
29765 status open
29766
29767 \begin_layout Plain Layout
29768
29769
29770 \backslash
29771 newcommand{
29772 \backslash
29773 question}[1]{#1}
29774 \end_layout
29775
29776 \begin_layout Plain Layout
29777
29778
29779 \backslash
29780 newcommand{
29781 \backslash
29782 answer}[1]{}
29783 \end_layout
29784
29785 \end_inset
29786
29787
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \end_layout
29794
29795 \begin_layout Standard
29796 \begin_inset Branch Answer
29797 status collapsed
29798
29799 \begin_layout Standard
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805
29806 \backslash
29807 newcommand{
29808 \backslash
29809 question}[1]{}
29810 \end_layout
29811
29812 \begin_layout Plain Layout
29813
29814
29815 \backslash
29816 newcommand{
29817 \backslash
29818 answer}[1]{#1}
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \begin_layout Standard
29832 Now it is possible to use the 
29833 \series bold
29834
29835 \backslash
29836 question{\SpecialChar \ldots{}
29837 }
29838 \series default
29839  and 
29840 \series bold
29841
29842 \backslash
29843 answer{\SpecialChar \ldots{}
29844 }
29845 \series default
29846  commands to obtain conditional output.
29847  Here is an example formula where only the 
29848 \series bold
29849
29850 \backslash
29851 question
29852 \series default
29853  part appears:
29854 \begin_inset Formula 
29855 \[
29856 x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer{-\sqrt{3}}.
29857 \]
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Standard
29865 Inside math, the same effect can be achieved using math macros, see the
29866  
29867 \emph on
29868 Math
29869 \emph default
29870  manual.
29871 \end_layout
29872
29873 \begin_layout Standard
29874 Each type of branch is allowed to have its specific style defined in layout
29875  files (e.
29876 \begin_inset space \thinspace{}
29877 \end_inset
29878
29879 g.
29880 \begin_inset space \space{}
29881 \end_inset
29882
29883 any branch inset can be automatically wrapped by your own LaTeX commands.).
29884  For this advanced usage, see the 
29885 \emph on
29886 Customization
29887 \emph default
29888  manual, section 
29889 \begin_inset Quotes eld
29890 \end_inset
29891
29892 Flex insets and InsetLayout
29893 \begin_inset Quotes erd
29894 \end_inset
29895
29896 ).
29897 \end_layout
29898
29899 \begin_layout Section
29900 PDF Properties
29901 \begin_inset CommandInset label
29902 LatexCommand label
29903 name "sec:PDF-Properties"
29904
29905 \end_inset
29906
29907
29908 \begin_inset Index idx
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912 PDF properties
29913 \end_layout
29914
29915 \end_inset
29916
29917
29918 \end_layout
29919
29920 \begin_layout Standard
29921 The 
29922 \family sans
29923 Document\SpecialChar \menuseparator
29924 Settings\SpecialChar \menuseparator
29925 PDF Properties
29926 \family default
29927  dialog allows you to set up special options for the PDF output of your
29928  document.
29929  All these options are provided by the LaTeX-package 
29930 \series bold
29931 hyperref
29932 \series default
29933
29934 \begin_inset Index idx
29935 status collapsed
29936
29937 \begin_layout Plain Layout
29938 LaTeX-packages ! hyperref
29939 \end_layout
29940
29941 \end_inset
29942
29943  which will link all cross-references in the DVI- and PDF-output.
29944  This means that the reader of your document will be able to click on a
29945  table of contents entry or on a reference to move to the cross-referenced
29946  part of the document.
29947  
29948 \end_layout
29949
29950 \begin_layout Standard
29951 The header information in the dialog tab 
29952 \family sans
29953 General
29954 \family default
29955  is saved together with the PDF as file properties.
29956  Many programs are able to extract this information, for example, automatically
29957  to recognize who the author is and what the PDF is about.
29958  This is very useful to sort, classify or use PDFs for bibliography issues.
29959  When the option 
29960 \family sans
29961 Automatically
29962 \begin_inset space ~
29963 \end_inset
29964
29965 fill
29966 \begin_inset space ~
29967 \end_inset
29968
29969 header
29970 \family default
29971  is set, LyX tries to extract the header information from your document
29972  title and author entries.
29973  The option 
29974 \family sans
29975 Load
29976 \begin_inset space ~
29977 \end_inset
29978
29979 in
29980 \begin_inset space ~
29981 \end_inset
29982
29983 fullscreen
29984 \begin_inset space ~
29985 \end_inset
29986
29987 mode
29988 \family default
29989  will open the PDF in fullscreen mode, which is useful for presentations.
29990 \end_layout
29991
29992 \begin_layout Standard
29993 You can specify in the dialog tab 
29994 \family sans
29995 Hyperlinks
29996 \family default
29997  how the links will look and if links for bibliographical backreferences
29998  are created.
29999  The 
30000 \family sans
30001 Break
30002 \begin_inset space ~
30003 \end_inset
30004
30005 links
30006 \begin_inset space ~
30007 \end_inset
30008
30009 over
30010 \begin_inset space ~
30011 \end_inset
30012
30013 lines
30014 \family default
30015  option allows long links to be split; 
30016 \family sans
30017 No
30018 \begin_inset space ~
30019 \end_inset
30020
30021 frames
30022 \begin_inset space ~
30023 \end_inset
30024
30025 around
30026 \begin_inset space ~
30027 \end_inset
30028
30029 links
30030 \family default
30031  and 
30032 \family sans
30033 Color
30034 \begin_inset space ~
30035 \end_inset
30036
30037 links
30038 \family default
30039  both turn off the default behavior of enclosing all links in frames; 
30040 \family sans
30041 Color
30042 \begin_inset space ~
30043 \end_inset
30044
30045 links
30046 \family default
30047  colors the different links.
30048  The default colors are:
30049 \end_layout
30050
30051 \begin_layout Labeling
30052 \labelwidthstring 00.00.0000
30053
30054 \color magenta
30055 magenta
30056 \color inherit
30057  for hyperlinks and URLs
30058 \end_layout
30059
30060 \begin_layout Labeling
30061 \labelwidthstring 00.00.0000
30062
30063 \color red
30064 red
30065 \color inherit
30066  for links
30067 \end_layout
30068
30069 \begin_layout Labeling
30070 \labelwidthstring 00.00.0000
30071
30072 \color green
30073 green
30074 \color inherit
30075  for citations
30076 \end_layout
30077
30078 \begin_layout Standard
30079 but you can change these in the field 
30080 \family sans
30081 Additional options
30082 \family default
30083 .
30084  For example, in this document they were changed with the additional options:
30085 \end_layout
30086
30087 \begin_layout Standard
30088
30089 \series bold
30090 linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue
30091 \end_layout
30092
30093 \begin_layout Standard
30094 If the option 
30095 \family sans
30096 Backreferences
30097 \family default
30098  is set, the hyperlinks will appear in the bibliography after the different
30099  entries, showing, depending on the option selected, the number of the section,
30100  slide or page where the entry is referenced.
30101 \end_layout
30102
30103 \begin_layout Standard
30104 In the dialog tab 
30105 \family sans
30106 Bookmarks
30107 \family default
30108  you can specify if PDF-bookmarks should be created for every section of
30109  your document to make it easier for readers to navigate through the document.
30110  You can decide if the bookmarks should be numbered like your document sections
30111  or not.
30112  With the 
30113 \family sans
30114 Open bookmarks
30115 \family default
30116  
30117 \family sans
30118 Level
30119 \family default
30120  you can specify what sectioning level should be displayed in the bookmarks
30121  when opening the PDF.
30122  For example level
30123 \begin_inset space ~
30124 \end_inset
30125
30126 2 will display all sections and subsections, while level
30127 \begin_inset space ~
30128 \end_inset
30129
30130 1 will only display the sections.
30131 \end_layout
30132
30133 \begin_layout Standard
30134 PDF properties are also used in this document.
30135  When you look in its document settings, you can see that some additional
30136  
30137 \series bold
30138 hyperref
30139 \series default
30140  options are used.
30141  For an explanation of all them we refer you to the hyperref manual 
30142 \begin_inset CommandInset citation
30143 LatexCommand cite
30144 key "hyperref"
30145
30146 \end_inset
30147
30148 .
30149 \end_layout
30150
30151 \begin_layout Section
30152 TeX Code and the LaTeX Syntax
30153 \begin_inset CommandInset label
30154 LatexCommand label
30155 name "sec:TeX-Code"
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Subsection
30163 TeX Code Boxes
30164 \begin_inset Index idx
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168 TeX Code
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \begin_inset CommandInset label
30175 LatexCommand label
30176 name "sub:TeX-Code-Boxes"
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Standard
30184 As LyX uses LaTeX in the background, it supports many LaTeX commands and
30185  constructs, but not all.
30186  LaTeX contains hundreds of packages that provide different commands.
30187  All the time packages are being updated and new ones added.
30188  This has the advantage that you can typeset nearly everything as there
30189  is a LaTeX-package for every problem, though LyX cannot support all packages
30190  and their commands.
30191 \end_layout
30192
30193 \begin_layout Standard
30194 But don't worry, you can use any LaTeX-command directly in LyX inside the
30195  TeX Code box.
30196  A TeX Code box is created by the menu 
30197 \family sans
30198 Insert\SpecialChar \menuseparator
30199 Te
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205 {}
30206 \end_layout
30207
30208 \end_inset
30209
30210 X
30211 \begin_inset space ~
30212 \end_inset
30213
30214 Code
30215 \family default
30216  or by the toolbar button 
30217 \begin_inset Info
30218 type  "icon"
30219 arg   "ert-insert"
30220 \end_inset
30221
30222  (shortcut 
30223 \begin_inset Info
30224 type  "shortcut"
30225 arg   "ert-insert"
30226 \end_inset
30227
30228 ).
30229  The box can be opened by left-clicking and closed by right-clicking on
30230  it and selecting 
30231 \family sans
30232 Close Inset
30233 \family default
30234 .
30235 \end_layout
30236
30237 \begin_layout Standard
30238 You can insert complete or incomplete commands as TeX Code.
30239  Incomplete means that the command argument can be Standard LyX text.
30240  For example, if you want to draw a frame around a word and are therefore
30241  using the LaTeX-command 
30242 \series bold
30243
30244 \backslash
30245 fbox
30246 \series default
30247 , you can write the command part 
30248 \series bold
30249
30250 \backslash
30251 fbox{
30252 \series default
30253  in a TeX Code box before the word and the closing brace 
30254 \series bold
30255 }
30256 \series default
30257  in a second TeX Code box behind the word.
30258  The word between the two TeX Code boxes is then the argument as it is in
30259  the following example:
30260 \end_layout
30261
30262 \begin_layout Standard
30263 \begin_inset Graphics
30264         filename clipart/ERT.png
30265         scale 89
30266
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \begin_layout Standard
30273 gives
30274 \end_layout
30275
30276 \begin_layout Standard
30277 This is a line with a 
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283
30284 \backslash
30285 fbox{
30286 \end_layout
30287
30288 \end_inset
30289
30290 framed
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296 }
30297 \end_layout
30298
30299 \end_inset
30300
30301  word.
30302 \end_layout
30303
30304 \begin_layout Standard
30305 \begin_inset Note Greyedout
30306 status open
30307
30308 \begin_layout Plain Layout
30309
30310 \series bold
30311 Note:
30312 \series default
30313  At the end of LaTeX-commands without parameters, you have to insert a space
30314  to let LaTeX know that the command is finished.
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Subsection
30323 A Short Introduction to the LaTeX Syntax
30324 \begin_inset Argument 1
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328 The LaTeX Syntax
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \begin_inset Index idx
30335 status collapsed
30336
30337 \begin_layout Plain Layout
30338 LaTeX Syntax
30339 \end_layout
30340
30341 \end_inset
30342
30343
30344 \begin_inset CommandInset label
30345 LatexCommand label
30346 name "sub:LaTeX-Syntax"
30347
30348 \end_inset
30349
30350
30351 \end_layout
30352
30353 \begin_layout Standard
30354 When you write larger documents or books, you will need to know something
30355  about the LaTeX-commands that LyX uses in the background.
30356  Because LaTeX is based on commands, you can 
30357 \begin_inset Quotes eld
30358 \end_inset
30359
30360 program
30361 \begin_inset Quotes erd
30362 \end_inset
30363
30364  your text.
30365  This has the advantage that the layout of the document can be changed at
30366  any time if you know the right commands.
30367  For example, imagine you have to write a manual for a product and the deadline
30368  is the end of the day.
30369  Your boss has just complimented you for your good work but wants to have
30370  all caption labels bold.
30371  But you have over a hundred figure and table captions with non-bold labels
30372  in your manual.
30373  Of course it is impossible to change all caption labels manually in one
30374  day.
30375 \end_layout
30376
30377 \begin_layout Standard
30378 Now LaTeX comes into play.
30379  As mentioned above, for every problem there exists a LaTeX-package.
30380  First you have to find out which and therefore look in the LaTeX package
30381  database, 
30382 \begin_inset CommandInset citation
30383 LatexCommand cite
30384 key "Catalogue"
30385
30386 \end_inset
30387
30388 .
30389 \end_layout
30390
30391 \begin_layout Standard
30392 As result you find that the package 
30393 \series bold
30394 caption
30395 \series default
30396
30397 \begin_inset Index idx
30398 status collapsed
30399
30400 \begin_layout Plain Layout
30401 LaTeX-packages ! caption
30402 \end_layout
30403
30404 \end_inset
30405
30406  is what you need.
30407  To use a package, you have to load it in the document preamble (menu 
30408 \family sans
30409 Document\SpecialChar \menuseparator
30410 Settings
30411 \family default
30412 \SpecialChar \menuseparator
30413
30414 \family sans
30415 LaT
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421 {}
30422 \end_layout
30423
30424 \end_inset
30425
30426 eX
30427 \begin_inset space ~
30428 \end_inset
30429
30430 Preamble
30431 \family default
30432 ) with the command
30433 \end_layout
30434
30435 \begin_layout Standard
30436
30437 \series bold
30438
30439 \backslash
30440 usepackage[options]{package name}
30441 \end_layout
30442
30443 \begin_layout Standard
30444 All LaTeX commands begin with a backslash, the command argument is set within
30445  two braces and the options are set within two brackets.
30446  Note that not all commands have an argument and options.
30447 \end_layout
30448
30449 \begin_layout Standard
30450 In your case the package name is 
30451 \series bold
30452 caption
30453 \series default
30454 .
30455  After a look in the documentation of the package, you know that the option
30456  
30457 \series bold
30458 labelfont=bf
30459 \series default
30460  will change the font of all caption labels to bold.
30461  So you add the command
30462 \end_layout
30463
30464 \begin_layout Standard
30465
30466 \series bold
30467
30468 \backslash
30469 usepackage[labelfont=bf]{caption}
30470 \end_layout
30471
30472 \begin_layout Standard
30473 to the preamble and the problem is solved.
30474 \begin_inset Foot
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478 For more commands provided by the 
30479 \series bold
30480 caption
30481 \series default
30482  package, have a look at its documentation, 
30483 \begin_inset CommandInset citation
30484 LatexCommand cite
30485 key "caption"
30486
30487 \end_inset
30488
30489 .
30490 \end_layout
30491
30492 \end_inset
30493
30494
30495 \end_layout
30496
30497 \begin_layout Standard
30498 Note that some document classes have built-in solutions for well-known problems
30499  like your case.
30500  For example if you use a 
30501 \family sans
30502 KOMA-Script
30503 \family default
30504  class, you don't need the package 
30505 \series bold
30506 caption
30507 \series default
30508 , you can instead write
30509 \end_layout
30510
30511 \begin_layout Standard
30512
30513 \series bold
30514
30515 \backslash
30516 setkomafont{captionlabel}{
30517 \backslash
30518 bfseries}
30519 \end_layout
30520
30521 \begin_layout Standard
30522 in the preamble and the problem is solved.
30523  So if you plan to write a large document, you should have a look at the
30524  documentation of the document class you want to use.
30525  (
30526 \series bold
30527
30528 \backslash
30529 setkomafont
30530 \series default
30531  is an example of a command with more than one argument.)
30532 \end_layout
30533
30534 \begin_layout Standard
30535 Commands in the preamble affect the whole document, while commands in the
30536  text affect only the text after the command or only the text used as command
30537  argument.
30538  To insert a LaTeX-command in text, use the TeX Code box as described in
30539  the previous section.
30540 \end_layout
30541
30542 \begin_layout Standard
30543 If you want to learn more about LaTeX and its syntax, have a look at the
30544  LaTeX-books 
30545 \begin_inset CommandInset citation
30546 LatexCommand cite
30547 key "latexcompanion,latexguide"
30548
30549 \end_inset
30550
30551 .
30552 \end_layout
30553
30554 \begin_layout Standard
30555 \begin_inset Newpage cleardoublepage
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 \begin_inset ERT
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566
30567
30568 \backslash
30569 pagestyle{fancy}
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \begin_inset Note Note
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579 switches temporarily to a page style with custom header and footer line
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Left Header
30588 \begin_inset Argument 1
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592
30593 \end_layout
30594
30595 \end_inset
30596
30597
30598 \begin_inset ERT
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602
30603
30604 \backslash
30605 rightmark
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \begin_inset Note Note
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615 defines the header line as described below
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \begin_layout Center Header
30624 \begin_inset Argument 1
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629 \end_layout
30630
30631 \end_inset
30632
30633
30634 \end_layout
30635
30636 \begin_layout Right Header
30637 \begin_inset Argument 1
30638 status collapsed
30639
30640 \begin_layout Plain Layout
30641 \begin_inset ERT
30642 status collapsed
30643
30644 \begin_layout Plain Layout
30645
30646
30647 \backslash
30648 leftmark
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \end_layout
30660
30661 \begin_layout Left Footer
30662 \begin_inset Argument 1
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671
30672 \backslash
30673 thepage
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \end_layout
30685
30686 \begin_layout Center Footer
30687 \begin_inset Argument 1
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691
30692 \family sans
30693 \series bold
30694 \color red
30695 LyX's user guide
30696 \end_layout
30697
30698 \end_inset
30699
30700 Magic code:
30701 \begin_inset Newline newline
30702 \end_inset
30703
30704
30705 \begin_inset Formula $\Upsilon=\frac{\sqrt[3]{\aleph}}{\spadesuit}$
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \begin_layout Right Footer
30712 \begin_inset Argument 1
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \begin_inset ERT
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726
30727
30728 \backslash
30729 Roman{page}
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \end_layout
30736
30737 \begin_layout Section
30738 Customized Page Headers and Footers
30739 \begin_inset CommandInset label
30740 LatexCommand label
30741 name "sec:Customized-Page-Headers"
30742
30743 \end_inset
30744
30745
30746 \begin_inset Index idx
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750 Document ! Header/Footer line
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \begin_inset Index idx
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760 Header/Footer line
30761 \end_layout
30762
30763 \end_inset
30764
30765
30766 \end_layout
30767
30768 \begin_layout Standard
30769 To define a custom page header and footer line for your document, you need
30770  to set the 
30771 \family sans
30772 Page
30773 \begin_inset space ~
30774 \end_inset
30775
30776 style
30777 \family default
30778  to 
30779 \family sans
30780 Fancy
30781 \family default
30782  in the 
30783 \family sans
30784 Document\SpecialChar \menuseparator
30785 Settings
30786 \family default
30787  dialog under 
30788 \family sans
30789 Page
30790 \begin_inset space ~
30791 \end_inset
30792
30793 Layout
30794 \family default
30795 .
30796  As a second step add in the menu 
30797 \family sans
30798 Document\SpecialChar \menuseparator
30799 Settings\SpecialChar \menuseparator
30800 Modules
30801 \family default
30802  the module 
30803 \begin_inset Quotes eld
30804 \end_inset
30805
30806 Custom Header/Footerlines
30807 \begin_inset Quotes erd
30808 \end_inset
30809
30810 .
30811  This module offers the following 6
30812 \begin_inset space ~
30813 \end_inset
30814
30815 styles:
30816 \end_layout
30817
30818 \begin_layout Description
30819 Left
30820 \begin_inset space ~
30821 \end_inset
30822
30823 Header,
30824 \begin_inset space ~
30825 \end_inset
30826
30827 Center
30828 \begin_inset space ~
30829 \end_inset
30830
30831 Header,
30832 \begin_inset space ~
30833 \end_inset
30834
30835 Right
30836 \begin_inset space ~
30837 \end_inset
30838
30839 Header
30840 \end_layout
30841
30842 \begin_layout Description
30843 Left
30844 \begin_inset space ~
30845 \end_inset
30846
30847 Footer,
30848 \begin_inset space ~
30849 \end_inset
30850
30851 Center
30852 \begin_inset space ~
30853 \end_inset
30854
30855 Footer,
30856 \begin_inset space ~
30857 \end_inset
30858
30859 Right
30860 \begin_inset space ~
30861 \end_inset
30862
30863 Footer
30864 \end_layout
30865
30866 \begin_layout Standard
30867 for the different positions in the header/footer.
30868 \end_layout
30869
30870 \begin_layout Standard
30871 Normally, headers and footers are set up at the beginning of the document.
30872  But you can change them anywhere you want to.
30873  Figure
30874 \begin_inset space ~
30875 \end_inset
30876
30877
30878 \begin_inset CommandInset ref
30879 LatexCommand ref
30880 reference "fig:Page-layout"
30881
30882 \end_inset
30883
30884  shows the page layout and where the header/footer styles will appear.
30885 \end_layout
30886
30887 \begin_layout Standard
30888 \begin_inset Float figure
30889 placement h
30890 wide false
30891 sideways false
30892 status open
30893
30894 \begin_layout Plain Layout
30895 \noindent
30896 \align center
30897 \begin_inset Tabular
30898 <lyxtabular version="3" rows="5" columns="3">
30899 <features rotate="0" tabularvalignment="middle">
30900 <column alignment="left" valignment="top" width="30line%">
30901 <column alignment="center" valignment="top" width="30line%">
30902 <column alignment="right" valignment="top" width="30line%">
30903 <row>
30904 <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
30905 \begin_inset Text
30906
30907 \begin_layout Plain Layout
30908 Left Header
30909 \end_layout
30910
30911 \end_inset
30912 </cell>
30913 <cell alignment="center" valignment="top" topline="true" usebox="none">
30914 \begin_inset Text
30915
30916 \begin_layout Plain Layout
30917 Center Header
30918 \end_layout
30919
30920 \end_inset
30921 </cell>
30922 <cell alignment="right" valignment="top" topline="true" rightline="true" usebox="none">
30923 \begin_inset Text
30924
30925 \begin_layout Plain Layout
30926 Right Header
30927 \end_layout
30928
30929 \end_inset
30930 </cell>
30931 </row>
30932 <row>
30933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30934 \begin_inset Text
30935
30936 \begin_layout Plain Layout
30937
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 <cell alignment="center" valignment="top" usebox="none">
30943 \begin_inset Text
30944
30945 \begin_layout Plain Layout
30946
30947 \end_layout
30948
30949 \end_inset
30950 </cell>
30951 <cell alignment="right" valignment="top" rightline="true" usebox="none">
30952 \begin_inset Text
30953
30954 \begin_layout Plain Layout
30955
30956 \end_layout
30957
30958 \end_inset
30959 </cell>
30960 </row>
30961 <row>
30962 <cell multicolumn="1" alignment="left" valignment="top" leftline="true" rightline="true" usebox="none" width="90line%">
30963 \begin_inset Text
30964
30965 \begin_layout Plain Layout
30966 The normal text on the page goes here.
30967  The running header is above the text, and the footer is below (including
30968  footnotes).
30969  Headers/footers typically contain things like the page number, title of
30970  the chapter, company logo but your can use almost anything, except of floats.
30971 \end_layout
30972
30973 \end_inset
30974 </cell>
30975 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
30976 \begin_inset Text
30977
30978 \begin_layout Plain Layout
30979
30980 \end_layout
30981
30982 \end_inset
30983 </cell>
30984 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
30985 \begin_inset Text
30986
30987 \begin_layout Plain Layout
30988
30989 \end_layout
30990
30991 \end_inset
30992 </cell>
30993 </row>
30994 <row>
30995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30996 \begin_inset Text
30997
30998 \begin_layout Plain Layout
30999
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 <cell alignment="center" valignment="top" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008
31009 \end_layout
31010
31011 \end_inset
31012 </cell>
31013 <cell alignment="right" valignment="top" rightline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 </row>
31023 <row>
31024 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
31025 \begin_inset Text
31026
31027 \begin_layout Plain Layout
31028 Left Footer
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037 Center Footer
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 <cell alignment="right" valignment="top" bottomline="true" rightline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046 Right Footer
31047 \end_layout
31048
31049 \end_inset
31050 </cell>
31051 </row>
31052 </lyxtabular>
31053
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \begin_layout Plain Layout
31060 \begin_inset Caption Standard
31061
31062 \begin_layout Plain Layout
31063 \begin_inset CommandInset label
31064 LatexCommand label
31065 name "fig:Page-layout"
31066
31067 \end_inset
31068
31069 Page layout with custom header and footer line.
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \end_layout
31081
31082 \begin_layout Standard
31083 \begin_inset Note Greyedout
31084 status open
31085
31086 \begin_layout Plain Layout
31087
31088 \series bold
31089 Note
31090 \series default
31091 : some document classes implement their own customized page headers and
31092  footers if 
31093 \family sans
31094 Page
31095 \begin_inset space ~
31096 \end_inset
31097
31098 style
31099 \family default
31100  is set to “Default”.
31101  Check what these are before you specify your own customized page headers
31102  and footers.
31103 \end_layout
31104
31105 \end_inset
31106
31107
31108 \end_layout
31109
31110 \begin_layout Subsection
31111 Definition
31112 \end_layout
31113
31114 \begin_layout Standard
31115 To define your header line, add all three header styles.
31116  The things you add to the styles appear on odd numbered pages, the things
31117  in the optional arguments on even numbered pages.
31118  For single-sided documents, the optional arguments will not be used and
31119  can be omitted.
31120  If you leave a style or its argument empty, nothing appears in the output.
31121  Defining the footer line works similarly.
31122 \end_layout
31123
31124 \begin_layout Standard
31125 For the definition, you will need some LaTeX-commands that are inserted
31126  as TeX code (menu 
31127 \family sans
31128 Insert\SpecialChar \menuseparator
31129 Te
31130 \begin_inset ERT
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134
31135 {}
31136 \end_layout
31137
31138 \end_inset
31139
31140 X
31141 \begin_inset space ~
31142 \end_inset
31143
31144 Code
31145 \family default
31146 ):
31147 \end_layout
31148
31149 \begin_layout Description
31150
31151 \backslash
31152 thepage prints the current page number
31153 \end_layout
31154
31155 \begin_layout Description
31156
31157 \backslash
31158 Roman{page} prints the current page number with capital roman numerals
31159 \end_layout
31160
31161 \begin_layout Description
31162
31163 \backslash
31164 roman{page} prints the current page number with small roman numerals
31165 \end_layout
31166
31167 \begin_layout Description
31168
31169 \backslash
31170 leftmark prints the current section number and title.
31171  If the document has chapters, it prints the current chapter number and
31172  title instead.
31173  It is called 
31174 \begin_inset Quotes eld
31175 \end_inset
31176
31177 leftmark
31178 \begin_inset Quotes prd
31179 \end_inset
31180
31181  because it usually goes in a left header.
31182 \end_layout
31183
31184 \begin_layout Description
31185
31186 \backslash
31187 rightmark prints the current subsection number and title.
31188  If the document has chapters, it prints the current section number and
31189  title instead.
31190  It is normally used in the right header.
31191 \end_layout
31192
31193 \begin_layout Subsection
31194 Default header/footer
31195 \end_layout
31196
31197 \begin_layout Standard
31198 The custom header/footer is not empty by default.
31199  The default header contains the chapter and section title and the center
31200  footer has the page number.
31201  In order to remove unwanted entries from the header/footer, include the
31202  relevant header/footer style in your document, but leave it blank.
31203  So, if you do not want a page number in the footer, include a blank 
31204 \family sans
31205 Center
31206 \begin_inset space ~
31207 \end_inset
31208
31209 Footer
31210 \family default
31211  style.
31212 \end_layout
31213
31214 \begin_layout Subsection
31215 Appearance
31216 \end_layout
31217
31218 \begin_layout Standard
31219 The header and footer will appear on normal pages.
31220  Some pages are different.
31221  The title page has a style of its own, and so does any page that starts
31222  a new part or chapter in your book.
31223  Such pages will not have the custom headers/footers, but that is normal.
31224  There is for example no need to print a header with the chapter name on
31225  the chapter page where the chapter heading is in big bold letters anyway.
31226 \end_layout
31227
31228 \begin_layout Subsubsection
31229 Header and footer decoration line
31230 \end_layout
31231
31232 \begin_layout Standard
31233 By default, you get a 0.4
31234 \begin_inset space \thinspace{}
31235 \end_inset
31236
31237 pt thick line below the header and no footer line.
31238  This can be changed in the document preamble with the commands 
31239 \series bold
31240
31241 \backslash
31242 headrulewidth
31243 \series default
31244  and 
31245 \series bold
31246
31247 \backslash
31248 footrulewidth
31249 \series default
31250  in the following way:
31251 \end_layout
31252
31253 \begin_layout Standard
31254
31255 \series bold
31256
31257 \backslash
31258 renewcommand{
31259 \backslash
31260 headrulewidth}{thickness}
31261 \end_layout
31262
31263 \begin_layout Standard
31264 where thickness is a size in standard units like 
31265 \family sans
31266 pt
31267 \family default
31268  or 
31269 \family sans
31270 mm
31271 \family default
31272 .
31273  If you don't want a line, set the thickness to 0
31274 \begin_inset space \thinspace{}
31275 \end_inset
31276
31277 pt.
31278 \end_layout
31279
31280 \begin_layout Standard
31281 The lines can also be colored, but this requires more knowledge of LaTeX.
31282  If you really need this, have a look at the Internet or in sec.
31283 \begin_inset space ~
31284 \end_inset
31285
31286 4.4 of the book 
31287 \begin_inset CommandInset citation
31288 LatexCommand cite
31289 key "Mittelbach"
31290
31291 \end_inset
31292
31293 .
31294 \end_layout
31295
31296 \begin_layout Subsubsection
31297 Several header/footer lines
31298 \end_layout
31299
31300 \begin_layout Standard
31301 In case you need more than one text line as a header/footer, you can do
31302  this by adding a normal line break in the style definition.
31303  However, the default height of the header/footer is only the one of one
31304  text line.
31305  To expand the height, redefine the LaTeX length 
31306 \series bold
31307
31308 \backslash
31309 headheight
31310 \series default
31311  or 
31312 \series bold
31313
31314 \backslash
31315 footheight
31316 \series default
31317  in this entry in 
31318 \family sans
31319 Document\SpecialChar \menuseparator
31320 Settings\SpecialChar \menuseparator
31321 Lat
31322 \begin_inset ERT
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326
31327 {}
31328 \end_layout
31329
31330 \end_inset
31331
31332 eX
31333 \begin_inset space ~
31334 \end_inset
31335
31336 Preamble
31337 \family default
31338 :
31339 \end_layout
31340
31341 \begin_layout Standard
31342
31343 \series bold
31344
31345 \backslash
31346 setlength{
31347 \backslash
31348 headheight}{height}
31349 \end_layout
31350
31351 \begin_layout Standard
31352 where height is a size in standard units.
31353  If you don't know which amount of space is needed for the height, define
31354  your header/footer and preview your document as a PDF.
31355  Then open the LaTeX logfile with the menu 
31356 \family sans
31357 Document\SpecialChar \menuseparator
31358 La
31359 \begin_inset ERT
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363
31364 {}
31365 \end_layout
31366
31367 \end_inset
31368
31369 TeX Log
31370 \family default
31371  and use the button 
31372 \family sans
31373 Next
31374 \begin_inset space ~
31375 \end_inset
31376
31377 Warning
31378 \family default
31379  to see if you can find a warning about the package 
31380 \series bold
31381 fancyhdr
31382 \series default
31383
31384 \begin_inset Index idx
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 LaTeX-packages ! fancyhdr
31389 \end_layout
31390
31391 \end_inset
31392
31393 .
31394  If there is such a warning, it contains the space that you need at least
31395  for your header/footer.
31396 \end_layout
31397
31398 \begin_layout Subsection
31399 This example
31400 \end_layout
31401
31402 \begin_layout Standard
31403 This example demonstrates what can be done with custom header/footers.
31404  Don't use it for your document as it is just an example.
31405  This example consists of the following definition:
31406 \end_layout
31407
31408 \begin_layout Description
31409 Left
31410 \begin_inset space ~
31411 \end_inset
31412
31413 Header 
31414 \series bold
31415
31416 \backslash
31417 rightmark
31418 \series default
31419 , empty optional argument
31420 \end_layout
31421
31422 \begin_layout Description
31423 Center
31424 \begin_inset space ~
31425 \end_inset
31426
31427 Header empty, empty optional argument
31428 \end_layout
31429
31430 \begin_layout Description
31431 Right
31432 \begin_inset space ~
31433 \end_inset
31434
31435 Header empty, 
31436 \series bold
31437
31438 \backslash
31439 leftmark
31440 \series default
31441  in the optional argument
31442 \end_layout
31443
31444 \begin_layout Description
31445 Left
31446 \begin_inset space ~
31447 \end_inset
31448
31449 Footer empty, 
31450 \series bold
31451
31452 \backslash
31453 thepage
31454 \series default
31455  in the optional argument
31456 \end_layout
31457
31458 \begin_layout Description
31459 Center
31460 \begin_inset space ~
31461 \end_inset
31462
31463 Footer 
31464 \family sans
31465 \series bold
31466 \color red
31467 LyX's user guide
31468 \family default
31469 \series default
31470 \color inherit
31471
31472 \begin_inset Quotes eld
31473 \end_inset
31474
31475 Magic code:
31476 \begin_inset Newline newline
31477 \end_inset
31478
31479
31480 \begin_inset Formula $\Upsilon=\frac{\sqrt[3]{\aleph}}{\spadesuit}$
31481 \end_inset
31482
31483
31484 \begin_inset Quotes erd
31485 \end_inset
31486
31487  in the optional argument
31488 \end_layout
31489
31490 \begin_layout Description
31491 Right
31492 \begin_inset space ~
31493 \end_inset
31494
31495 Footer 
31496 \series bold
31497
31498 \backslash
31499 Roman{page}
31500 \series default
31501 , empty optional argument
31502 \end_layout
31503
31504 \begin_layout Description
31505
31506 \backslash
31507 headrulewidth set to 2
31508 \begin_inset space \thinspace{}
31509 \end_inset
31510
31511 pt
31512 \end_layout
31513
31514 \begin_layout Standard
31515 In principle you can use almost everything in headers/footers, except floats.
31516  For more specialized features, for example, thumb-indexes, see the manual
31517  of the 
31518 \series bold
31519 fancyhdr
31520 \series default
31521  package, 
31522 \begin_inset CommandInset citation
31523 LatexCommand cite
31524 key "fancyhdr"
31525
31526 \end_inset
31527
31528 .
31529 \end_layout
31530
31531 \begin_layout Standard
31532 \begin_inset Newpage clearpage
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \begin_inset ERT
31540 status open
31541
31542 \begin_layout Plain Layout
31543
31544
31545 \backslash
31546 pagestyle{headings}
31547 \end_layout
31548
31549 \end_inset
31550
31551
31552 \begin_inset Note Note
31553 status collapsed
31554
31555 \begin_layout Plain Layout
31556 switches back to page style with the default headings
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \end_layout
31563
31564 \begin_layout Section
31565 Previewing Snippets of your Document
31566 \begin_inset CommandInset label
31567 LatexCommand label
31568 name "sec:Previewing-snippets-of"
31569
31570 \end_inset
31571
31572
31573 \begin_inset Index idx
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577 Instant preview
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \begin_inset Index idx
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 Document ! Preview
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 LyX allows you to generate previews of sections of your document on the
31597  fly so you can see how they will look in the final document without having
31598  to break your train of thought with viewing the output.
31599 \end_layout
31600
31601 \begin_layout Subsection
31602 Prerequisites
31603 \end_layout
31604
31605 \begin_layout Standard
31606 To get previews working, you need the LaTeX package 
31607 \series bold
31608 preview-latex
31609 \series default
31610
31611 \begin_inset Index idx
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615 LaTeX-packages ! preview-latex
31616 \end_layout
31617
31618 \end_inset
31619
31620  (on some systems named simply 
31621 \series bold
31622 preview
31623 \series default
31624 ) installed.
31625  If it is not already installed, you will find it in the TeX-catalogue,
31626  
31627 \begin_inset CommandInset citation
31628 LatexCommand cite
31629 key "TeXCatalogue"
31630
31631 \end_inset
31632
31633  or in the package manager of your LaTeX-system.
31634  You obtain prettier results if you install the program 
31635 \family typewriter
31636 pnmcrop
31637 \family default
31638  from the 
31639 \family typewriter
31640 netpbm
31641 \family default
31642  package; for LyX on Windows this program and also the LaTeX-package are
31643  automatically installed together with LyX.
31644 \end_layout
31645
31646 \begin_layout Subsection
31647 Enabling previews
31648 \end_layout
31649
31650 \begin_layout Standard
31651 If you would for example like to see in LyX your math formulas typeset by
31652  LaTeX, activate the option 
31653 \family sans
31654 Display
31655 \begin_inset space ~
31656 \end_inset
31657
31658 Graphics
31659 \family default
31660  in the 
31661 \family sans
31662 Tools\SpecialChar \menuseparator
31663 Preferences 
31664 \family default
31665 dialog under 
31666 \family sans
31667 Look
31668 \begin_inset space ~
31669 \end_inset
31670
31671 and
31672 \begin_inset space ~
31673 \end_inset
31674
31675 feel\SpecialChar \menuseparator
31676 Display
31677 \family default
31678 .
31679  Then set 
31680 \family sans
31681 Instant
31682 \begin_inset space ~
31683 \end_inset
31684
31685 Preview
31686 \family default
31687  to 
31688 \family sans
31689 On
31690 \family default
31691 .
31692  The 
31693 \family sans
31694 Preview
31695 \begin_inset space ~
31696 \end_inset
31697
31698 Size
31699 \family default
31700  is the multiplication factor for the size.
31701 \end_layout
31702
31703 \begin_layout Standard
31704 If you would like to see everything but your math formulas typeset by LaTeX,
31705  set 
31706 \family sans
31707 Instant
31708 \begin_inset space ~
31709 \end_inset
31710
31711 Preview
31712 \family default
31713  to 
31714 \family sans
31715 No
31716 \begin_inset space ~
31717 \end_inset
31718
31719 math
31720 \family default
31721 .
31722 \end_layout
31723
31724 \begin_layout Standard
31725 Previews are generated when you load a document into LyX and when you finish
31726  editing an inset.
31727 \end_layout
31728
31729 \begin_layout Standard
31730 \begin_inset Note Greyedout
31731 status open
31732
31733 \begin_layout Plain Layout
31734
31735 \series bold
31736 Note:
31737 \series default
31738  Previews of an already loaded document are not in every case immediately
31739  generated by activating the option 
31740 \family sans
31741 Display
31742 \begin_inset space ~
31743 \end_inset
31744
31745 Graphics
31746 \family default
31747 .
31748  Reopening the document will fix such problems.
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \begin_layout Subsection
31757 Selected document parts
31758 \end_layout
31759
31760 \begin_layout Standard
31761 Besides math there are other cases where you might like to see a preview,
31762  for example things that LyX cannot render like rotated parts or things
31763  that are not yet supported by LyX.
31764  To do this, insert a preview inset via the menu 
31765 \family sans
31766 Insert\SpecialChar \menuseparator
31767 Preview
31768 \family default
31769 .
31770  Insert or paste the stuff that you want to preview into this inset.
31771  The preview will be generated when the cursor is outside the preview inset.
31772  If you click on the preview, you can edit the previewed stuff.
31773 \end_layout
31774
31775 \begin_layout Standard
31776 An example: To create rotated boxes, you use the LaTeX command 
31777 \series bold
31778
31779 \backslash
31780 rotatebox
31781 \series default
31782  which is not yet supported by LyX.
31783 \begin_inset Foot
31784 status collapsed
31785
31786 \begin_layout Plain Layout
31787
31788 \series bold
31789
31790 \backslash
31791 rotatebox
31792 \series default
31793  is explained in section 
31794 \emph on
31795 Rotated and Scaled Boxes
31796 \emph default
31797  of the 
31798 \emph on
31799 Embedded
31800 \begin_inset space ~
31801 \end_inset
31802
31803 Objects
31804 \emph default
31805  manual.
31806 \end_layout
31807
31808 \end_inset
31809
31810  Instead of the TeX Code boxes you want to see in LyX the final rotated
31811  boxes, for example to adjust the rotation angle to fit with the surrounding
31812  text.
31813  Therefore you create a preview inset and copy the text with the rotated
31814  boxes into it.
31815  Here is the result:
31816 \end_layout
31817
31818 \begin_layout Standard
31819 \begin_inset Preview
31820
31821 \begin_layout Standard
31822 This is a line
31823 \begin_inset ERT
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827
31828
31829 \backslash
31830 rotatebox[origin=r]{-60}{
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \begin_inset Box Doublebox
31837 position "c"
31838 hor_pos "c"
31839 has_inner_box 0
31840 inner_pos "c"
31841 use_parbox 0
31842 use_makebox 0
31843 width "1in"
31844 special "width"
31845 height "1in"
31846 height_special "totalheight"
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850 with rotated
31851 \end_layout
31852
31853 \end_inset
31854
31855
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861 }
31862 \end_layout
31863
31864 \end_inset
31865
31866  framed text 
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872
31873 \backslash
31874 rotatebox[origin=lb]{60}{
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31881 \end_inset
31882
31883
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889 }
31890 \end_layout
31891
31892 \end_inset
31893
31894  and a formula.
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \end_layout
31901
31902 \begin_layout Standard
31903 Previewing works also for colors.
31904  In this example a special framed, colored box was created using the LaTeX
31905  command 
31906 \series bold
31907
31908 \backslash
31909 fcolorbox
31910 \series default
31911 :
31912 \begin_inset Foot
31913 status collapsed
31914
31915 \begin_layout Plain Layout
31916
31917 \series bold
31918
31919 \backslash
31920 fcolorbox
31921 \series default
31922  is explained in section 
31923 \emph on
31924 Colored Boxes
31925 \emph default
31926  of the 
31927 \emph on
31928 Embedded
31929 \begin_inset space ~
31930 \end_inset
31931
31932 Objects
31933 \emph default
31934  manual.
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \begin_layout Standard
31943 \begin_inset Preview
31944
31945 \begin_layout Standard
31946 \begin_inset ERT
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950
31951
31952 \backslash
31953 fboxrule 1mm 
31954 \backslash
31955 fboxsep 1mm
31956 \end_layout
31957
31958 \end_inset
31959
31960
31961 \begin_inset ERT
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965
31966
31967 \backslash
31968 fcolorbox{cyan}{magenta}{
31969 \end_layout
31970
31971 \end_inset
31972
31973 This is text within a colored, framed box.
31974 \begin_inset ERT
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978
31979 }
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \begin_layout Standard
31993 \begin_inset VSpace medskip
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 If LyX does not show a preview, make sure that you enabled previews as described
32001  above and also make sure that TeX Code in the preview inset is valid and
32002  that you loaded the LaTeX packages in your document preamble that are required
32003  by the TeX Code.
32004  If LyX cannot create a preview, you will in most cases also not be able
32005  to view your document due to LaTeX errors.
32006  So if you have to use some TeX Code and don't know if it is correct, the
32007  preview inset is a nice method to check it without the need to view the
32008  whole document.
32009 \end_layout
32010
32011 \begin_layout Subsection
32012 LaTeX source code
32013 \end_layout
32014
32015 \begin_layout Standard
32016 You can preview the LaTeX source of the whole document or parts of it.
32017  Use the menu 
32018 \family sans
32019 View\SpecialChar \menuseparator
32020 Source
32021 \begin_inset space ~
32022 \end_inset
32023
32024 Pane
32025 \family default
32026  and a window will be shown where you can see the LaTeX-source code.
32027  The window shows the source of the whole paragraph in which the cursor
32028  currently sits.
32029  You can also select document parts in LyX's main window, then only this
32030  selection (when it is more than one paragraph) is shown as source code.
32031  To view the whole document as source, enable the corresponding option in
32032  the source view window.
32033  If you check 
32034 \family sans
32035 Automatic update
32036 \family default
32037 , you can see the changes as you make them in LyX; but note that if you
32038  have several documents open, this will slow things down as LyX updates
32039  them all, not just the one which is open at the time.
32040 \end_layout
32041
32042 \begin_layout Section
32043 Advanced Find and Replace
32044 \begin_inset CommandInset label
32045 LatexCommand label
32046 name "sec:Advanced-Find-and"
32047
32048 \end_inset
32049
32050
32051 \begin_inset Index idx
32052 status collapsed
32053
32054 \begin_layout Plain Layout
32055 Replace
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \begin_inset Index idx
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065 Find
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \begin_layout Subsection
32074 Introduction
32075 \end_layout
32076
32077 \begin_layout Standard
32078 The advanced find and replace feature of LyX allows for searching of complex,
32079  format-sensitive text segments and mathematics contents within LyX documents.
32080  It is an enhancement of the standard (quick) find and replace feature.
32081  The key-features are:
32082 \end_layout
32083
32084 \begin_layout Itemize
32085 Both searching of text and of mathematical formulas is allowed, where the
32086  latter is done by entering mathematics in the usual way; not only entire
32087  mathematical formulas are found, but also parts occurring within more complex
32088  formulas
32089 \end_layout
32090
32091 \begin_layout Itemize
32092 Search may be format-insensitive, so that the searched text is found in
32093  any context/style (standard text, section headings, notes, and even mathematics
32094 ), or it may be format-sensitive, so that, for example, a word entered with
32095  a section heading will only be found within section headings
32096 \end_layout
32097
32098 \begin_layout Itemize
32099 Search may be restricted to mathematics environments only; this is useful
32100  for remangling math notation where one does not want to match any text
32101  outside of mathematics environments
32102 \end_layout
32103
32104 \begin_layout Itemize
32105 Search may be widened to a specific 
32106 \emph on
32107 scope
32108 \emph default
32109 , i.
32110 \begin_inset space \thinspace{}
32111 \end_inset
32112
32113 e.
32114 \begin_inset space ~
32115 \end_inset
32116
32117 a set of files which may be all the children of the document being edited,
32118  all the open files, or all the manuals available from the 
32119 \family sans
32120 Help
32121 \family default
32122  menu
32123 \end_layout
32124
32125 \begin_layout Itemize
32126 Replace may optionally preserve capitalization, so that the replaced text
32127  capitalization is adapted to the matching text (i.
32128 \begin_inset space \thinspace{}
32129 \end_inset
32130
32131 e.
32132 \begin_inset space ~
32133 \end_inset
32134
32135 all lowercase, all uppercase, first letter uppercase followed by lowercase)
32136 \end_layout
32137
32138 \begin_layout Subsection
32139 Basic usage
32140 \end_layout
32141
32142 \begin_layout Standard
32143 The advanced find and replace feature is activated through the menu 
32144 \family sans
32145 Edit\SpecialChar \menuseparator
32146 Find & Replace
32147 \noun on
32148  (
32149 \noun default
32150 Advanced
32151 \noun on
32152 )
32153 \family default
32154 \noun default
32155  (shortcut 
32156 \begin_inset Info
32157 type  "shortcut"
32158 arg   "dialog-show findreplaceadv"
32159 \end_inset
32160
32161 ) or the toolbar button 
32162 \begin_inset Info
32163 type  "icon"
32164 arg   "dialog-toggle findreplaceadv"
32165 \end_inset
32166
32167 .
32168  This opens the 
32169 \family sans
32170 Advanced Find and Replace
32171 \family default
32172  dialog.
32173 \end_layout
32174
32175 \begin_layout Subsubsection
32176 Searching for text
32177 \end_layout
32178
32179 \begin_layout Standard
32180 Enter into the 
32181 \family sans
32182 Find
32183 \family default
32184  LyX mini-editor a simple word, and search for occurrences of it by clicking
32185  on the 
32186 \family sans
32187 Find
32188 \begin_inset space ~
32189 \end_inset
32190
32191 Next
32192 \family default
32193  button at the bottom of the dialog (or just press the 
32194 \begin_inset Info
32195 type  "shortcut"
32196 arg   "paragraph-break"
32197 \end_inset
32198
32199  key).
32200  The entered word is found both in text mode and in math mode, and in emphasized
32201 , bold or normal face, and in both in section titles and in standard text.
32202  Pressing 
32203 \begin_inset Info
32204 type  "shortcut"
32205 arg   "paragraph-break"
32206 \end_inset
32207
32208  repeatedly keeps searching forward while pressing 
32209 \family sans
32210 Shift+Return
32211 \family default
32212  searches backwards.
32213 \end_layout
32214
32215 \begin_layout Standard
32216 The 
32217 \family sans
32218 Case
32219 \begin_inset space ~
32220 \end_inset
32221
32222 sensitive
32223 \family default
32224  option allows matches to occur only with the same case as entered in the
32225  
32226 \family sans
32227 Find
32228 \family default
32229  editor.
32230  The 
32231 \family sans
32232 Whole
32233 \begin_inset space ~
32234 \end_inset
32235
32236 words
32237 \family default
32238  option allows matches to occur only at word boundaries.
32239 \end_layout
32240
32241 \begin_layout Subsubsection
32242 Searching for mathematics
32243 \end_layout
32244
32245 \begin_layout Standard
32246 Mathematical formulas, such as 
32247 \begin_inset Formula $x^{2}$
32248 \end_inset
32249
32250  or something more complex like 
32251 \begin_inset Formula $\frac{x^{2}}{1+x^{2}}$
32252 \end_inset
32253
32254 , may be searched for by typing them in the 
32255 \family sans
32256 Find
32257 \family default
32258  editor.
32259  When searching for a formula, it is found both when it is alone and when
32260  it occurs in sub-formulas and nested parts of sub-formulas.
32261  For example the mentioned segments would be found in something like 
32262 \begin_inset Formula $\frac{x^{2}}{\sqrt{\frac{x^{2}}{1+x^{2}}}}.$
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Subsubsection
32269 Style-aware search
32270 \end_layout
32271
32272 \begin_layout Standard
32273 It is also possible to search for text with specific styles.
32274  This is done by switching to the 
32275 \family sans
32276 Settings
32277 \family default
32278  tab of the dialog and unchecking the 
32279 \family sans
32280 Ignore format
32281 \family default
32282  option.
32283  This way, entering in the 
32284 \family sans
32285 Find
32286 \family default
32287  editor
32288 \end_layout
32289
32290 \begin_layout Itemize
32291 a normal word and searching for it would not find instances of the word
32292  occurring in emphasized or boldface.
32293 \end_layout
32294
32295 \begin_layout Itemize
32296 an emphasized or boldface word and searching for it would find the respective
32297  instances with the same face only, and within the same text style only.
32298 \end_layout
32299
32300 \begin_layout Itemize
32301 a normal word in a section heading, and searching for it, would find occurrences
32302  of it only within section headings.
32303  Also, if the text to search is given an emphasized or bold face, in addition
32304  to a section style, then it is found only when occurring with the same
32305  style.
32306 \end_layout
32307
32308 \begin_layout Itemize
32309 a displayed formula will only find instances of this formula that are also
32310  displayed formulas (and not inline formulas).
32311 \end_layout
32312
32313 \begin_layout Subsubsection
32314 Replace
32315 \end_layout
32316
32317 \begin_layout Standard
32318 The entries made in the 
32319 \family sans
32320 Find
32321 \family default
32322  editor can be replaced with entries made in the 
32323 \family sans
32324 Replace
32325 \begin_inset space ~
32326 \end_inset
32327
32328 with
32329 \family default
32330  editor.
32331  In order to find the next occurrence and replace it, click on the 
32332 \family sans
32333 Replace
32334 \family default
32335  button or alternatively press 
32336 \begin_inset Info
32337 type  "shortcut"
32338 arg   "paragraph-break"
32339 \end_inset
32340
32341  or 
32342 \family sans
32343 Shift+Return
32344 \family default
32345  while the cursor is in the 
32346 \family sans
32347 Replace
32348 \begin_inset space ~
32349 \end_inset
32350
32351 with
32352 \family default
32353  editor.
32354 \end_layout
32355
32356 \begin_layout Standard
32357 You can replace with fully-featured formatted LyX entries.
32358  Typical scenarios in which to use this capability might be (just to mention
32359  two):
32360 \end_layout
32361
32362 \begin_layout Itemize
32363 replacing occurrences of a word with a customized formatted version of the
32364  same word, for example replacing occurrences of a name like 
32365 \begin_inset Quotes eld
32366 \end_inset
32367
32368 func()
32369 \begin_inset Quotes erd
32370 \end_inset
32371
32372  with its typewriter version 
32373 \begin_inset Quotes eld
32374 \end_inset
32375
32376
32377 \family typewriter
32378 func()
32379 \family default
32380
32381 \begin_inset Quotes erd
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \begin_layout Itemize
32388 performing a notation rework of mathematical symbols, for example replacing
32389  occurrences of 
32390 \begin_inset Quotes eld
32391 \end_inset
32392
32393
32394 \begin_inset Formula $R$
32395 \end_inset
32396
32397
32398 \begin_inset Quotes erd
32399 \end_inset
32400
32401  with 
32402 \begin_inset Quotes eld
32403 \end_inset
32404
32405
32406 \begin_inset Formula $\mathbb{R}$
32407 \end_inset
32408
32409
32410 \begin_inset Quotes erd
32411 \end_inset
32412
32413  (you may want to enable the 
32414 \family sans
32415 Whole
32416 \begin_inset space ~
32417 \end_inset
32418
32419 words
32420 \family default
32421  and 
32422 \family sans
32423 Case
32424 \begin_inset space ~
32425 \end_inset
32426
32427 sensitive
32428 \family default
32429  options and disable the 
32430 \family sans
32431 Ignore format
32432 \family default
32433  option in the 
32434 \family sans
32435 Settings
32436 \family default
32437  tab, in order to avoid replacing all 
32438 \begin_inset Quotes eld
32439 \end_inset
32440
32441 R
32442 \begin_inset Quotes erd
32443 \end_inset
32444
32445  letters occurring in normal text), or occurrences of 
32446 \begin_inset Formula $x_{j}^{i}$
32447 \end_inset
32448
32449  with 
32450 \begin_inset Formula $x_{i,\,j}$
32451 \end_inset
32452
32453 , or occurrences of 
32454 \begin_inset Formula $x[k]$
32455 \end_inset
32456
32457  with 
32458 \begin_inset Formula $x_{k}$
32459 \end_inset
32460
32461 .
32462 \end_layout
32463
32464 \begin_layout Subsection
32465 Advanced usage
32466 \end_layout
32467
32468 \begin_layout Standard
32469 There is a regular expression (regexp) based searching facility.
32470 \begin_inset Foot
32471 status collapsed
32472
32473 \begin_layout Plain Layout
32474 A good explanation of regular expressions is given in this Wikipedia entry:
32475  
32476 \begin_inset CommandInset href
32477 LatexCommand href
32478 target "http://en.wikipedia.org/wiki/Regular_expression"
32479
32480 \end_inset
32481
32482 .
32483 \end_layout
32484
32485 \end_inset
32486
32487  You can search for a regular expression by inserting a regexp inset into
32488  the 
32489 \family sans
32490 Find
32491 \family default
32492  editor.
32493  This is done with the context menu 
32494 \family sans
32495 Insert\SpecialChar \menuseparator
32496 Insert Regular Expression
32497 \family default
32498  while the cursor is in the 
32499 \family sans
32500 Find
32501 \family default
32502  editor.
32503  Characters entered within regexp insets are matched according to the regular
32504  expression matching rules
32505 \begin_inset Foot
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509 Under the constraint that any (sub)expression must match a well-formed LyX
32510  segment, i.
32511 \begin_inset space \thinspace{}
32512 \end_inset
32513
32514 e.
32515 \begin_inset space ~
32516 \end_inset
32517
32518 when matching LaTeX code, no segments with unbalanced {} braces are allowed
32519  to match expressions.
32520 \end_layout
32521
32522 \end_inset
32523
32524 , while text entered outside regexp insets is matched exactly against the
32525  same text in the document.
32526  You can cut and paste regexp-mode insets.
32527  Examples of using such a feature may be:
32528 \end_layout
32529
32530 \begin_layout Enumerate
32531 Searching for all fractions with a given denominator: for example, entering
32532  in the 
32533 \family sans
32534 Find
32535 \family default
32536  editor the fraction 
32537 \begin_inset Formula $\frac{.*}{1+x^{2}}$
32538 \end_inset
32539
32540  (where the 
32541 \begin_inset Formula $.*$
32542 \end_inset
32543
32544  on the numerator is the match-everything regular expression) finds all
32545  fractions with the given denominator.
32546 \end_layout
32547
32548 \begin_layout Enumerate
32549 Searching for all text with a given style: for example, after unchecking
32550  the 
32551 \family sans
32552 Ignore format
32553 \family default
32554  option from the 
32555 \family sans
32556 Settings
32557 \family default
32558  tab, entering a 
32559 \series bold
32560
32561 \begin_inset Formula $.*$
32562 \end_inset
32563
32564
32565 \series default
32566  regular expression and giving it an emphasized or bold face, finds all
32567  emphasized or bold face text respectively.
32568  Also, by inserting a 
32569 \begin_inset Formula $.*$
32570 \end_inset
32571
32572  regular expression in a bullet or enumerated list or a section heading,
32573  you can find all bullet or enumerated lists or section headings.
32574 \end_layout
32575
32576 \begin_layout Standard
32577 Finally, references to (sub)expressions in regexp may be used as usual:
32578  Enclosing parts of the expression within round braces 
32579 \begin_inset Formula $()$
32580 \end_inset
32581
32582 , and referring back to them through 
32583 \begin_inset Formula $\backslash1$
32584 \end_inset
32585
32586
32587 \begin_inset Formula $\backslash2$
32588 \end_inset
32589
32590 , etc..
32591  For example, try searching with the regexp
32592 \begin_inset Newline newline
32593 \end_inset
32594
32595 [[:space:]]([[:alpha:]]+)[[:space:]]
32596 \backslash
32597 1[[:space:]]
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601 in order to find word repetitions, if there are any.
32602 \end_layout
32603
32604 \begin_layout Standard
32605 The usage of back references in the replaced text is not (yet) implemented.
32606 \end_layout
32607
32608 \begin_layout Standard
32609 \begin_inset Note Greyedout
32610 status open
32611
32612 \begin_layout Plain Layout
32613
32614 \series bold
32615 Note:
32616 \series default
32617  Back references work both when occurring within the same regexp, and when
32618  occurring in multiple different regexps, where the numbering of back-referenced
32619  sub-expressions is absolute.
32620  That is,
32621 \begin_inset space ~
32622 \end_inset
32623
32624
32625 \begin_inset Formula $\backslash1$
32626 \end_inset
32627
32628  always refers to the first occurrence of 
32629 \begin_inset Formula $()$
32630 \end_inset
32631
32632  in all entered regexps.
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \begin_layout Section
32641 Spell Checking
32642 \begin_inset CommandInset label
32643 LatexCommand label
32644 name "sec:Spellchecking"
32645
32646 \end_inset
32647
32648
32649 \begin_inset Index idx
32650 status collapsed
32651
32652 \begin_layout Plain Layout
32653 Spell checking
32654 \end_layout
32655
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \begin_layout Standard
32662 LyX has a built-in spell checker.
32663  The menu
32664 \family sans
32665  Tools\SpecialChar \menuseparator
32666 Spellchecker
32667 \family default
32668 , the 
32669 \family sans
32670 F7
32671 \family default
32672  key or the toolbar button 
32673 \begin_inset Info
32674 type  "icon"
32675 arg   "dialog-show spellchecker"
32676 \end_inset
32677
32678  start the spell checking from either the current cursor position or the
32679  beginning of the currently selected text.
32680  A sidebar will appear showing any incorrect (or unknown) word found, allowing
32681  you to edit and replace it in a second line.
32682  Whenever an unknown word is found, the word is highlighted and the text
32683  scrolled so that it is visible.
32684  In the spellchecker sidebar, there is a box showing suggestions for a correctio
32685 n, if any could be found.
32686  Clicking on one of the corrections will copy it to the 
32687 \family sans
32688 Replacement
32689 \family default
32690  field, double-clicking directly invokes the replacement.
32691  Unknown but correctly typed words can be added to the personal dictionary.
32692 \end_layout
32693
32694 \begin_layout Standard
32695 By default, the dictionary file used is determined by the document language
32696  that is set in the 
32697 \family sans
32698 Document\SpecialChar \menuseparator
32699 Settings
32700 \family default
32701  dialog.
32702  You can specify the language of a word in the spellchecker dialog by choosing
32703  a different one at the top of the dialog.
32704  LyX can correctly spell check documents containing multiple languages.
32705  This works if you have set the language of the text parts using the 
32706 \family sans
32707 Text
32708 \begin_inset space ~
32709 \end_inset
32710
32711 Style
32712 \family default
32713  dialog (
32714 \begin_inset Info
32715 type  "icon"
32716 arg   "dialog-show character"
32717 \end_inset
32718
32719 ) and have the spell checker dictionaries installed.
32720  LyX automatically switches to the appropriate dictionary file.
32721 \end_layout
32722
32723 \begin_layout Standard
32724 All spell-checker dictionaries supported by LyX can be downloaded from here:
32725 \begin_inset Newline newline
32726 \end_inset
32727
32728
32729 \begin_inset Flex URL
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734 http://sourceforge.net/projects/lyxwininstaller/files/hunspell/
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \begin_inset Newline newline
32741 \end_inset
32742
32743 There are 2
32744 \begin_inset space ~
32745 \end_inset
32746
32747 files for each language.
32748  To install a dictionary on Windows, copy the 2
32749 \begin_inset space ~
32750 \end_inset
32751
32752 files into LyX's installation subfolder 
32753 \family sans
32754 ~
32755 \backslash
32756 Resources
32757 \backslash
32758 dicts
32759 \family default
32760  and restart LyX.
32761 \begin_inset Newline newline
32762 \end_inset
32763
32764 With Linux one needs to install the packages for the desired language.
32765  The number of these packages vary depending on the Linux distribution,
32766  but in most cases these are 
32767 \family typewriter
32768 aspell-xx
32769 \family default
32770
32771 \family typewriter
32772 hunspell-xx
32773 \family default
32774 ,
32775 \family typewriter
32776  myspell-xx
32777 \family default
32778 , etc., where 
32779 \family sans
32780 xx
32781 \family default
32782  is the language code.
32783 \end_layout
32784
32785 \begin_layout Subsection
32786 Further Settings
32787 \end_layout
32788
32789 \begin_layout Standard
32790 In the menu 
32791 \family sans
32792 Tools\SpecialChar \menuseparator
32793 Preferences\SpecialChar \menuseparator
32794 Language
32795 \begin_inset space ~
32796 \end_inset
32797
32798 Settings\SpecialChar \menuseparator
32799 Spellchecker
32800 \family default
32801  you can set the following things:
32802 \end_layout
32803
32804 \begin_layout Description
32805 Spellchecker
32806 \begin_inset space ~
32807 \end_inset
32808
32809 engine Select the library LyX should use for spell checking.
32810  Depending on your platform, 
32811 \family typewriter
32812 aspell
32813 \family default
32814
32815 \family typewriter
32816 hunspell
32817 \family default
32818  or 
32819 \family typewriter
32820 enchant
32821 \begin_inset Foot
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825 Enchant itself is a wrapper library having different configurable back-ends.
32826  Please consult the documentation or man-page of it to learn more.
32827 \end_layout
32828
32829 \end_inset
32830
32831
32832 \family default
32833  are available.
32834  On Windows only 
32835 \family typewriter
32836 hunspell
32837 \family default
32838  is available.
32839 \end_layout
32840
32841 \begin_layout Description
32842 Alternative
32843 \begin_inset space ~
32844 \end_inset
32845
32846 language If this field is not empty, LyX will always use the given language
32847  for the spell checking, no matter what the document language is.
32848 \end_layout
32849
32850 \begin_layout Description
32851 Escape
32852 \begin_inset space ~
32853 \end_inset
32854
32855 characters Allows you to add non-standard characters that the spell checker
32856  should escape, e.
32857 \begin_inset space \thinspace{}
32858 \end_inset
32859
32860 g.
32861 \begin_inset space \space{}
32862 \end_inset
32863
32864 German umlauts.
32865  This should normally not be needed.
32866 \end_layout
32867
32868 \begin_layout Description
32869 Accept
32870 \begin_inset space ~
32871 \end_inset
32872
32873 compound
32874 \begin_inset space ~
32875 \end_inset
32876
32877 words Prevents the spell checker from complaining about compounded words
32878  like 
32879 \begin_inset Quotes eld
32880 \end_inset
32881
32882 passthrough
32883 \begin_inset Quotes erd
32884 \end_inset
32885
32886 .
32887 \end_layout
32888
32889 \begin_layout Description
32890 Spellcheck
32891 \begin_inset space ~
32892 \end_inset
32893
32894 continuously Checks the spelling of your document as you type it.
32895  Misspelled words get underlined with a dotted red line.
32896  By right-clicking on an underlined word, suggestions from the spellchecker
32897  appear in a context menu.
32898  Choosing one of them will replace the misspelled word with the suggested
32899  word.
32900 \end_layout
32901
32902 \begin_layout Description
32903 Spellcheck
32904 \begin_inset space ~
32905 \end_inset
32906
32907 notes
32908 \begin_inset space ~
32909 \end_inset
32910
32911 and
32912 \begin_inset space ~
32913 \end_inset
32914
32915 comments If enabled, the spelling of non-printed document content is checked
32916  as well.
32917 \end_layout
32918
32919 \begin_layout Section
32920 Thesaurus
32921 \begin_inset Index idx
32922 status collapsed
32923
32924 \begin_layout Plain Layout
32925 Thesaurus
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \begin_inset CommandInset label
32932 LatexCommand label
32933 name "sec:Thesaurus"
32934
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \begin_layout Standard
32941 LyX provides a multilingual thesaurus.
32942  It uses the same thesaurus framework as LibreOffice, OpenOffice and Firefox
32943  (namely the 
32944 \family sans
32945 MyThes
32946 \family default
32947
32948 \begin_inset Foot
32949 status collapsed
32950
32951 \begin_layout Plain Layout
32952 \begin_inset CommandInset href
32953 LatexCommand href
32954 target "http://lingucomponent.openoffice.org/thesaurus.html"
32955
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \end_inset
32962
32963  thesaurus library, which is included in LyX).
32964  Therefore, LyX is able to directly access OpenOffice thesaurus dictionaries,
32965  which are available for many languages.
32966 \end_layout
32967
32968 \begin_layout Standard
32969 This section describes how new dictionaries are installed and set up for
32970  the use with LyX.
32971 \end_layout
32972
32973 \begin_layout Subsection
32974 Setting up the thesaurus
32975 \end_layout
32976
32977 \begin_layout Standard
32978 The 
32979 \family sans
32980 MyThes
32981 \emph on
32982 /
32983 \emph default
32984 OpenOffice
32985 \family default
32986  thesauri consist of two files per language: A file with the suffix 
32987 \emph on
32988 *.dat
32989 \emph default
32990  containing the data and an index file with the suffix 
32991 \emph on
32992 *.idx
32993 \emph default
32994 .
32995  The standardized file names include the language code for the given language
32996  (e.
32997 \begin_inset space \thinspace{}
32998 \end_inset
32999
33000 g.
33001 \begin_inset space ~
33002 \end_inset
33003
33004
33005 \family sans
33006 en_US
33007 \family default
33008  for US English).
33009  For instance, the US English files are named:
33010 \end_layout
33011
33012 \begin_layout Itemize
33013 th_en_EN_v2.idx
33014 \end_layout
33015
33016 \begin_layout Itemize
33017 th_en_EN_v2.dat
33018 \end_layout
33019
33020 \begin_layout Standard
33021 If you have 
33022 \family sans
33023 LibreOffice
33024 \family default
33025  or 
33026 \family sans
33027 OpenOffice
33028 \family default
33029  and its thesaurus installed, these files should be already on your system
33030  and you just need to point LyX (in 
33031 \family sans
33032 Tools\SpecialChar \menuseparator
33033 Preferences\SpecialChar \menuseparator
33034 Paths\SpecialChar \menuseparator
33035 Thesaurus
33036 \begin_inset space ~
33037 \end_inset
33038
33039 dictionaries
33040 \family default
33041 ) to the path where they are installed.
33042 \begin_inset Foot
33043 status collapsed
33044
33045 \begin_layout Plain Layout
33046 On Linux, depending on your distribution and the way you installed the dictionar
33047 ies, typical locations are 
33048 \family typewriter
33049 /usr/share/mythes/
33050 \family default
33051
33052 \family typewriter
33053 /usr/share/myspell/dicts/
33054 \family default
33055
33056 \family typewriter
33057 /usr/share/ooo/thesaurus/
33058 \family default
33059 ,
33060 \family typewriter
33061  ~/.config/libreoffice/<version>/user/
33062 \family default
33063  or alike.
33064  On Windows, dictionaries are to be found at 
33065 \family typewriter
33066 ~
33067 \backslash
33068 Program Files
33069 \backslash
33070 LibreOffice-<Version>
33071 \backslash
33072 share
33073 \backslash
33074 extensions 
33075 \family default
33076 or similar.
33077  On the Mac, the default location is 
33078 \family typewriter
33079 /Users\SpecialChar \slash{}
33080 <user name>\SpecialChar \slash{}
33081 Library\SpecialChar \slash{}
33082 Application Support\SpecialChar \slash{}
33083 libreoffice\SpecialChar \slash{}
33084 <version>\SpecialChar \slash{}
33085 user
33086 \family default
33087 /.
33088 \end_layout
33089
33090 \end_inset
33091
33092  On Windows, you can alternatively also select dictionaries for installation
33093  during the LyX installation process, which will then be installed in the
33094  correct place right away.
33095 \end_layout
33096
33097 \begin_layout Standard
33098 If you want to install new\SpecialChar \slash{}
33099 further thesaurus dictionaries, you can downloaded
33100  them from here:
33101 \end_layout
33102
33103 \begin_layout Itemize
33104 \begin_inset Flex URL
33105 status open
33106
33107 \begin_layout Plain Layout
33108
33109 http://www.lyx.org/trac/browser/lyxsvn/dictionaries/trunk/thes/
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \begin_layout Standard
33118 To install a new dictionary, download the two files for this dictionary
33119  into the thesaurus path (which is set in 
33120 \family sans
33121 Tools\SpecialChar \menuseparator
33122 Preferences\SpecialChar \menuseparator
33123 Paths\SpecialChar \menuseparator
33124 Thesaurus
33125 \begin_inset space ~
33126 \end_inset
33127
33128 dictionaries
33129 \family default
33130 ) and restart LyX.
33131  If this path is not defined yet, you can use a dictionary of your choice
33132  and point LyX there.
33133 \end_layout
33134
33135 \begin_layout Standard
33136 Alternatively, you can also install new dictionaries via 
33137 \family sans
33138 LibreOffice\SpecialChar \slash{}
33139 OpenOffice
33140 \family default
33141  or, on Linux, via your package manager (look for 
33142 \emph on
33143 mythes-*
33144 \emph default
33145  or 
33146 \emph on
33147 libreoffice-thesaurus-*
33148 \emph default
33149  packages).
33150  If you do this, make sure that LyX is able to find the installed dictionaries,
33151  i.
33152 \begin_inset space \thinspace{}
33153 \end_inset
33154
33155 e.
33156  that 
33157 \family sans
33158 Tools\SpecialChar \menuseparator
33159 Preferences\SpecialChar \menuseparator
33160 Paths\SpecialChar \menuseparator
33161 Thesaurus
33162 \begin_inset space ~
33163 \end_inset
33164
33165 dictionaries
33166 \family default
33167  points to the path where you installed these dictionaries.
33168 \end_layout
33169
33170 \begin_layout Subsection
33171 Using the thesaurus
33172 \end_layout
33173
33174 \begin_layout Standard
33175 To start the thesaurus, use the menu 
33176 \family sans
33177 Tools\SpecialChar \menuseparator
33178 Thesaurus
33179 \family default
33180  or the toolbar button 
33181 \begin_inset Info
33182 type  "icon"
33183 arg   "thesaurus-entry"
33184 \end_inset
33185
33186  while the cursor is at the word you want to look up or while a word is
33187  selected.
33188  A dialog pops up showing you probably related words that you can use as
33189  a replacement.
33190  The suggestions are grouped into categories.
33191  Note that, for some languages (such as English), the thesaurus does not
33192  only show equivalent words (synonyms), but also generic terms (such as
33193  
33194 \emph on
33195 organism
33196 \emph default
33197  for 
33198 \emph on
33199 plant
33200 \emph default
33201 ), related terms (such as 
33202 \emph on
33203 political
33204 \begin_inset space ~
33205 \end_inset
33206
33207 theory
33208 \emph default
33209  for 
33210 \emph on
33211 anarchistic
33212 \emph default
33213 ), compounds (such as 
33214 \emph on
33215 tree
33216 \begin_inset space ~
33217 \end_inset
33218
33219 diagram
33220 \emph default
33221 , if you look for 
33222 \emph on
33223 tree
33224 \emph default
33225 ) and opposites (antonyms) (such as 
33226 \emph on
33227 girl
33228 \emph default
33229  for 
33230 \emph on
33231 boy
33232 \emph default
33233 ).
33234  Generic terms, related terms and antonyms are marked as such.
33235 \end_layout
33236
33237 \begin_layout Standard
33238 The language is automatically chosen from the language at the cursor, but
33239  you can also switch it in the dialog, as you can enter new words to look
33240  up directly there.
33241 \end_layout
33242
33243 \begin_layout Standard
33244 Note that the thesaurus cannot handle phrases (only compounds that are in
33245  the dictionary, such as the above 
33246 \emph on
33247 tree diagram
33248 \emph default
33249 ), and you have to use the so called lemma form, i.
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253 e.
33254 \begin_inset space \space{}
33255 \end_inset
33256
33257 the form that is used in the dictionaries (for many languages: first person
33258  singular indicative active for nouns, infinitive for verbs).
33259  For example, looking up the word form 
33260 \emph on
33261 reporting
33262 \emph default
33263  yields no results, while results are shown for the word form 
33264 \emph on
33265 report
33266 \emph default
33267 .
33268  Your best bet is to highlight only the relevant part of such a word (e.
33269 \begin_inset space \thinspace{}
33270 \end_inset
33271
33272 g.
33273 \begin_inset space \space{}
33274 \end_inset
33275
33276
33277 \emph on
33278 report
33279 \emph default
33280  in 
33281 \emph on
33282 report
33283 \emph default
33284 s); then you will get suggestions without needing to adjust the query in
33285  the dialog, and also the replacement will probably be correct (as only
33286  the highlighted part will be replaced; thus the ending remains).
33287 \end_layout
33288
33289 \begin_layout Section
33290 Change Tracking
33291 \begin_inset Index idx
33292 status collapsed
33293
33294 \begin_layout Plain Layout
33295 Change Tracking
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \begin_inset Index idx
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 Document ! Change Tracking
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \begin_inset CommandInset label
33312 LatexCommand label
33313 name "sec:Change-Tracking"
33314
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \begin_layout Standard
33321 When you work on a document collaboratively it is extremely useful to be
33322  able to see changes that others have made highlighted in the document.
33323  You can then decide if you want to accept a change or not.
33324  This can be achieved by turning on change tracking in the menu 
33325 \family sans
33326 Document\SpecialChar \menuseparator
33327 Change
33328 \begin_inset space ~
33329 \end_inset
33330
33331 Tracking\SpecialChar \menuseparator
33332 Track
33333 \begin_inset space ~
33334 \end_inset
33335
33336 Changes
33337 \family default
33338 .
33339 \end_layout
33340
33341 \begin_layout Standard
33342 Changes made in the document will then be highlighted by strokes and colors:
33343  
33344 \bar under
33345 \color blue
33346 underlined text
33347 \bar default
33348 \color inherit
33349  is an addition, 
33350 \strikeout on
33351 \color blue
33352 canceled text
33353 \strikeout default
33354 \color inherit
33355  is a deletion.
33356  The color depends on the author that made the change.
33357  You can change the color in 
33358 \family sans
33359 Tools\SpecialChar \menuseparator
33360 Preferences\SpecialChar \menuseparator
33361 Look
33362 \begin_inset space ~
33363 \end_inset
33364
33365 &
33366 \begin_inset space ~
33367 \end_inset
33368
33369 feel
33370 \family default
33371 \SpecialChar \menuseparator
33372
33373 \family sans
33374 Colors
33375 \family default
33376 .
33377 \begin_inset Index idx
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381 Color ! Change tracking
33382 \end_layout
33383
33384 \end_inset
33385
33386  The author and the date of the change are shown in LyX's status bar when
33387  the cursor is in changed text.
33388  The same information is shown when you use the toolbar button 
33389 \begin_inset Info
33390 type  "icon"
33391 arg   "changes-merge"
33392 \end_inset
33393
33394 .
33395 \end_layout
33396
33397 \begin_layout Standard
33398 When change tracking is activated, you will see the review toolbar in LyX:
33399 \begin_inset Index idx
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403 Toolbar ! Review
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \begin_layout Standard
33412 \begin_inset VSpace defskip
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \begin_layout Standard
33419 \begin_inset Graphics
33420         filename clipart/ChangesToolbar.png
33421         scale 90
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 \begin_inset VSpace defskip
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Standard
33436 The review toolbar as shown above contains the following buttons:
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset VSpace defskip
33441 \end_inset
33442
33443
33444 \end_layout
33445
33446 \begin_layout Standard
33447 \begin_inset Tabular
33448 <lyxtabular version="3" rows="10" columns="2">
33449 <features rotate="0" islongtable="true" longtabularalignment="center">
33450 <column alignment="left" valignment="top">
33451 <column alignment="left" valignment="top">
33452 <row interlinespace="2.5mm">
33453 <cell alignment="center" valignment="top" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457
33458 \family sans
33459 \begin_inset Info
33460 type  "icon"
33461 arg   "changes-track"
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 <cell alignment="center" valignment="top" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473
33474 \family sans
33475 Document\SpecialChar \menuseparator
33476 Change
33477 \begin_inset space ~
33478 \end_inset
33479
33480 Tracking\SpecialChar \menuseparator
33481 Track
33482 \begin_inset space ~
33483 \end_inset
33484
33485 Changes
33486 \end_layout
33487
33488 \end_inset
33489 </cell>
33490 </row>
33491 <row interlinespace="2.5mm">
33492 <cell alignment="center" valignment="top" usebox="none">
33493 \begin_inset Text
33494
33495 \begin_layout Plain Layout
33496
33497 \family sans
33498 \begin_inset Info
33499 type  "icon"
33500 arg   "changes-output"
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 <cell alignment="center" valignment="top" usebox="none">
33509 \begin_inset Text
33510
33511 \begin_layout Plain Layout
33512
33513 \family sans
33514 Document\SpecialChar \menuseparator
33515 Change
33516 \begin_inset space ~
33517 \end_inset
33518
33519 Tracking\SpecialChar \menuseparator
33520 Show
33521 \begin_inset space ~
33522 \end_inset
33523
33524 Changes
33525 \begin_inset space ~
33526 \end_inset
33527
33528 in
33529 \begin_inset space ~
33530 \end_inset
33531
33532 Output
33533 \end_layout
33534
33535 \end_inset
33536 </cell>
33537 </row>
33538 <row interlinespace="2.5mm">
33539 <cell alignment="center" valignment="top" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543
33544 \family sans
33545 \begin_inset Info
33546 type  "icon"
33547 arg   "change-next"
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 <cell alignment="center" valignment="top" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559 Jumps to the next change
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 </row>
33565 <row interlinespace="2.5mm">
33566 <cell alignment="center" valignment="top" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570
33571 \family sans
33572 \begin_inset Info
33573 type  "icon"
33574 arg   "change-accept"
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \end_inset
33581 </cell>
33582 <cell alignment="center" valignment="top" usebox="none">
33583 \begin_inset Text
33584
33585 \begin_layout Plain Layout
33586
33587 \family sans
33588 Document\SpecialChar \menuseparator
33589 Change
33590 \begin_inset space ~
33591 \end_inset
33592
33593 Tracking\SpecialChar \menuseparator
33594 Accept
33595 \begin_inset space ~
33596 \end_inset
33597
33598 Change
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 </row>
33604 <row interlinespace="2.5mm">
33605 <cell alignment="center" valignment="top" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609
33610 \family sans
33611 \begin_inset Info
33612 type  "icon"
33613 arg   "change-reject"
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 <cell alignment="center" valignment="top" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625
33626 \family sans
33627 Document\SpecialChar \menuseparator
33628 Change
33629 \begin_inset space ~
33630 \end_inset
33631
33632 Tracking\SpecialChar \menuseparator
33633 Reject
33634 \begin_inset space ~
33635 \end_inset
33636
33637 Change
33638 \end_layout
33639
33640 \end_inset
33641 </cell>
33642 </row>
33643 <row interlinespace="2.5mm">
33644 <cell alignment="center" valignment="top" usebox="none">
33645 \begin_inset Text
33646
33647 \begin_layout Plain Layout
33648
33649 \family sans
33650 \begin_inset Info
33651 type  "icon"
33652 arg   "changes-merge"
33653 \end_inset
33654
33655
33656 \end_layout
33657
33658 \end_inset
33659 </cell>
33660 <cell alignment="center" valignment="top" usebox="none">
33661 \begin_inset Text
33662
33663 \begin_layout Plain Layout
33664
33665 \family sans
33666 Document\SpecialChar \menuseparator
33667 Change
33668 \begin_inset space ~
33669 \end_inset
33670
33671 Tracking\SpecialChar \menuseparator
33672 Merge
33673 \begin_inset space ~
33674 \end_inset
33675
33676 Changes
33677 \end_layout
33678
33679 \end_inset
33680 </cell>
33681 </row>
33682 <row interlinespace="2.5mm">
33683 <cell alignment="center" valignment="top" usebox="none">
33684 \begin_inset Text
33685
33686 \begin_layout Plain Layout
33687
33688 \family sans
33689 \begin_inset Info
33690 type  "icon"
33691 arg   "all-changes-accept"
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \end_inset
33698 </cell>
33699 <cell alignment="center" valignment="top" usebox="none">
33700 \begin_inset Text
33701
33702 \begin_layout Plain Layout
33703
33704 \family sans
33705 Document\SpecialChar \menuseparator
33706 Change
33707 \begin_inset space ~
33708 \end_inset
33709
33710 Tracking\SpecialChar \menuseparator
33711 Accept
33712 \begin_inset space ~
33713 \end_inset
33714
33715 All
33716 \begin_inset space ~
33717 \end_inset
33718
33719 Changes
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 </row>
33725 <row interlinespace="2.5mm">
33726 <cell alignment="center" valignment="top" usebox="none">
33727 \begin_inset Text
33728
33729 \begin_layout Plain Layout
33730
33731 \family sans
33732 \begin_inset Info
33733 type  "icon"
33734 arg   "all-changes-reject"
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \end_inset
33741 </cell>
33742 <cell alignment="center" valignment="top" usebox="none">
33743 \begin_inset Text
33744
33745 \begin_layout Plain Layout
33746
33747 \family sans
33748 Document\SpecialChar \menuseparator
33749 Change
33750 \begin_inset space ~
33751 \end_inset
33752
33753 Tracking\SpecialChar \menuseparator
33754 Reject
33755 \begin_inset space ~
33756 \end_inset
33757
33758 All
33759 \begin_inset space ~
33760 \end_inset
33761
33762 Changes
33763 \end_layout
33764
33765 \end_inset
33766 </cell>
33767 </row>
33768 <row interlinespace="2.5mm">
33769 <cell alignment="center" valignment="top" usebox="none">
33770 \begin_inset Text
33771
33772 \begin_layout Plain Layout
33773
33774 \family sans
33775 \begin_inset Info
33776 type  "icon"
33777 arg   "note-insert"
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \end_inset
33784 </cell>
33785 <cell alignment="center" valignment="top" usebox="none">
33786 \begin_inset Text
33787
33788 \begin_layout Plain Layout
33789
33790 \family sans
33791 Insert\SpecialChar \menuseparator
33792 Note\SpecialChar \menuseparator
33793 Ly
33794 \begin_inset ERT
33795 status collapsed
33796
33797 \begin_layout Plain Layout
33798
33799 {}
33800 \end_layout
33801
33802 \end_inset
33803
33804 X
33805 \begin_inset space ~
33806 \end_inset
33807
33808 Note
33809 \end_layout
33810
33811 \end_inset
33812 </cell>
33813 </row>
33814 <row interlinespace="2.5mm">
33815 <cell alignment="center" valignment="top" usebox="none">
33816 \begin_inset Text
33817
33818 \begin_layout Plain Layout
33819
33820 \family sans
33821 \begin_inset Info
33822 type  "icon"
33823 arg   "note-next"
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \end_inset
33830 </cell>
33831 <cell alignment="center" valignment="top" usebox="none">
33832 \begin_inset Text
33833
33834 \begin_layout Plain Layout
33835
33836 \family sans
33837 Navigate\SpecialChar \menuseparator
33838 Next
33839 \begin_inset space ~
33840 \end_inset
33841
33842 Note
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 </row>
33848 </lyxtabular>
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \begin_layout Standard
33856 \begin_inset VSpace defskip
33857 \end_inset
33858
33859
33860 \end_layout
33861
33862 \begin_layout Standard
33863 Not all changes are (yet) visualized, especially no format changes like
33864  from 
33865 \emph on
33866 normal
33867 \emph default
33868  to 
33869 \emph on
33870 bold
33871 \emph default
33872  font or 
33873 \emph on
33874 Standard
33875 \emph default
33876  to 
33877 \emph on
33878 Description
33879 \emph default
33880  paragraph.
33881 \end_layout
33882
33883 \begin_layout Standard
33884 The review toolbar helps you to accept, reject, or merge changes – highlight
33885  the change and press one of the desired toolbar buttons.
33886  When you merge changes, a window pops up showing you information about
33887  the next change after the current cursor position.
33888  So you don't need to highlight a certain change.
33889  Within the merge window you can decide to accept or reject changes and
33890  step to the next change.
33891  This way you can jump through all the changes in the document.
33892 \end_layout
33893
33894 \begin_layout Standard
33895 The toolbar has two buttons to handle notes because notes are often important
33896  to describe a change.
33897 \end_layout
33898
33899 \begin_layout Standard
33900 To show the changes made in the output you need the LaTeX package 
33901 \series bold
33902 dvipost
33903 \series default
33904
33905 \begin_inset Index idx
33906 status collapsed
33907
33908 \begin_layout Plain Layout
33909 LaTeX-packages ! dvipost
33910 \end_layout
33911
33912 \end_inset
33913
33914  installed.
33915  You will find it in the TeX Catalogue, 
33916 \begin_inset CommandInset citation
33917 LatexCommand cite
33918 key "TeXCatalogue"
33919
33920 \end_inset
33921
33922  or in the package manager of your LaTeX-system.
33923 \end_layout
33924
33925 \begin_layout Section
33926 Comparison of Documents
33927 \begin_inset CommandInset label
33928 LatexCommand label
33929 name "sec:Comparison-of-Documents"
33930
33931 \end_inset
33932
33933
33934 \begin_inset Index idx
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 Comparison of documents
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Standard
33947 You can compare two different LyX files via the menu 
33948 \family sans
33949 Tools\SpecialChar \menuseparator
33950 Compare
33951 \family default
33952 .
33953  The comparison result is a LyX file with change tracking enabled showing
33954  the differences.
33955  In the comparison dialog you can select from which document LyX should
33956  take the document settings for the resulting difference file with the option
33957  
33958 \family sans
33959 Copy
33960 \begin_inset space ~
33961 \end_inset
33962
33963 Document
33964 \begin_inset space ~
33965 \end_inset
33966
33967 Settings
33968 \begin_inset space ~
33969 \end_inset
33970
33971 from
33972 \family default
33973 .
33974  The option 
33975 \family sans
33976 Enable
33977 \begin_inset space ~
33978 \end_inset
33979
33980 change
33981 \begin_inset space ~
33982 \end_inset
33983
33984 tracking
33985 \begin_inset space ~
33986 \end_inset
33987
33988 features
33989 \begin_inset space ~
33990 \end_inset
33991
33992 in
33993 \begin_inset space ~
33994 \end_inset
33995
33996 the
33997 \begin_inset space ~
33998 \end_inset
33999
34000 output
34001 \family default
34002  enables the change tracking option 
34003 \family sans
34004 Show
34005 \begin_inset space ~
34006 \end_inset
34007
34008 Changes
34009 \begin_inset space ~
34010 \end_inset
34011
34012 in
34013 \begin_inset space ~
34014 \end_inset
34015
34016 Output
34017 \family default
34018  to visualize the differences also in the PDF output of the difference file.
34019 \end_layout
34020
34021 \begin_layout Section
34022 International Support
34023 \begin_inset Index idx
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027 International support
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Standard
34036 This section describes how to use LyX with any language you want.
34037  For some languages there are special Wiki-pages that explain how to set
34038  up LyX to use them: 
34039 \begin_inset CommandInset citation
34040 LatexCommand cite
34041 key "Arabic,Armenian,Farsi,Hebrew,Latvian,Lithuanian,Mongolian,Vietnamese"
34042
34043 \end_inset
34044
34045
34046 \end_layout
34047
34048 \begin_layout Standard
34049 Besides languages, LyX also supports phonetic symbols, see section
34050 \begin_inset space ~
34051 \end_inset
34052
34053
34054 \begin_inset CommandInset ref
34055 LatexCommand ref
34056 reference "sub:Special-Character"
34057
34058 \end_inset
34059
34060 .
34061 \end_layout
34062
34063 \begin_layout Subsection
34064 Language Options
34065 \begin_inset Index idx
34066 status collapsed
34067
34068 \begin_layout Plain Layout
34069 Language ! Options
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \begin_inset Index idx
34076 status collapsed
34077
34078 \begin_layout Plain Layout
34079 Document ! Settings
34080 \end_layout
34081
34082 \end_inset
34083
34084
34085 \begin_inset Index idx
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089 Document ! Language
34090 \end_layout
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \begin_layout Standard
34098 The 
34099 \family sans
34100 Document\SpecialChar \menuseparator
34101 Settings\SpecialChar \menuseparator
34102 Language
34103 \family default
34104  dialog lets you set 
34105 \family roman
34106 the language, the quote style and character encoding
34107 \family default
34108 .
34109 \end_layout
34110
34111 \begin_layout Standard
34112 Under 
34113 \family sans
34114 Encoding
34115 \family default
34116  you can choose the character encoding map you want to use for LaTeX export.
34117  The option 
34118 \family sans
34119 Language
34120 \begin_inset space ~
34121 \end_inset
34122
34123 Default
34124 \family default
34125  is the preferred choice and works well in most cases.
34126  For details about the different encoding options see section
34127 \begin_inset space ~
34128 \end_inset
34129
34130
34131 \begin_inset CommandInset ref
34132 LatexCommand ref
34133 reference "sec:Language-encodings"
34134
34135 \end_inset
34136
34137 .
34138 \end_layout
34139
34140 \begin_layout Subsection
34141 Keyboard mapping configuration
34142 \begin_inset CommandInset label
34143 LatexCommand label
34144 name "sub:Keyboard-mapping"
34145
34146 \end_inset
34147
34148
34149 \end_layout
34150
34151 \begin_layout Standard
34152 If you have for example a U.
34153 \begin_inset space \thinspace{}
34154 \end_inset
34155
34156 S.-style keyboard and want to write in a language other than English, you
34157  can use an alternate keymap.
34158  For example, if you want to write in Italian, you can configure LyX to
34159  use an Italian keymap.
34160  The 
34161 \family sans
34162 Tools\SpecialChar \menuseparator
34163 Preferences\SpecialChar \menuseparator
34164 Editing\SpecialChar \menuseparator
34165 Keyboard/Mouse
34166 \family default
34167  dialog allows you to choose up to two keyboard mappings, see section
34168 \begin_inset space ~
34169 \end_inset
34170
34171
34172 \begin_inset CommandInset ref
34173 LatexCommand ref
34174 reference "sub:Keyboard-Map"
34175
34176 \end_inset
34177
34178 .
34179  You can choose primary and secondary keyboard languages and then select
34180  which one you want to use.
34181 \end_layout
34182
34183 \begin_layout Standard
34184 Finally, you may just want to change a few key mappings or create an entirely
34185  different keymap (for Vulcan, for instance).
34186  You may, for example, normally write in Italian on a U.
34187 \begin_inset space \thinspace{}
34188 \end_inset
34189
34190 S.-style keyboard but want to include an occasional quotation in German.
34191  In such a case, you can write your own keyboard mapping or modify an existing
34192  one to support the characters you want.
34193  This and many other customizations are explained in the 
34194 \emph on
34195 Customization
34196 \emph default
34197  manual.
34198 \end_layout
34199
34200 \begin_layout Chapter
34201 \start_of_appendix
34202 The User Interface
34203 \begin_inset CommandInset label
34204 LatexCommand label
34205 name "chap:The-User-Interface"
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \begin_layout Standard
34213 This appendix lists all the available menus and describes their functionality.
34214  It is designed as a quick reference if you are searching for a special
34215  topic inside the user's guide.
34216 \end_layout
34217
34218 \begin_layout Section
34219 The File Menu
34220 \begin_inset Index idx
34221 status collapsed
34222
34223 \begin_layout Plain Layout
34224 Menu ! File
34225 \end_layout
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Standard
34233 Under the 
34234 \family sans
34235 File
34236 \family default
34237  menu are the basic operations in addition to some more advanced operations.
34238 \end_layout
34239
34240 \begin_layout Subsection
34241 New
34242 \end_layout
34243
34244 \begin_layout Standard
34245 Creates a new document.
34246 \end_layout
34247
34248 \begin_layout Subsection
34249 New from Template
34250 \end_layout
34251
34252 \begin_layout Standard
34253 This menu entry prompts you for a template to use.
34254  Selecting a template will automatically set certain layout features for
34255  the document, features you would otherwise need to change manually.
34256 \end_layout
34257
34258 \begin_layout Subsection
34259 Open
34260 \end_layout
34261
34262 \begin_layout Standard
34263 Opens a document.
34264 \end_layout
34265
34266 \begin_layout Subsection
34267 Open Recent
34268 \end_layout
34269
34270 \begin_layout Standard
34271 The submenu shows a list of the recently opened files.
34272  Click there on a file to open it.
34273 \end_layout
34274
34275 \begin_layout Subsection
34276 Close
34277 \end_layout
34278
34279 \begin_layout Standard
34280 Closes the current document.
34281 \end_layout
34282
34283 \begin_layout Subsection
34284 Close All
34285 \end_layout
34286
34287 \begin_layout Standard
34288 Closes all opened documents.
34289 \end_layout
34290
34291 \begin_layout Subsection
34292 Save
34293 \end_layout
34294
34295 \begin_layout Standard
34296 Saves the actual document.
34297 \end_layout
34298
34299 \begin_layout Subsection
34300 Save As
34301 \end_layout
34302
34303 \begin_layout Standard
34304 Saves the actual document under a new name to create a copy.
34305 \end_layout
34306
34307 \begin_layout Subsection
34308 Save All
34309 \end_layout
34310
34311 \begin_layout Standard
34312 Saves all opened documents.
34313 \end_layout
34314
34315 \begin_layout Subsection
34316 Revert to saved
34317 \end_layout
34318
34319 \begin_layout Standard
34320 Reloads the actual document from disk.
34321 \end_layout
34322
34323 \begin_layout Subsection
34324 Version Control
34325 \end_layout
34326
34327 \begin_layout Standard
34328 This is used when multiple people are working on the same document or when
34329  one person wants to keep a careful archive of changes.
34330  It is described in the section 
34331 \emph on
34332 Version Control in LyX
34333 \emph default
34334  of the 
34335 \emph on
34336 Additional Features
34337 \emph default
34338  manual.
34339 \end_layout
34340
34341 \begin_layout Subsection
34342 Import
34343 \end_layout
34344
34345 \begin_layout Standard
34346 Here you can import files from older LyX-versions, HTML-files, LaTeX-files,
34347  NoWeb-files, plain text files and comma separated, table-like text files
34348  (CSV).
34349  The files will be imported as a new LyX-document.
34350 \end_layout
34351
34352 \begin_layout Standard
34353 When using the menu entry 
34354 \family sans
34355 Plain
34356 \begin_inset space ~
34357 \end_inset
34358
34359 text
34360 \family default
34361 , line breaks in the text will start a new paragraph; when using the menu
34362  entry 
34363 \family sans
34364 Plain
34365 \begin_inset space ~
34366 \end_inset
34367
34368 Text,
34369 \begin_inset space ~
34370 \end_inset
34371
34372 Join
34373 \begin_inset space ~
34374 \end_inset
34375
34376 Lines
34377 \family default
34378 , consecutive lines of text will be imported to one big paragraph.
34379  A new paragraph will begin when there is a blank line in the file.
34380 \end_layout
34381
34382 \begin_layout Subsection
34383 Export
34384 \begin_inset CommandInset label
34385 LatexCommand label
34386 name "sub:Export"
34387
34388 \end_inset
34389
34390
34391 \end_layout
34392
34393 \begin_layout Standard
34394 You can export your document to various file formats.
34395  The resulting files are placed in the directory of your LyX-file.
34396  The menu entries are not the same on all installations.
34397  They depend on the programs found by LyX during its configuration.
34398 \end_layout
34399
34400 \begin_layout Standard
34401 Here is a list of all available entries; some of them are explained in detail
34402  in section
34403 \begin_inset space ~
34404 \end_inset
34405
34406
34407 \begin_inset CommandInset ref
34408 LatexCommand ref
34409 reference "sub:Output-file-formats"
34410
34411 \end_inset
34412
34413 :
34414 \end_layout
34415
34416 \begin_layout Description
34417
34418 \family sans
34419 CJK
34420 \family default
34421
34422 \begin_inset space ~
34423 \end_inset
34424
34425 L
34426 \begin_inset ERT
34427 status collapsed
34428
34429 \begin_layout Plain Layout
34430
34431 {}
34432 \end_layout
34433
34434 \end_inset
34435
34436 yX format of the special LyX
34437 \begin_inset space ~
34438 \end_inset
34439
34440 1.4.x versions for Chinese, Japanese and Korean (CJK)
34441 \begin_inset Newline newline
34442 \end_inset
34443
34444  Since LyX 1.5.0 CJK support has been fully integrated into LyX.
34445 \end_layout
34446
34447 \begin_layout Description
34448 DocBook text file with code in the language SGML that is used for the markup
34449  language 
34450 \family typewriter
34451 DocBook
34452 \end_layout
34453
34454 \begin_layout Description
34455 DocBook
34456 \begin_inset space ~
34457 \end_inset
34458
34459 (XML) text file with code in the language XML that is used for the markup
34460  language 
34461 \family typewriter
34462 DocBook
34463 \end_layout
34464
34465 \begin_layout Description
34466 DraftDVI LaTeX's native DVI-format.
34467  This format is not suitable if you have special characters or spaces in
34468  files paths or file names in your document.
34469  LyX use this format internally as a pre-stage to export to 
34470 \family sans
34471 DVI
34472 \family default
34473 .
34474 \end_layout
34475
34476 \begin_layout Description
34477 DVI DVI-format that also allows the useage of special characters or spaces
34478  in files paths or file names
34479 \end_layout
34480
34481 \begin_layout Description
34482 DVI
34483 \begin_inset space ~
34484 \end_inset
34485
34486 (LuaT
34487 \begin_inset ERT
34488 status collapsed
34489
34490 \begin_layout Plain Layout
34491
34492 {}
34493 \end_layout
34494
34495 \end_inset
34496
34497 eX) DVI-format using the program 
34498 \family typewriter
34499 LuaTeX
34500 \family default
34501 ; supports Unicode and the usage of non-TeX fonts; 
34502 \series bold
34503
34504 \begin_inset Note Greyedout
34505 status open
34506
34507 \begin_layout Plain Layout
34508
34509 \series bold
34510 Note:
34511 \series default
34512  not all DVI-viewers are currently able to display this output format properly.
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \begin_layout Description
34521 EPS
34522 \begin_inset space ~
34523 \end_inset
34524
34525 (cropped) the same as 
34526 \family sans
34527 PostScript
34528 \family default
34529  but with cropped page margins.
34530 \end_layout
34531
34532 \begin_layout Description
34533 Graphviz
34534 \begin_inset space ~
34535 \end_inset
34536
34537 Dot text file with code in the programming language 
34538 \family typewriter
34539 Dot
34540 \family default
34541  which is used to draw visualizations of graphs via the program 
34542 \family typewriter
34543 Graphviz
34544 \end_layout
34545
34546 \begin_layout Description
34547 HTML HTML-format; 
34548 \series bold
34549
34550 \begin_inset Note Greyedout
34551 status open
34552
34553 \begin_layout Plain Layout
34554
34555 \series bold
34556 Note:
34557 \series default
34558  the exported file will be stored in a subdirectory.
34559 \end_layout
34560
34561 \end_inset
34562
34563
34564 \end_layout
34565
34566 \begin_layout Description
34567 HTML
34568 \begin_inset space ~
34569 \end_inset
34570
34571 (MS
34572 \begin_inset space ~
34573 \end_inset
34574
34575 Word) HTML-format specialized so that the result can be imported to 
34576 \family sans
34577 MS Word
34578 \family default
34579 ; as a consequence of this formulas will be embedded as bitmap fonts and
34580  not in the format 
34581 \family sans
34582 MathML
34583 \family default
34584 .
34585 \end_layout
34586
34587 \begin_layout Description
34588
34589 \family sans
34590 LaT
34591 \begin_inset ERT
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595
34596 {}
34597 \end_layout
34598
34599 \end_inset
34600
34601 eX
34602 \begin_inset space ~
34603 \end_inset
34604
34605 (
34606 \family default
34607 LuaT
34608 \family sans
34609
34610 \begin_inset ERT
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614
34615 {}
34616 \end_layout
34617
34618 \end_inset
34619
34620
34621 \family default
34622 eX
34623 \family sans
34624
34625 \family default
34626 text file with the LaTeX source that is compilable with the program 
34627 \family typewriter
34628 LuaTeX
34629 \end_layout
34630
34631 \begin_layout Description
34632
34633 \family sans
34634 LaT
34635 \begin_inset ERT
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639
34640 {}
34641 \end_layout
34642
34643 \end_inset
34644
34645 eX
34646 \begin_inset space ~
34647 \end_inset
34648
34649 (pdflatex)
34650 \family default
34651  text file with the LaTeX source, additionally all images used in the document
34652  will be converted to a format that is readable by the 
34653 \family typewriter
34654 pdflatex
34655 \family default
34656  program (GIF, JPG, PDF, PNG)
34657 \end_layout
34658
34659 \begin_layout Description
34660
34661 \family sans
34662 LaT
34663 \begin_inset ERT
34664 status collapsed
34665
34666 \begin_layout Plain Layout
34667
34668 {}
34669 \end_layout
34670
34671 \end_inset
34672
34673 eX
34674 \begin_inset space ~
34675 \end_inset
34676
34677 (plain)
34678 \family default
34679  text file with the LaTeX source code, additionally all images used in the
34680  document will be converted to the EPS-format, only this format is readable
34681  by the 
34682 \family typewriter
34683 latex
34684 \family default
34685  program
34686 \end_layout
34687
34688 \begin_layout Description
34689
34690 \family sans
34691 LaT
34692 \begin_inset ERT
34693 status collapsed
34694
34695 \begin_layout Plain Layout
34696
34697 {}
34698 \end_layout
34699
34700 \end_inset
34701
34702 eX
34703 \begin_inset space ~
34704 \end_inset
34705
34706 (
34707 \family default
34708 XeT
34709 \family sans
34710
34711 \begin_inset ERT
34712 status collapsed
34713
34714 \begin_layout Plain Layout
34715
34716 {}
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \family default
34723 eX
34724 \family sans
34725
34726 \family default
34727 text file with the LaTeX source that is compilable with the program 
34728 \family typewriter
34729 XeTeX
34730 \end_layout
34731
34732 \begin_layout Description
34733 LilyPond
34734 \begin_inset space ~
34735 \end_inset
34736
34737 book
34738 \begin_inset space ~
34739 \end_inset
34740
34741 (La
34742 \family sans
34743
34744 \begin_inset ERT
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748
34749 {}
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \family default
34756 TeX) text file with the LaTeX source and also code in the syntax of the
34757  music notation software 
34758 \family typewriter
34759 LilyPond
34760 \end_layout
34761
34762 \begin_layout Description
34763 L
34764 \family sans
34765
34766 \begin_inset ERT
34767 status collapsed
34768
34769 \begin_layout Plain Layout
34770
34771 {}
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \family default
34778 yX
34779 \begin_inset space ~
34780 \end_inset
34781
34782 z.y.x LyX-Document in a format readable by the LyX versions z.y.x (e.
34783 \begin_inset space \thinspace{}
34784 \end_inset
34785
34786 g.
34787 \begin_inset space \space{}
34788 \end_inset
34789
34790 "LyX
34791 \begin_inset space ~
34792 \end_inset
34793
34794 2.1.x"; 
34795 \begin_inset Quotes eld
34796 \end_inset
34797
34798 z
34799 \begin_inset Quotes erd
34800 \end_inset
34801
34802  and 
34803 \begin_inset Quotes eld
34804 \end_inset
34805
34806 y
34807 \begin_inset Quotes erd
34808 \end_inset
34809
34810  represent the version number)
34811 \end_layout
34812
34813 \begin_layout Description
34814 L
34815 \family sans
34816
34817 \begin_inset ERT
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821
34822 {}
34823 \end_layout
34824
34825 \end_inset
34826
34827
34828 \family default
34829 yX
34830 \begin_inset space ~
34831 \end_inset
34832
34833 Archive
34834 \begin_inset space ~
34835 \end_inset
34836
34837 (zip|tar.gz) creates a zip-archive or a tar.gz-archive file (depending upon
34838  your system) that contains your document and all files that are necessary
34839  to compile it (images, child documents, BibTeX files, etc.)
34840 \end_layout
34841
34842 \begin_layout Description
34843 L
34844 \family sans
34845
34846 \begin_inset ERT
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850
34851 {}
34852 \end_layout
34853
34854 \end_inset
34855
34856
34857 \family default
34858 yXHTML HTML-format using LyX's internal XHTML engine
34859 \end_layout
34860
34861 \begin_layout Description
34862 NoWeb text file with code in the format of the literate programming language
34863 \family typewriter
34864  NoWeb
34865 \end_layout
34866
34867 \begin_layout Description
34868 OpenDocument OpenDocument-formatted file, to be opened with 
34869 \family sans
34870 LibreOffice, OpenOffice, KOffice, Abiword
34871 \family default
34872 , etc.
34873  (The OpenDocument-converter is a third-party product and may not work in
34874  all cases)
34875 \end_layout
34876
34877 \begin_layout Description
34878 PDF
34879 \begin_inset space ~
34880 \end_inset
34881
34882 (cropped) the same as 
34883 \family sans
34884 PDF
34885 \begin_inset space ~
34886 \end_inset
34887
34888 (pdflatex)
34889 \family default
34890  but with cropped page margins
34891 \end_layout
34892
34893 \begin_layout Description
34894
34895 \family sans
34896 PDF
34897 \begin_inset space ~
34898 \end_inset
34899
34900 (dvipdfm)
34901 \family default
34902  PDF-format using the program 
34903 \family typewriter
34904 dvipdfm
34905 \family default
34906 , produces internally a DVI-file which is then converted to a PDF-file
34907 \end_layout
34908
34909 \begin_layout Description
34910
34911 \family sans
34912 PDF
34913 \begin_inset space ~
34914 \end_inset
34915
34916 (lower
34917 \begin_inset space ~
34918 \end_inset
34919
34920 resolution)
34921 \family default
34922  the same as 
34923 \family sans
34924 PDF
34925 \begin_inset space ~
34926 \end_inset
34927
34928 (pdflatex)
34929 \family default
34930  but with a reduced pixel resolution of 150
34931 \begin_inset space \thinspace{}
34932 \end_inset
34933
34934 dpi (e.g.
34935 \begin_inset space \space{}
34936 \end_inset
34937
34938 useful for e-books to be read on tablet PCs or for large documents as intermedia
34939 te preview)
34940 \end_layout
34941
34942 \begin_layout Description
34943
34944 \family sans
34945 PDF
34946 \begin_inset space ~
34947 \end_inset
34948
34949 (LuaT
34950 \begin_inset ERT
34951 status collapsed
34952
34953 \begin_layout Plain Layout
34954
34955 {}
34956 \end_layout
34957
34958 \end_inset
34959
34960 eX)
34961 \family default
34962  PDF-format using the program 
34963 \family typewriter
34964 LuaTeX
34965 \family default
34966 , produces PDF-files directly
34967 \end_layout
34968
34969 \begin_layout Description
34970
34971 \family sans
34972 PDF
34973 \begin_inset space ~
34974 \end_inset
34975
34976 (pdflatex)
34977 \family default
34978  PDF-format using the program 
34979 \family typewriter
34980 pdflatex
34981 \family default
34982 , produces PDF-files directly
34983 \end_layout
34984
34985 \begin_layout Description
34986
34987 \family sans
34988 PDF
34989 \begin_inset space ~
34990 \end_inset
34991
34992 (ps2pdf)
34993 \family default
34994  PDF-format using the program 
34995 \family typewriter
34996 ps2pdf
34997 \family default
34998 , produces internally a PostScript-file which is then converted to a PDF-file
34999 \end_layout
35000
35001 \begin_layout Description
35002
35003 \family sans
35004 PDF
35005 \begin_inset space ~
35006 \end_inset
35007
35008 (XeT
35009 \begin_inset ERT
35010 status collapsed
35011
35012 \begin_layout Plain Layout
35013
35014 {}
35015 \end_layout
35016
35017 \end_inset
35018
35019 eX)
35020 \family default
35021  PDF-format using the program 
35022 \family typewriter
35023 XeTeX
35024 \family default
35025 , produces PDF-files directly
35026 \end_layout
35027
35028 \begin_layout Description
35029
35030 \family sans
35031 Plain
35032 \begin_inset space ~
35033 \end_inset
35034
35035 text
35036 \family default
35037  text format
35038 \end_layout
35039
35040 \begin_layout Description
35041
35042 \family sans
35043 Plain
35044 \begin_inset space ~
35045 \end_inset
35046
35047 text
35048 \begin_inset space ~
35049 \end_inset
35050
35051 (ps2ascii)
35052 \family default
35053  text format, the document will first be converted to Postscript format
35054  and then exported as text using the program 
35055 \family sans
35056 ps2ascii
35057 \end_layout
35058
35059 \begin_layout Description
35060
35061 \family sans
35062 Postscript
35063 \family default
35064  PostScript format using the program 
35065 \family typewriter
35066 dvips
35067 \end_layout
35068
35069 \begin_layout Description
35070 Sweave text file with the LaTeX source and also code in the statistical
35071  programming language 
35072 \family typewriter
35073 R
35074 \family default
35075 .
35076  Using the 
35077 \family typewriter
35078 R
35079 \family default
35080 -function 
35081 \family typewriter
35082 Sweave
35083 \family default
35084  it is possible to use 
35085 \family typewriter
35086 R
35087 \family default
35088 -commands in LaTeX
35089 \end_layout
35090
35091 \begin_layout Standard
35092 If one of the menu entries 
35093 \family sans
35094 DVI
35095 \family default
35096
35097 \family sans
35098 PDF
35099 \begin_inset space ~
35100 \end_inset
35101
35102 (pdflatex)
35103 \family default
35104  or 
35105 \family sans
35106 Postscript
35107 \family default
35108  is missing, you need to update your LaTeX installation.
35109  After updating you have to reconfigure LyX, see section
35110 \begin_inset space ~
35111 \end_inset
35112
35113
35114 \begin_inset CommandInset ref
35115 LatexCommand ref
35116 reference "sec:Basic-LyX-Setup"
35117
35118 \end_inset
35119
35120 .
35121 \begin_inset Index idx
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125 Reconfiguration of LyX
35126 \end_layout
35127
35128 \end_inset
35129
35130
35131 \end_layout
35132
35133 \begin_layout Subsection
35134 Print
35135 \end_layout
35136
35137 \begin_layout Standard
35138 With this menu entry you can print your document to a file in PostScript
35139  format or send it to a printer.
35140  The printer will also use the document in PostScript format.
35141  The conversion to PostScript is done in the background by LyX using the
35142  program 
35143 \family typewriter
35144 dvips
35145 \family default
35146 .
35147  For more information have a look at section
35148 \begin_inset space ~
35149 \end_inset
35150
35151
35152 \begin_inset CommandInset ref
35153 LatexCommand ref
35154 reference "sub:Printing-the-File"
35155
35156 \end_inset
35157
35158 .
35159 \end_layout
35160
35161 \begin_layout Subsection
35162 Fax
35163 \end_layout
35164
35165 \begin_layout Standard
35166 This menu entry will only appear if you have a fax program installed (on
35167  Windows you additionally need to register its program path to LyX's PATH
35168  prefix, see section
35169 \begin_inset space ~
35170 \end_inset
35171
35172
35173 \begin_inset CommandInset ref
35174 LatexCommand ref
35175 reference "sec:Paths"
35176
35177 \end_inset
35178
35179 ).
35180  With this menu entry you can send your document to a fax program like 
35181 \family typewriter
35182 hylapex
35183 \family default
35184  or 
35185 \family typewriter
35186 kdeprintfax
35187 \family default
35188 .
35189  The default format of the sent file is PostScript.
35190  The format can be changed in LyX's preferences as described in section
35191 \begin_inset space ~
35192 \end_inset
35193
35194
35195 \begin_inset CommandInset ref
35196 LatexCommand ref
35197 reference "sub:Converters"
35198
35199 \end_inset
35200
35201 .
35202 \end_layout
35203
35204 \begin_layout Subsection
35205 New and Close Window
35206 \end_layout
35207
35208 \begin_layout Standard
35209 Opens or closes a new instance of LyX.
35210 \end_layout
35211
35212 \begin_layout Subsection
35213 Exit
35214 \end_layout
35215
35216 \begin_layout Standard
35217 Prompts you to save all unsaved documents and then exits.
35218 \end_layout
35219
35220 \begin_layout Section
35221 The Edit Menu
35222 \begin_inset Index idx
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226 Menu ! Edit
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Subsection
35235 Undo and Redo
35236 \end_layout
35237
35238 \begin_layout Standard
35239 Described in section
35240 \begin_inset space ~
35241 \end_inset
35242
35243
35244 \begin_inset CommandInset ref
35245 LatexCommand ref
35246 reference "sec:Undo-and-Redo"
35247
35248 \end_inset
35249
35250 .
35251 \end_layout
35252
35253 \begin_layout Subsection
35254 Cut, Copy, Paste, Paste Recent, Paste Special
35255 \end_layout
35256
35257 \begin_layout Standard
35258 Described in section
35259 \begin_inset space ~
35260 \end_inset
35261
35262
35263 \begin_inset CommandInset ref
35264 LatexCommand ref
35265 reference "sec:Basic-Editing-Features"
35266
35267 \end_inset
35268
35269 .
35270 \end_layout
35271
35272 \begin_layout Subsection
35273 Select Whole Inset
35274 \end_layout
35275
35276 \begin_layout Standard
35277 Selects the content of the inset in which the cursor currently is.
35278  If the cursor is outside an inset, the whole document will be selected.
35279 \end_layout
35280
35281 \begin_layout Subsection
35282 Select All
35283 \end_layout
35284
35285 \begin_layout Standard
35286 Selects the whole document.
35287 \end_layout
35288
35289 \begin_layout Subsection
35290 Find & Replace (Quick)
35291 \end_layout
35292
35293 \begin_layout Standard
35294 Described in section
35295 \begin_inset space ~
35296 \end_inset
35297
35298
35299 \begin_inset CommandInset ref
35300 LatexCommand ref
35301 reference "sec:Basic-Editing-Features"
35302
35303 \end_inset
35304
35305 .
35306 \end_layout
35307
35308 \begin_layout Subsection
35309 Find & Replace (Advanced)
35310 \end_layout
35311
35312 \begin_layout Standard
35313 Described in section
35314 \begin_inset space ~
35315 \end_inset
35316
35317
35318 \begin_inset CommandInset ref
35319 LatexCommand ref
35320 reference "sec:Advanced-Find-and"
35321
35322 \end_inset
35323
35324 .
35325 \end_layout
35326
35327 \begin_layout Subsection
35328 Move Paragraph Up/Down
35329 \end_layout
35330
35331 \begin_layout Standard
35332 This shifts the paragraph in which the cursor currently is one paragraph
35333  up or down.
35334 \end_layout
35335
35336 \begin_layout Subsection
35337 Text Style
35338 \end_layout
35339
35340 \begin_layout Standard
35341 Described in section
35342 \begin_inset space ~
35343 \end_inset
35344
35345
35346 \begin_inset CommandInset ref
35347 LatexCommand ref
35348 reference "sub:Fine-Tuning-with-the"
35349
35350 \end_inset
35351
35352 .
35353 \end_layout
35354
35355 \begin_layout Subsection
35356 Paragraph Settings
35357 \begin_inset Index idx
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361 Paragraph ! Settings
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \begin_layout Standard
35370 Enables you to set the paragraph alignment, line spacing and label width.
35371  These settings only affect the paragraph in which the cursor is currently
35372  in.
35373 \end_layout
35374
35375 \begin_layout Standard
35376 You can also prevent the first line of the paragraph being indented if you
35377  have chosen to separate paragraphs with 
35378 \family sans
35379 Indentation
35380 \family default
35381  in the 
35382 \family sans
35383 Document\SpecialChar \menuseparator
35384 Settings\SpecialChar \menuseparator
35385 Text
35386 \begin_inset space ~
35387 \end_inset
35388
35389 Layout
35390 \family default
35391  dialog.
35392 \end_layout
35393
35394 \begin_layout Subsection
35395 Table
35396 \end_layout
35397
35398 \begin_layout Standard
35399 This menu only appears if the cursor is inside a table.
35400  It allows you to create multicolumn and multirow cells, add or remove borders
35401  of a cell and to set the vertical alignment of the cell.Table Settings and
35402  Math
35403 \end_layout
35404
35405 \begin_layout Standard
35406 These two menus are only fully active if the cursor is inside a table or
35407  a formula.
35408  Here you can change the properties of tables and formulas.
35409  The properties of tables are described in section
35410 \begin_inset space ~
35411 \end_inset
35412
35413
35414 \begin_inset CommandInset ref
35415 LatexCommand ref
35416 reference "sec:Tables"
35417
35418 \end_inset
35419
35420 , the properties of formulas in chapter
35421 \begin_inset space ~
35422 \end_inset
35423
35424
35425 \begin_inset CommandInset ref
35426 LatexCommand ref
35427 reference "chap:Mathematical-Formulas"
35428
35429 \end_inset
35430
35431 .
35432 \end_layout
35433
35434 \begin_layout Subsection
35435 Increase/Decrease List Depth
35436 \end_layout
35437
35438 \begin_layout Standard
35439 These menus are only active if the cursor is in an environment that can
35440  be nested.
35441  They increase/decrease the environment nesting level as explained in section
35442 \begin_inset space ~
35443 \end_inset
35444
35445
35446 \begin_inset CommandInset ref
35447 LatexCommand ref
35448 reference "sec:Nesting"
35449
35450 \end_inset
35451
35452  and 
35453 \begin_inset CommandInset ref
35454 LatexCommand ref
35455 reference "sub:Numbering-depth"
35456
35457 \end_inset
35458
35459 .
35460 \end_layout
35461
35462 \begin_layout Subsection
35463
35464 \family sans
35465 Start New Environment/Start New Parent Environment
35466 \end_layout
35467
35468 \begin_layout Standard
35469 These menus are only visible if it is possible to have two consecutive environme
35470 nts of the same type.
35471  See section
35472 \begin_inset space ~
35473 \end_inset
35474
35475
35476 \begin_inset CommandInset ref
35477 LatexCommand ref
35478 reference "sub:Separate-Nestings"
35479
35480 \end_inset
35481
35482  for an explanation.
35483 \end_layout
35484
35485 \begin_layout Section
35486 The View Menu
35487 \begin_inset Index idx
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491 Menu ! View
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 At the bottom of the 
35501 \family sans
35502 View
35503 \family default
35504  menu the opened documents are listed.
35505 \end_layout
35506
35507 \begin_layout Subsection
35508 Open/Close all Insets
35509 \end_layout
35510
35511 \begin_layout Standard
35512 Opens/closes all insets in your document.
35513 \end_layout
35514
35515 \begin_layout Subsection
35516 Unfold/Fold Math Macros
35517 \end_layout
35518
35519 \begin_layout Standard
35520 Unfolds/folds the current math macro.
35521 \end_layout
35522
35523 \begin_layout Standard
35524 Math macros are described in the 
35525 \emph on
35526 Math
35527 \emph default
35528  manual.
35529 \end_layout
35530
35531 \begin_layout Subsection
35532 Outline Pane
35533 \end_layout
35534
35535 \begin_layout Standard
35536 Shows the outline window as described in sections
35537 \begin_inset space ~
35538 \end_inset
35539
35540
35541 \begin_inset CommandInset ref
35542 LatexCommand ref
35543 reference "sec:Navigating"
35544
35545 \end_inset
35546
35547  and 
35548 \begin_inset CommandInset ref
35549 LatexCommand ref
35550 reference "sub:Table-of-Contents"
35551
35552 \end_inset
35553
35554 .
35555 \end_layout
35556
35557 \begin_layout Subsection
35558 Source Pane
35559 \end_layout
35560
35561 \begin_layout Standard
35562 Opens a window showing the source code of the actual document, as described
35563  in section
35564 \begin_inset space ~
35565 \end_inset
35566
35567
35568 \begin_inset CommandInset ref
35569 LatexCommand ref
35570 reference "sec:Previewing-snippets-of"
35571
35572 \end_inset
35573
35574 .
35575 \end_layout
35576
35577 \begin_layout Subsection
35578 Messages Pane
35579 \end_layout
35580
35581 \begin_layout Standard
35582 Opens a window showing console messages.
35583  This is useful for debugging LyX (i.
35584 \begin_inset space \thinspace{}
35585 \end_inset
35586
35587 e., hunt for errors in the program) or to see what is going on in the background
35588  while LaTeX is processing the document.
35589 \end_layout
35590
35591 \begin_layout Subsection
35592 Toolbars
35593 \begin_inset CommandInset label
35594 LatexCommand label
35595 name "sub:Toolbars"
35596
35597 \end_inset
35598
35599
35600 \begin_inset Index idx
35601 status collapsed
35602
35603 \begin_layout Plain Layout
35604 Toolbar
35605 \end_layout
35606
35607 \end_inset
35608
35609
35610 \end_layout
35611
35612 \begin_layout Standard
35613 In this menu entry you can set the appearance of the different toolbars.
35614  All toolbars and the 
35615 \family sans
35616 Command
35617 \begin_inset space ~
35618 \end_inset
35619
35620 Buffer
35621 \family default
35622  can be turned on and off.
35623  The 
35624 \emph on
35625 on
35626 \emph default
35627  state is denoted in the menu with a checkmark.
35628  The 
35629 \family sans
35630 Table
35631 \family default
35632
35633 \family sans
35634 Math,
35635 \family default
35636  
35637 \family sans
35638 Math
35639 \begin_inset space ~
35640 \end_inset
35641
35642 Macros,
35643 \family default
35644  
35645 \family sans
35646 Review
35647 \family default
35648  and 
35649 \family sans
35650 Math
35651 \begin_inset space ~
35652 \end_inset
35653
35654 Panels
35655 \family default
35656  toolbars can additionally be set to the state 
35657 \emph on
35658 automatic
35659 \emph default
35660 , denoted in the menu with the suffix 
35661 \family sans
35662 (auto)
35663 \family default
35664 .
35665 \end_layout
35666
35667 \begin_layout Standard
35668 In the 
35669 \emph on
35670 on
35671 \emph default
35672  state the toolbar is permanently shown; in the 
35673 \emph on
35674 automatic
35675 \emph default
35676  state the toolbar is only shown when the cursor is in a certain environment
35677  or when a certain feature is enabled.
35678  That means that the review toolbar will only be shown if change tracking
35679  is activated, the math and table toolbars are only shown if the cursor
35680  is inside a formula or table respectively.
35681 \end_layout
35682
35683 \begin_layout Standard
35684 LyX's toolbars and their buttons are explained in section
35685 \begin_inset space ~
35686 \end_inset
35687
35688
35689 \begin_inset CommandInset ref
35690 LatexCommand ref
35691 reference "sec:Toolbars"
35692
35693 \end_inset
35694
35695 .
35696 \end_layout
35697
35698 \begin_layout Subsection
35699 Split View
35700 \end_layout
35701
35702 \begin_layout Standard
35703
35704 \family sans
35705 Split
35706 \begin_inset space ~
35707 \end_inset
35708
35709 View
35710 \begin_inset space ~
35711 \end_inset
35712
35713 into
35714 \begin_inset space ~
35715 \end_inset
35716
35717 Left
35718 \begin_inset space ~
35719 \end_inset
35720
35721 and
35722 \begin_inset space ~
35723 \end_inset
35724
35725 Right
35726 \begin_inset space ~
35727 \end_inset
35728
35729 Half
35730 \family default
35731  will split LyX's main window vertically while 
35732 \family sans
35733 Split
35734 \begin_inset space ~
35735 \end_inset
35736
35737 View
35738 \begin_inset space ~
35739 \end_inset
35740
35741 into
35742 \begin_inset space ~
35743 \end_inset
35744
35745 Upper
35746 \begin_inset space ~
35747 \end_inset
35748
35749 and
35750 \begin_inset space ~
35751 \end_inset
35752
35753 Lower
35754 \begin_inset space ~
35755 \end_inset
35756
35757 Half
35758 \family default
35759  will split it horizontally.
35760  This allows you to view documents at the same time to compare them, or
35761  to view the same document, but at different positions.
35762  You can even split the main window several times to view, for example,
35763  three or more documents at the same time.
35764  To close a split view, use the menu 
35765 \family sans
35766 Close
35767 \begin_inset space ~
35768 \end_inset
35769
35770 Current
35771 \begin_inset space ~
35772 \end_inset
35773
35774 View
35775 \family default
35776 .
35777 \end_layout
35778
35779 \begin_layout Subsection
35780 Close Current View
35781 \end_layout
35782
35783 \begin_layout Standard
35784 Closes a split view.
35785 \end_layout
35786
35787 \begin_layout Subsection
35788 Fullscreen
35789 \end_layout
35790
35791 \begin_layout Standard
35792 Using this menu entry or pressing F11 removes the menu bar and all toolbars
35793  so that you will see nothing but your text.
35794  It furthermore displays LyX's main window fullscreen.
35795  To return from fullscreen to the normal view, press F11, or right-click
35796  and turn off the fullscreen mode in the context menu.
35797 \end_layout
35798
35799 \begin_layout Section
35800 The Insert Menu
35801 \begin_inset Index idx
35802 status collapsed
35803
35804 \begin_layout Plain Layout
35805 Menu ! Insert
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Subsection
35814 Math
35815 \end_layout
35816
35817 \begin_layout Standard
35818 Inserts math constructs that are explained in chapter
35819 \begin_inset space ~
35820 \end_inset
35821
35822
35823 \begin_inset CommandInset ref
35824 LatexCommand ref
35825 reference "chap:Mathematical-Formulas"
35826
35827 \end_inset
35828
35829  and the 
35830 \emph on
35831 Math
35832 \emph default
35833  manual.
35834 \end_layout
35835
35836 \begin_layout Subsection
35837 Special Character
35838 \begin_inset CommandInset label
35839 LatexCommand label
35840 name "sub:Special-Character"
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Standard
35848 Here you can insert the following characters:
35849 \end_layout
35850
35851 \begin_layout Description
35852 Symbols Opens the 
35853 \family sans
35854 Symbols
35855 \family default
35856  dialog which allows you to insert any character that can be output by your
35857  LaTeX system.
35858  By default groups of characters are displayed in character categories;
35859  the available characters depend on the LaTeX-packages you have installed.
35860  You can get a complete display by checking 
35861 \family sans
35862 Display
35863 \begin_inset space ~
35864 \end_inset
35865
35866 all
35867 \family default
35868 .
35869 \begin_inset Newline newline
35870 \end_inset
35871
35872  
35873 \begin_inset Note Greyedout
35874 status open
35875
35876 \begin_layout Plain Layout
35877
35878 \series bold
35879 Note:
35880 \series default
35881  Not all characters will be visible in the 
35882 \family sans
35883 Symbols
35884 \family default
35885  dialog because none of the screen fonts that you can set in the preferences
35886  dialog (see sec.
35887 \begin_inset space \thinspace{}
35888 \end_inset
35889
35890
35891 \begin_inset CommandInset ref
35892 LatexCommand ref
35893 reference "sub:Screen-Fonts"
35894
35895 \end_inset
35896
35897 ) can display every character.
35898 \end_layout
35899
35900 \end_inset
35901
35902
35903 \end_layout
35904
35905 \begin_layout Description
35906 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
35907
35908 \end_layout
35909
35910 \begin_layout Description
35911 End
35912 \begin_inset space ~
35913 \end_inset
35914
35915 of
35916 \begin_inset space ~
35917 \end_inset
35918
35919 Sentence Inserts an end of sentence period as described in section
35920 \begin_inset space ~
35921 \end_inset
35922
35923
35924 \begin_inset CommandInset ref
35925 LatexCommand ref
35926 reference "sub:Abbreviations"
35927
35928 \end_inset
35929
35930 .
35931 \end_layout
35932
35933 \begin_layout Description
35934 Ordinary
35935 \begin_inset space ~
35936 \end_inset
35937
35938 Quote Inserts this quote: ", no matter what quote style you selected in
35939  the 
35940 \family sans
35941 Document\SpecialChar \menuseparator
35942 Settings\SpecialChar \menuseparator
35943 Language
35944 \family default
35945  dialog.
35946 \end_layout
35947
35948 \begin_layout Description
35949 Single
35950 \begin_inset space ~
35951 \end_inset
35952
35953 Quote Inserts a single quote in the quotation marks style selected in the
35954  
35955 \family sans
35956 Document\SpecialChar \menuseparator
35957 Settings\SpecialChar \menuseparator
35958 Language
35959 \family default
35960  dialog.
35961 \end_layout
35962
35963 \begin_layout Description
35964 Protected
35965 \begin_inset space ~
35966 \end_inset
35967
35968 Hyphen Inserts a hyphen that is protected from line breaks: \SpecialChar \nobreakdash-
35969
35970 \end_layout
35971
35972 \begin_layout Description
35973 Breakable
35974 \begin_inset space ~
35975 \end_inset
35976
35977 Slash Inserts a slash where a line break can also occur: \SpecialChar \slash{}
35978
35979 \end_layout
35980
35981 \begin_layout Description
35982 Visible
35983 \begin_inset space ~
35984 \end_inset
35985
35986 Space Inserts a character representing a single space (the one you get when
35987  pressing the 
35988 \family sans
35989 Space
35990 \family default
35991  key): 
35992 \begin_inset space \textvisiblespace{}
35993 \end_inset
35994
35995
35996 \end_layout
35997
35998 \begin_layout Description
35999 Menu
36000 \begin_inset space ~
36001 \end_inset
36002
36003 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
36004
36005 \end_layout
36006
36007 \begin_layout Description
36008 Phonetic
36009 \begin_inset space ~
36010 \end_inset
36011
36012 Symbols 
36013 \begin_inset Index idx
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017 Phonetic symbols
36018 \end_layout
36019
36020 \end_inset
36021
36022
36023 \begin_inset Index idx
36024 status collapsed
36025
36026 \begin_layout Plain Layout
36027 Language ! Phonetic symbols
36028 \end_layout
36029
36030 \end_inset
36031
36032 Inserts a box where you can insert symbols from the International Phonetic
36033  Alphabet (IPA) and opens a toolbar which provides a large set of these
36034  symbols.
36035  To use this feature you must have the LaTeX-package 
36036 \series bold
36037 tipa
36038 \series default
36039
36040 \begin_inset Index idx
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044 LaTeX-packages ! tipa
36045 \end_layout
36046
36047 \end_inset
36048
36049  installed.
36050 \begin_inset Newline newline
36051 \end_inset
36052
36053 More information about this feature can be found in the 
36054 \emph on
36055 Linguistics
36056 \emph default
36057  manual (
36058 \family sans
36059 Help\SpecialChar \menuseparator
36060 Specific Manuals
36061 \family default
36062 ).
36063 \end_layout
36064
36065 \begin_layout Subsection
36066 Formatting
36067 \end_layout
36068
36069 \begin_layout Standard
36070 Opens a submenu with the following options:
36071 \end_layout
36072
36073 \begin_layout Description
36074 Superscript Inserts a superscript: test
36075 \begin_inset script superscript
36076
36077 \begin_layout Plain Layout
36078 a, b
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \end_layout
36085
36086 \begin_layout Description
36087 Subscript Inserts a subscript: test
36088 \begin_inset script subscript
36089
36090 \begin_layout Plain Layout
36091 3x
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \end_layout
36098
36099 \begin_layout Description
36100 Protected
36101 \begin_inset space ~
36102 \end_inset
36103
36104 Space Inserts a protected space as described in section
36105 \begin_inset space ~
36106 \end_inset
36107
36108
36109 \begin_inset CommandInset ref
36110 LatexCommand ref
36111 reference "sub:Protected-Space"
36112
36113 \end_inset
36114
36115 .
36116 \end_layout
36117
36118 \begin_layout Description
36119 Inter-word
36120 \begin_inset space ~
36121 \end_inset
36122
36123 Space Inserts an inter-word space as described in section
36124 \begin_inset space ~
36125 \end_inset
36126
36127
36128 \begin_inset CommandInset ref
36129 LatexCommand ref
36130 reference "sub:Inter-word-Space"
36131
36132 \end_inset
36133
36134 .
36135 \end_layout
36136
36137 \begin_layout Description
36138 Thin
36139 \begin_inset space ~
36140 \end_inset
36141
36142 Space Inserts a thin space as described in section
36143 \begin_inset space ~
36144 \end_inset
36145
36146
36147 \begin_inset CommandInset ref
36148 LatexCommand ref
36149 reference "sub:Thin-Space"
36150
36151 \end_inset
36152
36153 .
36154 \end_layout
36155
36156 \begin_layout Description
36157 Visible
36158 \begin_inset space ~
36159 \end_inset
36160
36161 Space Inserts a character to visualize that there is or should be a space.
36162  This is e.
36163 \begin_inset space \thinspace{}
36164 \end_inset
36165
36166 g.
36167 \begin_inset space \space{}
36168 \end_inset
36169
36170 useful if you need to indicate a space in a command sequence.
36171  An example from the LyX 
36172 \emph on
36173 Math
36174 \emph default
36175  manual: 
36176 \begin_inset Quotes eld
36177 \end_inset
36178
36179 To insert a fraction use the command 
36180 \series bold
36181
36182 \backslash
36183 frac
36184 \begin_inset space \textvisiblespace{}
36185 \end_inset
36186
36187 A
36188 \begin_inset Formula $\downarrow$
36189 \end_inset
36190
36191 B.
36192 \series default
36193
36194 \begin_inset Quotes erd
36195 \end_inset
36196
36197  The visible space is hereby the character before the 
36198 \series bold
36199 A
36200 \series default
36201 .
36202 \end_layout
36203
36204 \begin_layout Description
36205 Horizontal
36206 \begin_inset space ~
36207 \end_inset
36208
36209 Space Inserts horizontal space as described in section
36210 \begin_inset space ~
36211 \end_inset
36212
36213
36214 \begin_inset CommandInset ref
36215 LatexCommand ref
36216 reference "sub:Horizontal-Space"
36217
36218 \end_inset
36219
36220 .
36221 \end_layout
36222
36223 \begin_layout Description
36224 Horizontal
36225 \begin_inset space ~
36226 \end_inset
36227
36228 Line Inserts a horizontal line as described in section
36229 \begin_inset space ~
36230 \end_inset
36231
36232
36233 \begin_inset CommandInset ref
36234 LatexCommand ref
36235 reference "sub:Horizontal-Lines"
36236
36237 \end_inset
36238
36239 .
36240 \end_layout
36241
36242 \begin_layout Description
36243 Vertical
36244 \begin_inset space ~
36245 \end_inset
36246
36247 Space Inserts vertical space as described in section
36248 \begin_inset space ~
36249 \end_inset
36250
36251
36252 \begin_inset CommandInset ref
36253 LatexCommand ref
36254 reference "sub:Vertical-Space"
36255
36256 \end_inset
36257
36258 .
36259 \end_layout
36260
36261 \begin_layout Description
36262 Phantom Inserts a Phantom space as described in section
36263 \begin_inset space ~
36264 \end_inset
36265
36266
36267 \begin_inset CommandInset ref
36268 LatexCommand ref
36269 reference "sub:Phantom-Space"
36270
36271 \end_inset
36272
36273 .
36274 \end_layout
36275
36276 \begin_layout Description
36277 Hyphenation
36278 \begin_inset space ~
36279 \end_inset
36280
36281 Point Inserts a hyphenation point as described in section
36282 \begin_inset space ~
36283 \end_inset
36284
36285
36286 \begin_inset CommandInset ref
36287 LatexCommand ref
36288 reference "sub:Hyphenation"
36289
36290 \end_inset
36291
36292 .
36293 \end_layout
36294
36295 \begin_layout Description
36296 Ligature
36297 \begin_inset space ~
36298 \end_inset
36299
36300 Break Inserts a ligature break as described in section
36301 \begin_inset space ~
36302 \end_inset
36303
36304
36305 \begin_inset CommandInset ref
36306 LatexCommand ref
36307 reference "sub:Ligatures"
36308
36309 \end_inset
36310
36311 .
36312 \end_layout
36313
36314 \begin_layout Description
36315 Ragged
36316 \begin_inset space ~
36317 \end_inset
36318
36319 Line
36320 \begin_inset space ~
36321 \end_inset
36322
36323 Break Inserts a forced line break as described in section
36324 \begin_inset space ~
36325 \end_inset
36326
36327
36328 \begin_inset CommandInset ref
36329 LatexCommand ref
36330 reference "sub:Forced-Line-Breaks"
36331
36332 \end_inset
36333
36334 .
36335 \end_layout
36336
36337 \begin_layout Description
36338 Justified
36339 \begin_inset space ~
36340 \end_inset
36341
36342 Break Inserts a forced line break that right justifies the remaining text
36343  as described in section
36344 \begin_inset space ~
36345 \end_inset
36346
36347
36348 \begin_inset CommandInset ref
36349 LatexCommand ref
36350 reference "sub:Forced-Line-Breaks"
36351
36352 \end_inset
36353
36354 .
36355 \end_layout
36356
36357 \begin_layout Description
36358 New
36359 \begin_inset space ~
36360 \end_inset
36361
36362 Page Inserts a forced page break as described in section
36363 \begin_inset space ~
36364 \end_inset
36365
36366
36367 \begin_inset CommandInset ref
36368 LatexCommand ref
36369 reference "sub:Forced-Page-Breaks"
36370
36371 \end_inset
36372
36373 .
36374 \end_layout
36375
36376 \begin_layout Description
36377 Page
36378 \begin_inset space ~
36379 \end_inset
36380
36381 Break Inserts a forced page break that shares the extra space among paragraph
36382  breaks instead of leaving it at the bottom of the page, as described in
36383  section
36384 \begin_inset space ~
36385 \end_inset
36386
36387
36388 \begin_inset CommandInset ref
36389 LatexCommand ref
36390 reference "sub:Forced-Page-Breaks"
36391
36392 \end_inset
36393
36394 .
36395 \end_layout
36396
36397 \begin_layout Description
36398 Clear
36399 \begin_inset space ~
36400 \end_inset
36401
36402 Page Inserts a clear page break as described in section
36403 \begin_inset space ~
36404 \end_inset
36405
36406
36407 \begin_inset CommandInset ref
36408 LatexCommand ref
36409 reference "sub:Clear-Page-Breaks"
36410
36411 \end_inset
36412
36413 .
36414 \end_layout
36415
36416 \begin_layout Description
36417 Clear
36418 \begin_inset space ~
36419 \end_inset
36420
36421 Double
36422 \begin_inset space ~
36423 \end_inset
36424
36425 Page Inserts a clear doublepage break as described in section
36426 \begin_inset space ~
36427 \end_inset
36428
36429
36430 \begin_inset CommandInset ref
36431 LatexCommand ref
36432 reference "sub:Clear-Page-Breaks"
36433
36434 \end_inset
36435
36436 .
36437 \end_layout
36438
36439 \begin_layout Subsection
36440 List/TOC
36441 \end_layout
36442
36443 \begin_layout Standard
36444 Various lists can be inserted with this menu entry.
36445  The 
36446 \family sans
36447 Table
36448 \begin_inset space ~
36449 \end_inset
36450
36451 of Contents
36452 \family default
36453 , the 
36454 \family sans
36455 List of Algorithms
36456 \family default
36457
36458 \family sans
36459 List of Figures,
36460 \family default
36461  
36462 \family sans
36463 List of Tables
36464 \family default
36465  and 
36466 \family sans
36467 List of Listings
36468 \family default
36469  are described in section
36470 \begin_inset space ~
36471 \end_inset
36472
36473
36474 \begin_inset CommandInset ref
36475 LatexCommand ref
36476 reference "sec:toc"
36477
36478 \end_inset
36479
36480 .
36481  The 
36482 \family sans
36483 Index List
36484 \family default
36485  is described in section
36486 \begin_inset space ~
36487 \end_inset
36488
36489
36490 \begin_inset CommandInset ref
36491 LatexCommand ref
36492 reference "sec:Index"
36493
36494 \end_inset
36495
36496 , the 
36497 \family sans
36498 Nomenclature
36499 \family default
36500  is described in section
36501 \begin_inset space ~
36502 \end_inset
36503
36504
36505 \begin_inset CommandInset ref
36506 LatexCommand ref
36507 reference "sec:Nomenclature"
36508
36509 \end_inset
36510
36511  and the 
36512 \family sans
36513 BibTeX Bibliography
36514 \family default
36515  is described in section
36516 \begin_inset space ~
36517 \end_inset
36518
36519
36520 \begin_inset CommandInset ref
36521 LatexCommand ref
36522 reference "sub:Bibliography-databases"
36523
36524 \end_inset
36525
36526 .
36527 \end_layout
36528
36529 \begin_layout Subsection
36530 Float
36531 \end_layout
36532
36533 \begin_layout Standard
36534 To insert floats, as described in section
36535 \begin_inset space ~
36536 \end_inset
36537
36538
36539 \begin_inset CommandInset ref
36540 LatexCommand ref
36541 reference "sec:Floats"
36542
36543 \end_inset
36544
36545  and in detail the chapter 
36546 \emph on
36547 Floats
36548 \emph default
36549  of the 
36550 \emph on
36551 Embedded
36552 \begin_inset space ~
36553 \end_inset
36554
36555 Objects
36556 \emph default
36557  manual.
36558 \end_layout
36559
36560 \begin_layout Subsection
36561 Note
36562 \end_layout
36563
36564 \begin_layout Standard
36565 To insert notes, described in section
36566 \begin_inset space ~
36567 \end_inset
36568
36569
36570 \begin_inset CommandInset ref
36571 LatexCommand ref
36572 reference "sec:Notes"
36573
36574 \end_inset
36575
36576 .
36577 \end_layout
36578
36579 \begin_layout Subsection
36580 Branch
36581 \end_layout
36582
36583 \begin_layout Standard
36584 Inserts a branch inset, if any, and allowing you to create and insert a
36585  new branch.
36586  Branches are described in section
36587 \begin_inset space ~
36588 \end_inset
36589
36590
36591 \begin_inset CommandInset ref
36592 LatexCommand ref
36593 reference "sec:Branches"
36594
36595 \end_inset
36596
36597 .
36598 \end_layout
36599
36600 \begin_layout Subsection
36601 Custom Insets
36602 \end_layout
36603
36604 \begin_layout Standard
36605 Inserts document class-specific insets.
36606  Such insets only exist if they are defined in the layout file for a certain
36607  document class.
36608  An example is the document class 
36609 \begin_inset Quotes eld
36610 \end_inset
36611
36612 article (Elsevier)
36613 \begin_inset Quotes erd
36614 \end_inset
36615
36616  with three custom insets.
36617  The section 
36618 \emph on
36619 Flex insets and InsetLayout
36620 \emph default
36621  in 
36622 \emph on
36623 Installing New Document Classes, The Layout file format 
36624 \emph default
36625 of the 
36626 \emph on
36627 Customization
36628 \emph default
36629  manual explains how custom insets are defined.
36630 \end_layout
36631
36632 \begin_layout Subsection
36633 File
36634 \begin_inset Index idx
36635 status collapsed
36636
36637 \begin_layout Plain Layout
36638 External Material
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \end_layout
36645
36646 \begin_layout Standard
36647 This menu entry allows you to insert or include the contents of other files
36648  in your document.
36649  For more information see chapter 
36650 \emph on
36651 External Document Parts
36652 \emph default
36653  of the Embedded
36654 \begin_inset space ~
36655 \end_inset
36656
36657 Objects manual.
36658 \end_layout
36659
36660 \begin_layout Subsection
36661 Box
36662 \begin_inset Index idx
36663 status collapsed
36664
36665 \begin_layout Plain Layout
36666 Boxes
36667 \end_layout
36668
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \begin_layout Standard
36675 Inserts a box in a certain style.
36676  Boxes are described in detail in the chapter 
36677 \emph on
36678 Boxes
36679 \emph default
36680  of the 
36681 \emph on
36682 Embedded
36683 \begin_inset space ~
36684 \end_inset
36685
36686 Objects
36687 \emph default
36688  manual.
36689 \end_layout
36690
36691 \begin_layout Subsection
36692 Citation
36693 \end_layout
36694
36695 \begin_layout Standard
36696 Opens the 
36697 \family sans
36698 Citation
36699 \family default
36700  dialog as described in section
36701 \begin_inset space ~
36702 \end_inset
36703
36704
36705 \begin_inset CommandInset ref
36706 LatexCommand ref
36707 reference "sec:Bibliography"
36708
36709 \end_inset
36710
36711 .
36712 \end_layout
36713
36714 \begin_layout Subsection
36715 Cross-Reference
36716 \end_layout
36717
36718 \begin_layout Standard
36719 Inserts a 
36720 \family sans
36721 cross-reference
36722 \family default
36723  as described in section
36724 \begin_inset space ~
36725 \end_inset
36726
36727
36728 \begin_inset CommandInset ref
36729 LatexCommand ref
36730 reference "sec:Cross-References"
36731
36732 \end_inset
36733
36734 .
36735 \end_layout
36736
36737 \begin_layout Subsection
36738 Label
36739 \end_layout
36740
36741 \begin_layout Standard
36742 Inserts a 
36743 \family sans
36744 label
36745 \family default
36746  as described in section
36747 \begin_inset space ~
36748 \end_inset
36749
36750
36751 \begin_inset CommandInset ref
36752 LatexCommand ref
36753 reference "sec:Cross-References"
36754
36755 \end_inset
36756
36757 .
36758 \end_layout
36759
36760 \begin_layout Subsection
36761 Caption
36762 \begin_inset Index idx
36763 status collapsed
36764
36765 \begin_layout Plain Layout
36766 Captions
36767 \end_layout
36768
36769 \end_inset
36770
36771
36772 \begin_inset Index idx
36773 status collapsed
36774
36775 \begin_layout Plain Layout
36776 Longtables ! Caption
36777 \end_layout
36778
36779 \end_inset
36780
36781
36782 \end_layout
36783
36784 \begin_layout Standard
36785 Inserts a caption in a float or longtable.
36786  Floats are described in section
36787 \begin_inset space ~
36788 \end_inset
36789
36790
36791 \begin_inset CommandInset ref
36792 LatexCommand ref
36793 reference "sec:Floats"
36794
36795 \end_inset
36796
36797 ; captions in longtables are described in the section 
36798 \emph on
36799 Longtable Captions
36800 \emph default
36801  of the 
36802 \emph on
36803 Embedded
36804 \begin_inset space ~
36805 \end_inset
36806
36807 Objects
36808 \emph default
36809  manual.
36810 \end_layout
36811
36812 \begin_layout Subsection
36813 Index Entry
36814 \end_layout
36815
36816 \begin_layout Standard
36817 Inserts an index entry as described in section
36818 \begin_inset space ~
36819 \end_inset
36820
36821
36822 \begin_inset CommandInset ref
36823 LatexCommand ref
36824 reference "sec:Index"
36825
36826 \end_inset
36827
36828 .
36829 \end_layout
36830
36831 \begin_layout Subsection
36832 Nomenclature Entry
36833 \end_layout
36834
36835 \begin_layout Standard
36836 Inserts a nomenclature entry as described in section
36837 \begin_inset space ~
36838 \end_inset
36839
36840
36841 \begin_inset CommandInset ref
36842 LatexCommand ref
36843 reference "sec:Nomenclature"
36844
36845 \end_inset
36846
36847 .
36848 \end_layout
36849
36850 \begin_layout Subsection
36851 Table
36852 \end_layout
36853
36854 \begin_layout Standard
36855 Opens a dialog allowing you to specify the rows and columns of the table.
36856  Tables are described in section
36857 \begin_inset space ~
36858 \end_inset
36859
36860
36861 \begin_inset CommandInset ref
36862 LatexCommand ref
36863 reference "sec:Tables"
36864
36865 \end_inset
36866
36867  and in detail in the chapter 
36868 \emph on
36869 Tables
36870 \emph default
36871  of the 
36872 \emph on
36873 Embedded
36874 \begin_inset space ~
36875 \end_inset
36876
36877 Objects
36878 \emph default
36879  manual.
36880 \end_layout
36881
36882 \begin_layout Subsection
36883 Graphics
36884 \end_layout
36885
36886 \begin_layout Standard
36887 Opens the 
36888 \family sans
36889 Graphics
36890 \family default
36891  dialog.
36892  Graphics are described in section
36893 \begin_inset space ~
36894 \end_inset
36895
36896
36897 \begin_inset CommandInset ref
36898 LatexCommand ref
36899 reference "sec:Graphics"
36900
36901 \end_inset
36902
36903 .
36904 \end_layout
36905
36906 \begin_layout Subsection
36907 URL
36908 \end_layout
36909
36910 \begin_layout Standard
36911 Inserts a URL as described in section
36912 \begin_inset space ~
36913 \end_inset
36914
36915
36916 \begin_inset CommandInset ref
36917 LatexCommand ref
36918 reference "sub:URLs"
36919
36920 \end_inset
36921
36922 .
36923 \end_layout
36924
36925 \begin_layout Subsection
36926 Hyperlinks
36927 \end_layout
36928
36929 \begin_layout Standard
36930 Inserts a hyperlink as described in section
36931 \begin_inset space ~
36932 \end_inset
36933
36934
36935 \begin_inset CommandInset ref
36936 LatexCommand ref
36937 reference "sub:Hyperlinks"
36938
36939 \end_inset
36940
36941 .
36942 \end_layout
36943
36944 \begin_layout Subsection
36945 Footnote
36946 \end_layout
36947
36948 \begin_layout Standard
36949 Inserts a footnote as described in section
36950 \begin_inset space ~
36951 \end_inset
36952
36953
36954 \begin_inset CommandInset ref
36955 LatexCommand ref
36956 reference "sec:Footnotes"
36957
36958 \end_inset
36959
36960 .
36961 \end_layout
36962
36963 \begin_layout Subsection
36964 Marginal Note
36965 \end_layout
36966
36967 \begin_layout Standard
36968 Inserts a marginal note as described in section
36969 \begin_inset space ~
36970 \end_inset
36971
36972
36973 \begin_inset CommandInset ref
36974 LatexCommand ref
36975 reference "sec:Marginal-Notes"
36976
36977 \end_inset
36978
36979 .
36980 \end_layout
36981
36982 \begin_layout Subsection
36983 Short Title
36984 \end_layout
36985
36986 \begin_layout Standard
36987 Is only visible if the cursor is in front, in or behind a section heading,
36988  title or caption of a float.
36989  Inserts a short title as described in section
36990 \begin_inset space ~
36991 \end_inset
36992
36993
36994 \begin_inset CommandInset ref
36995 LatexCommand ref
36996 reference "sec:Short-Titles"
36997
36998 \end_inset
36999
37000 .
37001 \end_layout
37002
37003 \begin_layout Subsection
37004 TeX Code
37005 \end_layout
37006
37007 \begin_layout Standard
37008 Inserts a TeX Code box as described in section
37009 \begin_inset space ~
37010 \end_inset
37011
37012
37013 \begin_inset CommandInset ref
37014 LatexCommand ref
37015 reference "sub:TeX-Code-Boxes"
37016
37017 \end_inset
37018
37019 .
37020 \end_layout
37021
37022 \begin_layout Subsection
37023 Program Listing
37024 \begin_inset Index idx
37025 status collapsed
37026
37027 \begin_layout Plain Layout
37028 Program listings
37029 \end_layout
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \begin_layout Standard
37037 Inserts a program listings box.
37038  Program listings are explained in the chapter 
37039 \emph on
37040 Program Code Listings
37041 \emph default
37042  of the 
37043 \emph on
37044 Embedded
37045 \begin_inset space ~
37046 \end_inset
37047
37048 Objects
37049 \emph default
37050  manual.
37051 \end_layout
37052
37053 \begin_layout Subsection
37054 Date
37055 \end_layout
37056
37057 \begin_layout Standard
37058 Inserts the actual date.
37059  The format depends on the date format of the language that is used for
37060  LyX's menus.
37061  LyX offers various ways to insert a date which are explained and also compared
37062  in the section 
37063 \emph on
37064 External Material
37065 \emph default
37066  of the 
37067 \emph on
37068 Embedded
37069 \begin_inset space ~
37070 \end_inset
37071
37072 Objects
37073 \emph default
37074  manual.
37075 \end_layout
37076
37077 \begin_layout Subsection
37078 Preview
37079 \end_layout
37080
37081 \begin_layout Standard
37082 Inserts a preview inset as described in section
37083 \begin_inset space ~
37084 \end_inset
37085
37086
37087 \begin_inset CommandInset ref
37088 LatexCommand ref
37089 reference "sec:Previewing-snippets-of"
37090
37091 \end_inset
37092
37093 .
37094 \end_layout
37095
37096 \begin_layout Section
37097 The Navigate Menu
37098 \begin_inset Index idx
37099 status collapsed
37100
37101 \begin_layout Plain Layout
37102 Menu ! Navigate
37103 \end_layout
37104
37105 \end_inset
37106
37107
37108 \end_layout
37109
37110 \begin_layout Standard
37111 This menu lists the existing chapters, sections, figures, tables, etc.
37112 \begin_inset space ~
37113 \end_inset
37114
37115 of the current document.
37116  This allows you to navigate easily through your document.
37117 \end_layout
37118
37119 \begin_layout Subsection
37120 Bookmarks
37121 \end_layout
37122
37123 \begin_layout Standard
37124 With this menu entry you are able to define your own bookmarks.
37125  This is useful when you are working on a large document and often have
37126  to jump, for example, between section
37127 \begin_inset space ~
37128 \end_inset
37129
37130 2.5 and 6.3.
37131  To create bookmarks for this example, go to section
37132 \begin_inset space ~
37133 \end_inset
37134
37135 2.5 and use the submenu 
37136 \family sans
37137 Save
37138 \begin_inset space ~
37139 \end_inset
37140
37141 Bookmark
37142 \begin_inset space ~
37143 \end_inset
37144
37145 1
37146 \family default
37147 .
37148  Then go to section
37149 \begin_inset space ~
37150 \end_inset
37151
37152 6.3 and use 
37153 \family sans
37154 Save
37155 \begin_inset space ~
37156 \end_inset
37157
37158 Bookmark
37159 \begin_inset space ~
37160 \end_inset
37161
37162
37163 \family default
37164 2.
37165  Now you can jump easily between these sections by using the menu or by
37166  the key bindings 
37167 \begin_inset Info
37168 type  "shortcut"
37169 arg   "bookmark-goto 1"
37170 \end_inset
37171
37172  and 
37173 \begin_inset Info
37174 type  "shortcut"
37175 arg   "bookmark-goto 2"
37176 \end_inset
37177
37178 .You can also use bookmarks to jump between several opened documents.
37179 \end_layout
37180
37181 \begin_layout Standard
37182 The saved bookmarks are valid till the document is closed.
37183  The submenu 
37184 \family sans
37185 Clear
37186 \begin_inset space ~
37187 \end_inset
37188
37189 Bookmarks
37190 \family default
37191  allows you to clear bookmarks while the submenu 
37192 \family sans
37193 Navigate
37194 \begin_inset space ~
37195 \end_inset
37196
37197 Back
37198 \family default
37199  jumps to the position in the document where you recently changed something.
37200 \end_layout
37201
37202 \begin_layout Subsection
37203 Next Note, Change, Cross-reference
37204 \end_layout
37205
37206 \begin_layout Standard
37207 Jump to the next note, change, or cross-reference after the current cursor
37208  position.
37209 \end_layout
37210
37211 \begin_layout Subsection
37212 Go to Label
37213 \end_layout
37214
37215 \begin_layout Standard
37216 Only active if the cursor is in front of a cross-reference.
37217  Sets the cursor before the referenced label.
37218  (It is the same as if you right-click on a cross-reference box and use
37219  
37220 \family sans
37221 Go
37222 \begin_inset space ~
37223 \end_inset
37224
37225 to
37226 \begin_inset space ~
37227 \end_inset
37228
37229 Label)
37230 \family default
37231 .
37232 \end_layout
37233
37234 \begin_layout Subsection
37235 Forward Search
37236 \end_layout
37237
37238 \begin_layout Standard
37239 Allows you to jump directly to the corresponding text part in the output,
37240  see section 
37241 \emph on
37242 The LyX Server\SpecialChar \menuseparator
37243 Forward
37244 \begin_inset space ~
37245 \end_inset
37246
37247 search
37248 \emph default
37249  in the 
37250 \emph on
37251 Additional
37252 \begin_inset space ~
37253 \end_inset
37254
37255 Features
37256 \emph default
37257  manual for a detailed description.
37258 \end_layout
37259
37260 \begin_layout Section
37261 The Document Menu
37262 \begin_inset Index idx
37263 status collapsed
37264
37265 \begin_layout Plain Layout
37266 Menu ! Document
37267 \end_layout
37268
37269 \end_inset
37270
37271
37272 \end_layout
37273
37274 \begin_layout Subsection
37275 Change Tracking
37276 \end_layout
37277
37278 \begin_layout Standard
37279 Change Tracking is described in section
37280 \begin_inset space ~
37281 \end_inset
37282
37283
37284 \begin_inset CommandInset ref
37285 LatexCommand ref
37286 reference "sec:Change-Tracking"
37287
37288 \end_inset
37289
37290 .
37291 \end_layout
37292
37293 \begin_layout Subsection
37294 LaT
37295 \begin_inset ERT
37296 status collapsed
37297
37298 \begin_layout Plain Layout
37299
37300 {}
37301 \end_layout
37302
37303 \end_inset
37304
37305 eX Log
37306 \end_layout
37307
37308 \begin_layout Standard
37309 After running LaTeX by viewing or exporting a document, this menu will be
37310  enabled.
37311  It shows the logfile of the LaTeX-program used.
37312  You can go to the next error or the next warning, search, copy something
37313  to the clipboard or update the view.
37314  With the help of the logfile experts can find in it reasons for LaTeX-errors.
37315 \end_layout
37316
37317 \begin_layout Subsection
37318 Start Appendix Here
37319 \end_layout
37320
37321 \begin_layout Standard
37322 Sets the start of the appendices of the document at the current cursor position
37323  as described in section
37324 \begin_inset space ~
37325 \end_inset
37326
37327
37328 \begin_inset CommandInset ref
37329 LatexCommand ref
37330 reference "sec:Appendices"
37331
37332 \end_inset
37333
37334 .
37335 \end_layout
37336
37337 \begin_layout Subsection
37338 View
37339 \begin_inset space ~
37340 \end_inset
37341
37342 [<output format>]
37343 \end_layout
37344
37345 \begin_layout Standard
37346 This menu entry generates the output in the format you have specified as
37347  default output format for the document (menu 
37348 \family sans
37349 Document\SpecialChar \menuseparator
37350 Settings\SpecialChar \menuseparator
37351 Output\SpecialChar \menuseparator
37352 Default
37353 \begin_inset space ~
37354 \end_inset
37355
37356 Output
37357 \begin_inset space ~
37358 \end_inset
37359
37360 Format
37361 \family default
37362 ; see section
37363 \begin_inset space ~
37364 \end_inset
37365
37366
37367 \begin_inset CommandInset ref
37368 LatexCommand ref
37369 reference "sec:Doc-Output"
37370
37371 \end_inset
37372
37373 ) or in the LyX preferences (menu 
37374 \family sans
37375 Tools\SpecialChar \menuseparator
37376 Preferences\SpecialChar \menuseparator
37377 File
37378 \begin_inset space ~
37379 \end_inset
37380
37381 Handling\SpecialChar \menuseparator
37382 File
37383 \begin_inset space ~
37384 \end_inset
37385
37386 Formats\SpecialChar \menuseparator
37387 Default
37388 \begin_inset space ~
37389 \end_inset
37390
37391 Output
37392 \begin_inset space ~
37393 \end_inset
37394
37395 Format
37396 \family default
37397 ; see section
37398 \begin_inset space ~
37399 \end_inset
37400
37401
37402 \begin_inset CommandInset ref
37403 LatexCommand ref
37404 reference "sec:File-Formats"
37405
37406 \end_inset
37407
37408 ) and opens it in an appropriate viewer.
37409  The viewer can be set or changed in the preferences (menu 
37410 \family sans
37411 Tools\SpecialChar \menuseparator
37412 Preferences\SpecialChar \menuseparator
37413 File
37414 \begin_inset space ~
37415 \end_inset
37416
37417 Handling\SpecialChar \menuseparator
37418 File
37419 \begin_inset space ~
37420 \end_inset
37421
37422 Formats\SpecialChar \menuseparator
37423 Viewer
37424 \family default
37425 ; see section
37426 \begin_inset space ~
37427 \end_inset
37428
37429
37430 \begin_inset CommandInset ref
37431 LatexCommand ref
37432 reference "sec:File-Formats"
37433
37434 \end_inset
37435
37436 ).
37437  The default viewers are set by LyX when it is first configured.
37438  The default output format is 
37439 \family sans
37440 PDF
37441 \begin_inset space ~
37442 \end_inset
37443
37444 (pdflatex)
37445 \family default
37446 .
37447 \end_layout
37448
37449 \begin_layout Subsection
37450 View (Other Formats)
37451 \end_layout
37452
37453 \begin_layout Standard
37454 With this menu you can view your document in alternative output formats.
37455  The menu contains a list of available formats in which you can view the
37456  actual document with an external program.
37457  The menu entries are not the same on all installations — it depends on
37458  the LaTeX programs that are found when LyX was configured.
37459  All possible formats are listed in section
37460 \begin_inset space ~
37461 \end_inset
37462
37463
37464 \begin_inset CommandInset ref
37465 LatexCommand ref
37466 reference "sub:Export"
37467
37468 \end_inset
37469
37470 .
37471  You should at least see the menu entry 
37472 \family sans
37473 DVI
37474 \family default
37475 .
37476  If it is missing, you need to update or repair your LaTeX installation.
37477  After updating you have to reconfigure LyX (see section
37478 \begin_inset space ~
37479 \end_inset
37480
37481
37482 \begin_inset CommandInset ref
37483 LatexCommand ref
37484 reference "sec:Basic-LyX-Setup"
37485
37486 \end_inset
37487
37488 .
37489 \begin_inset Index idx
37490 status collapsed
37491
37492 \begin_layout Plain Layout
37493 Reconfiguration of LyX
37494 \end_layout
37495
37496 \end_inset
37497
37498 )
37499 \end_layout
37500
37501 \begin_layout Standard
37502 Invoking a view menu will start a viewer program.
37503  The viewer can be set or changed in the preferences (menu 
37504 \family sans
37505 Tools\SpecialChar \menuseparator
37506 Preferences\SpecialChar \menuseparator
37507 File
37508 \begin_inset space ~
37509 \end_inset
37510
37511 Handling\SpecialChar \menuseparator
37512 File
37513 \begin_inset space ~
37514 \end_inset
37515
37516 Formats\SpecialChar \menuseparator
37517 Viewer
37518 \family default
37519 ; see section
37520 \begin_inset space ~
37521 \end_inset
37522
37523
37524 \begin_inset CommandInset ref
37525 LatexCommand ref
37526 reference "sec:File-Formats"
37527
37528 \end_inset
37529
37530 ).
37531  The default viewers are set by LyX when it is first configured.
37532 \end_layout
37533
37534 \begin_layout Subsection
37535 Update
37536 \begin_inset space ~
37537 \end_inset
37538
37539 [<output format>]
37540 \end_layout
37541
37542 \begin_layout Standard
37543 This menu entry allows you to update the view with your latest changes (in
37544  the default output format) without opening a new viewer window.
37545 \end_layout
37546
37547 \begin_layout Subsection
37548 Update (Other Formats)
37549 \end_layout
37550
37551 \begin_layout Standard
37552 With this menu you can update the view of alternative output formats of
37553  your document without opening a new viewer window.
37554 \end_layout
37555
37556 \begin_layout Subsection
37557 View Master Document
37558 \end_layout
37559
37560 \begin_layout Standard
37561 This menu item is only visible if your document is included to another document,
37562  which is then its 
37563 \begin_inset Quotes eld
37564 \end_inset
37565
37566 master
37567 \begin_inset Quotes erd
37568 \end_inset
37569
37570  (see section 
37571 \emph on
37572 Child Documents
37573 \emph default
37574  in the 
37575 \emph on
37576 Embedded
37577 \begin_inset space ~
37578 \end_inset
37579
37580 Objects
37581 \emph default
37582  manual for more information on this topic).
37583  This item allows you to view the master document from within its child.
37584  That is, if you are working on a child document which is a chapter of a
37585  book, 
37586 \family sans
37587 View
37588 \begin_inset space ~
37589 \end_inset
37590
37591 Master
37592 \begin_inset space ~
37593 \end_inset
37594
37595 Document
37596 \family default
37597  generates the output of the whole book, while 
37598 \family sans
37599 View
37600 \family default
37601  will just output the chapter alone.
37602 \end_layout
37603
37604 \begin_layout Standard
37605 The format used by this function is the default output format as specified
37606  in the document settings (menu 
37607 \family sans
37608 Document\SpecialChar \menuseparator
37609 Settings\SpecialChar \menuseparator
37610 Output\SpecialChar \menuseparator
37611 Default
37612 \begin_inset space ~
37613 \end_inset
37614
37615 Output
37616 \begin_inset space ~
37617 \end_inset
37618
37619 Format
37620 \family default
37621 ; see section
37622 \begin_inset space ~
37623 \end_inset
37624
37625
37626 \begin_inset CommandInset ref
37627 LatexCommand ref
37628 reference "sec:Doc-Output"
37629
37630 \end_inset
37631
37632 ) or in the preferences (menu 
37633 \family sans
37634 Tools\SpecialChar \menuseparator
37635 Preferences\SpecialChar \menuseparator
37636 File
37637 \begin_inset space ~
37638 \end_inset
37639
37640 Handling\SpecialChar \menuseparator
37641 File
37642 \begin_inset space ~
37643 \end_inset
37644
37645 Formats\SpecialChar \menuseparator
37646 Default
37647 \begin_inset space ~
37648 \end_inset
37649
37650 Output
37651 \begin_inset space ~
37652 \end_inset
37653
37654 Format
37655 \family default
37656 ; see section
37657 \begin_inset space ~
37658 \end_inset
37659
37660
37661 \begin_inset CommandInset ref
37662 LatexCommand ref
37663 reference "sec:File-Formats"
37664
37665 \end_inset
37666
37667 ).
37668 \end_layout
37669
37670 \begin_layout Subsection
37671 Update Master Document
37672 \end_layout
37673
37674 \begin_layout Standard
37675 This menu item is only visible if your document is included to another document,
37676  which is then its 
37677 \begin_inset Quotes eld
37678 \end_inset
37679
37680 master
37681 \begin_inset Quotes erd
37682 \end_inset
37683
37684  (see section 
37685 \emph on
37686 Child Documents
37687 \emph default
37688  in the 
37689 \emph on
37690 Embedded
37691 \begin_inset space ~
37692 \end_inset
37693
37694 Objects
37695 \emph default
37696  manual for more information on this topic).
37697  This item allows you to update the view of a master document from within
37698  its child without the need to switch to the master document itself.
37699 \end_layout
37700
37701 \begin_layout Standard
37702 The format used by this function is the default output format as specified
37703  in the document settings (menu 
37704 \family sans
37705 Document\SpecialChar \menuseparator
37706 Settings\SpecialChar \menuseparator
37707 Output\SpecialChar \menuseparator
37708 Default
37709 \begin_inset space ~
37710 \end_inset
37711
37712 Output
37713 \begin_inset space ~
37714 \end_inset
37715
37716 Format
37717 \family default
37718 ; see section
37719 \begin_inset space ~
37720 \end_inset
37721
37722
37723 \begin_inset CommandInset ref
37724 LatexCommand ref
37725 reference "sec:Doc-Output"
37726
37727 \end_inset
37728
37729 ) or in the preferences (menu 
37730 \family sans
37731 Tools\SpecialChar \menuseparator
37732 Preferences\SpecialChar \menuseparator
37733 File
37734 \begin_inset space ~
37735 \end_inset
37736
37737 Handling\SpecialChar \menuseparator
37738 File
37739 \begin_inset space ~
37740 \end_inset
37741
37742 Formats\SpecialChar \menuseparator
37743 Default
37744 \begin_inset space ~
37745 \end_inset
37746
37747 Output
37748 \begin_inset space ~
37749 \end_inset
37750
37751 Format
37752 \family default
37753 ; see section
37754 \begin_inset space ~
37755 \end_inset
37756
37757
37758 \begin_inset CommandInset ref
37759 LatexCommand ref
37760 reference "sec:File-Formats"
37761
37762 \end_inset
37763
37764 ).
37765 \end_layout
37766
37767 \begin_layout Subsection
37768 Compressed
37769 \end_layout
37770
37771 \begin_layout Standard
37772 Un/compresses the current document.
37773 \end_layout
37774
37775 \begin_layout Subsection
37776 Settings
37777 \end_layout
37778
37779 \begin_layout Standard
37780 The document settings are described in appendix
37781 \begin_inset space ~
37782 \end_inset
37783
37784
37785 \begin_inset CommandInset ref
37786 LatexCommand ref
37787 reference "chap:The-Document-Settings"
37788
37789 \end_inset
37790
37791 .
37792 \end_layout
37793
37794 \begin_layout Section
37795 The Tools Menu
37796 \begin_inset Index idx
37797 status collapsed
37798
37799 \begin_layout Plain Layout
37800 Menu ! Tools
37801 \end_layout
37802
37803 \end_inset
37804
37805
37806 \end_layout
37807
37808 \begin_layout Subsection
37809 Spellchecker
37810 \end_layout
37811
37812 \begin_layout Standard
37813 Spell checking is explained in section
37814 \begin_inset space ~
37815 \end_inset
37816
37817
37818 \begin_inset CommandInset ref
37819 LatexCommand ref
37820 reference "sec:Spellchecking"
37821
37822 \end_inset
37823
37824 .
37825 \end_layout
37826
37827 \begin_layout Subsection
37828 Thesaurus
37829 \end_layout
37830
37831 \begin_layout Standard
37832 The thesaurus is described in section
37833 \begin_inset space ~
37834 \end_inset
37835
37836
37837 \begin_inset CommandInset ref
37838 LatexCommand ref
37839 reference "sec:Thesaurus"
37840
37841 \end_inset
37842
37843 .
37844 \end_layout
37845
37846 \begin_layout Subsection
37847 Statistics
37848 \begin_inset Index idx
37849 status collapsed
37850
37851 \begin_layout Plain Layout
37852 Word count
37853 \end_layout
37854
37855 \end_inset
37856
37857
37858 \begin_inset Index idx
37859 status collapsed
37860
37861 \begin_layout Plain Layout
37862 Character count
37863 \end_layout
37864
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \begin_layout Standard
37871 Returns the number of the words and characters in the actual document or
37872  the highlighted document part.
37873 \end_layout
37874
37875 \begin_layout Subsection
37876 Check T
37877 \begin_inset ERT
37878 status collapsed
37879
37880 \begin_layout Plain Layout
37881
37882 {}
37883 \end_layout
37884
37885 \end_inset
37886
37887 eX
37888 \begin_inset Index idx
37889 status collapsed
37890
37891 \begin_layout Plain Layout
37892 ChkTeX
37893 \end_layout
37894
37895 \end_inset
37896
37897
37898 \end_layout
37899
37900 \begin_layout Standard
37901 Generates with the help of the program 
37902 \family typewriter
37903 ChkTeX
37904 \family default
37905  a log of possible LaTeX-errors and displays it in a dialog.
37906  This feature is not available on Windows.
37907 \end_layout
37908
37909 \begin_layout Subsection
37910 T
37911 \begin_inset ERT
37912 status collapsed
37913
37914 \begin_layout Plain Layout
37915
37916 {}
37917 \end_layout
37918
37919 \end_inset
37920
37921 eX Information
37922 \begin_inset Index idx
37923 status collapsed
37924
37925 \begin_layout Plain Layout
37926 TeX Information
37927 \end_layout
37928
37929 \end_inset
37930
37931
37932 \end_layout
37933
37934 \begin_layout Standard
37935 Shows you a list of the document classes and styles installed in your LaTeX-syst
37936 em.
37937  Use the option 
37938 \family sans
37939 Show
37940 \begin_inset space ~
37941 \end_inset
37942
37943 path
37944 \family default
37945  to see the full filename paths.
37946 \end_layout
37947
37948 \begin_layout Subsection
37949 Compare
37950 \begin_inset Index idx
37951 status collapsed
37952
37953 \begin_layout Plain Layout
37954 Compare
37955 \end_layout
37956
37957 \end_inset
37958
37959
37960 \end_layout
37961
37962 \begin_layout Standard
37963 Opens a dialog to compare LyX files as described in section
37964 \begin_inset space ~
37965 \end_inset
37966
37967
37968 \begin_inset CommandInset ref
37969 LatexCommand ref
37970 reference "sec:Comparison-of-Documents"
37971
37972 \end_inset
37973
37974 .
37975 \end_layout
37976
37977 \begin_layout Subsection
37978 Reconfigure
37979 \begin_inset Index idx
37980 status collapsed
37981
37982 \begin_layout Plain Layout
37983 LyX ! Reconfigure|see
37984 \begin_inset ERT
37985 status collapsed
37986
37987 \begin_layout Plain Layout
37988
37989 {
37990 \end_layout
37991
37992 \end_inset
37993
37994 Reconfiguration of LyX
37995 \begin_inset ERT
37996 status collapsed
37997
37998 \begin_layout Plain Layout
37999
38000 }
38001 \end_layout
38002
38003 \end_inset
38004
38005
38006 \end_layout
38007
38008 \end_inset
38009
38010
38011 \begin_inset Index idx
38012 status collapsed
38013
38014 \begin_layout Plain Layout
38015 Reconfiguration of LyX
38016 \end_layout
38017
38018 \end_inset
38019
38020
38021 \end_layout
38022
38023 \begin_layout Standard
38024 Reconfigures LyX; that is, LyX looks for LaTeX-packages and programs it
38025  needs; see also section
38026 \begin_inset space ~
38027 \end_inset
38028
38029
38030 \begin_inset CommandInset ref
38031 LatexCommand ref
38032 reference "sec:Basic-LyX-Setup"
38033
38034 \end_inset
38035
38036 .
38037 \end_layout
38038
38039 \begin_layout Subsection
38040 Preferences
38041 \end_layout
38042
38043 \begin_layout Standard
38044 Opens the 
38045 \family sans
38046 Preferences
38047 \family default
38048  dialog as described in detail in appendix
38049 \begin_inset space ~
38050 \end_inset
38051
38052
38053 \begin_inset CommandInset ref
38054 LatexCommand ref
38055 reference "chap:The-Preferences-dialog"
38056
38057 \end_inset
38058
38059 .
38060 \end_layout
38061
38062 \begin_layout Section
38063 The Help Menu
38064 \begin_inset Index idx
38065 status collapsed
38066
38067 \begin_layout Plain Layout
38068 Menu ! Help
38069 \end_layout
38070
38071 \end_inset
38072
38073
38074 \end_layout
38075
38076 \begin_layout Standard
38077 This menu lists the documentation files of LyX in the language of LyX's
38078  menus.
38079  If a file is not available in this language, the English version will be
38080  listed.
38081 \end_layout
38082
38083 \begin_layout Standard
38084 The menu 
38085 \family sans
38086 LaTeX
38087 \begin_inset space ~
38088 \end_inset
38089
38090 Configuration
38091 \family default
38092  shows a LyX-document with information about the LaTeX-packages and classes
38093  found by LyX (see also section
38094 \begin_inset space ~
38095 \end_inset
38096
38097
38098 \begin_inset CommandInset ref
38099 LatexCommand ref
38100 reference "sec:LaTeX-Setup"
38101
38102 \end_inset
38103
38104 ).
38105 \end_layout
38106
38107 \begin_layout Standard
38108 The menu 
38109 \family sans
38110 About
38111 \begin_inset space ~
38112 \end_inset
38113
38114 Ly
38115 \begin_inset ERT
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119
38120 {}
38121 \end_layout
38122
38123 \end_inset
38124
38125 X
38126 \family default
38127  gives information about the copyright, the credits and the LyX version
38128  you are using.
38129 \end_layout
38130
38131 \begin_layout Section
38132 Toolbars
38133 \begin_inset CommandInset label
38134 LatexCommand label
38135 name "sec:Toolbars"
38136
38137 \end_inset
38138
38139
38140 \end_layout
38141
38142 \begin_layout Standard
38143 How to show or hide toolbars is explained in section
38144 \begin_inset space ~
38145 \end_inset
38146
38147
38148 \begin_inset CommandInset ref
38149 LatexCommand ref
38150 reference "sub:Toolbars"
38151
38152 \end_inset
38153
38154 .
38155 \end_layout
38156
38157 \begin_layout Standard
38158 It is also possible to define custom toolbars.
38159  This is described in the 
38160 \emph on
38161 Additional Features
38162 \emph default
38163  manual.
38164 \end_layout
38165
38166 \begin_layout Subsection
38167 Standard Toolbar
38168 \begin_inset Index idx
38169 status collapsed
38170
38171 \begin_layout Plain Layout
38172 Toolbar ! Standard
38173 \end_layout
38174
38175 \end_inset
38176
38177
38178 \end_layout
38179
38180 \begin_layout Standard
38181 \begin_inset Graphics
38182         filename clipart/StandardToolbar.png
38183         width 100col%
38184
38185 \end_inset
38186
38187
38188 \end_layout
38189
38190 \begin_layout Standard
38191 \begin_inset VSpace defskip
38192 \end_inset
38193
38194
38195 \end_layout
38196
38197 \begin_layout Standard
38198 The standard toolbar as shown above contains from left to right the following
38199  buttons:
38200 \begin_inset ERT
38201 status collapsed
38202
38203 \begin_layout Plain Layout
38204
38205
38206 \backslash
38207 setlength{
38208 \backslash
38209 LTleft}{0pt}
38210 \end_layout
38211
38212 \end_inset
38213
38214
38215 \begin_inset Note Note
38216 status collapsed
38217
38218 \begin_layout Plain Layout
38219 This is necessary to left align the following longtables.
38220  See the 
38221 \emph on
38222 Embedded Objects
38223 \emph default
38224  manual for more information.
38225 \end_layout
38226
38227 \end_inset
38228
38229
38230 \end_layout
38231
38232 \begin_layout Standard
38233 \begin_inset VSpace defskip
38234 \end_inset
38235
38236
38237 \end_layout
38238
38239 \begin_layout Standard
38240 \begin_inset Tabular
38241 <lyxtabular version="3" rows="1" columns="2">
38242 <features rotate="0" islongtable="true" longtabularalignment="center">
38243 <column alignment="center" valignment="top">
38244 <column alignment="center" valignment="top">
38245 <row>
38246 <cell alignment="center" valignment="top" usebox="none">
38247 \begin_inset Text
38248
38249 \begin_layout Plain Layout
38250 \begin_inset Graphics
38251         filename clipart/ToolbarEnvBox.png
38252         clip
38253
38254 \end_inset
38255
38256
38257 \end_layout
38258
38259 \end_inset
38260 </cell>
38261 <cell alignment="center" valignment="top" usebox="none">
38262 \begin_inset Text
38263
38264 \begin_layout Plain Layout
38265 pull-down box for the environments
38266 \end_layout
38267
38268 \end_inset
38269 </cell>
38270 </row>
38271 </lyxtabular>
38272
38273 \end_inset
38274
38275
38276 \end_layout
38277
38278 \begin_layout Standard
38279 \begin_inset VSpace -10mm
38280 \end_inset
38281
38282
38283 \end_layout
38284
38285 \begin_layout Standard
38286 \align left
38287 \begin_inset Tabular
38288 <lyxtabular version="3" rows="22" columns="2">
38289 <features rotate="0" islongtable="true" longtabularalignment="center">
38290 <column alignment="left" valignment="top">
38291 <column alignment="left" valignment="top">
38292 <row interlinespace="2.5mm">
38293 <cell alignment="center" valignment="top" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297
38298 \family sans
38299 \begin_inset Info
38300 type  "icon"
38301 arg   "buffer-new"
38302 \end_inset
38303
38304
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 <cell alignment="center" valignment="top" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout Plain Layout
38313
38314 \family sans
38315 File\SpecialChar \menuseparator
38316 New
38317 \end_layout
38318
38319 \end_inset
38320 </cell>
38321 </row>
38322 <row interlinespace="2.5mm">
38323 <cell alignment="center" valignment="top" usebox="none">
38324 \begin_inset Text
38325
38326 \begin_layout Plain Layout
38327
38328 \family sans
38329 \begin_inset Info
38330 type  "icon"
38331 arg   "file-open"
38332 \end_inset
38333
38334
38335 \end_layout
38336
38337 \end_inset
38338 </cell>
38339 <cell alignment="center" valignment="top" usebox="none">
38340 \begin_inset Text
38341
38342 \begin_layout Plain Layout
38343
38344 \family sans
38345 File\SpecialChar \menuseparator
38346 Open
38347 \end_layout
38348
38349 \end_inset
38350 </cell>
38351 </row>
38352 <row interlinespace="2.5mm">
38353 <cell alignment="center" valignment="top" usebox="none">
38354 \begin_inset Text
38355
38356 \begin_layout Plain Layout
38357
38358 \family sans
38359 \begin_inset Info
38360 type  "icon"
38361 arg   "buffer-write"
38362 \end_inset
38363
38364
38365 \end_layout
38366
38367 \end_inset
38368 </cell>
38369 <cell alignment="center" valignment="top" usebox="none">
38370 \begin_inset Text
38371
38372 \begin_layout Plain Layout
38373
38374 \family sans
38375 File\SpecialChar \menuseparator
38376 Save
38377 \end_layout
38378
38379 \end_inset
38380 </cell>
38381 </row>
38382 <row interlinespace="2.5mm">
38383 <cell alignment="center" valignment="top" usebox="none">
38384 \begin_inset Text
38385
38386 \begin_layout Plain Layout
38387
38388 \family sans
38389 \begin_inset Info
38390 type  "icon"
38391 arg   "dialog-show print"
38392 \end_inset
38393
38394
38395 \end_layout
38396
38397 \end_inset
38398 </cell>
38399 <cell alignment="center" valignment="top" usebox="none">
38400 \begin_inset Text
38401
38402 \begin_layout Plain Layout
38403
38404 \family sans
38405 File\SpecialChar \menuseparator
38406 Print
38407 \end_layout
38408
38409 \end_inset
38410 </cell>
38411 </row>
38412 <row interlinespace="2.5mm">
38413 <cell alignment="center" valignment="top" usebox="none">
38414 \begin_inset Text
38415
38416 \begin_layout Plain Layout
38417
38418 \family sans
38419 \begin_inset Info
38420 type  "icon"
38421 arg   "dialog-show spellchecker"
38422 \end_inset
38423
38424
38425 \end_layout
38426
38427 \end_inset
38428 </cell>
38429 <cell alignment="center" valignment="top" usebox="none">
38430 \begin_inset Text
38431
38432 \begin_layout Plain Layout
38433
38434 \family sans
38435 Tools\SpecialChar \menuseparator
38436 Spellchecker
38437 \end_layout
38438
38439 \end_inset
38440 </cell>
38441 </row>
38442 <row interlinespace="2.5mm">
38443 <cell alignment="center" valignment="top" usebox="none">
38444 \begin_inset Text
38445
38446 \begin_layout Plain Layout
38447
38448 \family sans
38449 \begin_inset Info
38450 type  "icon"
38451 arg   "undo"
38452 \end_inset
38453
38454
38455 \end_layout
38456
38457 \end_inset
38458 </cell>
38459 <cell alignment="center" valignment="top" usebox="none">
38460 \begin_inset Text
38461
38462 \begin_layout Plain Layout
38463
38464 \family sans
38465 Edit\SpecialChar \menuseparator
38466 Undo
38467 \end_layout
38468
38469 \end_inset
38470 </cell>
38471 </row>
38472 <row interlinespace="2.5mm">
38473 <cell alignment="center" valignment="top" usebox="none">
38474 \begin_inset Text
38475
38476 \begin_layout Plain Layout
38477
38478 \family sans
38479 \begin_inset Info
38480 type  "icon"
38481 arg   "redo"
38482 \end_inset
38483
38484
38485 \end_layout
38486
38487 \end_inset
38488 </cell>
38489 <cell alignment="center" valignment="top" usebox="none">
38490 \begin_inset Text
38491
38492 \begin_layout Plain Layout
38493
38494 \family sans
38495 Edit\SpecialChar \menuseparator
38496 Redo
38497 \end_layout
38498
38499 \end_inset
38500 </cell>
38501 </row>
38502 <row interlinespace="2.5mm">
38503 <cell alignment="center" valignment="top" usebox="none">
38504 \begin_inset Text
38505
38506 \begin_layout Plain Layout
38507
38508 \family sans
38509 \begin_inset Info
38510 type  "icon"
38511 arg   "cut"
38512 \end_inset
38513
38514
38515 \end_layout
38516
38517 \end_inset
38518 </cell>
38519 <cell alignment="center" valignment="top" usebox="none">
38520 \begin_inset Text
38521
38522 \begin_layout Plain Layout
38523
38524 \family sans
38525 Edit\SpecialChar \menuseparator
38526 Cut
38527 \end_layout
38528
38529 \end_inset
38530 </cell>
38531 </row>
38532 <row interlinespace="2.5mm">
38533 <cell alignment="center" valignment="top" usebox="none">
38534 \begin_inset Text
38535
38536 \begin_layout Plain Layout
38537
38538 \family sans
38539 \begin_inset Info
38540 type  "icon"
38541 arg   "copy"
38542 \end_inset
38543
38544
38545 \end_layout
38546
38547 \end_inset
38548 </cell>
38549 <cell alignment="center" valignment="top" usebox="none">
38550 \begin_inset Text
38551
38552 \begin_layout Plain Layout
38553
38554 \family sans
38555 Edit\SpecialChar \menuseparator
38556 Copy
38557 \end_layout
38558
38559 \end_inset
38560 </cell>
38561 </row>
38562 <row interlinespace="2.5mm">
38563 <cell alignment="center" valignment="top" usebox="none">
38564 \begin_inset Text
38565
38566 \begin_layout Plain Layout
38567
38568 \family sans
38569 \begin_inset Info
38570 type  "icon"
38571 arg   "paste"
38572 \end_inset
38573
38574
38575 \end_layout
38576
38577 \end_inset
38578 </cell>
38579 <cell alignment="center" valignment="top" usebox="none">
38580 \begin_inset Text
38581
38582 \begin_layout Plain Layout
38583
38584 \family sans
38585 Edit\SpecialChar \menuseparator
38586 Paste
38587 \end_layout
38588
38589 \end_inset
38590 </cell>
38591 </row>
38592 <row interlinespace="2.5mm">
38593 <cell alignment="center" valignment="top" usebox="none">
38594 \begin_inset Text
38595
38596 \begin_layout Plain Layout
38597
38598 \family sans
38599 \begin_inset Info
38600 type  "icon"
38601 arg   "dialog-show findreplace"
38602 \end_inset
38603
38604
38605 \end_layout
38606
38607 \end_inset
38608 </cell>
38609 <cell alignment="center" valignment="top" usebox="none">
38610 \begin_inset Text
38611
38612 \begin_layout Plain Layout
38613
38614 \family sans
38615 Edit\SpecialChar \menuseparator
38616 Find
38617 \begin_inset space \thinspace{}
38618 \end_inset
38619
38620 &
38621 \begin_inset space \thinspace{}
38622 \end_inset
38623
38624 Replace
38625 \begin_inset space \thinspace{}
38626 \end_inset
38627
38628 (Quick)
38629 \end_layout
38630
38631 \end_inset
38632 </cell>
38633 </row>
38634 <row interlinespace="2.5mm">
38635 <cell alignment="center" valignment="top" usebox="none">
38636 \begin_inset Text
38637
38638 \begin_layout Plain Layout
38639 \begin_inset Info
38640 type  "icon"
38641 arg   "dialog-toggle findreplaceadv"
38642 \end_inset
38643
38644
38645 \end_layout
38646
38647 \end_inset
38648 </cell>
38649 <cell alignment="center" valignment="top" usebox="none">
38650 \begin_inset Text
38651
38652 \begin_layout Plain Layout
38653
38654 \family sans
38655 Edit\SpecialChar \menuseparator
38656 Find
38657 \begin_inset space \thinspace{}
38658 \end_inset
38659
38660 &
38661 \begin_inset space \thinspace{}
38662 \end_inset
38663
38664 Replace
38665 \begin_inset space \thinspace{}
38666 \end_inset
38667
38668 (Advanced)
38669 \end_layout
38670
38671 \end_inset
38672 </cell>
38673 </row>
38674 <row interlinespace="2.5mm">
38675 <cell alignment="center" valignment="top" usebox="none">
38676 \begin_inset Text
38677
38678 \begin_layout Plain Layout
38679
38680 \family sans
38681 \begin_inset Info
38682 type  "icon"
38683 arg   "bookmark-goto 0"
38684 \end_inset
38685
38686
38687 \end_layout
38688
38689 \end_inset
38690 </cell>
38691 <cell alignment="center" valignment="top" usebox="none">
38692 \begin_inset Text
38693
38694 \begin_layout Plain Layout
38695
38696 \family sans
38697 Navigate\SpecialChar \menuseparator
38698 Bookmarks\SpecialChar \menuseparator
38699 Navigate Back
38700 \end_layout
38701
38702 \end_inset
38703 </cell>
38704 </row>
38705 <row interlinespace="2.5mm">
38706 <cell alignment="center" valignment="top" usebox="none">
38707 \begin_inset Text
38708
38709 \begin_layout Plain Layout
38710
38711 \family sans
38712 \begin_inset Info
38713 type  "icon"
38714 arg   "font-emph"
38715 \end_inset
38716
38717
38718 \end_layout
38719
38720 \end_inset
38721 </cell>
38722 <cell alignment="center" valignment="top" usebox="none">
38723 \begin_inset Text
38724
38725 \begin_layout Plain Layout
38726 Emphasize text, function of the 
38727 \family sans
38728 Edit\SpecialChar \menuseparator
38729 Text
38730 \begin_inset space ~
38731 \end_inset
38732
38733 Style\SpecialChar \menuseparator
38734 Customized
38735 \family default
38736  dialog
38737 \end_layout
38738
38739 \end_inset
38740 </cell>
38741 </row>
38742 <row interlinespace="2.5mm">
38743 <cell alignment="center" valignment="top" usebox="none">
38744 \begin_inset Text
38745
38746 \begin_layout Plain Layout
38747
38748 \family sans
38749 \begin_inset Info
38750 type  "icon"
38751 arg   "font-noun"
38752 \end_inset
38753
38754
38755 \end_layout
38756
38757 \end_inset
38758 </cell>
38759 <cell alignment="center" valignment="top" usebox="none">
38760 \begin_inset Text
38761
38762 \begin_layout Plain Layout
38763 Set text to noun style, function of the 
38764 \family sans
38765 Edit\SpecialChar \menuseparator
38766 Text
38767 \begin_inset space ~
38768 \end_inset
38769
38770 Style\SpecialChar \menuseparator
38771 Customized
38772 \family default
38773  dialog
38774 \end_layout
38775
38776 \end_inset
38777 </cell>
38778 </row>
38779 <row interlinespace="2.5mm">
38780 <cell alignment="center" valignment="top" usebox="none">
38781 \begin_inset Text
38782
38783 \begin_layout Plain Layout
38784
38785 \family sans
38786 \begin_inset Info
38787 type  "icon"
38788 arg   "textstyle-apply"
38789 \end_inset
38790
38791
38792 \end_layout
38793
38794 \end_inset
38795 </cell>
38796 <cell alignment="center" valignment="top" usebox="none">
38797 \begin_inset Text
38798
38799 \begin_layout Plain Layout
38800 Format text using the current settings in the 
38801 \family sans
38802 Edit\SpecialChar \menuseparator
38803 Text
38804 \begin_inset space ~
38805 \end_inset
38806
38807 Style\SpecialChar \menuseparator
38808 Customized
38809 \family default
38810  dialog
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 </row>
38816 <row interlinespace="2.5mm">
38817 <cell alignment="center" valignment="top" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821
38822 \family sans
38823 \begin_inset Info
38824 type  "icon"
38825 arg   "math-mode"
38826 \end_inset
38827
38828
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 <cell alignment="center" valignment="top" usebox="none">
38834 \begin_inset Text
38835
38836 \begin_layout Plain Layout
38837
38838 \family sans
38839 Insert\SpecialChar \menuseparator
38840 Math\SpecialChar \menuseparator
38841 Inline
38842 \begin_inset space ~
38843 \end_inset
38844
38845 Formula
38846 \end_layout
38847
38848 \end_inset
38849 </cell>
38850 </row>
38851 <row interlinespace="2.5mm">
38852 <cell alignment="center" valignment="top" usebox="none">
38853 \begin_inset Text
38854
38855 \begin_layout Plain Layout
38856
38857 \family sans
38858 \begin_inset Info
38859 type  "icon"
38860 arg   "dialog-show-new-inset graphics"
38861 \end_inset
38862
38863
38864 \end_layout
38865
38866 \end_inset
38867 </cell>
38868 <cell alignment="center" valignment="top" usebox="none">
38869 \begin_inset Text
38870
38871 \begin_layout Plain Layout
38872
38873 \family sans
38874 Insert\SpecialChar \menuseparator
38875 Graphics
38876 \end_layout
38877
38878 \end_inset
38879 </cell>
38880 </row>
38881 <row interlinespace="2.5mm">
38882 <cell alignment="center" valignment="top" usebox="none">
38883 \begin_inset Text
38884
38885 \begin_layout Plain Layout
38886 \begin_inset Info
38887 type  "icon"
38888 arg   "tabular-insert"
38889 \end_inset
38890
38891
38892 \end_layout
38893
38894 \end_inset
38895 </cell>
38896 <cell alignment="center" valignment="top" usebox="none">
38897 \begin_inset Text
38898
38899 \begin_layout Plain Layout
38900
38901 \family sans
38902 Insert\SpecialChar \menuseparator
38903 Table
38904 \end_layout
38905
38906 \end_inset
38907 </cell>
38908 </row>
38909 <row interlinespace="2.5mm">
38910 <cell alignment="center" valignment="top" usebox="none">
38911 \begin_inset Text
38912
38913 \begin_layout Plain Layout
38914
38915 \family sans
38916 \begin_inset Info
38917 type  "icon"
38918 arg   "dialog-toggle toc"
38919 \end_inset
38920
38921
38922 \end_layout
38923
38924 \end_inset
38925 </cell>
38926 <cell alignment="center" valignment="top" usebox="none">
38927 \begin_inset Text
38928
38929 \begin_layout Plain Layout
38930 Toggle outline window on/off, 
38931 \family sans
38932 View\SpecialChar \menuseparator
38933 Outline
38934 \end_layout
38935
38936 \end_inset
38937 </cell>
38938 </row>
38939 <row interlinespace="2.5mm">
38940 <cell alignment="center" valignment="top" usebox="none">
38941 \begin_inset Text
38942
38943 \begin_layout Plain Layout
38944
38945 \family sans
38946 \begin_inset Info
38947 type  "icon"
38948 arg   "toolbar-toggle math"
38949 \end_inset
38950
38951
38952 \end_layout
38953
38954 \end_inset
38955 </cell>
38956 <cell alignment="center" valignment="top" usebox="none">
38957 \begin_inset Text
38958
38959 \begin_layout Plain Layout
38960 Toggle math toolbar on/off
38961 \end_layout
38962
38963 \end_inset
38964 </cell>
38965 </row>
38966 <row interlinespace="2.5mm">
38967 <cell alignment="center" valignment="top" usebox="none">
38968 \begin_inset Text
38969
38970 \begin_layout Plain Layout
38971
38972 \family sans
38973 \begin_inset Info
38974 type  "icon"
38975 arg   "toolbar-toggle table"
38976 \end_inset
38977
38978
38979 \end_layout
38980
38981 \end_inset
38982 </cell>
38983 <cell alignment="center" valignment="top" usebox="none">
38984 \begin_inset Text
38985
38986 \begin_layout Plain Layout
38987 Toggle table toolbar on/off
38988 \end_layout
38989
38990 \end_inset
38991 </cell>
38992 </row>
38993 </lyxtabular>
38994
38995 \end_inset
38996
38997
38998 \end_layout
38999
39000 \begin_layout Subsection
39001 Extra Toolbar
39002 \begin_inset Index idx
39003 status collapsed
39004
39005 \begin_layout Plain Layout
39006 Toolbar ! Extra
39007 \end_layout
39008
39009 \end_inset
39010
39011
39012 \end_layout
39013
39014 \begin_layout Standard
39015 \begin_inset Graphics
39016         filename clipart/ExtraToolbar.png
39017         width 100col%
39018
39019 \end_inset
39020
39021
39022 \end_layout
39023
39024 \begin_layout Standard
39025 \begin_inset VSpace defskip
39026 \end_inset
39027
39028
39029 \end_layout
39030
39031 \begin_layout Standard
39032 The extra toolbar as shown above contains from left to right the following
39033  buttons:
39034 \end_layout
39035
39036 \begin_layout Standard
39037 \begin_inset VSpace defskip
39038 \end_inset
39039
39040
39041 \end_layout
39042
39043 \begin_layout Standard
39044 \begin_inset Tabular
39045 <lyxtabular version="3" rows="25" columns="2">
39046 <features rotate="0" islongtable="true" longtabularalignment="center">
39047 <column alignment="left" valignment="top">
39048 <column alignment="left" valignment="top">
39049 <row interlinespace="2.5mm">
39050 <cell alignment="center" valignment="top" usebox="none">
39051 \begin_inset Text
39052
39053 \begin_layout Plain Layout
39054
39055 \family sans
39056 \begin_inset Info
39057 type  "icon"
39058 arg   "layout"
39059 \end_inset
39060
39061
39062 \end_layout
39063
39064 \end_inset
39065 </cell>
39066 <cell alignment="center" valignment="top" usebox="none">
39067 \begin_inset Text
39068
39069 \begin_layout Plain Layout
39070 Default
39071 \end_layout
39072
39073 \end_inset
39074 </cell>
39075 </row>
39076 <row interlinespace="2.5mm">
39077 <cell alignment="center" valignment="top" usebox="none">
39078 \begin_inset Text
39079
39080 \begin_layout Plain Layout
39081
39082 \family sans
39083 \begin_inset Info
39084 type  "icon"
39085 arg   "layout Enumerate"
39086 \end_inset
39087
39088
39089 \end_layout
39090
39091 \end_inset
39092 </cell>
39093 <cell alignment="center" valignment="top" usebox="none">
39094 \begin_inset Text
39095
39096 \begin_layout Plain Layout
39097 Numbered list
39098 \end_layout
39099
39100 \end_inset
39101 </cell>
39102 </row>
39103 <row interlinespace="2.5mm">
39104 <cell alignment="center" valignment="top" usebox="none">
39105 \begin_inset Text
39106
39107 \begin_layout Plain Layout
39108
39109 \family sans
39110 \begin_inset Info
39111 type  "icon"
39112 arg   "layout Itemize"
39113 \end_inset
39114
39115
39116 \end_layout
39117
39118 \end_inset
39119 </cell>
39120 <cell alignment="center" valignment="top" usebox="none">
39121 \begin_inset Text
39122
39123 \begin_layout Plain Layout
39124 Itemized list
39125 \end_layout
39126
39127 \end_inset
39128 </cell>
39129 </row>
39130 <row interlinespace="2.5mm">
39131 <cell alignment="center" valignment="top" usebox="none">
39132 \begin_inset Text
39133
39134 \begin_layout Plain Layout
39135
39136 \family sans
39137 \begin_inset Info
39138 type  "icon"
39139 arg   "layout List"
39140 \end_inset
39141
39142
39143 \end_layout
39144
39145 \end_inset
39146 </cell>
39147 <cell alignment="center" valignment="top" usebox="none">
39148 \begin_inset Text
39149
39150 \begin_layout Plain Layout
39151 List
39152 \end_layout
39153
39154 \end_inset
39155 </cell>
39156 </row>
39157 <row interlinespace="2.5mm">
39158 <cell alignment="center" valignment="top" usebox="none">
39159 \begin_inset Text
39160
39161 \begin_layout Plain Layout
39162
39163 \family sans
39164 \begin_inset Info
39165 type  "icon"
39166 arg   "layout Description"
39167 \end_inset
39168
39169
39170 \end_layout
39171
39172 \end_inset
39173 </cell>
39174 <cell alignment="center" valignment="top" usebox="none">
39175 \begin_inset Text
39176
39177 \begin_layout Plain Layout
39178 Description list
39179 \end_layout
39180
39181 \end_inset
39182 </cell>
39183 </row>
39184 <row interlinespace="2.5mm">
39185 <cell alignment="center" valignment="top" usebox="none">
39186 \begin_inset Text
39187
39188 \begin_layout Plain Layout
39189
39190 \family sans
39191 \begin_inset Info
39192 type  "icon"
39193 arg   "depth-increment"
39194 \end_inset
39195
39196
39197 \end_layout
39198
39199 \end_inset
39200 </cell>
39201 <cell alignment="center" valignment="top" usebox="none">
39202 \begin_inset Text
39203
39204 \begin_layout Plain Layout
39205
39206 \family sans
39207 Edit\SpecialChar \menuseparator
39208 Increase
39209 \begin_inset space ~
39210 \end_inset
39211
39212 List
39213 \begin_inset space ~
39214 \end_inset
39215
39216 Depth
39217 \end_layout
39218
39219 \end_inset
39220 </cell>
39221 </row>
39222 <row interlinespace="2.5mm">
39223 <cell alignment="center" valignment="top" usebox="none">
39224 \begin_inset Text
39225
39226 \begin_layout Plain Layout
39227
39228 \family sans
39229 \begin_inset Info
39230 type  "icon"
39231 arg   "depth-decrement"
39232 \end_inset
39233
39234
39235 \end_layout
39236
39237 \end_inset
39238 </cell>
39239 <cell alignment="center" valignment="top" usebox="none">
39240 \begin_inset Text
39241
39242 \begin_layout Plain Layout
39243
39244 \family sans
39245 Edit\SpecialChar \menuseparator
39246 Decrease
39247 \begin_inset space ~
39248 \end_inset
39249
39250 List
39251 \begin_inset space ~
39252 \end_inset
39253
39254 Depth
39255 \end_layout
39256
39257 \end_inset
39258 </cell>
39259 </row>
39260 <row interlinespace="2.5mm">
39261 <cell alignment="center" valignment="top" usebox="none">
39262 \begin_inset Text
39263
39264 \begin_layout Plain Layout
39265
39266 \family sans
39267 \begin_inset Info
39268 type  "icon"
39269 arg   "float-insert figure"
39270 \end_inset
39271
39272
39273 \end_layout
39274
39275 \end_inset
39276 </cell>
39277 <cell alignment="center" valignment="top" usebox="none">
39278 \begin_inset Text
39279
39280 \begin_layout Plain Layout
39281
39282 \family sans
39283 Insert\SpecialChar \menuseparator
39284 Float\SpecialChar \menuseparator
39285 Figure
39286 \end_layout
39287
39288 \end_inset
39289 </cell>
39290 </row>
39291 <row interlinespace="2.5mm">
39292 <cell alignment="center" valignment="top" usebox="none">
39293 \begin_inset Text
39294
39295 \begin_layout Plain Layout
39296
39297 \family sans
39298 \begin_inset Info
39299 type  "icon"
39300 arg   "float-insert table"
39301 \end_inset
39302
39303
39304 \end_layout
39305
39306 \end_inset
39307 </cell>
39308 <cell alignment="center" valignment="top" usebox="none">
39309 \begin_inset Text
39310
39311 \begin_layout Plain Layout
39312
39313 \family sans
39314 Insert\SpecialChar \menuseparator
39315 Float\SpecialChar \menuseparator
39316 Table
39317 \end_layout
39318
39319 \end_inset
39320 </cell>
39321 </row>
39322 <row interlinespace="2.5mm">
39323 <cell alignment="center" valignment="top" usebox="none">
39324 \begin_inset Text
39325
39326 \begin_layout Plain Layout
39327
39328 \family sans
39329 \begin_inset Info
39330 type  "icon"
39331 arg   "label-insert"
39332 \end_inset
39333
39334
39335 \end_layout
39336
39337 \end_inset
39338 </cell>
39339 <cell alignment="center" valignment="top" usebox="none">
39340 \begin_inset Text
39341
39342 \begin_layout Plain Layout
39343
39344 \family sans
39345 Insert\SpecialChar \menuseparator
39346 Label
39347 \end_layout
39348
39349 \end_inset
39350 </cell>
39351 </row>
39352 <row interlinespace="2.5mm">
39353 <cell alignment="center" valignment="top" usebox="none">
39354 \begin_inset Text
39355
39356 \begin_layout Plain Layout
39357
39358 \family sans
39359 \begin_inset Info
39360 type  "icon"
39361 arg   "dialog-show-new-inset ref"
39362 \end_inset
39363
39364
39365 \end_layout
39366
39367 \end_inset
39368 </cell>
39369 <cell alignment="center" valignment="top" usebox="none">
39370 \begin_inset Text
39371
39372 \begin_layout Plain Layout
39373
39374 \family sans
39375 Insert\SpecialChar \menuseparator
39376 Cross-Reference
39377 \end_layout
39378
39379 \end_inset
39380 </cell>
39381 </row>
39382 <row interlinespace="2.5mm">
39383 <cell alignment="center" valignment="top" usebox="none">
39384 \begin_inset Text
39385
39386 \begin_layout Plain Layout
39387
39388 \family sans
39389 \begin_inset Info
39390 type  "icon"
39391 arg   "dialog-show-new-inset citation"
39392 \end_inset
39393
39394
39395 \end_layout
39396
39397 \end_inset
39398 </cell>
39399 <cell alignment="center" valignment="top" usebox="none">
39400 \begin_inset Text
39401
39402 \begin_layout Plain Layout
39403
39404 \family sans
39405 Insert\SpecialChar \menuseparator
39406 Citation
39407 \end_layout
39408
39409 \end_inset
39410 </cell>
39411 </row>
39412 <row interlinespace="2.5mm">
39413 <cell alignment="center" valignment="top" usebox="none">
39414 \begin_inset Text
39415
39416 \begin_layout Plain Layout
39417
39418 \family sans
39419 \begin_inset Info
39420 type  "icon"
39421 arg   "index-insert"
39422 \end_inset
39423
39424
39425 \end_layout
39426
39427 \end_inset
39428 </cell>
39429 <cell alignment="center" valignment="top" usebox="none">
39430 \begin_inset Text
39431
39432 \begin_layout Plain Layout
39433
39434 \family sans
39435 Insert\SpecialChar \menuseparator
39436 Index
39437 \begin_inset space ~
39438 \end_inset
39439
39440 Entry
39441 \end_layout
39442
39443 \end_inset
39444 </cell>
39445 </row>
39446 <row interlinespace="2.5mm">
39447 <cell alignment="center" valignment="top" usebox="none">
39448 \begin_inset Text
39449
39450 \begin_layout Plain Layout
39451
39452 \family sans
39453 \begin_inset Info
39454 type  "icon"
39455 arg   "nomencl-insert"
39456 \end_inset
39457
39458
39459 \end_layout
39460
39461 \end_inset
39462 </cell>
39463 <cell alignment="center" valignment="top" usebox="none">
39464 \begin_inset Text
39465
39466 \begin_layout Plain Layout
39467
39468 \family sans
39469 Insert\SpecialChar \menuseparator
39470 Nomenclature
39471 \begin_inset space ~
39472 \end_inset
39473
39474 Entry
39475 \end_layout
39476
39477 \end_inset
39478 </cell>
39479 </row>
39480 <row interlinespace="2.5mm">
39481 <cell alignment="center" valignment="top" usebox="none">
39482 \begin_inset Text
39483
39484 \begin_layout Plain Layout
39485
39486 \family sans
39487 \begin_inset Info
39488 type  "icon"
39489 arg   "footnote-insert"
39490 \end_inset
39491
39492
39493 \end_layout
39494
39495 \end_inset
39496 </cell>
39497 <cell alignment="center" valignment="top" usebox="none">
39498 \begin_inset Text
39499
39500 \begin_layout Plain Layout
39501
39502 \family sans
39503 Insert\SpecialChar \menuseparator
39504 Footnote
39505 \end_layout
39506
39507 \end_inset
39508 </cell>
39509 </row>
39510 <row interlinespace="2.5mm">
39511 <cell alignment="center" valignment="top" usebox="none">
39512 \begin_inset Text
39513
39514 \begin_layout Plain Layout
39515
39516 \family sans
39517 \begin_inset Info
39518 type  "icon"
39519 arg   "marginalnote-insert"
39520 \end_inset
39521
39522
39523 \end_layout
39524
39525 \end_inset
39526 </cell>
39527 <cell alignment="center" valignment="top" usebox="none">
39528 \begin_inset Text
39529
39530 \begin_layout Plain Layout
39531
39532 \family sans
39533 Insert\SpecialChar \menuseparator
39534 Marginal
39535 \begin_inset space ~
39536 \end_inset
39537
39538 Note
39539 \end_layout
39540
39541 \end_inset
39542 </cell>
39543 </row>
39544 <row interlinespace="2.5mm">
39545 <cell alignment="center" valignment="top" usebox="none">
39546 \begin_inset Text
39547
39548 \begin_layout Plain Layout
39549
39550 \family sans
39551 \begin_inset Info
39552 type  "icon"
39553 arg   "note-insert"
39554 \end_inset
39555
39556
39557 \end_layout
39558
39559 \end_inset
39560 </cell>
39561 <cell alignment="center" valignment="top" usebox="none">
39562 \begin_inset Text
39563
39564 \begin_layout Plain Layout
39565
39566 \family sans
39567 Insert\SpecialChar \menuseparator
39568 Note\SpecialChar \menuseparator
39569 L
39570 \begin_inset ERT
39571 status collapsed
39572
39573 \begin_layout Plain Layout
39574
39575 {}
39576 \end_layout
39577
39578 \end_inset
39579
39580 yX
39581 \begin_inset space ~
39582 \end_inset
39583
39584 Note
39585 \end_layout
39586
39587 \end_inset
39588 </cell>
39589 </row>
39590 <row interlinespace="2.5mm">
39591 <cell alignment="center" valignment="top" usebox="none">
39592 \begin_inset Text
39593
39594 \begin_layout Plain Layout
39595
39596 \family sans
39597 \begin_inset Info
39598 type  "icon"
39599 arg   "box-insert Frameless"
39600 \end_inset
39601
39602
39603 \end_layout
39604
39605 \end_inset
39606 </cell>
39607 <cell alignment="center" valignment="top" usebox="none">
39608 \begin_inset Text
39609
39610 \begin_layout Plain Layout
39611
39612 \family sans
39613 Insert\SpecialChar \menuseparator
39614 Box
39615 \end_layout
39616
39617 \end_inset
39618 </cell>
39619 </row>
39620 <row interlinespace="2.5mm">
39621 <cell alignment="center" valignment="top" usebox="none">
39622 \begin_inset Text
39623
39624 \begin_layout Plain Layout
39625
39626 \family sans
39627 \begin_inset Info
39628 type  "icon"
39629 arg   "href-insert"
39630 \end_inset
39631
39632
39633 \end_layout
39634
39635 \end_inset
39636 </cell>
39637 <cell alignment="center" valignment="top" usebox="none">
39638 \begin_inset Text
39639
39640 \begin_layout Plain Layout
39641
39642 \family sans
39643 Insert\SpecialChar \menuseparator
39644 Hyperlink
39645 \end_layout
39646
39647 \end_inset
39648 </cell>
39649 </row>
39650 <row interlinespace="2.5mm">
39651 <cell alignment="center" valignment="top" usebox="none">
39652 \begin_inset Text
39653
39654 \begin_layout Plain Layout
39655
39656 \family sans
39657 \begin_inset Info
39658 type  "icon"
39659 arg   "ert-insert"
39660 \end_inset
39661
39662
39663 \end_layout
39664
39665 \end_inset
39666 </cell>
39667 <cell alignment="center" valignment="top" usebox="none">
39668 \begin_inset Text
39669
39670 \begin_layout Plain Layout
39671
39672 \family sans
39673 Insert\SpecialChar \menuseparator
39674 T
39675 \family default
39676
39677 \begin_inset ERT
39678 status collapsed
39679
39680 \begin_layout Plain Layout
39681
39682 {}
39683 \end_layout
39684
39685 \end_inset
39686
39687
39688 \family sans
39689 eX
39690 \begin_inset space ~
39691 \end_inset
39692
39693 Code
39694 \end_layout
39695
39696 \end_inset
39697 </cell>
39698 </row>
39699 <row interlinespace="2.5mm">
39700 <cell alignment="center" valignment="top" usebox="none">
39701 \begin_inset Text
39702
39703 \begin_layout Plain Layout
39704
39705 \family sans
39706 \begin_inset Info
39707 type  "icon"
39708 arg   "math-macro newmacroname newcommand"
39709 \end_inset
39710
39711
39712 \end_layout
39713
39714 \end_inset
39715 </cell>
39716 <cell alignment="center" valignment="top" usebox="none">
39717 \begin_inset Text
39718
39719 \begin_layout Plain Layout
39720
39721 \family sans
39722 Insert\SpecialChar \menuseparator
39723 Math\SpecialChar \menuseparator
39724 Macro
39725 \end_layout
39726
39727 \end_inset
39728 </cell>
39729 </row>
39730 <row interlinespace="2.5mm">
39731 <cell alignment="center" valignment="top" usebox="none">
39732 \begin_inset Text
39733
39734 \begin_layout Plain Layout
39735
39736 \family sans
39737 \begin_inset Info
39738 type  "icon"
39739 arg   "dialog-show-new-inset include"
39740 \end_inset
39741
39742
39743 \end_layout
39744
39745 \end_inset
39746 </cell>
39747 <cell alignment="center" valignment="top" usebox="none">
39748 \begin_inset Text
39749
39750 \begin_layout Plain Layout
39751
39752 \family sans
39753 Insert\SpecialChar \menuseparator
39754 File\SpecialChar \menuseparator
39755 Child
39756 \begin_inset space ~
39757 \end_inset
39758
39759 Document
39760 \end_layout
39761
39762 \end_inset
39763 </cell>
39764 </row>
39765 <row interlinespace="2.5mm">
39766 <cell alignment="center" valignment="top" usebox="none">
39767 \begin_inset Text
39768
39769 \begin_layout Plain Layout
39770
39771 \family sans
39772 \begin_inset Info
39773 type  "icon"
39774 arg   "dialog-show character"
39775 \end_inset
39776
39777
39778 \end_layout
39779
39780 \end_inset
39781 </cell>
39782 <cell alignment="center" valignment="top" usebox="none">
39783 \begin_inset Text
39784
39785 \begin_layout Plain Layout
39786
39787 \family sans
39788 Edit\SpecialChar \menuseparator
39789 Text
39790 \begin_inset space ~
39791 \end_inset
39792
39793 Style\SpecialChar \menuseparator
39794 Customized
39795 \end_layout
39796
39797 \end_inset
39798 </cell>
39799 </row>
39800 <row interlinespace="2.5mm">
39801 <cell alignment="center" valignment="top" usebox="none">
39802 \begin_inset Text
39803
39804 \begin_layout Plain Layout
39805
39806 \family sans
39807 \begin_inset Info
39808 type  "icon"
39809 arg   "layout-paragraph"
39810 \end_inset
39811
39812
39813 \end_layout
39814
39815 \end_inset
39816 </cell>
39817 <cell alignment="center" valignment="top" usebox="none">
39818 \begin_inset Text
39819
39820 \begin_layout Plain Layout
39821
39822 \family sans
39823 Edit\SpecialChar \menuseparator
39824 Paragraph
39825 \begin_inset space ~
39826 \end_inset
39827
39828 Settings
39829 \end_layout
39830
39831 \end_inset
39832 </cell>
39833 </row>
39834 <row interlinespace="2.5mm">
39835 <cell alignment="center" valignment="top" usebox="none">
39836 \begin_inset Text
39837
39838 \begin_layout Plain Layout
39839
39840 \family sans
39841 \begin_inset Info
39842 type  "icon"
39843 arg   "thesaurus-entry"
39844 \end_inset
39845
39846
39847 \end_layout
39848
39849 \end_inset
39850 </cell>
39851 <cell alignment="center" valignment="top" usebox="none">
39852 \begin_inset Text
39853
39854 \begin_layout Plain Layout
39855
39856 \family sans
39857 Tools\SpecialChar \menuseparator
39858 Thesaurus
39859 \end_layout
39860
39861 \end_inset
39862 </cell>
39863 </row>
39864 </lyxtabular>
39865
39866 \end_inset
39867
39868
39869 \end_layout
39870
39871 \begin_layout Subsection
39872 View/Update Toolbar
39873 \begin_inset Index idx
39874 status collapsed
39875
39876 \begin_layout Plain Layout
39877 Toolbar ! View / Update
39878 \end_layout
39879
39880 \end_inset
39881
39882
39883 \end_layout
39884
39885 \begin_layout Standard
39886 \begin_inset Graphics
39887         filename clipart/ViewToolbar.png
39888
39889 \end_inset
39890
39891
39892 \end_layout
39893
39894 \begin_layout Standard
39895 \begin_inset VSpace defskip
39896 \end_inset
39897
39898
39899 \end_layout
39900
39901 \begin_layout Standard
39902 The view/update toolbar as shown above contains from left to right the following
39903  buttons:
39904 \end_layout
39905
39906 \begin_layout Standard
39907 \begin_inset VSpace defskip
39908 \end_inset
39909
39910
39911 \end_layout
39912
39913 \begin_layout Standard
39914 \begin_inset Tabular
39915 <lyxtabular version="3" rows="7" columns="2">
39916 <features rotate="0" islongtable="true" longtabularalignment="center">
39917 <column alignment="left" valignment="top">
39918 <column alignment="left" valignment="top">
39919 <row interlinespace="2.5mm">
39920 <cell alignment="center" valignment="top" usebox="none">
39921 \begin_inset Text
39922
39923 \begin_layout Plain Layout
39924
39925 \family sans
39926 \begin_inset Info
39927 type  "icon"
39928 arg   "buffer-view"
39929 \end_inset
39930
39931
39932 \end_layout
39933
39934 \end_inset
39935 </cell>
39936 <cell alignment="center" valignment="top" usebox="none">
39937 \begin_inset Text
39938
39939 \begin_layout Plain Layout
39940
39941 \family sans
39942 Document\SpecialChar \menuseparator
39943 View
39944 \end_layout
39945
39946 \end_inset
39947 </cell>
39948 </row>
39949 <row interlinespace="2.5mm">
39950 <cell alignment="center" valignment="top" usebox="none">
39951 \begin_inset Text
39952
39953 \begin_layout Plain Layout
39954
39955 \family sans
39956 \begin_inset Info
39957 type  "icon"
39958 arg   "buffer-update"
39959 \end_inset
39960
39961
39962 \end_layout
39963
39964 \end_inset
39965 </cell>
39966 <cell alignment="center" valignment="top" usebox="none">
39967 \begin_inset Text
39968
39969 \begin_layout Plain Layout
39970
39971 \family sans
39972 Document\SpecialChar \menuseparator
39973 Update
39974 \end_layout
39975
39976 \end_inset
39977 </cell>
39978 </row>
39979 <row interlinespace="2.5mm">
39980 <cell alignment="center" valignment="top" usebox="none">
39981 \begin_inset Text
39982
39983 \begin_layout Plain Layout
39984
39985 \family sans
39986 \begin_inset Info
39987 type  "icon"
39988 arg   "master-buffer-view"
39989 \end_inset
39990
39991
39992 \end_layout
39993
39994 \end_inset
39995 </cell>
39996 <cell alignment="center" valignment="top" usebox="none">
39997 \begin_inset Text
39998
39999 \begin_layout Plain Layout
40000
40001 \family sans
40002 Document\SpecialChar \menuseparator
40003 Master
40004 \begin_inset space ~
40005 \end_inset
40006
40007 Document
40008 \end_layout
40009
40010 \end_inset
40011 </cell>
40012 </row>
40013 <row interlinespace="2.5mm">
40014 <cell alignment="center" valignment="top" usebox="none">
40015 \begin_inset Text
40016
40017 \begin_layout Plain Layout
40018
40019 \family sans
40020 \begin_inset Info
40021 type  "icon"
40022 arg   "master-buffer-update"
40023 \end_inset
40024
40025
40026 \end_layout
40027
40028 \end_inset
40029 </cell>
40030 <cell alignment="center" valignment="top" usebox="none">
40031 \begin_inset Text
40032
40033 \begin_layout Plain Layout
40034
40035 \family sans
40036 Document\SpecialChar \menuseparator
40037 Update
40038 \begin_inset space ~
40039 \end_inset
40040
40041 Master
40042 \begin_inset space ~
40043 \end_inset
40044
40045 Document
40046 \end_layout
40047
40048 \end_inset
40049 </cell>
40050 </row>
40051 <row interlinespace="2.5mm">
40052 <cell alignment="center" valignment="top" usebox="none">
40053 \begin_inset Text
40054
40055 \begin_layout Plain Layout
40056
40057 \family sans
40058 \begin_inset Info
40059 type  "icon"
40060 arg   "buffer-toggle-output-sync"
40061 \end_inset
40062
40063
40064 \end_layout
40065
40066 \end_inset
40067 </cell>
40068 <cell alignment="center" valignment="top" usebox="none">
40069 \begin_inset Text
40070
40071 \begin_layout Plain Layout
40072
40073 \family sans
40074 Document\SpecialChar \menuseparator
40075 Settings\SpecialChar \menuseparator
40076 Output\SpecialChar \menuseparator
40077 Synchronize with Output
40078 \end_layout
40079
40080 \end_inset
40081 </cell>
40082 </row>
40083 <row interlinespace="2.5mm">
40084 <cell alignment="center" valignment="top" usebox="none">
40085 \begin_inset Text
40086
40087 \begin_layout Plain Layout
40088 \begin_inset Graphics
40089         filename ../images/view-others.png
40090         scale 85
40091         groupId toolbarbuttons
40092
40093 \end_inset
40094
40095
40096 \family sans
40097 *
40098 \end_layout
40099
40100 \end_inset
40101 </cell>
40102 <cell alignment="center" valignment="top" usebox="none">
40103 \begin_inset Text
40104
40105 \begin_layout Plain Layout
40106
40107 \family sans
40108 Document\SpecialChar \menuseparator
40109 View (Other Formats)
40110 \end_layout
40111
40112 \end_inset
40113 </cell>
40114 </row>
40115 <row interlinespace="2.5mm">
40116 <cell alignment="center" valignment="top" usebox="none">
40117 \begin_inset Text
40118
40119 \begin_layout Plain Layout
40120 \begin_inset Graphics
40121         filename ../images/update-others.png
40122         scale 85
40123         groupId toolbarbuttons
40124
40125 \end_inset
40126
40127 *
40128 \end_layout
40129
40130 \end_inset
40131 </cell>
40132 <cell alignment="center" valignment="top" usebox="none">
40133 \begin_inset Text
40134
40135 \begin_layout Plain Layout
40136
40137 \family sans
40138 Document\SpecialChar \menuseparator
40139 Update (Other Formats)
40140 \end_layout
40141
40142 \end_inset
40143 </cell>
40144 </row>
40145 </lyxtabular>
40146
40147 \end_inset
40148
40149
40150 \end_layout
40151
40152 \begin_layout Standard
40153 * These icons might look different for you if you do not use the default
40154  icon set.
40155 \end_layout
40156
40157 \begin_layout Subsection
40158 Other Toolbars
40159 \end_layout
40160
40161 \begin_layout Standard
40162 The change tracking toolbar is explained in section
40163 \begin_inset space ~
40164 \end_inset
40165
40166
40167 \begin_inset CommandInset ref
40168 LatexCommand ref
40169 reference "sec:Change-Tracking"
40170
40171 \end_inset
40172
40173 , the table toolbar
40174 \begin_inset Index idx
40175 status collapsed
40176
40177 \begin_layout Plain Layout
40178 Toolbar ! Table
40179 \end_layout
40180
40181 \end_inset
40182
40183  in the 
40184 \emph on
40185 Embedded
40186 \begin_inset space ~
40187 \end_inset
40188
40189 Objects
40190 \emph default
40191  manual and the math macro toolbar
40192 \begin_inset Index idx
40193 status collapsed
40194
40195 \begin_layout Plain Layout
40196 Toolbar ! Macro
40197 \end_layout
40198
40199 \end_inset
40200
40201  in the 
40202 \emph on
40203 Math
40204 \emph default
40205  manual.
40206 \end_layout
40207
40208 \begin_layout Chapter
40209 The Document Settings
40210 \begin_inset CommandInset label
40211 LatexCommand label
40212 name "chap:The-Document-Settings"
40213
40214 \end_inset
40215
40216
40217 \begin_inset Index idx
40218 status collapsed
40219
40220 \begin_layout Plain Layout
40221 Document ! Settings
40222 \end_layout
40223
40224 \end_inset
40225
40226
40227 \end_layout
40228
40229 \begin_layout Standard
40230 The 
40231 \family sans
40232 Document
40233 \begin_inset space ~
40234 \end_inset
40235
40236 Setting
40237 \family default
40238 s dialog contains submenus to set properties for the whole document and
40239  is called with the menu
40240 \family sans
40241  Document\SpecialChar \menuseparator
40242 Settings
40243 \family default
40244 .
40245  You can save your document settings as default with the
40246 \family sans
40247  Save as Document Defaults
40248 \family default
40249  button in any dialog.
40250  This will create a template named 
40251 \family typewriter
40252 defaults.lyx
40253 \family default
40254  which is automatically loaded by LyX when you create a new document without
40255  using a template.
40256 \end_layout
40257
40258 \begin_layout Standard
40259 The button 
40260 \family sans
40261 Use Class Defaults
40262 \family default
40263  resets the document settings to the default of the document class.
40264  This affects mostly class options, the page layout and Numbering & TOC.
40265 \end_layout
40266
40267 \begin_layout Standard
40268 The different submenus of the dialog are explained in the following sections.
40269  There are so many document settings available that it might take a while
40270  to find the one you are looking for.
40271  To find a setting quicker, you can use the search field which is above
40272  the submenus of the dialog.
40273  If you search e.
40274 \begin_inset space \thinspace{}
40275 \end_inset
40276
40277 g.
40278 \begin_inset space \space{}
40279 \end_inset
40280
40281 for 
40282 \begin_inset Quotes eld
40283 \end_inset
40284
40285 page
40286 \begin_inset Quotes erd
40287 \end_inset
40288
40289 , you will see that some submenus will be grayed-out and disabled.
40290  Only the submenus with page settings stay enabled.
40291  The found page settings are labeled red in these submenus.
40292 \end_layout
40293
40294 \begin_layout Section
40295 Document Class
40296 \end_layout
40297
40298 \begin_layout Standard
40299 Here you set the document class, class options, a graphics driver, and a
40300  master document.
40301  Document classes are described in section
40302 \begin_inset space ~
40303 \end_inset
40304
40305
40306 \begin_inset CommandInset ref
40307 LatexCommand ref
40308 reference "sec:Document-Classes"
40309
40310 \end_inset
40311
40312 .
40313  
40314 \end_layout
40315
40316 \begin_layout Standard
40317 With the button 
40318 \family sans
40319 Local
40320 \begin_inset space ~
40321 \end_inset
40322
40323 Layout
40324 \family default
40325  you can load you own layout-file, that is not in LyX's 
40326 \emph on
40327 layouts
40328 \emph default
40329  folder and thus not recognized by LyX as a layout for a document class.
40330  For more about layout-files, see the chapter 
40331 \emph on
40332 Installing New Document Classes, Types of Layout Files
40333 \emph default
40334  of the 
40335 \emph on
40336 Customization
40337 \emph default
40338  Handbook.
40339 \end_layout
40340
40341 \begin_layout Standard
40342 Some classes use special class options by default.
40343  If this is the case, they are listed in the field 
40344 \family sans
40345 Predefined
40346 \family default
40347  and you can decide to use them or not.
40348  If you do not know exactly what the default class options are for, it is
40349  recommended you leave them untouched.
40350  The 
40351 \family sans
40352 Graphics driver
40353 \family default
40354  is used for LaTeX's graphics, color and page layout packages.
40355  If using 
40356 \family sans
40357 Default
40358 \family default
40359 , the default driver for the LaTeX-packages is used.
40360  It is recommended that you use the default unless you know what you are
40361  doing.
40362 \begin_inset Foot
40363 status collapsed
40364
40365 \begin_layout Plain Layout
40366 When you want to use one of the following drivers
40367 \begin_inset Newline newline
40368 \end_inset
40369
40370
40371 \family sans
40372 dvi2ps, dvialw, dvilaser, dvitops, psprint, pubps, ln
40373 \family default
40374
40375 \begin_inset Newline newline
40376 \end_inset
40377
40378 you first have to activate them in your LaTeX distribution, see section
40379  
40380 \emph on
40381 Driver support
40382 \emph default
40383  in 
40384 \begin_inset CommandInset href
40385 LatexCommand href
40386 target "http://mirrors.ctan.org/macros/latex/required/graphics/grfguide.pdf"
40387
40388 \end_inset
40389
40390 .
40391 \end_layout
40392
40393 \end_inset
40394
40395
40396 \end_layout
40397
40398 \begin_layout Standard
40399 Specifying a 
40400 \family sans
40401 Master
40402 \family default
40403  document is necessary if the current document is a child or subdocument.
40404  The master document will be used by LyX in the background if the child
40405  document is opened without its master.
40406  This way child documents are always compilable.
40407  More about master and child documents is explained in the section 
40408 \emph on
40409 Child Documents
40410 \emph default
40411  of the 
40412 \emph on
40413 Embedded
40414 \begin_inset space ~
40415 \end_inset
40416
40417 Objects
40418 \emph default
40419  manual.
40420 \end_layout
40421
40422 \begin_layout Standard
40423 There is also an option to suppress the date and one to use the LaTeX-package
40424  
40425 \series bold
40426 refstyle
40427 \series default
40428  instead of 
40429 \series bold
40430 prettyref
40431 \series default
40432
40433 \begin_inset Index idx
40434 status collapsed
40435
40436 \begin_layout Plain Layout
40437 LaTeX-packages ! prettyref
40438 \end_layout
40439
40440 \end_inset
40441
40442
40443 \begin_inset Index idx
40444 status collapsed
40445
40446 \begin_layout Plain Layout
40447 LaTeX-packages ! refstyle
40448 \end_layout
40449
40450 \end_inset
40451
40452  for cross-references, see section
40453 \begin_inset space ~
40454 \end_inset
40455
40456
40457 \begin_inset CommandInset ref
40458 LatexCommand ref
40459 reference "sec:Cross-References"
40460
40461 \end_inset
40462
40463 .
40464 \end_layout
40465
40466 \begin_layout Section
40467 Child Documents
40468 \end_layout
40469
40470 \begin_layout Standard
40471 This submenu is only visible when your document includes child documents.
40472  Please refer to the section 
40473 \emph on
40474 Child
40475 \begin_inset space ~
40476 \end_inset
40477
40478 Documents
40479 \emph default
40480  of the 
40481 \emph on
40482 Embedded
40483 \begin_inset space ~
40484 \end_inset
40485
40486 Objects
40487 \emph default
40488  manual for details.
40489 \end_layout
40490
40491 \begin_layout Section
40492 Modules
40493 \end_layout
40494
40495 \begin_layout Standard
40496 Modules are explained in section
40497 \begin_inset space ~
40498 \end_inset
40499
40500
40501 \begin_inset CommandInset ref
40502 LatexCommand ref
40503 reference "sub:Modules"
40504
40505 \end_inset
40506
40507 .
40508 \end_layout
40509
40510 \begin_layout Section
40511 Local Layout
40512 \end_layout
40513
40514 \begin_layout Standard
40515 See section
40516 \begin_inset space ~
40517 \end_inset
40518
40519
40520 \begin_inset CommandInset ref
40521 LatexCommand ref
40522 reference "sub:Local-Layout"
40523
40524 \end_inset
40525
40526  for a description.
40527 \end_layout
40528
40529 \begin_layout Section
40530 Fonts
40531 \end_layout
40532
40533 \begin_layout Standard
40534 The document font settings are described in section
40535 \begin_inset space ~
40536 \end_inset
40537
40538
40539 \begin_inset CommandInset ref
40540 LatexCommand ref
40541 reference "sec:Fonts-and-Text"
40542
40543 \end_inset
40544
40545 .
40546 \end_layout
40547
40548 \begin_layout Section
40549 Text Layout
40550 \end_layout
40551
40552 \begin_layout Standard
40553 You can specify if paragraphs should be separated by 
40554 \family sans
40555 Indentation
40556 \family default
40557  or by 
40558 \family sans
40559 Vertical space
40560 \family default
40561 .
40562  The 
40563 \family sans
40564 Line
40565 \begin_inset space ~
40566 \end_inset
40567
40568 spacing
40569 \family default
40570  and whether it should be a 
40571 \family sans
40572 Two-column
40573 \begin_inset space ~
40574 \end_inset
40575
40576 document
40577 \family default
40578  can also be specified here.
40579 \end_layout
40580
40581 \begin_layout Standard
40582 Note that LyX will not show two columns or the specified line spacing on
40583  screen.
40584  That would be impractical, often unreadable, and is not part of the WYSIWYM
40585  concept.
40586  However, it will be as you specified in the output.
40587 \end_layout
40588
40589 \begin_layout Standard
40590 With the option 
40591 \family sans
40592 Use justification in LyX work area
40593 \family default
40594  you can decide if LyX justifies the text on screen.
40595  This only affects the text inside LyX not in the output.
40596 \end_layout
40597
40598 \begin_layout Section
40599 Page Layout
40600 \end_layout
40601
40602 \begin_layout Standard
40603 This dialog is described in sections
40604 \begin_inset space ~
40605 \end_inset
40606
40607
40608 \begin_inset CommandInset ref
40609 LatexCommand ref
40610 reference "sub:Paper-Size,-Orientation"
40611
40612 \end_inset
40613
40614  and 
40615 \begin_inset CommandInset ref
40616 LatexCommand ref
40617 reference "sub:Document-Layout"
40618
40619 \end_inset
40620
40621 .
40622 \end_layout
40623
40624 \begin_layout Section
40625 Page Margins
40626 \end_layout
40627
40628 \begin_layout Standard
40629 Here you can adjust the page margins as described in section
40630 \begin_inset space ~
40631 \end_inset
40632
40633
40634 \begin_inset CommandInset ref
40635 LatexCommand ref
40636 reference "sub:Margins"
40637
40638 \end_inset
40639
40640 .
40641 \end_layout
40642
40643 \begin_layout Section
40644 Language
40645 \begin_inset CommandInset label
40646 LatexCommand label
40647 name "sec:Language-encodings"
40648
40649 \end_inset
40650
40651
40652 \begin_inset Index idx
40653 status collapsed
40654
40655 \begin_layout Plain Layout
40656 Language ! Encoding
40657 \end_layout
40658
40659 \end_inset
40660
40661
40662 \end_layout
40663
40664 \begin_layout Standard
40665 The document language and quote styles are set here.
40666  The encoding specifies how the document content is exported to LaTeX (the
40667  LyX file is always encoded in utf8).
40668  All characters that cannot be encoded using the specified encoding will
40669  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
40670  known for a particular character).
40671 \end_layout
40672
40673 \begin_layout Standard
40674 If you use the option 
40675 \family sans
40676 Language Default
40677 \family default
40678 , LyX determines the encoding of a text part from the language of this text.
40679  If the document contains text in more than one language you may get more
40680  than one encoding in the LaTeX file.
40681  If you do not use this option then the complete document will always use
40682  exactly one encoding.
40683  Checking this option is the preferred setting.
40684 \end_layout
40685
40686 \begin_layout Standard
40687 LyX also supports Unicode output, which is particularly useful if you need
40688  lots of special symbols or non-alphabetic scripts, respectively.
40689  If you want to use this (and your LaTeX installation supports Unicode),
40690  choose one of the four utf8 variants from the list below.
40691  Unfortunately the Unicode support of standard LaTeX is quite incomplete,
40692  so it is not uncommon that a file with lots of Unicode symbols works fine
40693  with 
40694 \family sans
40695 Language Default
40696 \family default
40697  (when LyX uses its list of known LaTeX-commands), but does not work with
40698  a fixed utf8 encoding (when the list of known LaTeX-commands is not used,
40699  because all Unicode symbols can be encoded in utf8).
40700  The situation is much better with XeTeX and LuaTeX, two new alternative
40701  engines to standard LaTeX.
40702  Both engines support Unicode natively.
40703  LyX now also supports these two engines (via the output formats 
40704 \family sans
40705 PDF
40706 \begin_inset space ~
40707 \end_inset
40708
40709 (XeTe
40710 \begin_inset ERT
40711 status collapsed
40712
40713 \begin_layout Plain Layout
40714
40715 {}
40716 \end_layout
40717
40718 \end_inset
40719
40720 X)
40721 \family default
40722
40723 \family sans
40724 PDF
40725 \begin_inset space ~
40726 \end_inset
40727
40728 (LuaTe
40729 \begin_inset ERT
40730 status collapsed
40731
40732 \begin_layout Plain Layout
40733
40734 {}
40735 \end_layout
40736
40737 \end_inset
40738
40739 X)
40740 \family default
40741  and 
40742 \family sans
40743 DVI
40744 \begin_inset space ~
40745 \end_inset
40746
40747 (LuaTeX)
40748 \family default
40749 , see section
40750 \begin_inset space ~
40751 \end_inset
40752
40753
40754 \begin_inset CommandInset ref
40755 LatexCommand ref
40756 reference "sub:Output-file-formats"
40757
40758 \end_inset
40759
40760 ).
40761  So if you are using many special or accented characters and 
40762 \family sans
40763 Language Default
40764 \family default
40765  fails, you might try out one of these new engines.
40766 \end_layout
40767
40768 \begin_layout Standard
40769 The 
40770 \family sans
40771 Language
40772 \begin_inset space ~
40773 \end_inset
40774
40775 package
40776 \family default
40777  determines the LaTeX-package that is used for hyphenation and the translation
40778  of strings like 
40779 \begin_inset Quotes eld
40780 \end_inset
40781
40782 Part
40783 \begin_inset Quotes erd
40784 \end_inset
40785
40786 .
40787  The possible settings are:
40788 \end_layout
40789
40790 \begin_layout Description
40791 Default uses the language package that is selected in
40792 \family sans
40793  Tools\SpecialChar \menuseparator
40794 Preferences\SpecialChar \menuseparator
40795 Language Settings
40796 \family default
40797  (see section
40798 \begin_inset space ~
40799 \end_inset
40800
40801
40802 \begin_inset CommandInset ref
40803 LatexCommand ref
40804 reference "sub:Prefs-Language"
40805
40806 \end_inset
40807
40808 ).
40809 \end_layout
40810
40811 \begin_layout Description
40812 Automatic selects the most suitable language package for the view/export
40813  format you will use.
40814  In many cases this will be 
40815 \series bold
40816 babel
40817 \series default
40818
40819 \begin_inset Index idx
40820 status collapsed
40821
40822 \begin_layout Plain Layout
40823 LaTeX-packages ! babel
40824 \end_layout
40825
40826 \end_inset
40827
40828 .
40829  If the newer package 
40830 \series bold
40831 polyglossia
40832 \series default
40833
40834 \begin_inset Index idx
40835 status collapsed
40836
40837 \begin_layout Plain Layout
40838 LaTeX-packages ! polyglossia
40839 \end_layout
40840
40841 \end_inset
40842
40843  is more appropriate (is the case when using XeTeX and/or non-TeX fonts),
40844  this package will be used instead of 
40845 \series bold
40846 babel
40847 \series default
40848 .
40849 \end_layout
40850
40851 \begin_layout Description
40852 Always
40853 \begin_inset space ~
40854 \end_inset
40855
40856 Babel uses 
40857 \series bold
40858 babel
40859 \series default
40860  even if 
40861 \series bold
40862 polyglossia
40863 \series default
40864  would be more appropriate.
40865 \end_layout
40866
40867 \begin_layout Description
40868 Custom allows you to specify a language package command of your choice.
40869  For example if you want to use a language-specific package like 
40870 \series bold
40871 ngerman
40872 \series default
40873  (for German texts), type in
40874 \series bold
40875
40876 \begin_inset Newline newline
40877 \end_inset
40878
40879
40880 \backslash
40881 usepackage{ngerman}
40882 \end_layout
40883
40884 \begin_layout Description
40885 None will not use a language package.
40886  This is necessary for some document classes for scientific articles.
40887 \end_layout
40888
40889 \begin_layout Standard
40890 Here is a list with the important encodings:
40891 \end_layout
40892
40893 \begin_layout Description
40894 Language
40895 \begin_inset space ~
40896 \end_inset
40897
40898 Default
40899 \begin_inset space ~
40900 \end_inset
40901
40902 (no
40903 \begin_inset space ~
40904 \end_inset
40905
40906 inputenc) Same as 
40907 \family sans
40908 Language Default
40909 \family default
40910 , but the LaTeX-package 
40911 \series bold
40912 inputenc
40913 \series default
40914
40915 \begin_inset Index idx
40916 status collapsed
40917
40918 \begin_layout Plain Layout
40919 LaTeX-packages ! inputenc
40920 \end_layout
40921
40922 \end_inset
40923
40924  is not used.
40925  When using this, you probably need to load some additional packages manually
40926  in the preamble and specify the used encoding for text parts in foreign
40927  languages in TeX code.
40928 \end_layout
40929
40930 \begin_layout Description
40931 ASCII the ASCII encoding, covers only plain English (7-bit ASCII).
40932  LyX converts all other characters into LaTeX commands, which may result
40933  in a big file when lots of LaTeX-commands are needed.
40934 \end_layout
40935
40936 \begin_layout Description
40937 Arabic
40938 \begin_inset space ~
40939 \end_inset
40940
40941 (CP
40942 \begin_inset space ~
40943 \end_inset
40944
40945 1256) MS Windows code page for Arabic and Farsi
40946 \end_layout
40947
40948 \begin_layout Description
40949 Arabic
40950 \begin_inset space ~
40951 \end_inset
40952
40953 (ISO
40954 \begin_inset space ~
40955 \end_inset
40956
40957 8859-6) for Arabic and Farsi
40958 \end_layout
40959
40960 \begin_layout Description
40961 Armenian
40962 \begin_inset space ~
40963 \end_inset
40964
40965 (ArmSCII8) for Armenian
40966 \end_layout
40967
40968 \begin_layout Description
40969 Baltic
40970 \begin_inset space ~
40971 \end_inset
40972
40973 (CP
40974 \begin_inset space ~
40975 \end_inset
40976
40977 1257) MS Windows code page for Estonian, Latvian and Lithuanian, the same
40978  as the ISO-8859-13 encoding
40979 \end_layout
40980
40981 \begin_layout Description
40982 Baltic
40983 \begin_inset space ~
40984 \end_inset
40985
40986 (ISO
40987 \begin_inset space ~
40988 \end_inset
40989
40990 8859-13) for Estonian, Latvian and Lithuanian, a superset of the ISO-8859-4
40991  encoding
40992 \end_layout
40993
40994 \begin_layout Description
40995 Baltic
40996 \begin_inset space ~
40997 \end_inset
40998
40999 (ISO
41000 \begin_inset space ~
41001 \end_inset
41002
41003 8859-4) (latin 4) for Estonian, Latvian and Lithuanian, a subset of the
41004  ISO-8859-13 encoding
41005 \end_layout
41006
41007 \begin_layout Description
41008 Central
41009 \begin_inset space ~
41010 \end_inset
41011
41012 European
41013 \begin_inset space ~
41014 \end_inset
41015
41016 (CP
41017 \begin_inset space ~
41018 \end_inset
41019
41020 1250) MS Windows code page for ISO
41021 \begin_inset space ~
41022 \end_inset
41023
41024 8859-2 (latin2)
41025 \end_layout
41026
41027 \begin_layout Description
41028 Central
41029 \begin_inset space ~
41030 \end_inset
41031
41032 European
41033 \begin_inset space ~
41034 \end_inset
41035
41036 (ISO
41037 \begin_inset space ~
41038 \end_inset
41039
41040 8859-2) (latin 2) covers Albanian, Croatian, Czech, German, Hungarian, Polish,
41041  Romanian, Slovak and Slovenian
41042 \end_layout
41043
41044 \begin_layout Description
41045 Chinese
41046 \begin_inset space ~
41047 \end_inset
41048
41049 (simplified)
41050 \begin_inset space ~
41051 \end_inset
41052
41053 (EUC-CN) for simplified Chinese, used especially on UNIX OSes, since 2001
41054  this encoding is officially replaced by the encoding GB18030, as GB18030
41055  is not available for LaTeX you should try to use the encoding Unicode
41056 \begin_inset space ~
41057 \end_inset
41058
41059 (CJK)
41060 \begin_inset space ~
41061 \end_inset
41062
41063 (utf8)
41064 \end_layout
41065
41066 \begin_layout Description
41067 Chinese
41068 \begin_inset space ~
41069 \end_inset
41070
41071 (simplified)
41072 \begin_inset space ~
41073 \end_inset
41074
41075 (GBK) for simplified Chinese, is the same as the Windows code page CP 936
41076  except for the Euro currency sign, since 2001 this encoding is officially
41077  replaced by the encoding GB18030, as GB18030 is not available for LaTeX
41078  you should try to use the encoding Unicode
41079 \begin_inset space ~
41080 \end_inset
41081
41082 (CJK)
41083 \begin_inset space ~
41084 \end_inset
41085
41086 (utf8)
41087 \end_layout
41088
41089 \begin_layout Description
41090 Chinese
41091 \begin_inset space ~
41092 \end_inset
41093
41094 (traditional)
41095 \begin_inset space ~
41096 \end_inset
41097
41098 (EUC-TW) for traditional Chinese
41099 \end_layout
41100
41101 \begin_layout Description
41102 Cyrillic
41103 \begin_inset space ~
41104 \end_inset
41105
41106 (CP
41107 \begin_inset space ~
41108 \end_inset
41109
41110 1251) MS Windows code page for Cyrillic
41111 \end_layout
41112
41113 \begin_layout Description
41114 Cyrillic
41115 \begin_inset space ~
41116 \end_inset
41117
41118 (ISO
41119 \begin_inset space ~
41120 \end_inset
41121
41122 8859-5) covers Belorussian, Bulgarian, Macedonian, Serbian and Ukrainian
41123 \end_layout
41124
41125 \begin_layout Description
41126 Cyrillic
41127 \begin_inset space ~
41128 \end_inset
41129
41130 (KOI8-R) standard Cyrillic especially for Russian
41131 \end_layout
41132
41133 \begin_layout Description
41134 Cyrillic
41135 \begin_inset space ~
41136 \end_inset
41137
41138 (KOI8-U) Cyrillic for Ukrainian
41139 \end_layout
41140
41141 \begin_layout Description
41142 Cyrillic
41143 \begin_inset space ~
41144 \end_inset
41145
41146 (pt
41147 \begin_inset space ~
41148 \end_inset
41149
41150 154) Cyrillic for Kazakh
41151 \end_layout
41152
41153 \begin_layout Description
41154 Greek
41155 \begin_inset space ~
41156 \end_inset
41157
41158 (ISO
41159 \begin_inset space ~
41160 \end_inset
41161
41162 8859-7) for Greek
41163 \end_layout
41164
41165 \begin_layout Description
41166 Hebrew
41167 \begin_inset space ~
41168 \end_inset
41169
41170 (CP
41171 \begin_inset space ~
41172 \end_inset
41173
41174 1255) MS Windows code page for Hebrew, a superset of the ISO-8859-8 encoding
41175 \end_layout
41176
41177 \begin_layout Description
41178 Hebrew
41179 \begin_inset space ~
41180 \end_inset
41181
41182 (ISO
41183 \begin_inset space ~
41184 \end_inset
41185
41186 8859-8) for Hebrew
41187 \end_layout
41188
41189 \begin_layout Description
41190 Japanese
41191 \begin_inset space ~
41192 \end_inset
41193
41194 (CJK)
41195 \begin_inset space ~
41196 \end_inset
41197
41198 (EUC-JP) EUC-JP encoding for Japanese, uses the LaTeX-package 
41199 \series bold
41200 CJK
41201 \series default
41202
41203 \begin_inset Index idx
41204 status collapsed
41205
41206 \begin_layout Plain Layout
41207 LaTeX-packages ! CJK
41208 \end_layout
41209
41210 \end_inset
41211
41212 , when using this, set the document language to 
41213 \family sans
41214 Japanese (CJK)
41215 \end_layout
41216
41217 \begin_layout Description
41218 Japanese
41219 \begin_inset space ~
41220 \end_inset
41221
41222 (CJK)
41223 \begin_inset space ~
41224 \end_inset
41225
41226 (JIS) JIS encoding for Japanese, uses the LaTeX-package 
41227 \series bold
41228 CJK
41229 \series default
41230 , when using this, set the document language to 
41231 \family sans
41232 Japanese
41233 \begin_inset space ~
41234 \end_inset
41235
41236 (CJK)
41237 \end_layout
41238
41239 \begin_layout Description
41240 Japanese
41241 \begin_inset space ~
41242 \end_inset
41243
41244 (non-CJK)
41245 \begin_inset space ~
41246 \end_inset
41247
41248 (EUC-JP) EUC-JP encoding for Japanese, uses the LaTeX-package 
41249 \series bold
41250 japanese
41251 \series default
41252
41253 \begin_inset Index idx
41254 status collapsed
41255
41256 \begin_layout Plain Layout
41257 LaTeX-packages ! japanese
41258 \end_layout
41259
41260 \end_inset
41261
41262 , when using this, set the document language to 
41263 \family sans
41264 Japanese
41265 \end_layout
41266
41267 \begin_layout Description
41268 Japanese
41269 \begin_inset space ~
41270 \end_inset
41271
41272 (non-CJK)
41273 \begin_inset space ~
41274 \end_inset
41275
41276 (JIS) JIS encoding for Japanese, uses the LaTeX-package 
41277 \series bold
41278 japanese
41279 \series default
41280 , when using this, set the document language to 
41281 \family sans
41282 Japanese
41283 \end_layout
41284
41285 \begin_layout Description
41286 Japanese
41287 \begin_inset space ~
41288 \end_inset
41289
41290 (non-CJK)
41291 \begin_inset space ~
41292 \end_inset
41293
41294 (SJIS) SJIS encoding for Japanese, uses the LaTeX-package 
41295 \series bold
41296 japanese
41297 \series default
41298 , when using this, set the document language to 
41299 \family sans
41300 Japanese
41301 \end_layout
41302
41303 \begin_layout Description
41304 Korean
41305 \begin_inset space ~
41306 \end_inset
41307
41308 (EUC-KR) for Korean
41309 \end_layout
41310
41311 \begin_layout Description
41312 Southern
41313 \begin_inset space ~
41314 \end_inset
41315
41316 European
41317 \begin_inset space ~
41318 \end_inset
41319
41320 (ISO
41321 \begin_inset space ~
41322 \end_inset
41323
41324 8859-3) (latin 3) covers Esperanto, Galician, Maltese and Turkish
41325 \end_layout
41326
41327 \begin_layout Description
41328 South-Eastern
41329 \begin_inset space ~
41330 \end_inset
41331
41332 European
41333 \begin_inset space ~
41334 \end_inset
41335
41336 (ISO
41337 \begin_inset space ~
41338 \end_inset
41339
41340 8859-16) (latin 10) covers Albanian, Croatian, Finnish, French, German,
41341  Hungarian, Irish Gaelic, Italian, Polish, Romanian and Slovenian, is designed
41342  to cover many languages and characters with diacritics
41343 \end_layout
41344
41345 \begin_layout Description
41346 Thai
41347 \begin_inset space ~
41348 \end_inset
41349
41350 (TIS
41351 \begin_inset space ~
41352 \end_inset
41353
41354 620-0) for Thai
41355 \end_layout
41356
41357 \begin_layout Description
41358 Turkish
41359 \begin_inset space ~
41360 \end_inset
41361
41362 (ISO
41363 \begin_inset space ~
41364 \end_inset
41365
41366 8859-9) (latin 5) for Turkish, is like the ISO-8859-1 encoding where the
41367  Icelandic letters are replaced by Turkish ones
41368 \end_layout
41369
41370 \begin_layout Description
41371 Unicode
41372 \begin_inset space ~
41373 \end_inset
41374
41375 (CJK)
41376 \begin_inset space ~
41377 \end_inset
41378
41379 (utf8) Unicode utf8 with the LaTeX-package 
41380 \series bold
41381 CJK
41382 \series default
41383
41384 \begin_inset Index idx
41385 status collapsed
41386
41387 \begin_layout Plain Layout
41388 LaTeX-packages ! CJK
41389 \end_layout
41390
41391 \end_inset
41392
41393  (for the languages Chinese, Japanese and Korean)
41394 \end_layout
41395
41396 \begin_layout Description
41397 Unicode
41398 \begin_inset space ~
41399 \end_inset
41400
41401 (XeTeX)
41402 \begin_inset space ~
41403 \end_inset
41404
41405 (utf8) Unicode utf8 to be used with 
41406 \family sans
41407 XeTeX
41408 \family default
41409  and 
41410 \family sans
41411 LuaTeX
41412 \family default
41413 , which use Unicode directly, without the help of the LaTeX-package 
41414 \series bold
41415 inputenc
41416 \series default
41417 .
41418  LyX automatically selects this encoding if you export or preview XeTeX
41419  or LuaTeX.
41420  Normally you do not need to set this encoding manually.
41421 \end_layout
41422
41423 \begin_layout Description
41424 Unicode
41425 \begin_inset space ~
41426 \end_inset
41427
41428 (ucs-extended)
41429 \begin_inset space ~
41430 \end_inset
41431
41432 (utf8x) Unicode utf8 based on the LaTeX-package 
41433 \series bold
41434 ucs
41435 \series default
41436
41437 \begin_inset Index idx
41438 status collapsed
41439
41440 \begin_layout Plain Layout
41441 LaTeX-packages ! ucs
41442 \end_layout
41443
41444 \end_inset
41445
41446  (comprehensive, including Latin, Greek, Cyrillic and CJK scripts).
41447 \end_layout
41448
41449 \begin_layout Description
41450 Unicode
41451 \begin_inset space ~
41452 \end_inset
41453
41454 (utf8) Unicode utf8 based on the LaTeX-package 
41455 \series bold
41456 inputenc
41457 \series default
41458
41459 \begin_inset Index idx
41460 status collapsed
41461
41462 \begin_layout Plain Layout
41463 LaTeX-packages ! inputenc
41464 \end_layout
41465
41466 \end_inset
41467
41468 .
41469  Currently only a limited range of characters (mainly for Latin scripts)
41470  is supported.
41471 \end_layout
41472
41473 \begin_layout Description
41474 Western
41475 \begin_inset space ~
41476 \end_inset
41477
41478 European
41479 \begin_inset space ~
41480 \end_inset
41481
41482 (CP
41483 \begin_inset space ~
41484 \end_inset
41485
41486 1252) MS Windows code page for ISO
41487 \begin_inset space ~
41488 \end_inset
41489
41490 8859-1 (latin1)
41491 \end_layout
41492
41493 \begin_layout Description
41494 Western
41495 \begin_inset space ~
41496 \end_inset
41497
41498 European
41499 \begin_inset space ~
41500 \end_inset
41501
41502 (ISO
41503 \begin_inset space ~
41504 \end_inset
41505
41506 8859-1) (latin 1) covers the languages Albanian, Catalan, Danish, Dutch,
41507  English, Faroese, Finnish, French, Galician, German, Icelandic, Irish,
41508  Italian, Norwegian, Portuguese, Spanish and Swedish; better use the ISO-8859-15
41509  encoding instead
41510 \end_layout
41511
41512 \begin_layout Description
41513 Western
41514 \begin_inset space ~
41515 \end_inset
41516
41517 European
41518 \begin_inset space ~
41519 \end_inset
41520
41521 (ISO
41522 \begin_inset space ~
41523 \end_inset
41524
41525 8859-15) (latin 9) like the ISO-8859-1 encoding, but with the Euro currency
41526  sign, the œ-ligature and some characters used for French and Finnish
41527 \end_layout
41528
41529 \begin_layout Section
41530 Colors
41531 \begin_inset Index idx
41532 status collapsed
41533
41534 \begin_layout Plain Layout
41535 Color ! main text
41536 \end_layout
41537
41538 \end_inset
41539
41540
41541 \begin_inset Index idx
41542 status collapsed
41543
41544 \begin_layout Plain Layout
41545 Color ! background
41546 \end_layout
41547
41548 \end_inset
41549
41550
41551 \begin_inset Index idx
41552 status collapsed
41553
41554 \begin_layout Plain Layout
41555 Color ! Shaded boxes
41556 \end_layout
41557
41558 \end_inset
41559
41560
41561 \begin_inset Index idx
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565 Color ! Greyed-out notes
41566 \end_layout
41567
41568 \end_inset
41569
41570
41571 \end_layout
41572
41573 \begin_layout Standard
41574 Here you can alter the font color for the 
41575 \family sans
41576 Main text
41577 \family default
41578  (default: black), for 
41579 \family sans
41580 Greyed
41581 \begin_inset space ~
41582 \end_inset
41583
41584 out notes
41585 \family default
41586  (default: light grey)for the background color for the 
41587 \family sans
41588 Page
41589 \family default
41590  (default: white) and for 
41591 \family sans
41592 Shaded
41593 \begin_inset space ~
41594 \end_inset
41595
41596 boxes
41597 \family default
41598  (default: red).
41599  The button 
41600 \family sans
41601 Reset
41602 \family default
41603  sets the color back to the default.
41604 \end_layout
41605
41606 \begin_layout Standard
41607 Clicking any button showing 
41608 \family sans
41609 Default
41610 \family default
41611  or 
41612 \family sans
41613 Change
41614 \family default
41615  opens a dialog enabling you to choose from a selection of colors or from
41616  a color-picker or to specify a color using HSL or RGB values.
41617  In the dialog you can add any color to the custom colors to select them
41618  later more quickly.
41619 \end_layout
41620
41621 \begin_layout Standard
41622 Note, if you change the 
41623 \family sans
41624 Main
41625 \begin_inset space ~
41626 \end_inset
41627
41628 text
41629 \family default
41630  font color and use the option 
41631 \family sans
41632 Color
41633 \begin_inset space ~
41634 \end_inset
41635
41636 links
41637 \family default
41638  in the document settings under 
41639 \family sans
41640 PDF
41641 \begin_inset space ~
41642 \end_inset
41643
41644 properties
41645 \family default
41646 , you probably also need to change the link font color as described in section
41647 \begin_inset space ~
41648 \end_inset
41649
41650
41651 \begin_inset CommandInset ref
41652 LatexCommand ref
41653 reference "sec:PDF-Properties"
41654
41655 \end_inset
41656
41657 .
41658 \end_layout
41659
41660 \begin_layout Standard
41661 \begin_inset VSpace bigskip
41662 \end_inset
41663
41664
41665 \end_layout
41666
41667 \begin_layout Standard
41668 You can adapt the 
41669 \family sans
41670 Main
41671 \begin_inset space ~
41672 \end_inset
41673
41674 text
41675 \family default
41676  font color and the 
41677 \family sans
41678 Page
41679 \family default
41680  background for every page in your document if you use these commands as
41681  TeX
41682 \begin_inset space ~
41683 \end_inset
41684
41685 Code after a forced page break:
41686 \end_layout
41687
41688 \begin_layout Itemize
41689 For the page color:
41690 \begin_inset Newline newline
41691 \end_inset
41692
41693
41694 \series bold
41695
41696 \backslash
41697 pagecolor{color name}
41698 \end_layout
41699
41700 \begin_layout Itemize
41701 For the text color:
41702 \begin_inset Newline newline
41703 \end_inset
41704
41705
41706 \series bold
41707
41708 \backslash
41709 color{color name}
41710 \end_layout
41711
41712 \begin_layout Standard
41713 You are restricted to one of 
41714 \series bold
41715 black
41716 \series default
41717
41718 \series bold
41719 blue
41720 \series default
41721
41722 \series bold
41723 cyan
41724 \series default
41725
41726 \series bold
41727 green
41728 \series default
41729
41730 \series bold
41731 magenta
41732 \series default
41733
41734 \series bold
41735 red
41736 \series default
41737
41738 \series bold
41739 white
41740 \series default
41741  or 
41742 \series bold
41743 yellow
41744 \series default
41745  for the 
41746 \series bold
41747 color name
41748 \series default
41749  unless you have defined your own color (see the section 
41750 \emph on
41751 Colored Tables
41752 \emph default
41753  of the 
41754 \emph on
41755 Embedded
41756 \begin_inset space ~
41757 \end_inset
41758
41759 Objects
41760 \emph default
41761  Manual).
41762 \begin_inset Newline newline
41763 \end_inset
41764
41765 If you have changed a text or background color, you can use the following
41766  names to refer to them:
41767 \end_layout
41768
41769 \begin_layout Itemize
41770 For the 
41771 \family sans
41772 Page
41773 \family default
41774  background color:
41775 \begin_inset Newline newline
41776 \end_inset
41777
41778
41779 \series bold
41780 page_backgroundcolor
41781 \end_layout
41782
41783 \begin_layout Itemize
41784 For the 
41785 \family sans
41786 Main
41787 \begin_inset space ~
41788 \end_inset
41789
41790 text
41791 \family default
41792  color:
41793 \begin_inset Newline newline
41794 \end_inset
41795
41796
41797 \series bold
41798 document_fontcolor
41799 \end_layout
41800
41801 \begin_layout Itemize
41802 For the 
41803 \family sans
41804 Shaded
41805 \begin_inset space ~
41806 \end_inset
41807
41808 boxes
41809 \family default
41810  background color:
41811 \begin_inset Newline newline
41812 \end_inset
41813
41814
41815 \series bold
41816 shadecolor
41817 \end_layout
41818
41819 \begin_layout Itemize
41820 For the 
41821 \family sans
41822 Greyed
41823 \begin_inset space ~
41824 \end_inset
41825
41826 out notes
41827 \family default
41828  text color:
41829 \begin_inset Newline newline
41830 \end_inset
41831
41832
41833 \series bold
41834 note_fontcolor
41835 \end_layout
41836
41837 \begin_layout Standard
41838 To see how to define and use custom colors, see section 
41839 \emph on
41840 Colored
41841 \begin_inset space ~
41842 \end_inset
41843
41844 Cells
41845 \emph default
41846  of the 
41847 \emph on
41848 Embedded
41849 \begin_inset space ~
41850 \end_inset
41851
41852 Objects
41853 \emph default
41854  manual.
41855 \end_layout
41856
41857 \begin_layout Section
41858 Numbering & TOC
41859 \end_layout
41860
41861 \begin_layout Standard
41862 Here you can adjust the 
41863 \family sans
41864 Numbering
41865 \family default
41866  depth of section headings and the section depth in the 
41867 \family sans
41868 Table of Contents
41869 \family default
41870  as described in section
41871 \begin_inset space ~
41872 \end_inset
41873
41874
41875 \begin_inset CommandInset ref
41876 LatexCommand ref
41877 reference "sub:Numbering-depth"
41878
41879 \end_inset
41880
41881 .
41882 \end_layout
41883
41884 \begin_layout Section
41885 Bibliography
41886 \end_layout
41887
41888 \begin_layout Standard
41889 Here you can specify if a citation style using the LaTeX packages 
41890 \series bold
41891 natbib
41892 \series default
41893
41894 \begin_inset Index idx
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898 LaTeX-packages ! natbib
41899 \end_layout
41900
41901 \end_inset
41902
41903  or 
41904 \series bold
41905 jurabib
41906 \series default
41907
41908 \begin_inset Index idx
41909 status collapsed
41910
41911 \begin_layout Plain Layout
41912 LaTeX-packages ! jurabib
41913 \end_layout
41914
41915 \end_inset
41916
41917  should be used.
41918  You can enable a 
41919 \family sans
41920 Sectioned bibliography
41921 \family default
41922  using the LaTeX package 
41923 \series bold
41924 bibtopic
41925 \series default
41926
41927 \begin_inset Index idx
41928 status collapsed
41929
41930 \begin_layout Plain Layout
41931 LaTeX-packages ! bibtopic
41932 \end_layout
41933
41934 \end_inset
41935
41936  and you can select a 
41937 \family sans
41938 Processor
41939 \family default
41940  for the generation of the bibliography.
41941  For a further description see section
41942 \begin_inset space ~
41943 \end_inset
41944
41945
41946 \begin_inset CommandInset ref
41947 LatexCommand ref
41948 reference "sec:Bibliography"
41949
41950 \end_inset
41951
41952 .
41953 \end_layout
41954
41955 \begin_layout Section
41956 Indexes
41957 \end_layout
41958
41959 \begin_layout Standard
41960 Here you can define the 
41961 \family sans
41962 Processor
41963 \family default
41964  that will generate your index and you can define additional indexes (see
41965  section
41966 \begin_inset space ~
41967 \end_inset
41968
41969
41970 \begin_inset CommandInset ref
41971 LatexCommand ref
41972 reference "sec:Index"
41973
41974 \end_inset
41975
41976  for details).
41977 \end_layout
41978
41979 \begin_layout Section
41980 PDF Properties
41981 \end_layout
41982
41983 \begin_layout Standard
41984 The PDF properties are explained in section
41985 \begin_inset space ~
41986 \end_inset
41987
41988
41989 \begin_inset CommandInset ref
41990 LatexCommand ref
41991 reference "sec:PDF-Properties"
41992
41993 \end_inset
41994
41995 .
41996 \end_layout
41997
41998 \begin_layout Section
41999 Math Options
42000 \end_layout
42001
42002 \begin_layout Standard
42003 These options will force LyX to use the LaTeX-packages 
42004 \series bold
42005 amsmath
42006 \series default
42007
42008 \begin_inset Index idx
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012 LaTeX-packages ! amsmath
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \series bold
42019 amssymb
42020 \series default
42021
42022 \begin_inset Index idx
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026 LaTeX-packages ! amssymb
42027 \end_layout
42028
42029 \end_inset
42030
42031 ,
42032 \series bold
42033  cancel
42034 \series default
42035
42036 \begin_inset Index idx
42037 status collapsed
42038
42039 \begin_layout Plain Layout
42040 LaTeX-packages ! cancel
42041 \end_layout
42042
42043 \end_inset
42044
42045 ,
42046 \series bold
42047  esint
42048 \series default
42049
42050 \begin_inset Index idx
42051 status collapsed
42052
42053 \begin_layout Plain Layout
42054 LaTeX-packages ! esint
42055 \end_layout
42056
42057 \end_inset
42058
42059
42060 \series bold
42061 mathdots
42062 \series default
42063
42064 \begin_inset Index idx
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068 LaTeX-packages ! mathdots
42069 \end_layout
42070
42071 \end_inset
42072
42073
42074 \series bold
42075 mathtools
42076 \series default
42077
42078 \begin_inset Index idx
42079 status collapsed
42080
42081 \begin_layout Plain Layout
42082 LaTeX-packages ! mathtools
42083 \end_layout
42084
42085 \end_inset
42086
42087
42088 \series bold
42089 mhchem
42090 \series default
42091
42092 \begin_inset Index idx
42093 status collapsed
42094
42095 \begin_layout Plain Layout
42096 LaTeX-packages ! mhchem
42097 \end_layout
42098
42099 \end_inset
42100
42101
42102 \series bold
42103 stackrel
42104 \series default
42105
42106 \begin_inset Index idx
42107 status collapsed
42108
42109 \begin_layout Plain Layout
42110 LaTeX-packages ! stackrel
42111 \end_layout
42112
42113 \end_inset
42114
42115
42116 \series bold
42117 stmaryrd
42118 \series default
42119
42120 \begin_inset Index idx
42121 status collapsed
42122
42123 \begin_layout Plain Layout
42124 LaTeX-packages ! stmaryrd
42125 \end_layout
42126
42127 \end_inset
42128
42129  and 
42130 \series bold
42131 undertilde
42132 \series default
42133
42134 \begin_inset Index idx
42135 status collapsed
42136
42137 \begin_layout Plain Layout
42138 LaTeX-packages ! undertilde
42139 \end_layout
42140
42141 \end_inset
42142
42143 , or to use them automatically when they are needed.
42144 \end_layout
42145
42146 \begin_layout Description
42147 amsmath is needed for many constructs, so when you get LaTeX-errors in formulas,
42148  ensure that you have this enabled.
42149 \end_layout
42150
42151 \begin_layout Description
42152 amssymb is needed for some special math symbols like bold or upright Greek
42153  letters, so when you get LaTeX-errors in formulas, ensure that you have
42154  this enabled.
42155 \end_layout
42156
42157 \begin_layout Description
42158 cancel is used for canceled formulas, see section 
42159 \emph on
42160 Canceled
42161 \begin_inset space ~
42162 \end_inset
42163
42164 Formulas
42165 \emph default
42166  of the 
42167 \emph on
42168 Math
42169 \emph default
42170  manual.
42171 \end_layout
42172
42173 \begin_layout Description
42174 esint is used for special integral characters, see section 
42175 \emph on
42176 Big
42177 \begin_inset space ~
42178 \end_inset
42179
42180 Operators
42181 \emph default
42182  of the 
42183 \emph on
42184 Math
42185 \emph default
42186  manual.
42187 \end_layout
42188
42189 \begin_layout Description
42190 mathdots is used for special ellipses, see section 
42191 \emph on
42192 Ellipses
42193 \emph default
42194  of the 
42195 \emph on
42196 Math
42197 \emph default
42198  manual.
42199 \end_layout
42200
42201 \begin_layout Description
42202 mathtools is used for the math commands 
42203 \series bold
42204
42205 \backslash
42206 overbracket
42207 \series default
42208
42209 \series bold
42210
42211 \backslash
42212 underbracket
42213 \series default
42214
42215 \series bold
42216
42217 \backslash
42218 smashoperator
42219 \series default
42220
42221 \series bold
42222
42223 \backslash
42224 adjustlimits
42225 \series default
42226
42227 \series bold
42228
42229 \backslash
42230 splitfrac
42231 \series default
42232
42233 \series bold
42234
42235 \backslash
42236 shortintertext
42237 \series default
42238  and labeled arrows, see the corresponding sections in the 
42239 \emph on
42240 Math
42241 \emph default
42242  manual.
42243 \end_layout
42244
42245 \begin_layout Description
42246 mhchem is used for chemical equations, see section 
42247 \emph on
42248 Chemical Symbols and Equations
42249 \emph default
42250  of the 
42251 \emph on
42252 Math
42253 \emph default
42254  manual.
42255 \end_layout
42256
42257 \begin_layout Description
42258 stackrel is used for the math command 
42259 \series bold
42260
42261 \backslash
42262 stackrel
42263 \series default
42264 , see section 
42265 \emph on
42266 Relations 
42267 \emph default
42268 of the 
42269 \emph on
42270 Math
42271 \emph default
42272  manual.
42273 \end_layout
42274
42275 \begin_layout Description
42276 stmaryrd is used for a few special math symbols.
42277 \end_layout
42278
42279 \begin_layout Description
42280 undertilde is used for the math command 
42281 \series bold
42282
42283 \backslash
42284 utilde
42285 \series default
42286 , see section 
42287 \emph on
42288 Accents for one Character 
42289 \emph default
42290 of the 
42291 \emph on
42292 Math
42293 \emph default
42294  manual.
42295 \end_layout
42296
42297 \begin_layout Section
42298 Float Placement
42299 \end_layout
42300
42301 \begin_layout Standard
42302 The float placement options are described in the section 
42303 \emph on
42304 Float
42305 \begin_inset space ~
42306 \end_inset
42307
42308 Placement
42309 \emph default
42310  of the 
42311 \emph on
42312 Embedded
42313 \begin_inset space ~
42314 \end_inset
42315
42316 Objects
42317 \emph default
42318  manual.
42319 \end_layout
42320
42321 \begin_layout Section
42322 Listings
42323 \end_layout
42324
42325 \begin_layout Standard
42326 The listings settings are explained in the chapter 
42327 \emph on
42328 Program Code Listings
42329 \emph default
42330  of the 
42331 \emph on
42332 Embedded
42333 \begin_inset space ~
42334 \end_inset
42335
42336 Objects
42337 \emph default
42338  manual.
42339 \end_layout
42340
42341 \begin_layout Section
42342 Bullets
42343 \end_layout
42344
42345 \begin_layout Standard
42346 Here you can adjust the characters used for the itemize 
42347 \family sans
42348 Level
42349 \family default
42350 s, specify the 
42351 \family sans
42352 Font
42353 \family default
42354  set to be used and set the 
42355 \family sans
42356 Size
42357 \family default
42358  of the bullets.
42359  The itemize environment is described in section
42360 \begin_inset space ~
42361 \end_inset
42362
42363
42364 \begin_inset CommandInset ref
42365 LatexCommand ref
42366 reference "sec:Itemize"
42367
42368 \end_inset
42369
42370 .
42371 \end_layout
42372
42373 \begin_layout Standard
42374 You can furthermore specify a 
42375 \family sans
42376 Custom
42377 \begin_inset space ~
42378 \end_inset
42379
42380 Bullet
42381 \family default
42382  by inserting in this field the LaTeX command of the desired character.
42383  For example to use the € sign, you have to insert the command 
42384 \series bold
42385
42386 \backslash
42387 texteuro
42388 \series default
42389 .
42390  For math symbols you additionally need to enclose the command with $ signs.
42391  To use e.
42392 \begin_inset space \thinspace{}
42393 \end_inset
42394
42395 g.
42396 \begin_inset space \space{}
42397 \end_inset
42398
42399 the symbol 
42400 \begin_inset Formula $\circlearrowright$
42401 \end_inset
42402
42403  you need to enter 
42404 \series bold
42405 $
42406 \backslash
42407 circlearrowright$
42408 \series default
42409 .
42410  To find the command for a math symbol, create a formula and hover the mouse
42411  over the desired symbol in the math toolbar.
42412 \end_layout
42413
42414 \begin_layout Standard
42415 \begin_inset Note Greyedout
42416 status open
42417
42418 \begin_layout Plain Layout
42419
42420 \series bold
42421 Note:
42422 \series default
42423  Some characters require to load special LaTeX-packages in the preamble
42424  (menu 
42425 \family sans
42426 Document\SpecialChar \menuseparator
42427 Settings\SpecialChar \menuseparator
42428 LaTeX
42429 \begin_inset space ~
42430 \end_inset
42431
42432 Preamble
42433 \family default
42434 ).
42435  For example for the € sign one needs to add the line 
42436 \series bold
42437
42438 \backslash
42439 usepackage{textcomp}
42440 \series default
42441  to the preamble.
42442  For most math symbols it is sufficient to add the line 
42443 \series bold
42444
42445 \backslash
42446 usepackage{amssymb}
42447 \series default
42448 .
42449 \end_layout
42450
42451 \end_inset
42452
42453
42454 \end_layout
42455
42456 \begin_layout Section
42457 Branches
42458 \end_layout
42459
42460 \begin_layout Standard
42461 Branches are described in section
42462 \begin_inset space ~
42463 \end_inset
42464
42465
42466 \begin_inset CommandInset ref
42467 LatexCommand ref
42468 reference "sec:Branches"
42469
42470 \end_inset
42471
42472 .
42473 \end_layout
42474
42475 \begin_layout Section
42476 Output
42477 \begin_inset CommandInset label
42478 LatexCommand label
42479 name "sec:Doc-Output"
42480
42481 \end_inset
42482
42483
42484 \end_layout
42485
42486 \begin_layout Standard
42487 Here you can define some output specifics for the current document:
42488 \end_layout
42489
42490 \begin_layout Description
42491 Default
42492 \begin_inset space ~
42493 \end_inset
42494
42495 Output
42496 \begin_inset space ~
42497 \end_inset
42498
42499 Format: The format that is used when you enter 
42500 \begin_inset Quotes eld
42501 \end_inset
42502
42503 View
42504 \begin_inset Quotes erd
42505 \end_inset
42506
42507
42508 \begin_inset Quotes eld
42509 \end_inset
42510
42511 Update
42512 \begin_inset Quotes erd
42513 \end_inset
42514
42515
42516 \begin_inset Quotes eld
42517 \end_inset
42518
42519 View Master Document
42520 \begin_inset Quotes erd
42521 \end_inset
42522
42523  and 
42524 \begin_inset Quotes eld
42525 \end_inset
42526
42527 Update Master Document
42528 \begin_inset Quotes erd
42529 \end_inset
42530
42531  in the 
42532 \family sans
42533 Document
42534 \family default
42535  menu or the toolbar.
42536  The default is set in 
42537 \family sans
42538 Tools\SpecialChar \menuseparator
42539 Preferences\SpecialChar \menuseparator
42540 File
42541 \begin_inset space ~
42542 \end_inset
42543
42544 Handling\SpecialChar \menuseparator
42545 File Formats
42546 \family default
42547 , see section
42548 \begin_inset space ~
42549 \end_inset
42550
42551
42552 \begin_inset CommandInset ref
42553 LatexCommand ref
42554 reference "sec:File-Formats"
42555
42556 \end_inset
42557
42558 .
42559 \end_layout
42560
42561 \begin_layout Description
42562 Synchronize
42563 \begin_inset space ~
42564 \end_inset
42565
42566 with
42567 \begin_inset space ~
42568 \end_inset
42569
42570 Output settings for the menu 
42571 \family sans
42572 Navigate\SpecialChar \menuseparator
42573 Forward
42574 \begin_inset space ~
42575 \end_inset
42576
42577 search
42578 \family default
42579 .
42580  For a detailed description see section 
42581 \emph on
42582 Reverse DVI/PDF search
42583 \emph default
42584  of the 
42585 \emph on
42586 Additional
42587 \begin_inset space ~
42588 \end_inset
42589
42590 Features
42591 \emph default
42592  manual.
42593 \end_layout
42594
42595 \begin_layout Description
42596 XHTML
42597 \begin_inset space ~
42598 \end_inset
42599
42600 Output
42601 \begin_inset space ~
42602 \end_inset
42603
42604 Options offers settings for the export format 
42605 \family sans
42606 Ly
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612 {}
42613 \end_layout
42614
42615 \end_inset
42616
42617 XHTML
42618 \family default
42619 .
42620  
42621 \family sans
42622 Strict XHTML
42623 \begin_inset space ~
42624 \end_inset
42625
42626 1.1
42627 \family default
42628  will assure that the output follows exactly version
42629 \begin_inset space ~
42630 \end_inset
42631
42632 1.1 of the XHTML standard.
42633  The different 
42634 \family sans
42635 Math
42636 \begin_inset space ~
42637 \end_inset
42638
42639 output
42640 \family default
42641  settings are described in detail in section 
42642 \emph on
42643 Math Output in XHTML
42644 \emph default
42645  of the 
42646 \emph on
42647 Additional
42648 \begin_inset space ~
42649 \end_inset
42650
42651 Features
42652 \emph default
42653  manual.
42654  
42655 \family sans
42656 Math
42657 \begin_inset space ~
42658 \end_inset
42659
42660 image
42661 \begin_inset space ~
42662 \end_inset
42663
42664 scaling
42665 \family default
42666  is used for the size of equations in the output.
42667 \end_layout
42668
42669 \begin_layout Section
42670 LaT
42671 \begin_inset ERT
42672 status collapsed
42673
42674 \begin_layout Plain Layout
42675
42676 {}
42677 \end_layout
42678
42679 \end_inset
42680
42681 eX Preamble
42682 \end_layout
42683
42684 \begin_layout Standard
42685 In this text field you can enter commands to load special LaTeX-packages
42686  or to define LaTeX-commands.
42687  The preamble is a thing for LaTeX-experts.
42688  You should not enter commands here until you know exactly what you are
42689  doing.
42690 \end_layout
42691
42692 \begin_layout Standard
42693 An introduction to the LaTeX-syntax is given in section
42694 \begin_inset space ~
42695 \end_inset
42696
42697
42698 \begin_inset CommandInset ref
42699 LatexCommand ref
42700 reference "sub:LaTeX-Syntax"
42701
42702 \end_inset
42703
42704 .
42705 \end_layout
42706
42707 \begin_layout Chapter
42708 The 
42709 \family sans
42710 Preferences
42711 \family default
42712  Dialog
42713 \begin_inset CommandInset label
42714 LatexCommand label
42715 name "chap:The-Preferences-dialog"
42716
42717 \end_inset
42718
42719
42720 \begin_inset Index idx
42721 status collapsed
42722
42723 \begin_layout Plain Layout
42724 Preferences
42725 \end_layout
42726
42727 \end_inset
42728
42729
42730 \end_layout
42731
42732 \begin_layout Standard
42733 The preferences dialog is called with the menu 
42734 \family sans
42735 Tools\SpecialChar \menuseparator
42736 Preferences
42737 \family default
42738 .
42739  It has the following submenus.
42740 \end_layout
42741
42742 \begin_layout Section
42743 Look and Feel
42744 \end_layout
42745
42746 \begin_layout Subsection
42747 User Interface
42748 \end_layout
42749
42750 \begin_layout Subsubsection
42751 User Interface File
42752 \begin_inset Index idx
42753 status collapsed
42754
42755 \begin_layout Plain Layout
42756 Customization ! of toolbars
42757 \end_layout
42758
42759 \end_inset
42760
42761
42762 \begin_inset Index idx
42763 status collapsed
42764
42765 \begin_layout Plain Layout
42766 Customization ! of menus
42767 \end_layout
42768
42769 \end_inset
42770
42771
42772 \end_layout
42773
42774 \begin_layout Standard
42775 The appearance of the menus and toolbars can be changed by choosing a user
42776  interface (ui) file.
42777  A ui-file is a text file where the toolbars and menus are listed.
42778  The file 
42779 \emph on
42780 default.ui
42781 \emph default
42782  loads three files:
42783 \end_layout
42784
42785 \begin_layout Description
42786 stdmenus.inc
42787 \shape italic
42788  
42789 \emph on
42790 specifies the menu entries for the standard menus
42791 \end_layout
42792
42793 \begin_layout Description
42794 stdcontext.inc 
42795 \shape italic
42796 \emph on
42797 specifies
42798 \shape default
42799 \emph default
42800  the menu entries in popup context menus
42801 \end_layout
42802
42803 \begin_layout Description
42804 stdtoolbars.inc
42805 \shape italic
42806  
42807 \emph on
42808 specifies the toolbar buttons
42809 \end_layout
42810
42811 \begin_layout Standard
42812 To create your own menu and toolbar layout, start with a copy of these files
42813  and edit the entries.
42814 \end_layout
42815
42816 \begin_layout Standard
42817 The syntax of the .inc-files is straightforward: the 
42818 \family sans
42819 Menubar
42820 \family default
42821
42822 \family sans
42823 Menu
42824 \family default
42825  and 
42826 \family sans
42827 Toolbar
42828 \family default
42829  entries must be finished with an explicit 
42830 \family sans
42831 End
42832 \family default
42833 .
42834  They may contain 
42835 \family sans
42836 Submenu
42837 \family default
42838
42839 \family sans
42840 Item
42841 \family default
42842
42843 \family sans
42844 OptItem
42845 \family default
42846
42847 \family sans
42848 Separator
42849 \family default
42850
42851 \family sans
42852 Icon,
42853 \family default
42854  and in the case of the 
42855 \begin_inset Quotes eld
42856 \end_inset
42857
42858 file_lastfiles
42859 \begin_inset Quotes erd
42860 \end_inset
42861
42862  menu a 
42863 \family sans
42864 Lastfiles
42865 \family default
42866  entry.
42867  The syntax for the entries is:
42868 \end_layout
42869
42870 \begin_layout Standard
42871 \begin_inset VSpace smallskip*
42872 \end_inset
42873
42874
42875 \series bold
42876 Item 
42877 \begin_inset Quotes eld
42878 \end_inset
42879
42880 menu 
42881 \series default
42882 or
42883 \series bold
42884  button name
42885 \begin_inset Quotes erd
42886 \end_inset
42887
42888  
42889 \begin_inset Quotes eld
42890 \end_inset
42891
42892 LyX-function
42893 \begin_inset Quotes erd
42894 \end_inset
42895
42896
42897 \end_layout
42898
42899 \begin_layout Standard
42900 \noindent
42901 \begin_inset VSpace smallskip*
42902 \end_inset
42903
42904 All the LyX-functions are listed in the menu 
42905 \family sans
42906 Help\SpecialChar \menuseparator
42907 Ly
42908 \begin_inset ERT
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912
42913 {}
42914 \end_layout
42915
42916 \end_inset
42917
42918 X
42919 \begin_inset space ~
42920 \end_inset
42921
42922 Functions
42923 \family default
42924 .
42925 \end_layout
42926
42927 \begin_layout Standard
42928 \begin_inset VSpace medskip
42929 \end_inset
42930
42931
42932 \end_layout
42933
42934 \begin_layout Standard
42935 For example, assuming you use the menu 
42936 \family sans
42937 Navigate\SpecialChar \menuseparator
42938 Bookmarks
42939 \family default
42940  quite often and therefore want six available bookmarks, you can add the
42941  line
42942 \end_layout
42943
42944 \begin_layout Standard
42945 \begin_inset VSpace smallskip*
42946 \end_inset
42947
42948
42949 \series bold
42950 Item 
42951 \begin_inset Quotes eld
42952 \end_inset
42953
42954 Save Bookmark 6
42955 \begin_inset Quotes erd
42956 \end_inset
42957
42958  
42959 \begin_inset Quotes eld
42960 \end_inset
42961
42962 bookmark-save 6
42963 \begin_inset Quotes erd
42964 \end_inset
42965
42966
42967 \end_layout
42968
42969 \begin_layout Standard
42970 \noindent
42971 \begin_inset VSpace smallskip*
42972 \end_inset
42973
42974 to the 
42975 \begin_inset Quotes eld
42976 \end_inset
42977
42978 navigate_bookmarks
42979 \begin_inset Quotes erd
42980 \end_inset
42981
42982  menu in 
42983 \emph on
42984 stdmenus.inc
42985 \emph default
42986  to have the sixth bookmark.
42987 \end_layout
42988
42989 \begin_layout Standard
42990
42991 \family sans
42992 Icon
42993 \begin_inset space ~
42994 \end_inset
42995
42996 Set
42997 \family default
42998  allows you to change the appearance of LyX's toolbar buttons.
42999  The currently available icon sets are compared in 
43000 \begin_inset CommandInset href
43001 LatexCommand href
43002 name "this image"
43003 target "http://wiki.lyx.org/uploads/LyX/NewInLyX20/themes.png"
43004
43005 \end_inset
43006
43007 .
43008 \end_layout
43009
43010 \begin_layout Subsubsection
43011 Context help
43012 \end_layout
43013
43014 \begin_layout Standard
43015 The option 
43016 \family sans
43017 Enable tool tips in main work area
43018 \family default
43019  enables tool tips showing the content of closed insets like index entries
43020  or footnotes.
43021 \end_layout
43022
43023 \begin_layout Subsubsection
43024 Menus
43025 \end_layout
43026
43027 \begin_layout Standard
43028
43029 \family sans
43030 Maximum last files
43031 \family default
43032  is the number of last opened files that LyX should display in the menu
43033  
43034 \family sans
43035 File\SpecialChar \menuseparator
43036 Open
43037 \begin_inset space ~
43038 \end_inset
43039
43040 Recent
43041 \family default
43042 .
43043 \end_layout
43044
43045 \begin_layout Subsection
43046 Document Handling
43047 \end_layout
43048
43049 \begin_layout Subsubsection
43050 Session handling
43051 \end_layout
43052
43053 \begin_layout Standard
43054 With the option 
43055 \family sans
43056 Restore window layouts and geometries
43057 \family default
43058  LyX's main window will be opened with the size and layout that was used
43059  in the last LyX session.
43060 \end_layout
43061
43062 \begin_layout Standard
43063 The option 
43064 \family sans
43065 Restore cursor positions
43066 \family default
43067  sets the cursor to the position in the file where it was at the end of
43068  the last session.
43069 \end_layout
43070
43071 \begin_layout Standard
43072 The option 
43073 \family sans
43074 Load opened files from last session
43075 \family default
43076  opens all files that were opened in the last LyX session.
43077 \end_layout
43078
43079 \begin_layout Standard
43080 The button 
43081 \family sans
43082 Clear all session information
43083 \family default
43084  deletes all information from previous LyX sessions (cursor positions, names
43085  of last opened documents, etc.).
43086 \end_layout
43087
43088 \begin_layout Subsubsection
43089 Backup & saving
43090 \begin_inset CommandInset label
43091 LatexCommand label
43092 name "sub:Backup documents"
43093
43094 \end_inset
43095
43096
43097 \begin_inset Index idx
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101 Backup ! Documents
43102 \end_layout
43103
43104 \end_inset
43105
43106
43107 \end_layout
43108
43109 \begin_layout Standard
43110
43111 \family sans
43112 Backup original documents when saving
43113 \family default
43114  creates a backup copy of the file in the state when it was opened or when
43115  it was saved the last time.
43116  It is stored in the 
43117 \family sans
43118 Backup
43119 \begin_inset space ~
43120 \end_inset
43121
43122 directory
43123 \family default
43124  (see section
43125 \begin_inset space ~
43126 \end_inset
43127
43128
43129 \begin_inset CommandInset ref
43130 LatexCommand ref
43131 reference "sec:Paths"
43132
43133 \end_inset
43134
43135 ) or in the same folder as your document if no 
43136 \family sans
43137 Backup
43138 \begin_inset space ~
43139 \end_inset
43140
43141 directory
43142 \family default
43143  is specified.
43144  The backup file has the file extension 
43145 \begin_inset Quotes eld
43146 \end_inset
43147
43148
43149 \family sans
43150 .lyx~
43151 \family default
43152
43153 \begin_inset Quotes erd
43154 \end_inset
43155
43156 .
43157 \end_layout
43158
43159 \begin_layout Standard
43160 With the option 
43161 \family sans
43162 Backup documents, every
43163 \family default
43164 , you can specify the time between backup saves.
43165 \end_layout
43166
43167 \begin_layout Standard
43168
43169 \family sans
43170 Save documents compressed by default
43171 \family default
43172  always saves files in a compressed format.
43173 \end_layout
43174
43175 \begin_layout Subsubsection
43176 Windows & work area
43177 \end_layout
43178
43179 \begin_layout Standard
43180 If the option 
43181 \family sans
43182 Open documents in tabs
43183 \family default
43184  is not checked, every file will be opened in its own new instance of LyX.
43185 \end_layout
43186
43187 \begin_layout Standard
43188 The option 
43189 \family sans
43190 Single instance
43191 \family default
43192  is only active if a LyXServer pipe
43193 \begin_inset Foot
43194 status collapsed
43195
43196 \begin_layout Plain Layout
43197 See sec.
43198 \begin_inset space \thinspace{}
43199 \end_inset
43200
43201
43202 \begin_inset CommandInset ref
43203 LatexCommand ref
43204 reference "sec:Paths"
43205
43206 \end_inset
43207
43208  for information about LyXServer pipes.
43209 \end_layout
43210
43211 \end_inset
43212
43213  is specified.
43214  If it is checked, LyX documents will be opened in the same running instance
43215  of LyX.
43216  Otherwise a new LyX instance is created for each file.
43217 \end_layout
43218
43219 \begin_layout Standard
43220 If the option 
43221 \family sans
43222 Single close-tab button
43223 \family default
43224  is checked, there will only be one close button (
43225 \family sans
43226
43227 \begin_inset Graphics
43228         filename ../images/closetab.png
43229         scale 75
43230
43231 \end_inset
43232
43233
43234 \family default
43235 ) at the right side of the tab bar to close tabs.
43236  Otherwise every document tab has its own close button.
43237 \end_layout
43238
43239 \begin_layout Standard
43240 \begin_inset Note Greyedout
43241 status open
43242
43243 \begin_layout Plain Layout
43244
43245 \series bold
43246 Note:
43247 \series default
43248  For this option you have to restart LyX before the change takes effect.
43249 \end_layout
43250
43251 \end_inset
43252
43253
43254 \end_layout
43255
43256 \begin_layout Standard
43257 With the setting 
43258 \family sans
43259 Closing last view
43260 \family default
43261  you one can decide if a document is closed or hidden when its tab or view
43262  is closed.
43263  Hidden documents are accessible via the menu 
43264 \family sans
43265 View\SpecialChar \menuseparator
43266 Hidden
43267 \family default
43268 .
43269  Not to close documents can be useful if you open files parallel in several
43270  instances of LyX and only want to close the view in once instance.
43271 \end_layout
43272
43273 \begin_layout Subsection
43274 Screen Fonts
43275 \begin_inset Index idx
43276 status collapsed
43277
43278 \begin_layout Plain Layout
43279 Font ! Screen
43280 \end_layout
43281
43282 \end_inset
43283
43284
43285 \begin_inset CommandInset label
43286 LatexCommand label
43287 name "sub:Screen-Fonts"
43288
43289 \end_inset
43290
43291
43292 \end_layout
43293
43294 \begin_layout Standard
43295 These fonts are used to display your documents within LyX.
43296 \end_layout
43297
43298 \begin_layout Standard
43299 \begin_inset Note Greyedout
43300 status open
43301
43302 \begin_layout Plain Layout
43303
43304 \series bold
43305 Note:
43306 \series default
43307  This section only deals with the fonts 
43308 \emph on
43309 inside
43310 \emph default
43311  the LyX window.
43312  The fonts that appear in the output are independent of these fonts, and
43313  set in the menu 
43314 \family sans
43315 Document\SpecialChar \menuseparator
43316 Settings\SpecialChar \menuseparator
43317 Fonts
43318 \family default
43319 .
43320 \end_layout
43321
43322 \end_inset
43323
43324
43325 \end_layout
43326
43327 \begin_layout Standard
43328 By default, LyX uses 
43329 \family typewriter
43330 Times
43331 \family default
43332  as its 
43333 \family sans
43334 Roman
43335 \family default
43336  (serif) font, 
43337 \family typewriter
43338 Arial
43339 \family default
43340  or 
43341 \family typewriter
43342 Helvetica
43343 \family default
43344  (depends on the system) as its 
43345 \family sans
43346 Sans
43347 \begin_inset space ~
43348 \end_inset
43349
43350 Serif
43351 \family default
43352  font and 
43353 \family typewriter
43354 Courier
43355 \family default
43356  as its 
43357 \family typewriter
43358 Typewriter
43359 \family default
43360  font.
43361 \end_layout
43362
43363 \begin_layout Standard
43364 You can change the font size with the 
43365 \family sans
43366 Zoom
43367 \family default
43368  setting.
43369 \end_layout
43370
43371 \begin_layout Standard
43372 The 
43373 \family sans
43374 Font Sizes
43375 \family default
43376  are calculated as letter height in units of points.
43377  72.27
43378 \begin_inset space \thinspace{}
43379 \end_inset
43380
43381 points have the size of 1
43382 \begin_inset space \thinspace{}
43383 \end_inset
43384
43385 inch, see Appendix
43386 \begin_inset space ~
43387 \end_inset
43388
43389
43390 \begin_inset CommandInset ref
43391 LatexCommand ref
43392 reference "chap:Units-available-in"
43393
43394 \end_inset
43395
43396 .
43397  The default font sizes are the same as if a document font size of 10
43398 \begin_inset space \thinspace{}
43399 \end_inset
43400
43401 pt were used.
43402  The sizes are explained in detail in section
43403 \begin_inset space ~
43404 \end_inset
43405
43406
43407 \begin_inset CommandInset ref
43408 LatexCommand ref
43409 reference "sub:Document-Font"
43410
43411 \end_inset
43412
43413 .
43414 \end_layout
43415
43416 \begin_layout Standard
43417 With the option 
43418 \family sans
43419 Use pixmap cache to speed up font rendering
43420 \family default
43421  enabled, LyX needs to redraw the screen less often.
43422  This results in better performance, especially on slow systems.
43423  On the other hand, the characters might look more fuzzy on screen.
43424  So whether you enable this or not depends on whether you prefer speed over
43425  aesthetics.
43426  Note that the Pixmap Cache is only available and useful under Mac
43427 \begin_inset space ~
43428 \end_inset
43429
43430 OS and Windows.
43431 \end_layout
43432
43433 \begin_layout Subsection
43434 Colors
43435 \begin_inset Index idx
43436 status collapsed
43437
43438 \begin_layout Plain Layout
43439 Color ! LyX screen
43440 \end_layout
43441
43442 \end_inset
43443
43444
43445 \begin_inset Index idx
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449 Settings ! Color
43450 \end_layout
43451
43452 \end_inset
43453
43454
43455 \end_layout
43456
43457 \begin_layout Standard
43458 Here you can change the screen colors used by LyX by choosing an item in
43459  the list and selecting the 
43460 \family sans
43461 Alter
43462 \family default
43463  button.
43464 \end_layout
43465
43466 \begin_layout Standard
43467 By checking the option 
43468 \family sans
43469 Use system colors
43470 \family default
43471  the color scheme of your OS or window manager is used.
43472  The colors 
43473 \family sans
43474 cursor, selection, table line, text, URL
43475 \begin_inset space ~
43476 \end_inset
43477
43478 label and URL
43479 \begin_inset space ~
43480 \end_inset
43481
43482 text
43483 \family default
43484  are then not customizable and thus not listed.
43485 \end_layout
43486
43487 \begin_layout Subsection
43488 Display
43489 \begin_inset Index idx
43490 status collapsed
43491
43492 \begin_layout Plain Layout
43493 Settings ! Display
43494 \end_layout
43495
43496 \end_inset
43497
43498
43499 \end_layout
43500
43501 \begin_layout Standard
43502 Here you can specify if graphics are displayed inside LyX.
43503 \end_layout
43504
43505 \begin_layout Standard
43506
43507 \family sans
43508 Instant Preview
43509 \family default
43510  enables previewing snippets of your document.
43511  This feature is described in section
43512 \begin_inset space ~
43513 \end_inset
43514
43515
43516 \begin_inset CommandInset ref
43517 LatexCommand ref
43518 reference "sec:Previewing-snippets-of"
43519
43520 \end_inset
43521
43522 .
43523 \end_layout
43524
43525 \begin_layout Standard
43526 Checking the option 
43527 \family sans
43528 Mark
43529 \begin_inset space ~
43530 \end_inset
43531
43532 end
43533 \begin_inset space ~
43534 \end_inset
43535
43536 of
43537 \begin_inset space ~
43538 \end_inset
43539
43540 paragraphs
43541 \family default
43542  displays a pilcrow (¶) at the end of every paragraph.
43543 \end_layout
43544
43545 \begin_layout Section
43546 Editing
43547 \begin_inset Index idx
43548 status collapsed
43549
43550 \begin_layout Plain Layout
43551 Settings ! Editing
43552 \end_layout
43553
43554 \end_inset
43555
43556
43557 \end_layout
43558
43559 \begin_layout Subsection
43560 Control
43561 \end_layout
43562
43563 \begin_layout Subsubsection
43564 Editing
43565 \end_layout
43566
43567 \begin_layout Standard
43568 The option 
43569 \family sans
43570 Cursor follows scrollbar
43571 \family default
43572  sets the cursor to the top of the currently displayed document part when
43573  scrolling.
43574 \end_layout
43575
43576 \begin_layout Standard
43577 You can adjust the width of the cursor.
43578  If you set the value to zero, the thickness of the cursor scales relative
43579  to the zoom value you choose for the screen fonts.
43580 \end_layout
43581
43582 \begin_layout Standard
43583
43584 \family sans
43585 Scroll below end of document
43586 \family default
43587  is self-explanatory.
43588 \end_layout
43589
43590 \begin_layout Standard
43591 In LyX one can jump from word to word by pressing 
43592 \family sans
43593 Ctrl+arrow key
43594 \family default
43595 .
43596  With the option
43597 \family sans
43598  Use Mac-style for cursor moving between words
43599 \family default
43600  the cursor jumps from the end of a word to the end of the next word.
43601  Normally it jumps from the beginning to the beginning.
43602 \end_layout
43603
43604 \begin_layout Standard
43605 The option 
43606 \family sans
43607 Sort environments alphabetically
43608 \family default
43609  sorts the entries in the pull-down box for the paragraph environments.
43610 \end_layout
43611
43612 \begin_layout Standard
43613 The option 
43614 \family sans
43615 Group environments by their category
43616 \family default
43617  groups the entries in the pull-down box for the paragraph environments.
43618 \end_layout
43619
43620 \begin_layout Standard
43621 The 
43622 \family sans
43623 Edit math macros
43624 \family default
43625  options determine the editing style for math macros, see the section 
43626 \emph on
43627 Math Macros
43628 \emph default
43629  of the 
43630 \emph on
43631 Math
43632 \emph default
43633  manual.
43634 \end_layout
43635
43636 \begin_layout Subsubsection
43637 Fullscreen
43638 \end_layout
43639
43640 \begin_layout Standard
43641 Here you can specify what is hidden in the fullscreen mode.
43642  With the option 
43643 \family sans
43644 Limit text width
43645 \family default
43646  you can specify the width of the text in fullscreen mode.
43647  This way you can display the text smaller than the screen; the text then
43648  appears centered.
43649 \end_layout
43650
43651 \begin_layout Subsection
43652 Shortcuts
43653 \begin_inset Index idx
43654 status collapsed
43655
43656 \begin_layout Plain Layout
43657 Key Bindings
43658 \end_layout
43659
43660 \end_inset
43661
43662
43663 \begin_inset Index idx
43664 status collapsed
43665
43666 \begin_layout Plain Layout
43667 Settings ! Shortcuts
43668 \end_layout
43669
43670 \end_inset
43671
43672
43673 \end_layout
43674
43675 \begin_layout Standard
43676
43677 \family sans
43678 Bind File
43679 \family default
43680  specifies the file to be used to bind a LyX-function to a key.
43681  Several binding files are available, among them:
43682 \end_layout
43683
43684 \begin_layout Description
43685 cua.bind a typical set of PC keyboard shortcuts
43686 \end_layout
43687
43688 \begin_layout Description
43689 (x)emacs.bind a set of bindings similar to those used in the editor programs
43690  
43691 \family sans
43692 Emacs
43693 \family default
43694  (
43695 \family sans
43696 XEmacs
43697 \family default
43698 )
43699 \end_layout
43700
43701 \begin_layout Description
43702 mac.bind a set of bindings for 
43703 \family sans
43704 Mac
43705 \begin_inset space \thinspace{}
43706 \end_inset
43707
43708 OS
43709 \family default
43710  systems.
43711 \end_layout
43712
43713 \begin_layout Standard
43714 There are also binding files designed for special document classes, like
43715  
43716 \shape italic
43717 broadway.bind
43718 \shape default
43719 , and binding files for special languages.
43720  The names of language binding files begin with a language code, e.
43721 \begin_inset space \thinspace{}
43722 \end_inset
43723
43724 g.
43725 \begin_inset space \space{}
43726 \end_inset
43727
43728
43729 \begin_inset Quotes eld
43730 \end_inset
43731
43732 pt
43733 \begin_inset Quotes erd
43734 \end_inset
43735
43736  for Portuguese.
43737  If you use LyX in a certain language, LyX will try to use the appropriate
43738  binding file.
43739 \end_layout
43740
43741 \begin_layout Standard
43742 Some binding files, like 
43743 \shape italic
43744 math.bind
43745 \shape default
43746 , only have a limited scope.
43747  When looking at the end of the file 
43748 \shape italic
43749 cua.bind
43750 \shape default
43751 , you can see that they are included to keep the overview in the bind-file.
43752 \end_layout
43753
43754 \begin_layout Standard
43755 The field 
43756 \family sans
43757 Show
43758 \begin_inset space ~
43759 \end_inset
43760
43761 key-bindings
43762 \begin_inset space ~
43763 \end_inset
43764
43765 containing
43766 \family default
43767  allows you to search for the shortcut provided for a particular function
43768  in the selected key binding file.
43769 \end_layout
43770
43771 \begin_layout Subsubsection
43772 Editing Shortcuts
43773 \begin_inset CommandInset label
43774 LatexCommand label
43775 name "sub:Editing-Shortcuts"
43776
43777 \end_inset
43778
43779
43780 \begin_inset Index idx
43781 status collapsed
43782
43783 \begin_layout Plain Layout
43784 Key Bindings ! Editing
43785 \end_layout
43786
43787 \end_inset
43788
43789
43790 \end_layout
43791
43792 \begin_layout Standard
43793 To add new or modify existing keybindings to your own taste you can use
43794  the table in the dialog that lists all LyX-functions and the bound shortcuts.
43795  To find functions easily, they are grouped by categories and the dialog
43796  provides the field 
43797 \family sans
43798 Show key-bindings containing
43799 \family default
43800 .
43801  In this field you can insert a keyword for a function you want to edit.
43802  Insert there for example as keyword 
43803 \begin_inset Quotes eld
43804 \end_inset
43805
43806 paste
43807 \begin_inset Quotes erd
43808 \end_inset
43809
43810  and you get the four different existing shortcuts for the three different
43811  functions that contain 
43812 \begin_inset Quotes eld
43813 \end_inset
43814
43815 paste
43816 \begin_inset Quotes erd
43817 \end_inset
43818
43819  in their name.
43820  As you can see, one function can have more than one shortcut.
43821  All LyX-functions are also listed in the file 
43822 \family sans
43823 LyX Functions
43824 \family default
43825  that you will find in the 
43826 \family sans
43827 Help
43828 \family default
43829  menu.
43830 \end_layout
43831
43832 \begin_layout Standard
43833 For example, to add the shortcut 
43834 \family sans
43835 Alt+Q
43836 \family default
43837  for the function 
43838 \family sans
43839 textstyle-apply
43840 \family default
43841 , select the function and press the 
43842 \family sans
43843 Modify
43844 \family default
43845  button.
43846  A dialog pops up where you can add the shortcut by using it.
43847  So press Alt+Q to define the shortcut.
43848 \end_layout
43849
43850 \begin_layout Standard
43851 Modifying an existing shortcut is done the same way.
43852  You can also bind multiple functions to one shortcut by starting the LyX
43853  Function definition with “command alternatives” and following it with the
43854  different function names as a semicolon separated list.
43855  LyX will then use the first function that is enabled in the current document
43856  part.
43857  
43858 \end_layout
43859
43860 \begin_layout Standard
43861 If you don't like a particular shortcut, you can remove it.
43862 \end_layout
43863
43864 \begin_layout Standard
43865 Alternatively you can also edit shortcuts by modifying binding files with
43866  a text editor.
43867  The syntax of the entries is:
43868 \end_layout
43869
43870 \begin_layout Standard
43871
43872 \series bold
43873
43874 \backslash
43875 bind 
43876 \begin_inset Quotes eld
43877 \end_inset
43878
43879 key combination
43880 \begin_inset Quotes erd
43881 \end_inset
43882
43883  
43884 \begin_inset Quotes eld
43885 \end_inset
43886
43887 LyX-function
43888 \begin_inset Quotes erd
43889 \end_inset
43890
43891
43892 \end_layout
43893
43894 \begin_layout Subsection
43895 Keyboard/Mouse
43896 \begin_inset CommandInset label
43897 LatexCommand label
43898 name "sub:Keyboard-Map"
43899
43900 \end_inset
43901
43902
43903 \begin_inset Index idx
43904 status collapsed
43905
43906 \begin_layout Plain Layout
43907 Keyboard Map
43908 \end_layout
43909
43910 \end_inset
43911
43912
43913 \begin_inset Index idx
43914 status collapsed
43915
43916 \begin_layout Plain Layout
43917 Settings ! Keyboard Map
43918 \end_layout
43919
43920 \end_inset
43921
43922
43923 \end_layout
43924
43925 \begin_layout Standard
43926 Normally keyboard settings are made in a menu of your operating system.
43927  For the case thatWhere this is not possible, LyX provides keyboard maps.
43928  If, for example, you have a Czech keyboard but want to use it as if it
43929  is a Romanian one, you can enable 
43930 \family sans
43931 Use
43932 \begin_inset space ~
43933 \end_inset
43934
43935 keyboard
43936 \begin_inset space ~
43937 \end_inset
43938
43939 map
43940 \family default
43941  and select the keyboard map file named 
43942 \shape italic
43943 romanian.kmap
43944 \shape default
43945 .
43946 \end_layout
43947
43948 \begin_layout Standard
43949 You can specify a 
43950 \family sans
43951 First
43952 \family default
43953  and a 
43954 \family sans
43955 Second
43956 \family default
43957  keyboard map and, if you use the 
43958 \emph on
43959 cua
43960 \emph default
43961  bindings, you can select the first and second with 
43962 \begin_inset Info
43963 type  "shortcut"
43964 arg   "keymap-primary"
43965 \end_inset
43966
43967  and 
43968 \begin_inset Info
43969 type  "shortcut"
43970 arg   "keymap-secondary"
43971 \end_inset
43972
43973  respectively or toggle between them with 
43974 \begin_inset Info
43975 type  "shortcut"
43976 arg   "keymap-toggle"
43977 \end_inset
43978
43979 .
43980 \end_layout
43981
43982 \begin_layout Standard
43983 \begin_inset Note Greyedout
43984 status open
43985
43986 \begin_layout Plain Layout
43987
43988 \series bold
43989 Note:
43990 \series default
43991  Keyboard maps can only provide a makeshift solution and don't work on all
43992  systems.
43993 \end_layout
43994
43995 \end_inset
43996
43997
43998 \end_layout
43999
44000 \begin_layout Standard
44001 You can also specify the mouse 
44002 \family sans
44003 Wheel scrolling speed
44004 \family default
44005 .
44006  The standard value is 1.0; higher values speed up the scrolling, lower ones
44007  slow it down.
44008 \end_layout
44009
44010 \begin_layout Standard
44011 If you 
44012 \family sans
44013 Enable
44014 \family default
44015  
44016 \family sans
44017 Scroll
44018 \begin_inset space ~
44019 \end_inset
44020
44021 wheel
44022 \begin_inset space ~
44023 \end_inset
44024
44025 zoom,
44026 \family default
44027  you can select a key for zooming.
44028  When this key is pressed and the mouse wheel is rotated, the text is zoomed.
44029 \end_layout
44030
44031 \begin_layout Subsection
44032 Input Completion
44033 \end_layout
44034
44035 \begin_layout Standard
44036 Input completion is described in section
44037 \begin_inset space ~
44038 \end_inset
44039
44040
44041 \begin_inset CommandInset ref
44042 LatexCommand ref
44043 reference "sec:Input-Completion"
44044
44045 \end_inset
44046
44047 .
44048 \end_layout
44049
44050 \begin_layout Section
44051 Paths
44052 \begin_inset CommandInset label
44053 LatexCommand label
44054 name "sec:Paths"
44055
44056 \end_inset
44057
44058
44059 \begin_inset Index idx
44060 status collapsed
44061
44062 \begin_layout Plain Layout
44063 Paths
44064 \end_layout
44065
44066 \end_inset
44067
44068
44069 \begin_inset Index idx
44070 status collapsed
44071
44072 \begin_layout Plain Layout
44073 Settings ! Paths
44074 \end_layout
44075
44076 \end_inset
44077
44078
44079 \end_layout
44080
44081 \begin_layout Standard
44082 The paths to the various resources used by LyX are normally determined during
44083  the installation.
44084  But there may be reasons why you might want to modify them.
44085 \end_layout
44086
44087 \begin_layout Description
44088 Working
44089 \begin_inset space ~
44090 \end_inset
44091
44092 directory This is LyX's working directory.
44093  It is the default when you 
44094 \family sans
44095 Open
44096 \family default
44097
44098 \family sans
44099 Save
44100 \family default
44101  or 
44102 \family sans
44103 Save
44104 \begin_inset space ~
44105 \end_inset
44106
44107 As
44108 \family default
44109  files.
44110 \end_layout
44111
44112 \begin_layout Description
44113 Document
44114 \begin_inset space ~
44115 \end_inset
44116
44117 templates This directory will be opened when you use the menu 
44118 \family sans
44119 File\SpecialChar \menuseparator
44120 New
44121 \begin_inset space ~
44122 \end_inset
44123
44124 from
44125 \begin_inset space ~
44126 \end_inset
44127
44128 Template
44129 \family default
44130 .
44131 \end_layout
44132
44133 \begin_layout Description
44134 Example
44135 \begin_inset space ~
44136 \end_inset
44137
44138 files This directory will be opened when you use the button 
44139 \family sans
44140 Examples
44141 \family default
44142  in the 
44143 \family sans
44144 File\SpecialChar \menuseparator
44145 Open
44146 \family default
44147  dialog.
44148 \begin_inset Newline newline
44149 \end_inset
44150
44151
44152 \begin_inset Note Greyedout
44153 status open
44154
44155 \begin_layout Plain Layout
44156
44157 \series bold
44158 Note:
44159 \series default
44160  The 
44161 \family sans
44162 Examples
44163 \family default
44164  button does not exist when using LyX on Mac OS and Windows systems.
44165 \end_layout
44166
44167 \end_inset
44168
44169
44170 \end_layout
44171
44172 \begin_layout Description
44173 Backup
44174 \begin_inset space ~
44175 \end_inset
44176
44177 directory
44178 \begin_inset Index idx
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182 Backup ! Directory
44183 \end_layout
44184
44185 \end_inset
44186
44187  Backup copies will be saved to this directory.
44188  If no directory is given but backups are enabled as described in section
44189 \begin_inset space ~
44190 \end_inset
44191
44192
44193 \begin_inset CommandInset ref
44194 LatexCommand ref
44195 reference "sub:Backup documents"
44196
44197 \end_inset
44198
44199 , the 
44200 \family sans
44201 Working directory
44202 \family default
44203  will be used to save the backups.
44204 \begin_inset Newline newline
44205 \end_inset
44206
44207 Backup files have the ending 
44208 \begin_inset Quotes eld
44209 \end_inset
44210
44211 .lyx~
44212 \begin_inset Quotes erd
44213 \end_inset
44214
44215 .
44216 \end_layout
44217
44218 \begin_layout Description
44219 Ly
44220 \begin_inset ERT
44221 status collapsed
44222
44223 \begin_layout Plain Layout
44224
44225 {}
44226 \end_layout
44227
44228 \end_inset
44229
44230 XServer
44231 \begin_inset space ~
44232 \end_inset
44233
44234 pipe Here you can enter the name of a so-called UNIX-pipe.
44235  This pipe is used to send data from external programs to LyX.
44236 \begin_inset Newline newline
44237 \end_inset
44238
44239
44240 \series bold
44241 Example:
44242 \series default
44243  You add a BibTeX-database 
44244 \emph on
44245 test.bib
44246 \emph default
44247  to your document.
44248  You can edit this file with the program 
44249 \family typewriter
44250 JabRef
44251 \family default
44252 .
44253  In 
44254 \family typewriter
44255 JabRef
44256 \family default
44257  you have to use the same Unix-Pipe for LyX in its preferences under 
44258 \family sans
44259 External
44260 \begin_inset space ~
44261 \end_inset
44262
44263 programs
44264 \family default
44265 .
44266  If you want to get one entry of the database as citation, select it in
44267  
44268 \family typewriter
44269 JabRef
44270 \family default
44271  and click on the LyX-symbol.
44272  The entry will now be inserted as a citation at the current cursor position
44273  in your LyX file.
44274  Of course, 
44275 \family typewriter
44276 JabRef
44277 \family default
44278  and LyX need to be running the same time.
44279 \begin_inset Newline newline
44280 \end_inset
44281
44282 The pipe is also used for the 
44283 \family sans
44284 Single instance
44285 \family default
44286  feature, see sec.
44287 \begin_inset space \thinspace{}
44288 \end_inset
44289
44290
44291 \begin_inset CommandInset ref
44292 LatexCommand ref
44293 reference "sub:Backup documents"
44294
44295 \end_inset
44296
44297 .
44298 \begin_inset Newline newline
44299 \end_inset
44300
44301 To use the LyXServer-Pipe on Windows, you must use this pipe name:
44302 \begin_inset Newline newline
44303 \end_inset
44304
44305
44306 \series bold
44307
44308 \backslash
44309
44310 \backslash
44311 .
44312 \backslash
44313 pipe
44314 \backslash
44315 lyxpipe
44316 \end_layout
44317
44318 \begin_layout Description
44319 Temporary
44320 \begin_inset space ~
44321 \end_inset
44322
44323 directory Temporary files will be saved in this directory.
44324 \end_layout
44325
44326 \begin_layout Description
44327 Thesaurus
44328 \begin_inset space ~
44329 \end_inset
44330
44331 dictionary Directory where the thesaurus dictionaries are located.
44332  You only need to specify it if the thesaurus does not work or if you want
44333  to use custom/alternative dictionaries.
44334 \end_layout
44335
44336 \begin_layout Description
44337 Hunspell
44338 \begin_inset space ~
44339 \end_inset
44340
44341 dictionary Directory where the dictionaries of the spell checker program
44342  
44343 \family typewriter
44344 Hunspell
44345 \family default
44346  are located.
44347  You only need to specify it if you are using 
44348 \family typewriter
44349 Hunspell
44350 \family default
44351  and spell checking does not work or if you want to use custom/alternative
44352  dictionaries.
44353  For LyX on Windows 
44354 \family typewriter
44355 Hunspell
44356 \family default
44357  is the only available spell checker and should work without specifying
44358  a directory.
44359 \end_layout
44360
44361 \begin_layout Description
44362 PATH
44363 \begin_inset space ~
44364 \end_inset
44365
44366 prefix This field contains a list of paths to external programs.
44367  When LyX needs to use an external program, it looks in this list to see
44368  where to find it on the system.
44369  The path list is automatically set up on Windows and Mac systems when LyX
44370  is configured; so you normally don't have to modify it.
44371  On Unix
44372 \begin_inset space \thinspace{}
44373 \end_inset
44374
44375 /
44376 \begin_inset space \thinspace{}
44377 \end_inset
44378
44379 Linux systems, the path list will need to be set only if there are external
44380  programs you wish to use that are not in your normal system path ($PATH).
44381 \end_layout
44382
44383 \begin_layout Description
44384 TEXINPUTS
44385 \begin_inset space ~
44386 \end_inset
44387
44388 prefix The TEXINPUTS environment variable allows you to use external files
44389  which are included in a LyX document via commands in TeX code or in the
44390  document preamble.
44391  This prefix includes by default the document directory (represented by
44392  a single dot '.').
44393  The prefix can contain any list of paths separated by the default separator
44394  of the OS (':' on UNIX like systems and ';' on Windows).
44395  If files are included, the paths listed in the TEXINPUTS prefix will be
44396  scanned for the input files.
44397  Note that any non-absolute path listed in the TEXINPUTS prefix is considered
44398  to be relative to the directory of your LyX file.
44399  It is recommended that you always include ‘.' as one of the paths; otherwise
44400  compilation may fail for some documents.
44401 \end_layout
44402
44403 \begin_layout Section
44404 Identity
44405 \end_layout
44406
44407 \begin_layout Standard
44408 Here you can insert your 
44409 \family sans
44410 Name
44411 \family default
44412  and 
44413 \family sans
44414 E-mail
44415 \family default
44416  address.
44417  These will be used when you have enabled change tracking, as described
44418  in section
44419 \begin_inset space ~
44420 \end_inset
44421
44422
44423 \begin_inset CommandInset ref
44424 LatexCommand ref
44425 reference "sec:Change-Tracking"
44426
44427 \end_inset
44428
44429 , to mark changes you make as yours.
44430 \end_layout
44431
44432 \begin_layout Section
44433 Language Settings
44434 \begin_inset Index idx
44435 status collapsed
44436
44437 \begin_layout Plain Layout
44438 Language ! Settings
44439 \end_layout
44440
44441 \end_inset
44442
44443
44444 \begin_inset Index idx
44445 status collapsed
44446
44447 \begin_layout Plain Layout
44448 Settings ! Language
44449 \end_layout
44450
44451 \end_inset
44452
44453
44454 \end_layout
44455
44456 \begin_layout Subsection
44457 Language
44458 \begin_inset CommandInset label
44459 LatexCommand label
44460 name "sub:Prefs-Language"
44461
44462 \end_inset
44463
44464
44465 \end_layout
44466
44467 \begin_layout Description
44468 User
44469 \begin_inset space ~
44470 \end_inset
44471
44472 interface
44473 \begin_inset space ~
44474 \end_inset
44475
44476 language Here you can select the language for LyX's menus.
44477  You can find its actual translation status here: 
44478 \begin_inset CommandInset href
44479 LatexCommand href
44480 target "http://www.lyx.org/I18n"
44481
44482 \end_inset
44483
44484
44485 \end_layout
44486
44487 \begin_layout Description
44488 Language
44489 \begin_inset space ~
44490 \end_inset
44491
44492 package determines which LaTeX package should be loaded to handle language
44493  issues.
44494  Language issues that are handled by this package include proper hyphenation
44495  as well as localization of dates and text strings such as 
44496 \begin_inset Quotes eld
44497 \end_inset
44498
44499 Chapter
44500 \begin_inset Quotes erd
44501 \end_inset
44502
44503  and 
44504 \begin_inset Quotes eld
44505 \end_inset
44506
44507 Table
44508 \begin_inset Quotes erd
44509 \end_inset
44510
44511 .
44512  The most widespread language package is 
44513 \series bold
44514 babel
44515 \series default
44516
44517 \begin_inset Index idx
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521 LaTeX-packages ! babel
44522 \end_layout
44523
44524 \end_inset
44525
44526 ; it is the default language package in classic LaTeX.
44527  More recent typesetting engines such as XeTeX and LuaTeX come with the
44528  alternative language package 
44529 \series bold
44530 polyglossia
44531 \series default
44532
44533 \begin_inset Index idx
44534 status collapsed
44535
44536 \begin_layout Plain Layout
44537 LaTeX-packages ! polyglossia
44538 \end_layout
44539
44540 \end_inset
44541
44542  that is more suited to the multi-script support of these engines.
44543  Furthermore, there are also specific language packages for languages not
44544  covered by 
44545 \series bold
44546 babel
44547 \series default
44548 .
44549  The available selections are described in section
44550 \begin_inset space ~
44551 \end_inset
44552
44553
44554 \begin_inset CommandInset ref
44555 LatexCommand ref
44556 reference "sec:Language-encodings"
44557
44558 \end_inset
44559
44560 .
44561 \end_layout
44562
44563 \begin_layout Description
44564 Command
44565 \begin_inset space ~
44566 \end_inset
44567
44568 start If a special LaTeX-package is needed to write in a certain document
44569  language, you can here specify the command to start the package.
44570  An example is the start command 
44571 \family sans
44572
44573 \backslash
44574 begin{arabtext}
44575 \family default
44576  that is needed to write Arabic using the package 
44577 \series bold
44578 ArabTeX
44579 \series default
44580 , see 
44581 \begin_inset CommandInset citation
44582 LatexCommand cite
44583 key "Arabic"
44584
44585 \end_inset
44586
44587 .
44588  The default is the 
44589 \series bold
44590 babel
44591 \series default
44592  command 
44593 \family sans
44594
44595 \backslash
44596 selectlanguage{$$lang}
44597 \family default
44598 .
44599 \end_layout
44600
44601 \begin_layout Description
44602 Command
44603 \begin_inset space ~
44604 \end_inset
44605
44606 end Counterpart to 
44607 \family sans
44608 Command start
44609 \family default
44610 .
44611  Some packages, like the default, don't have an end command since the start
44612  command toggles the package on and off.
44613 \end_layout
44614
44615 \begin_layout Description
44616 Default
44617 \begin_inset space ~
44618 \end_inset
44619
44620 decimal
44621 \begin_inset space ~
44622 \end_inset
44623
44624 separator Defines the default decimal point for use in tables (decimal point
44625  alignment).
44626 \end_layout
44627
44628 \begin_layout Description
44629 Default
44630 \begin_inset space ~
44631 \end_inset
44632
44633 length
44634 \begin_inset space ~
44635 \end_inset
44636
44637 unit Defines the unit that is used as default for lengths in LyX's dialogs.
44638 \end_layout
44639
44640 \begin_layout Description
44641 Set
44642 \begin_inset space ~
44643 \end_inset
44644
44645 languages
44646 \begin_inset space ~
44647 \end_inset
44648
44649 globally When this option is set, the languages used in the document will
44650  be added as options to the document class options, so that they can be
44651  used by all LaTeX-packages.
44652  Otherwise they will only be used as options for the 
44653 \series bold
44654 babel
44655 \series default
44656  package.
44657 \end_layout
44658
44659 \begin_layout Description
44660 Auto
44661 \begin_inset space ~
44662 \end_inset
44663
44664 begin When this option is set, documents start with the chosen document
44665  language.
44666  When this option is not set, the 
44667 \family sans
44668 Command
44669 \begin_inset space ~
44670 \end_inset
44671
44672 start
44673 \family default
44674  is explicitly set to the beginning of the document in the LaTeX-output.
44675  This assures that the correct language is used when you use another 
44676 \family sans
44677 Command
44678 \begin_inset space ~
44679 \end_inset
44680
44681 start
44682 \family default
44683  than the default.
44684 \end_layout
44685
44686 \begin_layout Description
44687 Auto
44688 \begin_inset space ~
44689 \end_inset
44690
44691 end Counterpart to 
44692 \family sans
44693 Auto
44694 \begin_inset space ~
44695 \end_inset
44696
44697 begin
44698 \family default
44699 .
44700  When it is not set, the 
44701 \family sans
44702 Command
44703 \begin_inset space ~
44704 \end_inset
44705
44706 end
44707 \family default
44708  is set to the end of the document.
44709 \end_layout
44710
44711 \begin_layout Description
44712 Mark
44713 \begin_inset space ~
44714 \end_inset
44715
44716 foreign
44717 \begin_inset space ~
44718 \end_inset
44719
44720 languages Text marked formatted in a language different from the document
44721  language will be underlined in blue.
44722 \end_layout
44723
44724 \begin_layout Description
44725 Enable
44726 \begin_inset space ~
44727 \end_inset
44728
44729 RTL
44730 \begin_inset space ~
44731 \end_inset
44732
44733 support Enables the use of languages, written from right to left (RTL),
44734  like Arabic, Hebrew or Farsi.
44735 \end_layout
44736
44737 \begin_layout Description
44738 Cursor
44739 \begin_inset space ~
44740 \end_inset
44741
44742 movement When writing RTL, you can define if the left and right arrow keys
44743  move the cursor visually to the left or right, respectively, or logically.
44744  Logical means that the cursor is moved to the left when pressing the right
44745  arrow key and the cursor is inside text in an RTL language.
44746 \end_layout
44747
44748 \begin_layout Subsection
44749 Spellchecker
44750 \end_layout
44751
44752 \begin_layout Standard
44753 The spellchecker settings are explained in section
44754 \begin_inset space ~
44755 \end_inset
44756
44757
44758 \begin_inset CommandInset ref
44759 LatexCommand ref
44760 reference "sec:Spellchecking"
44761
44762 \end_inset
44763
44764 .
44765 \end_layout
44766
44767 \begin_layout Section
44768 Outputs
44769 \end_layout
44770
44771 \begin_layout Subsection
44772 General
44773 \end_layout
44774
44775 \begin_layout Description
44776 Output
44777 \begin_inset space ~
44778 \end_inset
44779
44780 line
44781 \begin_inset space ~
44782 \end_inset
44783
44784 length sets the maximum number of characters printed in one line when using
44785  the menu 
44786 \family sans
44787 File\SpecialChar \menuseparator
44788 Export\SpecialChar \menuseparator
44789 Plain
44790 \begin_inset space ~
44791 \end_inset
44792
44793 text
44794 \family default
44795 .
44796  Setting the line length to 0 means all text is printed in one endless line.
44797 \end_layout
44798
44799 \begin_layout Description
44800 Date
44801 \begin_inset space ~
44802 \end_inset
44803
44804 format
44805 \begin_inset Index idx
44806 status collapsed
44807
44808 \begin_layout Plain Layout
44809 Date Format
44810 \end_layout
44811
44812 \end_inset
44813
44814
44815 \begin_inset Index idx
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819 Settings ! Date format
44820 \end_layout
44821
44822 \end_inset
44823
44824  The date format can be one or a mixture of the formats listed here:
44825 \begin_inset Newline newline
44826 \end_inset
44827
44828
44829 \begin_inset Flex URL
44830 status collapsed
44831
44832 \begin_layout Plain Layout
44833
44834 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
44835 \end_layout
44836
44837 \end_inset
44838
44839
44840 \begin_inset Newline newline
44841 \end_inset
44842
44843 For example the format
44844 \begin_inset Newline newline
44845 \end_inset
44846
44847 %d/%m/%y
44848 \begin_inset Newline newline
44849 \end_inset
44850
44851 prints the date as day/month/year.
44852 \end_layout
44853
44854 \begin_layout Description
44855 Overwrite
44856 \begin_inset space ~
44857 \end_inset
44858
44859 on
44860 \begin_inset space ~
44861 \end_inset
44862
44863 export Setting what LyX is allowed to overwrite on export.
44864 \end_layout
44865
44866 \begin_layout Description
44867 Forward
44868 \begin_inset space ~
44869 \end_inset
44870
44871 search Commands that will be used for the menu 
44872 \family sans
44873 Navigate\SpecialChar \menuseparator
44874 Forward
44875 \begin_inset space ~
44876 \end_inset
44877
44878 search
44879 \family default
44880 .
44881  For a detailed description see section 
44882 \emph on
44883 Reverse DVI/PDF search
44884 \emph default
44885  of the 
44886 \emph on
44887 Additional
44888 \begin_inset space ~
44889 \end_inset
44890
44891 Features
44892 \emph default
44893  manual.
44894 \end_layout
44895
44896 \begin_layout Subsection
44897 Printer
44898 \begin_inset CommandInset label
44899 LatexCommand label
44900 name "sub:Printer"
44901
44902 \end_inset
44903
44904
44905 \begin_inset Index idx
44906 status collapsed
44907
44908 \begin_layout Plain Layout
44909 Printer
44910 \end_layout
44911
44912 \end_inset
44913
44914
44915 \begin_inset Index idx
44916 status collapsed
44917
44918 \begin_layout Plain Layout
44919 Settings ! Printer
44920 \end_layout
44921
44922 \end_inset
44923
44924
44925 \end_layout
44926
44927 \begin_layout Description
44928 Default
44929 \begin_inset space ~
44930 \end_inset
44931
44932 printer Here you can specify the name of your 
44933 \family sans
44934 Default printer
44935 \family default
44936 .
44937  The name will be used when the 
44938 \family sans
44939 Printer command
44940 \family default
44941  is executed.
44942 \begin_inset Newline newline
44943 \end_inset
44944
44945
44946 \begin_inset Note Greyedout
44947 status open
44948
44949 \begin_layout Plain Layout
44950
44951 \series bold
44952 Note:
44953 \series default
44954  You can leave this field empty on Windows systems because it has no effect.
44955 \end_layout
44956
44957 \end_inset
44958
44959
44960 \end_layout
44961
44962 \begin_layout Description
44963 Printer
44964 \begin_inset space ~
44965 \end_inset
44966
44967 command is the command LyX
44968 \begin_inset space \thinspace{}
44969 \end_inset
44970
44971 /
44972 \begin_inset space \thinspace{}
44973 \end_inset
44974
44975 LaTeX uses for printing.
44976  The default is 
44977 \family sans
44978 dvips
44979 \family default
44980  on most systems.
44981 \end_layout
44982
44983 \begin_layout Description
44984 Printer
44985 \begin_inset space ~
44986 \end_inset
44987
44988 Command
44989 \begin_inset space ~
44990 \end_inset
44991
44992 Options Here you can specify printer options.
44993  A list of printer options with explanations can be found in the documentation
44994  of the program that provides the 
44995 \family sans
44996 Printer command
44997 \family default
44998  you are using.
44999 \end_layout
45000
45001 \begin_layout Description
45002 Adapt
45003 \begin_inset space ~
45004 \end_inset
45005
45006 output
45007 \begin_inset space ~
45008 \end_inset
45009
45010 to
45011 \begin_inset space ~
45012 \end_inset
45013
45014 printer This option works only for the 
45015 \family sans
45016 Printer command
45017 \family default
45018  
45019 \begin_inset Quotes eld
45020 \end_inset
45021
45022
45023 \family sans
45024 dvips
45025 \family default
45026
45027 \begin_inset Quotes erd
45028 \end_inset
45029
45030 .
45031  It activates a configuration file for dvips.
45032  This is an option only for dvips experts.
45033 \end_layout
45034
45035 \begin_layout Subsection
45036 LaT
45037 \begin_inset ERT
45038 status collapsed
45039
45040 \begin_layout Plain Layout
45041
45042 {}
45043 \end_layout
45044
45045 \end_inset
45046
45047 eX
45048 \begin_inset CommandInset label
45049 LatexCommand label
45050 name "sub:LaTeX-settings"
45051
45052 \end_inset
45053
45054
45055 \begin_inset Index idx
45056 status collapsed
45057
45058 \begin_layout Plain Layout
45059 Settings ! LaTeX
45060 \end_layout
45061
45062 \end_inset
45063
45064
45065 \end_layout
45066
45067 \begin_layout Description
45068 Use
45069 \begin_inset space ~
45070 \end_inset
45071
45072 LaTe
45073 \begin_inset ERT
45074 status collapsed
45075
45076 \begin_layout Plain Layout
45077
45078 {}
45079 \end_layout
45080
45081 \end_inset
45082
45083 X
45084 \begin_inset space ~
45085 \end_inset
45086
45087 font
45088 \begin_inset space ~
45089 \end_inset
45090
45091 encoding This is the default encoding of the document font.
45092  
45093 \family sans
45094 T1
45095 \family default
45096  is the default and covers western languages and symbols.
45097  
45098 \family sans
45099 T2A
45100 \family default
45101
45102 \family sans
45103 T2B
45104 \family default
45105
45106 \family sans
45107 T2C
45108 \family default
45109
45110 \family sans
45111 LCY
45112 \family default
45113  and 
45114 \family sans
45115 X2
45116 \family default
45117  are used for Cyrillic.
45118  Combinations of the encodings are possible, like 
45119 \begin_inset Quotes eld
45120 \end_inset
45121
45122
45123 \family sans
45124 T1, T2B
45125 \family default
45126
45127 \begin_inset Quotes erd
45128 \end_inset
45129
45130 .
45131  The font encoding is normally automatically loaded by the language packages
45132  LyX sets up in the background.
45133  So there is no need to change the default encoding.
45134 \end_layout
45135
45136 \begin_layout Description
45137 Default
45138 \begin_inset space ~
45139 \end_inset
45140
45141 paper
45142 \begin_inset space ~
45143 \end_inset
45144
45145 size This is the paper size that is used for new documents.
45146  The 
45147 \family sans
45148 Default
45149 \family default
45150  value depends on your LaTeX-system setup.
45151 \end_layout
45152
45153 \begin_layout Description
45154 DVI
45155 \begin_inset space ~
45156 \end_inset
45157
45158 viewer
45159 \begin_inset space ~
45160 \end_inset
45161
45162 paper
45163 \begin_inset space ~
45164 \end_inset
45165
45166 size
45167 \begin_inset space ~
45168 \end_inset
45169
45170 options They only have an effect when the program 
45171 \family sans
45172 xdvi
45173 \family default
45174  is used as DVI-viewer, read its manual to find out more.
45175 \end_layout
45176
45177 \begin_layout Standard
45178 Here you can also specify options and commands with parameters for processors.
45179  But before you change something, it is strongly recommended to read the
45180  manuals of the applications.
45181 \end_layout
45182
45183 \begin_layout Description
45184 Bibliography
45185 \begin_inset space ~
45186 \end_inset
45187
45188 generation Settings for the generation of the bibliography, see section
45189 \begin_inset space ~
45190 \end_inset
45191
45192
45193 \begin_inset CommandInset ref
45194 LatexCommand ref
45195 reference "sub:Bibliography-databases"
45196
45197 \end_inset
45198
45199 .
45200 \end_layout
45201
45202 \begin_layout Description
45203 Index
45204 \begin_inset space ~
45205 \end_inset
45206
45207 generation Settings for the generation of the index, see section
45208 \begin_inset space ~
45209 \end_inset
45210
45211
45212 \begin_inset CommandInset ref
45213 LatexCommand ref
45214 reference "sub:Index-Program"
45215
45216 \end_inset
45217
45218 .
45219 \end_layout
45220
45221 \begin_layout Description
45222 Nomenclature
45223 \begin_inset space ~
45224 \end_inset
45225
45226 command Command for the program that generates the nomenclature, see section
45227 \begin_inset space ~
45228 \end_inset
45229
45230
45231 \begin_inset CommandInset ref
45232 LatexCommand ref
45233 reference "sub:Nomenclature-Program"
45234
45235 \end_inset
45236
45237 .
45238 \end_layout
45239
45240 \begin_layout Description
45241 CheckTe
45242 \begin_inset ERT
45243 status collapsed
45244
45245 \begin_layout Plain Layout
45246
45247 {}
45248 \end_layout
45249
45250 \end_inset
45251
45252 X
45253 \begin_inset space ~
45254 \end_inset
45255
45256 command Command for the program 
45257 \family sans
45258 CheckTeX
45259 \family default
45260  that is described in the section 
45261 \emph on
45262 Checking TeX
45263 \emph default
45264  of the 
45265 \emph on
45266 Additional Features
45267 \emph default
45268  manual.
45269 \end_layout
45270
45271 \begin_layout Standard
45272 There are additionally the following options:
45273 \end_layout
45274
45275 \begin_layout Description
45276 Use
45277 \begin_inset space ~
45278 \end_inset
45279
45280 Windows-style
45281 \begin_inset space ~
45282 \end_inset
45283
45284 paths
45285 \begin_inset space ~
45286 \end_inset
45287
45288 in
45289 \begin_inset space ~
45290 \end_inset
45291
45292 LaTeX
45293 \begin_inset space ~
45294 \end_inset
45295
45296 files Uses paths in the notation of Windows, that means that 
45297 \begin_inset Quotes eld
45298 \end_inset
45299
45300
45301 \backslash
45302
45303 \begin_inset Quotes erd
45304 \end_inset
45305
45306  is used instead of 
45307 \begin_inset Quotes eld
45308 \end_inset
45309
45310 /
45311 \begin_inset Quotes erd
45312 \end_inset
45313
45314  to separate folders.
45315  This option is enabled by default when you use LyX on Windows.
45316 \begin_inset Index idx
45317 status collapsed
45318
45319 \begin_layout Plain Layout
45320 Paths
45321 \end_layout
45322
45323 \end_inset
45324
45325
45326 \begin_inset Index idx
45327 status collapsed
45328
45329 \begin_layout Plain Layout
45330 Settings ! Paths
45331 \end_layout
45332
45333 \end_inset
45334
45335
45336 \end_layout
45337
45338 \begin_layout Description
45339 Reset
45340 \begin_inset space ~
45341 \end_inset
45342
45343 class
45344 \begin_inset space ~
45345 \end_inset
45346
45347 options
45348 \begin_inset space ~
45349 \end_inset
45350
45351 when
45352 \begin_inset space ~
45353 \end_inset
45354
45355 document
45356 \begin_inset space ~
45357 \end_inset
45358
45359 class
45360 \begin_inset space ~
45361 \end_inset
45362
45363 changes Removes all manually set 
45364 \family sans
45365 Class options
45366 \family default
45367  in the 
45368 \family sans
45369 Document\SpecialChar \menuseparator
45370 Settings\SpecialChar \menuseparator
45371 Document
45372 \begin_inset space ~
45373 \end_inset
45374
45375 Class
45376 \family default
45377  dialog when changing the document class.
45378 \end_layout
45379
45380 \begin_layout Section
45381 File
45382 \begin_inset space ~
45383 \end_inset
45384
45385 Handling
45386 \begin_inset Index idx
45387 status collapsed
45388
45389 \begin_layout Plain Layout
45390 File handling
45391 \end_layout
45392
45393 \end_inset
45394
45395
45396 \end_layout
45397
45398 \begin_layout Subsection
45399 Converters
45400 \begin_inset CommandInset label
45401 LatexCommand label
45402 name "sub:Converters"
45403
45404 \end_inset
45405
45406
45407 \begin_inset Index idx
45408 status collapsed
45409
45410 \begin_layout Plain Layout
45411 Converters
45412 \end_layout
45413
45414 \end_inset
45415
45416
45417 \end_layout
45418
45419 \begin_layout Standard
45420 Here you find the list of defined converter commands to convert material
45421  from one format to another.
45422  You can modify converters or create new ones.
45423  To modify a converter, select it, change the entry of the 
45424 \family sans
45425 Converter
45426 \family default
45427  and/or 
45428 \family sans
45429 Extra
45430 \begin_inset space ~
45431 \end_inset
45432
45433 flag
45434 \family default
45435  field and press the 
45436 \family sans
45437 Modify
45438 \family default
45439  button.
45440  To create a new converter, select an existing one, select a different format
45441  in the 
45442 \family sans
45443 To
45444 \begin_inset space ~
45445 \end_inset
45446
45447 format
45448 \family default
45449  drop-down list, modify the 
45450 \family sans
45451 Converter
45452 \family default
45453  field and press the 
45454 \family sans
45455 Add
45456 \family default
45457  button.
45458 \end_layout
45459
45460 \begin_layout Standard
45461 If the 
45462 \family sans
45463 Converter File Cache
45464 \family default
45465  is 
45466 \family sans
45467 Enabled
45468 \family default
45469 , conversions will be cached as long as specified in the field 
45470 \family sans
45471 Maximum Age (in days
45472 \family default
45473 ).
45474  This means that images don't need to be converted again when you reopen
45475  a document; the converted images from the cache will be used instead.
45476 \end_layout
45477
45478 \begin_layout Standard
45479 More about converters, like the flags that can be used in the converter
45480  definition, is described in the section 
45481 \emph on
45482 Converters
45483 \emph default
45484  of the 
45485 \emph on
45486 Customization
45487 \emph default
45488  manual.
45489 \end_layout
45490
45491 \begin_layout Subsection
45492 File Formats
45493 \begin_inset CommandInset label
45494 LatexCommand label
45495 name "sec:File-Formats"
45496
45497 \end_inset
45498
45499
45500 \begin_inset Index idx
45501 status collapsed
45502
45503 \begin_layout Plain Layout
45504 File formats
45505 \end_layout
45506
45507 \end_inset
45508
45509
45510 \begin_inset Index idx
45511 status collapsed
45512
45513 \begin_layout Plain Layout
45514 Copiers
45515 \end_layout
45516
45517 \end_inset
45518
45519
45520 \end_layout
45521
45522 \begin_layout Standard
45523 Here you find the list of defined file formats that LyX can handle.
45524  You can modify the 
45525 \family sans
45526 Editor
45527 \family default
45528  and 
45529 \family sans
45530 Viewer
45531 \family default
45532  programs that should be used for certain formats.
45533 \end_layout
45534
45535 \begin_layout Standard
45536 You can also define the 
45537 \family sans
45538 Default output format
45539 \family default
45540  that is used when you use 
45541 \family sans
45542 View, Update, View Master Document
45543 \family default
45544  or 
45545 \family sans
45546 Update Master Document
45547 \family default
45548  in the 
45549 \family sans
45550 Document
45551 \family default
45552  menu or the toolbar.
45553 \end_layout
45554
45555 \begin_layout Standard
45556 More about formats and their options is described in the section 
45557 \emph on
45558 Formats
45559 \emph default
45560  of the 
45561 \emph on
45562 Customization
45563 \emph default
45564  manual.
45565 \end_layout
45566
45567 \begin_layout Standard
45568 Since all conversions from one format to another take place in LyX's temporary
45569  directory, it is sometimes necessary to modify a file before copying it
45570  to the temporary directory so that the conversion may be performed.
45571  This is done by specifying a 
45572 \family sans
45573 Copier
45574 \family default
45575 .
45576  More about this is described in the section 
45577 \emph on
45578 Copiers
45579 \emph default
45580  of the 
45581 \emph on
45582 Customization
45583 \emph default
45584  manual.
45585 \end_layout
45586
45587 \begin_layout Chapter
45588 Units available in LyX
45589 \begin_inset Index idx
45590 status collapsed
45591
45592 \begin_layout Plain Layout
45593 Units
45594 \end_layout
45595
45596 \end_inset
45597
45598
45599 \begin_inset CommandInset label
45600 LatexCommand label
45601 name "chap:Units-available-in"
45602
45603 \end_inset
45604
45605
45606 \end_layout
45607
45608 \begin_layout Standard
45609 Table
45610 \begin_inset space ~
45611 \end_inset
45612
45613
45614 \begin_inset CommandInset ref
45615 LatexCommand ref
45616 reference "tab:Units"
45617
45618 \end_inset
45619
45620  explains all the units available in LyX and used in this documentation.
45621 \end_layout
45622
45623 \begin_layout Standard
45624 \begin_inset Float table
45625 placement h
45626 wide false
45627 sideways false
45628 status open
45629
45630 \begin_layout Plain Layout
45631 \begin_inset Caption Standard
45632
45633 \begin_layout Plain Layout
45634 \begin_inset CommandInset label
45635 LatexCommand label
45636 name "tab:Units"
45637
45638 \end_inset
45639
45640 Units
45641 \end_layout
45642
45643 \end_inset
45644
45645
45646 \end_layout
45647
45648 \begin_layout Plain Layout
45649 \begin_inset VSpace medskip
45650 \end_inset
45651
45652
45653 \end_layout
45654
45655 \begin_layout Plain Layout
45656 \align center
45657 \begin_inset Tabular
45658 <lyxtabular version="3" rows="20" columns="2">
45659 <features rotate="0" tabularvalignment="middle">
45660 <column alignment="center" valignment="top">
45661 <column alignment="center" valignment="top">
45662 <row>
45663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45664 \begin_inset Text
45665
45666 \begin_layout Plain Layout
45667 unit
45668 \end_layout
45669
45670 \end_inset
45671 </cell>
45672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
45673 \begin_inset Text
45674
45675 \begin_layout Plain Layout
45676 name/description
45677 \end_layout
45678
45679 \end_inset
45680 </cell>
45681 </row>
45682 <row>
45683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45684 \begin_inset Text
45685
45686 \begin_layout Plain Layout
45687 mm
45688 \end_layout
45689
45690 \end_inset
45691 </cell>
45692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45693 \begin_inset Text
45694
45695 \begin_layout Plain Layout
45696 millimeter
45697 \end_layout
45698
45699 \end_inset
45700 </cell>
45701 </row>
45702 <row>
45703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45704 \begin_inset Text
45705
45706 \begin_layout Plain Layout
45707 cm
45708 \end_layout
45709
45710 \end_inset
45711 </cell>
45712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45713 \begin_inset Text
45714
45715 \begin_layout Plain Layout
45716 centimeter
45717 \end_layout
45718
45719 \end_inset
45720 </cell>
45721 </row>
45722 <row>
45723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45724 \begin_inset Text
45725
45726 \begin_layout Plain Layout
45727 in
45728 \end_layout
45729
45730 \end_inset
45731 </cell>
45732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45733 \begin_inset Text
45734
45735 \begin_layout Plain Layout
45736 inch
45737 \end_layout
45738
45739 \end_inset
45740 </cell>
45741 </row>
45742 <row>
45743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45744 \begin_inset Text
45745
45746 \begin_layout Plain Layout
45747 pt
45748 \end_layout
45749
45750 \end_inset
45751 </cell>
45752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45753 \begin_inset Text
45754
45755 \begin_layout Plain Layout
45756 point (72.27
45757 \begin_inset space \thinspace{}
45758 \end_inset
45759
45760 pt = 1
45761 \begin_inset space \thinspace{}
45762 \end_inset
45763
45764 in)
45765 \end_layout
45766
45767 \end_inset
45768 </cell>
45769 </row>
45770 <row>
45771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45772 \begin_inset Text
45773
45774 \begin_layout Plain Layout
45775 pc
45776 \end_layout
45777
45778 \end_inset
45779 </cell>
45780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45781 \begin_inset Text
45782
45783 \begin_layout Plain Layout
45784 pica (1
45785 \begin_inset space \thinspace{}
45786 \end_inset
45787
45788 pc = 12
45789 \begin_inset space \thinspace{}
45790 \end_inset
45791
45792 pt)
45793 \end_layout
45794
45795 \end_inset
45796 </cell>
45797 </row>
45798 <row>
45799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45800 \begin_inset Text
45801
45802 \begin_layout Plain Layout
45803 sp
45804 \end_layout
45805
45806 \end_inset
45807 </cell>
45808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45809 \begin_inset Text
45810
45811 \begin_layout Plain Layout
45812 scaled point (65536
45813 \begin_inset space \thinspace{}
45814 \end_inset
45815
45816 sp = 1
45817 \begin_inset space \thinspace{}
45818 \end_inset
45819
45820 pt)
45821 \end_layout
45822
45823 \end_inset
45824 </cell>
45825 </row>
45826 <row>
45827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45828 \begin_inset Text
45829
45830 \begin_layout Plain Layout
45831 bp
45832 \end_layout
45833
45834 \end_inset
45835 </cell>
45836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45837 \begin_inset Text
45838
45839 \begin_layout Plain Layout
45840 big point (72
45841 \begin_inset space \thinspace{}
45842 \end_inset
45843
45844 bp = 1
45845 \begin_inset space \thinspace{}
45846 \end_inset
45847
45848 in)
45849 \end_layout
45850
45851 \end_inset
45852 </cell>
45853 </row>
45854 <row>
45855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45856 \begin_inset Text
45857
45858 \begin_layout Plain Layout
45859 dd
45860 \end_layout
45861
45862 \end_inset
45863 </cell>
45864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45865 \begin_inset Text
45866
45867 \begin_layout Plain Layout
45868 didot (72
45869 \begin_inset space \thinspace{}
45870 \end_inset
45871
45872 dd 
45873 \begin_inset Formula $\approx$
45874 \end_inset
45875
45876  37.6
45877 \begin_inset space \thinspace{}
45878 \end_inset
45879
45880 mm)
45881 \end_layout
45882
45883 \end_inset
45884 </cell>
45885 </row>
45886 <row>
45887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45888 \begin_inset Text
45889
45890 \begin_layout Plain Layout
45891 cc
45892 \end_layout
45893
45894 \end_inset
45895 </cell>
45896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45897 \begin_inset Text
45898
45899 \begin_layout Plain Layout
45900 cicero (1
45901 \begin_inset space \thinspace{}
45902 \end_inset
45903
45904 cc = 12
45905 \begin_inset space \thinspace{}
45906 \end_inset
45907
45908 dd)
45909 \end_layout
45910
45911 \end_inset
45912 </cell>
45913 </row>
45914 <row>
45915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45916 \begin_inset Text
45917
45918 \begin_layout Plain Layout
45919 Scale%
45920 \end_layout
45921
45922 \end_inset
45923 </cell>
45924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45925 \begin_inset Text
45926
45927 \begin_layout Plain Layout
45928 % of original image width
45929 \end_layout
45930
45931 \end_inset
45932 </cell>
45933 </row>
45934 <row>
45935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45936 \begin_inset Text
45937
45938 \begin_layout Plain Layout
45939 text%
45940 \end_layout
45941
45942 \end_inset
45943 </cell>
45944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45945 \begin_inset Text
45946
45947 \begin_layout Plain Layout
45948 % of text width
45949 \end_layout
45950
45951 \end_inset
45952 </cell>
45953 </row>
45954 <row>
45955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45956 \begin_inset Text
45957
45958 \begin_layout Plain Layout
45959 col%
45960 \end_layout
45961
45962 \end_inset
45963 </cell>
45964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45965 \begin_inset Text
45966
45967 \begin_layout Plain Layout
45968 % of column width
45969 \end_layout
45970
45971 \end_inset
45972 </cell>
45973 </row>
45974 <row>
45975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45976 \begin_inset Text
45977
45978 \begin_layout Plain Layout
45979 page%
45980 \end_layout
45981
45982 \end_inset
45983 </cell>
45984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45985 \begin_inset Text
45986
45987 \begin_layout Plain Layout
45988 % of paper width
45989 \end_layout
45990
45991 \end_inset
45992 </cell>
45993 </row>
45994 <row>
45995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45996 \begin_inset Text
45997
45998 \begin_layout Plain Layout
45999 line%
46000 \end_layout
46001
46002 \end_inset
46003 </cell>
46004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46005 \begin_inset Text
46006
46007 \begin_layout Plain Layout
46008 % of line width
46009 \end_layout
46010
46011 \end_inset
46012 </cell>
46013 </row>
46014 <row>
46015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46016 \begin_inset Text
46017
46018 \begin_layout Plain Layout
46019 theight%
46020 \end_layout
46021
46022 \end_inset
46023 </cell>
46024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46025 \begin_inset Text
46026
46027 \begin_layout Plain Layout
46028 % of text height
46029 \end_layout
46030
46031 \end_inset
46032 </cell>
46033 </row>
46034 <row>
46035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46036 \begin_inset Text
46037
46038 \begin_layout Plain Layout
46039 pheight%
46040 \end_layout
46041
46042 \end_inset
46043 </cell>
46044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46045 \begin_inset Text
46046
46047 \begin_layout Plain Layout
46048 % of paper height
46049 \end_layout
46050
46051 \end_inset
46052 </cell>
46053 </row>
46054 <row>
46055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46056 \begin_inset Text
46057
46058 \begin_layout Plain Layout
46059 ex
46060 \end_layout
46061
46062 \end_inset
46063 </cell>
46064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46065 \begin_inset Text
46066
46067 \begin_layout Plain Layout
46068 height of letter 
46069 \emph on
46070 x
46071 \emph default
46072  in current font
46073 \end_layout
46074
46075 \end_inset
46076 </cell>
46077 </row>
46078 <row>
46079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46080 \begin_inset Text
46081
46082 \begin_layout Plain Layout
46083 em
46084 \end_layout
46085
46086 \end_inset
46087 </cell>
46088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46089 \begin_inset Text
46090
46091 \begin_layout Plain Layout
46092 width of letter 
46093 \emph on
46094 M
46095 \emph default
46096  in current font
46097 \end_layout
46098
46099 \end_inset
46100 </cell>
46101 </row>
46102 <row>
46103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
46104 \begin_inset Text
46105
46106 \begin_layout Plain Layout
46107 mu
46108 \end_layout
46109
46110 \end_inset
46111 </cell>
46112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
46113 \begin_inset Text
46114
46115 \begin_layout Plain Layout
46116 math unit (1
46117 \begin_inset space \thinspace{}
46118 \end_inset
46119
46120 mu = 1/18
46121 \begin_inset space \thinspace{}
46122 \end_inset
46123
46124 em)
46125 \end_layout
46126
46127 \end_inset
46128 </cell>
46129 </row>
46130 </lyxtabular>
46131
46132 \end_inset
46133
46134
46135 \end_layout
46136
46137 \end_inset
46138
46139
46140 \end_layout
46141
46142 \begin_layout Chapter
46143 Credits
46144 \begin_inset CommandInset label
46145 LatexCommand label
46146 name "chap:Credits"
46147
46148 \end_inset
46149
46150
46151 \end_layout
46152
46153 \begin_layout Standard
46154 The documentation is a collaborative effort between many different people
46155  (and we would encourage people to contribute!).
46156 \end_layout
46157
46158 \begin_layout Itemize
46159
46160 \noun on
46161 Alejandro Aguilar Sierra
46162 \end_layout
46163
46164 \begin_layout Itemize
46165
46166 \noun on
46167 Amir Karger
46168 \end_layout
46169
46170 \begin_layout Itemize
46171
46172 \noun on
46173 David Johnson
46174 \end_layout
46175
46176 \begin_layout Itemize
46177
46178 \noun on
46179 Hartmut Haase
46180 \end_layout
46181
46182 \begin_layout Itemize
46183
46184 \noun on
46185 Ignacio García
46186 \end_layout
46187
46188 \begin_layout Itemize
46189
46190 \noun on
46191 Ivan Schreter
46192 \end_layout
46193
46194 \begin_layout Itemize
46195
46196 \noun on
46197 John Raithel
46198 \end_layout
46199
46200 \begin_layout Itemize
46201
46202 \noun on
46203 John Weiss
46204 \end_layout
46205
46206 \begin_layout Itemize
46207
46208 \noun on
46209 Lars Gullik Bjønnes
46210 \end_layout
46211
46212 \begin_layout Itemize
46213
46214 \noun on
46215 Matthias Ettrich
46216 \end_layout
46217
46218 \begin_layout Itemize
46219
46220 \noun on
46221 Matthias Zenker
46222 \end_layout
46223
46224 \begin_layout Itemize
46225
46226 \noun on
46227 Rich Fields
46228 \end_layout
46229
46230 \begin_layout Itemize
46231
46232 \noun on
46233 Pascal André
46234 \end_layout
46235
46236 \begin_layout Itemize
46237
46238 \noun on
46239 Paul Evans
46240 \end_layout
46241
46242 \begin_layout Itemize
46243
46244 \noun on
46245 Paul Russel
46246 \end_layout
46247
46248 \begin_layout Itemize
46249
46250 \noun on
46251 Robin Socha
46252 \end_layout
46253
46254 \begin_layout Itemize
46255
46256 \noun on
46257 Uwe Stöhr
46258 \end_layout
46259
46260 \begin_layout Itemize
46261 The LyX Team: 
46262 \begin_inset CommandInset citation
46263 LatexCommand cite
46264 key "lyxcredit"
46265
46266 \end_inset
46267
46268
46269 \end_layout
46270
46271 \begin_layout Standard
46272 \begin_inset Newpage newpage
46273 \end_inset
46274
46275 The bibliography on the following page was created with the 
46276 \family sans
46277 Bibliography
46278 \family default
46279  environment.
46280 \end_layout
46281
46282 \begin_layout Bibliography
46283 \begin_inset CommandInset bibitem
46284 LatexCommand bibitem
46285 label "Credits"
46286 key "lyxcredit"
46287
46288 \end_inset
46289
46290 The LyX Team: 
46291 \begin_inset CommandInset href
46292 LatexCommand href
46293 name "Credits"
46294 target "http://www.lyx.org/Credits"
46295
46296 \end_inset
46297
46298 :
46299 \begin_inset Newline newline
46300 \end_inset
46301
46302
46303 \begin_inset Flex URL
46304 status collapsed
46305
46306 \begin_layout Plain Layout
46307
46308 http://www.lyx.org/Credits
46309 \end_layout
46310
46311 \end_inset
46312
46313
46314 \end_layout
46315
46316 \begin_layout Bibliography
46317 \begin_inset CommandInset bibitem
46318 LatexCommand bibitem
46319 key "latexcompanion"
46320
46321 \end_inset
46322
46323 Frank Mittelbach and Michel Goossens: 
46324 \emph on
46325 The LaTeX Companion Second Edition.
46326
46327 \emph default
46328  Addison-Wesley, 2004
46329 \end_layout
46330
46331 \begin_layout Bibliography
46332 \begin_inset CommandInset bibitem
46333 LatexCommand bibitem
46334 key "latexguide"
46335
46336 \end_inset
46337
46338 Helmut Kopka and Patrick W.
46339  Daly: 
46340 \emph on
46341 A Guide to LaTeX Fourth Edition.
46342
46343 \emph default
46344  Addison-Wesley, 2003
46345 \end_layout
46346
46347 \begin_layout Bibliography
46348 \begin_inset CommandInset bibitem
46349 LatexCommand bibitem
46350 key "latexbook"
46351
46352 \end_inset
46353
46354 Leslie Lamport: 
46355 \emph on
46356 LaTeX: A Document Preparation System.
46357
46358 \emph default
46359  Addison-Wesley, second edition, 1994
46360 \end_layout
46361
46362 \begin_layout Bibliography
46363 \begin_inset CommandInset bibitem
46364 LatexCommand bibitem
46365 key "texbook"
46366
46367 \end_inset
46368
46369 Donald E.
46370  Knuth.
46371  
46372 \emph on
46373 The TeXbook.
46374
46375 \emph default
46376  Addison-Wesley, 1984
46377 \end_layout
46378
46379 \begin_layout Bibliography
46380 \begin_inset CommandInset bibitem
46381 LatexCommand bibitem
46382 key "TeXCatalogue"
46383
46384 \end_inset
46385
46386 The TeX Catalogue:
46387 \begin_inset Newline newline
46388 \end_inset
46389
46390
46391 \begin_inset Flex URL
46392 status collapsed
46393
46394 \begin_layout Plain Layout
46395
46396 http://mirrors.ctan.org/help/Catalogue/bytopic.html
46397 \end_layout
46398
46399 \end_inset
46400
46401
46402 \end_layout
46403
46404 \begin_layout Bibliography
46405 \begin_inset CommandInset bibitem
46406 LatexCommand bibitem
46407 key "LaTeXFAQ"
46408
46409 \end_inset
46410
46411 The LaTeX FAQ:
46412 \begin_inset Newline newline
46413 \end_inset
46414
46415
46416 \begin_inset Flex URL
46417 status collapsed
46418
46419 \begin_layout Plain Layout
46420
46421 http://www.tex.ac.uk/cgi-bin/texfaq2html
46422 \end_layout
46423
46424 \end_inset
46425
46426
46427 \end_layout
46428
46429 \begin_layout Bibliography
46430 \begin_inset CommandInset bibitem
46431 LatexCommand bibitem
46432 key "BibTeX"
46433
46434 \end_inset
46435
46436
46437 \begin_inset CommandInset href
46438 LatexCommand href
46439 name "Documentation"
46440 target "http://mirrors.ctan.org/biblio/bibtex/contrib/doc/btxdoc.pdf"
46441
46442 \end_inset
46443
46444  of the program 
46445 \family sans
46446 BibTeX
46447 \family default
46448 :
46449 \begin_inset Newline newline
46450 \end_inset
46451
46452
46453 \begin_inset Flex URL
46454 status collapsed
46455
46456 \begin_layout Plain Layout
46457
46458 http://mirrors.ctan.org/biblio/bibtex/contrib/doc/btxdoc.pdf
46459 \end_layout
46460
46461 \end_inset
46462
46463
46464 \end_layout
46465
46466 \begin_layout Bibliography
46467 \begin_inset CommandInset bibitem
46468 LatexCommand bibitem
46469 key "BibTeX-2"
46470
46471 \end_inset
46472
46473
46474 \begin_inset CommandInset href
46475 LatexCommand href
46476 name "Documentation"
46477 target "http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf"
46478
46479 \end_inset
46480
46481  how to use the program 
46482 \family sans
46483 BibTeX
46484 \family default
46485 :
46486 \begin_inset Newline newline
46487 \end_inset
46488
46489
46490 \begin_inset Flex URL
46491 status collapsed
46492
46493 \begin_layout Plain Layout
46494
46495 http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf
46496 \end_layout
46497
46498 \end_inset
46499
46500
46501 \end_layout
46502
46503 \begin_layout Bibliography
46504 \begin_inset CommandInset bibitem
46505 LatexCommand bibitem
46506 key "makeindex"
46507
46508 \end_inset
46509
46510
46511 \begin_inset CommandInset href
46512 LatexCommand href
46513 name "Documentation"
46514 target "http://mirrors.ctan.org/indexing/makeindex/doc/makeindex.pdf"
46515
46516 \end_inset
46517
46518  of the program 
46519 \family sans
46520 makeindex
46521 \family default
46522 :
46523 \begin_inset Newline newline
46524 \end_inset
46525
46526
46527 \begin_inset Flex URL
46528 status collapsed
46529
46530 \begin_layout Plain Layout
46531
46532 http://mirrors.ctan.org/indexing/makeindex/doc/makeindex.pdf
46533 \end_layout
46534
46535 \end_inset
46536
46537
46538 \end_layout
46539
46540 \begin_layout Bibliography
46541 \begin_inset CommandInset bibitem
46542 LatexCommand bibitem
46543 key "xindy"
46544
46545 \end_inset
46546
46547
46548 \begin_inset CommandInset href
46549 LatexCommand href
46550 name "Documentation"
46551 target "http://www.xindy.org/documentation.html"
46552
46553 \end_inset
46554
46555  of the program 
46556 \family sans
46557 xindy
46558 \family default
46559 :
46560 \begin_inset Newline newline
46561 \end_inset
46562
46563
46564 \begin_inset Flex URL
46565 status collapsed
46566
46567 \begin_layout Plain Layout
46568
46569 http://www.xindy.org/documentation.html
46570 \end_layout
46571
46572 \end_inset
46573
46574
46575 \end_layout
46576
46577 \begin_layout Bibliography
46578 \begin_inset CommandInset bibitem
46579 LatexCommand bibitem
46580 key "AMS"
46581
46582 \end_inset
46583
46584
46585 \begin_inset CommandInset href
46586 LatexCommand href
46587 name "Documentation"
46588 target "http://www.ams.org/publications/authors/tex/amslatex"
46589
46590 \end_inset
46591
46592  of the AMS LaTeX-packages:
46593 \begin_inset Newline newline
46594 \end_inset
46595
46596
46597 \begin_inset Flex URL
46598 status collapsed
46599
46600 \begin_layout Plain Layout
46601
46602 http://www.ams.org/publications/authors/tex/amslatex
46603 \end_layout
46604
46605 \end_inset
46606
46607
46608 \end_layout
46609
46610 \begin_layout Bibliography
46611 \begin_inset CommandInset bibitem
46612 LatexCommand bibitem
46613 key "caption"
46614
46615 \end_inset
46616
46617
46618 \begin_inset CommandInset href
46619 LatexCommand href
46620 name "Documentation"
46621 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46622
46623 \end_inset
46624
46625  of the LaTeX-package 
46626 \series bold
46627 caption
46628 \series default
46629
46630 \begin_inset Index idx
46631 status collapsed
46632
46633 \begin_layout Plain Layout
46634 LaTeX-packages ! caption
46635 \end_layout
46636
46637 \end_inset
46638
46639 :
46640 \begin_inset Newline newline
46641 \end_inset
46642
46643
46644 \begin_inset Flex URL
46645 status collapsed
46646
46647 \begin_layout Plain Layout
46648
46649 http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf
46650 \end_layout
46651
46652 \end_inset
46653
46654
46655 \end_layout
46656
46657 \begin_layout Bibliography
46658 \begin_inset CommandInset bibitem
46659 LatexCommand bibitem
46660 key "enumitem"
46661
46662 \end_inset
46663
46664
46665 \begin_inset CommandInset href
46666 LatexCommand href
46667 name "Documentation"
46668 target "http://mirrors.ctan.org/macros/latex/contrib/enumitem/enumitem.pdf"
46669
46670 \end_inset
46671
46672  of the LaTeX-package 
46673 \series bold
46674 enumitem
46675 \series default
46676
46677 \begin_inset Index idx
46678 status collapsed
46679
46680 \begin_layout Plain Layout
46681 LaTeX-packages ! enumitem
46682 \end_layout
46683
46684 \end_inset
46685
46686 :
46687 \begin_inset Newline newline
46688 \end_inset
46689
46690
46691 \begin_inset Flex URL
46692 status collapsed
46693
46694 \begin_layout Plain Layout
46695
46696 http://mirrors.ctan.org/macros/latex/contrib/enumitem/enumitem.pdf
46697 \end_layout
46698
46699 \end_inset
46700
46701
46702 \end_layout
46703
46704 \begin_layout Bibliography
46705 \begin_inset CommandInset bibitem
46706 LatexCommand bibitem
46707 key "fancyhdr"
46708
46709 \end_inset
46710
46711
46712 \begin_inset CommandInset href
46713 LatexCommand href
46714 name "Documentation"
46715 target "http://mirrors.ctan.org/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
46716
46717 \end_inset
46718
46719  of the LaTeX-package 
46720 \series bold
46721 fancyhdr
46722 \series default
46723
46724 \begin_inset Index idx
46725 status collapsed
46726
46727 \begin_layout Plain Layout
46728 LaTeX-packages ! fancyhdr
46729 \end_layout
46730
46731 \end_inset
46732
46733 :
46734 \begin_inset Newline newline
46735 \end_inset
46736
46737
46738 \begin_inset Flex URL
46739 status collapsed
46740
46741 \begin_layout Plain Layout
46742
46743 http://mirrors.ctan.org/macros/latex/contrib/fancyhdr/fancyhdr.pdf
46744 \end_layout
46745
46746 \end_inset
46747
46748
46749 \end_layout
46750
46751 \begin_layout Bibliography
46752 \begin_inset CommandInset bibitem
46753 LatexCommand bibitem
46754 key "hyperref"
46755
46756 \end_inset
46757
46758
46759 \begin_inset CommandInset href
46760 LatexCommand href
46761 name "Documentation"
46762 target "http://www.ctan.org/pkg/hyperref"
46763
46764 \end_inset
46765
46766  of the LaTeX-package 
46767 \series bold
46768 hyperref
46769 \series default
46770
46771 \begin_inset Index idx
46772 status collapsed
46773
46774 \begin_layout Plain Layout
46775 LaTeX-packages ! hyperref
46776 \end_layout
46777
46778 \end_inset
46779
46780 :
46781 \begin_inset Newline newline
46782 \end_inset
46783
46784
46785 \begin_inset Flex URL
46786 status collapsed
46787
46788 \begin_layout Plain Layout
46789
46790 http://www.ctan.org/pkg/hyperref
46791 \end_layout
46792
46793 \end_inset
46794
46795
46796 \end_layout
46797
46798 \begin_layout Bibliography
46799 \begin_inset CommandInset bibitem
46800 LatexCommand bibitem
46801 key "nomencl"
46802
46803 \end_inset
46804
46805
46806 \begin_inset CommandInset href
46807 LatexCommand href
46808 name "Documentation"
46809 target "http://mirrors.ctan.org/macros/latex/contrib/nomencl/nomencl.pdf"
46810
46811 \end_inset
46812
46813  of the LaTeX-package 
46814 \series bold
46815 nomencl
46816 \series default
46817
46818 \begin_inset Index idx
46819 status collapsed
46820
46821 \begin_layout Plain Layout
46822 LaTeX-packages ! nomencl
46823 \end_layout
46824
46825 \end_inset
46826
46827 :
46828 \begin_inset Newline newline
46829 \end_inset
46830
46831
46832 \begin_inset Flex URL
46833 status collapsed
46834
46835 \begin_layout Plain Layout
46836
46837 http://mirrors.ctan.org/macros/latex/contrib/nomencl/nomencl.pdf
46838 \end_layout
46839
46840 \end_inset
46841
46842
46843 \end_layout
46844
46845 \begin_layout Bibliography
46846 \begin_inset CommandInset bibitem
46847 LatexCommand bibitem
46848 key "prettyref"
46849
46850 \end_inset
46851
46852
46853 \begin_inset CommandInset href
46854 LatexCommand href
46855 name "Documentation"
46856 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46857
46858 \end_inset
46859
46860  of the LaTeX-package 
46861 \series bold
46862 prettyref
46863 \series default
46864
46865 \begin_inset Index idx
46866 status collapsed
46867
46868 \begin_layout Plain Layout
46869 LaTeX-packages ! prettyref
46870 \end_layout
46871
46872 \end_inset
46873
46874 :
46875 \begin_inset Newline newline
46876 \end_inset
46877
46878
46879 \begin_inset Flex URL
46880 status collapsed
46881
46882 \begin_layout Plain Layout
46883
46884 http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf
46885 \end_layout
46886
46887 \end_inset
46888
46889
46890 \end_layout
46891
46892 \begin_layout Bibliography
46893 \begin_inset CommandInset bibitem
46894 LatexCommand bibitem
46895 key "refstyle"
46896
46897 \end_inset
46898
46899
46900 \begin_inset CommandInset href
46901 LatexCommand href
46902 name "Documentation"
46903 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46904
46905 \end_inset
46906
46907  of the LaTeX-package 
46908 \series bold
46909 refstyle
46910 \series default
46911
46912 \begin_inset Index idx
46913 status collapsed
46914
46915 \begin_layout Plain Layout
46916 LaTeX-packages ! refstyle
46917 \end_layout
46918
46919 \end_inset
46920
46921 :
46922 \begin_inset Newline newline
46923 \end_inset
46924
46925
46926 \begin_inset Flex URL
46927 status collapsed
46928
46929 \begin_layout Plain Layout
46930
46931 http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf
46932 \end_layout
46933
46934 \end_inset
46935
46936
46937 \end_layout
46938
46939 \begin_layout Bibliography
46940 \begin_inset CommandInset bibitem
46941 LatexCommand bibitem
46942 key "Arabic"
46943
46944 \end_inset
46945
46946
46947 \begin_inset CommandInset href
46948 LatexCommand href
46949 name "Wiki-page"
46950 target "http://wiki.lyx.org/Windows/Arabic"
46951
46952 \end_inset
46953
46954  how to set up LyX for Arabic:
46955 \begin_inset Newline newline
46956 \end_inset
46957
46958
46959 \begin_inset Flex URL
46960 status collapsed
46961
46962 \begin_layout Plain Layout
46963
46964 http://wiki.lyx.org/Windows/Arabic
46965 \end_layout
46966
46967 \end_inset
46968
46969
46970 \end_layout
46971
46972 \begin_layout Bibliography
46973 \begin_inset CommandInset bibitem
46974 LatexCommand bibitem
46975 key "Armenian"
46976
46977 \end_inset
46978
46979
46980 \begin_inset CommandInset href
46981 LatexCommand href
46982 name "Wiki-page"
46983 target "http://wiki.lyx.org/Windows/Armenian"
46984
46985 \end_inset
46986
46987  how to set up LyX for Armenian:
46988 \begin_inset Newline newline
46989 \end_inset
46990
46991
46992 \begin_inset Flex URL
46993 status collapsed
46994
46995 \begin_layout Plain Layout
46996
46997 http://wiki.lyx.org/Windows/Armenian
46998 \end_layout
46999
47000 \end_inset
47001
47002
47003 \end_layout
47004
47005 \begin_layout Bibliography
47006 \begin_inset CommandInset bibitem
47007 LatexCommand bibitem
47008 key "Cyrillic"
47009
47010 \end_inset
47011
47012
47013 \begin_inset CommandInset href
47014 LatexCommand href
47015 name "Wiki-page"
47016 target "http://wiki.lyx.org/Windows/Cyrillic"
47017
47018 \end_inset
47019
47020  how to set up LyX for Cyrillic languages:
47021 \begin_inset Newline newline
47022 \end_inset
47023
47024
47025 \begin_inset Flex URL
47026 status collapsed
47027
47028 \begin_layout Plain Layout
47029
47030 http://wiki.lyx.org/Windows/Cyrillic
47031 \end_layout
47032
47033 \end_inset
47034
47035
47036 \end_layout
47037
47038 \begin_layout Bibliography
47039 \begin_inset CommandInset bibitem
47040 LatexCommand bibitem
47041 key "Farsi"
47042
47043 \end_inset
47044
47045
47046 \begin_inset CommandInset href
47047 LatexCommand href
47048 name "Wiki-page"
47049 target "http://wiki.lyx.org/Windows/Farsi"
47050
47051 \end_inset
47052
47053  how to set up LyX for Farsi:
47054 \begin_inset Newline newline
47055 \end_inset
47056
47057
47058 \begin_inset Flex URL
47059 status collapsed
47060
47061 \begin_layout Plain Layout
47062
47063 http://wiki.lyx.org/Windows/Farsi
47064 \end_layout
47065
47066 \end_inset
47067
47068
47069 \end_layout
47070
47071 \begin_layout Bibliography
47072 \begin_inset CommandInset bibitem
47073 LatexCommand bibitem
47074 key "Hebrew"
47075
47076 \end_inset
47077
47078
47079 \begin_inset CommandInset href
47080 LatexCommand href
47081 name "Wiki-page"
47082 target "http://wiki.lyx.org/Windows/Hebrew"
47083
47084 \end_inset
47085
47086  how to set up LyX for Hebrew:
47087 \begin_inset Newline newline
47088 \end_inset
47089
47090
47091 \begin_inset Flex URL
47092 status collapsed
47093
47094 \begin_layout Plain Layout
47095
47096 http://wiki.lyx.org/Windows/Hebrew
47097 \end_layout
47098
47099 \end_inset
47100
47101
47102 \end_layout
47103
47104 \begin_layout Bibliography
47105 \begin_inset CommandInset bibitem
47106 LatexCommand bibitem
47107 key "Japanese"
47108
47109 \end_inset
47110
47111
47112 \begin_inset CommandInset href
47113 LatexCommand href
47114 name "Wiki-page"
47115 target "http://wiki.lyx.org/Windows/Japanese"
47116
47117 \end_inset
47118
47119  how to set up LyX for Japanese:
47120 \begin_inset Newline newline
47121 \end_inset
47122
47123
47124 \begin_inset Flex URL
47125 status collapsed
47126
47127 \begin_layout Plain Layout
47128
47129 http://wiki.lyx.org/Windows/Japanese
47130 \end_layout
47131
47132 \end_inset
47133
47134
47135 \end_layout
47136
47137 \begin_layout Bibliography
47138 \begin_inset CommandInset bibitem
47139 LatexCommand bibitem
47140 key "Latvian"
47141
47142 \end_inset
47143
47144
47145 \begin_inset CommandInset href
47146 LatexCommand href
47147 name "Wiki-page"
47148 target "http://wiki.lyx.org/Windows/Latvian"
47149
47150 \end_inset
47151
47152  how to set up LyX for Latvian:
47153 \begin_inset Newline newline
47154 \end_inset
47155
47156
47157 \begin_inset Flex URL
47158 status collapsed
47159
47160 \begin_layout Plain Layout
47161
47162 http://wiki.lyx.org/Windows/Latvian
47163 \end_layout
47164
47165 \end_inset
47166
47167
47168 \end_layout
47169
47170 \begin_layout Bibliography
47171 \begin_inset CommandInset bibitem
47172 LatexCommand bibitem
47173 key "Lithuanian"
47174
47175 \end_inset
47176
47177
47178 \begin_inset CommandInset href
47179 LatexCommand href
47180 name "Wiki-page"
47181 target "http://wiki.lyx.org/Windows/Lithuanian"
47182
47183 \end_inset
47184
47185  how to set up LyX for Lithuanian:
47186 \begin_inset Newline newline
47187 \end_inset
47188
47189
47190 \begin_inset Flex URL
47191 status collapsed
47192
47193 \begin_layout Plain Layout
47194
47195 http://wiki.lyx.org/Windows/Lithuanian
47196 \end_layout
47197
47198 \end_inset
47199
47200
47201 \end_layout
47202
47203 \begin_layout Bibliography
47204 \begin_inset CommandInset bibitem
47205 LatexCommand bibitem
47206 key "Mongolian"
47207
47208 \end_inset
47209
47210
47211 \begin_inset CommandInset href
47212 LatexCommand href
47213 name "Wiki-page"
47214 target "http://wiki.lyx.org/Windows/Mongolian"
47215
47216 \end_inset
47217
47218  how to set up LyX for Mongolian:
47219 \begin_inset Newline newline
47220 \end_inset
47221
47222
47223 \begin_inset Flex URL
47224 status collapsed
47225
47226 \begin_layout Plain Layout
47227
47228 http://wiki.lyx.org/Windows/Mongolian
47229 \end_layout
47230
47231 \end_inset
47232
47233
47234 \end_layout
47235
47236 \begin_layout Bibliography
47237 \begin_inset CommandInset bibitem
47238 LatexCommand bibitem
47239 key "Vietnamese"
47240
47241 \end_inset
47242
47243
47244 \begin_inset CommandInset href
47245 LatexCommand href
47246 name "Wiki-page"
47247 target "http://wiki.lyx.org/Windows/Vietnamese"
47248
47249 \end_inset
47250
47251  how to set up LyX for Vietnamese:
47252 \begin_inset Newline newline
47253 \end_inset
47254
47255
47256 \begin_inset Flex URL
47257 status collapsed
47258
47259 \begin_layout Plain Layout
47260
47261 http://wiki.lyx.org/Windows/Vietnamese
47262 \end_layout
47263
47264 \end_inset
47265
47266
47267 \end_layout
47268
47269 \begin_layout Bibliography
47270 \begin_inset CommandInset bibitem
47271 LatexCommand bibitem
47272 key "NewInLyX20"
47273
47274 \end_inset
47275
47276
47277 \begin_inset CommandInset href
47278 LatexCommand href
47279 name "Wiki-page"
47280 target "http://wiki.lyx.org/LyX/NewInLyX20"
47281
47282 \end_inset
47283
47284  about new features in 
47285 \family sans
47286 LyX 2.0
47287 \family default
47288 :
47289 \begin_inset Newline newline
47290 \end_inset
47291
47292
47293 \begin_inset Flex URL
47294 status collapsed
47295
47296 \begin_layout Plain Layout
47297
47298 http://wiki.lyx.org/LyX/NewInLyX20
47299 \end_layout
47300
47301 \end_inset
47302
47303
47304 \end_layout
47305
47306 \begin_layout Standard
47307 \begin_inset Newpage newpage
47308 \end_inset
47309
47310
47311 \begin_inset ERT
47312 status collapsed
47313
47314 \begin_layout Plain Layout
47315
47316
47317 \backslash
47318 let
47319 \backslash
47320 mybibname
47321 \backslash
47322 bibname
47323 \end_layout
47324
47325 \begin_layout Plain Layout
47326
47327
47328 \backslash
47329 renewcommand{
47330 \backslash
47331 bibname}{
47332 \backslash
47333 mybibname
47334 \backslash
47335 ; 2}
47336 \end_layout
47337
47338 \end_inset
47339
47340
47341 \begin_inset Note Note
47342 status collapsed
47343
47344 \begin_layout Plain Layout
47345 The command 
47346 \series bold
47347
47348 \backslash
47349 bibname
47350 \series default
47351  is the name of the bibliography in the current document language.
47352  It is redefined here with the number 2 at the end to state that the following
47353  bibliography is the second one:
47354 \end_layout
47355
47356 \end_inset
47357
47358
47359 \end_layout
47360
47361 \begin_layout Standard
47362 \begin_inset CommandInset bibtex
47363 LatexCommand bibtex
47364 bibfiles "biblio/LyXDocs"
47365 options "biblio/alphadin"
47366
47367 \end_inset
47368
47369
47370 \end_layout
47371
47372 \begin_layout Standard
47373 The above bibliography is created from a BibTeX-database.
47374 \end_layout
47375
47376 \begin_layout Standard
47377 \begin_inset CommandInset nomencl_print
47378 LatexCommand printnomenclature
47379 set_width "auto"
47380
47381 \end_inset
47382
47383
47384 \begin_inset CommandInset index_print
47385 LatexCommand printindex
47386 type "idx"
47387
47388 \end_inset
47389
47390
47391 \end_layout
47392
47393 \end_body
47394 \end_document