]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
de and it UserGuide.lyx: update the character table according to our Unicode features.
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 274
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % I've designed this preamble to ensure that the User's Guide prints
10 % out as advertised. If you mess with this preamble,
11 % parts of the User's Guide may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % provides missing characters,
17 % see note in chapter 'Character Tables'
18 \usepackage{textcomp}
19 \usepackage{wasysym}
20
21 \usepackage{ifpdf} % part of the hyperref bundle
22 \ifpdf % if pdflatex is used
23
24   % set fonts for nicer pdf view
25   \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
26   \usepackage[scaled=0.92]{helvet}
27   \usepackage{mathptmx}
28   \usepackage{courier} }
29   % the pages of the TOC are numbered roman
30   % and a pdf-bookmark for the TOC is added
31   \pagenumbering{roman}
32   \let\myTOC\tableofcontents
33   \renewcommand\tableofcontents{%
34     \pdfbookmark[1]{Contents}{}
35     \myTOC
36     \clearpage
37     \pagenumbering{arabic} }
38  % link all cross references and URLs in pdf output
39  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
40  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
41  pdfpagelayout=OneColumn, pdfnewwindow=true,
42  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
43  pdfauthor={LyX Team}, pdftex,
44  pdftitle={The LyX User's Guide},pdfsubject={LyX},
45  pdfkeywords={LyX}]{hyperref}
46  
47 \else % if dvi or ps is produced
48
49  % link all cross references and URLs in dvi output
50  \usepackage[ps2pdf]{hyperref}
51
52  % the pages of the TOC are numbered roman
53  \pagenumbering{roman}
54  \let\myTOC\tableofcontents
55  \renewcommand\tableofcontents{%
56    \pdfbookmark[1]{Contents}{}
57    \myTOC
58    \clearpage
59    \pagenumbering{arabic} }
60    
61 \fi 
62 \end_preamble
63 \options bibtotoc,BCOR7mm
64 \language english
65 \inputencoding latin1
66 \font_roman default
67 \font_sans default
68 \font_typewriter default
69 \font_default_family default
70 \font_sc false
71 \font_osf false
72 \font_sf_scale 100
73 \font_tt_scale 100
74 \graphics default
75 \paperfontsize 12
76 \spacing single
77 \papersize default
78 \use_geometry false
79 \use_amsmath 0
80 \use_esint 0
81 \cite_engine basic
82 \use_bibtopic false
83 \paperorientation portrait
84 \secnumdepth 3
85 \tocdepth 3
86 \paragraph_separation indent
87 \defskip medskip
88 \quotes_language english
89 \papercolumns 1
90 \papersides 2
91 \paperpagestyle default
92 \tracking_changes false
93 \output_changes false
94 \author "usti" 
95 \author "Bo Peng" 
96 \author "Uwe Stöhr" 
97 \end_header
98
99 \begin_body
100
101 \begin_layout Title
102 The LyX User's Guide
103 \end_layout
104
105 \begin_layout Author
106 by the LyX Team
107 \begin_inset Foot
108 status collapsed
109
110 \begin_layout Standard
111 \noindent
112 If you have comments or error corrections, please send them to the LyX Documenta
113 tion mailing list: 
114 \family typewriter
115 lyx-docs@lists.lyx.org
116 \end_layout
117
118 \end_inset
119
120
121 \end_layout
122
123 \begin_layout Standard
124 \begin_inset Note Note
125 status open
126
127 \begin_layout Standard
128 To export this document as pdf, ps or dvi, the LaTeX-package 
129 \series bold
130 hyperref
131 \series default
132  has to be installed.
133 \end_layout
134
135 \begin_layout Standard
136 This package should be part of all popular LaTeX-distributions.
137 \end_layout
138
139 \end_inset
140
141
142 \end_layout
143
144 \begin_layout Standard
145 \begin_inset LatexCommand tableofcontents
146
147 \end_inset
148
149
150 \end_layout
151
152 \begin_layout Chapter
153 Introduction
154 \end_layout
155
156 \begin_layout Section
157 What is LyX?
158 \end_layout
159
160 \begin_layout Standard
161 LyX is a document preparation system.
162  It is a tool for producing beautiful manuscripts, publishable books, business
163  letters and proposals, and even poetry.
164  It is unlike most other 
165 \begin_inset Quotes eld
166 \end_inset
167
168 word processors
169 \begin_inset Quotes erd
170 \end_inset
171
172  in the sense that it uses the paradigm of a markup language as its core
173  editing style.
174  That means that when you type a section header, you mark it as a 
175 \begin_inset Quotes eld
176 \end_inset
177
178 Section
179 \begin_inset Quotes erd
180 \end_inset
181
182 , not 
183 \begin_inset Quotes eld
184 \end_inset
185
186 Bold, 17 pt type, left justified, 5 mm space below
187 \begin_inset Quotes erd
188 \end_inset
189
190 .
191  LyX takes care of the typesetting for you, so you deal only with concepts,
192  not the mechanics.
193 \end_layout
194
195 \begin_layout Standard
196 This philosophy is explained in much greater detail in the 
197 \emph on
198
199 \begin_inset Quotes eld
200 \end_inset
201
202 Introduction
203 \begin_inset Quotes erd
204 \end_inset
205
206
207 \emph default
208 .
209  If you haven't read it yet, you need to.
210  Yes, we mean now.
211 \end_layout
212
213 \begin_layout Standard
214 The 
215 \begin_inset Quotes eld
216 \end_inset
217
218
219 \emph on
220 Introduction
221 \emph default
222
223 \begin_inset Quotes erd
224 \end_inset
225
226  describes several things in addition to LyX's philosophy: most importantly,
227  the format of all of the manuals.
228  If you don't read it, you'll have a bear of a time navigating this manual.
229  You might also be better served looking in one of the other manuals instead
230  of this one.
231  
232 \begin_inset Quotes eld
233 \end_inset
234
235
236 \emph on
237 Introduction
238 \emph default
239
240 \begin_inset Quotes erd
241 \end_inset
242
243  describes that, too.
244 \end_layout
245
246 \begin_layout Section
247 Getting Started
248 \end_layout
249
250 \begin_layout Subsection
251 Invoking LyX
252 \end_layout
253
254 \begin_layout Standard
255 Similar to other Linux [and other brands of Unix] programs, you start LyX
256  by simply typing 
257 \family typewriter
258 lyx
259 \family default
260  at the command line.
261  You can, of course, include several command-line options, including file
262  names.
263  We're not going to repeat all of the command-line options here, since we've
264  already done that in the 
265 \family typewriter
266 man
267 \family default
268  page for LyX.
269  Check there for more info.
270 \end_layout
271
272 \begin_layout Standard
273 There are one or two things we'd like to comment on:
274 \end_layout
275
276 \begin_layout Standard
277 Please note that if you include more than one file name on the command line,
278  LyX will load them all, though it won't display them all simultaneously.
279  More on that in a bit.
280 \end_layout
281
282 \begin_layout Subsection
283 How LyX Looks
284 \end_layout
285
286 \begin_layout Standard
287 Like most applications, LyX has the familiar menu bar across the top of
288  its window.
289  Below it is a toolbar with a pulldown box and various buttons.
290  There is, of course, a vertical scrollbar and a main work area for editing
291  documents.
292  Near the bottom of the window is a small window containing a single line
293  of text.
294  This is the 
295 \emph on
296 minibuffer
297 \emph default
298  (a term which we've swiped, lock, stock, and barrel, from GNU Emacs), which
299  really means 
300 \begin_inset Quotes eld
301 \end_inset
302
303 command buffer
304 \begin_inset Quotes erd
305 \end_inset
306
307 .
308  Type 
309 \family sans
310 M-x
311 \family default
312  when you need to type a command in the minibuffer.
313 \end_layout
314
315 \begin_layout Standard
316 Note that there is no horizontal scroll bar.
317  This is not a bug or an oversight, but intentional.
318  When you read a book, you expect the end of a line to wrap around to the
319  next line.
320  Text overflows onto new pages in a vertical fashion, hence the need for
321  only a vertical scrollbar.
322 \end_layout
323
324 \begin_layout Standard
325 There are three cases where you might want a horizontal scrollbar.
326  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
327  This, however, is due
328  to a flaw in the routine that displays graphics on the LyX screen in a
329  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
330  as you'd need to rescale graphics to fit on a page.
331  The second and third cases are tables and equations which are wider than
332  the LyX window.
333  You can use the arrow keys to scroll horizontally through the table, but
334  this doesn't work for equations yet.
335 \end_layout
336
337 \begin_layout Subsection
338 HELP!
339 \end_layout
340
341 \begin_layout Standard
342 First, the bad news: the help system is not as thorough as that in many
343  commercial applications.
344  Patience.
345  We're working on it.
346 \end_layout
347
348 \begin_layout Standard
349 Now the good news: the help system consists of the LyX manuals.
350  You can read 
351 \emph on
352 all
353 \emph default
354  of the manuals from inside LyX.
355  Just select the manual you want read from the 
356 \family sans
357 \bar under
358 H
359 \bar default
360 elp
361 \family default
362  menu.
363 \end_layout
364
365 \begin_layout Standard
366 While we're at it, we'd like to make a comment about the manuals.
367  They're not idiot-proof, not in the least.
368  Here's what one of our authors, 
369 \noun on
370 John Weiss
371 \noun default
372 , once said about manuals:
373 \end_layout
374
375 \begin_layout Quotation
376 I hate manuals.
377 \end_layout
378
379 \begin_layout Quotation
380 Yes, we've all dealt with the terse, poorly-translated, or cryptic manuals.
381  They are aggravating.
382  I find, however, that the overly simplified ones are even more aggravating.
383  First, they spend about half their time carefully explaining to the user
384  how to operate a mouse, what a menu is, et cetera, ad nauseum.
385  Please, if someone doesn't know how to use their own computer, or a GUI,
386  then they should sit down and learn 
387 \emph on
388 before
389 \emph default
390  they start up a major piece of software.
391 \end_layout
392
393 \begin_layout Quotation
394 Second, what information they do provide seems to assume that the user is
395  stupid.
396  Utter nonsense! Most users, in my experience, are some combination of clueless
397  and intimidated, not stupid.
398  Besides, if someone is truly slow on the uptake, they need help that a
399  manual for a piece of computer software can't give.
400 \end_layout
401
402 \begin_layout Standard
403
404 \emph on
405 Editor's Note: With this in mind, I've instructed all of the other authors
406  to avoid patronizing you, the reader, and to be more pedagogical than pedantic.
407  As for those who are too lazy to read and understand the manuals --- well,
408  as we say here in America, there's no such thing as a free lunch.
409  - jw
410 \end_layout
411
412 \begin_layout Section
413 The LyX Interface
414 \end_layout
415
416 \begin_layout Subsection
417 Basic File Operations
418 \end_layout
419
420 \begin_layout Standard
421 Under the 
422 \family sans
423 \bar under
424 F
425 \bar default
426 ile
427 \family default
428  menu are the 9 basic operations for any word processor in addition to some
429  more advanced operations:
430 \end_layout
431
432 \begin_layout Itemize
433
434 \family sans
435 \bar under
436 N
437 \bar default
438 ew
439 \end_layout
440
441 \begin_layout Itemize
442
443 \family sans
444 New\InsetSpace ~
445 from
446 \bar under
447 \InsetSpace ~
448 T
449 \bar default
450 emplate
451 \end_layout
452
453 \begin_layout Itemize
454
455 \family sans
456 \bar under
457 O
458 \bar default
459 pen
460 \end_layout
461
462 \begin_layout Itemize
463
464 \family sans
465 \bar under
466 C
467 \bar default
468 lose
469 \end_layout
470
471 \begin_layout Itemize
472
473 \family sans
474 \bar under
475 S
476 \bar default
477 ave
478 \end_layout
479
480 \begin_layout Itemize
481
482 \family sans
483 Save\InsetSpace ~
484
485 \bar under
486 A
487 \bar default
488 s
489 \end_layout
490
491 \begin_layout Itemize
492
493 \family sans
494 \bar under
495 R
496 \bar default
497 evert
498 \end_layout
499
500 \begin_layout Itemize
501
502 \family sans
503 \bar under
504 P
505 \bar default
506 rint
507 \end_layout
508
509 \begin_layout Itemize
510
511 \family sans
512 E
513 \bar under
514 x
515 \bar default
516 it
517 \end_layout
518
519 \begin_layout Standard
520 They all do pretty much the same thing as in other word processors, with
521  a few minor differences.
522  The 
523 \family sans
524 \bar under
525 F
526 \bar default
527 ile\SpecialChar \menuseparator
528 New\InsetSpace ~
529 from
530 \bar under
531 \InsetSpace ~
532 T
533 \bar default
534 emplate
535 \family default
536  command not only prompts you for a name for the new file, but also prompts
537  you for a template to use.
538  Selecting a template will automatically set certain layout features for
539  the document, features you would otherwise need to change manually.
540  They can be of use for certain classes, especially those for writing letters
541  [see sec.
542  
543 \begin_inset LatexCommand ref
544 reference "sec:doc-classes"
545
546 \end_inset
547
548 ]
549 \end_layout
550
551 \begin_layout Standard
552 Note: There is no 
553 \begin_inset Quotes eld
554 \end_inset
555
556 default file
557 \begin_inset Quotes erd
558 \end_inset
559
560  or document named 
561 \begin_inset Quotes eld
562 \end_inset
563
564 Untitled
565 \begin_inset Quotes erd
566 \end_inset
567
568  or 
569 \begin_inset Quotes eld
570 \end_inset
571
572 scratch.
573 \begin_inset Quotes erd
574 \end_inset
575
576  Unless you tell LyX to open a file or create a new one, that big, blank
577  space is just that --- a big, blank space.
578 \end_layout
579
580 \begin_layout Standard
581 The 
582 \family sans
583 \bar under
584 R
585 \bar default
586 evert
587 \family default
588  command is useful if more people work on the same document at the same
589  time
590 \begin_inset Foot
591 status collapsed
592
593 \begin_layout Standard
594 If you plan to do this, you should check out the Version Control feature
595  in LyX also.
596  Read 
597 \emph on
598 Extended Features
599 \emph default
600 \SpecialChar \@.
601
602 \end_layout
603
604 \end_inset
605
606 .
607  It will simply reload the document from disk.
608  You can of course also use it if you regret that you changed a document
609  and want to restore it to the last save.
610 \end_layout
611
612 \begin_layout Standard
613 The second matter of note concerns the commands 
614 \family sans
615 \bar under
616 F
617 \bar default
618 ile\SpecialChar \menuseparator
619
620 \bar under
621 C
622 \bar default
623 lose
624 \family default
625  and 
626 \family sans
627 \bar under
628 F
629 \bar default
630 ile\SpecialChar \menuseparator
631 E
632 \bar under
633 x
634 \bar default
635 it
636 \family default
637 .
638  They both feature a 
639 \begin_inset Quotes eld
640 \end_inset
641
642 nag box
643 \begin_inset Quotes erd
644 \end_inset
645
646  to save us all from our own stupidity.
647  That is, if you try to close a file with changes [or exit LyX], you'll
648  be informed that there are unsaved files.
649 \end_layout
650
651 \begin_layout Subsection
652 Basic Editing Features
653 \end_layout
654
655 \begin_layout Standard
656 Like most modern word processors, LyX can perform cut and paste operations
657  on blocks of text, can move by character, word, or screenful of text, and
658  can delete whole words as well as individual characters.
659  The next four sections cover the basic LyX editing features and how to
660  access them.
661  We'll start with cut and paste.
662 \end_layout
663
664 \begin_layout Standard
665 As you might expect, the 
666 \family sans
667 \bar under
668 E
669 \bar default
670 dit
671 \family default
672  menu has the cut and paste commands, along with various other editing features.
673  Some of these are special and covered in later sections.
674  The basic ones are:
675 \end_layout
676
677 \begin_layout Itemize
678
679 \family sans
680 Cut
681 \end_layout
682
683 \begin_layout Itemize
684
685 \family sans
686 Copy
687 \end_layout
688
689 \begin_layout Itemize
690
691 \family sans
692 Paste
693 \end_layout
694
695 \begin_layout Itemize
696
697 \family sans
698 \bar under
699 F
700 \bar default
701 ind\InsetSpace ~
702 &\InsetSpace ~
703 Replace\SpecialChar \ldots{}
704
705 \end_layout
706
707 \begin_layout Standard
708 The first three are self-explanatory.
709  One thing to note: whenever you delete a block of text that you've selected,
710  it's automatically placed in the clipboard.
711  That is, the 
712 \family sans
713 Delete
714 \family default
715  and 
716 \family sans
717 Backspace
718 \family default
719  keys also functions as the 
720 \family sans
721 Cut
722 \family default
723  command.
724  Also, if you've selected text, be careful.
725  If you hit a key, LyX will completely delete the selected text and replace
726  it with what you just typed.
727  You'll have to do an 
728 \family sans
729 \bar under
730 U
731 \bar default
732 ndo
733 \family default
734  to get back the lost text.
735 \end_layout
736
737 \begin_layout Standard
738 The 
739 \family sans
740 \bar under
741 E
742 \bar default
743 dit\SpecialChar \menuseparator
744
745 \bar under
746 F
747 \bar default
748 ind\InsetSpace ~
749 &\InsetSpace ~
750 Replace\SpecialChar \ldots{}
751
752 \family default
753  item opens the 
754 \family sans
755 Find\InsetSpace ~
756 &\InsetSpace ~
757 Replace
758 \family default
759  dialog.
760  The text you want to find goes in the 
761 \family sans
762 Fi
763 \bar under
764 n
765 \bar default
766 d
767 \family default
768  box.
769  Once you've found a word or expression, LyX selects it.
770  Hitting the 
771 \family sans
772 \bar under
773 R
774 \bar default
775 eplace
776 \family default
777  button replaces the selected text with the contents of the 
778 \family sans
779 Replace\InsetSpace ~
780
781 \bar under
782 w
783 \bar default
784 ith
785 \family default
786  box.
787  You can click to search again to skip the current word.
788 \end_layout
789
790 \begin_layout Standard
791 Hit 
792 \family sans
793 Replace
794 \family default
795  
796 \family sans
797 \bar under
798 A
799 \bar default
800 ll
801 \family default
802  to replace all occurrences of the text in the document automatically.
803 \end_layout
804
805 \begin_layout Standard
806 The 
807 \family sans
808 Ca
809 \bar under
810 s
811 \bar default
812 e\InsetSpace ~
813 sensitive
814 \family default
815  toggle button can be used if you want the search to consider the case of
816  the search word.
817  If the toggle is set, searching for 
818 \begin_inset Quotes eld
819 \end_inset
820
821
822 \family typewriter
823 Match
824 \family default
825
826 \begin_inset Quotes erd
827 \end_inset
828
829  will not match the word 
830 \begin_inset Quotes eld
831 \end_inset
832
833
834 \family typewriter
835 match
836 \family default
837
838 \begin_inset Quotes erd
839 \end_inset
840
841 .
842 \end_layout
843
844 \begin_layout Standard
845 The 
846 \family sans
847 \bar under
848 M
849 \bar default
850 atch\InsetSpace ~
851 Word
852 \family default
853  toggle button can be used to force LyX to only find complete words.
854  I.e., searching for 
855 \begin_inset Quotes eld
856 \end_inset
857
858
859 \family typewriter
860 match
861 \family default
862
863 \begin_inset Quotes erd
864 \end_inset
865
866  will not match 
867 \begin_inset Quotes eld
868 \end_inset
869
870
871 \family typewriter
872 matches
873 \family default
874
875 \begin_inset Quotes erd
876 \end_inset
877
878
879 \begin_inset Quotes eld
880 \end_inset
881
882
883 \family typewriter
884 matchbox
885 \family default
886
887 \begin_inset Quotes erd
888 \end_inset
889
890 , etc.
891 \end_layout
892
893 \begin_layout Subsection
894 Undo and Redo
895 \end_layout
896
897 \begin_layout Standard
898 If you make a mistake, you can easily recover from it.
899  LyX has a large-capacity undo/redo buffer.
900  Select 
901 \family sans
902 \bar under
903 E
904 \bar default
905 dit\SpecialChar \menuseparator
906
907 \bar under
908 U
909 \bar default
910 ndo
911 \family default
912  to undo some mistake.
913  If you accidently undo too much, use 
914 \family sans
915 \bar under
916 E
917 \bar default
918 dit\SpecialChar \menuseparator
919
920 \bar under
921 R
922 \bar default
923 edo
924 \family default
925  to 
926 \begin_inset Quotes eld
927 \end_inset
928
929 undo the undo.
930 \begin_inset Quotes erd
931 \end_inset
932
933  The undo mechanism is currently limited to 100 steps to minimise memory
934  overhead.
935  
936 \end_layout
937
938 \begin_layout Standard
939 Notice that if you revert back all changes to arrive to the document as
940  it was last saved, the 
941 \begin_inset Quotes eld
942 \end_inset
943
944 changed
945 \begin_inset Quotes erd
946 \end_inset
947
948  status of the document is unfortunately not reset.
949  This is a consequence of the 100 step undo limit, above.
950 \end_layout
951
952 \begin_layout Standard
953 The 
954 \family sans
955 \bar under
956 U
957 \bar default
958 ndo
959 \family default
960  and 
961 \family sans
962 \bar under
963 R
964 \bar default
965 edo
966 \family default
967  work on almost everything in LyX.
968  They have some quirks, too.
969  They won't 
970 \family sans
971 \bar under
972 U
973 \bar default
974 ndo
975 \family default
976  or 
977 \family sans
978 \bar under
979 R
980 \bar default
981 edo
982 \family default
983  text character by character, but by blocks of text.
984  That can take some getting used to; you'll have to play with 
985 \family sans
986 \bar under
987 U
988 \bar default
989 ndo
990 \family default
991  and 
992 \family sans
993 \bar under
994 R
995 \bar default
996 edo
997 \family default
998  to get a feel for just how much they'll undo/redo, and after time, you'll
999  hopefully appreciate how it works.
1000 \end_layout
1001
1002 \begin_layout Subsection
1003 Basic Mouse Bindings
1004 \end_layout
1005
1006 \begin_layout Standard
1007 We're not going to go into all of the mouse bindings here.
1008  Some of the other sections of this manual cover specific operations you
1009  can do with the mouse.
1010  Instead, we're going to cover the most basic mouse operations.
1011 \end_layout
1012
1013 \begin_layout Enumerate
1014 Motion
1015 \end_layout
1016
1017 \begin_deeper
1018 \begin_layout Itemize
1019 Click the 
1020 \emph on
1021 left mouse button
1022 \emph default
1023  once anywhere in the edit window.
1024  The cursor moves to the text under the mouse.
1025 \end_layout
1026
1027 \end_deeper
1028 \begin_layout Enumerate
1029 Selecting Text
1030 \end_layout
1031
1032 \begin_deeper
1033 \begin_layout Itemize
1034 Hold down the 
1035 \emph on
1036 left mouse button
1037 \emph default
1038  and drag the mouse.
1039  LyX marks the text between the old and new mouse positions.
1040  Use 
1041 \family sans
1042 \bar under
1043 E
1044 \bar default
1045 dit\SpecialChar \menuseparator
1046 Copy
1047 \family default
1048  to create a copy of the text in LyX's buffer.
1049 \end_layout
1050
1051 \begin_layout Itemize
1052 Re-position the cursor and then paste the text back into LyX using 
1053 \family sans
1054 \bar under
1055 E
1056 \bar default
1057 dit\SpecialChar \menuseparator
1058 Paste
1059 \family default
1060 .
1061 \end_layout
1062
1063 \end_deeper
1064 \begin_layout Enumerate
1065 Footnotes, Margin Notes, Figure and Table Floats, etc.
1066 \end_layout
1067
1068 \begin_deeper
1069 \begin_layout Standard
1070
1071 \emph on
1072 Single click
1073 \emph default
1074  the left mouse button to open or close any of these.
1075  Also check the appropriate section of this manual for more details.
1076 \end_layout
1077
1078 \end_deeper
1079 \begin_layout Enumerate
1080 Tables
1081 \end_layout
1082
1083 \begin_deeper
1084 \begin_layout Standard
1085
1086 \emph on
1087 Single click
1088 \emph default
1089  the right mouse button to open a dialog that will allow you to manipulate
1090  the table.
1091 \end_layout
1092
1093 \end_deeper
1094 \begin_layout Subsection
1095 Basic Key Bindings
1096 \begin_inset LatexCommand label
1097 name "sec: key bindings"
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \begin_layout Standard
1105 Again, we're not going to cover all of the keybindings.
1106  Be aware that there are at least two different primary binding maps: CUA
1107  and Emacs.
1108  I guarantee you will cuss when you press Control-d to delete a character,
1109  and it starts up a DVI previewer instead (or vice versa).
1110 \end_layout
1111
1112 \begin_layout Standard
1113 Some keys, like 
1114 \family sans
1115 Page\InsetSpace ~
1116 Up
1117 \family default
1118
1119 \family sans
1120 Page\InsetSpace ~
1121 Down
1122 \family default
1123
1124 \family sans
1125 Left
1126 \family default
1127
1128 \family sans
1129 Right
1130 \family default
1131
1132 \family sans
1133 Up
1134 \family default
1135 , and 
1136 \family sans
1137 Down
1138 \family default
1139 , do exactly what you expect them to do.
1140  Other keys don't:
1141 \end_layout
1142
1143 \begin_layout Labeling
1144 \labelwidthstring 00.00.0000
1145
1146 \family sans
1147 Tab
1148 \family default
1149  There is no such thing as a tab stop in LyX.
1150  If you don't understand this, go read Sections 
1151 \begin_inset LatexCommand ref
1152 reference "sec:parindentintro"
1153
1154 \end_inset
1155
1156  and 
1157 \begin_inset LatexCommand ref
1158 reference "sec:par-environments"
1159
1160 \end_inset
1161
1162 , especially Section\InsetSpace ~
1163
1164 \begin_inset LatexCommand ref
1165 reference "sec:parenvlists"
1166
1167 \end_inset
1168
1169 , right now.
1170  Yes, right now.
1171  If you're still confused, look in the 
1172 \emph on
1173 Tutorial
1174 \emph default
1175 .
1176 \end_layout
1177
1178 \begin_layout Labeling
1179 \labelwidthstring 00.00.0000
1180
1181 \family sans
1182 Esc
1183 \family default
1184  This is the 
1185 \begin_inset Quotes eld
1186 \end_inset
1187
1188 cancel key.
1189 \begin_inset Quotes erd
1190 \end_inset
1191
1192  It's used, generically, to cancel operations.
1193  Other parts of the manual will go into greater detail about this.
1194 \end_layout
1195
1196 \begin_layout Labeling
1197 \labelwidthstring 00.00.0000
1198
1199 \family sans
1200 Home
1201 \family default
1202 \InsetSpace ~
1203 and\InsetSpace ~
1204
1205 \family sans
1206 End
1207 \family default
1208  These move the cursor, respectively, to the beginning and end of a line,
1209  unless you are using the Emacs bindings where they jump to the beginning
1210  or end of the file.
1211 \end_layout
1212
1213 \begin_layout Labeling
1214 \labelwidthstring 00.00.0000
1215
1216 \family sans
1217 Backspace
1218 \family default
1219 \InsetSpace ~
1220 and\InsetSpace ~
1221
1222 \family sans
1223 Delete
1224 \family default
1225  
1226 \emph on
1227 If
1228 \emph default
1229  you have your keyboard set up correctly under the X Windows System, 
1230 \family sans
1231 Backspace
1232 \family default
1233  works as expected and 
1234 \family sans
1235 Delete
1236 \family default
1237  deletes the character under the cursor [if no text is selected].
1238 \end_layout
1239
1240 \begin_deeper
1241 \begin_layout Standard
1242 If you haven't set up your keyboard under X, or have no idea what we mean
1243  by that, go read section 
1244 \begin_inset LatexCommand ref
1245 reference "sec:x-win-keys"
1246
1247 \end_inset
1248
1249  immediately.
1250  You'll save yourself a lot of headaches.
1251 \end_layout
1252
1253 \end_deeper
1254 \begin_layout Standard
1255 Then there are the modifier keys:
1256 \end_layout
1257
1258 \begin_layout Labeling
1259 \labelwidthstring 00.00.0000
1260
1261 \family sans
1262 Control-
1263 \family default
1264  This has a couple of different uses, depending on which keys it's used
1265  in combination with:
1266 \end_layout
1267
1268 \begin_deeper
1269 \begin_layout Itemize
1270 With 
1271 \family sans
1272 Backspace
1273 \family default
1274  or 
1275 \family sans
1276 Delete
1277 \family default
1278 , it deletes an entire word instead of a single character.
1279 \end_layout
1280
1281 \begin_layout Itemize
1282 With 
1283 \family sans
1284 Left
1285 \family default
1286  and 
1287 \family sans
1288 Right
1289 \family default
1290 , it moves by words instead of characters.
1291 \end_layout
1292
1293 \begin_layout Itemize
1294 With 
1295 \family sans
1296 Home
1297 \family default
1298  and 
1299 \family sans
1300 End
1301 \family default
1302 , it moves to the beginning and the end of the document, respectively.
1303 \end_layout
1304
1305 \end_deeper
1306 \begin_layout Labeling
1307 \labelwidthstring 00.00.0000
1308
1309 \family sans
1310 Shift-
1311 \family default
1312  Use this with any of the motion keys to select the text between the old
1313  and new cursor positions.
1314 \end_layout
1315
1316 \begin_layout Labeling
1317 \labelwidthstring 00.00.0000
1318
1319 \family sans
1320 Meta-
1321 \family default
1322  This is the Alt key on many keyboards, unless your keyboard has a distinct
1323  Meta key.
1324  Unfortunately, X sometimes has their functionality swapped, so if you have
1325  both keys, you will need to do a little trial and error to find out which
1326  one actually performs the 
1327 \family sans
1328 Meta-
1329 \family default
1330  function.
1331  This key does many different things, but it also activates the 
1332 \emph on
1333 menu accelerator keys
1334 \emph default
1335 .
1336  If you use this in combination with any of the underlined letters in a
1337  menu or menu item, it selects that menu item.
1338 \end_layout
1339
1340 \begin_deeper
1341 \begin_layout Standard
1342 For example, the sequence 
1343 \begin_inset Quotes eld
1344 \end_inset
1345
1346
1347 \family sans
1348 M-e\InsetSpace ~
1349 s
1350 \family default
1351
1352 \begin_inset Quotes erd
1353 \end_inset
1354
1355  brings up the 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359 Text Style
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363  menu.
1364  Typing 
1365 \begin_inset Quotes eld
1366 \end_inset
1367
1368
1369 \family sans
1370 M-f
1371 \family default
1372
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376  opens the 
1377 \family sans
1378 \bar under
1379 F
1380 \bar default
1381 ile
1382 \family default
1383  menu.
1384 \end_layout
1385
1386 \begin_layout Standard
1387 There are also other things bound to the 
1388 \family sans
1389 Meta-
1390 \family default
1391  key, but you'll have to check in the 
1392 \emph on
1393 Reference
1394 \emph default
1395  
1396 \emph on
1397 manual
1398 \emph default
1399  for more info.
1400 \end_layout
1401
1402 \end_deeper
1403 \begin_layout Standard
1404 Hopefully, you'll learn more and more keybindings and short-cut keys as
1405  you use LyX, because most mouse actions will prompt a small message in
1406  the minibuffer which describe the name of the action, you've just triggered,
1407  and any existing keybindings for that action.
1408  The notation for the keybindings is very similar to the notation used in
1409  this documentation, so you should not have any problems understanding it.
1410  However, notice that Shift-modifiers are explicitly mentioned, so 
1411 \family sans
1412
1413 \begin_inset Quotes eld
1414 \end_inset
1415
1416 M-p S-A
1417 \family default
1418
1419 \begin_inset Quotes erd
1420 \end_inset
1421
1422  means 
1423 \family sans
1424 Meta-p
1425 \family default
1426  followed by a capital 
1427 \family sans
1428 A
1429 \family default
1430 .
1431  
1432 \begin_inset Quotes eld
1433 \end_inset
1434
1435
1436 \family sans
1437 S-C-S
1438 \family default
1439
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443  means 
1444 \family sans
1445 Shift-Control-s
1446 \family default
1447 .
1448 \end_layout
1449
1450 \begin_layout Section
1451 Using LyX with Other Programs
1452 \end_layout
1453
1454 \begin_layout Subsection
1455 Importing plain text files
1456 \end_layout
1457
1458 \begin_layout Standard
1459 You can import text from an plain text file using the 
1460 \family sans
1461 \bar under
1462 F
1463 \bar default
1464 ile\SpecialChar \menuseparator
1465
1466 \bar under
1467 I
1468 \bar default
1469 mport\SpecialChar \menuseparator
1470
1471 \bar under
1472 A
1473 \bar default
1474 scii\InsetSpace ~
1475 text\InsetSpace ~
1476 as\InsetSpace ~
1477 lines
1478 \family default
1479  or 
1480 \family sans
1481 \bar under
1482 F
1483 \bar default
1484 ile\SpecialChar \menuseparator
1485
1486 \bar under
1487 I
1488 \bar default
1489 mport\SpecialChar \menuseparator
1490
1491 \bar under
1492 A
1493 \bar default
1494 scii\InsetSpace ~
1495 text\InsetSpace ~
1496 as\InsetSpace ~
1497 paragraphs
1498 \family default
1499  options.
1500 \end_layout
1501
1502 \begin_layout Standard
1503
1504 \family sans
1505 \bar under
1506 F
1507 \bar default
1508 ile\SpecialChar \menuseparator
1509
1510 \bar under
1511 I
1512 \bar default
1513 mport\SpecialChar \menuseparator
1514
1515 \bar under
1516 A
1517 \bar default
1518 scii\InsetSpace ~
1519 text\InsetSpace ~
1520 as_lines
1521 \family default
1522  puts each line of the file into its own LyX paragraph.
1523  This is useful if you're importing a text file with a simple list in it.
1524  However, if your text file contains paragraphs in it, LyX will mangle the
1525  paragraphs if you use this form of import.
1526 \end_layout
1527
1528 \begin_layout Standard
1529
1530 \family sans
1531 \bar under
1532 F
1533 \bar default
1534 ile\SpecialChar \menuseparator
1535
1536 \bar under
1537 I
1538 \bar default
1539 mport\SpecialChar \menuseparator
1540
1541 \bar under
1542 A
1543 \bar default
1544 scii\InsetSpace ~
1545 text\InsetSpace ~
1546 as\InsetSpace ~
1547 paragraphs
1548 \family default
1549  preserves paragraphs in text files.
1550  Often in a text file, you didn't put the contents of an entire paragraph
1551  on one line.
1552  You used 
1553 \family sans
1554 Return
1555 \family default
1556  to break up the paragraph into separate lines.
1557  Using the 
1558 \family sans
1559 as\InsetSpace ~
1560 paragraphs
1561 \family default
1562 , LyX won't mangle such paragraphs.
1563  Anything between two consecutive blank lines goes into its own LyX paragraph.
1564  Remember: you must make sure there is a 
1565 \emph on
1566 completely blank
1567 \emph default
1568  line between each and every paragraph in your text file.
1569  If not, LyX might end up merging two paragraphs.
1570 \end_layout
1571
1572 \begin_layout Subsection
1573 Cut and Paste Between LyX and Other X Programs
1574 \end_layout
1575
1576 \begin_layout Standard
1577 The 
1578 \family sans
1579 Cut
1580 \family default
1581
1582 \family sans
1583 Copy
1584 \family default
1585 , and 
1586 \family sans
1587 Paste
1588 \family default
1589  operations will transfer text to and from LyX.
1590  You can copy text from LyX to another window in this way: Select the text
1591  that you want to copy, then go to the destination window and paste the
1592  text with the middle mouse button.
1593  
1594 \end_layout
1595
1596 \begin_layout Standard
1597 Pasting text into LyX also works much the same way as in X.
1598  Select the text with the mouse in another X window.
1599  Go to the Lyx window and paste the text with the middle mouse button.
1600 \end_layout
1601
1602 \begin_layout Chapter
1603 LyX Setup and Supporting Applications
1604 \end_layout
1605
1606 \begin_layout Section
1607 Introduction
1608 \end_layout
1609
1610 \begin_layout Standard
1611 If you're using LyX on a system someone else has set up for you, then you
1612  can safely skip this chapter.
1613  It describes all of the things you need beyond the LyX binary and files
1614  distributed with it.
1615 \end_layout
1616
1617 \begin_layout Standard
1618 If you're installing LyX on your system, 
1619 \emph on
1620 you should read the README's that came with the LyX distribution and then
1621 \emph default
1622  
1623 \family sans
1624 \bar under
1625 H
1626 \bar default
1627 elp\SpecialChar \menuseparator
1628
1629 \bar under
1630 L
1631 \bar default
1632 aTeX\InsetSpace ~
1633 Configuration
1634 \family default
1635 \emph on
1636 .
1637
1638 \emph default
1639  Do that first.
1640  This chapter does not describe installation or setup of the LyX binary
1641  [Well, not everything\SpecialChar \ldots{}
1642 ].
1643  It does describe all of the things you'll need to use LyX to its fullest.
1644 \begin_inset Foot
1645 status collapsed
1646
1647 \begin_layout Standard
1648 This is basically where we decided to document a bunch of info about running
1649  LyX, including what other programs you'll need to make LyX useful.
1650 \end_layout
1651
1652 \end_inset
1653
1654
1655 \end_layout
1656
1657 \begin_layout Section
1658 Basic LyX Setup
1659 \begin_inset LatexCommand label
1660 name "sec:setup"
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \begin_layout Standard
1668 There are two ways to run LyX.
1669  The first way is to install LyX and all of its support files on your system.
1670  Of course, you need root (administrator) privileges to do that.
1671  The second way to run LyX doesn't require root access, letting you 
1672 \begin_inset Quotes eld
1673 \end_inset
1674
1675 install
1676 \begin_inset Quotes erd
1677 \end_inset
1678
1679  LyX somewhere in your own account.
1680  LyX will automatically detect where it is as long as the supporting directories
1681  are put in the correct places.
1682 \end_layout
1683
1684 \begin_layout Standard
1685 There are several features of LyX that can be configured from inside LyX,
1686  without resorting to configuration files.
1687  First, LyX is able to inspect your system to see what programs, LaTeX document
1688  classes and LaTeX packages are available.
1689  It uses this knowledge to give reasonable defaults to several 
1690 \family typewriter
1691 preferences
1692 \family default
1693  variables.
1694  Although this configuration has already been done when LyX was installed
1695  on your system, you might have some items that you installed locally and
1696  which are not seen by LyX.
1697  To force LyX to re-inspect your system, you should use 
1698 \family sans
1699 \bar under
1700 T
1701 \bar default
1702 ools\SpecialChar \menuseparator
1703
1704 \bar under
1705 R
1706 \bar default
1707 econfigure
1708 \family default
1709 .
1710  You should then restart LyX to ensure that the changes are taken into account.
1711  As far as LaTeX classes and packages are concerned, you will find information
1712  about what has been found under 
1713 \family sans
1714 \bar under
1715 H
1716 \bar default
1717 elp\SpecialChar \menuseparator
1718
1719 \bar under
1720 L
1721 \bar default
1722 aTeX\InsetSpace ~
1723 Configuration
1724 \family default
1725 .
1726 \end_layout
1727
1728 \begin_layout Standard
1729 The second set of settings that you might want to change comprises all the
1730  document-level setting that you can change via the 
1731 \family sans
1732 \bar under
1733 D
1734 \bar default
1735 ocument\SpecialChar \menuseparator
1736
1737 \bar under
1738 S
1739 \bar default
1740 ettings
1741 \family default
1742  dialog.
1743  To do this, open a scrap document, set all these options according to your
1744  taste and save them with the 
1745 \family sans
1746 \bar under
1747 S
1748 \bar default
1749 ave\InsetSpace ~
1750 as\InsetSpace ~
1751 Document\InsetSpace ~
1752 Defaults
1753 \family default
1754  button in the 
1755 \family sans
1756 \bar under
1757 D
1758 \bar default
1759 ocument
1760 \family default
1761  dialog.
1762  This will create a template named 
1763 \family typewriter
1764 default.lyx
1765 \family default
1766  which is automatically loaded by LyX when you open a document without template
1767  such that the settings are automatically set-up as you defined them.
1768 \end_layout
1769
1770 \begin_layout Standard
1771 There are many other user-configurable options that you can feed to LyX.
1772  Upon startup, LyX reads a global options file called 
1773 \family typewriter
1774 lyxrc.defaults
1775 \family default
1776 .
1777  It will then attempt to read a file called 
1778 \family typewriter
1779 preferences
1780 \family default
1781
1782 \begin_inset Foot
1783 status collapsed
1784
1785 \begin_layout Standard
1786 The 
1787 \family typewriter
1788 preferences
1789 \family default
1790  file is found in different directories on different systems.
1791  This directory is called LyX's 
1792 \emph on
1793 user directory
1794 \emph default
1795 .
1796  To find out where it is, use 
1797 \family sans
1798 \bar under
1799 H
1800 \bar default
1801 elp\SpecialChar \menuseparator
1802 About Ly
1803 \bar under
1804 X
1805 \family default
1806 \bar default
1807 .
1808  (You may set up an alternative user directory from the command line, using
1809  the switch 
1810 \family typewriter
1811 -userdir
1812 \family default
1813 .)
1814 \end_layout
1815
1816 \end_inset
1817
1818
1819 \end_layout
1820
1821 \begin_layout Standard
1822 The 
1823 \family sans
1824 \bar under
1825 T
1826 \bar default
1827 ools\SpecialChar \menuseparator
1828
1829 \bar under
1830 P
1831 \bar default
1832 references
1833 \family default
1834  dialog can be used to change these options; the document 
1835 \emph on
1836 Customization
1837 \emph default
1838  contains more information about the preferences dialog and these configuration
1839  files.
1840 \end_layout
1841
1842 \begin_layout Section
1843 Setting Up the X Keyboard [obsolescent]
1844 \begin_inset LatexCommand label
1845 name "sec:x-win-keys"
1846
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \begin_layout Standard
1853 To use LyX properly, X 
1854 \emph on
1855 must
1856 \emph default
1857  be set up correctly.
1858  This is especially vital if you're using the international support features
1859  of LyX and want to use non-English keyboard mappings.
1860  On modern distributions, this likely has been taken care of, but if not,
1861  you must do this yourself.
1862  Administrators of large systems often neglect this, so don't assume that
1863  you're safe if you're using a large system.
1864  Also ordinary users can instruct X how to use his or her keyboard.
1865 \end_layout
1866
1867 \begin_layout Subsection
1868 xmodmap and xkeycaps
1869 \end_layout
1870
1871 \begin_layout Standard
1872 First of all read the man pages for these two programs.
1873  They are your best friends when you are trying to set up X key mapping
1874  correctly.
1875  If you don't have them, install them.
1876 \end_layout
1877
1878 \begin_layout Subsubsection
1879 xmodmap
1880 \end_layout
1881
1882 \begin_layout Standard
1883 This document contains no information on how to use 
1884 \family typewriter
1885 xmodmap
1886 \family default
1887 .
1888  There is a sample 
1889 \family typewriter
1890 .Xmodmap
1891 \family default
1892  file in 
1893 \emph on
1894 Customization
1895 \emph default
1896 .
1897  To load the new X keyboard mappings, place the command 
1898 \family typewriter
1899 xmodmap\InsetSpace ~
1900 .Xmodmap
1901 \family default
1902  somewhere in your startup scripts [e.g.
1903  
1904 \family typewriter
1905 .cshrc
1906 \family default
1907
1908 \family typewriter
1909 .profile
1910 \family default
1911
1912 \family typewriter
1913 .login
1914 \family default
1915  or 
1916 \family typewriter
1917 .xinitrc
1918 \family default
1919  are possible].
1920 \end_layout
1921
1922 \begin_layout Subsubsection
1923 xkeycaps
1924 \end_layout
1925
1926 \begin_layout Standard
1927 This program brings up a graphical version of your keyboard, allows you
1928  to make modifications, and then spits those modifications out to the standard
1929  output in a form readable by 
1930 \family typewriter
1931 xmodmap
1932 \family default
1933 .
1934  It is very useful when you're trying to design a new 
1935 \family typewriter
1936 .Xmodmap
1937 \family default
1938  file, though it will require you to do a bit of cut-and-pasting.
1939 \end_layout
1940
1941 \begin_layout Subsection
1942 Modifiers and Mode_switch
1943 \end_layout
1944
1945 \begin_layout Standard
1946 LyX supports three modifiers: Shift [
1947 \family sans
1948 S-
1949 \family default
1950 ], Control [
1951 \family sans
1952 C-
1953 \family default
1954 ], and Meta [
1955 \family sans
1956 M-
1957 \family default
1958 ].
1959  Moreover, if one of the keys of your keyboard is configured as a 
1960 \family sans
1961 Compose
1962 \family default
1963  key, then you can use it to enter some characters not available on your
1964  keyboard.
1965  This compose key can be used either as a modifier (like 
1966 \family sans
1967 Shift
1968 \family default
1969  or 
1970 \family sans
1971 Control
1972 \family default
1973 ) or as a prefix key.
1974  Here are some examples of what you can do with a 
1975 \family sans
1976 Compose
1977 \family default
1978  key:
1979 \end_layout
1980
1981 \begin_layout Itemize
1982
1983 \family sans
1984 Compose+e+'
1985 \family default
1986  
1987 \begin_inset Formula $\rightarrow$
1988 \end_inset
1989
1990  é
1991 \end_layout
1992
1993 \begin_layout Itemize
1994
1995 \family sans
1996 Compose+O+R
1997 \family default
1998  
1999 \begin_inset Formula $\rightarrow$
2000 \end_inset
2001
2002  ®
2003 \end_layout
2004
2005 \begin_layout Itemize
2006
2007 \family sans
2008 Compose+1+2
2009 \family default
2010  
2011 \begin_inset Formula $\rightarrow$
2012 \end_inset
2013
2014  ½
2015 \end_layout
2016
2017 \begin_layout Itemize
2018
2019 \family sans
2020 Compose+<+<
2021 \family default
2022  
2023 \begin_inset Formula $\rightarrow$
2024 \end_inset
2025
2026  «
2027 \end_layout
2028
2029 \begin_layout Standard
2030 This input method is particularly handy when you use accented characters
2031  only from time to time.
2032  It works by default for latin1 characters, but other input methods will
2033  be used if you setup your locale correctly.
2034 \end_layout
2035
2036 \begin_layout Subsection
2037 Helpful Hints and Tips
2038 \end_layout
2039
2040 \begin_layout Standard
2041 First, open up two xterminals.
2042  Use one to edit a new 
2043 \family typewriter
2044 .Xmodmap
2045 \family default
2046  file and run 
2047 \family typewriter
2048 xkeycaps
2049 \family default
2050  from the other.
2051  Using 
2052 \family typewriter
2053 xkeycaps
2054 \family default
2055 , remap your keyboard the way you want it.
2056  There's a button in 
2057 \family typewriter
2058 xkeycaps
2059 \family default
2060  to output the new keymap.
2061  Once you hit it, 
2062 \family typewriter
2063 xkeycaps
2064 \family default
2065  will spit a bunch of stuff on the xterm you executed it from.
2066  Just copy and paste all of that into your 
2067 \family typewriter
2068 .Xmodmap
2069 \family default
2070  file, and you're done.
2071 \begin_inset Foot
2072 status collapsed
2073
2074 \begin_layout Standard
2075 You could also save yourself some typing by executing 
2076 \family typewriter
2077 xkeycaps > .Xmodmap
2078 \family default
2079 .
2080  This will create a usable map file.
2081 \end_layout
2082
2083 \end_inset
2084
2085
2086 \end_layout
2087
2088 \begin_layout Standard
2089 Also, there are some things you can do to help you get oriented.
2090  Try executing the command 
2091 \family typewriter
2092 xmodmap -v -pm
2093 \family default
2094 .
2095  This will show you all of the currently active modifiers.
2096  Also try 
2097 \family typewriter
2098 xmodmap -v -pke | more
2099 \family default
2100  to see which keycode numbers are mapped to which symbolic names.
2101  It will also give you some idea of the syntax of the 
2102 \family typewriter
2103 .Xmodmap
2104 \family default
2105  file.
2106 \end_layout
2107
2108 \begin_layout Standard
2109 There's one thing you'll need to check.
2110  Make sure that your 
2111 \family sans
2112 Delete
2113 \family default
2114  and 
2115 \family sans
2116 BackSpace
2117 \family default
2118  keys are 
2119 \emph on
2120 not
2121 \emph default
2122  defined as the same key symbol by X! Note that giving these two keys unique
2123  symbol names will not necessarily alter the behavior of your programs.
2124  Some programs bind 
2125 \family sans
2126 Delete
2127 \family default
2128  and 
2129 \family sans
2130 BackSpace
2131 \family default
2132  to the same operation.
2133  Emacs is one.
2134  Other programs, however, use 
2135 \family sans
2136 Delete
2137 \family default
2138  and 
2139 \family sans
2140 BackSpace
2141 \family default
2142  for different operations.
2143  LyX is one of these programs, and if you have 
2144 \family sans
2145 Delete
2146 \family default
2147  and 
2148 \family sans
2149 BackSpace
2150 \family default
2151  labeled with the same key symbol name, you'll have trouble using LyX.
2152 \end_layout
2153
2154 \begin_layout Section
2155 LaTeX
2156 \end_layout
2157
2158 \begin_layout Standard
2159 If you want to do more with LyX than simply create documents and spit out
2160  
2161 \family typewriter
2162 .tex
2163 \family default
2164  files, you'll need LaTeX.
2165 \end_layout
2166
2167 \begin_layout Standard
2168 In case you were wondering, LaTeX is a markup language front end for TeX,
2169  a document preparation system invented in 1984 by Donald Knuth.
2170 \begin_inset Foot
2171 status collapsed
2172
2173 \begin_layout Standard
2174 A note about pronunciation: TeX originated from the Greek letters, 
2175 \begin_inset Formula $\tau\epsilon\chi$
2176 \end_inset
2177
2178 , which rhymes with 
2179 \begin_inset Quotes eld
2180 \end_inset
2181
2182 blech.
2183 \begin_inset Quotes erd
2184 \end_inset
2185
2186  That's how you pronounce 
2187 \begin_inset Quotes eld
2188 \end_inset
2189
2190 TeX
2191 \begin_inset Quotes erd
2192 \end_inset
2193
2194  and 
2195 \begin_inset Quotes eld
2196 \end_inset
2197
2198 LaTeX.
2199 \begin_inset Quotes erd
2200 \end_inset
2201
2202  [If you're American, just pronounce the 
2203 \begin_inset Quotes eld
2204 \end_inset
2205
2206 X
2207 \begin_inset Quotes erd
2208 \end_inset
2209
2210  as a 
2211 \begin_inset Quotes eld
2212 \end_inset
2213
2214 k
2215 \begin_inset Quotes erd
2216 \end_inset
2217
2218  and you've got it.]
2219 \end_layout
2220
2221 \end_inset
2222
2223  TeX takes a set of commands in an ASCII file and converts it to a 
2224 \begin_inset Quotes eld
2225 \end_inset
2226
2227 device-independent
2228 \begin_inset Quotes erd
2229 \end_inset
2230
2231  format, or Dvi, for short.
2232  The Dvi file can then be sent to printers.
2233  TeX is programmable, and LaTeX is nothing but a [really huge] set of TeX
2234  macros.
2235  LaTeX will typically come as part of a TeX distribution, so all you need
2236  is a TeX package.
2237 \end_layout
2238
2239 \begin_layout Standard
2240 Note that on some old systems you may find that only LaTeX 2.09 is installed
2241  (as opposed to the more current LaTeX2e).
2242  LyX cannot be used with LaTeX 2.09.
2243 \end_layout
2244
2245 \begin_layout Standard
2246 If you're using Linux, LaTeX2e should have come with your distribution.
2247  For other systems, you might need to install LaTeX yourself.You can obtain
2248  a LaTeX distribution (and anything and everything related to TeX and LaTeX)
2249  from a Comprehensive TeX Archive Network (CTAN) mirror.
2250  A complete list of mirrors may be found at
2251 \newline
2252
2253 \begin_inset LatexCommand url
2254 target "http://www.ctan.org"
2255
2256 \end_inset
2257
2258
2259 \begin_inset LatexCommand label
2260 name "sec:ctan"
2261
2262 \end_inset
2263
2264
2265 \end_layout
2266
2267 \begin_layout Section
2268 Dvips and Ghostscript
2269 \end_layout
2270
2271 \begin_layout Subsection
2272 What You Need
2273 \end_layout
2274
2275 \begin_layout Standard
2276 There's one more step you need to take if you want to print your LyX documents.
2277  Obviously, you'll need to make sure your printer is configured [see next
2278  section].
2279  You'll also need to install these programs (or compatibles), if you don't
2280  have them already:
2281 \end_layout
2282
2283 \begin_layout Itemize
2284
2285 \family typewriter
2286 dvips
2287 \end_layout
2288
2289 \begin_layout Itemize
2290
2291 \family typewriter
2292 ghostscript
2293 \end_layout
2294
2295 \begin_layout Itemize
2296
2297 \family typewriter
2298 xdvi
2299 \end_layout
2300
2301 \begin_layout Itemize
2302
2303 \family typewriter
2304 ghostview
2305 \end_layout
2306
2307 \begin_layout Standard
2308 The latter two programs are previewer for files in Dvi and PostScript®
2309 \begin_inset Foot
2310 status collapsed
2311
2312 \begin_layout Standard
2313 PostScript® is a registered trademark of Adobe Systems Incorporated, and
2314  is the main page description language in the UN*X world.
2315  
2316 \end_layout
2317
2318 \end_inset
2319
2320  format.
2321  If you don't know what a DVI file is, you've probably also never worked
2322  with LaTeX and should read the 
2323 \emph on
2324 Tutorial
2325 \emph default
2326  document before proceeding further.
2327  
2328 \family typewriter
2329 dvips
2330 \family default
2331  converts DVI files into PostScript, which is the format most printers use
2332  nowadays.
2333  For those of you using dot-matrix and inkjet printers, you'll want to filter
2334  the PostScript through 
2335 \family typewriter
2336 ghostscript
2337 \family default
2338 , which is capable of creating output for a variety of printers.
2339  The following section on printer setup describes how to do this automatically
2340  every time you print.
2341  For now, we'll concentrate on 
2342 \family typewriter
2343 dvips
2344 \family default
2345 .
2346 \end_layout
2347
2348 \begin_layout Subsection
2349 Dvips
2350 \begin_inset LatexCommand label
2351 name "sec:dvipsconfig"
2352
2353 \end_inset
2354
2355
2356 \end_layout
2357
2358 \begin_layout Standard
2359 Whether you'll be running LyX on a large system or a Linux box at home,
2360  you should configure 
2361 \family typewriter
2362 dvips
2363 \family default
2364 .
2365  
2366 \family typewriter
2367 dvips
2368 \family default
2369  will either 
2370 \begin_inset Quotes eld
2371 \end_inset
2372
2373 print
2374 \begin_inset Quotes erd
2375 \end_inset
2376
2377  into a file, or send output directly to the printer, depending on how it's
2378  configured.
2379  If it is set up to print to a file, and if no filename is specified, it
2380  will simply turn 
2381 \family typewriter
2382 foo.dvi
2383 \family default
2384  into 
2385 \family typewriter
2386 foo.ps
2387 \family default
2388 .
2389  Most systems have 
2390 \family typewriter
2391 dvips
2392 \family default
2393  set up to send output to the default printer.
2394  For LyX, you'll want the flexibility to do both.
2395 \end_layout
2396
2397 \begin_layout Standard
2398 If you are not in a mood to configure 
2399 \family typewriter
2400 dvips
2401 \family default
2402  to adapt its output to your printer, you can safely skip this section.
2403  Be warned however that the output will not match the quality that you could
2404  expect from your printer.
2405  At least, it will print.
2406 \end_layout
2407
2408 \begin_layout Standard
2409 If you are using teTeX (a TeX distribution which is particularly popular
2410  on Linux), you should run the program 
2411 \family typewriter
2412 texconfig
2413 \family default
2414 .
2415  To make the name of a new printer recognized by 
2416 \family typewriter
2417 dvips
2418 \family default
2419  you should then select menu entry 
2420 \family sans
2421 Dvips
2422 \family default
2423 , then add.
2424  Enter the required parameters and, before exiting, remember to select the
2425  function 
2426 \family sans
2427 Rehash
2428 \family default
2429 .
2430 \end_layout
2431
2432 \begin_layout Standard
2433 Let's turn now to manual configuration: in order to inform 
2434 \family typewriter
2435 dvips
2436 \family default
2437  how to automagically convert a 
2438 \family typewriter
2439 .dvi
2440 \family default
2441  file into a 
2442 \family typewriter
2443 .ps
2444 \family default
2445  file adapted to printer 
2446 \family typewriter
2447 foo
2448 \family default
2449 , you need to have a config-file, 
2450 \begin_inset Quotes eld
2451 \end_inset
2452
2453
2454 \family typewriter
2455 config.foo
2456 \family default
2457 ,
2458 \begin_inset Quotes erd
2459 \end_inset
2460
2461  lying around somewhere.
2462  Typically, the 
2463 \family typewriter
2464 config.*
2465 \family default
2466  files for 
2467 \family typewriter
2468 dvips
2469 \family default
2470  will be in 
2471 \family typewriter
2472 /usr/lib/texmf/dvips
2473 \family default
2474  in most TeX distributions.
2475  Your system will probably be different, of course, so just look under the
2476  main TeX directory for a subdirectory called 
2477 \begin_inset Quotes eld
2478 \end_inset
2479
2480
2481 \family typewriter
2482 dvips
2483 \family default
2484 .
2485 \begin_inset Quotes erd
2486 \end_inset
2487
2488  It'll be there somewhere.
2489 \end_layout
2490
2491 \begin_layout Standard
2492 Typically, there will be at least one config-file: 
2493 \family typewriter
2494 config.ps
2495 \family default
2496 .
2497  This file is the default configuration file, which is 
2498 \emph on
2499 always
2500 \emph default
2501  read by dvips
2502 \begin_inset Foot
2503 status collapsed
2504
2505 \begin_layout Standard
2506 In particular, this file is not necessarily connected to the existence of
2507  a file named 
2508 \family typewriter
2509 ps
2510 \family default
2511 .
2512 \end_layout
2513
2514 \end_inset
2515
2516 .
2517  Read this file and see what options could need to be changed for your particula
2518 r printer.
2519  Then create a file 
2520 \family typewriter
2521 config.foo
2522 \family default
2523  containing only the relevant lines.
2524  
2525 \end_layout
2526
2527 \begin_layout Standard
2528 There's at least one thing you need to do to the config-file.
2529  There may exist a line that looks like, 
2530 \begin_inset Quotes eld
2531 \end_inset
2532
2533
2534 \family typewriter
2535 o | lpr
2536 \family default
2537
2538 \begin_inset Quotes erd
2539 \end_inset
2540
2541  [without the quotes, of course\SpecialChar \ldots{}
2542 ].
2543  Change it to 
2544 \begin_inset Quotes eld
2545 \end_inset
2546
2547
2548 \family typewriter
2549 o | lpr -Pfoo
2550 \family default
2551
2552 \begin_inset Quotes erd
2553 \end_inset
2554
2555 , so that the output is sent by default to printer 
2556 \family typewriter
2557 foo
2558 \family default
2559 .
2560  However, you should probably investigate the entries 
2561 \begin_inset Quotes eld
2562 \end_inset
2563
2564
2565 \family typewriter
2566 M
2567 \family default
2568
2569 \begin_inset Quotes erd
2570 \end_inset
2571
2572  and 
2573 \begin_inset Quotes eld
2574 \end_inset
2575
2576
2577 \family typewriter
2578 D
2579 \family default
2580
2581 \begin_inset Quotes erd
2582 \end_inset
2583
2584 , which define respectively the Metafont mode and the resolution of the
2585  printer.
2586  If you do not know what a Metafont mode is, you can see it as a printer
2587  driver: it adapts the design of TeX fonts to ensure that they give the
2588  best possible result on your printer.
2589  Be warned however that, if you define different Metafont modes for different
2590  printers, 
2591 \family typewriter
2592 dvips
2593 \family default
2594  will generate several copies of your TeX fonts on disk, and these take
2595  valuable space.
2596 \end_layout
2597
2598 \begin_layout Standard
2599 Once you are satisfied that your printers are correctly configured, you
2600  should tell LyX to make use of this configuration.
2601  To do this, you should launch the 
2602 \family sans
2603 Preferences
2604 \family default
2605  dialog (
2606 \family sans
2607 \bar under
2608 T
2609 \bar default
2610 ools\SpecialChar \menuseparator
2611
2612 \bar under
2613 P
2614 \bar default
2615 references
2616 \family default
2617 ), select the 
2618 \family sans
2619 Printer
2620 \family default
2621  tab, and set the entries 
2622 \family sans
2623 Adapt\InsetSpace ~
2624 output
2625 \family default
2626  and 
2627 \family sans
2628 Spool\InsetSpace ~
2629 command
2630 \family default
2631 .
2632 \end_layout
2633
2634 \begin_layout Standard
2635 You can use as many configuration files as you like, one for each of your
2636  printers.
2637  The default printer for LyX can be specified from the 
2638 \family sans
2639 \bar under
2640 P
2641 \bar default
2642 references
2643 \family default
2644  dialog or with the 
2645 \family typewriter
2646 PRINTER
2647 \family default
2648  environment variable.
2649  You can also choose the desired printer from inside LyX, as described in
2650  a later section.
2651  Once you've done all that, you can print to either a PostScript printer
2652  or file from LyX.
2653  
2654 \end_layout
2655
2656 \begin_layout Standard
2657 If your printer doesn't understand PostScript®, you'll need to use 
2658 \family typewriter
2659 ghostscript
2660 \family default
2661  as a filter for your print spooler.
2662  That's covered in numerous HOWTO's and manuals.
2663  We also have a section that covers a little bit of this.
2664 \end_layout
2665
2666 \begin_layout Standard
2667 Some people don't seem to like using the 
2668 \family typewriter
2669 dvips
2670 \family default
2671  plus 
2672 \family typewriter
2673 ghostscript
2674 \family default
2675  combination.
2676  As alternative, you can use a program that converts the DVI file directly
2677  into your printer language.
2678  You can specify this program in the 
2679 \family sans
2680 Preferences
2681 \family default
2682  dialog, too.
2683  There is a major disadvantage to this method.
2684  You can't include any PostScript files, such as graphics, in your documents,
2685  since the printer-specific conversion programs don't understand PostScript®.
2686  For that reason, the LyX team highly recommends using 
2687 \family typewriter
2688 dvips
2689 \family default
2690  and 
2691 \family typewriter
2692 ghostscript
2693 \family default
2694  for printing.
2695  
2696 \end_layout
2697
2698 \begin_layout Subsection
2699 Ghostscript, Xdvi and Ghostview
2700 \end_layout
2701
2702 \begin_layout Standard
2703
2704 \family typewriter
2705 Xdvi
2706 \family default
2707  and 
2708 \family typewriter
2709 ghostview
2710 \family default
2711  are viewers.
2712  The former handles 
2713 \family typewriter
2714 .dvi
2715 \family default
2716  files, while the later interfaces with 
2717 \family typewriter
2718 ghostscript
2719 \family default
2720  to allow you to view PostScript files.
2721 \end_layout
2722
2723 \begin_layout Standard
2724 A quick note on both of these programs.
2725  Both automatically update themselves if the viewed file
2726 \begin_inset Foot
2727 status collapsed
2728
2729 \begin_layout Standard
2730 That means the 
2731 \family typewriter
2732 .dvi
2733 \family default
2734  or 
2735 \family typewriter
2736 .ps
2737 \family default
2738  file, not the files used to make these.
2739 \end_layout
2740
2741 \end_inset
2742
2743  changes.
2744  You can also force an update.
2745  So, once you've opened one of these two viewers, there's no reason to close
2746  it.
2747  Also, both programs are functionally the same, providing all of the same
2748  features.
2749 \end_layout
2750
2751 \begin_layout Standard
2752 The LyX team recommends using 
2753 \family typewriter
2754 xdvi
2755 \family default
2756  for fine tuning documents.
2757  Why? It's faster; there's one less layer of processing you need to do before
2758  you can view the changes.
2759  Here's an example:
2760 \end_layout
2761
2762 \begin_layout Enumerate
2763 Use 
2764 \family typewriter
2765 xdvi
2766 \family default
2767  to preview a document from LyX, and leave it running.
2768 \end_layout
2769
2770 \begin_layout Enumerate
2771 Make changes to the document using LyX.
2772 \end_layout
2773
2774 \begin_layout Enumerate
2775 To view those changes, just choose 
2776 \family sans
2777 \bar under
2778 V
2779 \bar default
2780 iew\SpecialChar \menuseparator
2781
2782 \bar under
2783 U
2784 \bar default
2785 pdate\SpecialChar \menuseparator
2786
2787 \bar under
2788 D
2789 \bar default
2790 VI
2791 \family default
2792 .
2793  When LaTeX's all done, click on the 
2794 \family typewriter
2795 xdvi
2796 \family default
2797  window, and voilà! 
2798 \family typewriter
2799 xdvi
2800 \family default
2801  will update itself.
2802 \end_layout
2803
2804 \begin_layout Standard
2805 Now, this doesn't mean 
2806 \family typewriter
2807 ghostview
2808 \family default
2809  is useless.
2810  
2811 \family typewriter
2812 ghostview
2813 \family default
2814  is better suited to those occasions where you 
2815 \emph on
2816 must
2817 \emph default
2818  view the PostScript version of the document.
2819  For repeated changes that aren't PostScript® dependent, you're better off
2820  previewing with 
2821 \family typewriter
2822 xdvi
2823 \family default
2824 .
2825  There is an alternative to 
2826 \family typewriter
2827 ghostview
2828 \family default
2829  which sports a much better interface: 
2830 \family typewriter
2831 gv
2832 \family default
2833 .
2834  LyX will automatically use it instead of 
2835 \family typewriter
2836 ghostview
2837 \family default
2838  if it is available.
2839 \end_layout
2840
2841 \begin_layout Section
2842 The Printer
2843 \end_layout
2844
2845 \begin_layout Standard
2846
2847 \size normal
2848 Anyone working on a large system shouldn't have any problems here.
2849  Your sysadmin [or you, if you are the sysadmin] should already have the
2850  printers set up for your system.
2851  All you need to do is find out the name of the printer you want to use,
2852  and configure you
2853 \size default
2854 r setup 
2855 \size normal
2856 as described in the last section.
2857 \end_layout
2858
2859 \begin_layout Standard
2860
2861 \size normal
2862 Those of you using Linux, however, may have a bit more work to do.
2863  Many people now install Linux from an ISO image of one of the popular distribut
2864 ions.
2865  They follow the install instructions, get Linux up and running, but never
2866  realize that they need to set up their printer.
2867  
2868 \size default
2869 The more desktop friendly distributions may do this for you automatically.
2870  However, if you find that you need to do this by hand, we've written a
2871  little something to help you out with that; check out the 
2872 \begin_inset Quotes eld
2873 \end_inset
2874
2875
2876 \emph on
2877 A Printer Tutorial
2878 \emph default
2879
2880 \begin_inset Quotes erd
2881 \end_inset
2882
2883  chapter in the 
2884 \emph on
2885 Customization
2886 \emph default
2887  manual for help.
2888 \end_layout
2889
2890 \begin_layout Chapter
2891 LyX Basics
2892 \end_layout
2893
2894 \begin_layout Section
2895 Document Types
2896 \end_layout
2897
2898 \begin_layout Subsection
2899 Introduction
2900 \end_layout
2901
2902 \begin_layout Standard
2903 Before you do anything else, before you ever start writing a document, you
2904  need to decide what 
2905 \emph on
2906 type
2907 \emph default
2908  of document you want to edit.
2909  Different types of documents use different types of spacing, headings,
2910  numbering schemes, and so on.
2911  Additionally, different documents use different paragraph environments,
2912  and format the title of your document differently.
2913 \end_layout
2914
2915 \begin_layout Standard
2916
2917 \emph on
2918 document class
2919 \emph default
2920  describes a group of properties common to a particular set of documents.
2921  By setting the document class, you automagically select these properties,
2922  making it easier to create the type of document you want.
2923  If you don't choose a document class, LyX picks one for you by default.
2924  So, it behooves you to change the class of your document.
2925 \end_layout
2926
2927 \begin_layout Standard
2928 Read on for info about the document classes you can choose from LyX, and
2929  how to fine-tune some of their properties.
2930 \end_layout
2931
2932 \begin_layout Subsection
2933 \begin_inset LatexCommand label
2934 name "sec:doc-classes"
2935
2936 \end_inset
2937
2938 The Various Document Classes
2939 \end_layout
2940
2941 \begin_layout Subsubsection
2942 Overview
2943 \end_layout
2944
2945 \begin_layout Standard
2946 There are five standard document classes in LyX.
2947  They are:
2948 \end_layout
2949
2950 \begin_layout Description
2951 Article for basic articles
2952 \end_layout
2953
2954 \begin_layout Description
2955 Report for basic reports
2956 \end_layout
2957
2958 \begin_layout Description
2959 Book for writing a book
2960 \end_layout
2961
2962 \begin_layout Description
2963 Letter for US-style letters
2964 \end_layout
2965
2966 \begin_layout Description
2967 Slides is used to make transparencies
2968 \end_layout
2969
2970 \begin_layout Standard
2971 There are also some non-standard classes, which LyX only uses if you have
2972  a LaTeX setup that supports them:
2973 \end_layout
2974
2975 \begin_layout Description
2976 Aapaper Journal articles in the style and format used in Astronomy & Astrophysic
2977 s
2978 \end_layout
2979
2980 \begin_layout Description
2981 Amsart Journal articles in the style and format used by the AMS [American
2982  Mathematical Society].
2983  There are three amsart layouts available.
2984  The standard one uses a typical numbering scheme for theorems, 
2985 \emph on
2986 etc.
2987 \emph default
2988 , that prepends the section number to the number of the result.
2989  All result-type statements (propositions, corollaries, and so on) are sequenced
2990  together, but definitions, examples, and the like have their own sequence.
2991  The 
2992 \begin_inset Quotes eld
2993 \end_inset
2994
2995 sequential numbering
2996 \begin_inset Quotes erd
2997 \end_inset
2998
2999  scheme does not place the section number with each result, but numbers
3000  them throughout the article in a single sequence.
3001  Each type of result gets its own sequence.
3002  There is also a layout that dispenses with numbering of statements altogether.
3003 \end_layout
3004
3005 \begin_layout Description
3006 Amsbook Books in the style and format used by the AMS.
3007  Only the standard numbering scheme is provided, under the assumption that
3008  you would not want to number results consecutively throughout a book, and
3009  that you would need to number results.
3010 \end_layout
3011
3012 \begin_layout Description
3013 Dinbrief für Briefe nach deutscher Art
3014 \end_layout
3015
3016 \begin_layout Description
3017 Foils is used to make transparencies, but is better than 
3018 \family sans
3019 slides
3020 \end_layout
3021
3022 \begin_layout Description
3023 Linuxdoc Used with the SGML-tools package (formerly known as LinuxDoc).
3024  It allows LyX to produce SGML output.
3025  SGML is a markup language and is the predecessor to HTML\SpecialChar \@.
3026  The SGML-tools
3027  package allows you to convert SGML to HTML or to the format used by 
3028 \family typewriter
3029 man
3030 \family default
3031  pages.
3032 \end_layout
3033
3034 \begin_layout Description
3035 Paper for use with the 
3036 \family typewriter
3037 paper
3038 \family default
3039  LaTeX document class [not in all LaTeX distributions]
3040 \end_layout
3041
3042 \begin_layout Description
3043 Revtex is used to write articles for the publications of the American Physical
3044  Society (APS), American Institute of Physics (AIP), and Optical Society
3045  of America (OSA).
3046  This class is not completely compatible with all LyX features.
3047 \end_layout
3048
3049 \begin_layout Standard
3050 We won't go into any detail about how to use these different document classes
3051  here.
3052  You can find all the details about the non-standard classes in the 
3053 \emph on
3054 Extended Editing
3055 \emph default
3056  manual.
3057  Here, we will settle with a list of some of the common properties of all
3058  of the document classes.
3059 \end_layout
3060
3061 \begin_layout Subsubsection
3062 Selecting a Class
3063 \end_layout
3064
3065 \begin_layout Standard
3066 You can select a class using the 
3067 \family sans
3068 \bar under
3069 D
3070 \bar default
3071 ocument
3072 \bar under
3073 \SpecialChar \menuseparator
3074 S
3075 \bar default
3076 ettings
3077 \family default
3078  dialog.
3079  Select the class you want to use, and make any fine tunings of the options
3080  you may need.
3081 \end_layout
3082
3083 \begin_layout Subsubsection
3084 Properties
3085 \end_layout
3086
3087 \begin_layout Standard
3088 Each class has a default set of options.
3089  Here's a quick table describing them:
3090 \end_layout
3091
3092 \begin_layout Standard
3093 \begin_inset VSpace 0.3cm
3094 \end_inset
3095
3096
3097 \end_layout
3098
3099 \begin_layout Standard
3100 \align center
3101 \begin_inset Tabular
3102 <lyxtabular version="3" rows="10" columns="5">
3103 <features>
3104 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3105 <column alignment="center" valignment="top" leftline="true" width="0pt">
3106 <column alignment="center" valignment="top" leftline="true" width="0pt">
3107 <column alignment="center" valignment="top" leftline="true" width="0pt">
3108 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3109 <row topline="true" bottomline="true">
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Standard
3114
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Standard
3123
3124 \family sans
3125 \series medium
3126 \shape up
3127 \size normal
3128 \emph off
3129 \bar no
3130 \noun off
3131 \color none
3132 Pagestyle
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Standard
3141
3142 \family sans
3143 \series medium
3144 \shape up
3145 \size normal
3146 \emph off
3147 \bar no
3148 \noun off
3149 \color none
3150 Sides
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Standard
3159
3160 \family sans
3161 \series medium
3162 \shape up
3163 \size normal
3164 \emph off
3165 \bar no
3166 \noun off
3167 \color none
3168 Columns
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Standard
3177
3178 \series medium
3179 \shape up
3180 \size normal
3181 \emph off
3182 \bar no
3183 \noun off
3184 \color none
3185 Max.
3186  sectioning level
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row topline="true">
3193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Standard
3197
3198 \series medium
3199 \shape up
3200 \size normal
3201 \emph off
3202 \bar no
3203 \noun off
3204 \color none
3205 article
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Standard
3214
3215 \family sans
3216 \series medium
3217 \shape up
3218 \size normal
3219 \emph off
3220 \bar no
3221 \noun off
3222 \color none
3223 Plain
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Standard
3232
3233 \family sans
3234 \series medium
3235 \shape up
3236 \size normal
3237 \emph off
3238 \bar no
3239 \noun off
3240 \color none
3241 One
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Standard
3250
3251 \family sans
3252 \series medium
3253 \shape up
3254 \size normal
3255 \emph off
3256 \bar no
3257 \noun off
3258 \color none
3259 One
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Standard
3268
3269 \family sans
3270 \series medium
3271 \shape up
3272 \size normal
3273 \emph off
3274 \bar no
3275 \noun off
3276 \color none
3277 Section
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 </row>
3283 <row topline="true">
3284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Standard
3288
3289 \series medium
3290 \shape up
3291 \size normal
3292 \emph off
3293 \bar no
3294 \noun off
3295 \color none
3296 report
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Standard
3305
3306 \family sans
3307 \series medium
3308 \shape up
3309 \size normal
3310 \emph off
3311 \bar no
3312 \noun off
3313 \color none
3314 Plain
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Standard
3323
3324 \family sans
3325 \series medium
3326 \shape up
3327 \size normal
3328 \emph off
3329 \bar no
3330 \noun off
3331 \color none
3332 One
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Standard
3341
3342 \family sans
3343 \series medium
3344 \shape up
3345 \size normal
3346 \emph off
3347 \bar no
3348 \noun off
3349 \color none
3350 One
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Standard
3359
3360 \family sans
3361 \series medium
3362 \shape up
3363 \size normal
3364 \emph off
3365 \bar no
3366 \noun off
3367 \color none
3368 Chapter
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 <row topline="true">
3375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Standard
3379
3380 \series medium
3381 \shape up
3382 \size normal
3383 \emph off
3384 \bar no
3385 \noun off
3386 \color none
3387 book
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Standard
3396
3397 \family sans
3398 \series medium
3399 \shape up
3400 \size normal
3401 \emph off
3402 \bar no
3403 \noun off
3404 \color none
3405 Headings
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Standard
3414
3415 \family sans
3416 \series medium
3417 \shape up
3418 \size normal
3419 \emph off
3420 \bar no
3421 \noun off
3422 \color none
3423 Two
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Standard
3432
3433 \family sans
3434 \series medium
3435 \shape up
3436 \size normal
3437 \emph off
3438 \bar no
3439 \noun off
3440 \color none
3441 One
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Standard
3450
3451 \family sans
3452 \series medium
3453 \shape up
3454 \size normal
3455 \emph off
3456 \bar no
3457 \noun off
3458 \color none
3459 Chapter
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row topline="true">
3466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Standard
3470
3471 \series medium
3472 \shape up
3473 \size normal
3474 \emph off
3475 \bar no
3476 \noun off
3477 \color none
3478 letter
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Standard
3487
3488 \family sans
3489 \series medium
3490 \shape up
3491 \size normal
3492 \emph off
3493 \bar no
3494 \noun off
3495 \color none
3496 Plain
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Standard
3505
3506 \family sans
3507 \series medium
3508 \shape up
3509 \size normal
3510 \emph off
3511 \bar no
3512 \noun off
3513 \color none
3514 One
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Standard
3523
3524 \family sans
3525 \series medium
3526 \shape up
3527 \size normal
3528 \emph off
3529 \bar no
3530 \noun off
3531 \color none
3532 One
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Standard
3541
3542 \series medium
3543 \shape up
3544 \size normal
3545 \emph off
3546 \bar no
3547 \noun off
3548 \color none
3549 none
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row topline="true">
3556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Standard
3560
3561 \series medium
3562 \shape up
3563 \size normal
3564 \emph off
3565 \bar no
3566 \noun off
3567 \color none
3568 linuxdoc
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Standard
3577
3578 \family sans
3579 \series medium
3580 \shape up
3581 \size normal
3582 \emph off
3583 \bar no
3584 \noun off
3585 \color none
3586 Plain
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Standard
3595
3596 \family sans
3597 \series medium
3598 \shape up
3599 \size normal
3600 \emph off
3601 \bar no
3602 \noun off
3603 \color none
3604 One
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Standard
3613
3614 \family sans
3615 \series medium
3616 \shape up
3617 \size normal
3618 \emph off
3619 \bar no
3620 \noun off
3621 \color none
3622 One
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Standard
3631
3632 \family sans
3633 \series medium
3634 \shape up
3635 \size normal
3636 \emph off
3637 \bar no
3638 \noun off
3639 \color none
3640 Section
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row topline="true">
3647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Standard
3651
3652 \series medium
3653 \shape up
3654 \size normal
3655 \emph off
3656 \bar no
3657 \noun off
3658 \color none
3659 aapaper
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Standard
3668
3669 \family sans
3670 \series medium
3671 \shape up
3672 \size normal
3673 \emph off
3674 \bar no
3675 \noun off
3676 \color none
3677 Plain
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Standard
3686
3687 \family sans
3688 \series medium
3689 \shape up
3690 \size normal
3691 \emph off
3692 \bar no
3693 \noun off
3694 \color none
3695 Two
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Standard
3704
3705 \family sans
3706 \series medium
3707 \shape up
3708 \size normal
3709 \emph off
3710 \bar no
3711 \noun off
3712 \color none
3713 Two
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Standard
3722
3723 \family sans
3724 \series medium
3725 \shape up
3726 \size normal
3727 \emph off
3728 \bar no
3729 \noun off
3730 \color none
3731 Section
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row topline="true">
3738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Standard
3742
3743 \series medium
3744 \shape up
3745 \size normal
3746 \emph off
3747 \bar no
3748 \noun off
3749 \color none
3750 amsart
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Standard
3759
3760 \family sans
3761 \series medium
3762 \shape up
3763 \size normal
3764 \emph off
3765 \bar no
3766 \noun off
3767 \color none
3768 Headings
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Standard
3777
3778 \family sans
3779 \series medium
3780 \shape up
3781 \size normal
3782 \emph off
3783 \bar no
3784 \noun off
3785 \color none
3786 One
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Standard
3795
3796 \family sans
3797 \series medium
3798 \shape up
3799 \size normal
3800 \emph off
3801 \bar no
3802 \noun off
3803 \color none
3804 One
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Standard
3813
3814 \family sans
3815 \series medium
3816 \shape up
3817 \size normal
3818 \emph off
3819 \bar no
3820 \noun off
3821 \color none
3822 Section
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row topline="true">
3829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Standard
3833
3834 \series medium
3835 \shape up
3836 \size normal
3837 \emph off
3838 \bar no
3839 \noun off
3840 \color none
3841 dinbrief
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Standard
3850
3851 \family sans
3852 \series medium
3853 \shape up
3854 \size normal
3855 \emph off
3856 \bar no
3857 \noun off
3858 \color none
3859 Plain
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Standard
3868
3869 \family sans
3870 \series medium
3871 \shape up
3872 \size normal
3873 \emph off
3874 \bar no
3875 \noun off
3876 \color none
3877 One
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Standard
3886
3887 \family sans
3888 \series medium
3889 \shape up
3890 \size normal
3891 \emph off
3892 \bar no
3893 \noun off
3894 \color none
3895 One
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Standard
3904
3905 \series medium
3906 \shape up
3907 \size normal
3908 \emph off
3909 \bar no
3910 \noun off
3911 \color none
3912 none
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row topline="true" bottomline="true">
3919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Standard
3923
3924 \series medium
3925 \shape up
3926 \size normal
3927 \emph off
3928 \bar no
3929 \noun off
3930 \color none
3931 paper
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Standard
3940
3941 \family sans
3942 \series medium
3943 \shape up
3944 \size normal
3945 \emph off
3946 \bar no
3947 \noun off
3948 \color none
3949 Headings
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Standard
3958
3959 \family sans
3960 \series medium
3961 \shape up
3962 \size normal
3963 \emph off
3964 \bar no
3965 \noun off
3966 \color none
3967 One
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Standard
3976
3977 \family sans
3978 \series medium
3979 \shape up
3980 \size normal
3981 \emph off
3982 \bar no
3983 \noun off
3984 \color none
3985 One
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Standard
3994
3995 \family sans
3996 \series medium
3997 \shape up
3998 \size normal
3999 \emph off
4000 \bar no
4001 \noun off
4002 \color none
4003 Section
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 </row>
4009 </lyxtabular>
4010
4011 \end_inset
4012
4013
4014 \end_layout
4015
4016 \begin_layout Standard
4017 \begin_inset VSpace 0.3cm
4018 \end_inset
4019
4020
4021 \end_layout
4022
4023 \begin_layout Standard
4024 There is no default value of 
4025 \family sans
4026 E
4027 \bar under
4028 x
4029 \bar default
4030 tra\InsetSpace ~
4031 Options
4032 \family default
4033  for any of these classes.
4034  
4035 \end_layout
4036
4037 \begin_layout Standard
4038 You're probably also wondering what 
4039 \begin_inset Quotes eld
4040 \end_inset
4041
4042 Max.
4043  sectioning level
4044 \begin_inset Quotes erd
4045 \end_inset
4046
4047  means.
4048  There are several paragraph environment used to create section headings.
4049  Different document classes allow different types of section headings.
4050  Only two use the 
4051 \family sans
4052 Chapter
4053 \family default
4054  heading; the rest do not and begin instead with the 
4055 \family sans
4056 Section
4057 \family default
4058  heading.
4059  Some document classes, such as the three for letters, don't use any section
4060  headings.
4061  In addition to 
4062 \family sans
4063 Chapter
4064 \family default
4065  and 
4066 \family sans
4067 Section
4068 \family default
4069  headings, there are also 
4070 \family sans
4071 Subsection
4072 \family default
4073  headings, 
4074 \family sans
4075 Subsubsection
4076 \family default
4077  headings, and so on.
4078  We'll describe these headings fully in section 
4079 \begin_inset LatexCommand ref
4080 reference "sec:parenvheadings"
4081
4082 \end_inset
4083
4084 .
4085 \end_layout
4086
4087 \begin_layout Subsection
4088 Fine-tuning the Defaults 
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Okay, we know we never told you what most of these 
4093 \begin_inset Quotes eld
4094 \end_inset
4095
4096 default options
4097 \begin_inset Quotes erd
4098 \end_inset
4099
4100  set by the 
4101 \family sans
4102 \bar under
4103 C
4104 \bar default
4105 lass
4106 \family default
4107  button do.
4108  That's what this section is for.
4109 \end_layout
4110
4111 \begin_layout Labeling
4112 \labelwidthstring MMMMMMM
4113
4114 \family sans
4115 \bar under
4116 P
4117 \bar default
4118 agestyle
4119 \family default
4120  This is another list, containing five options.
4121  It controls what sorts of headings and page numbers go on a page:
4122 \begin_inset Foot
4123 status collapsed
4124
4125 \begin_layout Standard
4126 LaTeX does this part.
4127 \end_layout
4128
4129 \end_inset
4130
4131
4132 \end_layout
4133
4134 \begin_deeper
4135 \begin_layout Labeling
4136 \labelwidthstring MMMMMMM
4137
4138 \family sans
4139 Default
4140 \family default
4141  Use default pagestyle of current class.
4142 \end_layout
4143
4144 \begin_layout Labeling
4145 \labelwidthstring MMMMMMM
4146
4147 \family sans
4148 Empty
4149 \family default
4150  No page numbers or headings.
4151 \end_layout
4152
4153 \begin_layout Labeling
4154 \labelwidthstring MMMMMMM
4155
4156 \family sans
4157 Plain
4158 \family default
4159  Page numbers only.
4160 \end_layout
4161
4162 \begin_layout Labeling
4163 \labelwidthstring MMMMMMM
4164
4165 \family sans
4166 Headings
4167 \family default
4168  Page numbers and either the current chapter or section title and number.
4169  Whether LyX uses the current chapter or the current section depends on
4170  which is the maximum sectioning level.
4171 \end_layout
4172
4173 \begin_layout Labeling
4174 \labelwidthstring MMMMMMM
4175
4176 \family sans
4177 Fancy
4178 \family default
4179  This allows you to create fully customizable headers and footers if you
4180  have the 
4181 \family sans
4182 fancyhdr
4183 \family default
4184  package installed.
4185  At the moment, support in LyX is limited to this setting.
4186  To use the full power of this package, you have to resort to magic codes
4187  in your preamble.
4188  Check the documentation for the 
4189 \family sans
4190 fancyhdr
4191 \family default
4192  package for more details.
4193 \end_layout
4194
4195 \end_deeper
4196 \begin_layout Labeling
4197 \labelwidthstring MMMMMMM
4198
4199 \family sans
4200 Sides
4201 \family default
4202  No, LyX can't make your printer print on both sides of a sheet of paper!
4203  However, it can use a different format for odd-numbered pages than even-numbere
4204 d pages.
4205  This way, if you 
4206 \emph on
4207 do
4208 \emph default
4209  have a printer that duplexes
4210 \begin_inset Foot
4211 status collapsed
4212
4213 \begin_layout Standard
4214 i.e.
4215  prints on both sides of a sheet of paper
4216 \end_layout
4217
4218 \end_inset
4219
4220 , your page number will always be in the upper right corner of the page
4221  and the left margin will have extra room for a binding.
4222 \end_layout
4223
4224 \begin_deeper
4225 \begin_layout Standard
4226 There are two radio buttons here: 
4227 \family sans
4228 One
4229 \family default
4230  for single-sided documents, 
4231 \family sans
4232 Two
4233 \family default
4234  for double-sided documents.
4235 \end_layout
4236
4237 \end_deeper
4238 \begin_layout Labeling
4239 \labelwidthstring MMMMMMM
4240
4241 \family sans
4242 Columns
4243 \family default
4244  Yes, this does control how many columns each page has.
4245  You can choose, using the toggle buttons, 
4246 \family sans
4247 One
4248 \family default
4249  or 
4250 \family sans
4251 Two
4252 \family default
4253  for the number of columns.
4254  
4255 \end_layout
4256
4257 \begin_deeper
4258 \begin_layout Standard
4259 Note that LyX won't show two columns on screen.
4260  That's impractical, often unreadable, and not part of the WYSIWYM concept.
4261  However, there 
4262 \emph on
4263 will
4264 \emph default
4265  be two columns in the generated output.
4266 \end_layout
4267
4268 \end_deeper
4269 \begin_layout Labeling
4270 \labelwidthstring MMMMMMM
4271
4272 \family sans
4273 E
4274 \bar under
4275 x
4276 \bar default
4277 tra\InsetSpace ~
4278 Options
4279 \family default
4280  The LaTeX command 
4281 \family typewriter
4282
4283 \backslash
4284 documentclass
4285 \family default
4286  takes several options.
4287  LyX sets some of these automatically for you.
4288  This text box allows you to enter in others.
4289  Just type in a comma-separated list of options.
4290  See a good LaTeX book to find out what kinds of additional options you
4291  can use.
4292 \end_layout
4293
4294 \begin_layout Labeling
4295 \labelwidthstring MMMMMMM
4296
4297 \family sans
4298 Separation
4299 \family default
4300  This has its own section.
4301  See sec.
4302  
4303 \begin_inset LatexCommand ref
4304 reference "sec:parindentintro"
4305
4306 \end_inset
4307
4308  for a description of what this does.
4309 \end_layout
4310
4311 \begin_layout Subsection
4312 Paper Size, Orientation, and Margins
4313 \end_layout
4314
4315 \begin_layout Standard
4316 There are several other options to set in the 
4317 \family sans
4318 Document\InsetSpace ~
4319 Settings
4320 \family default
4321  dialog.
4322  All of them are global options, but they have special purposes and only
4323  affect certain features.
4324  We describe what these options do in the same section that describes the
4325  features they affect.
4326 \end_layout
4327
4328 \begin_layout Standard
4329 There are two options that affect the overall layout of the document, so
4330  we'll describe them here.
4331  You'll find them in the 
4332 \family sans
4333 Paper
4334 \family default
4335  dialog under the 
4336 \family sans
4337 Layout
4338 \family default
4339  menu:
4340 \end_layout
4341
4342 \begin_layout Labeling
4343 \labelwidthstring MMMMMM
4344
4345 \family sans
4346 Orientation
4347 \family default
4348  Two toggle buttons choose whether to print the output as 
4349 \family sans
4350 \bar under
4351 L
4352 \bar default
4353 andscape
4354 \family default
4355  or as 
4356 \family sans
4357 Po
4358 \bar under
4359 r
4360 \bar default
4361 trait
4362 \family default
4363 .
4364 \end_layout
4365
4366 \begin_layout Labeling
4367 \labelwidthstring MMMMMM
4368
4369 \family sans
4370 Papersi
4371 \bar under
4372 z
4373 \bar default
4374 e
4375 \family default
4376  What size paper to print on.
4377  The choices are
4378 \end_layout
4379
4380 \begin_deeper
4381 \begin_layout Itemize
4382
4383 \family sans
4384 Default
4385 \end_layout
4386
4387 \begin_layout Itemize
4388
4389 \family sans
4390 A3, A4,
4391 \family default
4392  
4393 \family sans
4394 A5
4395 \end_layout
4396
4397 \begin_layout Itemize
4398
4399 \family sans
4400 B3, B4, B5
4401 \end_layout
4402
4403 \begin_layout Itemize
4404
4405 \family sans
4406 US Letter
4407 \end_layout
4408
4409 \begin_layout Itemize
4410
4411 \family sans
4412 US legal
4413 \end_layout
4414
4415 \begin_layout Itemize
4416
4417 \family sans
4418 US executive
4419 \end_layout
4420
4421 \begin_layout Itemize
4422
4423 \family sans
4424 Custom
4425 \end_layout
4426
4427 \end_deeper
4428 \begin_layout Standard
4429 Some of these settings require you to have the 
4430 \family sans
4431 geometry
4432 \family default
4433  package installed.
4434  This package will also allow you to set the margins in the 
4435 \family sans
4436 Paper
4437 \family default
4438  dialog.
4439 \end_layout
4440
4441 \begin_layout Subsection
4442 Important Note:
4443 \end_layout
4444
4445 \begin_layout Standard
4446 If you change a document's class, LyX has to convert 
4447 \emph on
4448 everything
4449 \emph default
4450  into the new class.
4451  That includes the paragraph environments.
4452  Some paragraph environments are standard; all of the document classes have
4453  them.
4454  Some classes have special paragraph environments, however.
4455  If this is the case, and you change document classes, LyX sets the missing
4456  paragraph environments to 
4457 \family sans
4458 Standard
4459 \family default
4460  and places an error box at the beginning of the paragraph.
4461  Just click on them and you'll get a message dialog that tells you about
4462  the conversion and why it failed.
4463 \end_layout
4464
4465 \begin_layout Section
4466 Paragraph Indentation and Separation
4467 \end_layout
4468
4469 \begin_layout Subsection
4470 Introduction
4471 \begin_inset LatexCommand label
4472 name "sec:parindentintro"
4473
4474 \end_inset
4475
4476
4477 \end_layout
4478
4479 \begin_layout Standard
4480 Before describing all of the various paragraph environments, we'd like to
4481  say a word or two about paragraph indentation.
4482 \end_layout
4483
4484 \begin_layout Standard
4485 Everyone seems to have their own convention for separating paragraphs.
4486  Most Americans indent the first line of a paragraph.
4487  Others don't indent but put extra space between the paragraphs.
4488  LyX uses the same convention you find among typographers.
4489  The 
4490 \emph on
4491 first
4492 \emph default
4493  paragraph of a section, or after a figure, an equation, a table, a list,
4494  etc., is 
4495 \emph on
4496 not
4497 \emph default
4498  indented.
4499  Only a paragraph following another paragraph gets indented.
4500  Some people don't like this convention, but if you want to use indented
4501  paragraphs, you'll have to live with it.
4502 \begin_inset Foot
4503 status collapsed
4504
4505 \begin_layout Standard
4506 There is a way to force LaTeX to indent all paragraphs.
4507  LyX won't show this, of course, but LaTeX 
4508 \emph on
4509 will
4510 \emph default
4511  print it that way.
4512  You'll need to get a special package and insert an appropriate command
4513  in the preamble.
4514 \end_layout
4515
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \begin_layout Standard
4522 The space between paragraphs, like the line spacing, the space between headings
4523  and text --- in fact, all of the spacings for just about everything are
4524  pre-coded into LyX.
4525  As we said, you don't worry about how much space to add between what.
4526  LyX takes care of that.
4527  In fact, these pre-coded vertical spacings aren't a single number but a
4528  range.
4529  That way, LyX can squish or stretch the space between lines to make sure
4530  figures fit on a page with text, so that sections don't start at the bottom
4531  of a page, and so on.
4532 \begin_inset Foot
4533 status collapsed
4534
4535 \begin_layout Standard
4536 Actually, LaTeX does this when LyX goes to produce a printable file.
4537 \end_layout
4538
4539 \end_inset
4540
4541  However, pre-coded doesn't mean you can't change them.
4542  LyX gives you the ability to globally change 
4543 \emph on
4544 all
4545 \emph default
4546  of these pre-coded spacings.
4547  We'll explain more later.
4548 \end_layout
4549
4550 \begin_layout Subsection
4551 Global Indentation Method
4552 \end_layout
4553
4554 \begin_layout Standard
4555 To select the default method of separating paragraphs, select 
4556 \family sans
4557 \bar under
4558 I
4559 \bar default
4560 ndent
4561 \family default
4562  or 
4563 \family sans
4564 S
4565 \bar under
4566 k
4567 \bar default
4568 ip
4569 \family default
4570  to indent paragraphs or add extra space between paragraphs, respectively.
4571 \end_layout
4572
4573 \begin_layout Subsection
4574 Fine-Tuning
4575 \end_layout
4576
4577 \begin_layout Standard
4578 You can also change the separation method of a single paragraph.
4579  Open the 
4580 \family sans
4581 \bar under
4582 E
4583 \bar default
4584 dit\SpecialChar \menuseparator
4585
4586 \bar under
4587 P
4588 \bar default
4589 aragraph\InsetSpace ~
4590 Settings
4591 \family default
4592  dialog and toggle the 
4593 \family sans
4594 \bar under
4595 N
4596 \bar default
4597 o Indent
4598 \family default
4599  button to change the state of the current paragraph.
4600  If paragraphs indent by default, this button will be inactive at first.
4601  If paragraphs have no indentation but use extra space for separation, this
4602  button will be completely ignored (you can't indent a single paragraph
4603  by toggling this).
4604 \end_layout
4605
4606 \begin_layout Standard
4607 You should only need to change the indentation method for a single paragraph
4608  if you need to do some fine-tuning.
4609  Typically, you'll select 
4610 \family sans
4611 \bar under
4612 I
4613 \bar default
4614 ndent
4615 \family default
4616  or 
4617 \family sans
4618 S
4619 \bar under
4620 k
4621 \bar default
4622 ip
4623 \family default
4624  for the entire document and edit away.
4625 \end_layout
4626
4627 \begin_layout Subsection
4628 Changing Line Spacing
4629 \end_layout
4630
4631 \begin_layout Standard
4632 In the 
4633 \family sans
4634 \bar under
4635 D
4636 \bar default
4637 ocument\SpecialChar \menuseparator
4638
4639 \bar under
4640 S
4641 \bar default
4642 ettings
4643 \family default
4644  dialog you can choose your line spacing provided you have the 
4645 \family sans
4646 setspace
4647 \family default
4648  package installed.
4649 \end_layout
4650
4651 \begin_layout Section
4652 Paragraph Environments
4653 \begin_inset LatexCommand label
4654 name "sec:par-environments"
4655
4656 \end_inset
4657
4658
4659 \end_layout
4660
4661 \begin_layout Subsection
4662 Overview
4663 \end_layout
4664
4665 \begin_layout Standard
4666 The paragraph environments correspond to the various
4667 \end_layout
4668
4669 \begin_layout Standard
4670
4671 \family typewriter
4672
4673 \backslash
4674 begin{
4675 \family default
4676 \emph on
4677 environment
4678 \family typewriter
4679 \emph default
4680 } ...
4681  
4682 \backslash
4683 end{
4684 \family default
4685 \emph on
4686 environment
4687 \family typewriter
4688 \emph default
4689 }
4690 \family default
4691
4692 \newline
4693 command sequences in an ordinary LaTeX file.
4694  If you don't know LaTeX, or the concept of a paragraph environment is totally
4695  alien to you, we urge you to read the 
4696 \emph on
4697 Tutorial
4698 \emph default
4699 .
4700  The 
4701 \emph on
4702 Tutorial
4703 \emph default
4704  also contains many more examples than this section does.
4705 \end_layout
4706
4707 \begin_layout Standard
4708 A paragraph environment is simply a 
4709 \begin_inset Quotes eld
4710 \end_inset
4711
4712 container
4713 \begin_inset Quotes erd
4714 \end_inset
4715
4716  for a paragraph which gives that paragraph certain properties.
4717  This can include a particular style of font, different margins, a numbering
4718  scheme, labels, and so on.
4719  Additionally, you can 
4720 \begin_inset Quotes eld
4721 \end_inset
4722
4723 nest
4724 \begin_inset Quotes erd
4725 \end_inset
4726
4727  the different environments inside one another, allowing one environment
4728  to inherit some of the properties of another.
4729  The different paragraph environments totally replace the need for messy
4730  tab stops, on the fly margin adjustment, and other hold-overs from the
4731  days of typewriters.
4732  There are several paragraph environments which are specific to a particular
4733  document type.
4734  We'll only be covering the most common ones here.
4735 \end_layout
4736
4737 \begin_layout Standard
4738 To choose a new paragraph environment, use the pull-down box on the left
4739  end of the toolbar.
4740  LyX will change the environment of the 
4741 \emph on
4742 entire
4743 \emph default
4744  paragraph in which the cursor sits.
4745  You can also change the environment of an entire group of paragraphs if
4746  you select them before choosing the new environment.
4747  
4748 \end_layout
4749
4750 \begin_layout Standard
4751 Note that hitting 
4752 \family sans
4753 Return
4754 \family default
4755  will 
4756 \emph on
4757 typically
4758 \emph default
4759  create a new paragraph using the 
4760 \family sans
4761 Standard
4762 \family default
4763  paragraph environment.
4764  We say 
4765 \begin_inset Quotes eld
4766 \end_inset
4767
4768 typically
4769 \begin_inset Quotes erd
4770 \end_inset
4771
4772  because this isn't always the case.
4773 \begin_inset Foot
4774 status collapsed
4775
4776 \begin_layout Standard
4777 If you are in one of these environments:
4778 \begin_inset ERT
4779 status collapsed
4780
4781 \begin_layout Standard
4782
4783  
4784 \end_layout
4785
4786 \end_inset
4787
4788
4789 \end_layout
4790
4791 \begin_layout Standard
4792 \begin_inset ERT
4793 status collapsed
4794
4795 \begin_layout Standard
4796
4797
4798 \backslash
4799 vspace{-2ex} 
4800 \backslash
4801 parbox[t]{3cm}{
4802 \end_layout
4803
4804 \end_inset
4805
4806
4807 \end_layout
4808
4809 \begin_layout Itemize
4810
4811 \family sans
4812 Quote
4813 \end_layout
4814
4815 \begin_layout Itemize
4816
4817 \family sans
4818 Quotation
4819 \end_layout
4820
4821 \begin_layout Standard
4822 \begin_inset ERT
4823 status collapsed
4824
4825 \begin_layout Standard
4826
4827 }
4828 \backslash
4829 parbox[t]{3cm}{
4830 \end_layout
4831
4832 \end_inset
4833
4834
4835 \end_layout
4836
4837 \begin_layout Itemize
4838
4839 \family sans
4840 Verse
4841 \end_layout
4842
4843 \begin_layout Itemize
4844
4845 \family sans
4846 Itemize
4847 \end_layout
4848
4849 \begin_layout Standard
4850 \begin_inset ERT
4851 status collapsed
4852
4853 \begin_layout Standard
4854
4855 }
4856 \backslash
4857 parbox[t]{3cm}{
4858 \end_layout
4859
4860 \end_inset
4861
4862
4863 \end_layout
4864
4865 \begin_layout Itemize
4866
4867 \family sans
4868 Enumerate
4869 \end_layout
4870
4871 \begin_layout Itemize
4872
4873 \family sans
4874 Description
4875 \end_layout
4876
4877 \begin_layout Standard
4878 \begin_inset ERT
4879 status collapsed
4880
4881 \begin_layout Standard
4882
4883 }
4884 \backslash
4885 parbox[t]{3cm}{
4886 \end_layout
4887
4888 \end_inset
4889
4890
4891 \end_layout
4892
4893 \begin_layout Itemize
4894
4895 \family sans
4896 List
4897 \end_layout
4898
4899 \begin_layout Standard
4900 \begin_inset ERT
4901 status collapsed
4902
4903 \begin_layout Standard
4904
4905 }
4906 \end_layout
4907
4908 \end_inset
4909
4910
4911 \end_layout
4912
4913 \begin_layout Standard
4914 LyX keeps the old paragraph environment when you hit 
4915 \family sans
4916 Return
4917 \family default
4918 , rather than resetting it to 
4919 \family sans
4920 Standard
4921 \family default
4922 .
4923  LyX will still reset the nesting depth, however.
4924 \end_layout
4925
4926 \end_inset
4927
4928  Usually, starting a new paragraph resets both the paragraph environment
4929  and the nesting depth [more on nesting in section 
4930 \begin_inset LatexCommand ref
4931 reference "sec:nest"
4932
4933 \end_inset
4934
4935 ].
4936  At the moment, all this is context-specific; you're better off expecting
4937  
4938 \family sans
4939 Return
4940 \family default
4941  to reset the paragraph environment and depth.
4942  If you want a new paragraph to keep the current environment and depth,
4943  use 
4944 \family sans
4945 M-Return
4946 \family default
4947  instead.
4948 \end_layout
4949
4950 \begin_layout Subsection
4951 Standard
4952 \end_layout
4953
4954 \begin_layout Standard
4955 The default paragraph environment is 
4956 \family sans
4957 Standard
4958 \family default
4959  for most classes.
4960  It creates a plain paragraph.
4961  If LyX resets the paragraph environment, this is the one it chooses.
4962  In fact, the paragraph you're reading right now [and most of the ones in
4963  this manual] are in the 
4964 \family sans
4965 Standard
4966 \family default
4967  environment.
4968 \end_layout
4969
4970 \begin_layout Standard
4971 You can nest a paragraph using the 
4972 \family sans
4973 Standard
4974 \family default
4975  environment in just about anything else, but you can't really nest anything
4976  in a 
4977 \family sans
4978 Standard
4979 \family default
4980  environment.
4981 \end_layout
4982
4983 \begin_layout Subsection
4984 Document Titles
4985 \end_layout
4986
4987 \begin_layout Standard
4988 A LaTeX title page has three parts: the title itself, the name[s] of the
4989  author[s] and a 
4990 \begin_inset Quotes eld
4991 \end_inset
4992
4993 footnote
4994 \begin_inset Quotes erd
4995 \end_inset
4996
4997  for thanks or contact information.
4998  For certain types of documents, LaTeX places all of this on a separate
4999  page along with today's date.
5000  For other types of documents, the title 
5001 \begin_inset Quotes eld
5002 \end_inset
5003
5004 page
5005 \begin_inset Quotes erd
5006 \end_inset
5007
5008  goes at the top of the first page of the document.
5009  
5010 \end_layout
5011
5012 \begin_layout Standard
5013 LyX provides an interface to the title page commands through the paragraph
5014  environments 
5015 \family sans
5016 Title
5017 \family default
5018
5019 \family sans
5020 Author
5021 \family default
5022 , and 
5023 \family sans
5024 Date
5025 \family default
5026 .
5027  Here's how you use them:
5028 \end_layout
5029
5030 \begin_layout Itemize
5031 Put the title of your document in the 
5032 \family sans
5033 Title
5034 \family default
5035  environment.
5036 \end_layout
5037
5038 \begin_layout Itemize
5039 Put the author name in the 
5040 \family sans
5041 Author
5042 \family default
5043  environment.
5044 \end_layout
5045
5046 \begin_layout Itemize
5047 If you want the date to have a certain appearance, want to use a fixed date,
5048  or want other text to appear in place of today's date, put that text in
5049  the 
5050 \family sans
5051 Date
5052 \family default
5053  environment.
5054  Note that using this environment is optional.
5055  If you don't provide any, LaTeX will automatically insert today's date.
5056 \end_layout
5057
5058 \begin_layout Standard
5059 Be sure to do this at the top of the document.
5060  You can use footnotes to insert 
5061 \begin_inset Quotes eld
5062 \end_inset
5063
5064 thanks
5065 \begin_inset Quotes erd
5066 \end_inset
5067
5068  or contact information.
5069 \end_layout
5070
5071 \begin_layout Subsection
5072 Headings
5073 \begin_inset LatexCommand label
5074 name "sec:parenvheadings"
5075
5076 \end_inset
5077
5078
5079 \end_layout
5080
5081 \begin_layout Standard
5082 There are nine paragraph environments for producing section headings.
5083  LyX takes care of the numbering for you.
5084  All you need to do is decide what you're going to call section 3 of chapter
5085  9.
5086 \end_layout
5087
5088 \begin_layout Subsubsection
5089 Numbered Headings
5090 \end_layout
5091
5092 \begin_layout Standard
5093 There are 6 numbered types of section headings.
5094 \begin_inset Note Note
5095 status open
5096
5097 \begin_layout Standard
5098 Why no mention of Part ?
5099 \end_layout
5100
5101 \end_inset
5102
5103  They are:
5104 \end_layout
5105
5106 \begin_layout Enumerate
5107
5108 \family sans
5109 Chapter
5110 \end_layout
5111
5112 \begin_layout Enumerate
5113
5114 \family sans
5115 Section
5116 \end_layout
5117
5118 \begin_layout Enumerate
5119
5120 \family sans
5121 Subsection
5122 \end_layout
5123
5124 \begin_layout Enumerate
5125
5126 \family sans
5127 Subsubsection
5128 \end_layout
5129
5130 \begin_layout Enumerate
5131
5132 \family sans
5133 Paragraph
5134 \end_layout
5135
5136 \begin_layout Enumerate
5137
5138 \family sans
5139 Subparagraph
5140 \end_layout
5141
5142 \begin_layout Standard
5143 LyX labels each heading with a series of numbers, separated by periods.
5144  The numbers describe where in the document you are.
5145  These headings all subdivide your document into different pieces of text.
5146  For example, suppose you're writing a book.
5147  You group the book into chapters.
5148  LyX does similar grouping:
5149 \end_layout
5150
5151 \begin_layout Itemize
5152 Either 
5153 \family sans
5154 Chapter
5155 \family default
5156  or 
5157 \family sans
5158 Section
5159 \family default
5160  is the maximum sectioning level.
5161 \end_layout
5162
5163 \begin_layout Itemize
5164
5165 \family sans
5166 Chapter
5167 \family default
5168 s are divided into 
5169 \family sans
5170 Section
5171 \family default
5172 s
5173 \end_layout
5174
5175 \begin_layout Itemize
5176
5177 \family sans
5178 Section
5179 \family default
5180 s are divided into 
5181 \family sans
5182 Subsection
5183 \family default
5184 s
5185 \end_layout
5186
5187 \begin_layout Itemize
5188
5189 \family sans
5190 Subsection
5191 \family default
5192 s are divided into 
5193 \family sans
5194 Subsubsection
5195 \family default
5196 s
5197 \end_layout
5198
5199 \begin_layout Itemize
5200
5201 \family sans
5202 Subsubsection
5203 \family default
5204 s are divided into 
5205 \family sans
5206 Paragraph
5207 \family default
5208 s
5209 \end_layout
5210
5211 \begin_layout Itemize
5212
5213 \family sans
5214 Paragraph
5215 \family default
5216 s are divided into 
5217 \family sans
5218 Subparagraph
5219 \family default
5220 s
5221 \end_layout
5222
5223 \begin_layout Standard
5224
5225 \emph on
5226 Note:
5227 \emph default
5228  not all document types use the 
5229 \family sans
5230 Chapter
5231 \family default
5232  heading as the maximum sectioning level.
5233  In that case, the 
5234 \family sans
5235 Section
5236 \family default
5237  is the top-level heading.
5238 \end_layout
5239
5240 \begin_layout Standard
5241 So, if you use the 
5242 \family sans
5243 Subsubsection
5244 \family default
5245  environment to label a new sub-subsection, LyX labels it with its number,
5246  along with the number of the subsection, section, and, if applicable, chapter
5247  that it's in.
5248  For example: the fifth section of the second chapter of this book has the
5249  label 
5250 \begin_inset Quotes eld
5251 \end_inset
5252
5253 2.5
5254 \begin_inset Quotes erd
5255 \end_inset
5256
5257 .
5258 \end_layout
5259
5260 \begin_layout Subsubsection
5261 Unnumbered Headings
5262 \end_layout
5263
5264 \begin_layout Standard
5265 There are 3 types of unnumbered section headings.
5266  They are:
5267 \end_layout
5268
5269 \begin_layout Enumerate
5270
5271 \family sans
5272 Section*
5273 \end_layout
5274
5275 \begin_layout Enumerate
5276
5277 \family sans
5278 Subsection*
5279 \end_layout
5280
5281 \begin_layout Enumerate
5282
5283 \family sans
5284 Subsubsection*
5285 \end_layout
5286
5287 \begin_layout Standard
5288 The 
5289 \begin_inset Quotes eld
5290 \end_inset
5291
5292 *
5293 \begin_inset Quotes erd
5294 \end_inset
5295
5296  after each name means that these headings are not numbered.
5297  They work the same as their numbered counterparts.
5298 \end_layout
5299
5300 \begin_layout Subsubsection
5301 Changing the Numbering
5302 \begin_inset LatexCommand label
5303 name "sub:section-depth"
5304
5305 \end_inset
5306
5307
5308 \end_layout
5309
5310 \begin_layout Standard
5311 You can also alter which sectioning levels get numbered and which ones appear
5312  in the Table of Contents.
5313  Now, this doesn't remove any of the levels; that's preset in the document
5314  class.
5315  Certain classes start with 
5316 \family sans
5317 Chapter
5318 \family default
5319  and go down to the 
5320 \family sans
5321 Subparagraph
5322 \family default
5323  level.
5324  Others start at 
5325 \family sans
5326 Section
5327 \family default
5328 .
5329  Similarly, not all document classes number all sectioning levels.
5330  Most don't number 
5331 \family sans
5332 Paragraph
5333 \family default
5334  or 
5335 \family sans
5336 Subparagraph
5337 \family default
5338 .
5339  This is something you can change.
5340 \end_layout
5341
5342 \begin_layout Standard
5343 Open the 
5344 \family sans
5345 \bar under
5346 D
5347 \bar default
5348 ocument\SpecialChar \menuseparator
5349
5350 \bar under
5351 S
5352 \bar default
5353 ettings
5354 \family default
5355  dialog.
5356  You should see a counter labelled 
5357 \family sans
5358 Section\InsetSpace ~
5359 number\InsetSpace ~
5360 depth
5361 \family default
5362  under the 
5363 \family sans
5364 Extra
5365 \family default
5366  tab.
5367  This counter controls how far down in the sectioning hierarchy LyX numbers
5368  a section heading.
5369  Unfortunately, the number you choose with the slider is really goofy, so
5370  here's a table of values and what they do:
5371 \end_layout
5372
5373 \begin_layout Standard
5374 \begin_inset VSpace 0.3cm
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \begin_layout Standard
5381 \align center
5382 \begin_inset Tabular
5383 <lyxtabular version="3" rows="10" columns="2">
5384 <features>
5385 <column alignment="center" valignment="top" leftline="true" width="0pt">
5386 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
5387 <row topline="true">
5388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Standard
5392
5393 \family sans
5394 \series medium
5395 \shape up
5396 \size normal
5397 \emph off
5398 \bar no
5399 \noun off
5400 \color none
5401 Sec.
5402  Num.
5403  Depth
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Standard
5412
5413 \series medium
5414 \shape up
5415 \size normal
5416 \emph off
5417 \bar no
5418 \noun off
5419 \color none
5420 LyX numbers these
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 <row bottomline="true">
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Standard
5431
5432 \series medium
5433 \shape up
5434 \size normal
5435 \emph off
5436 \bar no
5437 \noun off
5438 \color none
5439 value:
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Standard
5448
5449 \series medium
5450 \shape up
5451 \size normal
5452 \emph off
5453 \bar no
5454 \noun off
5455 \color none
5456 section headings:
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 </row>
5462 <row topline="true">
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Standard
5467
5468 \series medium
5469 \shape up
5470 \size normal
5471 \emph off
5472 \bar no
5473 \noun off
5474 \color none
5475 -2
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Standard
5484
5485 \series medium
5486 \shape up
5487 \size normal
5488 \emph off
5489 \bar no
5490 \noun off
5491 \color none
5492 no numbering of any kind
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 </row>
5498 <row topline="true">
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Standard
5503
5504 \series medium
5505 \shape up
5506 \size normal
5507 \emph off
5508 \bar no
5509 \noun off
5510 \color none
5511 -1
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Standard
5520
5521 \family sans
5522 add
5523 \family default
5524  
5525 \family sans
5526 \series medium
5527 \shape up
5528 \size normal
5529 \emph off
5530 \bar no
5531 \noun off
5532 \color none
5533 Parts
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 </row>
5539 <row topline="true">
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Standard
5544
5545 \series medium
5546 \shape up
5547 \size normal
5548 \emph off
5549 \bar no
5550 \noun off
5551 \color none
5552 -0 and 0
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Standard
5561
5562 \family sans
5563 \series medium
5564 \shape up
5565 \size normal
5566 \emph off
5567 \bar no
5568 \noun off
5569 \color none
5570 add Chapters
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 </row>
5576 <row topline="true">
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Standard
5581
5582 \series medium
5583 \shape up
5584 \size normal
5585 \emph off
5586 \bar no
5587 \noun off
5588 \color none
5589 1
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Standard
5598
5599 \family sans
5600 \series medium
5601 \shape up
5602 \size normal
5603 \emph off
5604 \bar no
5605 \noun off
5606 \color none
5607 add Sections
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 </row>
5613 <row topline="true">
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Standard
5618
5619 \series medium
5620 \shape up
5621 \size normal
5622 \emph off
5623 \bar no
5624 \noun off
5625 \color none
5626 2
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Standard
5635
5636 \family sans
5637 \series medium
5638 \shape up
5639 \size normal
5640 \emph off
5641 \bar no
5642 \noun off
5643 \color none
5644 add Subsections
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 </row>
5650 <row topline="true">
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Standard
5655
5656 \series medium
5657 \shape up
5658 \size normal
5659 \emph off
5660 \bar no
5661 \noun off
5662 \color none
5663 3
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Standard
5672
5673 \family sans
5674 add
5675 \family default
5676  
5677 \family sans
5678 \series medium
5679 \shape up
5680 \size normal
5681 \emph off
5682 \bar no
5683 \noun off
5684 \color none
5685 Subsubsections
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 </row>
5691 <row topline="true">
5692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Standard
5696
5697 \series medium
5698 \shape up
5699 \size normal
5700 \emph off
5701 \bar no
5702 \noun off
5703 \color none
5704 4
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Standard
5713
5714 \family sans
5715 add
5716 \family default
5717  
5718 \family sans
5719 \series medium
5720 \shape up
5721 \size normal
5722 \emph off
5723 \bar no
5724 \noun off
5725 \color none
5726 Paragraphs
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 </row>
5732 <row topline="true" bottomline="true">
5733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Standard
5737
5738 \series medium
5739 \shape up
5740 \size normal
5741 \emph off
5742 \bar no
5743 \noun off
5744 \color none
5745 5
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Standard
5754
5755 \family sans
5756 add
5757 \family default
5758  
5759 \family sans
5760 \series medium
5761 \shape up
5762 \size normal
5763 \emph off
5764 \bar no
5765 \noun off
5766 \color none
5767 Subparagraphs
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 </lyxtabular>
5774
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \begin_layout Standard
5781 \begin_inset VSpace 0.3cm
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \begin_layout Standard
5788 The increasing numbers are cumulative: a setting of 
5789 \begin_inset Quotes eld
5790 \end_inset
5791
5792 0
5793 \begin_inset Quotes erd
5794 \end_inset
5795
5796  will number parts and chapters, while 
5797 \begin_inset Quotes eld
5798 \end_inset
5799
5800 2
5801 \begin_inset Quotes erd
5802 \end_inset
5803
5804  will number parts, chapters, sections, and subsections.
5805  Of course, if you're using a document class that doesn't use part or chapter
5806  headings (
5807 \emph on
5808 e.g.
5809
5810 \emph default
5811  the default article class), then the numbering begins at the 
5812 \family sans
5813 Section
5814 \family default
5815  heading, and 
5816 \begin_inset Quotes eld
5817 \end_inset
5818
5819 0
5820 \begin_inset Quotes erd
5821 \end_inset
5822
5823  also corresponds to 
5824 \begin_inset Quotes eld
5825 \end_inset
5826
5827 no numbering.
5828 \begin_inset Quotes erd
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \begin_layout Standard
5835 There's another counter in the dialog, called 
5836 \family sans
5837 Table\InsetSpace ~
5838 of\InsetSpace ~
5839 contents\InsetSpace ~
5840 depth
5841 \family default
5842 .
5843  It works the same way as 
5844 \family sans
5845 Section\InsetSpace ~
5846 numbering\InsetSpace ~
5847 depth
5848 \family default
5849 , only it controls which sectioning levels appear in, you guessed it, the
5850  Table of Contents.
5851  This is a great control to have.
5852  Suppose you wanted to number 
5853 \emph on
5854 all
5855 \emph default
5856  sectioning heading, but you only wanted 
5857 \family sans
5858 Chapter
5859 \family default
5860 s, 
5861 \family sans
5862 Section
5863 \family default
5864 s, and 
5865 \family sans
5866 Subsection
5867 \family default
5868 s in the Table of Contents.
5869  You'd just set 
5870 \family sans
5871 Section\InsetSpace ~
5872 numbering\InsetSpace ~
5873 depth
5874 \family default
5875  to 
5876 \begin_inset Quotes eld
5877 \end_inset
5878
5879 5
5880 \begin_inset Quotes erd
5881 \end_inset
5882
5883  and 
5884 \family sans
5885 Table of contents\InsetSpace ~
5886 depth
5887 \family default
5888  to 
5889 \begin_inset Quotes eld
5890 \end_inset
5891
5892 2
5893 \begin_inset Quotes erd
5894 \end_inset
5895
5896  and voilà! You're all set.
5897 \end_layout
5898
5899 \begin_layout Subsubsection
5900 Special Information
5901 \end_layout
5902
5903 \begin_layout Standard
5904 The following information applies to 
5905 \family sans
5906 Chapter
5907 \family default
5908
5909 \family sans
5910 Section
5911 \family default
5912
5913 \family sans
5914 Subsection
5915 \family default
5916
5917 \family sans
5918 Subsubsection
5919 \family default
5920
5921 \family sans
5922 Paragraph
5923 \family default
5924
5925 \family sans
5926 Subparagraph
5927 \family default
5928  as well as 
5929 \family sans
5930 Section*
5931 \family default
5932
5933 \family sans
5934 Subsection*
5935 \family default
5936 , and 
5937 \family sans
5938 Subsubsection*
5939 \family default
5940 :
5941 \end_layout
5942
5943 \begin_layout Itemize
5944 You cannot use a margin note in any of these environments.
5945 \end_layout
5946
5947 \begin_layout Itemize
5948 You can only use inlined math in these environments.
5949 \end_layout
5950
5951 \begin_layout Itemize
5952 You cannot nest other environments into these environments.
5953 \end_layout
5954
5955 \begin_layout Itemize
5956 You can use labels and cross-references to refer to their numbers.
5957 \end_layout
5958
5959 \begin_layout Standard
5960 As for examples of these paragraph environments - look around you! We're
5961  using them everywhere in the manuals.
5962 \end_layout
5963
5964 \begin_layout Subsubsection
5965 Creating an Appendix
5966 \end_layout
5967
5968 \begin_layout Standard
5969 To create an appendix, simply start by adding a new chapter or section heading.
5970  Move the cursor back to the beginning of the heading and select 
5971 \family sans
5972 \bar under
5973 D
5974 \bar default
5975 ocument\SpecialChar \menuseparator
5976
5977 \newline
5978 Start\InsetSpace ~
5979
5980 \bar under
5981 A
5982 \bar default
5983 ppendix\InsetSpace ~
5984 Here
5985 \family default
5986 .
5987  A red/brown box will be drawn around the remainder of the file to indicate
5988  there is something special about it, and the numerical chapter or section
5989  label(s) will be changed to a letter.
5990 \end_layout
5991
5992 \begin_layout Subsection
5993 Quotes and Poetry
5994 \end_layout
5995
5996 \begin_layout Standard
5997 LyX has three paragraph environments for writing poetry and quotations.
5998  They are 
5999 \family sans
6000 Quote
6001 \family default
6002
6003 \family sans
6004 Quotation
6005 \family default
6006 , and 
6007 \family sans
6008 Verse
6009 \family default
6010 .
6011  Forget the days of changing linespacing and twiddling with margins.
6012  These three paragraph environments already have those changes built-in.
6013  They all widen the left margin and add a bit of extra space above and below
6014  the text they contain.
6015  They also allow nesting, so you can put a 
6016 \family sans
6017 Verse
6018 \family default
6019  in a 
6020 \family sans
6021 Quotation
6022 \family default
6023 , as well as in some other paragraph environments.
6024 \end_layout
6025
6026 \begin_layout Standard
6027 There is another feature of these three paragraph environments: they do
6028  
6029 \emph on
6030 not
6031 \emph default
6032  reset to 
6033 \family sans
6034 Standard
6035 \family default
6036  when you start a new paragraph.
6037  So, you can type in that poem and merrily hit 
6038 \family sans
6039 Return
6040 \family default
6041  without worrying about the paragraph environment changing on you.
6042  Of course, that means that, once you're done typing in that poem, you have
6043  to change back to the 
6044 \family sans
6045 Standard
6046 \family default
6047  environment yourself.
6048 \end_layout
6049
6050 \begin_layout Subsubsection
6051
6052 \family sans
6053 Quote
6054 \family default
6055  and 
6056 \family sans
6057 Quotation
6058 \family default
6059
6060 \begin_inset LatexCommand label
6061 name "sec:quote"
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \begin_layout Standard
6069 Now that we've described the similarities of these three environments, it's
6070  time for the differences.
6071  
6072 \family sans
6073 Quote
6074 \family default
6075  and 
6076 \family sans
6077 Quotation
6078 \family default
6079  are identical except for one difference: 
6080 \family sans
6081 Quote
6082 \family default
6083  uses extra spacing to separate paragraphs and never indents the first line.
6084  
6085 \family sans
6086 Quotation
6087 \family default
6088  
6089 \emph on
6090 always
6091 \emph default
6092  indents the first line of a paragraph and uses the same line spacing throughout.
6093 \end_layout
6094
6095 \begin_layout Standard
6096 Here's an example of the 
6097 \family sans
6098 Quote
6099 \family default
6100  environment:
6101 \end_layout
6102
6103 \begin_layout Quote
6104 This is in the 
6105 \family sans
6106 Quote
6107 \family default
6108  environment.
6109  I can keep writing, extending this line out further and further until it
6110  wraps.
6111  See - no indentation!
6112 \end_layout
6113
6114 \begin_layout Quote
6115 Here's the second paragraph of this quote.
6116  Again, there's no indentation, but there is extra space between me and
6117  the other paragraph.
6118 \end_layout
6119
6120 \begin_layout Standard
6121 That ends that example.
6122  Here's another example, this time in the 
6123 \family sans
6124 Quotation
6125 \family default
6126  environment:
6127 \end_layout
6128
6129 \begin_layout Quotation
6130 This is in the 
6131 \family sans
6132 Quotation
6133 \family default
6134  environment.
6135  If I keep writing, you'll see the indentation.
6136  If your country uses a writing style that shows off new paragraphs by indenting
6137  the first line, then 
6138 \family sans
6139 Quotation
6140 \family default
6141  is the environment for you! Well, you'd use it 
6142 \emph on
6143 if
6144 \emph default
6145  you were quoting other text.
6146 \end_layout
6147
6148 \begin_layout Quotation
6149 Here's a new paragraph.
6150  I could ramble on and on, like a politician at election time.
6151  If I did that, though, you'd get bored.
6152 \end_layout
6153
6154 \begin_layout Standard
6155 That was our other example.
6156  As the example notes, 
6157 \family sans
6158 Quote
6159 \family default
6160  is for those people who use extra space to separate paragraphs.
6161  They should put quotes in the 
6162 \family sans
6163 Quote
6164 \family default
6165  environment.
6166  Those who use indentation to mark a new paragraph should use the 
6167 \family sans
6168 Quotation
6169 \family default
6170  paragraph environment for quoted text.
6171 \end_layout
6172
6173 \begin_layout Subsubsection
6174
6175 \family sans
6176 Verse
6177 \begin_inset LatexCommand label
6178 name "sec:verse"
6179
6180 \end_inset
6181
6182
6183 \end_layout
6184
6185 \begin_layout Standard
6186
6187 \family sans
6188 Verse
6189 \family default
6190  is a paragraph environment for poetry, rhymes, verses, and so on.
6191  Here's an example:
6192 \end_layout
6193
6194 \begin_layout Verse
6195 This is in Verse
6196 \newline
6197 Which I did not rehearse!
6198 \end_layout
6199
6200 \begin_layout Verse
6201 It could be much worse.
6202  This line could be long, very long, oh so long, so very long that it wraps
6203  around.
6204  It looks okay on screen, but in the printed version, the extra lines are
6205  indented a bit more than the first.
6206  Okay, so it's turned to prose and doesn't rhyme anymore.
6207  So sue me.
6208 \end_layout
6209
6210 \begin_layout Verse
6211 To break a line
6212 \newline
6213 And make things look fine
6214 \newline
6215 Use 
6216 \family sans
6217 C-Return
6218 \family default
6219 .
6220 \end_layout
6221
6222 \begin_layout Standard
6223 As you can see, 
6224 \family sans
6225 Verse
6226 \family default
6227  does not indent both margins.
6228  Each stanza of the verse or poem is in its own paragraph.
6229  To separate the individual lines of a stanza, use the 
6230 \family typewriter
6231 break-line
6232 \family default
6233  function, 
6234 \family sans
6235 C-Return
6236 \family default
6237 .
6238 \end_layout
6239
6240 \begin_layout Subsection
6241 Lists
6242 \begin_inset LatexCommand label
6243 name "sec:parenvlists"
6244
6245 \end_inset
6246
6247
6248 \end_layout
6249
6250 \begin_layout Standard
6251 LyX has four different paragraph environments for creating different kinds
6252  of lists.
6253  In the 
6254 \family sans
6255 Itemize
6256 \family default
6257  and 
6258 \family sans
6259 Enumerate
6260 \family default
6261  environments, LyX labels your list items with bullets or numbers, respectively.
6262  In the 
6263 \family sans
6264 Description
6265 \family default
6266  and 
6267 \family sans
6268 List
6269 \family default
6270  environments, LyX lets you provide your own label.
6271  We'll present the individual details of each type of list next after describing
6272  some general features of all four of them.
6273 \end_layout
6274
6275 \begin_layout Subsubsection
6276 General Features
6277 \end_layout
6278
6279 \begin_layout Standard
6280 The four paragraph environments for lists differ from the other environments
6281  in several ways.
6282  First, LyX treats each paragraph as a list item.
6283  Hitting 
6284 \family sans
6285 Return
6286 \family default
6287  does 
6288 \emph on
6289 not
6290 \emph default
6291  reset the environment to 
6292 \family sans
6293 Standard
6294 \family default
6295  but keeps the current environment and creates a new list item.
6296  The nesting depth is typically reset, however.
6297  If you want to keep both the current nesting depth and paragraph environment,
6298  you should use 
6299 \family sans
6300 M-Return
6301 \family default
6302  to break paragraphs.
6303 \end_layout
6304
6305 \begin_layout Standard
6306 You can nest lists of any type inside one another.
6307  In fact, LyX changes the labels on some list items depending on how its
6308  nested.
6309  If you intend to use any of the list paragraph environments, we suggest
6310  you read all of section 
6311 \begin_inset LatexCommand ref
6312 reference "sec:nest"
6313
6314 \end_inset
6315
6316 .
6317  
6318 \end_layout
6319
6320 \begin_layout Subsubsection
6321
6322 \family sans
6323 Itemize
6324 \family default
6325
6326 \begin_inset LatexCommand label
6327 name "sec:itemize"
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Standard
6335 The first type of list we'll describe in detail is the 
6336 \family sans
6337 Itemize
6338 \family default
6339  paragraph environment.
6340  It has the following properties:
6341 \end_layout
6342
6343 \begin_layout Itemize
6344 Each item has a particular bullet or symbol as its label.
6345 \end_layout
6346
6347 \begin_deeper
6348 \begin_layout Itemize
6349 LyX uses the same symbol for all of the items in a given nesting level.
6350 \end_layout
6351
6352 \begin_layout Itemize
6353 The symbol appears at the beginning of the first line.
6354 \end_layout
6355
6356 \end_deeper
6357 \begin_layout Itemize
6358 The items can be any length.
6359  LyX automatically offsets the left margin of each item.
6360  The offset is always relative to whatever environment the 
6361 \family sans
6362 Itemize
6363 \family default
6364  list may be in.
6365 \end_layout
6366
6367 \begin_layout Itemize
6368 If you nest an 
6369 \family sans
6370 Itemize
6371 \family default
6372  environment inside another 
6373 \family sans
6374 Itemize
6375 \family default
6376  environment, the label changes to a new symbol.
6377 \end_layout
6378
6379 \begin_deeper
6380 \begin_layout Itemize
6381 There are four different symbols for up to a four-fold nesting.
6382 \end_layout
6383
6384 \begin_layout Itemize
6385 LyX always shows the same symbol, an asterisk, on screen.
6386 \end_layout
6387
6388 \begin_layout Itemize
6389 See section 
6390 \begin_inset LatexCommand ref
6391 reference "sec:nest"
6392
6393 \end_inset
6394
6395  for a full explanation of nesting.
6396 \end_layout
6397
6398 \end_deeper
6399 \begin_layout Standard
6400 Of course, that explanation was also an example of an 
6401 \family sans
6402 Itemize
6403 \family default
6404  list.
6405  The 
6406 \family sans
6407 Itemize
6408 \family default
6409  environment is best suited for lists where the order doesn't matter.
6410 \end_layout
6411
6412 \begin_layout Standard
6413 We said that different levels use different symbols as their label.
6414  Here's an example of all four possible symbols.
6415  Note that those of you reading this manual online won't see any difference.
6416 \end_layout
6417
6418 \begin_layout Itemize
6419 The label for the first level 
6420 \family sans
6421 Itemize
6422 \family default
6423  is a large black dot, or bullet.
6424 \end_layout
6425
6426 \begin_deeper
6427 \begin_layout Itemize
6428 The label for the second level is a dash.
6429 \end_layout
6430
6431 \begin_deeper
6432 \begin_layout Itemize
6433 The label for the third is an asterisk.
6434 \end_layout
6435
6436 \begin_deeper
6437 \begin_layout Itemize
6438 The label for the fourth is a centered dot.
6439 \end_layout
6440
6441 \end_deeper
6442 \begin_layout Itemize
6443 Back out to the third level.
6444 \end_layout
6445
6446 \end_deeper
6447 \begin_layout Itemize
6448 Back to the second level.
6449 \end_layout
6450
6451 \end_deeper
6452 \begin_layout Itemize
6453 Back to the outermost level.
6454 \end_layout
6455
6456 \begin_layout Standard
6457 These are the default labels for an 
6458 \family sans
6459 Itemize
6460 \family default
6461  list.
6462  You can customize these labels in the
6463 \begin_inset ERT
6464 status collapsed
6465
6466 \begin_layout Standard
6467
6468
6469 \backslash
6470 linebreak 
6471 \end_layout
6472
6473 \end_inset
6474
6475  
6476 \family sans
6477 \bar under
6478 D
6479 \bar default
6480 ocument\SpecialChar \menuseparator
6481
6482 \bar under
6483 S
6484 \bar default
6485 ettings
6486 \family default
6487  dialog in the 
6488 \family sans
6489 Bullets
6490 \family default
6491  tab.
6492 \end_layout
6493
6494 \begin_layout Standard
6495 Notice how the space between items decreases with increasing depth.
6496  We'll explain nesting and all the tricks you can do with different depths
6497  in section 
6498 \begin_inset LatexCommand ref
6499 reference "sec:nest"
6500
6501 \end_inset
6502
6503 .
6504  Be sure to read it!
6505 \end_layout
6506
6507 \begin_layout Subsubsection
6508
6509 \family sans
6510 Enumerate
6511 \family default
6512
6513 \begin_inset LatexCommand label
6514 name "sec:enumerate"
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 The 
6523 \family sans
6524 Enumerate
6525 \family default
6526  environment is the tool to use to create numbered lists and outlines.
6527  It has these properties:
6528 \end_layout
6529
6530 \begin_layout Enumerate
6531 Each item has a numeral as its label.
6532 \end_layout
6533
6534 \begin_deeper
6535 \begin_layout Enumerate
6536 The type of numeral depends on the nesting depth.
6537 \end_layout
6538
6539 \end_deeper
6540 \begin_layout Enumerate
6541 LyX automatically counts the items for you and updates the label as appropriate.
6542 \end_layout
6543
6544 \begin_layout Enumerate
6545 Each new 
6546 \family sans
6547 Enumerate
6548 \family default
6549  environment resets the counter to one.
6550 \end_layout
6551
6552 \begin_layout Enumerate
6553 Like the 
6554 \family sans
6555 Itemize
6556 \family default
6557  environment, the 
6558 \family sans
6559 Enumerate
6560 \family default
6561  environment:
6562 \end_layout
6563
6564 \begin_deeper
6565 \begin_layout Enumerate
6566 Offsets the items relative to the left margin.
6567  Items can be any length.
6568 \end_layout
6569
6570 \begin_layout Enumerate
6571 Reduces the space between items as the nesting depth increases.
6572 \end_layout
6573
6574 \begin_layout Enumerate
6575 Uses different types of labels depending on the nesting depth.
6576 \end_layout
6577
6578 \begin_layout Enumerate
6579 Allows up to a four-fold nesting.
6580 \end_layout
6581
6582 \end_deeper
6583 \begin_layout Standard
6584 Unlike the 
6585 \family sans
6586 Itemize
6587 \family default
6588  environment, 
6589 \family sans
6590 Enumerate
6591 \family default
6592  
6593 \emph on
6594 does
6595 \emph default
6596  show the different labels for each item.
6597  Here is how LyX labels the four different levels in an 
6598 \family sans
6599 Enumerate
6600 \family default
6601 :
6602 \end_layout
6603
6604 \begin_layout Enumerate
6605 The first level of an 
6606 \family sans
6607 Enumerate
6608 \family default
6609  uses Arabic numerals followed by a period.
6610 \end_layout
6611
6612 \begin_deeper
6613 \begin_layout Enumerate
6614 The second level uses lower case letters surrounded by parentheses.
6615 \end_layout
6616
6617 \begin_deeper
6618 \begin_layout Enumerate
6619 The third level uses lower-case Roman numerals followed by a period.
6620 \end_layout
6621
6622 \begin_deeper
6623 \begin_layout Enumerate
6624 The fourth level uses capital letters followed by a period.
6625 \end_layout
6626
6627 \begin_layout Enumerate
6628 Again, notice the decrease in the spacing between items as the nesting depth
6629  increases.
6630 \end_layout
6631
6632 \end_deeper
6633 \begin_layout Enumerate
6634 Back to the third level
6635 \end_layout
6636
6637 \end_deeper
6638 \begin_layout Enumerate
6639 Back to the second level.
6640 \end_layout
6641
6642 \end_deeper
6643 \begin_layout Enumerate
6644 Back to the outermost level.
6645 \end_layout
6646
6647 \begin_layout Standard
6648 Once again, you can customize the type of numbering used in the 
6649 \family sans
6650 Enumerate
6651 \family default
6652  environment.
6653  It involves adding commands to the LaTeX preamble (see the 
6654 \emph on
6655 Extended Features
6656 \emph default
6657  manual), however.
6658  As stated earlier, such customization only shows up in the printed version,
6659  not on the LyX screen.
6660 \end_layout
6661
6662 \begin_layout Standard
6663 There is more to nesting 
6664 \family sans
6665 Enumerate
6666 \family default
6667  environments than we've stated here.
6668  You 
6669 \emph on
6670 really
6671 \emph default
6672  should read section 
6673 \begin_inset LatexCommand ref
6674 reference "sec:nest"
6675
6676 \end_inset
6677
6678  to learn more about nesting.
6679 \end_layout
6680
6681 \begin_layout Subsubsection
6682
6683 \family sans
6684 Description
6685 \family default
6686
6687 \begin_inset LatexCommand label
6688 name "sec:descrlist"
6689
6690 \end_inset
6691
6692
6693 \end_layout
6694
6695 \begin_layout Standard
6696 Unlike the previous two environments, the 
6697 \family sans
6698 Description
6699 \family default
6700  list has no fixed label.
6701  Instead, LyX uses the first 
6702 \begin_inset Quotes eld
6703 \end_inset
6704
6705 word
6706 \begin_inset Quotes erd
6707 \end_inset
6708
6709  of the first line as the label.
6710  Here's an example:
6711 \end_layout
6712
6713 \begin_layout Description
6714 Example: This is an example of the 
6715 \family sans
6716 Description
6717 \family default
6718  environment.
6719 \end_layout
6720
6721 \begin_layout Standard
6722 LyX typesets the label in boldface and puts extra space between it and the
6723  rest of the line.
6724 \end_layout
6725
6726 \begin_layout Standard
6727 Now, you're probably wondering what we mean by, 
6728 \begin_inset Quotes eld
6729 \end_inset
6730
6731 uses the first 'word'.
6732 \begin_inset Quotes erd
6733 \end_inset
6734
6735  The 
6736 \family sans
6737 Space
6738 \family default
6739  key does not add a whitespace character, but separates words from one another.
6740  Inside of a 
6741 \family sans
6742 Description
6743 \family default
6744  environment, the 
6745 \family sans
6746 Space
6747 \family default
6748  key tells LyX to end the label if we're at the beginning of the first line
6749  of an item.
6750 \end_layout
6751
6752 \begin_layout Standard
6753 However, what if you want or need to use more than one word in the label
6754  of a 
6755 \family sans
6756 Description
6757 \family default
6758  environment? Simple: use a 
6759 \family sans
6760 Protected Blank
6761 \family default
6762 .
6763  [Use either 
6764 \family sans
6765 C-Space
6766 \family default
6767  or 
6768 \family sans
6769 Special\InsetSpace ~
6770 F
6771 \bar under
6772 o
6773 \bar default
6774 rmatting\SpecialChar \menuseparator
6775 P
6776 \bar under
6777 r
6778 \bar default
6779 otected\InsetSpace ~
6780 Space
6781 \family default
6782  from the 
6783 \family sans
6784 \bar under
6785 I
6786 \bar default
6787 nsert
6788 \family default
6789  menu.
6790  See sec.
6791  
6792 \begin_inset LatexCommand ref
6793 reference "sec:hspace"
6794
6795 \end_inset
6796
6797  for more info.] Here's an example:
6798 \end_layout
6799
6800 \begin_layout Description
6801 Second\InsetSpace ~
6802 Example: This one shows how to use a 
6803 \family sans
6804 Protected\InsetSpace ~
6805 Blank
6806 \family default
6807  in the label of a 
6808 \family sans
6809 Description
6810 \family default
6811  list item.
6812 \end_layout
6813
6814 \begin_layout Description
6815 Usage: You should use the 
6816 \family sans
6817 Description
6818 \family default
6819  environment for things like definitions and theorems.
6820  Use it when you need to make one word in particular stand out in the text
6821  that describes it.
6822  It's not a good idea to use a 
6823 \family sans
6824 Description
6825 \family default
6826  environment when you have an entire sentence that you want to describe.
6827  You're better off using 
6828 \family sans
6829 Itemize
6830 \family default
6831  or 
6832 \family sans
6833 Enumerate
6834 \family default
6835  and nesting several 
6836 \family sans
6837 Standard
6838 \family default
6839  paragraphs into them.
6840 \end_layout
6841
6842 \begin_layout Description
6843 Nesting: You can, of course, nest 
6844 \family sans
6845 Description
6846 \family default
6847  environments inside one another, nest them in other types of lists, and
6848  so on.
6849 \end_layout
6850
6851 \begin_layout Standard
6852 Notice that after the first line, LyX indents subsequent lines, offsetting
6853  them from the first line.
6854 \end_layout
6855
6856 \begin_layout Subsubsection
6857 The LyX 
6858 \family sans
6859 List
6860 \family default
6861
6862 \begin_inset LatexCommand label
6863 name "sec:lyxlist"
6864
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \begin_layout Standard
6871 The 
6872 \family sans
6873 List
6874 \family default
6875  environment is a LyX extension to LaTeX.
6876  
6877 \end_layout
6878
6879 \begin_layout Standard
6880 Now, if you jumped here without reading sections 
6881 \begin_inset LatexCommand ref
6882 reference "sec:itemize"
6883
6884 \end_inset
6885
6886 -
6887 \begin_inset LatexCommand ref
6888 reference "sec:descrlist"
6889
6890 \end_inset
6891
6892 , you've goofed.
6893  The 
6894 \family sans
6895 List
6896 \family default
6897  environment does 
6898 \emph on
6899 not
6900 \emph default
6901  create numbered lists.
6902  That's what 
6903 \family sans
6904 Enumerate
6905 \family default
6906  does, and it's documented in section 
6907 \begin_inset LatexCommand ref
6908 reference "sec:enumerate"
6909
6910 \end_inset
6911
6912 .
6913  
6914 \end_layout
6915
6916 \begin_layout Standard
6917 Like the 
6918 \family sans
6919 Description
6920 \family default
6921  environment the 
6922 \family sans
6923 List
6924 \family default
6925  environment has user-defined labels for each list item.
6926  There are some key differences between this list environment and the other
6927  three:
6928 \end_layout
6929
6930 \begin_layout Labeling
6931 \labelwidthstring MMMMMM
6932 item\InsetSpace ~
6933 labels LyX uses the first 
6934 \begin_inset Quotes eld
6935 \end_inset
6936
6937 word
6938 \begin_inset Quotes erd
6939 \end_inset
6940
6941  of each line as the item label.
6942  The first 
6943 \family sans
6944 Space
6945 \family default
6946  after the beginning of the first line of an item marks the end of the label.
6947  If you need to use more than one word in an item label, use a protected
6948  blank as described above.
6949 \end_layout
6950
6951 \begin_layout Labeling
6952 \labelwidthstring MMMMMM
6953 margins As you can see, LyX uses different margins for the item label and
6954  the body of the item text.
6955  The body of the text has a larger left margin, which is equal to the default
6956  label width plus a little extra space.
6957  
6958 \end_layout
6959
6960 \begin_layout Labeling
6961 \labelwidthstring MMMMMM
6962 label\InsetSpace ~
6963 width LyX uses one of two things for the label width: the actual width
6964  of the label, or the default width, whichever is larger.
6965  If the actual width is larger, then the label 
6966 \begin_inset Quotes eld
6967 \end_inset
6968
6969 extends
6970 \begin_inset Quotes erd
6971 \end_inset
6972
6973  into the first line.
6974  In other words, the text of the first line isn't aligned with the left
6975  margin of the rest of the item text.
6976 \end_layout
6977
6978 \begin_layout Labeling
6979 \labelwidthstring MMMMMM
6980 default\InsetSpace ~
6981 width You can very easily set this default width.
6982  It's quite painless, actually.
6983  So, you can easily ensure that the text of all items in a 
6984 \family sans
6985 List
6986 \family default
6987  environment have the same left margin.
6988 \end_layout
6989
6990 \begin_layout Labeling
6991 \labelwidthstring MMMMMM
6992 uses You should use the 
6993 \family sans
6994 List
6995 \family default
6996  environment the same way you'd use as 
6997 \family sans
6998 Description
6999 \family default
7000  list: when you need one word to stand out from the text that describes
7001  it.
7002  The 
7003 \family sans
7004 List
7005 \family default
7006  environment gives you another way to do this, using a different overall
7007  layout.
7008 \end_layout
7009
7010 \begin_layout Labeling
7011 \labelwidthstring MMMMMM
7012 nesting You can nest 
7013 \family sans
7014 List
7015 \family default
7016  environments inside one another, nest them in other types of lists, and
7017  so on.
7018  They work just like the other list paragraph environments.
7019  Read section 
7020 \begin_inset LatexCommand ref
7021 reference "sec:nest"
7022
7023 \end_inset
7024
7025  to learn about nesting.
7026 \end_layout
7027
7028 \begin_layout Standard
7029 As you can see, this is a feature-packed paragraph environment!
7030 \end_layout
7031
7032 \begin_layout Standard
7033 To change the default width of the label, select the items in the list to
7034  change.
7035  You can also simply move the cursor into a 
7036 \family sans
7037 List
7038 \family default
7039  item if you want to change only its label width.
7040  Now open the 
7041 \family sans
7042 \bar under
7043 E
7044 \bar default
7045 dit\SpecialChar \menuseparator
7046
7047 \bar under
7048 P
7049 \bar default
7050 aragraph\InsetSpace ~
7051 Settings
7052 \family default
7053  dialog and find the 
7054 \family sans
7055 Label\InsetSpace ~
7056 width
7057 \family default
7058  text box.
7059  The text in the 
7060 \family sans
7061 Label\InsetSpace ~
7062 width
7063 \family default
7064  box determines the default label width.
7065  If you really, really want to, you can use the text of your largest label
7066  here, but you don't need to.
7067  We recommend using the letter 
7068 \begin_inset Quotes eld
7069 \end_inset
7070
7071 M
7072 \begin_inset Quotes erd
7073 \end_inset
7074
7075  multiple times.
7076  It's the widest character and is a standard unit of width in LaTeX.
7077  The default label width in the example 
7078 \family sans
7079 List
7080 \family default
7081  is 6 
7082 \begin_inset Quotes eld
7083 \end_inset
7084
7085 M
7086 \begin_inset Quotes erd
7087 \end_inset
7088
7089 s wide.
7090  Using 
7091 \begin_inset Quotes eld
7092 \end_inset
7093
7094 M
7095 \begin_inset Quotes erd
7096 \end_inset
7097
7098  as your unit of width in the 
7099 \family sans
7100 Label\InsetSpace ~
7101 Width
7102 \family default
7103  box has one more advantage: you don't need to keep changing the contents
7104  of 
7105 \family sans
7106 Label\InsetSpace ~
7107 Width
7108 \family default
7109  every time you alter a label in a 
7110 \family sans
7111 List
7112 \family default
7113  environment.
7114 \end_layout
7115
7116 \begin_layout Standard
7117 There's yet another feature of the 
7118 \family sans
7119 List
7120 \family default
7121  environment we need to tell you about.
7122  As you can see in the examples, LyX left-justifies the item labels by default.
7123  You can use additional 
7124 \family sans
7125 HFills
7126 \family default
7127  to change how LyX justifies the item label.
7128  We'll document 
7129 \family sans
7130 HFills
7131 \family default
7132  later in section 
7133 \begin_inset LatexCommand ref
7134 reference "sec:hspace"
7135
7136 \end_inset
7137
7138 .
7139  Here are some examples:
7140 \end_layout
7141
7142 \begin_layout Labeling
7143 \labelwidthstring MMMMMMMM
7144 Left The default for 
7145 \family sans
7146 List
7147 \family default
7148  item labels.
7149 \end_layout
7150
7151 \begin_layout Labeling
7152 \labelwidthstring MMMMMMMM
7153
7154 \hfill
7155 Right One 
7156 \family sans
7157 HFill
7158 \family default
7159  at the beginning of the label right justifies it.
7160 \end_layout
7161
7162 \begin_layout Labeling
7163 \labelwidthstring MMMMMMMM
7164
7165 \hfill
7166 Center
7167 \hfill
7168  One 
7169 \family sans
7170 HFill
7171 \family default
7172  at the beginning of the label and one at the end centers it.
7173 \end_layout
7174
7175 \begin_layout Standard
7176 Don't worry if you have no idea what 
7177 \family sans
7178 HFill
7179 \family default
7180 s are yet.
7181  Just remember that you can use them to customize the look of the 
7182 \family sans
7183 List
7184 \family default
7185  environment.
7186 \end_layout
7187
7188 \begin_layout Standard
7189 That does it for the four paragraph environments for making lists.
7190  Oh - did we mention that you should read about nesting environments in
7191  section 
7192 \begin_inset LatexCommand ref
7193 reference "sec:nest"
7194
7195 \end_inset
7196
7197  if you want to use any of these list environments?
7198 \end_layout
7199
7200 \begin_layout Subsection
7201 Letters
7202 \end_layout
7203
7204 \begin_layout Subsubsection
7205
7206 \family sans
7207 Address
7208 \family default
7209  and 
7210 \family sans
7211 Right\InsetSpace ~
7212 Address
7213 \family default
7214 : An Overview
7215 \end_layout
7216
7217 \begin_layout Standard
7218 Although LyX has document classes for letters, we've also created two paragraph
7219  environments called 
7220 \family sans
7221 Address
7222 \family default
7223  and 
7224 \family sans
7225 Right\InsetSpace ~
7226 Address
7227 \family default
7228 .
7229  To use the letter class, you need to use specific paragraph environments
7230  in a specific order, otherwise LaTeX gags on the document.
7231  In contrast, you can use the 
7232 \family sans
7233 Address
7234 \family default
7235  and 
7236 \family sans
7237 Right\InsetSpace ~
7238 Address
7239 \family default
7240  paragraph environments anywhere with no problem.
7241  You can even nest them inside other environments, though you can't nest
7242  anything in them.
7243 \end_layout
7244
7245 \begin_layout Standard
7246 Of course, you're not limited to using 
7247 \family sans
7248 Address
7249 \family default
7250  and 
7251 \family sans
7252 Right\InsetSpace ~
7253 Address
7254 \family default
7255  for letters only.
7256  
7257 \family sans
7258 Right\InsetSpace ~
7259 Address
7260 \family default
7261 , in particular, is useful for creating article titles like those used in
7262  some European academic papers.
7263 \end_layout
7264
7265 \begin_layout Subsubsection
7266 Usage
7267 \begin_inset LatexCommand label
7268 name "sec:adress_usage"
7269
7270 \end_inset
7271
7272
7273 \end_layout
7274
7275 \begin_layout Standard
7276 The 
7277 \family sans
7278 Address
7279 \family default
7280  environment formats text in the style of an address, which is also used
7281  for the opening and signature in some countries.
7282  Similarly, the 
7283 \family sans
7284 Right\InsetSpace ~
7285 Address
7286 \family default
7287  environment formats text in the style of a right-justified address, which
7288  is used for the sender's address and today's date in some countries.
7289  Here's an example of each:
7290 \end_layout
7291
7292 \begin_layout Right Address
7293 Right Address
7294 \newline
7295 WhoAmI
7296 \newline
7297 WhereAmI
7298 \newline
7299 When is it? What is today?
7300 \end_layout
7301
7302 \begin_layout Standard
7303 That was 
7304 \family sans
7305 Right\InsetSpace ~
7306 Address
7307 \family default
7308 .
7309  Notice that the lines all have the same left margin, which LyX sets to
7310  fit the largest block of text on a single line.
7311  Here's an example of the 
7312 \family sans
7313 Address
7314 \family default
7315  environment:
7316 \end_layout
7317
7318 \begin_layout Address
7319 WhoAreYou
7320 \newline
7321 Where do I send this
7322 \newline
7323 Your post office and country
7324 \end_layout
7325
7326 \begin_layout Standard
7327 As you can see, both 
7328 \family sans
7329 Address
7330 \family default
7331  and 
7332 \family sans
7333 Right\InsetSpace ~
7334 Address
7335 \family default
7336  add extra space between themselves and the next paragraph.
7337  Speaking of which, if you hit 
7338 \family sans
7339 Return
7340 \family default
7341  in either of these environments, LyX resets the nesting depth and sets
7342  the environment to 
7343 \family sans
7344 Standard
7345 \family default
7346 .
7347  This makes sense, however, since 
7348 \family sans
7349 Return
7350 \family default
7351  is the 
7352 \family typewriter
7353 break-paragraph
7354 \family default
7355  function, and the individual lines of an address are not paragraphs.
7356  Thus, you'd use 
7357 \family typewriter
7358 break-line
7359 \family default
7360  [
7361 \family sans
7362 C-Return
7363 \family default
7364  or 
7365 \family sans
7366 Special\InsetSpace ~
7367 F
7368 \bar under
7369 o
7370 \bar default
7371 rmatting\SpecialChar \menuseparator
7372
7373 \bar under
7374 L
7375 \bar default
7376 inebreak
7377 \family default
7378  from the 
7379 \family sans
7380 \bar under
7381 I
7382 \bar default
7383 nsert
7384 \family default
7385  menu] to start a new line in an 
7386 \family sans
7387 Address
7388 \family default
7389  or 
7390 \family sans
7391 Right\InsetSpace ~
7392 Address
7393 \family default
7394  environment.
7395 \end_layout
7396
7397 \begin_layout Subsection
7398 Academic Writing
7399 \end_layout
7400
7401 \begin_layout Standard
7402 Most academic writing begins with an abstract and ends with a bibliography
7403  or list of references.
7404  LyX contains paragraph environments for both of these.
7405 \end_layout
7406
7407 \begin_layout Subsubsection
7408
7409 \family sans
7410 Abstract
7411 \end_layout
7412
7413 \begin_layout Standard
7414 The 
7415 \family sans
7416 Abstract
7417 \family default
7418  environment is used for the abstract of an article.
7419  Technically, you 
7420 \emph on
7421 could
7422 \emph default
7423  use this environment anywhere, but you really 
7424 \emph on
7425 should
7426 \emph default
7427  only use it at the beginning of the document, after the title.
7428  The 
7429 \family sans
7430 Abstract
7431 \family default
7432  environment is only useful in the 
7433 \begin_inset Quotes eld
7434 \end_inset
7435
7436 article
7437 \begin_inset Quotes erd
7438 \end_inset
7439
7440  and 
7441 \begin_inset Quotes eld
7442 \end_inset
7443
7444 report
7445 \begin_inset Quotes erd
7446 \end_inset
7447
7448  document classes [as well as 
7449 \begin_inset Quotes eld
7450 \end_inset
7451
7452 amsart,
7453 \begin_inset Quotes erd
7454 \end_inset
7455
7456  which is just a specialized version of 
7457 \begin_inset Quotes eld
7458 \end_inset
7459
7460 article
7461 \begin_inset Quotes erd
7462 \end_inset
7463
7464 ].
7465  The 
7466 \begin_inset Quotes eld
7467 \end_inset
7468
7469 book
7470 \begin_inset Quotes erd
7471 \end_inset
7472
7473  document class ignores the 
7474 \family sans
7475 Abstract
7476 \family default
7477  completely, and it's utterly silly to use 
7478 \family sans
7479 Abstract
7480 \family default
7481  in the 
7482 \begin_inset Quotes eld
7483 \end_inset
7484
7485 letter
7486 \begin_inset Quotes erd
7487 \end_inset
7488
7489  document class.
7490 \end_layout
7491
7492 \begin_layout Standard
7493 The 
7494 \family sans
7495 Abstract
7496 \family default
7497  environment does several things for you.
7498  First, it puts the centered label 
7499 \begin_inset Quotes eld
7500 \end_inset
7501
7502 Abstract
7503 \begin_inset Quotes erd
7504 \end_inset
7505
7506  above the text.
7507  The label and the text of the abstract are separated by some extra vertical
7508  space.
7509  Second, it typesets everything in a smaller font, just as you'd expect.
7510  Lastly, it adds a bit of extra vertical space between the abstract and
7511  the subsequent text.
7512  Well, that's how it will appear on the LyX screen.
7513  If your document is in the 
7514 \begin_inset Quotes eld
7515 \end_inset
7516
7517 report
7518 \begin_inset Quotes erd
7519 \end_inset
7520
7521  class, the abstract actually appears on a separate page in the printed
7522  version of the file.
7523 \end_layout
7524
7525 \begin_layout Standard
7526 Starting a new paragraph by hitting 
7527 \family sans
7528 Return
7529 \family default
7530  does 
7531 \emph on
7532 not
7533 \emph default
7534  reset the paragraph environment.
7535  The new paragraph will still be in the 
7536 \family sans
7537 Abstract
7538 \family default
7539  environment.
7540  So, you will have to change the paragraph environment yourself when you
7541  finish entering the abstract of your document.
7542 \end_layout
7543
7544 \begin_layout Standard
7545 We'd love to give you an example of the 
7546 \family sans
7547 Abstract
7548 \family default
7549  environment, but we can't, since this document is in the 
7550 \begin_inset Quotes eld
7551 \end_inset
7552
7553 book
7554 \begin_inset Quotes erd
7555 \end_inset
7556
7557  class.
7558  If you've never heard of an 
7559 \begin_inset Quotes eld
7560 \end_inset
7561
7562 abstract
7563 \begin_inset Quotes erd
7564 \end_inset
7565
7566  before, you can safely ignore this environment.
7567 \end_layout
7568
7569 \begin_layout Subsubsection
7570
7571 \family sans
7572 Bibliography
7573 \family default
7574
7575 \begin_inset LatexCommand label
7576 name "sec:bibliography"
7577
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \begin_layout Standard
7584 The 
7585 \family sans
7586 Bibliography
7587 \family default
7588  environment is used to list references.
7589  Technically, you 
7590 \emph on
7591 could
7592 \emph default
7593  use this environment anywhere, but you really 
7594 \emph on
7595 should
7596 \emph default
7597  only use it at the end of the document.
7598  Also, don't bother trying to nest 
7599 \family sans
7600 Bibliography
7601 \family default
7602  in anything else or vice versa.
7603  It won't work.
7604 \end_layout
7605
7606 \begin_layout Standard
7607 When you first open a 
7608 \family sans
7609 Bibliography
7610 \family default
7611  environment, LyX add a large vertical space, followed by the heading 
7612 \begin_inset Quotes eld
7613 \end_inset
7614
7615 Bibliography
7616 \begin_inset Quotes erd
7617 \end_inset
7618
7619  or 
7620 \begin_inset Quotes eld
7621 \end_inset
7622
7623 References,
7624 \begin_inset Quotes erd
7625 \end_inset
7626
7627  depending on the document class.
7628  The heading is in a large boldface font.
7629  Each paragraph of the 
7630 \family sans
7631 Bibliography
7632 \family default
7633  environment is a bibliography entry.
7634  Thus, hitting 
7635 \family sans
7636 Return
7637 \family default
7638  does 
7639 \emph on
7640 not
7641 \emph default
7642  reset the paragraph environment.
7643  Each new paragraph is still in the 
7644 \family sans
7645 Bibliography
7646 \family default
7647  environment.
7648 \end_layout
7649
7650 \begin_layout Standard
7651 At the 
7652 \emph on
7653 beginning
7654 \emph default
7655  of the 
7656 \emph on
7657 first line
7658 \emph default
7659  of each paragraph, you will see a gray button showing a number.
7660  If you click on it, you will get a dialog in which you can set a 
7661 \family sans
7662 key
7663 \family default
7664  and a 
7665 \family sans
7666 label
7667 \family default
7668 .
7669  The key is the symbolic name by which you will refer to this bibliography
7670  entry.
7671  For example, suppose your first entry in the bibliography was a book about
7672  LaTeX.
7673  We could choose the key 
7674 \begin_inset Quotes eld
7675 \end_inset
7676
7677 latexguide
7678 \begin_inset Quotes erd
7679 \end_inset
7680
7681  for that entry.
7682  You can also give a label, which will be displayed in the gray inset box.
7683 \end_layout
7684
7685 \begin_layout Standard
7686 The 
7687 \family sans
7688 key
7689 \family default
7690  field isn't useless.
7691  You can refer to your bibliography entries using the 
7692 \family sans
7693 \bar under
7694 I
7695 \bar default
7696 nsert\SpecialChar \menuseparator
7697
7698 \bar under
7699 C
7700 \bar default
7701 itation
7702 \family default
7703  command.
7704  Just choose the key inside in the available keys list, then add a reference
7705  by clicking on the left arrow, which will add it to the selected keys list.
7706  Multiple references can be placed by selecting more than one key.
7707  An example of the 
7708 \family sans
7709 Bibliography
7710 \family default
7711  appears at the end of this document.
7712  
7713 \begin_inset Quotes eld
7714 \end_inset
7715
7716 See 
7717 \begin_inset LatexCommand cite
7718 key "latexguide"
7719
7720 \end_inset
7721
7722  or 
7723 \begin_inset LatexCommand cite
7724 after "Chapter 3"
7725 key "latexcompanion"
7726
7727 \end_inset
7728
7729
7730 \begin_inset Quotes erd
7731 \end_inset
7732
7733  is an example of how to cite two of the entries in it.
7734  In the second one, we used the 
7735 \family sans
7736 T
7737 \bar under
7738 e
7739 \bar default
7740 xt\InsetSpace ~
7741 after
7742 \family default
7743  field of the citation dialog to add the text 
7744 \begin_inset Quotes eld
7745 \end_inset
7746
7747 Chapter 3
7748 \begin_inset Quotes erd
7749 \end_inset
7750
7751 .
7752  The texts 
7753 \begin_inset Quotes eld
7754 \end_inset
7755
7756 latexguide
7757 \begin_inset Quotes erd
7758 \end_inset
7759
7760  and 
7761 \begin_inset Quotes eld
7762 \end_inset
7763
7764 latexcompanion
7765 \begin_inset Quotes erd
7766 \end_inset
7767
7768  that you see on screen will be replaced in print by the number or the label
7769  of the bibliography entry.
7770 \end_layout
7771
7772 \begin_layout Standard
7773 The more advanced LaTeX bibliography package BibTeX is also supported by
7774  LyX.
7775  For a description of how to use it, please refer to the 
7776 \emph on
7777 Extended LyX Features
7778 \emph default
7779  document.
7780 \end_layout
7781
7782 \begin_layout Subsection
7783 Special Purpose
7784 \end_layout
7785
7786 \begin_layout Standard
7787 There are three standard paragraph environments that simply don't fit any
7788  category, as they are very specialized for a particular purpose.
7789  We'll point out the highlights and uses of each.
7790 \end_layout
7791
7792 \begin_layout Subsubsection
7793
7794 \family sans
7795 Caption
7796 \family default
7797
7798 \begin_inset LatexCommand label
7799 name "sec:captionlayout"
7800
7801 \end_inset
7802
7803
7804 \end_layout
7805
7806 \begin_layout Standard
7807 The 
7808 \family sans
7809 Caption
7810 \family default
7811  environment is the default paragraph environment for 
7812 \family sans
7813 Figure\InsetSpace ~
7814 Floats
7815 \family default
7816  and 
7817 \family sans
7818 Table\InsetSpace ~
7819 Floats
7820 \family default
7821 .
7822  On the LyX screen, you'll see either the label 
7823 \begin_inset Quotes eld
7824 \end_inset
7825
7826 Figure #:
7827 \begin_inset Quotes erd
7828 \end_inset
7829
7830  or 
7831 \begin_inset Quotes eld
7832 \end_inset
7833
7834 Table #:
7835 \begin_inset Quotes erd
7836 \end_inset
7837
7838 , depending on which type of 
7839 \family sans
7840 Float
7841 \family default
7842  it's in.
7843  The actual reference number is substituted in this label in the printed
7844  output.
7845 \end_layout
7846
7847 \begin_layout Standard
7848 You can't really nest things into a 
7849 \family sans
7850 Caption
7851 \family default
7852  environment.
7853  Additionally, hitting 
7854 \family sans
7855 Return
7856 \family default
7857  resets the paragraph environment to 
7858 \family sans
7859 Standard
7860 \family default
7861 , so a 
7862 \family sans
7863 Caption
7864 \family default
7865  can only be a single paragraph.
7866 \end_layout
7867
7868 \begin_layout Standard
7869 You cannot use a 
7870 \family sans
7871 Caption
7872 \family default
7873  environment outside of a 
7874 \family sans
7875 Figure\InsetSpace ~
7876 Float
7877 \family default
7878  or a 
7879 \family sans
7880 Table\InsetSpace ~
7881 Float
7882 \family default
7883 .
7884  See sections 
7885 \begin_inset LatexCommand ref
7886 reference "sec:figures"
7887
7888 \end_inset
7889
7890  and 
7891 \begin_inset LatexCommand ref
7892 reference "sec:tables"
7893
7894 \end_inset
7895
7896  for more information on 
7897 \family sans
7898 Figure\InsetSpace ~
7899 Floats
7900 \family default
7901  and 
7902 \family sans
7903 Table\InsetSpace ~
7904 Floats
7905 \family default
7906 .
7907  
7908 \end_layout
7909
7910 \begin_layout Subsubsection
7911 LyX
7912 \family sans
7913 -Code
7914 \end_layout
7915
7916 \begin_layout Standard
7917 The 
7918 \family sans
7919 LyX-Code
7920 \family default
7921  environment is another LyX extension.
7922  It type-sets text in a typewriter-style font.
7923  It also treats the 
7924 \family sans
7925 Space
7926 \family default
7927  key as a fixed whitespace;
7928 \begin_inset Foot
7929 status collapsed
7930
7931 \begin_layout Standard
7932 In the 
7933 \family sans
7934 LyX-Code
7935 \family default
7936  environment, the 
7937 \family sans
7938 Space
7939 \family default
7940  key is treated as a 
7941 \family sans
7942 Protected\InsetSpace ~
7943 Blank
7944 \family default
7945  instead of an end-of-word marker.
7946 \end_layout
7947
7948 \end_inset
7949
7950  this is the only case in which you can type multiple whitespaces in LyX.
7951  If you need to insert blank lines, you'll still need to use 
7952 \family sans
7953 C-Return
7954 \family default
7955  [the 
7956 \family typewriter
7957 break-line
7958 \family default
7959  function].
7960  
7961 \family sans
7962 Return
7963 \family default
7964  breaks paragraphs.
7965  Note, however, that 
7966 \family sans
7967 Return
7968 \family default
7969  does 
7970 \emph on
7971 not
7972 \emph default
7973  reset the paragraph environment.
7974  So, when you finish using the 
7975 \family sans
7976 LyX-Code
7977 \family default
7978  environment, you'll need to change the paragraph environment yourself.
7979  Also, you 
7980 \emph on
7981 can
7982 \emph default
7983  nest the 
7984 \family sans
7985 LyX-Code
7986 \family default
7987  environment inside of others.
7988 \end_layout
7989
7990 \begin_layout Standard
7991 There are a few quirks with this environment:
7992 \end_layout
7993
7994 \begin_layout Itemize
7995 You cannot use 
7996 \family sans
7997 C-Return
7998 \family default
7999  at the beginning of a new paragraph [i.e.
8000  you can't follow 
8001 \family sans
8002 Return
8003 \family default
8004  with a 
8005 \family sans
8006 C-Return
8007 \family default
8008 ].
8009 \end_layout
8010
8011 \begin_layout Itemize
8012 You can't follow a 
8013 \family sans
8014 C-Return
8015 \family default
8016  with a 
8017 \family sans
8018 Space
8019 \family default
8020 .
8021 \end_layout
8022
8023 \begin_deeper
8024 \begin_layout Itemize
8025 Use a 
8026 \family sans
8027 Return
8028 \family default
8029  to begin a new paragraph, then you can use a 
8030 \family sans
8031 Space
8032 \family default
8033 .
8034 \end_layout
8035
8036 \begin_layout Itemize
8037 Or: use 
8038 \family sans
8039 C-Space
8040 \family default
8041  instead.
8042 \end_layout
8043
8044 \end_deeper
8045 \begin_layout Itemize
8046 You can't have an empty paragraph or an empty line.
8047  You must put at least one 
8048 \family sans
8049 Space
8050 \family default
8051  in any line you want blank.
8052  Otherwise, LaTeX generates errors.
8053 \end_layout
8054
8055 \begin_layout Itemize
8056 You cannot get the typewriter double quotes by typing 
8057 \family sans
8058 "
8059 \family default
8060  since that will insert 
8061 \emph on
8062 real
8063 \emph default
8064  quotes.
8065  You get the typewriter double quotes with 
8066 \family sans
8067 C-"
8068 \family default
8069  (or 
8070 \family sans
8071 C-q
8072 \family default
8073  if you use Emacs-like key bindings).
8074 \end_layout
8075
8076 \begin_layout Standard
8077 Here's an example:
8078 \end_layout
8079
8080 \begin_layout LyX-Code
8081 #include <stdio.h>
8082 \end_layout
8083
8084 \begin_layout LyX-Code
8085  
8086 \end_layout
8087
8088 \begin_layout LyX-Code
8089 int main(void)
8090 \end_layout
8091
8092 \begin_layout LyX-Code
8093 {
8094 \end_layout
8095
8096 \begin_layout LyX-Code
8097     printf("Hello World
8098 \backslash
8099 n");
8100 \end_layout
8101
8102 \begin_layout LyX-Code
8103     return 0;
8104 \end_layout
8105
8106 \begin_layout LyX-Code
8107 }
8108 \end_layout
8109
8110 \begin_layout Standard
8111 This is just the standard 
8112 \begin_inset Quotes eld
8113 \end_inset
8114
8115 Hello world!
8116 \begin_inset Quotes erd
8117 \end_inset
8118
8119  program.
8120  
8121 \end_layout
8122
8123 \begin_layout Standard
8124
8125 \family sans
8126 LyX-Code
8127 \family default
8128  has one purpose: to typeset code, such as program source, shell scripts,
8129  rc-files, and so on.
8130  Use it only in those very, very special cases where you need to generate
8131  text as if you used a typewriter.
8132 \end_layout
8133
8134 \begin_layout Section
8135 Nesting Environments
8136 \begin_inset LatexCommand label
8137 name "sec:nest"
8138
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \begin_layout Subsection
8145 The Big Deal
8146 \end_layout
8147
8148 \begin_layout Standard
8149 Throughout the previous sections, we've been nagging you to 
8150 \begin_inset Quotes eld
8151 \end_inset
8152
8153 go read Section\InsetSpace ~
8154
8155 \begin_inset LatexCommand ref
8156 reference "sec:nest"
8157
8158 \end_inset
8159
8160 .
8161 \begin_inset Quotes erd
8162 \end_inset
8163
8164  So, you're probably wondering what the big deal is.
8165 \end_layout
8166
8167 \begin_layout Standard
8168 The big deal is that LyX differs rather strongly from the traditional 
8169 \begin_inset Quotes eld
8170 \end_inset
8171
8172 word\SpecialChar \-
8173 processor-as-overglorified-typewriter
8174 \begin_inset Quotes erd
8175 \end_inset
8176
8177  concept.
8178  With a typewriter, text is merely ink on a page.
8179  Most word processors aren't much better, treating text as pixels on the
8180  screen and bytes in memory.
8181  In contrast, LyX treats text as a unified block with a particular context
8182  and specific properties.
8183  However, what if you wanted one 
8184 \begin_inset Quotes eld
8185 \end_inset
8186
8187 block
8188 \begin_inset Quotes erd
8189 \end_inset
8190
8191  to inherit some of the properties of another 
8192 \begin_inset Quotes eld
8193 \end_inset
8194
8195 block
8196 \begin_inset Quotes erd
8197 \end_inset
8198
8199  ? 
8200 \end_layout
8201
8202 \begin_layout Standard
8203 Here's a more specific example: outlines.
8204  You have three main points in your outline, but point #2 also has two subpoints.
8205  In other words, you have a list 
8206 \emph on
8207 inside
8208 \emph default
8209  of another list, with the inner list 
8210 \begin_inset Quotes eld
8211 \end_inset
8212
8213 attached
8214 \begin_inset Quotes erd
8215 \end_inset
8216
8217  to item #2:
8218 \end_layout
8219
8220 \begin_layout Enumerate
8221 one
8222 \end_layout
8223
8224 \begin_layout Enumerate
8225 two
8226 \end_layout
8227
8228 \begin_deeper
8229 \begin_layout Enumerate
8230 sublist - item #1
8231 \end_layout
8232
8233 \begin_layout Enumerate
8234 sublist - item #2
8235 \end_layout
8236
8237 \end_deeper
8238 \begin_layout Enumerate
8239 three
8240 \end_layout
8241
8242 \begin_layout Standard
8243 How do you put a list inside of a list? By now, the answer should be obvious:
8244  you nest one list inside the other.
8245  
8246 \end_layout
8247
8248 \begin_layout Standard
8249 How to nest an environment is quite simple.
8250  Select 
8251 \family sans
8252 \bar under
8253 I
8254 \bar default
8255 ncrease\InsetSpace ~
8256 Environment\InsetSpace ~
8257 Depth
8258 \family default
8259  or 
8260 \family sans
8261 \bar under
8262 D
8263 \bar default
8264 ecrease\InsetSpace ~
8265 Environment\InsetSpace ~
8266 Depth
8267 \family default
8268  from the 
8269 \family sans
8270 \bar under
8271 E
8272 \bar default
8273 dit
8274 \family default
8275  menu to change the nesting depth of the current paragraph (the status bar
8276  will tell you how far you are nested).
8277 \end_layout
8278
8279 \begin_layout Standard
8280 You can also use the convenient key bindings 
8281 \family sans
8282 S-M-Left
8283 \family default
8284  and 
8285 \family sans
8286 S-M-Right
8287 \begin_inset Foot
8288 status collapsed
8289
8290 \begin_layout Standard
8291
8292 \family sans
8293 M-p\InsetSpace ~
8294 Left
8295 \family default
8296  and 
8297 \family sans
8298 M-p\InsetSpace ~
8299 Right
8300 \family default
8301  are alternatives, if you prefer those bindings
8302 \end_layout
8303
8304 \end_inset
8305
8306
8307 \family default
8308  to change the nesting level.
8309  The change will work on the current selection if you have made one (allowing
8310  you to change the nesting of several paragraphs at once), or the current
8311  paragraph.
8312 \end_layout
8313
8314 \begin_layout Standard
8315 Note that LyX only changes the nesting depth if it can.
8316  If it's invalid to do so, nothing happens if you try to change the depth.
8317  Additionally, if you change the depth of one paragraph, it affects the
8318  depth of every paragraph nested inside of it.
8319  It's hard to describe what exactly LyX does in this case.
8320  That depends specifically on what your text looks like.
8321  Your best bet is to simply play with changing the nesting depth and see
8322  what happens.
8323 \end_layout
8324
8325 \begin_layout Standard
8326 Nesting isn't just limited to lists.
8327  In LyX, you can nest just about anything inside anything else, as you're
8328  about to find out.
8329  This is the real power of nesting paragraph environments.
8330 \end_layout
8331
8332 \begin_layout Subsection
8333 What You Can and Can't Nest
8334 \end_layout
8335
8336 \begin_layout Standard
8337 Before we fire a list of paragraph environments at you, we need to tell
8338  you a little bit more about how nesting works.
8339 \end_layout
8340
8341 \begin_layout Standard
8342 The question of nesting is a bit more complicated than a simple yes or no,
8343  can you or can't you.
8344  There's also the question of how.
8345  Can you nest this environment into anything else? Can you nest another
8346  environment into it? A 
8347 \begin_inset Quotes eld
8348 \end_inset
8349
8350 yes
8351 \begin_inset Quotes erd
8352 \end_inset
8353
8354  to one of these doesn't guarantee a 
8355 \begin_inset Quotes eld
8356 \end_inset
8357
8358 yes
8359 \begin_inset Quotes erd
8360 \end_inset
8361
8362  to the other.
8363 \end_layout
8364
8365 \begin_layout Standard
8366 The paragraph environments in LyX can do one of three things when it comes
8367  to nesting.
8368  First, an environment may be completely unnestable.
8369  Second, there are environments that are fully nestable.
8370  You can nest them inside of things and you can also nest other things inside
8371  of them.
8372  There is one last type of environment.
8373  You can nest them into other environments, but that's it.
8374  You can't nest anything into them.
8375 \end_layout
8376
8377 \begin_layout Standard
8378 Here's a list of the three types of nesting behavior, and which paragraph
8379  environments have them:
8380 \begin_inset Foot
8381 status collapsed
8382
8383 \begin_layout Standard
8384 For some odd reason, LyX allows you to fully nest both 
8385 \family sans
8386 Bibliography
8387 \family default
8388  and 
8389 \family sans
8390 Abstract
8391 \family default
8392 .
8393  Also, LyX allows you to nest 
8394 \family sans
8395 Title
8396 \family default
8397
8398 \family sans
8399 Author
8400 \family default
8401 , and 
8402 \family sans
8403 Date
8404 \family default
8405  into other environments.
8406  We urge you not to.
8407  LaTeX may barf if you try it.
8408  Then again, it may not.
8409  We don't know for certain.
8410  However, it makes no sense contextually to perform any nesting with these
8411  environments, so why would you ever want to?
8412 \end_layout
8413
8414 \end_inset
8415
8416
8417 \end_layout
8418
8419 \begin_layout Description
8420 Unnestable Can't nest them.
8421  Can't nest into them.
8422 \end_layout
8423
8424 \begin_deeper
8425 \begin_layout Itemize
8426
8427 \family sans
8428 Bibliography
8429 \end_layout
8430
8431 \begin_layout Itemize
8432
8433 \family sans
8434 Title
8435 \end_layout
8436
8437 \begin_layout Itemize
8438
8439 \family sans
8440 Author
8441 \end_layout
8442
8443 \begin_layout Itemize
8444
8445 \family sans
8446 Date
8447 \end_layout
8448
8449 \end_deeper
8450 \begin_layout Description
8451 Fully\InsetSpace ~
8452 Nestable You can nest them.
8453  You can nest other things into them.
8454 \end_layout
8455
8456 \begin_deeper
8457 \begin_layout Itemize
8458
8459 \family sans
8460 Abstract
8461 \end_layout
8462
8463 \begin_layout Itemize
8464
8465 \family sans
8466 Verse
8467 \end_layout
8468
8469 \begin_layout Itemize
8470
8471 \family sans
8472 Quote
8473 \end_layout
8474
8475 \begin_layout Itemize
8476
8477 \family sans
8478 Quotation
8479 \end_layout
8480
8481 \begin_layout Itemize
8482
8483 \family sans
8484 Itemize
8485 \end_layout
8486
8487 \begin_layout Itemize
8488
8489 \family sans
8490 Enumerate
8491 \end_layout
8492
8493 \begin_layout Itemize
8494
8495 \family sans
8496 Description
8497 \end_layout
8498
8499 \begin_layout Itemize
8500
8501 \family sans
8502 List
8503 \end_layout
8504
8505 \begin_layout Itemize
8506
8507 \family sans
8508 LyX-Code
8509 \end_layout
8510
8511 \end_deeper
8512 \begin_layout Description
8513 Nestable-Inside You can nest them inside of other things.
8514  You can't nest anything into them.
8515 \end_layout
8516
8517 \begin_deeper
8518 \begin_layout Itemize
8519
8520 \family sans
8521 Part
8522 \end_layout
8523
8524 \begin_layout Itemize
8525
8526 \family sans
8527 Chapter
8528 \end_layout
8529
8530 \begin_layout Itemize
8531
8532 \family sans
8533 Section
8534 \family default
8535  
8536 \end_layout
8537
8538 \begin_layout Itemize
8539
8540 \family sans
8541 Subsection
8542 \end_layout
8543
8544 \begin_layout Itemize
8545
8546 \family sans
8547 Subsubsection
8548 \end_layout
8549
8550 \begin_layout Itemize
8551
8552 \family sans
8553 Paragraph
8554 \family default
8555  
8556 \end_layout
8557
8558 \begin_layout Itemize
8559
8560 \family sans
8561 Subparagraph
8562 \end_layout
8563
8564 \begin_layout Itemize
8565
8566 \family sans
8567 Part*
8568 \end_layout
8569
8570 \begin_layout Itemize
8571
8572 \family sans
8573 Chapter*
8574 \end_layout
8575
8576 \begin_layout Itemize
8577
8578 \family sans
8579 Section*
8580 \end_layout
8581
8582 \begin_layout Itemize
8583
8584 \family sans
8585 Subsection*
8586 \end_layout
8587
8588 \begin_layout Itemize
8589
8590 \family sans
8591 Subsubsection*
8592 \end_layout
8593
8594 \begin_layout Itemize
8595
8596 \family sans
8597 Standard
8598 \end_layout
8599
8600 \begin_layout Itemize
8601
8602 \family sans
8603 Right\InsetSpace ~
8604 Address
8605 \end_layout
8606
8607 \begin_layout Itemize
8608
8609 \family sans
8610 Address
8611 \end_layout
8612
8613 \begin_layout Itemize
8614
8615 \family sans
8616 Caption
8617 \end_layout
8618
8619 \end_deeper
8620 \begin_layout Subsection
8621 Nesting Other Things: Tables, Math, Floats, etc.
8622 \begin_inset LatexCommand label
8623 name "sec:table-and-fig-nesting"
8624
8625 \end_inset
8626
8627
8628 \end_layout
8629
8630 \begin_layout Standard
8631 There are several things that aren't paragraph environments, but which are
8632  affected by nesting anyhow.
8633  They are:
8634 \end_layout
8635
8636 \begin_layout Itemize
8637 equations
8638 \end_layout
8639
8640 \begin_layout Itemize
8641 tables
8642 \end_layout
8643
8644 \begin_layout Itemize
8645 figures
8646 \end_layout
8647
8648 \begin_layout Standard
8649 [Note: if you put a figure or a table in a 
8650 \family sans
8651 Float
8652 \family default
8653 , this is no longer true.
8654  See below or look in sections 
8655 \begin_inset LatexCommand ref
8656 reference "sec:figures"
8657
8658 \end_inset
8659
8660  or 
8661 \begin_inset LatexCommand ref
8662 reference "sec:tables"
8663
8664 \end_inset
8665
8666  for more info.]
8667 \end_layout
8668
8669 \begin_layout Standard
8670 LyX can treat these three objects as either a word or as a paragraph.
8671  Well, you can't inline a table, but you can inline math and figures.
8672  If a figure or an equation is inlined, it goes wherever the paragraph it's
8673  in goes.
8674 \end_layout
8675
8676 \begin_layout Standard
8677 On the other hand, if you have an equation, figure or table in a 
8678 \begin_inset Quotes eld
8679 \end_inset
8680
8681 paragraph
8682 \begin_inset Quotes erd
8683 \end_inset
8684
8685  of its own, it behaves just like a 
8686 \begin_inset Quotes eld
8687 \end_inset
8688
8689 nestable-inside
8690 \begin_inset Quotes erd
8691 \end_inset
8692
8693  paragraph environment.
8694  You can nest it into any environment, but you [obviously] can't nest anything
8695  into it.
8696 \end_layout
8697
8698 \begin_layout Standard
8699 Here's an example with a table:
8700 \end_layout
8701
8702 \begin_layout Enumerate
8703 Item One
8704 \end_layout
8705
8706 \begin_deeper
8707 \begin_layout Enumerate
8708 This is (a) and it's nested.
8709 \end_layout
8710
8711 \begin_deeper
8712 \begin_layout Standard
8713 \begin_inset VSpace 0.3cm
8714 \end_inset
8715
8716
8717 \end_layout
8718
8719 \begin_layout Standard
8720 \align center
8721 \begin_inset Tabular
8722 <lyxtabular version="3" rows="2" columns="2">
8723 <features>
8724 <column alignment="center" valignment="top" leftline="true" width="0pt">
8725 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8726 <row topline="true">
8727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Standard
8731
8732 \family roman
8733 \series medium
8734 \shape up
8735 \size normal
8736 \emph off
8737 \bar no
8738 \noun off
8739 \color none
8740 a
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Standard
8749
8750 \family roman
8751 \series medium
8752 \shape up
8753 \size normal
8754 \emph off
8755 \bar no
8756 \noun off
8757 \color none
8758 b
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row topline="true" bottomline="true">
8765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Standard
8769
8770 \family roman
8771 \series medium
8772 \shape up
8773 \size normal
8774 \emph off
8775 \bar no
8776 \noun off
8777 \color none
8778 c
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Standard
8787
8788 \family roman
8789 \series medium
8790 \shape up
8791 \size normal
8792 \emph off
8793 \bar no
8794 \noun off
8795 \color none
8796 d
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 </lyxtabular>
8803
8804 \end_inset
8805
8806
8807 \end_layout
8808
8809 \begin_layout Standard
8810 \begin_inset VSpace 0.3cm
8811 \end_inset
8812
8813
8814 \end_layout
8815
8816 \end_deeper
8817 \begin_layout Enumerate
8818 This is (b).
8819  The table is actually nested inside (a).
8820 \end_layout
8821
8822 \end_deeper
8823 \begin_layout Enumerate
8824 Back out again.
8825 \end_layout
8826
8827 \begin_layout Standard
8828 If we hadn't nested the table at all, the list would look like this:
8829 \end_layout
8830
8831 \begin_layout Enumerate
8832 Item One
8833 \end_layout
8834
8835 \begin_deeper
8836 \begin_layout Enumerate
8837 This is (a) and it's nested.
8838 \end_layout
8839
8840 \end_deeper
8841 \begin_layout Standard
8842 \begin_inset VSpace 0.3cm
8843 \end_inset
8844
8845
8846 \end_layout
8847
8848 \begin_layout Standard
8849 \align center
8850 \begin_inset Tabular
8851 <lyxtabular version="3" rows="2" columns="2">
8852 <features>
8853 <column alignment="center" valignment="top" leftline="true" width="0pt">
8854 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8855 <row topline="true">
8856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Standard
8860
8861 \family roman
8862 \series medium
8863 \shape up
8864 \size normal
8865 \emph off
8866 \bar no
8867 \noun off
8868 \color none
8869 a
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Standard
8878
8879 \family roman
8880 \series medium
8881 \shape up
8882 \size normal
8883 \emph off
8884 \bar no
8885 \noun off
8886 \color none
8887 b
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row topline="true" bottomline="true">
8894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Standard
8898
8899 \family roman
8900 \series medium
8901 \shape up
8902 \size normal
8903 \emph off
8904 \bar no
8905 \noun off
8906 \color none
8907 c
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Standard
8916
8917 \family roman
8918 \series medium
8919 \shape up
8920 \size normal
8921 \emph off
8922 \bar no
8923 \noun off
8924 \color none
8925 d
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 </lyxtabular>
8932
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \begin_layout Standard
8939 \begin_inset VSpace 0.3cm
8940 \end_inset
8941
8942
8943 \end_layout
8944
8945 \begin_layout Enumerate
8946 This is (b).
8947  The table is 
8948 \emph on
8949 not
8950 \emph default
8951  nested inside (a).
8952  In fact, it's not nested at all.
8953 \end_layout
8954
8955 \begin_layout Enumerate
8956 Back out again.
8957 \end_layout
8958
8959 \begin_layout Standard
8960 Notice how item (b) is not only no longer nested, but is also the first
8961  item of a new list!
8962 \end_layout
8963
8964 \begin_layout Standard
8965 There's another trap you can fall into: nesting the table, but not going
8966  deep enough.
8967  LyX turns anything after the table into a new [sub]list.
8968 \end_layout
8969
8970 \begin_layout Enumerate
8971 Item One
8972 \end_layout
8973
8974 \begin_deeper
8975 \begin_layout Enumerate
8976 This is (a) and it's nested.
8977 \end_layout
8978
8979 \begin_layout Standard
8980 \begin_inset VSpace 0.3cm
8981 \end_inset
8982
8983
8984 \end_layout
8985
8986 \begin_layout Standard
8987 \align center
8988 \begin_inset Tabular
8989 <lyxtabular version="3" rows="2" columns="2">
8990 <features>
8991 <column alignment="center" valignment="top" leftline="true" width="0pt">
8992 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8993 <row topline="true">
8994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Standard
8998
8999 \family roman
9000 \series medium
9001 \shape up
9002 \size normal
9003 \emph off
9004 \bar no
9005 \noun off
9006 \color none
9007 a
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Standard
9016
9017 \family roman
9018 \series medium
9019 \shape up
9020 \size normal
9021 \emph off
9022 \bar no
9023 \noun off
9024 \color none
9025 b
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row topline="true" bottomline="true">
9032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Standard
9036
9037 \family roman
9038 \series medium
9039 \shape up
9040 \size normal
9041 \emph off
9042 \bar no
9043 \noun off
9044 \color none
9045 c
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Standard
9054
9055 \family roman
9056 \series medium
9057 \shape up
9058 \size normal
9059 \emph off
9060 \bar no
9061 \noun off
9062 \color none
9063 d
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 </lyxtabular>
9070
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \begin_layout Standard
9077 \begin_inset VSpace 0.3cm
9078 \end_inset
9079
9080
9081 \end_layout
9082
9083 \begin_layout Enumerate
9084 This is (b).
9085  The table is actually nested inside Item One, but 
9086 \emph on
9087 not
9088 \emph default
9089  inside (a).
9090 \end_layout
9091
9092 \end_deeper
9093 \begin_layout Enumerate
9094 Back out again.
9095 \end_layout
9096
9097 \begin_layout Standard
9098 As you can see, item (b) turned into the first item of a new list, but a
9099  new list 
9100 \emph on
9101 inside
9102 \emph default
9103  item 1.
9104  The same thing would have happened to a figure or an equation.
9105  So, if you nest tables, figures or equations, make sure you go to the right
9106  depth!
9107 \end_layout
9108
9109 \begin_layout Standard
9110 Then there are the so-called 
9111 \family sans
9112 Floats
9113 \family default
9114 .
9115  A 
9116 \family sans
9117 Float
9118 \family default
9119  is a block of text associated with some sort of label, but which doesn't
9120  have a fixed location.
9121  It can 
9122 \begin_inset Quotes eld
9123 \end_inset
9124
9125 float
9126 \begin_inset Quotes erd
9127 \end_inset
9128
9129  forward or backward a page or two, to wherever it fits best.
9130  
9131 \family sans
9132 Footnotes
9133 \family default
9134  and 
9135 \family sans
9136 Margin\InsetSpace ~
9137 Notes
9138 \family default
9139  are floats, as are 
9140 \family sans
9141 Table\InsetSpace ~
9142 Floats
9143 \family default
9144  and 
9145 \family sans
9146 Figure\InsetSpace ~
9147 Floats
9148 \family default
9149 .
9150  When you're editing a document in LyX, a closed 
9151 \family sans
9152 Float
9153 \family default
9154  looks like a gray button with a red label and goes wherever the paragraph
9155  it's in goes.
9156  However, because a 
9157 \family sans
9158 Float
9159 \family default
9160  has no fixed location in the final text, nesting has no effect on its actual
9161  location after you feed your document to LaTeX.
9162 \end_layout
9163
9164 \begin_layout Subsection
9165 Usage and General Features
9166 \end_layout
9167
9168 \begin_layout Standard
9169 Speaking of levels, LyX can perform up to a six-fold nesting.
9170  In other words, 
9171 \begin_inset Quotes eld
9172 \end_inset
9173
9174 level #6
9175 \begin_inset Quotes erd
9176 \end_inset
9177
9178  is the innermost possible depth.
9179  Here's an example to display what we mean:
9180 \end_layout
9181
9182 \begin_layout Enumerate
9183 level #1 - outermost
9184 \end_layout
9185
9186 \begin_deeper
9187 \begin_layout Enumerate
9188 level #2
9189 \end_layout
9190
9191 \begin_deeper
9192 \begin_layout Enumerate
9193 level #3
9194 \end_layout
9195
9196 \begin_deeper
9197 \begin_layout Enumerate
9198 level #4
9199 \end_layout
9200
9201 \begin_deeper
9202 \begin_layout Itemize
9203 level #5
9204 \end_layout
9205
9206 \begin_deeper
9207 \begin_layout Itemize
9208 level #6
9209 \end_layout
9210
9211 \end_deeper
9212 \end_deeper
9213 \end_deeper
9214 \end_deeper
9215 \end_deeper
9216 \begin_layout Standard
9217 Once again, LyX has a maximum of 6 levels, regardless of which specific
9218  paragraph environments you're using at a given level.
9219 \begin_inset Foot
9220 status collapsed
9221
9222 \begin_layout Standard
9223 Unfortunately, LyX doesn't enforce this limitation.
9224  If you try to exceed it, however, LaTeX will return errors when you go
9225  to produce output for your document.
9226 \end_layout
9227
9228 \end_inset
9229
9230  That means that you can perform a six-fold nesting of a 
9231 \family sans
9232 Description
9233 \family default
9234  list, or a 
9235 \family sans
9236 Verse
9237 \family default
9238  environment, and so on.
9239  You can also mix environments, as we shall see later.
9240 \end_layout
9241
9242 \begin_layout Standard
9243 There are two exceptions to the six-fold nesting limit, and you can see
9244  both of them in the example.
9245  Unlike the other fully-nestable environments, you can only perform a four-fold
9246  nesting with the 
9247 \family sans
9248 Enumerate
9249 \family default
9250  and 
9251 \family sans
9252 Itemize
9253 \family default
9254  environments.
9255  For example, if we tried to nest another 
9256 \family sans
9257 Enumerate
9258 \family default
9259  list inside of item 
9260 \begin_inset Quotes eld
9261 \end_inset
9262
9263 A.
9264 \begin_inset Quotes erd
9265 \end_inset
9266
9267 , we'd get errors.
9268 \begin_inset Foot
9269 status collapsed
9270
9271 \begin_layout Standard
9272 Once again, LyX doesn't enforce this limitation.
9273  If you try to exceed it, however, LaTeX will return errors when you go
9274  to produce output for your document.
9275 \end_layout
9276
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \begin_layout Standard
9283 In case that you want to start a new list immediately after a list, or consecuti
9284 ve definitions, proofs etc, you can use the 
9285 \family sans
9286 --Separator--
9287 \family default
9288  environment to separate them.
9289  For example
9290 \end_layout
9291
9292 \begin_layout Enumerate
9293 item1
9294 \end_layout
9295
9296 \begin_layout --Separator--
9297
9298 \end_layout
9299
9300 \begin_layout Enumerate
9301 another item1
9302 \end_layout
9303
9304 \begin_deeper
9305 \begin_layout Enumerate
9306 nested item1
9307 \end_layout
9308
9309 \begin_layout --Separator--
9310
9311 \end_layout
9312
9313 \begin_layout Enumerate
9314 nested another item1
9315 \end_layout
9316
9317 \end_deeper
9318 \begin_layout Subsection
9319 Some Examples
9320 \end_layout
9321
9322 \begin_layout Standard
9323 The best way to explain just what you can do with nesting is by illustration.
9324  We have several examples of nested environments.
9325  In them, we explain how we created the example, so that you can reproduce
9326  them.
9327 \end_layout
9328
9329 \begin_layout Subsubsection
9330 Example #1: The Six-fold Way and Mixed Nesting
9331 \end_layout
9332
9333 \begin_layout Labeling
9334 \labelwidthstring MMM
9335 #1-a This is the outermost level.
9336  It's a 
9337 \family sans
9338 List
9339 \family default
9340  environment.
9341 \end_layout
9342
9343 \begin_deeper
9344 \begin_layout Labeling
9345 \labelwidthstring MMM
9346 #2-a This is level #2.
9347  We created it by using 
9348 \family sans
9349 M-Return
9350 \family default
9351  followed by 
9352 \family sans
9353 M-p\InsetSpace ~
9354 Right
9355 \family default
9356 .
9357 \end_layout
9358
9359 \begin_deeper
9360 \begin_layout Labeling
9361 \labelwidthstring MMM
9362 #3-a This is level #3.
9363  This time, we just hit 
9364 \family sans
9365 Return
9366 \family default
9367 , then used 
9368 \family sans
9369 M-p\InsetSpace ~
9370 Right
9371 \family default
9372  twice in a row.
9373  We could have also created it the same way as we did the previous level,
9374  by hitting 
9375 \family sans
9376 M-Return
9377 \family default
9378  followed by 
9379 \family sans
9380 M-p\InsetSpace ~
9381 Right
9382 \family default
9383 .
9384 \end_layout
9385
9386 \begin_deeper
9387 \begin_layout Standard
9388 This is actually a 
9389 \family sans
9390 Standard
9391 \family default
9392  environment, nested inside of 
9393 \begin_inset Quotes eld
9394 \end_inset
9395
9396 #3-a
9397 \begin_inset Quotes erd
9398 \end_inset
9399
9400 .
9401  So, it's at level #4.
9402  We did this by hitting 
9403 \family sans
9404 M-Return
9405 \family default
9406 , then 
9407 \family sans
9408 M-p\InsetSpace ~
9409 Right
9410 \family default
9411 , then changing the paragraph environment to 
9412 \family sans
9413 Standard
9414 \family default
9415 .
9416  Do this to create list items with more than one paragraph - it also works
9417  for the 
9418 \family sans
9419 Description
9420 \family default
9421
9422 \family sans
9423 Enumerate
9424 \family default
9425 , and 
9426 \family sans
9427 Itemize
9428 \family default
9429  environments!
9430 \end_layout
9431
9432 \begin_layout Standard
9433 Here's another 
9434 \family sans
9435 Standard
9436 \family default
9437  paragraph, also at level #4, made with just a 
9438 \family sans
9439 M-Return
9440 \family default
9441 .
9442 \end_layout
9443
9444 \begin_layout Labeling
9445 \labelwidthstring MMM
9446 #4-a This is level #4.
9447  We hit 
9448 \family sans
9449 M-Return
9450 \family default
9451  and changed the paragraph environment back to 
9452 \family sans
9453 List
9454 \family default
9455 .
9456  Remember - we can't nest anything inside of a 
9457 \family sans
9458 Standard
9459 \family default
9460  environment, which is why we're still at level #4.
9461  However, we 
9462 \emph on
9463 can
9464 \emph default
9465  keep nesting things inside of 
9466 \begin_inset Quotes eld
9467 \end_inset
9468
9469 #3-a
9470 \begin_inset Quotes erd
9471 \end_inset
9472
9473 .
9474 \end_layout
9475
9476 \begin_deeper
9477 \begin_layout Labeling
9478 \labelwidthstring MMM
9479 #5-a This is level #5\SpecialChar \ldots{}
9480
9481 \end_layout
9482
9483 \begin_deeper
9484 \begin_layout Labeling
9485 \labelwidthstring MMM
9486 #6-a \SpecialChar \ldots{}
9487 and this is level #6.
9488  By now, you should know how we made these two.
9489 \end_layout
9490
9491 \end_deeper
9492 \begin_layout Labeling
9493 \labelwidthstring MMM
9494 #5-b Back to level #5.
9495  Just hit 
9496 \family sans
9497 M-Return
9498 \family default
9499  followed by a 
9500 \family sans
9501 M-p\InsetSpace ~
9502 Left
9503 \family default
9504 .
9505 \end_layout
9506
9507 \end_deeper
9508 \begin_layout Labeling
9509 \labelwidthstring MMM
9510 #4-b After another 
9511 \family sans
9512 M-Return
9513 \family default
9514  followed by a 
9515 \family sans
9516 M-p\InsetSpace ~
9517 Left
9518 \family default
9519 , we're back at level #4.
9520 \end_layout
9521
9522 \end_deeper
9523 \begin_layout Labeling
9524 \labelwidthstring MMM
9525 #3-b Back to level #3.
9526  By now it should be obvious how we did this.
9527 \end_layout
9528
9529 \end_deeper
9530 \begin_layout Labeling
9531 \labelwidthstring MMM
9532 #2-b Back to level #2.
9533  
9534 \end_layout
9535
9536 \end_deeper
9537 \begin_layout Labeling
9538 \labelwidthstring MMM
9539 #1-b And last, back to the outermost level, #1.
9540  After this sentence, we'll hit 
9541 \family sans
9542 Return
9543 \family default
9544  and change the paragraph environment back to 
9545 \family sans
9546 Standard
9547 \family default
9548  to end the list.
9549 \end_layout
9550
9551 \begin_layout Standard
9552 There you have it! Oh --- we could have also used the 
9553 \family sans
9554 Description
9555 \family default
9556
9557 \family sans
9558 Quote
9559 \family default
9560
9561 \family sans
9562 Quotation
9563 \family default
9564 , or even the 
9565 \family sans
9566 Verse
9567 \family default
9568  environment in place of the 
9569 \family sans
9570 List
9571 \family default
9572  environment.
9573  The example would have worked exactly the same.
9574 \end_layout
9575
9576 \begin_layout Subsubsection
9577 Example #2: Inheritance
9578 \end_layout
9579
9580 \begin_layout LyX-Code
9581 This is the LyX-Code environment, at level #1, the outermost
9582 \end_layout
9583
9584 \begin_layout LyX-Code
9585 level.
9586   Now we'll hit 
9587 \family sans
9588 Return
9589 \family default
9590 , then 
9591 \family sans
9592 M-p Right
9593 \family default
9594 , after which, we'll change to the 
9595 \family sans
9596 Enumerate
9597 \family default
9598  environment.
9599 \end_layout
9600
9601 \begin_deeper
9602 \begin_layout Enumerate
9603 This is the 
9604 \family sans
9605 Enumerate
9606 \family default
9607  environment, at level #2.
9608 \end_layout
9609
9610 \begin_layout Enumerate
9611 Notice how the nested 
9612 \family sans
9613 Enumerate
9614 \family default
9615  not only inherits its margins from its parent environment [
9616 \family sans
9617 LyX-Code
9618 \family default
9619 ], but also inherits its font and spacing!
9620 \end_layout
9621
9622 \end_deeper
9623 \begin_layout Standard
9624 We ended this example by hitting 
9625 \family sans
9626 Return
9627 \family default
9628 .
9629  After that, we needed to reset the paragraph environment to 
9630 \family sans
9631 Standard
9632 \family default
9633  and resetting the nesting depth by using 
9634 \family sans
9635 M-p\InsetSpace ~
9636 Left
9637 \family default
9638  once.
9639 \end_layout
9640
9641 \begin_layout Subsubsection
9642 Example #3: Labels, Levels, and the 
9643 \family sans
9644 Enumerate
9645 \family default
9646  and 
9647 \family sans
9648 Itemize
9649 \family default
9650  Environments
9651 \begin_inset OptArg
9652 status collapsed
9653
9654 \begin_layout Standard
9655 Example #3: Labels, Levels and other list environments
9656 \end_layout
9657
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \begin_layout Enumerate
9664 This is level #1, in an 
9665 \family sans
9666 Enumerate
9667 \family default
9668  paragraph environment.
9669  We're actually going to nest a bunch of these.
9670 \end_layout
9671
9672 \begin_deeper
9673 \begin_layout Enumerate
9674 This is level #2.
9675  We used 
9676 \family sans
9677 M-Return
9678 \family default
9679  followed by 
9680 \family sans
9681 M-p\InsetSpace ~
9682 Right
9683 \family default
9684 .
9685  Now, what happens if we nest an 
9686 \family sans
9687 Itemize
9688 \family default
9689  environment inside of this one? It will be at level #3, but what will its
9690  label be? An asterisk?
9691 \end_layout
9692
9693 \begin_deeper
9694 \begin_layout Itemize
9695 No! It's a bullet.
9696  This is the 
9697 \emph on
9698 first
9699 \emph default
9700  
9701 \family sans
9702 Itemize
9703 \family default
9704  environment, even though it's at level #3.
9705  So, its label is a bullet.
9706  [Note: we got here by using 
9707 \family sans
9708 M-Return
9709 \family default
9710 , then 
9711 \family sans
9712 M-p\InsetSpace ~
9713 Right
9714 \family default
9715 , then changing the environment to 
9716 \family sans
9717 Itemize
9718 \family default
9719 .]
9720 \end_layout
9721
9722 \begin_deeper
9723 \begin_layout Itemize
9724 Here's level #4, produced using 
9725 \family sans
9726 M-Return
9727 \family default
9728 , then 
9729 \family sans
9730 M-p\InsetSpace ~
9731 Right
9732 \family default
9733 .
9734  We'll do that again\SpecialChar \ldots{}
9735
9736 \end_layout
9737
9738 \begin_deeper
9739 \begin_layout Enumerate
9740 \SpecialChar \ldots{}
9741 to get to level #5.
9742  This time, however, we also changed the paragraph environment back to 
9743 \family sans
9744 Enumerate
9745 \family default
9746 .
9747  Notice the type of numbering! It's 
9748 \emph on
9749 lowercase Roman
9750 \emph default
9751 , because we're the 
9752 \emph on
9753 thirdfold
9754 \emph default
9755  
9756 \family sans
9757 Enumerate
9758 \family default
9759  environment [i.e.
9760  we're an 
9761 \family sans
9762 Enumerate
9763 \family default
9764  inside an 
9765 \family sans
9766 Enumerate
9767 \family default
9768  inside an 
9769 \family sans
9770 Enumerate
9771 \family default
9772 ].
9773 \end_layout
9774
9775 \begin_layout Enumerate
9776 What happens if we 
9777 \emph on
9778 don't
9779 \emph default
9780  change the paragraph environment, but decrease the nesting depth? What
9781  type of numbering does LyX use?
9782 \end_layout
9783
9784 \begin_layout Enumerate
9785 Oh, as if you couldn't guess by now, we're just using 
9786 \family sans
9787 M-Return
9788 \family default
9789  to keep the current environment and depth but create a new item.
9790 \end_layout
9791
9792 \begin_layout Enumerate
9793 Let's use 
9794 \family sans
9795 M-p\InsetSpace ~
9796 Left
9797 \family default
9798  to decrease the depth after the next 
9799 \family sans
9800 M-Return
9801 \family default
9802 .
9803 \end_layout
9804
9805 \end_deeper
9806 \begin_layout Enumerate
9807 This is level #4.
9808  Look what type of label LyX is using!
9809 \end_layout
9810
9811 \end_deeper
9812 \begin_layout Enumerate
9813 This is level #3.
9814  Even though we've changed levels, LyX is still using a lowercase Roman
9815  numeral as the label.
9816  Why?!
9817 \end_layout
9818
9819 \begin_layout Enumerate
9820 Because, even though the nesting depth has changed, the paragraph is 
9821 \emph on
9822 still
9823 \emph default
9824  a thirdfold 
9825 \family sans
9826 Enumerate
9827 \family default
9828  environment.
9829  Notice, however, that LyX 
9830 \emph on
9831 did
9832 \emph default
9833  reset the counter for the label.
9834 \end_layout
9835
9836 \end_deeper
9837 \begin_layout Enumerate
9838 Another 
9839 \family sans
9840 M-Return
9841 \family default
9842  
9843 \family sans
9844 M-p\InsetSpace ~
9845 Left
9846 \family default
9847  sequence, and we're back to level #2.
9848  This time, we not only changed the nesting depth, but we also moved back
9849  into the twofold-nested 
9850 \family sans
9851 Enumerate
9852 \family default
9853  environment.
9854 \end_layout
9855
9856 \end_deeper
9857 \begin_layout Enumerate
9858 The same thing happens if we do another 
9859 \family sans
9860 M-Return
9861 \family default
9862  
9863 \family sans
9864 M-p\InsetSpace ~
9865 Left
9866 \family default
9867  sequence and return to level #1, the outermost level.
9868 \end_layout
9869
9870 \begin_layout Standard
9871 Lastly, we reset the environment to 
9872 \family sans
9873 Standard
9874 \family default
9875 .
9876  As you can see, the level number doesn't correspond to what type of labelling
9877  LyX uses for the 
9878 \family sans
9879 Enumerate
9880 \family default
9881  and 
9882 \family sans
9883 Itemize
9884 \family default
9885  environments.
9886  The number of 
9887 \emph on
9888 other
9889 \emph default
9890  
9891 \family sans
9892 \emph on
9893 Enumerate
9894 \family default
9895 \emph default
9896  
9897 \emph on
9898 environments
9899 \emph default
9900  surrounding it determines what kind of label LyX uses for an 
9901 \family sans
9902 Enumerate
9903 \family default
9904  item.
9905  The same rule applies for the 
9906 \family sans
9907 Itemize
9908 \family default
9909  environment, as well.
9910 \end_layout
9911
9912 \begin_layout Subsubsection
9913 Example #4: Going Bonkers
9914 \end_layout
9915
9916 \begin_layout Enumerate
9917 We're going to go totally nuts now.
9918  We won't nest as deep as in the other examples, nor will we go into the
9919  same detail with how we did it.
9920  [level #1: 
9921 \family sans
9922 Enumerate
9923 \family default
9924 ]
9925 \end_layout
9926
9927 \begin_deeper
9928 \begin_layout Standard
9929 [
9930 \family sans
9931 Return, M-p\InsetSpace ~
9932 Right, Standard
9933 \family default
9934 : level #2] We'll stick an encapsulated description of how we created the
9935  example in brackets someplace.
9936  For example, the two keybindings are how we changed the depth.
9937  The environment name is, obviously, the name of the current environment.
9938  Either before or after this, we'll put in the level.
9939 \end_layout
9940
9941 \end_deeper
9942 \begin_layout Enumerate
9943 [
9944 \family sans
9945 Return, Enumerate
9946 \family default
9947 : level #1] This is the next item in the list.
9948 \end_layout
9949
9950 \begin_deeper
9951 \begin_layout Verse
9952 Now we'll add verse.
9953 \newline
9954 It will get much worse.
9955 \newline
9956 [
9957 \family sans
9958 Return, M-p\InsetSpace ~
9959 Right, Verse
9960 \family default
9961 : level #2]
9962 \end_layout
9963
9964 \begin_layout Verse
9965 Fiddle dee, Fiddle doo.
9966 \newline
9967 Bippitey boppitey boo!
9968 \newline
9969 [
9970 \family sans
9971 M-Return
9972 \family default
9973 ]
9974 \end_layout
9975
9976 \begin_layout Verse
9977 Here comes a table for you:
9978 \end_layout
9979
9980 \begin_deeper
9981 \begin_layout Standard
9982 \begin_inset VSpace 0.3cm
9983 \end_inset
9984
9985
9986 \end_layout
9987
9988 \begin_layout Standard
9989 \align center
9990 \begin_inset Tabular
9991 <lyxtabular version="3" rows="2" columns="2">
9992 <features>
9993 <column alignment="center" valignment="top" width="0pt">
9994 <column alignment="center" valignment="top" leftline="true" width="0pt">
9995 <row>
9996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Standard
10000
10001 \family roman
10002 \series medium
10003 \shape up
10004 \size normal
10005 \emph off
10006 \bar no
10007 \noun off
10008 \color none
10009 one-fish
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Standard
10018
10019 \family roman
10020 \series medium
10021 \shape up
10022 \size normal
10023 \emph off
10024 \bar no
10025 \noun off
10026 \color none
10027 two-fish
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row topline="true">
10034 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Standard
10038
10039 \family roman
10040 \series medium
10041 \shape up
10042 \size normal
10043 \emph off
10044 \bar no
10045 \noun off
10046 \color none
10047 red-fish
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Standard
10056
10057 \family roman
10058 \series medium
10059 \shape up
10060 \size normal
10061 \emph off
10062 \bar no
10063 \noun off
10064 \color none
10065 blue-fish
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 </lyxtabular>
10072
10073 \end_inset
10074
10075
10076 \end_layout
10077
10078 \end_deeper
10079 \begin_layout Verse
10080 [
10081 \family sans
10082 M-Return, Table, M-p\InsetSpace ~
10083 Right
10084 \family default
10085  3 times, 
10086 \family sans
10087 M-Return, Verse, M-p\InsetSpace ~
10088 Left
10089 \family default
10090 ]
10091 \end_layout
10092
10093 \end_deeper
10094 \begin_layout Enumerate
10095 [
10096 \family sans
10097 Return, Enumerate
10098 \family default
10099 : level #1] This is another item.
10100  Note that selecting a 
10101 \family sans
10102 Table
10103 \family default
10104  resets the nesting depth to level #1, so we increased the nesting depth
10105  3 times to put the table inside the 
10106 \family sans
10107 Verse
10108 \family default
10109  environment.
10110  
10111 \end_layout
10112
10113 \begin_layout Quotation
10114 We're now ending the 
10115 \family sans
10116 Enumerate
10117 \family default
10118  list and changing to 
10119 \family sans
10120 Quotation
10121 \family default
10122 .
10123  We're still at level #1.
10124  We want to show you some of the things you can do by mixing environments.
10125  The next set of paragraphs is a 
10126 \begin_inset Quotes eld
10127 \end_inset
10128
10129 quoted letter.
10130 \begin_inset Quotes erd
10131 \end_inset
10132
10133  We'll nest both the 
10134 \family sans
10135 Address
10136 \family default
10137  and 
10138 \family sans
10139 Right\InsetSpace ~
10140 Address
10141 \family default
10142  environments inside of this one, then use another nested 
10143 \family sans
10144 Quotation
10145 \family default
10146  for the letter body.
10147  We'll use 
10148 \family sans
10149 M-Return
10150 \family default
10151  to preserve the depth.
10152  Remember that you need to use 
10153 \family sans
10154 C-Return
10155 \family default
10156  to create multiple lines inside the 
10157 \family sans
10158 Address
10159 \family default
10160  and 
10161 \family sans
10162 Right\InsetSpace ~
10163 Address
10164 \family default
10165  environments.
10166  Here it goes:
10167 \end_layout
10168
10169 \begin_deeper
10170 \begin_layout Right Address
10171 1234 Nowhere Rd.
10172 \newline
10173 Moosegroin, MT 00100
10174 \newline
10175 9-6-96
10176 \end_layout
10177
10178 \begin_layout Address
10179 Dear Mr.\InsetSpace ~
10180 Fizlewitz:
10181 \end_layout
10182
10183 \begin_layout Quotation
10184 We regret to inform you that we cannot fill your order for 50L of compressed
10185  methane gas due to circumstances beyond our control.
10186  Unfortunately, several of our cows have mysteriously exploded, creating
10187  a backlog in our orders for methane.
10188  We will place your name on the waiting list and try to fill your order
10189  as soon as possible.
10190  In the meantime, we thank you for your patience.
10191 \end_layout
10192
10193 \begin_layout Quotation
10194 We do, however, now have a special on beef.
10195  If you are interested, please return the enclosed pricing and order form
10196  with your order, along with payment.
10197 \end_layout
10198
10199 \begin_layout Quotation
10200 We thank you again for your patience.
10201 \end_layout
10202
10203 \begin_layout Address
10204 Sincerely,
10205 \newline
10206 Bill Hick
10207 \end_layout
10208
10209 \end_deeper
10210 \begin_layout Quotation
10211 That ends that example!
10212 \end_layout
10213
10214 \begin_layout Standard
10215 As you can see, nesting environments in LyX gives you a lot of power with
10216  just a few keystrokes.
10217  We could have easily nested an 
10218 \family sans
10219 Itemize
10220 \family default
10221  list inside of a 
10222 \family sans
10223 Quotation
10224 \family default
10225  or 
10226 \family sans
10227 Quote
10228 \family default
10229 , or put a 
10230 \family sans
10231 Quote
10232 \family default
10233  inside of an 
10234 \family sans
10235 Itemize
10236 \family default
10237  list.
10238  You have a huge variety of options at your disposal.
10239 \end_layout
10240
10241 \begin_layout Section
10242 Fonts and Text Styles
10243 \end_layout
10244
10245 \begin_layout Subsection
10246 Overview
10247 \end_layout
10248
10249 \begin_layout Standard
10250 Many modern typesetting and markup languages have begun to move towards
10251  specifying character styles rather than specifying a particular font.
10252  For example, instead of changing to an italicized version of the current
10253  font to emphasize text, you use an 
10254 \begin_inset Quotes eld
10255 \end_inset
10256
10257 emphasized style
10258 \begin_inset Quotes erd
10259 \end_inset
10260
10261  instead.
10262  This concept fits in perfectly with LyX.
10263  In LyX, you do things based on contexts, rather than focusing on typesetting
10264  details.
10265 \end_layout
10266
10267 \begin_layout Standard
10268 Right now, LyX allows you to specify a global default font, and has two
10269  character styles, 
10270 \family sans
10271 Emphasized
10272 \family default
10273  and 
10274 \family sans
10275 Noun
10276 \family default
10277 .
10278  The 
10279 \family sans
10280 Emphasized
10281 \family default
10282  style corresponds to an italics font.
10283  The 
10284 \family sans
10285 Noun
10286 \family default
10287  style corresponds to a font in smallcaps, which some languages and writing
10288  styles use to typeset proper names.
10289  The LyX Team has at last (as of LyX version\InsetSpace ~
10290 1.4) introduced true character
10291  styles, but currently these must be defined explicitly in the document
10292  layout file.
10293  There's currently no GUI support to define new, or tweak existing, character
10294  styles to allow you, the user, to customize which font changes correspond
10295  to what styles.
10296 \end_layout
10297
10298 \begin_layout Subsection
10299 Global Options
10300 \end_layout
10301
10302 \begin_layout Standard
10303 You can set the default font from the 
10304 \family sans
10305 \bar under
10306 D
10307 \bar default
10308 ocument\SpecialChar \menuseparator
10309
10310 \bar under
10311 S
10312 \bar default
10313 ettings
10314 \family default
10315  dialog.
10316  The 
10317 \family sans
10318 Fonts
10319 \family default
10320  tabfolder/pane offers you a variety of possibilities to set up and adjust
10321  your document fonts.
10322  The most important ones are those in the 
10323 \family sans
10324 Font Families
10325 \family default
10326  and 
10327 \family sans
10328 Font Sizes
10329 \family default
10330  group.
10331  The possible options under 
10332 \family sans
10333 Font Families
10334 \family default
10335  include 
10336 \begin_inset Quotes eld
10337 \end_inset
10338
10339
10340 \family sans
10341 Default
10342 \family default
10343
10344 \begin_inset Quotes erd
10345 \end_inset
10346
10347  and a list of fonts available on your system, each for the 
10348 \family sans
10349 \bar under
10350 R
10351 \bar default
10352 oman
10353 \family default
10354
10355 \family sans
10356 \bar under
10357 S
10358 \bar default
10359 ans Serif
10360 \family default
10361  and 
10362 \family sans
10363 T
10364 \bar under
10365 y
10366 \bar default
10367 pewriter
10368 \family default
10369  (a.\InsetSpace \thinspace{}
10370 k.\InsetSpace \thinspace{}
10371 a.
10372  Monospaced) family of fonts.
10373  The option 
10374 \begin_inset Quotes eld
10375 \end_inset
10376
10377
10378 \family sans
10379 Default
10380 \family default
10381
10382 \begin_inset Quotes erd
10383 \end_inset
10384
10385  uses the fonts that are specified by the document class you are using.
10386  Often, these are the standard TeX fonts, known as 
10387 \begin_inset Quotes eld
10388 \end_inset
10389
10390 computer modern
10391 \begin_inset Quotes erd
10392 \end_inset
10393
10394  (cm) or 
10395 \begin_inset Quotes eld
10396 \end_inset
10397
10398 European modern
10399 \begin_inset Quotes erd
10400 \end_inset
10401
10402  (ec).
10403  Depending on the document class, however, it might as well be another font.
10404  Most fonts in the list should be installed on your system.
10405  For others, you might have to get and install the fonts first (LyX indicates
10406  if a font is not installed).
10407  Please have a look at 
10408 \family sans
10409 \bar under
10410 H
10411 \bar default
10412 elp\SpecialChar \menuseparator
10413
10414 \bar under
10415 L
10416 \bar default
10417 aTeX Configuration
10418 \family default
10419  about where to get the fonts.
10420  Installing a new font for LaTeX is, unfortunately, not as easy as installing
10421  a new font to common operation systems.
10422  However, most font packages include a step-by-step instruction.
10423 \end_layout
10424
10425 \begin_layout Standard
10426 In most cases, the default family of a document class is roman (a.\InsetSpace \thinspace{}
10427 k.\InsetSpace \thinspace{}
10428 a.
10429  serif), so the roman font (e.\InsetSpace \thinspace{}
10430 g.
10431  Times) will be used all over, unless you select 
10432 \begin_inset Quotes eld
10433 \end_inset
10434
10435 Sans Serif
10436 \begin_inset Quotes erd
10437 \end_inset
10438
10439  od 
10440 \begin_inset Quotes eld
10441 \end_inset
10442
10443 Typewriter
10444 \begin_inset Quotes erd
10445 \end_inset
10446
10447  from 
10448 \family sans
10449 \bar under
10450 E
10451 \bar default
10452 dit\SpecialChar \menuseparator
10453 Text St
10454 \bar under
10455 y
10456 \bar default
10457 le
10458 \family default
10459  for specific selections of the text (see below section 
10460 \begin_inset LatexCommand ref
10461 reference "sub:Text-Style-Dialog"
10462
10463 \end_inset
10464
10465 ).
10466  The 
10467 \family sans
10468 Default\InsetSpace ~
10469 Family
10470 \family default
10471  option lets you change this.
10472  So if you want your document (including footnotes etc.), say, all over in
10473  Helvetica, chose 
10474 \begin_inset Quotes eld
10475 \end_inset
10476
10477 Helvetica
10478 \begin_inset Quotes erd
10479 \end_inset
10480
10481  as 
10482 \family sans
10483 Sans Serif
10484 \family default
10485  Font and 
10486 \begin_inset Quotes eld
10487 \end_inset
10488
10489 Sans Serif
10490 \begin_inset Quotes erd
10491 \end_inset
10492
10493  as 
10494 \family sans
10495 Default\InsetSpace ~
10496 Family
10497 \family default
10498 .
10499 \end_layout
10500
10501 \begin_layout Standard
10502 In the 
10503 \family sans
10504 Font\InsetSpace ~
10505
10506 \bar under
10507 S
10508 \bar default
10509 izes
10510 \family default
10511  group, you can usually select from four possible 
10512 \family sans
10513 Base\InsetSpace ~
10514 Size
10515 \family default
10516  values: 
10517 \family sans
10518 default, 10
10519 \family default
10520
10521 \family sans
10522 11
10523 \family default
10524 , and 
10525 \family sans
10526 12
10527 \family default
10528  (some document classes provide more, some less choices).
10529  Remember, this is the 
10530 \emph on
10531 base
10532 \emph default
10533  font size.
10534  LyX actually scales all of the other possible font sizes (such as those
10535  used in footnotes, superscripts, and subscripts) by this value.
10536  You can always fine-tune the font size from within the document if you
10537  need to.
10538  It's also rather silly to use an 8pt or 24pt font as the default font size,
10539  as this typically renders your document unreadable.
10540 \end_layout
10541
10542 \begin_layout Standard
10543 Some Sans Serif and Typewriter Fonts provide the possibility to be scaled.
10544  This might be useful, if a Sans Serif or Typewriter Font has a different
10545  height than the Roman Font.
10546  Please be careful with this option, it can be easily misused.
10547 \end_layout
10548
10549 \begin_layout Standard
10550 In the 
10551 \family sans
10552 Advanced Options
10553 \family default
10554  group box, you'll finally find possibilities for using so-called 
10555 \begin_inset Quotes eld
10556 \end_inset
10557
10558 expert settings
10559 \begin_inset Quotes erd
10560 \end_inset
10561
10562 , given that they are provided by a certain font.
10563  
10564 \family sans
10565 Use true S
10566 \bar under
10567 m
10568 \bar default
10569 all Caps
10570 \family default
10571  indicates that lots of fonts do not use real, but 
10572 \emph on
10573 faked
10574 \emph default
10575  Small Caps.
10576  True Small Caps are specifically designed characters, whereas faked Small
10577  Caps are just scaled Capital letters.
10578  The former looks way better, so if a font offers you the choice, you should
10579  check this option.
10580  
10581 \family sans
10582 Use
10583 \family default
10584  
10585 \family sans
10586 \bar under
10587 O
10588 \bar default
10589 ld Style Figures
10590 \family default
10591  finally lets you select so called Old Style Figures (a.\InsetSpace \thinspace{}
10592 k.\InsetSpace \thinspace{}
10593 a.
10594  Medieval Figures, i.\InsetSpace \thinspace{}
10595 e.
10596  figures with ascending or descending form) instead of the standard Lining
10597  Figures.
10598  Old Style Figures are often preferred due to better legibility in the text,
10599  but it's certainly also a matter of taste.
10600  Just try it out, if it is provided for your font of choice.
10601  Note that math figures are 
10602 \emph on
10603 not
10604 \emph default
10605  affected by this choice.
10606 \end_layout
10607
10608 \begin_layout Standard
10609 Please note that even if LyX tries its best in guessing what fonts are installed
10610  and which options are provided by a given font, it might fail if the fonts
10611  are not set up correctly.
10612 \end_layout
10613
10614 \begin_layout Standard
10615 Note further that once you choose a new value for 
10616 \family sans
10617 \bar under
10618 F
10619 \bar default
10620 onts
10621 \family default
10622  or 
10623 \family sans
10624 Font\InsetSpace ~
10625
10626 \bar under
10627 S
10628 \bar default
10629 ize
10630 \family default
10631 , LyX does 
10632 \emph on
10633 not
10634 \emph default
10635  change the screen.
10636  You'll only see a difference once you generate the final output.
10637  This is part of the WYSIWYM concept.
10638  The only visible change is caused by a change of the default font family.
10639  However, you certainly noticed that, for instance, the roman font on screen
10640  is just a representation of 
10641 \begin_inset Quotes eld
10642 \end_inset
10643
10644 Roman
10645 \begin_inset Quotes erd
10646 \end_inset
10647
10648  (as set up in the 
10649 \family sans
10650 \bar under
10651 T
10652 \bar default
10653 ools\SpecialChar \menuseparator
10654
10655 \bar under
10656 P
10657 \bar default
10658 references
10659 \family default
10660  dialog), not of the actual roman document font.
10661 \end_layout
10662
10663 \begin_layout Subsection
10664 Using Different Character Styles
10665 \end_layout
10666
10667 \begin_layout Standard
10668 As we've already seen, LyX automatically changes the character style for
10669  certain paragraph environments.
10670  We also mentioned two other character styles, 
10671 \family sans
10672 Emphasized
10673 \family default
10674  and 
10675 \family sans
10676 Noun
10677 \family default
10678 .
10679  You can activate both of these styles via keybindings, the menus, and the
10680  toolbar.
10681 \end_layout
10682
10683 \begin_layout Standard
10684 To activate the 
10685 \family sans
10686 Noun
10687 \family default
10688  style, do one of the following:
10689 \end_layout
10690
10691 \begin_layout Itemize
10692 click on the toolbar button with the person-shaped icon
10693 \end_layout
10694
10695 \begin_layout Itemize
10696 use the keybinding 
10697 \family sans
10698 M-c\InsetSpace ~
10699 c
10700 \end_layout
10701
10702 \begin_layout Standard
10703 These commands are all toggles.
10704  That is, if 
10705 \family sans
10706 Noun
10707 \family default
10708  style is already active, they deactivate it.
10709 \end_layout
10710
10711 \begin_layout Standard
10712 One typically uses the 
10713 \family sans
10714 Noun
10715 \family default
10716  style for proper names.
10717  For example: 
10718 \begin_inset Quotes eld
10719 \end_inset
10720
10721
10722 \noun on
10723 Matthias Ettrich
10724 \noun default
10725  is the original author of LyX.
10726 \begin_inset Quotes erd
10727 \end_inset
10728
10729
10730 \end_layout
10731
10732 \begin_layout Standard
10733 A more widely used character style is the 
10734 \family sans
10735 Emphasized
10736 \family default
10737  style.
10738  You can activate [or deactivate - it's also a toggle] the 
10739 \family sans
10740 Emphasized
10741 \family default
10742  style by:
10743 \end_layout
10744
10745 \begin_layout Itemize
10746 clicking on the toolbar button with the 
10747 \begin_inset Quotes eld
10748 \end_inset
10749
10750 !
10751 \begin_inset Quotes erd
10752 \end_inset
10753
10754  character on it
10755 \end_layout
10756
10757 \begin_layout Itemize
10758 using the keybindings 
10759 \family sans
10760 M-c\InsetSpace ~
10761 e
10762 \end_layout
10763
10764 \begin_layout Standard
10765 At the moment, the 
10766 \family sans
10767 Emphasized
10768 \family default
10769  style is equivalent to an italicized font.
10770  We have plans to make that association more user-configurable in the future.
10771 \end_layout
10772
10773 \begin_layout Standard
10774 We've been using the 
10775 \family sans
10776 Emphasized
10777 \family default
10778  style all over the place in this document.
10779  Here's one more example:
10780 \end_layout
10781
10782 \begin_layout Quotation
10783
10784 \emph on
10785 Don't overuse character styles!
10786 \end_layout
10787
10788 \begin_layout Standard
10789 It's also a warning in addition to an example.
10790  One's writing should parallel ordinary conversation.
10791  Since we don't all constantly scream at each other, we should also avoid
10792  the common tendency to overuse character style.
10793  
10794 \end_layout
10795
10796 \begin_layout Standard
10797 Oh --- one last note: You can always reset to the default font using the
10798  keybinding 
10799 \family sans
10800 M-c\InsetSpace ~
10801 Space
10802 \family default
10803 .
10804 \end_layout
10805
10806 \begin_layout Subsection
10807 Fine-Tuning with the 
10808 \family sans
10809 Character Layout
10810 \family default
10811  dialog
10812 \begin_inset LatexCommand label
10813 name "sub:Text-Style-Dialog"
10814
10815 \end_inset
10816
10817
10818 \end_layout
10819
10820 \begin_layout Standard
10821 There are always occasions when you'll need to do some fine-tuning, so LyX
10822  gives you a way to create custom character style.
10823  For example, an academic journal or a corporation may have a style sheet
10824  requiring a sans-serif font be used in certain situations.
10825 \begin_inset Foot
10826 status collapsed
10827
10828 \begin_layout Standard
10829 Note from 
10830 \noun on
10831 John Weiss
10832 \noun default
10833 : There is, in fact, such a style sheet for the LyX Documentation, since
10834  manuals need a certain amount of consistency.
10835 \end_layout
10836
10837 \end_inset
10838
10839  Also, writers sometimes use a different font to offset a character's thoughts
10840  from ordinary dialogue.
10841 \end_layout
10842
10843 \begin_layout Standard
10844 Before we document how to use custom character style, we want to issue a
10845  warning yet again: Don't overuse character styles.
10846  Many modern word processors have a vast array of fonts available to them,
10847  providing you with the power of a printing press.
10848  Unfortunately, there is a tendency to overuse that power.
10849  The phrase, 
10850 \begin_inset Quotes eld
10851 \end_inset
10852
10853 Using a sledgehammer to swat a fly,
10854 \begin_inset Quotes erd
10855 \end_inset
10856
10857  comes to mind.
10858  And, as the old saying implies, documents that overuse different fonts
10859  and sizes tend to look like someone's knocked huge holes in them.
10860 \end_layout
10861
10862 \begin_layout Standard
10863 Enough complaining.
10864 \end_layout
10865
10866 \begin_layout Standard
10867 To use custom fonts, open the 
10868 \family sans
10869 \bar under
10870 E
10871 \bar default
10872 dit\SpecialChar \menuseparator
10873 Text\InsetSpace ~
10874
10875 \bar under
10876 S
10877 \bar default
10878 tyle
10879 \family default
10880  dialog.
10881  There are seven buttons on this dialog, each corresponding to a different
10882  font property which you can choose.
10883  You can choose an option for one of these seven properties, or select 
10884 \family sans
10885 No\InsetSpace ~
10886 change
10887 \family default
10888 , which keeps the current state of that property.
10889  The item 
10890 \family sans
10891 Reset
10892 \family default
10893  will reset the property to whatever is the default for the hosting paragraph
10894  environment.
10895  You can use this to reset attributes across a bunch of different paragraph
10896  environments in a snap.
10897 \end_layout
10898
10899 \begin_layout Standard
10900 The seven font properties, and their options [in addition to 
10901 \family sans
10902 No\InsetSpace ~
10903 change
10904 \family default
10905  and 
10906 \family sans
10907 Reset
10908 \family default
10909 ] are:
10910 \end_layout
10911
10912 \begin_layout Labeling
10913 \labelwidthstring MMMMM
10914
10915 \family sans
10916 \bar under
10917 F
10918 \bar default
10919 amily
10920 \family default
10921  The 
10922 \begin_inset Quotes eld
10923 \end_inset
10924
10925 overall look
10926 \begin_inset Quotes erd
10927 \end_inset
10928
10929  of the font.
10930  The possible options are:
10931 \end_layout
10932
10933 \begin_deeper
10934 \begin_layout Labeling
10935 \labelwidthstring MMMMMM
10936
10937 \family sans
10938 Roman
10939 \family default
10940  This is the Roman font family.
10941 \end_layout
10942
10943 \begin_deeper
10944 \begin_layout Standard
10945 It's also the default family.
10946  [keybinding = 
10947 \family sans
10948 M-c\InsetSpace ~
10949 r
10950 \family default
10951 ]
10952 \end_layout
10953
10954 \end_deeper
10955 \begin_layout Labeling
10956 \labelwidthstring MMMMMM
10957
10958 \family sans
10959 Sans\InsetSpace ~
10960 Serif
10961 \family default
10962  
10963 \family sans
10964 This is the Sans Serif font family.
10965 \end_layout
10966
10967 \begin_deeper
10968 \begin_layout Standard
10969 [keybinding = 
10970 \family sans
10971 M-c\InsetSpace ~
10972 s
10973 \family default
10974 ]
10975 \end_layout
10976
10977 \end_deeper
10978 \begin_layout Labeling
10979 \labelwidthstring MMMMMM
10980
10981 \family sans
10982 Typewriter
10983 \family default
10984  
10985 \family typewriter
10986 This is the Typewriter font family.
10987 \end_layout
10988
10989 \begin_deeper
10990 \begin_layout Standard
10991 [keybinding = 
10992 \family sans
10993 M-c\InsetSpace ~
10994 p
10995 \family default
10996 ]
10997 \end_layout
10998
10999 \end_deeper
11000 \end_deeper
11001 \begin_layout Labeling
11002 \labelwidthstring MMMMM
11003
11004 \family sans
11005 \bar under
11006 S
11007 \bar default
11008 eries
11009 \family default
11010  This corresponds to the print weight.
11011  Options are:
11012 \end_layout
11013
11014 \begin_deeper
11015 \begin_layout Labeling
11016 \labelwidthstring MMMMMM
11017
11018 \family sans
11019 Medium
11020 \family default
11021  This is the Medium font series.
11022 \end_layout
11023
11024 \begin_deeper
11025 \begin_layout Standard
11026 It's also the default series.
11027 \end_layout
11028
11029 \end_deeper
11030 \begin_layout Labeling
11031 \labelwidthstring MMMMMM
11032
11033 \family sans
11034 Bold
11035 \family default
11036  
11037 \series bold
11038 This is the Bold font series.
11039 \end_layout
11040
11041 \begin_deeper
11042 \begin_layout Standard
11043 You can toggle this series on or off with the keybinding 
11044 \family sans
11045 M-c\InsetSpace ~
11046 b
11047 \family default
11048 .
11049 \end_layout
11050
11051 \end_deeper
11052 \end_deeper
11053 \begin_layout Labeling
11054 \labelwidthstring MMMMM
11055
11056 \family sans
11057 S
11058 \bar under
11059 h
11060 \bar default
11061 ape
11062 \family default
11063  As the name implies.
11064  Options are:
11065 \end_layout
11066
11067 \begin_deeper
11068 \begin_layout Labeling
11069 \labelwidthstring MMMMMM
11070
11071 \family sans
11072 Upright
11073 \family default
11074  This is the Upright font shape.
11075 \end_layout
11076
11077 \begin_deeper
11078 \begin_layout Standard
11079 It's also the default shape.
11080 \end_layout
11081
11082 \end_deeper
11083 \begin_layout Labeling
11084 \labelwidthstring MMMMMM
11085
11086 \family sans
11087 Italic
11088 \family default
11089  
11090 \shape italic
11091 This
11092 \shape default
11093  
11094 \family sans
11095 \shape italic
11096 i
11097 \family default
11098 s the Italic font shape
11099 \shape default
11100 \emph on
11101 .
11102 \end_layout
11103
11104 \begin_layout Labeling
11105 \labelwidthstring MMMMMM
11106
11107 \family sans
11108 Slanted
11109 \family default
11110  
11111 \shape slanted
11112 This is the Slanted font shape
11113 \shape default
11114  (although it might not be visible on screen, this is different from italic).
11115 \end_layout
11116
11117 \begin_layout Labeling
11118 \labelwidthstring MMMMMM
11119
11120 \family sans
11121 Small\InsetSpace ~
11122 Caps
11123 \family default
11124  
11125 \shape smallcaps
11126 This is the Small caps font shape
11127 \shape default
11128 \noun on
11129 .
11130 \end_layout
11131
11132 \end_deeper
11133 \begin_layout Labeling
11134 \labelwidthstring MMMMM
11135
11136 \family sans
11137 Si
11138 \bar under
11139 z
11140 \bar default
11141 e
11142 \family default
11143  Alters the size of the font.
11144  You'll find no numerical values here; all possible sizes are actually proportio
11145 nal to the default font size.
11146  Once again, you don't feed LyX the details, but a general description of
11147  what you want to do.
11148 \end_layout
11149
11150 \begin_deeper
11151 \begin_layout Standard
11152 The options [and their keybindings] are:
11153 \end_layout
11154
11155 \begin_layout Labeling
11156 \labelwidthstring MMMMMM
11157
11158 \family sans
11159 Tiny
11160 \family default
11161  
11162 \size tiny
11163 This is the 
11164 \begin_inset Quotes eld
11165 \end_inset
11166
11167 Tiny
11168 \begin_inset Quotes erd
11169 \end_inset
11170
11171  font size.
11172 \end_layout
11173
11174 \begin_deeper
11175 \begin_layout Standard
11176 [keybinding = 
11177 \family sans
11178 M-s\InsetSpace ~
11179 t
11180 \family default
11181  or 
11182 \family sans
11183 M-s\InsetSpace ~
11184 1
11185 \family default
11186 ]
11187 \end_layout
11188
11189 \end_deeper
11190 \begin_layout Labeling
11191 \labelwidthstring MMMMMM
11192
11193 \family sans
11194 Smallest
11195 \family default
11196  
11197 \size scriptsize
11198 This is the 
11199 \begin_inset Quotes eld
11200 \end_inset
11201
11202 Smallest
11203 \begin_inset Quotes erd
11204 \end_inset
11205
11206  font size
11207 \end_layout
11208
11209 \begin_deeper
11210 \begin_layout Standard
11211 [keybinding = 
11212 \family sans
11213 M-s\InsetSpace ~
11214
11215 \family default
11216 2]
11217 \end_layout
11218
11219 \end_deeper
11220 \begin_layout Labeling
11221 \labelwidthstring MMMMMM
11222
11223 \family sans
11224 Smaller
11225 \family default
11226  
11227 \size footnotesize
11228 This is the 
11229 \begin_inset Quotes eld
11230 \end_inset
11231
11232 Smaller
11233 \begin_inset Quotes erd
11234 \end_inset
11235
11236  font size
11237 \end_layout
11238
11239 \begin_deeper
11240 \begin_layout Standard
11241 [keybinding = 
11242 \family sans
11243 M-s\InsetSpace ~
11244 S
11245 \family default
11246  or 
11247 \family sans
11248 M-s\InsetSpace ~
11249
11250 \family default
11251 3]
11252 \end_layout
11253
11254 \end_deeper
11255 \begin_layout Labeling
11256 \labelwidthstring MMMMMM
11257
11258 \family sans
11259 Small
11260 \family default
11261  
11262 \size small
11263 This is the 
11264 \begin_inset Quotes eld
11265 \end_inset
11266
11267 Small
11268 \begin_inset Quotes erd
11269 \end_inset
11270
11271  font size.
11272 \end_layout
11273
11274 \begin_deeper
11275 \begin_layout Standard
11276 [keybinding = 
11277 \family sans
11278 M-s\InsetSpace ~
11279 s
11280 \family default
11281  or 
11282 \family sans
11283 M-s\InsetSpace ~
11284
11285 \family default
11286 4]
11287 \end_layout
11288
11289 \end_deeper
11290 \begin_layout Labeling
11291 \labelwidthstring MMMMMM
11292
11293 \family sans
11294 Normal
11295 \family default
11296  This is the 
11297 \begin_inset Quotes eld
11298 \end_inset
11299
11300 Normal
11301 \begin_inset Quotes erd
11302 \end_inset
11303
11304  font size.
11305 \end_layout
11306
11307 \begin_deeper
11308 \begin_layout Standard
11309 It's also the default size.
11310  [keybinding = 
11311 \family sans
11312 M-s\InsetSpace ~
11313 n
11314 \family default
11315  or 
11316 \family sans
11317 M-s\InsetSpace ~
11318
11319 \family default
11320 5]
11321 \end_layout
11322
11323 \end_deeper
11324 \begin_layout Labeling
11325 \labelwidthstring MMMMMM
11326
11327 \family sans
11328 Large
11329 \family default
11330  
11331 \size large
11332 This is the 
11333 \begin_inset Quotes eld
11334 \end_inset
11335
11336 Large
11337 \begin_inset Quotes erd
11338 \end_inset
11339
11340  font size.
11341 \end_layout
11342
11343 \begin_deeper
11344 \begin_layout Standard
11345 [keybinding = 
11346 \family sans
11347 M-s\InsetSpace ~
11348 l
11349 \family default
11350  or 
11351 \family sans
11352 M-s\InsetSpace ~
11353
11354 \family default
11355 6]
11356 \end_layout
11357
11358 \end_deeper
11359 \begin_layout Labeling
11360 \labelwidthstring MMMMMM
11361
11362 \family sans
11363 Larger
11364 \family default
11365  
11366 \size larger
11367 This is the 
11368 \begin_inset Quotes eld
11369 \end_inset
11370
11371 Larger
11372 \begin_inset Quotes erd
11373 \end_inset
11374
11375  font size.
11376 \end_layout
11377
11378 \begin_deeper
11379 \begin_layout Standard
11380 [keybinding = 
11381 \family sans
11382 M-s\InsetSpace ~
11383 S-L
11384 \family default
11385  or 
11386 \family sans
11387 M-s\InsetSpace ~
11388
11389 \family default
11390 7]
11391 \end_layout
11392
11393 \end_deeper
11394 \begin_layout Labeling
11395 \labelwidthstring MMMMMM
11396
11397 \family sans
11398 Largest
11399 \family default
11400  
11401 \size largest
11402 This is the 
11403 \begin_inset Quotes eld
11404 \end_inset
11405
11406 Largest
11407 \begin_inset Quotes erd
11408 \end_inset
11409
11410  font size.
11411 \end_layout
11412
11413 \begin_deeper
11414 \begin_layout Standard
11415 [keybinding = 
11416 \family sans
11417 M-s\InsetSpace ~
11418
11419 \family default
11420 8]
11421 \end_layout
11422
11423 \end_deeper
11424 \begin_layout Labeling
11425 \labelwidthstring MMMMMM
11426
11427 \family sans
11428 Huge
11429 \family default
11430  
11431 \size huge
11432 This is the 
11433 \begin_inset Quotes eld
11434 \end_inset
11435
11436 Huge
11437 \begin_inset Quotes erd
11438 \end_inset
11439
11440  font size.
11441 \end_layout
11442
11443 \begin_deeper
11444 \begin_layout Standard
11445 [keybinding = 
11446 \family sans
11447 M-s\InsetSpace ~
11448 h
11449 \family default
11450  or 
11451 \family sans
11452 M-s\InsetSpace ~
11453
11454 \family default
11455 9]
11456 \end_layout
11457
11458 \end_deeper
11459 \begin_layout Labeling
11460 \labelwidthstring MMMMMM
11461
11462 \family sans
11463 Huger
11464 \family default
11465  
11466 \size giant
11467 This is the 
11468 \begin_inset Quotes eld
11469 \end_inset
11470
11471 Huger
11472 \begin_inset Quotes erd
11473 \end_inset
11474
11475  font size.
11476 \end_layout
11477
11478 \begin_deeper
11479 \begin_layout Standard
11480 [keybinding = 
11481 \family sans
11482 M-s\InsetSpace ~
11483 H
11484 \family default
11485  or 
11486 \family sans
11487 M-s\InsetSpace ~
11488
11489 \family default
11490 0]
11491 \end_layout
11492
11493 \end_deeper
11494 \begin_layout Standard
11495 We'll warn you 
11496 \emph on
11497 yet again
11498 \emph default
11499 : don't go crazy with this feature.
11500  You should almost never need to change the font size.
11501  LyX automatically changes the font size for different paragraph environments
11502  - use that instead.
11503  This is here for fine-tuning 
11504 \emph on
11505 only!
11506 \end_layout
11507
11508 \end_deeper
11509 \begin_layout Labeling
11510 \labelwidthstring MMMMM
11511
11512 \family sans
11513 \bar under
11514 M
11515 \bar default
11516 isc
11517 \family default
11518  Here you can change a few other things at the character level.
11519  Options are:
11520 \end_layout
11521
11522 \begin_deeper
11523 \begin_layout Labeling
11524 \labelwidthstring MMMMMM
11525
11526 \family sans
11527 Emph
11528 \family default
11529  
11530 \emph on
11531 This is text with emphasize on
11532 \emph default
11533 .
11534 \end_layout
11535
11536 \begin_deeper
11537 \begin_layout Standard
11538 This might seem like the same as 
11539 \shape italic
11540 Italic
11541 \shape default
11542 , but it is actually a bit different.
11543  If you use emphasize on italicized text, it will make it upright.
11544  In future versions of LyX, we hope to let you customize the exact behavior
11545  of this 
11546 \emph on
11547 logical
11548 \emph default
11549  property.
11550 \end_layout
11551
11552 \end_deeper
11553 \begin_layout Labeling
11554 \labelwidthstring MMMMMM
11555
11556 \family sans
11557 Underbar
11558 \family default
11559  
11560 \bar under
11561 This is text with Underbar on.
11562 \end_layout
11563
11564 \begin_deeper
11565 \begin_layout Standard
11566 [keybinding = 
11567 \family sans
11568 M-c\InsetSpace ~
11569 u
11570 \family default
11571 ]
11572 \end_layout
11573
11574 \end_deeper
11575 \begin_layout Labeling
11576 \labelwidthstring MMMMMM
11577
11578 \family sans
11579 Noun
11580 \family default
11581  
11582 \noun on
11583 This is text with Noun on.
11584 \end_layout
11585
11586 \begin_deeper
11587 \begin_layout Standard
11588 Like 
11589 \family sans
11590 Emph
11591 \family default
11592 , this is a logical attribute.
11593  For the moment, it is equivalent to 
11594 \family sans
11595 Small\InsetSpace ~
11596 Caps
11597 \family default
11598 , but that is bound to change some day.
11599 \end_layout
11600
11601 \end_deeper
11602 \begin_layout Standard
11603 Avoid using underbar if you can! It's a holdover from the typewriter days,
11604  when you couldn't change fonts.
11605  We no longer need to resort to emphasizing text by overstriking it with
11606  an underscore character.
11607  It's only included in LyX because it's also in LaTeX, and because some
11608  people 
11609 \emph on
11610 may
11611 \emph default
11612  need it in order to follow style sheets for journal submissions (and in
11613  fact we use it in these manuals to indicate keyboard shortcuts for menu
11614  items).
11615 \end_layout
11616
11617 \end_deeper
11618 \begin_layout Labeling
11619 \labelwidthstring 00.00.0000
11620
11621 \family sans
11622 Color
11623 \family default
11624  You can adjust the color of the text with this control.
11625  Of course, you need to have a color printer to exploit this, but you also
11626  need to have the 
11627 \family sans
11628 color
11629 \family default
11630  LaTeX package installed.
11631  Notice that 
11632 \family typewriter
11633 xdvi
11634 \family default
11635  is not able to display these colors.
11636  Besides 
11637 \family sans
11638 No\InsetSpace ~
11639 color
11640 \family default
11641 , which is the standard 
11642 \begin_inset Quotes eld
11643 \end_inset
11644
11645 color
11646 \begin_inset Quotes erd
11647 \end_inset
11648
11649 , you can choose between 
11650 \family sans
11651 Black
11652 \family default
11653
11654 \family sans
11655 White
11656 \family default
11657
11658 \family sans
11659 Red
11660 \family default
11661
11662 \family sans
11663 Green
11664 \family default
11665
11666 \family sans
11667 Blue
11668 \family default
11669
11670 \family sans
11671 Cyan
11672 \family default
11673
11674 \family sans
11675 Magenta
11676 \family default
11677  and 
11678 \family sans
11679 Yellow
11680 \family default
11681  text.
11682 \end_layout
11683
11684 \begin_layout Labeling
11685 \labelwidthstring 00.00.0000
11686
11687 \family sans
11688 Language
11689 \family default
11690  This is used to mark regions of text as having a different language from
11691  the language of the document.
11692  Text marked in this way will be underlined in blue to indicate the change.
11693 \end_layout
11694
11695 \begin_layout Standard
11696 You have a huge number of combinations to choose from.
11697 \end_layout
11698
11699 \begin_layout Standard
11700 Once you've chosen a new character style via the 
11701 \family sans
11702 \bar under
11703 E
11704 \bar default
11705 dit\SpecialChar \menuseparator
11706 Text\InsetSpace ~
11707
11708 \bar under
11709 S
11710 \bar default
11711 tyle
11712 \family default
11713  dialog, you can activate it using the toolbar button labelled 
11714 \begin_inset Quotes eld
11715 \end_inset
11716
11717 Font
11718 \begin_inset Quotes erd
11719 \end_inset
11720
11721 , or select 
11722 \family sans
11723 \bar under
11724 A
11725 \bar default
11726 pply
11727 \family default
11728 .
11729  The toolbar button lets you toggle the state of your custom character style
11730  even when the dialog isn't visible.
11731  
11732 \end_layout
11733
11734 \begin_layout Standard
11735 As we stated earlier, to completely reset the character style to the default,
11736  use 
11737 \family sans
11738 M-c\InsetSpace ~
11739 Space
11740 \family default
11741 .
11742  If you want to toggle only those properties that you have just changed
11743  (suppose you just sent the shape to 
11744 \begin_inset Quotes eld
11745 \end_inset
11746
11747 slanted
11748 \begin_inset Quotes erd
11749 \end_inset
11750
11751  and the series to 
11752 \begin_inset Quotes eld
11753 \end_inset
11754
11755 bold
11756 \begin_inset Quotes erd
11757 \end_inset
11758
11759 ), set the 
11760 \family sans
11761 Toggle on all these
11762 \family default
11763  switch and press 
11764 \family sans
11765 \bar under
11766 A
11767 \bar default
11768 pply
11769 \family default
11770 .
11771  
11772 \end_layout
11773
11774 \begin_layout Standard
11775 We conclude with the same warning we've been spewing: Don't overuse the
11776  fonts.
11777  They are, more often than not, a kludge and a horrible substitute for good
11778  writing.
11779  Your writing should speak for itself --- and will.
11780 \end_layout
11781
11782 \begin_layout Section
11783 Printing and Previewing
11784 \end_layout
11785
11786 \begin_layout Subsection
11787 Overview
11788 \end_layout
11789
11790 \begin_layout Standard
11791 Now that we've covered some of the basic features of document preparation
11792  using LyX, you probably want to know how to print out your masterpiece.
11793  Before we tell you that, however, we want to give you a quickie explanation
11794  of what goes on behind-the-scenes.
11795  We cover this information in much greater detail in the 
11796 \emph on
11797 Extended Features
11798 \emph default
11799  manual as well.
11800 \end_layout
11801
11802 \begin_layout Standard
11803 LyX uses a program called 
11804 \begin_inset Quotes eld
11805 \end_inset
11806
11807 LaTeX
11808 \begin_inset Quotes erd
11809 \end_inset
11810
11811  as its backend.
11812  (Actually, LaTeX is just a macro package for the TeX typesetting system,
11813  but to prevent confusion, we'll just refer to the whole magilla as 
11814 \begin_inset Quotes eld
11815 \end_inset
11816
11817 LaTeX.
11818 \begin_inset Quotes erd
11819 \end_inset
11820
11821 ) Think of it this way: LyX is what you use to do your actual writing.
11822  Then, LyX calls LaTeX to turn your writing into printable output.
11823  This happens in a couple of stages:
11824 \end_layout
11825
11826 \begin_layout Enumerate
11827 First, LyX converts your document to a series of text commands for LaTeX,
11828  generating a file with the extension, 
11829 \begin_inset Quotes eld
11830 \end_inset
11831
11832
11833 \family typewriter
11834 .tex
11835 \family default
11836
11837 \begin_inset Quotes erd
11838 \end_inset
11839
11840 .
11841  
11842 \end_layout
11843
11844 \begin_layout Enumerate
11845 Next, LaTeX uses the commands in the 
11846 \family typewriter
11847 .tex
11848 \family default
11849  file to produce printable output.
11850  It doesn't know anything about your printer, however.
11851  Instead, LaTeX produces what's known as a 
11852 \emph on
11853 device-independent
11854 \emph default
11855  file, or DVI for short.
11856  The actual output is in a file with the extension, 
11857 \begin_inset Quotes eld
11858 \end_inset
11859
11860
11861 \family typewriter
11862 .dvi
11863 \family default
11864
11865 \begin_inset Quotes erd
11866 \end_inset
11867
11868 .
11869  DVI files are completely portable; you can move them from one machine to
11870  another without needing to do any sort of conversion.
11871 \end_layout
11872
11873 \begin_deeper
11874 \begin_layout Description
11875 NOTE: The DVI file only contains what was in the LaTeX file itself.
11876  If you have included PostScript pictures in your document, there will only
11877  be a link to these files.
11878  So don't forget these files if you move your 
11879 \family typewriter
11880 .dvi
11881 \family default
11882  file to another computer.
11883 \end_layout
11884
11885 \end_deeper
11886 \begin_layout Enumerate
11887 Consider the 
11888 \family typewriter
11889 .dvi
11890 \family default
11891  file to be the 
11892 \begin_inset Quotes eld
11893 \end_inset
11894
11895 final output.
11896 \begin_inset Quotes erd
11897 \end_inset
11898
11899  Once you have it, you can view it, print it, or convert it to other formats.
11900 \end_layout
11901
11902 \begin_deeper
11903 \begin_layout Enumerate
11904 You can view 
11905 \family typewriter
11906 .dvi
11907 \family default
11908  files using a program called 
11909 \family typewriter
11910 xdvi
11911 \family default
11912 .
11913 \end_layout
11914
11915 \begin_layout Enumerate
11916 Some printers and Unix systems understand DVI, and can print your 
11917 \family typewriter
11918 .dvi
11919 \family default
11920  file directly.
11921 \end_layout
11922
11923 \begin_layout Enumerate
11924 Nowadays, most printers understand the PostScript format.
11925  LyX automatically converts the 
11926 \family typewriter
11927 .dvi
11928 \family default
11929  file to a PostScript file for you when you go to print out your document.
11930  LyX will also let you preview a PostScript version of your document using
11931  the program 
11932 \family typewriter
11933 ghostview
11934 \family default
11935 .
11936 \end_layout
11937
11938 \begin_deeper
11939 \begin_layout Standard
11940 One advantage of using PostScript® is that the converter program [called
11941  
11942 \family typewriter
11943 dvips
11944 \family default
11945 ] takes any PostScript graphics you may have included in your document and
11946  puts it into the resulting PostScript version of your document.
11947  It also includes any special fonts you may have used.
11948  That makes the PostScript version much, much more portable than the DVI
11949  version.
11950 \end_layout
11951
11952 \end_deeper
11953 \end_deeper
11954 \begin_layout Standard
11955 LyX does all of these steps automagically for you.
11956 \end_layout
11957
11958 \begin_layout Standard
11959 As you have seen, a lot of things happen before you get a hardcopy or a
11960  preview of your document.
11961  So, don't worry if printing requires a bit more time than with other word
11962  processors.
11963  The printed result is worth the wait.
11964  Quality always has its price.
11965 \end_layout
11966
11967 \begin_layout Subsection
11968 Quick Viewing with xdvi
11969 \end_layout
11970
11971 \begin_layout Standard
11972 To get a look at the final version of your document, with all of the pagebreaks
11973  in place, the footnotes correctly numbered, and so on, select 
11974 \family sans
11975 \bar under
11976 V
11977 \bar default
11978 iew\SpecialChar \menuseparator
11979
11980 \bar under
11981 D
11982 \bar default
11983 VI
11984 \family default
11985 .
11986  Then wait a while.
11987 \end_layout
11988
11989 \begin_layout Standard
11990 When all of the behind-the-scenes action is done, LyX calls the program
11991  
11992 \family typewriter
11993 xdvi
11994 \family default
11995 .
11996  You can now look at the results.
11997  [If you want more info on the 
11998 \family typewriter
11999 xdvi
12000 \family default
12001  program, see the 
12002 \family typewriter
12003 man
12004 \family default
12005 -pages.]
12006 \end_layout
12007
12008 \begin_layout Description
12009 Helpful-Tip: Keep the 
12010 \family typewriter
12011 xdvi
12012 \family default
12013  window open, maybe moving it to another desktop.
12014  Then, after you make changes to your document, just use 
12015 \family sans
12016 \bar under
12017 V
12018 \bar default
12019 iew\SpecialChar \menuseparator
12020
12021 \bar under
12022 U
12023 \bar default
12024 pdate\SpecialChar \menuseparator
12025
12026 \bar under
12027 D
12028 \bar default
12029 VI
12030 \family default
12031 .
12032  Now click on the 
12033 \family typewriter
12034 xdvi
12035 \family default
12036  window.
12037  The 
12038 \family typewriter
12039 xdvi
12040 \family default
12041  program will automatically reread the 
12042 \family typewriter
12043 .dvi
12044 \family default
12045  file and give you an updated view.
12046 \end_layout
12047
12048 \begin_layout Subsection
12049 Viewing the PostScript Version with ghostview
12050 \end_layout
12051
12052 \begin_layout Standard
12053 In general, using 
12054 \family typewriter
12055 xdvi
12056 \family default
12057  to view your document is the easiest and fastest way.
12058  There may be times, however, when you want to look at the PostScript version.
12059  One reason is fonts.
12060 \begin_inset Foot
12061 status collapsed
12062
12063 \begin_layout Standard
12064 Note from 
12065 \noun on
12066 John Weiss
12067 \noun default
12068 : Another reason is paranoia.
12069  I always like to look at the PostScript file before I print it, just so
12070  I see exactly what went to the printer\SpecialChar \ldots{}
12071
12072 \end_layout
12073
12074 \end_inset
12075
12076  You can use PostScript fonts in a LaTeX document, but 
12077 \family typewriter
12078 xdvi
12079 \family default
12080  won't show this.
12081  You'll need to use 
12082 \family typewriter
12083 ghostview
12084 \family default
12085  or some other PostScript file viewer to see the actual results.
12086 \end_layout
12087
12088 \begin_layout Standard
12089 To view the PostScript version of your document, select 
12090 \family sans
12091 Pos
12092 \bar under
12093 t
12094 \bar default
12095 Script
12096 \family default
12097  from the 
12098 \family sans
12099 \bar under
12100 V
12101 \bar default
12102 iew
12103 \family default
12104  menu.
12105  When all of the magic behind-the-scenes is done, LyX calls the program
12106  
12107 \family typewriter
12108 ghostview
12109 \family default
12110 .
12111  You can now look at the results.
12112 \end_layout
12113
12114 \begin_layout Standard
12115 You've guessed what the 
12116 \family sans
12117 \bar under
12118 U
12119 \bar default
12120 pdate\SpecialChar \menuseparator
12121 Pos
12122 \bar under
12123 t
12124 \bar default
12125 script
12126 \family default
12127  command from the 
12128 \family sans
12129 \bar under
12130 V
12131 \bar default
12132 iew
12133 \family default
12134  menu does, haven't you? Remember to click once in the 
12135 \family typewriter
12136 ghostview
12137 \family default
12138  window after this command to update the view.
12139 \end_layout
12140
12141 \begin_layout Subsection
12142 Printing the File
12143 \end_layout
12144
12145 \begin_layout Standard
12146 To print a file, select 
12147 \family sans
12148 \bar under
12149 P
12150 \bar default
12151 rint
12152 \family default
12153  from the 
12154 \family sans
12155 \bar under
12156 F
12157 \bar default
12158 ile
12159 \family default
12160  menu, or click on the toolbar button with the printer on it.
12161  This opens the 
12162 \family sans
12163 Print
12164 \family default
12165  dialog.
12166 \end_layout
12167
12168 \begin_layout Standard
12169 You can choose to only print even-numbered or odd-numbered pages - this
12170  is useful for printing on two sides: you can re-insert the pages after
12171  printing one set of pages, to print on the other side.
12172  Some printers spit out pages face-up, others, face-down.
12173  By choosing a particular order to print in, you can take the entire stack
12174  of pages out of the printer without needing to reorder them.
12175 \end_layout
12176
12177 \begin_layout Standard
12178 You can set the parameters in the 
12179 \family sans
12180 Destination
12181 \family default
12182  box as follows :
12183 \end_layout
12184
12185 \begin_layout Labeling
12186 \labelwidthstring MMMM
12187
12188 \family sans
12189 \bar under
12190 P
12191 \bar default
12192 rinter
12193 \family default
12194  This is the name of the printer to print to.
12195 \begin_inset Foot
12196 status collapsed
12197
12198 \begin_layout Standard
12199 Note that this printer name isn't for the 
12200 \family typewriter
12201 lpr
12202 \family default
12203  command but for 
12204 \family typewriter
12205 dvips
12206 \family default
12207 .
12208  That means 
12209 \family typewriter
12210 dvips
12211 \family default
12212  has to be configured for this printer name.
12213  See the section 
12214 \begin_inset LatexCommand ref
12215 reference "sec:dvipsconfig"
12216
12217 \end_inset
12218
12219  or the 
12220 \family typewriter
12221 dvips
12222 \family default
12223  documentation for details.
12224  The default printer can also be set in 
12225 \family typewriter
12226 lyxrc
12227 \family default
12228 .
12229 \end_layout
12230
12231 \end_inset
12232
12233  The printer should understand PostScript files.
12234 \end_layout
12235
12236 \begin_layout Labeling
12237 \labelwidthstring MMMM
12238
12239 \family sans
12240 \bar under
12241 F
12242 \bar default
12243 ile
12244 \family default
12245  The name of a file to print to.
12246  The output will be in Post\SpecialChar \-
12247 Script format.
12248  The file will generally be written in the current directory, unless you
12249  specify the full path.
12250 \end_layout
12251
12252 \begin_layout Standard
12253 Note that printing may need little time, since LaTeX, 
12254 \family typewriter
12255 dvips
12256 \family default
12257  and, if you don't have a PostScript printer, 
12258 \family typewriter
12259 ghostscript
12260 \family default
12261  have to process your document.
12262 \end_layout
12263
12264 \begin_layout Section
12265 A Few Words about Typography
12266 \end_layout
12267
12268 \begin_layout Subsection
12269 Hyphens and Hyphenation
12270 \begin_inset LatexCommand label
12271 name "sec:hyphens"
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \begin_layout Standard
12279 In LyX, the 
12280 \begin_inset Quotes eld
12281 \end_inset
12282
12283
12284 \family typewriter
12285 -
12286 \family default
12287
12288 \begin_inset Quotes erd
12289 \end_inset
12290
12291  character comes in three lengths, often called the 
12292 \emph on
12293 hyphen
12294 \emph default
12295 , the 
12296 \emph on
12297 en dash
12298 \emph default
12299 , and the 
12300 \emph on
12301 em dash
12302 \emph default
12303 :
12304 \end_layout
12305
12306 \begin_layout Enumerate
12307 hyphen
12308 \hfill
12309 -
12310 \hfill
12311 made with 
12312 \begin_inset Quotes eld
12313 \end_inset
12314
12315
12316 \family typewriter
12317 -
12318 \family default
12319
12320 \begin_inset Quotes eld
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \begin_layout Enumerate
12327 en dash
12328 \hfill
12329 --
12330 \hfill
12331 made with 
12332 \begin_inset Quotes eld
12333 \end_inset
12334
12335
12336 \family typewriter
12337 -
12338 \begin_inset ERT
12339 status collapsed
12340
12341 \begin_layout Standard
12342
12343
12344 \backslash
12345 /
12346 \end_layout
12347
12348 \end_inset
12349
12350 -
12351 \family default
12352
12353 \begin_inset Quotes erd
12354 \end_inset
12355
12356
12357 \end_layout
12358
12359 \begin_layout Enumerate
12360 em dash
12361 \hfill
12362 ---
12363 \hfill
12364 made with 
12365 \begin_inset Quotes eld
12366 \end_inset
12367
12368
12369 \family typewriter
12370 -
12371 \begin_inset ERT
12372 status collapsed
12373
12374 \begin_layout Standard
12375
12376
12377 \backslash
12378 /
12379 \end_layout
12380
12381 \end_inset
12382
12383 -
12384 \begin_inset ERT
12385 status collapsed
12386
12387 \begin_layout Standard
12388
12389
12390 \backslash
12391 /
12392 \end_layout
12393
12394 \end_inset
12395
12396 -
12397 \family default
12398
12399 \begin_inset Quotes erd
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Enumerate
12406 minus sign
12407 \hfill
12408
12409 \begin_inset Formula $-$
12410 \end_inset
12411
12412
12413 \hfill
12414
12415 \begin_inset Quotes eld
12416 \end_inset
12417
12418
12419 \family typewriter
12420 -
12421 \family default
12422
12423 \begin_inset Quotes erd
12424 \end_inset
12425
12426  in math mode
12427 \end_layout
12428
12429 \begin_layout Standard
12430 You generate these by using the 
12431 \begin_inset Quotes eld
12432 \end_inset
12433
12434
12435 \family typewriter
12436 -
12437 \family default
12438
12439 \begin_inset Quotes erd
12440 \end_inset
12441
12442  character multiple times in a row.
12443  LyX automatically converts them to the appropriate length dash in the final
12444  output.
12445 \end_layout
12446
12447 \begin_layout Standard
12448 The three types of dash are distinct from the minus sign, which appears
12449  in math mode and has a length of its own.
12450  Here are some examples of the 
12451 \begin_inset Quotes eld
12452 \end_inset
12453
12454
12455 \family typewriter
12456 -
12457 \family default
12458
12459 \begin_inset Quotes erd
12460 \end_inset
12461
12462  in use:
12463 \end_layout
12464
12465 \begin_layout Enumerate
12466 line- and page-breaks
12467 \hfill
12468 (
12469 \emph on
12470 hyphen
12471 \emph default
12472 )
12473 \end_layout
12474
12475 \begin_layout Enumerate
12476 From A--Z
12477 \hfill
12478 (
12479 \emph on
12480 en dash
12481 \emph default
12482 )
12483 \end_layout
12484
12485 \begin_layout Enumerate
12486 Oh --- there's a dash.
12487 \hfill
12488 (
12489 \emph on
12490 em dash
12491 \emph default
12492 )
12493 \end_layout
12494
12495 \begin_layout Enumerate
12496 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12497 \end_inset
12498
12499
12500 \hfill
12501 (
12502 \emph on
12503 minus sign
12504 \emph default
12505 )
12506 \end_layout
12507
12508 \begin_layout Standard
12509 Those of you reading this from within LyX will see no difference, though
12510  there is one in the printed version.
12511 \end_layout
12512
12513 \begin_layout Standard
12514 One more note about hyphenation --- LyX automatically breaks up words and
12515  inserts hyphens in English text.
12516  The words won't be hyphenated until you generate the final output.
12517 \end_layout
12518
12519 \begin_layout Standard
12520 Actually, it's LaTeX that does this, and it will also hyphenate words in
12521  
12522 \emph on
12523 some
12524 \emph default
12525  other languages.
12526  To know whether (PDF)LaTeX hyphenates for 
12527 \emph on
12528 your
12529 \emph default
12530  language, look at any log file produced by a LaTeX run: it will say
12531 \end_layout
12532
12533 \begin_layout Quote
12534
12535 \family typewriter
12536 Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman,
12537  nohyphenation, loaded.
12538 \end_layout
12539
12540 \begin_layout Standard
12541 This tells you that, e.g., if you write in Finnish, you're out of luck.
12542  Study (for the teTeX distribution of LaTeX) the utilities 
12543 \family typewriter
12544 texconfig
12545 \family default
12546  and 
12547 \family typewriter
12548 fmtutil
12549 \family default
12550  in order to switch hyphenation on for your language by 
12551 \begin_inset Quotes eld
12552 \end_inset
12553
12554 uncommenting
12555 \begin_inset Quotes erd
12556 \end_inset
12557
12558  the relevant line in a file typically named 
12559 \family typewriter
12560 language.dat
12561 \family default
12562 .
12563  Sorry for the inconvenience.
12564 \end_layout
12565
12566 \begin_layout Standard
12567 If, for whatever reason, LaTeX 
12568 \emph on
12569 still
12570 \emph default
12571  can't break a word correctly (e.g., a compound word), you can set hyphenation
12572  points manually.
12573  This is done with the menu item 
12574 \family sans
12575 Hyphenation\InsetSpace ~
12576
12577 \bar under
12578 P
12579 \bar default
12580 oint
12581 \family default
12582  under 
12583 \family sans
12584 Special\InsetSpace ~
12585 F
12586 \bar under
12587 o
12588 \bar default
12589 rmatting
12590 \family default
12591  in the 
12592 \family sans
12593 \bar under
12594 I
12595 \bar default
12596 nsert
12597 \family default
12598  menu.
12599  Note that these extra hyphenation points are only recommendations to LaTeX.
12600  If no hyphenation is necessary, LaTeX will totally ignore them.
12601 \end_layout
12602
12603 \begin_layout Subsection
12604 Punctuation Marks
12605 \end_layout
12606
12607 \begin_layout Subsubsection
12608 Abbreviations and End of Sentence
12609 \begin_inset LatexCommand label
12610 name "sec:abbrev"
12611
12612 \end_inset
12613
12614
12615 \end_layout
12616
12617 \begin_layout Standard
12618 When LyX calls LaTeX to generate the final version of your document, LaTeX
12619  automatically distinguishes between words, sentences, and abbreviations.
12620  LaTeX then adds the 
12621 \begin_inset Quotes eld
12622 \end_inset
12623
12624 appropriate amount of space
12625 \begin_inset Quotes erd
12626 \end_inset
12627
12628 : sentences get a little bit more space between the period and the next
12629  word.
12630  Abbreviations get the same amount of space after the period as a word uses.
12631 \end_layout
12632
12633 \begin_layout Standard
12634 Unfortunately, the algorithm for figuring out what's an abbreviation and
12635  what's the end of a sentence is really quite brain-dead.
12636  If a 
12637 \begin_inset Quotes eld
12638 \end_inset
12639
12640
12641 \family typewriter
12642 .
12643 \family default
12644
12645 \begin_inset Quotes erd
12646 \end_inset
12647
12648  is at the end of a lowercase letter, it's the end of a sentence; if it's
12649  at the end of a capitalized letter, it's an abbreviation.
12650 \end_layout
12651
12652 \begin_layout Standard
12653 Here are some examples of 
12654 \emph on
12655 correct
12656 \emph default
12657  abbreviations and the end of a sentence:
12658 \end_layout
12659
12660 \begin_layout Itemize
12661 M.
12662  Butterfly
12663 \end_layout
12664
12665 \begin_layout Itemize
12666 Don't worry.
12667  Be happy.
12668 \end_layout
12669
12670 \begin_layout Standard
12671 \SpecialChar \ldots{}
12672 and here's an example of the algorithm going wrong:
12673 \end_layout
12674
12675 \begin_layout Itemize
12676 e.
12677  g.
12678  this is too much space!
12679 \end_layout
12680
12681 \begin_layout Itemize
12682 This is I.
12683  It's okay.
12684 \end_layout
12685
12686 \begin_layout Standard
12687 You won't see anything wrong until you view a final version of your document.
12688 \end_layout
12689
12690 \begin_layout Standard
12691 To fix this problem, use one of the following:
12692 \end_layout
12693
12694 \begin_layout Enumerate
12695 Use an 
12696 \family sans
12697 Inter-word\InsetSpace ~
12698 Space
12699 \family default
12700  after lowercase abbreviations (see section\InsetSpace ~
12701
12702 \begin_inset LatexCommand ref
12703 reference "sec:normblank-lbreak-horline"
12704
12705 \end_inset
12706
12707 ).
12708 \end_layout
12709
12710 \begin_layout Enumerate
12711 Use a 
12712 \family sans
12713 Thin\InsetSpace ~
12714 Space
12715 \family default
12716  between two tokens of an abbreviation (see section\InsetSpace ~
12717
12718 \begin_inset LatexCommand ref
12719 reference "sec:thinblank-lbreak-horline"
12720
12721 \end_inset
12722
12723 ).
12724 \end_layout
12725
12726 \begin_layout Enumerate
12727 Use an 
12728 \family sans
12729 End\InsetSpace ~
12730 of\InsetSpace ~
12731 sentence\InsetSpace ~
12732 period
12733 \family default
12734  found under the 
12735 \family sans
12736 \bar under
12737 I
12738 \bar default
12739 nsert\SpecialChar \menuseparator
12740
12741 \bar under
12742 S
12743 \bar default
12744 pecial\InsetSpace ~
12745 Character
12746 \family default
12747  menu to force the use of inter-sentence spacing.
12748  This function is also bound to 
12749 \family sans
12750 C-period
12751 \family default
12752  for easy access.
12753 \end_layout
12754
12755 \begin_layout Standard
12756 With the corrections, our earlier examples look like this:
12757 \end_layout
12758
12759 \begin_layout Itemize
12760 e.\InsetSpace \thinspace{}
12761 g.\InsetSpace \space{}
12762 this is too much space!
12763 \end_layout
12764
12765 \begin_layout Itemize
12766 This is I\SpecialChar \@.
12767  It's okay.
12768 \end_layout
12769
12770 \begin_layout Standard
12771 Some languages don't use extra spacing between sentences.
12772  If your language is such a language, you don't need to worry about all
12773  of this.
12774  For those that do need to bother, there is help to catch those sneaky errors:
12775  check out the 
12776 \family sans
12777 \bar under
12778 T
12779 \bar default
12780 ools\SpecialChar \menuseparator
12781 C
12782 \bar under
12783 h
12784 \bar default
12785 eck\InsetSpace ~
12786 TeX
12787 \family default
12788  feature described in 
12789 \emph on
12790 Extended Editing
12791 \emph default
12792 .
12793 \end_layout
12794
12795 \begin_layout Subsubsection
12796 Quotes
12797 \begin_inset LatexCommand label
12798 name "sec:quotes"
12799
12800 \end_inset
12801
12802
12803 \end_layout
12804
12805 \begin_layout Standard
12806 LyX usually sets quotes correctly.
12807  Specifically, it will use an opening quote at the beginning of quoted text,
12808  and use a closing quote at the end.
12809  For example, 
12810 \begin_inset Quotes eld
12811 \end_inset
12812
12813 open close
12814 \begin_inset Quotes erd
12815 \end_inset
12816
12817 .
12818  The keyboard character, 
12819 \family sans
12820 "
12821 \family default
12822 , generates this automatically.
12823 \end_layout
12824
12825 \begin_layout Standard
12826
12827 \series bold
12828 New in version 1.4:
12829 \series default
12830  To get single quotation marks, you have to press 
12831 \family sans
12832 C-"
12833 \family default
12834 .
12835   This produces quotation marks like this: 
12836 \begin_inset Quotes els
12837 \end_inset
12838
12839 '.
12840 \end_layout
12841
12842 \begin_layout Standard
12843 You can also select quotes for different languages via the 
12844 \family sans
12845 \bar under
12846 T
12847 \bar default
12848 ype
12849 \family default
12850  option.
12851  There are six choices:
12852 \end_layout
12853
12854 \begin_layout Labeling
12855 \labelwidthstring MMMMM
12856
12857 \family sans
12858 \begin_inset Quotes eld
12859 \end_inset
12860
12861 Text
12862 \begin_inset Quotes erd
12863 \end_inset
12864
12865
12866 \family default
12867  Use quotes like this 
12868 \begin_inset Quotes eld
12869 \end_inset
12870
12871 double
12872 \begin_inset Quotes erd
12873 \end_inset
12874
12875  or 
12876 \begin_inset Quotes els
12877 \end_inset
12878
12879 single
12880 \begin_inset Quotes ers
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \begin_layout Labeling
12887 \labelwidthstring MMMMM
12888
12889 \family sans
12890 \begin_inset Quotes sld
12891 \end_inset
12892
12893 Text
12894 \begin_inset Quotes srd
12895 \end_inset
12896
12897
12898 \family default
12899  Use quotes like 
12900 \begin_inset Quotes sld
12901 \end_inset
12902
12903 this
12904 \begin_inset Quotes srd
12905 \end_inset
12906
12907  or 'this
12908 \begin_inset Quotes ers
12909 \end_inset
12910
12911
12912 \end_layout
12913
12914 \begin_layout Labeling
12915 \labelwidthstring MMMMM
12916
12917 \family sans
12918 \begin_inset Quotes gld
12919 \end_inset
12920
12921 Text
12922 \begin_inset Quotes grd
12923 \end_inset
12924
12925
12926 \family default
12927  Use quotes like 
12928 \begin_inset Quotes gld
12929 \end_inset
12930
12931 this
12932 \begin_inset Quotes grd
12933 \end_inset
12934
12935  or 
12936 \begin_inset Quotes gls
12937 \end_inset
12938
12939 this
12940 \begin_inset Quotes grs
12941 \end_inset
12942
12943
12944 \end_layout
12945
12946 \begin_layout Labeling
12947 \labelwidthstring MMMMM
12948
12949 \family sans
12950 \begin_inset Quotes pld
12951 \end_inset
12952
12953 Text
12954 \begin_inset Quotes prd
12955 \end_inset
12956
12957
12958 \family default
12959  Use quotes like 
12960 \begin_inset Quotes pld
12961 \end_inset
12962
12963 this
12964 \begin_inset Quotes prd
12965 \end_inset
12966
12967  or 
12968 \begin_inset Quotes pls
12969 \end_inset
12970
12971 this
12972 \begin_inset Quotes prs
12973 \end_inset
12974
12975
12976 \end_layout
12977
12978 \begin_layout Labeling
12979 \labelwidthstring MMMMM
12980
12981 \family sans
12982 \begin_inset Quotes fld
12983 \end_inset
12984
12985 Text
12986 \begin_inset Quotes frd
12987 \end_inset
12988
12989
12990 \family default
12991  Use quotes like 
12992 \begin_inset Quotes fld
12993 \end_inset
12994
12995 this
12996 \begin_inset Quotes frd
12997 \end_inset
12998
12999  or 
13000 \begin_inset Quotes fls
13001 \end_inset
13002
13003 this
13004 \begin_inset Quotes frs
13005 \end_inset
13006
13007
13008 \end_layout
13009
13010 \begin_layout Labeling
13011 \labelwidthstring MMMMM
13012
13013 \family sans
13014 \begin_inset Quotes ald
13015 \end_inset
13016
13017 Text
13018 \begin_inset Quotes ard
13019 \end_inset
13020
13021
13022 \family default
13023  Use quotes like 
13024 \begin_inset Quotes ald
13025 \end_inset
13026
13027 this
13028 \begin_inset Quotes ard
13029 \end_inset
13030
13031  or 
13032 \begin_inset Quotes als
13033 \end_inset
13034
13035 this
13036 \begin_inset Quotes ars
13037 \end_inset
13038
13039
13040 \end_layout
13041
13042 \begin_layout Standard
13043 Again, this affects what character the 
13044 \family sans
13045 "
13046 \family default
13047  key produces.
13048 \end_layout
13049
13050 \begin_layout Standard
13051 On the other hand, if you want to produce a bona-fide quote character, type
13052  
13053 \family sans
13054 M-"
13055 \family default
13056 .
13057  This produces: 
13058 \family typewriter
13059 "
13060 \family default
13061 .
13062 \end_layout
13063
13064 \begin_layout Subsection
13065 Ligatures
13066 \begin_inset LatexCommand label
13067 name "sec:ligatures"
13068
13069 \end_inset
13070
13071
13072 \end_layout
13073
13074 \begin_layout Standard
13075 It is standard typesetting practice to group certain letters together and
13076  print them as single characters.
13077  These groups are known as 
13078 \emph on
13079 ligatures
13080 \emph default
13081 .
13082  Since LaTeX knows about ligatures, your LyX documents will contain them,
13083  too.
13084  Here are the possible ligatures:
13085 \end_layout
13086
13087 \begin_layout Itemize
13088 ff
13089 \end_layout
13090
13091 \begin_layout Itemize
13092 fi
13093 \end_layout
13094
13095 \begin_layout Itemize
13096 fl
13097 \end_layout
13098
13099 \begin_layout Itemize
13100 ffi
13101 \end_layout
13102
13103 \begin_layout Itemize
13104 ffl
13105 \end_layout
13106
13107 \begin_layout Standard
13108 Once in a while, though, you don't want a ligature in a word.
13109  While a ligature may be okay in the word, 
13110 \begin_inset Quotes eld
13111 \end_inset
13112
13113 graffiti,
13114 \begin_inset Quotes erd
13115 \end_inset
13116
13117  it looks really weird in compound words, such as 
13118 \begin_inset Quotes eld
13119 \end_inset
13120
13121 cufflink
13122 \begin_inset Quotes erd
13123 \end_inset
13124
13125  or the German 
13126 \begin_inset Quotes eld
13127 \end_inset
13128
13129 Dorffest.
13130 \begin_inset Quotes erd
13131 \end_inset
13132
13133  To break a ligature, use 
13134 \family sans
13135 \bar under
13136 I
13137 \bar default
13138 nsert\SpecialChar \menuseparator
13139 Special\InsetSpace ~
13140 F
13141 \bar under
13142 o
13143 \bar default
13144 rmatting
13145 \family default
13146 \SpecialChar \menuseparator
13147
13148 \family sans
13149 Ligature\InsetSpace ~
13150 Break.
13151
13152 \family default
13153  This changes 
13154 \begin_inset Quotes eld
13155 \end_inset
13156
13157 cufflinks
13158 \begin_inset Quotes erd
13159 \end_inset
13160
13161  to 
13162 \begin_inset Quotes eld
13163 \end_inset
13164
13165 cuff\SpecialChar \textcompwordmark{}
13166 links
13167 \begin_inset Quotes erd
13168 \end_inset
13169
13170  and 
13171 \begin_inset Quotes eld
13172 \end_inset
13173
13174 Dorffest
13175 \begin_inset Quotes erd
13176 \end_inset
13177
13178  to 
13179 \begin_inset Quotes eld
13180 \end_inset
13181
13182 Dorf\SpecialChar \textcompwordmark{}
13183 fest
13184 \begin_inset Quotes erd
13185 \end_inset
13186
13187 .
13188 \end_layout
13189
13190 \begin_layout Subsection
13191 Widows and Orphans
13192 \begin_inset LatexCommand label
13193 name "sec:widows"
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 In the early days of word processors, page breaks went wherever the page
13202  happened to end.
13203  There was no regard for what was actually going on in the text.
13204  You may remember once printing out a document, only to find the heading
13205  for a new section printed at the very bottom of the page, the first line
13206  of a new paragraph all alone at the bottom of a page, or the last line
13207  of a paragraph at the top of a new page.
13208  These dangly-bits of text became known as 
13209 \emph on
13210 widows
13211 \emph default
13212  and 
13213 \emph on
13214 orphans
13215 \emph default
13216 .
13217 \end_layout
13218
13219 \begin_layout Standard
13220 Clearly, LyX can avoid breaking pages after a section heading.
13221  That's part of the advantage of paragraph environments.
13222  But what about widows and orphans, where the page breaks leave one line
13223  of a paragraph all alone at the top or bottom of a page? There are rules
13224  built into LaTeX governing page breaks, and some of those rules are there
13225  to specifically prevent widows and orphans.
13226  This is the advantage LyX has in using LaTeX as its backend.
13227 \end_layout
13228
13229 \begin_layout Standard
13230 There's no way we can go into how TeX and LaTeX decide to break a page,
13231  or how you can tweak that behavior.
13232  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13233
13234 \begin_inset LatexCommand cite
13235 key "latexcompanion"
13236
13237 \end_inset
13238
13239  or\InsetSpace ~
13240
13241 \begin_inset LatexCommand cite
13242 key "latexguide"
13243
13244 \end_inset
13245
13246 ] may have more information.
13247  You will almost never need to worry about this, however.
13248 \end_layout
13249
13250 \begin_layout Chapter
13251 Floats: Tables, Figures, Footnotes and Margin Notes
13252 \begin_inset OptArg
13253 status collapsed
13254
13255 \begin_layout Standard
13256 Tables, Figures, and Notes
13257 \end_layout
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Section
13265 Footnotes
13266 \end_layout
13267
13268 \begin_layout Standard
13269 Unlike other typesetting programs, LyX uses 
13270 \begin_inset Quotes eld
13271 \end_inset
13272
13273 foldable
13274 \begin_inset Quotes erd
13275 \end_inset
13276
13277  boxes instead of displaying its footnotes at the bottom of the screen or
13278  somewhere else in your text.
13279  When you insert a footnote with 
13280 \family sans
13281 \series medium
13282 \bar under
13283 I
13284 \bar no
13285 nsert
13286 \series default
13287 \bar default
13288 \SpecialChar \menuseparator
13289
13290 \series medium
13291 \bar under
13292 F
13293 \bar no
13294 ootnote,
13295 \family default
13296 \series default
13297 \bar default
13298  
13299 \family roman
13300 \series medium
13301 \bar no
13302 you'll first see a
13303 \family default
13304 \series default
13305 \bar default
13306  grey 
13307 \family roman
13308 \series medium
13309 \bar no
13310 box with a
13311 \family default
13312 \series default
13313 \bar default
13314  red 
13315 \family roman
13316 \series medium
13317 \bar no
13318 label 
13319 \begin_inset Quotes eld
13320 \end_inset
13321
13322 foot
13323 \begin_inset Quotes erd
13324 \end_inset
13325
13326  appearing within your text.
13327  This box is LyX's representation of your footnote.
13328  You can enter your text into this box.
13329  If you click the 
13330 \begin_inset Quotes eld
13331 \end_inset
13332
13333
13334 \family sans
13335 foot
13336 \family roman
13337
13338 \begin_inset Quotes erd
13339 \end_inset
13340
13341
13342 \family default
13343 \series default
13344 \bar default
13345  
13346 \family roman
13347 \series medium
13348 \bar no
13349 label, the box will 
13350 \begin_inset Quotes eld
13351 \end_inset
13352
13353 fold
13354 \begin_inset Quotes erd
13355 \end_inset
13356
13357 .
13358
13359 \family default
13360 \series default
13361 \bar default
13362  Clicking on the button again will 
13363 \family roman
13364 \series medium
13365 \bar no
13366
13367 \begin_inset Quotes eld
13368 \end_inset
13369
13370 unfold
13371 \begin_inset Quotes erd
13372 \end_inset
13373
13374  the footnote.
13375 \begin_inset Foot
13376 status collapsed
13377
13378 \begin_layout Standard
13379 To close this footnote, click on the red box at the top left.
13380 \end_layout
13381
13382 \end_inset
13383
13384  You will not see any numbers within LyX.
13385  You don't need to worry about those, anyhow, because LyX does the numbering
13386  for you, as well as putting the footnote at the bottom of the correct page,
13387  when it processes your file.
13388  If you want to turn already existing text into a footnote, simply mark
13389  it and click on the footnote button (a picture of text with an arrow pointing
13390  to stuff in the bottom margin).
13391
13392 \family default
13393 \series default
13394 \bar default
13395  Vice versa, you can change a footnote to regular text by hitting the 
13396 \family sans
13397 Backspace
13398 \family default
13399  key when the cursor is in the first position of a footnote, or by hitting
13400  the 
13401 \family sans
13402 Delete
13403 \family default
13404  key when the cursor is in the very last position of the footnote, respectively
13405  (this works for all 
13406 \begin_inset Quotes eld
13407 \end_inset
13408
13409 foldable
13410 \begin_inset Quotes erd
13411 \end_inset
13412
13413  boxes in LyX).
13414 \end_layout
13415
13416 \begin_layout Standard
13417 What LyX cannot do, yet, is take care of special needs like setting the
13418  footnote numbering back to 1 after each section in the 
13419 \begin_inset Quotes eld
13420 \end_inset
13421
13422
13423 \family typewriter
13424 article
13425 \family default
13426
13427 \begin_inset Quotes erd
13428 \end_inset
13429
13430  
13431 \family roman
13432 document class or changing the counter
13433 \family default
13434  
13435 \family roman
13436 style.
13437  You'll need to insert LaTeX commands like th
13438 \family default
13439 os
13440 \family roman
13441 e
13442 \family default
13443  described in the 
13444 \emph on
13445 Tricks for Footnotes and Marginpars
13446 \emph default
13447  section of 
13448 \begin_inset Quotes eld
13449 \end_inset
13450
13451
13452 \emph on
13453 Extended
13454 \emph default
13455  
13456 \emph on
13457 Features
13458 \emph default
13459 .
13460 \begin_inset Quotes erd
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \begin_layout Description
13467 NOTE: A float in LaTeX and LyX isn't a simple paragraph as with usual word
13468  processors.
13469  It is a complex text structure that may contain everything except floats.
13470  That means you can use all the layouts inside a float, even figures and
13471  tables.
13472  You may not need this too often, but if you do occasionally need it, it's
13473  a neat feature.
13474 \end_layout
13475
13476 \begin_layout Section
13477 Margin Notes
13478 \end_layout
13479
13480 \begin_layout Standard
13481 Margin notes look and behave just like footnotes in LyX.
13482  When you insert a margin note via 
13483 \family sans
13484 \series medium
13485 \bar under
13486 I
13487 \bar no
13488 nsert\SpecialChar \menuseparator
13489
13490 \bar under
13491 M
13492 \bar no
13493 argin
13494 \series default
13495 \bar default
13496 \InsetSpace ~
13497 N
13498 \series medium
13499 \bar no
13500 ote
13501 \family default
13502 \series default
13503 \bar default
13504  or the toolbar button (which contains a picture of text in a margin with
13505  an arrow pointing to it), you'll see 
13506 \family roman
13507 \series medium
13508 a
13509 \family default
13510 \series default
13511  grey 
13512 \family roman
13513 \series medium
13514 box with a
13515 \family default
13516 \series default
13517  red 
13518 \family roman
13519 \series medium
13520 label 
13521 \begin_inset Quotes eld
13522 \end_inset
13523
13524 margin
13525 \begin_inset Quotes erd
13526 \end_inset
13527
13528  appearing within your text.
13529 \begin_inset Marginal
13530 status open
13531
13532 \begin_layout Standard
13533 This is a margin note.
13534 \end_layout
13535
13536 \end_inset
13537
13538  This box is LyX's representation of your margin note.
13539  You can enter your text into this box.
13540  If you click the 
13541 \begin_inset Quotes eld
13542 \end_inset
13543
13544 margin
13545 \begin_inset Quotes erd
13546 \end_inset
13547
13548
13549 \family default
13550 \series default
13551  
13552 \family roman
13553 \series medium
13554 label, the box will 
13555 \begin_inset Quotes eld
13556 \end_inset
13557
13558 fold
13559 \begin_inset Quotes erd
13560 \end_inset
13561
13562 .
13563  You can access it at a later time by clicking on the
13564 \family default
13565 \series default
13566  label again
13567 \family roman
13568 \series medium
13569 , thereby 
13570 \begin_inset Quotes eld
13571 \end_inset
13572
13573 unfolding
13574 \begin_inset Quotes erd
13575 \end_inset
13576
13577  the margin note.
13578 \end_layout
13579
13580 \begin_layout Standard
13581 As a default, LyX uses 1.9 cm (0.75 inches) as the margin width to allow room
13582  for margin notes.
13583  This might not be what you're looking for, but as with footnotes, LyX cannot
13584  yet do everything LaTeX has to offer.
13585  You might want to consult your LaTeX handbook for additional commands.
13586  
13587 \end_layout
13588
13589 \begin_layout Section
13590 Figures and Imported Graphics
13591 \begin_inset LatexCommand label
13592 name "sec:figures"
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 No document preparation system is complete without the ability to import
13601  graphics from other utilities into the document.
13602  In LyX, these are referred to as ``figures'' whether they are actually
13603  figures in the traditional sense or simply some kind of imported image.
13604  
13605 \end_layout
13606
13607 \begin_layout Standard
13608 Note that figures referred to here are do not have captions and sit wherever
13609  in the document you place them.
13610  If you need one of these features, see sec.\InsetSpace ~
13611
13612 \begin_inset LatexCommand ref
13613 reference "sec:figurefloats"
13614
13615 \end_inset
13616
13617  below.
13618 \end_layout
13619
13620 \begin_layout Standard
13621 To place a figure in your document, click on the second right-most icon
13622  on the toolbar, or select 
13623 \family sans
13624 \bar under
13625 I
13626 \bar default
13627 nsert\SpecialChar \menuseparator
13628
13629 \bar under
13630 G
13631 \bar default
13632 raphics...
13633
13634 \family default
13635  from the menu.
13636 \end_layout
13637
13638 \begin_layout Standard
13639 A dialog will appear for you to choose the file to load.
13640  You can also change any settings you need to in this dialog.
13641 \end_layout
13642
13643 \begin_layout Standard
13644 \align center
13645 \begin_inset Graphics
13646         filename clipart/mobius.eps
13647         display color
13648         scale 70
13649         rotateOrigin center
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 This dialog has numerous parameters, though most should be self-explanatory.
13658  The 
13659 \family sans
13660 File
13661 \family default
13662  field allows you to choose your image file.
13663  (See Section 
13664 \begin_inset LatexCommand ref
13665 reference "sub:How-it-works"
13666
13667 \end_inset
13668
13669  for information on supported formats.) The figure can be transformed by
13670  setting a rotation angle, setting the output size, and clipping the image.
13671  It is possible to set the clipping parameters automatically for some image
13672  formats by clicking the 
13673 \begin_inset Quotes eld
13674 \end_inset
13675
13676 Clip to bounding box
13677 \begin_inset Quotes erd
13678 \end_inset
13679
13680  check box under the 
13681 \family sans
13682 Clipping
13683 \family default
13684  tab.
13685  For scaling, you can set the scale directly by using a percentage value,
13686  or you can set the width and height explicitly.
13687  (See Table 
13688 \begin_inset LatexCommand ref
13689 reference "cap:Units-for-image"
13690
13691 \end_inset
13692
13693  for the available units.) If you set only one of these, the other will be
13694  determined automatically.
13695  If you set both, then the image will be transformed to the given size,
13696  possibly distorting it.
13697  If you do not want the image distorted, check the 
13698 \family sans
13699 Maintain aspect ratio
13700 \family default
13701  box.
13702  The image will then be scaled so that its width and height do not exceed
13703  the specified dimensions.
13704 \end_layout
13705
13706 \begin_layout Standard
13707 It is possible to control the display of the figure in LyX and the display
13708  in the final document separately, which can be very useful for large figures.
13709  LaTeX wizards can specify additional LaTeX options in the 
13710 \family sans
13711 LaTeX and LyX Options
13712 \family default
13713  tab.
13714  You can also set the 
13715 \family sans
13716 Subfigure
13717 \family default
13718  option here, for use in figure floats (see Section\InsetSpace ~
13719
13720 \begin_inset LatexCommand ref
13721 reference "sec:figurefloats"
13722
13723 \end_inset
13724
13725 ).
13726  See the documentation for the LaTeX-package 
13727 \family typewriter
13728 subfigure
13729 \family default
13730  for more information.
13731 \end_layout
13732
13733 \begin_layout Subsection
13734 How it works
13735 \begin_inset LatexCommand label
13736 name "sub:How-it-works"
13737
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \begin_layout Standard
13744 LyX has the ability to handle literally any graphics format in the known
13745  universe so long as a conversion path from this graphics format to the
13746  target output format can be created.
13747  If that sounds a little obtuse, consider how LyX handles Encapsulated PostScrip
13748 t® figures.
13749  LaTeX provides native support for this format, so LyX needs do nothing
13750  other than use the 
13751 \family typewriter
13752
13753 \backslash
13754 includegraphics
13755 \family default
13756  LaTeX command to insert the figure in the final document.
13757 \end_layout
13758
13759 \begin_layout Standard
13760 \begin_inset Float table
13761 placement t
13762 wide false
13763 sideways false
13764 status collapsed
13765
13766 \begin_layout Standard
13767 \begin_inset Caption
13768
13769 \begin_layout Standard
13770 \begin_inset LatexCommand label
13771 name "cap:Units-for-image"
13772
13773 \end_inset
13774
13775 Units for setting the image size
13776 \end_layout
13777
13778 \end_inset
13779
13780
13781 \end_layout
13782
13783 \begin_layout Standard
13784 \begin_inset VSpace medskip
13785 \end_inset
13786
13787
13788 \end_layout
13789
13790 \begin_layout Standard
13791 \align center
13792 \begin_inset Tabular
13793 <lyxtabular version="3" rows="20" columns="2">
13794 <features>
13795 <column alignment="center" valignment="top" leftline="true" width="0">
13796 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13797 <row topline="true" bottomline="true">
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Standard
13802 unit
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Standard
13811 name/description
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row topline="true">
13818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Standard
13822 mm
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Standard
13831 millimetre
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 </row>
13837 <row topline="true">
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Standard
13842 cm
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Standard
13851 centimetre
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 <row topline="true">
13858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Standard
13862 in
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Standard
13871 inch
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 </row>
13877 <row topline="true">
13878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Standard
13882 pt
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Standard
13891 point (72.27 pt = 1 in)
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 </row>
13897 <row topline="true">
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Standard
13902 pc
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13908 \begin_inset Text
13909
13910 \begin_layout Standard
13911 pica (1 pc = 12 pt)
13912 \end_layout
13913
13914 \end_inset
13915 </cell>
13916 </row>
13917 <row topline="true">
13918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13919 \begin_inset Text
13920
13921 \begin_layout Standard
13922 sp
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Standard
13931 scaled point (65536 sp = 1 pt)
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 </row>
13937 <row topline="true">
13938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Standard
13942 bp
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Standard
13951 big point (72 bp = 1 in)
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 </row>
13957 <row topline="true">
13958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Standard
13962 dd
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Standard
13971 didot (72 dd 
13972 \begin_inset Formula $\approx$
13973 \end_inset
13974
13975  37.6
13976 \begin_inset Formula $\,$
13977 \end_inset
13978
13979 mm)
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 <row topline="true">
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Standard
13990 cc
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Standard
13999 cicero (1cc = 12 dd)
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 </row>
14005 <row topline="true">
14006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Standard
14010 Scale%
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Standard
14019 % of original image width
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 <row topline="true">
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Standard
14030 text%
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Standard
14039 % of text width
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 </row>
14045 <row topline="true">
14046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Standard
14050 col%
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Standard
14059 % of column width
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 </row>
14065 <row topline="true">
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Standard
14070 page%
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Standard
14079 % of paper width
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row topline="true">
14086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Standard
14090 line%
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Standard
14099 % of line width
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 </row>
14105 <row topline="true">
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Standard
14110 theight%
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Standard
14119 % of text height
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 <row topline="true">
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Standard
14130 pheight%
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Standard
14139 % of paper height
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 <row topline="true">
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Standard
14150 ex
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Standard
14159 height of letter 
14160 \emph on
14161 x
14162 \emph default
14163  in current font
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 </row>
14169 <row topline="true">
14170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Standard
14174 em
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Standard
14183 width of letter 
14184 \emph on
14185 M
14186 \emph default
14187  in current font
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 </row>
14193 <row topline="true" bottomline="true">
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Standard
14198 mu
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Standard
14207 math unit (1 mu = 1/18 em)
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 </row>
14213 </lyxtabular>
14214
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \begin_layout Standard
14226 To view the figure on the LyX screen, however, some additional work is required
14227  because neither the XForms nor the Qt GUI libraries can load PostScript®
14228  figures themselves.
14229  The XForms library can load figures in the following, widely used graphics
14230  formats: 
14231 \family typewriter
14232 bmp
14233 \family default
14234
14235 \family typewriter
14236 gif
14237 \family default
14238
14239 \family typewriter
14240 jpeg
14241 \family default
14242
14243 \family typewriter
14244 pbm
14245 \family default
14246
14247 \family typewriter
14248 pgm
14249 \family default
14250
14251 \family typewriter
14252 ppm
14253 \family default
14254
14255 \family typewriter
14256 tif
14257 \family default
14258  and 
14259 \family typewriter
14260 xbm
14261 \family default
14262  whilst the Qt library can also handle 
14263 \family typewriter
14264 mng
14265 \family default
14266
14267 \family typewriter
14268 png
14269 \family default
14270  and 
14271 \family typewriter
14272 xpm
14273 \family default
14274  format figures.
14275  Thus, LyX must initiate a conversion from Encapsulated PostScript® to a
14276  loadable graphics format.
14277 \end_layout
14278
14279 \begin_layout Standard
14280 It does this using the powerful, configurable converters mechanism exposed
14281  in the 
14282 \family sans
14283 Converters
14284 \family default
14285  section of the 
14286 \family sans
14287 \bar under
14288 E
14289 \bar default
14290 dit
14291 \family default
14292 \SpecialChar \menuseparator
14293
14294 \family sans
14295 \bar under
14296 P
14297 \bar default
14298 references
14299 \family default
14300  dialog.
14301  If LyX cannot create a conversion path (which might have many steps) from
14302  Encapsulated PostScript® to one of the loadable formats listed above, then
14303  it defaults to the use of ImageMagick's 
14304 \family typewriter
14305 convert
14306 \family default
14307  utility.
14308  If, after all that, LyX 
14309 \emph on
14310 still
14311 \emph default
14312  cannot load the figure, then it'll tell you so with a message 
14313 \begin_inset Quotes eld
14314 \end_inset
14315
14316 Error converting to loadable format
14317 \begin_inset Quotes erd
14318 \end_inset
14319
14320  in place of an on-screen view of your figure.
14321  If you're presented with such a message, then you'll need to augment the
14322  list of known converters.
14323 \end_layout
14324
14325 \begin_layout Standard
14326 This strategy is used both to generate on-screen views of your image and
14327  when generating the final document.
14328  In the latter case, the LaTeX compiler must be supplied with graphics files
14329  in PostScript® format.
14330  Similarly the PDFLaTeX compiler requires files in 
14331 \family typewriter
14332 pdf
14333 \family default
14334
14335 \family typewriter
14336 png
14337 \family default
14338  or 
14339 \family typewriter
14340 jpeg
14341 \family default
14342  format.
14343  LyX will handle the necessary conversions behind the scenes.
14344 \end_layout
14345
14346 \begin_layout Subsection
14347 Figure Floats
14348 \end_layout
14349
14350 \begin_layout Subsubsection
14351 Using Figure Floats
14352 \begin_inset LatexCommand label
14353 name "sec:figurefloats"
14354
14355 \end_inset
14356
14357
14358 \end_layout
14359
14360 \begin_layout Standard
14361 The problem with inserting figures straight into your text is that they
14362  might make the pagination of your document extremely awkward.
14363  To suit the LyX mentality of automating such processes, you might find
14364  it preferable to use 
14365 \family sans
14366 Figure\InsetSpace ~
14367 Floats
14368 \family default
14369 , which LyX (actually, LaTeX) is free to move about your document as it
14370  deems necessary for a good fit.
14371  In return, LyX automates the listing of these figures and allows you to
14372  place a caption on them, using the 
14373 \family sans
14374 Caption
14375 \family default
14376  environment explained in Section\InsetSpace ~
14377
14378 \begin_inset LatexCommand ref
14379 reference "sec:captionlayout"
14380
14381 \end_inset
14382
14383 .
14384 \end_layout
14385
14386 \begin_layout Standard
14387 To place a 
14388 \family sans
14389 Figure\InsetSpace ~
14390 Float
14391 \family default
14392  simply select 
14393 \family sans
14394 \bar under
14395 I
14396 \bar default
14397 nsert\SpecialChar \menuseparator
14398 Flo
14399 \bar under
14400 a
14401 \bar default
14402 t\SpecialChar \menuseparator
14403 Figure
14404 \family default
14405  from the menu bar.
14406  You will get a float without a figure in it; use the toolbar icon described
14407  above to insert the actual figure.
14408 \end_layout
14409
14410 \begin_layout Standard
14411 \begin_inset Float figure
14412 placement htbp
14413 wide false
14414 sideways false
14415 status open
14416
14417 \begin_layout Standard
14418 \begin_inset Caption
14419
14420 \begin_layout Standard
14421 \begin_inset LatexCommand label
14422 name "fig:escher"
14423
14424 \end_inset
14425
14426 M.C.
14427  Escher on acid.
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \begin_layout Standard
14436 \align center
14437 \begin_inset Graphics
14438         filename clipart/escher-lsd.eps
14439         display color
14440         rotateOrigin center
14441
14442 \end_inset
14443
14444
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \begin_layout Standard
14453 \begin_inset Float figure
14454 placement htbp
14455 wide false
14456 sideways false
14457 status open
14458
14459 \begin_layout Standard
14460 \align center
14461 \begin_inset Graphics
14462         filename clipart/platypus.eps
14463         display color
14464         rotateOrigin center
14465
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \begin_layout Standard
14472 \begin_inset Caption
14473
14474 \begin_layout Standard
14475 \begin_inset LatexCommand label
14476 name "fig:kill-plat"
14477
14478 \end_inset
14479
14480 A severely distorted platypus in a float.
14481 \end_layout
14482
14483 \end_inset
14484
14485
14486 \end_layout
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 It seems simple, but there is subtlety involved in the placement of the
14495  caption.
14496  If you prefer your caption to appear below the figure, then you must press
14497  return when the cursor is at the very start of the caption, and insert
14498  the figure in the new paragraph created above the caption; or you can delete
14499  the caption and recreate it by selecting the 
14500 \family sans
14501 Caption
14502 \family default
14503  environment after the figure has been inserted.
14504  This is what we did for figure 
14505 \begin_inset LatexCommand ref
14506 reference "fig:kill-plat"
14507
14508 \end_inset
14509
14510 .
14511  If the cursor is in a paragraph after the caption when you insert the 
14512 \family sans
14513 Figure
14514 \family default
14515  then it will be inserted after the caption, as was the case for 
14516 \begin_inset LatexCommand ref
14517 reference "fig:escher"
14518
14519 \end_inset
14520
14521 .
14522  It is preferred to use one 
14523 \family sans
14524 Figure
14525 \family default
14526  per 
14527 \family sans
14528 Float
14529 \family default
14530 .
14531  This allows LyX [actually LaTeX] to best position each figure.
14532 \end_layout
14533
14534 \begin_layout Standard
14535 Right-clicking on a float opens a dialog where you can alter the placement
14536  options that LaTeX uses for positioning the float (see 
14537 \begin_inset LatexCommand ref
14538 reference "sec:float-locn"
14539
14540 \end_inset
14541
14542 ).
14543  
14544 \family sans
14545 Span\InsetSpace ~
14546 columns
14547 \family default
14548  is only useful for two-column documents: if you select it, the float will
14549  span across both columns on the page instead of being confined to just
14550  one.
14551 \end_layout
14552
14553 \begin_layout Standard
14554 This figure also shows how we place a label and create a cross-reference
14555  to it; as you would expect from reading section 
14556 \begin_inset LatexCommand ref
14557 reference "sec:crossref"
14558
14559 \end_inset
14560
14561  you can simply insert a 
14562 \family sans
14563 \bar under
14564 L
14565 \bar default
14566 abel
14567 \family default
14568  in the caption and refer to it using a 
14569 \family sans
14570 \bar under
14571 C
14572 \bar default
14573 ross\InsetSpace ~
14574 Reference
14575 \family default
14576  as normal.
14577  It is especially important to use these with figure floats, rather than
14578  using vague references to 
14579 \begin_inset Quotes eld
14580 \end_inset
14581
14582 the above figure,
14583 \begin_inset Quotes erd
14584 \end_inset
14585
14586  as LaTeX will reposition your floats for you in the final document; it
14587  might not be 
14588 \begin_inset Quotes eld
14589 \end_inset
14590
14591 above
14592 \begin_inset Quotes erd
14593 \end_inset
14594
14595  at all.
14596  If it is not possible to fit the floats neatly on the same page as the
14597  text which refers to it, the figures will be placed on a separate page
14598  by themselves.
14599  Rest assured that the overall effect is usually quite nice.
14600 \end_layout
14601
14602 \begin_layout Standard
14603 Note that the caption is used in a 
14604 \family sans
14605 List\InsetSpace ~
14606 of\InsetSpace ~
14607
14608 \bar under
14609 F
14610 \bar default
14611 igures
14612 \family default
14613  (as described in Section\InsetSpace ~
14614
14615 \begin_inset LatexCommand ref
14616 reference "sec:ListsOf"
14617
14618 \end_inset
14619
14620 ) automatically, should you choose to include one in your document.
14621 \end_layout
14622
14623 \begin_layout Subsubsection
14624 Float Placement
14625 \begin_inset LatexCommand label
14626 name "sec:float-locn"
14627
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \begin_layout Standard
14634 Now, the whole idea behind 
14635 \family sans
14636 Figure\InsetSpace ~
14637 Floats
14638 \family default
14639  [as well as 
14640 \family sans
14641 Table\InsetSpace ~
14642 Floats
14643 \family default
14644 , which we introduce later] is to allow LyX to place a figure [or table]
14645  on a page in a consistent, sensible fashion.
14646  The rules LaTeX uses are rather arcane; refer to the LaTeX documentation
14647  for the exact details.
14648  You can use check boxes in the float dialog to set placement for a particular
14649  float.
14650  By default, each float uses the document's default placement rules.
14651  You can change these, if you wish, in the 
14652 \family sans
14653 \bar under
14654 D
14655 \bar default
14656 ocument\SpecialChar \menuseparator
14657
14658 \bar under
14659 S
14660 \bar default
14661 ettings
14662 \family default
14663  dialog.
14664  The 
14665 \family sans
14666 Float\InsetSpace ~
14667 placement
14668 \family default
14669  box takes a LaTeX-style placement specification.
14670  You can place any combination of four letters in the 
14671 \family sans
14672 Float\InsetSpace ~
14673 placement
14674 \family default
14675  box, in any order:
14676 \end_layout
14677
14678 \begin_layout Itemize
14679
14680 \family sans
14681 h
14682 \family default
14683  for 
14684 \emph on
14685 here
14686 \end_layout
14687
14688 \begin_layout Itemize
14689
14690 \family sans
14691 t
14692 \family default
14693  for 
14694 \emph on
14695 top
14696 \end_layout
14697
14698 \begin_layout Itemize
14699
14700 \family sans
14701 b
14702 \family default
14703  for 
14704 \emph on
14705 bottom
14706 \end_layout
14707
14708 \begin_layout Itemize
14709
14710 \family sans
14711 p
14712 \family default
14713  for 
14714 \emph on
14715 page
14716 \end_layout
14717
14718 \begin_layout Standard
14719 The letters correspond to the following behaviour:
14720 \end_layout
14721
14722 \begin_layout Description
14723 Here: LyX tries to put the 
14724 \family sans
14725 Float
14726 \family default
14727  at the same point in the text where you put it.
14728 \end_layout
14729
14730 \begin_deeper
14731 \begin_layout Standard
14732 If there isn't enough room, LyX tries one of the other three location types.
14733 \end_layout
14734
14735 \end_deeper
14736 \begin_layout Description
14737 Top: LyX tries to put the 
14738 \family sans
14739 Float
14740 \family default
14741  at the top of the current page.
14742  If the figure won't fit on the current page, it goes to the next page.
14743 \end_layout
14744
14745 \begin_layout Description
14746 Bottom: LyX tries to put the 
14747 \family sans
14748 Float
14749 \family default
14750  at the bottom of the current page.
14751  If there isn't room, it goes to the next page.
14752 \end_layout
14753
14754 \begin_layout Description
14755 Page: LyX tries to put the 
14756 \family sans
14757 Float
14758 \family default
14759  (or a number of 
14760 \family sans
14761 Float
14762 \family default
14763 s) on a page of its own.
14764 \end_layout
14765
14766 \begin_layout Standard
14767 There is some subtlety to how this all works.
14768  The order specifies what location LyX should try first.
14769  If that one fails, it tries the next one, and so on, though 
14770 \begin_inset Quotes eld
14771 \end_inset
14772
14773
14774 \family sans
14775 h
14776 \family default
14777
14778 \begin_inset Quotes erd
14779 \end_inset
14780
14781  will always take precedence if it appears in the list.
14782  The default placement list is 
14783 \begin_inset Quotes eld
14784 \end_inset
14785
14786
14787 \family sans
14788 tbp
14789 \family default
14790
14791 \begin_inset Quotes erd
14792 \end_inset
14793
14794 : try the top of a text page first, then the bottom of a text page, then
14795  on a page by itself.
14796  If you want LyX to try 
14797 \begin_inset Quotes eld
14798 \end_inset
14799
14800 really hard
14801 \begin_inset Quotes erd
14802 \end_inset
14803
14804  to place the figure where you command it, precede the list with an exclamation
14805  point; for example 
14806 \begin_inset Quotes eld
14807 \end_inset
14808
14809
14810 \family sans
14811 !htbp
14812 \family default
14813
14814 \begin_inset Quotes erd
14815 \end_inset
14816
14817 .
14818  Here are some example entries and what they do:
14819 \end_layout
14820
14821 \begin_layout Enumerate
14822
14823 \family sans
14824 hbp
14825 \end_layout
14826
14827 \begin_deeper
14828 \begin_layout Standard
14829 Try putting the figure/table at its actual position in the text.
14830  If that doesn't work, put it on the bottom of the page.
14831  If that fails, put it on a separate page.
14832 \end_layout
14833
14834 \end_deeper
14835 \begin_layout Enumerate
14836
14837 \family sans
14838 !hbp
14839 \end_layout
14840
14841 \begin_deeper
14842 \begin_layout Standard
14843 Try really hard to put the figure/table at its actual position in the text.
14844  Then the bottom of the page, then on a separate page.
14845 \end_layout
14846
14847 \end_deeper
14848 \begin_layout Enumerate
14849
14850 \family sans
14851 tp
14852 \end_layout
14853
14854 \begin_deeper
14855 \begin_layout Standard
14856 Put the figure/table at the top of each page.
14857  If it's too long, put it on a separate page.
14858 \end_layout
14859
14860 \end_deeper
14861 \begin_layout Enumerate
14862
14863 \family sans
14864 p
14865 \end_layout
14866
14867 \begin_deeper
14868 \begin_layout Standard
14869 Always put figures and tables on their own page.
14870 \end_layout
14871
14872 \end_deeper
14873 \begin_layout Subsection
14874 XFig and LyX
14875 \end_layout
14876
14877 \begin_layout Standard
14878 One obvious question is 
14879 \begin_inset Quotes eld
14880 \end_inset
14881
14882 how would I create the figures?
14883 \begin_inset Quotes erd
14884 \end_inset
14885
14886  Fortunately, the answer is included in most Linux and/or LaTeX distributions.
14887  
14888 \family typewriter
14889 XFig
14890 \family default
14891  is a powerful though slightly awkward drawing tool.
14892  If you want to include figures that you have created with 
14893 \family typewriter
14894 XFig
14895 \family default
14896  there are several ways.
14897  We recommend the following:
14898 \end_layout
14899
14900 \begin_layout Enumerate
14901 Export the figure as Encapsulated PostScript.
14902  This could be very easy included into LyX as described in the previous
14903  sections.
14904  The great advantage of this way is, that you have the full power of PostScript®
14905  available.
14906  That means Bezier curves, colors, all line thicknesses and many more.
14907  If you have inserted text into your fig-document this will be printed with
14908  PostScript fonts, which is OK\SpecialChar \@.
14909  The figure can be manipulated like any other
14910  EPS figure, as described above.
14911  
14912 \end_layout
14913
14914 \begin_deeper
14915 \begin_layout Standard
14916 The only disadvantage is that you cannot create formulas as PostScript text
14917  except by hand.
14918  If you also need formulas or simple exponents or indices in your figure,
14919  the next way is recommended.
14920 \end_layout
14921
14922 \end_deeper
14923 \begin_layout Enumerate
14924 Export the figure as LaTeX.
14925  This is just as easy to include into LyX, with the advantage that you may
14926  use all LaTeX commands within the text inside XFig.
14927  Therefore you have to set the 
14928 \emph on
14929 special flag
14930 \emph default
14931  for text in XFig.
14932  This is automatic if you invoke XFig with 
14933 \family typewriter
14934 xfig\InsetSpace ~
14935 -specialtext
14936 \family default
14937 .
14938  If this is done and you have also chosen a LaTeX font you may simply write
14939  
14940 \begin_inset Quotes eld
14941 \end_inset
14942
14943 $H_2$
14944 \begin_inset Quotes erd
14945 \end_inset
14946
14947  in 
14948 \family typewriter
14949 XFig\SpecialChar \@.
14950
14951 \family default
14952  If you export this figure as LaTeX and include it in LyX with 
14953 \family sans
14954 \bar under
14955 I
14956 \bar default
14957 nsert\SpecialChar \menuseparator
14958 Chil
14959 \bar under
14960 d
14961 \bar default
14962 \InsetSpace ~
14963 Document
14964 \family default
14965  (see description in 
14966 \emph on
14967 Extended Features
14968 \emph default
14969 ) this text will appear as 
14970 \begin_inset Formula $H_{2}$
14971 \end_inset
14972
14973 .
14974  
14975 \end_layout
14976
14977 \begin_deeper
14978 \begin_layout Standard
14979 The disadvantage of this way is that the graphical power of LaTeX isn't
14980  as strong as PostScript®\SpecialChar \@.
14981  You cannot use all thicknesses of lines and, more
14982  annoyingly, not all slopes.
14983  This is why we recommend the third way for more complex figures.
14984 \end_layout
14985
14986 \end_deeper
14987 \begin_layout Enumerate
14988 Export the figure as LaTeX/PostScript combined.
14989  Then 
14990 \family typewriter
14991 XFig
14992 \family default
14993  [
14994 \family typewriter
14995 transfig
14996 \family default
14997 , really] will generate two files: 
14998 \end_layout
14999
15000 \begin_deeper
15001 \begin_layout Enumerate
15002 the PostScript part 
15003 \family typewriter
15004 foo.pstex
15005 \family default
15006 , that contains all painting.
15007 \end_layout
15008
15009 \begin_layout Enumerate
15010 the LaTeX part 
15011 \family typewriter
15012 foo.pstex_t
15013 \family default
15014 , that contains all text and a link to the PostScript part.
15015 \end_layout
15016
15017 \end_deeper
15018 \begin_layout Standard
15019 Then you just have to include the LaTeX part as described above.
15020  This will automatically include the PostScript part, too.
15021 \begin_inset Foot
15022 status collapsed
15023
15024 \begin_layout Standard
15025 If you get an error like 
15026 \begin_inset Quotes eld
15027 \end_inset
15028
15029 unknown graphics extension pstex
15030 \begin_inset Quotes erd
15031 \end_inset
15032
15033  you have to declare these graphic extensions.
15034  I think this is a 
15035 \family typewriter
15036 transfig
15037 \family default
15038  bug that occurs with LaTeX2e.
15039  Simply add a line like
15040 \end_layout
15041
15042 \begin_layout Standard
15043
15044 \family typewriter
15045
15046 \backslash
15047 @namedef{Gin@rule@ps_tex}#1{{eps}{ps_tex}{#1}}
15048 \end_layout
15049
15050 \begin_layout Standard
15051 in the file 
15052 \family typewriter
15053 /usr/lib/texmf/tex/latex/graphics/dvips.def
15054 \family default
15055 .
15056  Then add 
15057 \family typewriter
15058 pstex
15059 \family default
15060  to the extension:
15061 \end_layout
15062
15063 \begin_layout Standard
15064
15065 \backslash
15066 def
15067 \backslash
15068 Gin@extensions{eps, ps, pstex, eps.gz, ps.gz, eps=2EZ}
15069 \end_layout
15070
15071 \begin_layout Standard
15072 This should fix the whole thing.
15073  Alternatively you may export the postscript part as 
15074 \family typewriter
15075 foo.eps
15076 \family default
15077  and change the LaTeX part 
15078 \family typewriter
15079 foo.pstex_t
15080 \family default
15081  manually.
15082  But this is annoying.
15083  
15084 \end_layout
15085
15086 \end_inset
15087
15088  This way you have the full PostScript® and LaTeX power combined except
15089  for the possibility to scale the figure after creating.
15090  So if you want scalable pictures, the PostScript format is your only choice.
15091  Another little advantage of letting LaTeX typeset the font is that the
15092  same font will appear in your figures as in your text, which looks a little
15093  nicer.
15094 \end_layout
15095
15096 \begin_layout Section
15097 Tables
15098 \begin_inset LatexCommand label
15099 name "sec:tables"
15100
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \begin_layout Standard
15107 LyX has powerful table support, but LaTeX can do many more things with tables
15108  than LyX is currently capable of, so you might want to look at a good LaTeX
15109  book if the features described here should turn out to be inadequate.
15110 \end_layout
15111
15112 \begin_layout Standard
15113 You can insert a table using either the table toolbar button or 
15114 \family sans
15115 \bar under
15116 I
15117 \bar default
15118 nsert\SpecialChar \menuseparator
15119
15120 \bar under
15121 T
15122 \bar default
15123 able
15124 \family default
15125 .
15126  A dialog will appear, asking you for the number of rows and columns.
15127  The default table has lines at the top and to the left of every cell, a
15128  line to the right of the rightmost column and a line at the bottom of the
15129  lowest row, forming a box around the table.
15130  Additionally, the topmost row also has a line at the bottom, which causes
15131  this row to appear separated from the rest of the table.
15132  Here's an example:
15133 \end_layout
15134
15135 \begin_layout Standard
15136 \align center
15137 \begin_inset Tabular
15138 <lyxtabular version="3" rows="4" columns="4">
15139 <features>
15140 <column alignment="center" valignment="top" leftline="true" width="0pt">
15141 <column alignment="center" valignment="top" leftline="true" width="0pt">
15142 <column alignment="center" valignment="top" leftline="true" width="0in">
15143 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15144 <row topline="true" bottomline="true">
15145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Standard
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Standard
15158
15159 \family roman
15160 \series medium
15161 \shape up
15162 \size normal
15163 \emph off
15164 \bar no
15165 \noun off
15166 \color none
15167 12
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Standard
15176
15177 \family roman
15178 \series medium
15179 \shape up
15180 \size normal
15181 \emph off
15182 \bar no
15183 \noun off
15184 \color none
15185 45
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Standard
15194
15195 \family roman
15196 \series medium
15197 \shape up
15198 \size normal
15199 \emph off
15200 \bar no
15201 \noun off
15202 \color none
15203 98
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row topline="true">
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Standard
15214
15215 \family roman
15216 \series medium
15217 \shape up
15218 \size normal
15219 \emph off
15220 \bar no
15221 \noun off
15222 \color none
15223 A
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Standard
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Standard
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Standard
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row topline="true">
15257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Standard
15261
15262 \family roman
15263 \series medium
15264 \shape up
15265 \size normal
15266 \emph off
15267 \bar no
15268 \noun off
15269 \color none
15270 B
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Standard
15279
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Standard
15288
15289 \family roman
15290 \series medium
15291 \shape up
15292 \size normal
15293 \emph off
15294 \bar no
15295 \noun off
15296 \color none
15297 multi 
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Standard
15306
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 </row>
15312 <row topline="true" bottomline="true">
15313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Standard
15317
15318 \family roman
15319 \series medium
15320 \shape up
15321 \size normal
15322 \emph off
15323 \bar no
15324 \noun off
15325 \color none
15326 C
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Standard
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Standard
15344
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Standard
15353
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 </lyxtabular>
15360
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \begin_layout Subsection
15367 The Table dialog
15368 \end_layout
15369
15370 \begin_layout Standard
15371 You can alter a table by clicking on it with the right mouse button, which
15372  brings up a settings dialog.
15373  Among these options are:
15374 \end_layout
15375
15376 \begin_layout Itemize
15377 Adding/removing border lines from a row or column.
15378  If you remove the top line from one of the rows, you'll get a dotted line
15379  in LyX, but no line will appear in the printout.
15380  If you set the bottom line of one row and the top line of the row below,
15381  then the rows are separated by a small space, as you can see with the top
15382  row in the example above.
15383  You can do the same vertically if you set the right line of a column and
15384  the left line of the column to the right.
15385 \end_layout
15386
15387 \begin_layout Itemize
15388 Text alignment in a column
15389 \end_layout
15390
15391 \begin_layout Itemize
15392 Appending rows and columns
15393 \end_layout
15394
15395 \begin_layout Itemize
15396 Deleting rows, columns, or the entire table
15397 \end_layout
15398
15399 \begin_layout Itemize
15400 Multicolumn
15401 \end_layout
15402
15403 \begin_layout Itemize
15404 Setting a fixed width for a column
15405 \end_layout
15406
15407 \begin_layout Itemize
15408 Longtable options - this is useful if your table is higher than the paper.
15409  Then the table is split on the bottom of the page and continued on the
15410  next one, instead of running of the end of the page.
15411 \end_layout
15412
15413 \begin_layout Itemize
15414 Rotate the whole table or a single cell sideways, by 90 degrees
15415 \end_layout
15416
15417 \begin_layout Standard
15418 You can also use the menu to perform these operations.
15419  Try 
15420 \family sans
15421 \bar under
15422 E
15423 \bar default
15424 dit\SpecialChar \menuseparator
15425
15426 \family default
15427 \bar under
15428 T
15429 \family sans
15430 \bar default
15431 able
15432 \family default
15433  or 
15434 \family sans
15435 \bar under
15436 E
15437 \bar default
15438 dit\SpecialChar \menuseparator
15439 Rows&
15440 \bar under
15441 C
15442 \bar default
15443 ols
15444 \family default
15445  when the cursor is inside a table.
15446  
15447 \end_layout
15448
15449 \begin_layout Standard
15450 Most of these options also work on selections.
15451  This means that if you select more cells, columns or rows the action is
15452  done on all of your selection.
15453  Note that there is a difference between selecting the 
15454 \emph on
15455 contents
15456 \emph default
15457  of the cell, and the cell itself.
15458  If you can see a red border inside a cell, then a selection will select
15459  the contents.
15460  If you press 
15461 \family sans
15462 Escape
15463 \family default
15464  or click outside of the box, then the selection will select cells (whether
15465  you use the mouse or the normal cursor-movement keys).
15466 \end_layout
15467
15468 \begin_layout Standard
15469 When you append a row, it is added 
15470 \emph on
15471 below
15472 \emph default
15473  the row containing the cursor.
15474  Similarly, columns are appended to the 
15475 \emph on
15476 right
15477 \emph default
15478  of the cursor.
15479  This makes it difficult to add columns on the left edge of a table without
15480  a lot of cutting and pasting.
15481  Deletion is always performed on the row or column containing the cursor.
15482  
15483 \end_layout
15484
15485 \begin_layout Standard
15486 The multicolumn option merges two or more adjacent cells on a given row.
15487  For example, in the above table, row 
15488 \begin_inset Quotes eld
15489 \end_inset
15490
15491 B
15492 \begin_inset Quotes erd
15493 \end_inset
15494
15495  has had multicolumn applied to the columns labelled 
15496 \begin_inset Quotes eld
15497 \end_inset
15498
15499 45
15500 \begin_inset Quotes erd
15501 \end_inset
15502
15503  and 
15504 \begin_inset Quotes eld
15505 \end_inset
15506
15507 98.
15508 \begin_inset Quotes erd
15509 \end_inset
15510
15511  To use it, you must first select the cells, then choose 
15512 \family sans
15513 Multicolumn
15514 \family default
15515  from the menu.
15516  This will not work vertically - see the Table Examples document for how
15517  to do this.
15518 \end_layout
15519
15520 \begin_layout Standard
15521 You can also use 
15522 \family sans
15523 Multicolumn
15524 \family default
15525  if you need to have a special handling for a single table cell's top and
15526  bottom border lines and text alignment.
15527  Here an example of this special handling of a cell:
15528 \end_layout
15529
15530 \begin_layout Standard
15531 \align center
15532 \begin_inset Tabular
15533 <lyxtabular version="3" rows="5" columns="3">
15534 <features>
15535 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15536 <column alignment="right" valignment="top" leftline="true" width="0pt">
15537 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15538 <row topline="true" bottomline="true">
15539 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Standard
15543
15544 \family roman
15545 \series bold
15546 \shape up
15547 \size normal
15548 \emph off
15549 \bar no
15550 \noun off
15551 \color none
15552 *
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Standard
15561
15562 \family roman
15563 \series bold
15564 \shape up
15565 \size normal
15566 \emph off
15567 \bar no
15568 \noun off
15569 \color none
15570 x
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Standard
15579
15580 \family roman
15581 \series bold
15582 \shape up
15583 \size normal
15584 \emph off
15585 \bar no
15586 \noun off
15587 \color none
15588 y
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 <row topline="true">
15595 <cell multicolumn="1" alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Standard
15599
15600 \family roman
15601 \series bold
15602 \shape up
15603 \size normal
15604 \emph off
15605 \bar no
15606 \noun off
15607 \color none
15608 point a & b
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Standard
15617
15618 \family roman
15619 \shape up
15620 \size normal
15621 \emph off
15622 \bar no
15623 \noun off
15624 \color none
15625 103
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Standard
15634
15635 \family roman
15636 \shape up
15637 \size normal
15638 \emph off
15639 \bar no
15640 \noun off
15641 \color none
15642 9
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 </row>
15648 <row topline="true">
15649 <cell multicolumn="1" alignment="left" valignment="top" leftline="true" rightline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Standard
15653
15654 \family roman
15655 \series bold
15656 \shape up
15657 \size normal
15658 \emph off
15659 \bar no
15660 \noun off
15661 \color none
15662 point b & a
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Standard
15671
15672 \family roman
15673 \shape up
15674 \size normal
15675 \emph off
15676 \bar no
15677 \noun off
15678 \color none
15679 599
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Standard
15688
15689 \family roman
15690 \shape up
15691 \size normal
15692 \emph off
15693 \bar no
15694 \noun off
15695 \color none
15696 340
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 <row topline="true">
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Standard
15707
15708 \family roman
15709 \series bold
15710 \shape up
15711 \size normal
15712 \emph off
15713 \bar no
15714 \noun off
15715 \color none
15716 point abc
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Standard
15725
15726 \family roman
15727 \shape up
15728 \size normal
15729 \emph off
15730 \bar no
15731 \noun off
15732 \color none
15733 1009
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Standard
15742
15743 \family roman
15744 \shape up
15745 \size normal
15746 \emph off
15747 \bar no
15748 \noun off
15749 \color none
15750 52
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 </row>
15756 <row topline="true" bottomline="true">
15757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Standard
15761
15762 \family roman
15763 \series bold
15764 \shape up
15765 \size normal
15766 \emph off
15767 \bar no
15768 \noun off
15769 \color none
15770 point abcd
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Standard
15779
15780 \family roman
15781 \shape up
15782 \size normal
15783 \emph off
15784 \bar no
15785 \noun off
15786 \color none
15787 96
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Standard
15796
15797 \family roman
15798 \shape up
15799 \size normal
15800 \emph off
15801 \bar no
15802 \noun off
15803 \color none
15804 11
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 </lyxtabular>
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \begin_layout Standard
15818 You see here that the header line cells are aligned to the center, whereas
15819  the left column is aligned to the left, and the other columns are aligned
15820  to the right.
15821  Also the bottom and top line of two cells have been removed.
15822 \begin_inset Note Note
15823 status open
15824
15825 \begin_layout Standard
15826 I can make nothing of this explanation.
15827  An improvement would be nice :) - jbl
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \begin_layout Standard
15836 If you want your column to have a fixed width, then you can insert a width
15837  in the 
15838 \family sans
15839 Width
15840 \family default
15841  input-field of the 
15842 \family sans
15843 Table
15844 \family default
15845  dialog.
15846  This will then allow the cell to have multiple paragraphs of text.
15847 \end_layout
15848
15849 \begin_layout Standard
15850 If your table becomes too large to fit on a portrait document layout, you
15851  can select the 
15852 \family sans
15853 Rotate\InsetSpace ~
15854 90°
15855 \family default
15856  button, and the table will appear sideways (this means landscape in a portrait
15857  document style).
15858  You might also like to rotate single table cells to give them more horizontal
15859  space.
15860  The example below demonstrates why it is useful to rotate single cells.
15861 \end_layout
15862
15863 \begin_layout Standard
15864
15865 \emph on
15866 Note:
15867 \emph default
15868  This 
15869 \family sans
15870 Rotate\InsetSpace ~
15871 90°
15872 \family default
15873  option will 
15874 \emph on
15875 not
15876 \emph default
15877  display on screen, and works 
15878 \emph on
15879 only
15880 \emph default
15881  for PostScript output.
15882  So, if you want to preview them, use 
15883 \family sans
15884 \bar under
15885 V
15886 \bar default
15887 iew\SpecialChar \menuseparator
15888 Pos
15889 \bar under
15890 t
15891 \bar default
15892 script
15893 \family default
15894 , as 
15895 \family sans
15896 \bar under
15897 V
15898 \bar default
15899 iew
15900 \bar under
15901 \SpecialChar \menuseparator
15902 D
15903 \bar default
15904 VI
15905 \family default
15906  will not show the table properly.
15907 \end_layout
15908
15909 \begin_layout Standard
15910 \align center
15911 \begin_inset Tabular
15912 <lyxtabular version="3" rows="6" columns="12">
15913 <features>
15914 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15915 <column alignment="center" valignment="top" leftline="true" width="0pt">
15916 <column alignment="center" valignment="top" leftline="true" width="0pt">
15917 <column alignment="center" valignment="top" leftline="true" width="0pt">
15918 <column alignment="center" valignment="top" leftline="true" width="0pt">
15919 <column alignment="center" valignment="top" leftline="true" width="0pt">
15920 <column alignment="center" valignment="top" leftline="true" width="0pt">
15921 <column alignment="center" valignment="top" leftline="true" width="0pt">
15922 <column alignment="center" valignment="top" leftline="true" width="0pt">
15923 <column alignment="center" valignment="top" leftline="true" width="0pt">
15924 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15925 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15926 <row topline="true" bottomline="true">
15927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Standard
15931
15932 \family roman
15933 \series medium
15934 \shape up
15935 \size normal
15936 \emph off
15937 \bar no
15938 \noun off
15939 \color none
15940 Description
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Standard
15949
15950 \family roman
15951 \series medium
15952 \shape up
15953 \size normal
15954 \emph off
15955 \bar no
15956 \noun off
15957 \color none
15958 Flag 1
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Standard
15967
15968 \family roman
15969 \series medium
15970 \shape up
15971 \size normal
15972 \emph off
15973 \bar no
15974 \noun off
15975 \color none
15976 Flag 2
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Standard
15985
15986 \family roman
15987 \series medium
15988 \shape up
15989 \size normal
15990 \emph off
15991 \bar no
15992 \noun off
15993 \color none
15994 Flag 3
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Standard
16003
16004 \family roman
16005 \series medium
16006 \shape up
16007 \size normal
16008 \emph off
16009 \bar no
16010 \noun off
16011 \color none
16012 Flag 4
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Standard
16021
16022 \family roman
16023 \series medium
16024 \shape up
16025 \size normal
16026 \emph off
16027 \bar no
16028 \noun off
16029 \color none
16030 Flag 5
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Standard
16039
16040 \family roman
16041 \series medium
16042 \shape up
16043 \size normal
16044 \emph off
16045 \bar no
16046 \noun off
16047 \color none
16048 Flag 6
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Standard
16057
16058 \family roman
16059 \series medium
16060 \shape up
16061 \size normal
16062 \emph off
16063 \bar no
16064 \noun off
16065 \color none
16066 Flag 7
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Standard
16075
16076 \family roman
16077 \series medium
16078 \shape up
16079 \size normal
16080 \emph off
16081 \bar no
16082 \noun off
16083 \color none
16084 Flag 8
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Standard
16093
16094 \family roman
16095 \series medium
16096 \shape up
16097 \size normal
16098 \emph off
16099 \bar no
16100 \noun off
16101 \color none
16102 Flag 9
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" rotate="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Standard
16111
16112 \family roman
16113 \series medium
16114 \shape up
16115 \size normal
16116 \emph off
16117 \bar no
16118 \noun off
16119 \color none
16120 Flag 10
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Standard
16129
16130 \family roman
16131 \series medium
16132 \shape up
16133 \size normal
16134 \emph off
16135 \bar no
16136 \noun off
16137 \color none
16138 Total
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row topline="true">
16145 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Standard
16149
16150 \family roman
16151 \series medium
16152 \shape up
16153 \size normal
16154 \emph off
16155 \bar no
16156 \noun off
16157 \color none
16158 Desc.\InsetSpace ~
16159 1
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Standard
16168
16169 \family roman
16170 \series medium
16171 \shape up
16172 \size normal
16173 \emph off
16174 \bar no
16175 \noun off
16176 \color none
16177 *
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Standard
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Standard
16195
16196 \family roman
16197 \series medium
16198 \shape up
16199 \size normal
16200 \emph off
16201 \bar no
16202 \noun off
16203 \color none
16204 *
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Standard
16213
16214 \family roman
16215 \series medium
16216 \shape up
16217 \size normal
16218 \emph off
16219 \bar no
16220 \noun off
16221 \color none
16222 *
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Standard
16231
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Standard
16240
16241 \family roman
16242 \series medium
16243 \shape up
16244 \size normal
16245 \emph off
16246 \bar no
16247 \noun off
16248 \color none
16249 *
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Standard
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Standard
16267
16268 \family roman
16269 \series medium
16270 \shape up
16271 \size normal
16272 \emph off
16273 \bar no
16274 \noun off
16275 \color none
16276 *
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Standard
16285
16286 \family roman
16287 \series medium
16288 \shape up
16289 \size normal
16290 \emph off
16291 \bar no
16292 \noun off
16293 \color none
16294 *
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Standard
16303
16304 \family roman
16305 \series medium
16306 \shape up
16307 \size normal
16308 \emph off
16309 \bar no
16310 \noun off
16311 \color none
16312 *
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Standard
16321
16322 \family roman
16323 \series medium
16324 \shape up
16325 \size normal
16326 \emph off
16327 \bar no
16328 \noun off
16329 \color none
16330 7
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 </row>
16336 <row topline="true">
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Standard
16341
16342 \family roman
16343 \series medium
16344 \shape up
16345 \size normal
16346 \emph off
16347 \bar no
16348 \noun off
16349 \color none
16350 Desc.\InsetSpace ~
16351 2
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Standard
16360
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Standard
16369
16370 \family roman
16371 \series medium
16372 \shape up
16373 \size normal
16374 \emph off
16375 \bar no
16376 \noun off
16377 \color none
16378 *
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Standard
16387
16388 \family roman
16389 \series medium
16390 \shape up
16391 \size normal
16392 \emph off
16393 \bar no
16394 \noun off
16395 \color none
16396 *
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Standard
16405
16406 \family roman
16407 \series medium
16408 \shape up
16409 \size normal
16410 \emph off
16411 \bar no
16412 \noun off
16413 \color none
16414 *
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Standard
16423
16424 \family roman
16425 \series medium
16426 \shape up
16427 \size normal
16428 \emph off
16429 \bar no
16430 \noun off
16431 \color none
16432 *
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Standard
16441
16442 \family roman
16443 \series medium
16444 \shape up
16445 \size normal
16446 \emph off
16447 \bar no
16448 \noun off
16449 \color none
16450 *
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Standard
16459
16460 \family roman
16461 \series medium
16462 \shape up
16463 \size normal
16464 \emph off
16465 \bar no
16466 \noun off
16467 \color none
16468 *
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Standard
16477
16478 \family roman
16479 \series medium
16480 \shape up
16481 \size normal
16482 \emph off
16483 \bar no
16484 \noun off
16485 \color none
16486 *
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Standard
16495
16496 \family roman
16497 \series medium
16498 \shape up
16499 \size normal
16500 \emph off
16501 \bar no
16502 \noun off
16503 \color none
16504 *
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Standard
16513
16514 \family roman
16515 \series medium
16516 \shape up
16517 \size normal
16518 \emph off
16519 \bar no
16520 \noun off
16521 \color none
16522 *
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Standard
16531
16532 \family roman
16533 \series medium
16534 \shape up
16535 \size normal
16536 \emph off
16537 \bar no
16538 \noun off
16539 \color none
16540 9
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 </row>
16546 <row topline="true">
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Standard
16551
16552 \family roman
16553 \series medium
16554 \shape up
16555 \size normal
16556 \emph off
16557 \bar no
16558 \noun off
16559 \color none
16560 Desc.\InsetSpace ~
16561 3
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Standard
16570
16571 \family roman
16572 \series medium
16573 \shape up
16574 \size normal
16575 \emph off
16576 \bar no
16577 \noun off
16578 \color none
16579 *
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Standard
16588
16589 \family roman
16590 \series medium
16591 \shape up
16592 \size normal
16593 \emph off
16594 \bar no
16595 \noun off
16596 \color none
16597 *
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Standard
16606
16607 \family roman
16608 \series medium
16609 \shape up
16610 \size normal
16611 \emph off
16612 \bar no
16613 \noun off
16614 \color none
16615 *
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Standard
16624
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Standard
16633
16634 \family roman
16635 \series medium
16636 \shape up
16637 \size normal
16638 \emph off
16639 \bar no
16640 \noun off
16641 \color none
16642 *
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Standard
16651
16652 \family roman
16653 \series medium
16654 \shape up
16655 \size normal
16656 \emph off
16657 \bar no
16658 \noun off
16659 \color none
16660 *
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Standard
16669
16670 \family roman
16671 \series medium
16672 \shape up
16673 \size normal
16674 \emph off
16675 \bar no
16676 \noun off
16677 \color none
16678 *
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Standard
16687
16688 \family roman
16689 \series medium
16690 \shape up
16691 \size normal
16692 \emph off
16693 \bar no
16694 \noun off
16695 \color none
16696 *
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Standard
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Standard
16714
16715 \family roman
16716 \series medium
16717 \shape up
16718 \size normal
16719 \emph off
16720 \bar no
16721 \noun off
16722 \color none
16723 *
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Standard
16732
16733 \family roman
16734 \series medium
16735 \shape up
16736 \size normal
16737 \emph off
16738 \bar no
16739 \noun off
16740 \color none
16741 8
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 </row>
16747 <row topline="true" bottomline="true">
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Standard
16752
16753 \family roman
16754 \series medium
16755 \shape up
16756 \size normal
16757 \emph off
16758 \bar no
16759 \noun off
16760 \color none
16761 Desc.\InsetSpace ~
16762 4
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Standard
16771
16772 \family roman
16773 \series medium
16774 \shape up
16775 \size normal
16776 \emph off
16777 \bar no
16778 \noun off
16779 \color none
16780 *
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Standard
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Standard
16798
16799 \family roman
16800 \series medium
16801 \shape up
16802 \size normal
16803 \emph off
16804 \bar no
16805 \noun off
16806 \color none
16807 *
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Standard
16816
16817 \family roman
16818 \series medium
16819 \shape up
16820 \size normal
16821 \emph off
16822 \bar no
16823 \noun off
16824 \color none
16825 *
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Standard
16834
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Standard
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Standard
16852
16853 \family roman
16854 \series medium
16855 \shape up
16856 \size normal
16857 \emph off
16858 \bar no
16859 \noun off
16860 \color none
16861 *
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Standard
16870
16871 \family roman
16872 \series medium
16873 \shape up
16874 \size normal
16875 \emph off
16876 \bar no
16877 \noun off
16878 \color none
16879 *
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Standard
16888
16889 \family roman
16890 \series medium
16891 \shape up
16892 \size normal
16893 \emph off
16894 \bar no
16895 \noun off
16896 \color none
16897 *
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Standard
16906
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Standard
16915
16916 \family roman
16917 \series medium
16918 \shape up
16919 \size normal
16920 \emph off
16921 \bar no
16922 \noun off
16923 \color none
16924 6
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row topline="true" bottomline="true">
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Standard
16935
16936 \family roman
16937 \series medium
16938 \shape up
16939 \size normal
16940 \emph off
16941 \bar no
16942 \noun off
16943 \color none
16944 Total
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Standard
16953
16954 \size normal
16955 \noun off
16956 \color none
16957  
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Standard
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Standard
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Standard
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Standard
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Standard
17002
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Standard
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Standard
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Standard
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Standard
17038
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Standard
17047
17048 \family roman
17049 \series medium
17050 \shape up
17051 \size normal
17052 \emph off
17053 \bar no
17054 \noun off
17055 \color none
17056 30
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 </lyxtabular>
17063
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \begin_layout Subsection
17070 What can be placed inside a table cell?
17071 \end_layout
17072
17073 \begin_layout Standard
17074 Many objects can be placed inside a table cell.
17075  Any single line of text, an equation (not a displayed or multilined equation,
17076  though), or a figure can be in a cell; in fact, all three kinds of objects
17077  can be placed in the same cell.
17078  Font sizes and shapes can be altered, and the table will adjust to display
17079  them properly.
17080  However, you can't put a special environment in a cell (like 
17081 \family sans
17082 Section*
17083 \family default
17084 , etc.), nor set spacing options etc.
17085  for the cell's paragraph.
17086 \end_layout
17087
17088 \begin_layout Subsection
17089 Cut & Paste in Tables
17090 \end_layout
17091
17092 \begin_layout Standard
17093 Cutting and pasting between tables works reasonably well.
17094  You can cut and paste even more than one row.
17095  Selection with the mouse or with 
17096 \family sans
17097 Shift
17098 \family default
17099  plus the arrow keys works as usual.
17100  The values in the second table below were cut and pasted from the first,
17101  using the mouse to select and paste.
17102 \end_layout
17103
17104 \begin_layout Standard
17105 \align center
17106 \begin_inset Tabular
17107 <lyxtabular version="3" rows="3" columns="3">
17108 <features>
17109 <column alignment="center" valignment="top" leftline="true" width="0pt">
17110 <column alignment="center" valignment="top" leftline="true" width="0pt">
17111 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17112 <row topline="true" bottomline="true">
17113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Standard
17117
17118 \family roman
17119 \series medium
17120 \shape up
17121 \size normal
17122 \emph off
17123 \bar no
17124 \noun off
17125 \color none
17126 1
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Standard
17135
17136 \family roman
17137 \series medium
17138 \shape up
17139 \size normal
17140 \emph off
17141 \bar no
17142 \noun off
17143 \color none
17144 2
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Standard
17153
17154 \family roman
17155 \series medium
17156 \shape up
17157 \size normal
17158 \emph off
17159 \bar no
17160 \noun off
17161 \color none
17162 3
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Standard
17173
17174 \family roman
17175 \series medium
17176 \shape up
17177 \size normal
17178 \emph off
17179 \bar no
17180 \noun off
17181 \color none
17182 4
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Standard
17191
17192 \family roman
17193 \series medium
17194 \shape up
17195 \size normal
17196 \emph off
17197 \bar no
17198 \noun off
17199 \color none
17200 5
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Standard
17209
17210 \family roman
17211 \series medium
17212 \shape up
17213 \size normal
17214 \emph off
17215 \bar no
17216 \noun off
17217 \color none
17218 6
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row topline="true" bottomline="true">
17225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Standard
17229
17230 \family roman
17231 \series medium
17232 \shape up
17233 \size normal
17234 \emph off
17235 \bar no
17236 \noun off
17237 \color none
17238 7
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Standard
17247
17248 \family roman
17249 \series medium
17250 \shape up
17251 \size normal
17252 \emph off
17253 \bar no
17254 \noun off
17255 \color none
17256 8
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Standard
17265
17266 \family roman
17267 \series medium
17268 \shape up
17269 \size normal
17270 \emph off
17271 \bar no
17272 \noun off
17273 \color none
17274 9
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 </lyxtabular>
17281
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \align center
17289 \begin_inset Tabular
17290 <lyxtabular version="3" rows="4" columns="3">
17291 <features>
17292 <column alignment="center" valignment="top" leftline="true" width="0pt">
17293 <column alignment="center" valignment="top" leftline="true" width="0pt">
17294 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17295 <row topline="true" bottomline="true">
17296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Standard
17300
17301 \family roman
17302 \series medium
17303 \shape up
17304 \size normal
17305 \emph off
17306 \bar no
17307 \noun off
17308 \color none
17309 1
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Standard
17318
17319 \family roman
17320 \series medium
17321 \shape up
17322 \size normal
17323 \emph off
17324 \bar no
17325 \noun off
17326 \color none
17327 2
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Standard
17336
17337 \family roman
17338 \series medium
17339 \shape up
17340 \size normal
17341 \emph off
17342 \bar no
17343 \noun off
17344 \color none
17345 3
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Standard
17356
17357 \family roman
17358 \series medium
17359 \shape up
17360 \size normal
17361 \emph off
17362 \bar no
17363 \noun off
17364 \color none
17365 4
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Standard
17374
17375 \family roman
17376 \series medium
17377 \shape up
17378 \size normal
17379 \emph off
17380 \bar no
17381 \noun off
17382 \color none
17383 5
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Standard
17392
17393 \family roman
17394 \series medium
17395 \shape up
17396 \size normal
17397 \emph off
17398 \bar no
17399 \noun off
17400 \color none
17401 6
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 <row topline="true">
17408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Standard
17412
17413 \family roman
17414 \series medium
17415 \shape up
17416 \size normal
17417 \emph off
17418 \bar no
17419 \noun off
17420 \color none
17421 7
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Standard
17430
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Standard
17439
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 </row>
17445 <row topline="true" bottomline="true">
17446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Standard
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Standard
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Standard
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 </lyxtabular>
17475
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \begin_layout Standard
17482 Note that you can also copy and paste the entire table as a single unit
17483  by starting the selection from outside the table.
17484 \end_layout
17485
17486 \begin_layout Subsection
17487 Multiple lines in cells
17488 \end_layout
17489
17490 \begin_layout Standard
17491 It is possible to have multi-line entries in tables, but not in a completely
17492  WYSIWYM manner.
17493  Define a fixed length for the column in the 
17494 \family sans
17495 Table
17496 \family default
17497  dialog.
17498  After this, your text is automatically split into more lines and the cell
17499  enlarged vertically when the length of the text exceeds the given fixed
17500  length.
17501  An example:
17502 \end_layout
17503
17504 \begin_layout Standard
17505 \align center
17506 \begin_inset Tabular
17507 <lyxtabular version="3" rows="4" columns="3">
17508 <features>
17509 <column alignment="center" valignment="top" leftline="true" width="0pt">
17510 <column alignment="block" valignment="top" leftline="true" width="3cm">
17511 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17512 <row topline="true" bottomline="true">
17513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Standard
17517
17518 \family roman
17519 \series medium
17520 \shape up
17521 \size normal
17522 \emph off
17523 \bar no
17524 \noun off
17525 \color none
17526 1
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Standard
17535
17536 \family roman
17537 \series medium
17538 \shape up
17539 \size normal
17540 \emph off
17541 \bar no
17542 \noun off
17543 \color none
17544 2
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Standard
17553
17554 \family roman
17555 \series medium
17556 \shape up
17557 \size normal
17558 \emph off
17559 \bar no
17560 \noun off
17561 \color none
17562 3
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row>
17569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Standard
17573
17574 \family roman
17575 \series medium
17576 \shape up
17577 \size normal
17578 \emph off
17579 \bar no
17580 \noun off
17581 \color none
17582 4
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Standard
17591
17592 \family roman
17593 \series medium
17594 \shape up
17595 \size normal
17596 \emph off
17597 \bar no
17598 \noun off
17599 \color none
17600 This is a multiline entry in a table.
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Standard
17609
17610 \family roman
17611 \series medium
17612 \shape up
17613 \size normal
17614 \emph off
17615 \bar no
17616 \noun off
17617 \color none
17618 5
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 <row bottomline="true">
17625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Standard
17629
17630 \family roman
17631 \series medium
17632 \shape up
17633 \size normal
17634 \emph off
17635 \bar no
17636 \noun off
17637 \color none
17638 6
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Standard
17647
17648 \family roman
17649 \series medium
17650 \shape up
17651 \size normal
17652 \emph off
17653 \bar no
17654 \noun off
17655 \color none
17656 This is longer now.
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Standard
17665
17666 \family roman
17667 \series medium
17668 \shape up
17669 \size normal
17670 \emph off
17671 \bar no
17672 \noun off
17673 \color none
17674 7
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 </row>
17680 <row bottomline="true">
17681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Standard
17685
17686 \family roman
17687 \series medium
17688 \shape up
17689 \size normal
17690 \emph off
17691 \bar no
17692 \noun off
17693 \color none
17694 8
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Standard
17703
17704 \family roman
17705 \series medium
17706 \shape up
17707 \size normal
17708 \emph off
17709 \bar no
17710 \noun off
17711 \color none
17712 This is a multiline entry in a table.
17713  This is longer now.
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Standard
17722
17723 \family roman
17724 \series medium
17725 \shape up
17726 \size normal
17727 \emph off
17728 \bar no
17729 \noun off
17730 \color none
17731 9
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 </lyxtabular>
17738
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \begin_layout Standard
17745 Text within a cell will not normally wrap to fit the page, so if a line
17746  of text in a table is too long, the table will extend beyond the right
17747  margin of the page.
17748  Similarly, tables will not split themselves at the bottom of a page, and
17749  so might extend below the bottom margin.
17750  You have these options to resolve this problem:
17751 \end_layout
17752
17753 \begin_layout Enumerate
17754 Split it into two tables.
17755 \end_layout
17756
17757 \begin_layout Enumerate
17758 Select the 
17759 \family sans
17760 Longtable
17761 \family default
17762  button in the 
17763 \family sans
17764 Table
17765 \family default
17766  dialog.
17767  This automatically splits the table over more pages, if it is too tall.
17768  After doing this, the list of 
17769 \family sans
17770 Longtable
17771 \family default
17772  buttons activate themselves and you may now define:
17773 \end_layout
17774
17775 \begin_deeper
17776 \begin_layout Enumerate
17777
17778 \family sans
17779 First\InsetSpace ~
17780 header
17781 \family default
17782 : The current row and all rows above that don't have any special options
17783  defined are defined to be the header rows of the first page of the longtable.
17784 \end_layout
17785
17786 \begin_layout Enumerate
17787
17788 \family sans
17789 Header
17790 \family default
17791 : The current row and all rows above that don't have any special options
17792  defined are defined to be the header rows of all pages of the longtable;
17793  except for the first page, if 
17794 \family sans
17795 First\InsetSpace ~
17796 header
17797 \family default
17798  is defined.
17799 \end_layout
17800
17801 \begin_layout Enumerate
17802
17803 \family sans
17804 Footer
17805 \family default
17806 : The current row and all rows below that don't have any special options
17807  defined are defined to be the footer rows of all pages of the longtable;
17808  except for the last page, if 
17809 \family sans
17810 Last\InsetSpace ~
17811 footer
17812 \family default
17813  is defined.
17814 \end_layout
17815
17816 \begin_layout Enumerate
17817
17818 \family sans
17819 Last\InsetSpace ~
17820 footer
17821 \family default
17822 : The current row and all rows below that don't have any special options
17823  defined are defined to be the footer rows of the last page of the longtable.
17824 \end_layout
17825
17826 \begin_layout Standard
17827 If you set more than one option in the same table row, you should be aware
17828  of the fact that only the first flag is used in the given table rows.
17829  The others will then be defined as 
17830 \emph on
17831 empty
17832 \emph default
17833 .
17834  In this context, first means first in this order: 
17835 \family sans
17836 Footer, Last\InsetSpace ~
17837 footer,
17838 \family default
17839  
17840 \family sans
17841 Header,
17842 \family default
17843  
17844 \family sans
17845 First\InsetSpace ~
17846 header.
17847
17848 \family default
17849  See the 
17850 \family typewriter
17851 TableExamples.lyx
17852 \family default
17853  example file to see how this works.
17854  
17855 \end_layout
17856
17857 \begin_layout Standard
17858 The check box in the long table options can be used to specify specific
17859  rows to break the page on as well.
17860 \end_layout
17861
17862 \end_deeper
17863 \begin_layout Enumerate
17864 A table can also be placed in a float, as described below, which will allow
17865  TeX to place it as well as it can within the page.
17866 \end_layout
17867
17868 \begin_layout Subsection
17869 Table Floats
17870 \begin_inset LatexCommand label
17871 name "sec:table float"
17872
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \begin_layout Standard
17879 Outside of a float, the table will be positioned exactly where it is placed
17880  in the document.
17881  Using a 
17882 \family sans
17883 \shape up
17884 Tabl
17885 \bar under
17886 e
17887 \bar default
17888 \InsetSpace ~
17889 Float
17890 \family default
17891 \shape default
17892  from the 
17893 \family sans
17894 \shape up
17895 \bar under
17896 I
17897 \bar default
17898 nsert\SpecialChar \menuseparator
17899 Flo
17900 \shape default
17901 \bar under
17902 a
17903 \shape up
17904 \bar default
17905 t
17906 \family default
17907 \shape default
17908  menu will enable LaTeX to place the table where it fits best, rather than
17909  exactly where you insert it.
17910  Float placement for table floats is similar to that for figure floats 
17911 \begin_inset LatexCommand ref
17912 reference "sec:figurefloats"
17913
17914 \end_inset
17915
17916 , and is described in section 
17917 \begin_inset LatexCommand ref
17918 reference "sec:float-locn"
17919
17920 \end_inset
17921
17922 .
17923  Captions also work the same way as with figure floats, as described in
17924  section 
17925 \begin_inset LatexCommand ref
17926 reference "sec:figurefloats"
17927
17928 \end_inset
17929
17930 .
17931  Table 
17932 \begin_inset LatexCommand ref
17933 reference "table:a table float"
17934
17935 \end_inset
17936
17937  is an example of a table float.
17938 \begin_inset Float table
17939 placement htbp
17940 wide false
17941 sideways false
17942 status collapsed
17943
17944 \begin_layout Standard
17945 \begin_inset Caption
17946
17947 \begin_layout Standard
17948 \begin_inset LatexCommand label
17949 name "table:a table float"
17950
17951 \end_inset
17952
17953 A table float.
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Standard
17962 \align center
17963 \begin_inset Tabular
17964 <lyxtabular version="3" rows="3" columns="3">
17965 <features>
17966 <column alignment="center" valignment="top" leftline="true" width="0pt">
17967 <column alignment="center" valignment="top" leftline="true" width="0pt">
17968 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17969 <row topline="true" bottomline="true">
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Standard
17974
17975 \family roman
17976 \series medium
17977 \shape up
17978 \size normal
17979 \emph off
17980 \bar no
17981 \noun off
17982 \color none
17983 1
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Standard
17992
17993 \family roman
17994 \series medium
17995 \shape up
17996 \size normal
17997 \emph off
17998 \bar no
17999 \noun off
18000 \color none
18001 2
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Standard
18010
18011 \family roman
18012 \series medium
18013 \shape up
18014 \size normal
18015 \emph off
18016 \bar no
18017 \noun off
18018 \color none
18019 3
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 </row>
18025 <row topline="true">
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Standard
18030
18031 \family roman
18032 \series medium
18033 \shape up
18034 \size normal
18035 \emph off
18036 \bar no
18037 \noun off
18038 \color none
18039 Joe
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Standard
18048
18049 \family roman
18050 \series medium
18051 \shape up
18052 \size normal
18053 \emph off
18054 \bar no
18055 \noun off
18056 \color none
18057 Mary
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Standard
18066
18067 \family roman
18068 \series medium
18069 \shape up
18070 \size normal
18071 \emph off
18072 \bar no
18073 \noun off
18074 \color none
18075 Ted
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 </row>
18081 <row topline="true" bottomline="true">
18082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Standard
18086
18087 \family roman
18088 \series medium
18089 \shape up
18090 \size normal
18091 \emph off
18092 \bar no
18093 \noun off
18094 \color none
18095 \begin_inset Formula $\int x^{2}dx$
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Standard
18107
18108 \family roman
18109 \series medium
18110 \shape up
18111 \size normal
18112 \emph off
18113 \bar no
18114 \noun off
18115 \color none
18116 \begin_inset Formula $\left[\begin{array}{cc}
18117 a & b\\
18118 c & d\end{array}\right]$
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Standard
18130
18131 \family roman
18132 \series medium
18133 \shape up
18134 \size normal
18135 \emph off
18136 \bar no
18137 \noun off
18138 \color none
18139 \begin_inset Formula $1+1=2$
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 </lyxtabular>
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156
18157  
18158 \end_layout
18159
18160 \begin_layout Section
18161 Table of Contents and other Listings
18162 \begin_inset LatexCommand label
18163 name "sec:toc"
18164
18165 \end_inset
18166
18167
18168 \end_layout
18169
18170 \begin_layout Standard
18171 One of the really nice features of LaTeX is the ease with which it lets
18172  you create various 
18173 \begin_inset Quotes eld
18174 \end_inset
18175
18176 Lists,
18177 \begin_inset Quotes erd
18178 \end_inset
18179
18180  such as a Table of Contents.
18181  All you need to do is to use certain environments and insert a reference
18182  at the place where you want the list to appear.
18183 \end_layout
18184
18185 \begin_layout Subsection
18186 The Table of Contents
18187 \end_layout
18188
18189 \begin_layout Standard
18190 In order to get a Table of Contents, you need to do four things:
18191 \end_layout
18192
18193 \begin_layout Enumerate
18194 Use a document class that includes support (all but 
18195 \family typewriter
18196 letter
18197 \family default
18198 ).
18199 \end_layout
18200
18201 \begin_layout Enumerate
18202 Set paragraph environments appropriately: 
18203 \family sans
18204 Chapter
18205 \family default
18206
18207 \family sans
18208 (Sub...) Section
18209 \family default
18210
18211 \family sans
18212 (Sub...), Paragraph
18213 \family default
18214 .
18215  Note that styles with a 
18216 \family sans
18217 *
18218 \family default
18219 , like 
18220 \family sans
18221 Section*
18222 \family default
18223 , will 
18224 \emph on
18225 not
18226 \emph default
18227  appear in the Table of Contents.
18228 \end_layout
18229
18230 \begin_layout Enumerate
18231 Make sure you set the 
18232 \family sans
18233 \bar under
18234 S
18235 \bar default
18236 ection\InsetSpace ~
18237 number\InsetSpace ~
18238 depth
18239 \family default
18240  and 
18241 \family sans
18242 \bar under
18243 T
18244 \bar default
18245 able\InsetSpace ~
18246 of\InsetSpace ~
18247 contents
18248 \family default
18249 .
18250 \family sans
18251 \InsetSpace ~
18252 depth
18253 \family default
18254  in the 
18255 \family sans
18256 Document\InsetSpace ~
18257 Layout
18258 \family default
18259  dialog to the appropriate value as described in 
18260 \begin_inset LatexCommand ref
18261 reference "sub:section-depth"
18262
18263 \end_inset
18264
18265
18266 \end_layout
18267
18268 \begin_layout Enumerate
18269 Insert the ToC command at some place in the document.
18270  You'll find it under 
18271 \family sans
18272 \bar under
18273 I
18274 \bar default
18275 nsert\SpecialChar \menuseparator
18276 List\InsetSpace ~
18277 /\InsetSpace ~
18278 T
18279 \bar under
18280 O
18281 \bar default
18282 C\SpecialChar \menuseparator
18283
18284 \bar under
18285 T
18286 \bar default
18287 able\InsetSpace ~
18288 of\InsetSpace ~
18289 Contents
18290 \family default
18291 .
18292 \end_layout
18293
18294 \begin_layout Standard
18295 You can also bring up a dialog for navigating through your document with
18296  
18297 \family sans
18298 \bar under
18299 D
18300 \bar default
18301 ocument\SpecialChar \menuseparator
18302
18303 \bar under
18304 T
18305 \bar default
18306 able\InsetSpace ~
18307 of\InsetSpace ~
18308 Contents
18309 \family default
18310 .
18311 \end_layout
18312
18313 \begin_layout Subsection
18314 List of Figures, Tables and Algorithms
18315 \begin_inset LatexCommand label
18316 name "sec:ListsOf"
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \begin_layout Standard
18324 Table, figure, and algorithm lists are very much like the table of contents.
18325  You can insert them from the 
18326 \family sans
18327 \bar under
18328 I
18329 \bar default
18330 nsert\SpecialChar \menuseparator
18331 List\InsetSpace ~
18332 /\InsetSpace ~
18333
18334 \bar under
18335 T
18336 \bar default
18337 OC
18338 \family default
18339  submenu.
18340  If you want figures, tables, or algorithms to appear in the list, you must
18341  place them inside a float of the relevant type and add a caption.
18342 \end_layout
18343
18344 \begin_layout Chapter
18345 Mathematical Formulae
18346 \end_layout
18347
18348 \begin_layout Section
18349 Basic Math Editing
18350 \end_layout
18351
18352 \begin_layout Standard
18353 To create a math formula, you can just click on the toolbar icon with 
18354 \begin_inset Formula $\frac{a+b}{c}$
18355 \end_inset
18356
18357  on it.
18358  That will open a little blue square, with purple markers around it, on
18359  the corners.
18360  That blue square is the formula itself; the purple markers indicate what
18361  level of nesting within the formula you are at.
18362  You can also choose a particular formula type to insert via the 
18363 \family sans
18364 \bar under
18365 I
18366 \bar default
18367 nsert
18368 \bar under
18369 \SpecialChar \menuseparator
18370 M
18371 \bar default
18372 ath
18373 \family default
18374  menu; or you can use a keyboard macro, 
18375 \family sans
18376 M-c\InsetSpace ~
18377 m
18378 \family default
18379
18380 \family sans
18381 M-m\InsetSpace ~
18382 m
18383 \family default
18384 , or 
18385 \family sans
18386 C-m
18387 \family default
18388  (CUA binding only).
18389 \end_layout
18390
18391 \begin_layout Standard
18392 If you simply need to type a single Greek letter, such as 
18393 \begin_inset Formula $\alpha$
18394 \end_inset
18395
18396 , there is a special shortcut.
18397  Just type 
18398 \family sans
18399 M-m\InsetSpace ~
18400 g\InsetSpace ~
18401 a
18402 \family default
18403  to get 
18404 \begin_inset Formula $\alpha$
18405 \end_inset
18406
18407
18408 \family sans
18409 M-m\InsetSpace ~
18410 g\InsetSpace ~
18411 b
18412 \family default
18413  to get 
18414 \begin_inset Formula $\beta$
18415 \end_inset
18416
18417 , etc.
18418 \end_layout
18419
18420 \begin_layout Standard
18421 Editing the parameters of a formula may be done from the 
18422 \family sans
18423 \bar under
18424 I
18425 \bar default
18426 nsert\SpecialChar \menuseparator
18427
18428 \bar under
18429 M
18430 \bar default
18431 ath\SpecialChar \menuseparator
18432 Math\InsetSpace ~
18433 Pane
18434 \bar under
18435 l
18436 \family default
18437 \bar default
18438  dialog, by 
18439 \family sans
18440 Edit\SpecialChar \menuseparator
18441 Math
18442 \family default
18443 , or by clicking the right mouse button on the formula.
18444  The math panel is very useful, so you may want to open it and leave it
18445  somewhere on the screen.
18446  If you're not already in a formula, selecting anything from the math panel
18447  will insert a formula for you.
18448 \end_layout
18449
18450 \begin_layout Subsection
18451 Navigating a Formula
18452 \end_layout
18453
18454 \begin_layout Standard
18455 The best control over cursor position within an existing formula is achieved
18456  with the arrow keys.
18457  Mathed uses small squares to indicate places where something can be inserted.
18458  The arrow keys can be used to navigate between parts of a formula.
18459  Pressing 
18460 \family sans
18461 Space
18462 \family default
18463  will leave a fraction or other formula construct (a square root 
18464 \begin_inset Formula $\sqrt{2}$
18465 \end_inset
18466
18467 , or parentheses 
18468 \begin_inset Formula $\left(f\right)$
18469 \end_inset
18470
18471 , or a matrix 
18472 \begin_inset Formula $\left[\begin{array}{cc}
18473 1 & 2\\
18474 3 & 4\end{array}\right]$
18475 \end_inset
18476
18477 ).
18478  Pressing 
18479 \family sans
18480 Escape
18481 \family default
18482  will leave the formula, placing the cursor after the formula.
18483  
18484 \family sans
18485 Tab
18486 \family default
18487  can be used to move horizontally in a formula; for example, through the
18488  cells of a matrix or the positions in a multi-line equation.
18489 \end_layout
18490
18491 \begin_layout Standard
18492
18493 \family sans
18494 Space
18495 \family default
18496  seems to do nothing in Mathed, since it does not in fact add a space between
18497  characters, but it does exit a nested structure.
18498  For this reason, you have to be careful about using 
18499 \family sans
18500 Space
18501 \family default
18502 .
18503  For example, if you want 
18504 \begin_inset Formula $\sqrt{2x+1}$
18505 \end_inset
18506
18507 , type 
18508 \family typewriter
18509
18510 \backslash
18511 sqrt
18512 \family sans
18513 \InsetSpace ~
18514
18515 \family default
18516 then 
18517 \family sans
18518 Space
18519 \family default
18520 , then
18521 \family sans
18522 \InsetSpace ~
18523
18524 \family typewriter
18525 2x+1
18526 \family default
18527 , not 
18528 \family typewriter
18529
18530 \backslash
18531 sqrt
18532 \family sans
18533 \InsetSpace ~
18534 Space\InsetSpace ~
18535
18536 \family typewriter
18537 2x
18538 \family sans
18539 \InsetSpace ~
18540 Space\InsetSpace ~
18541
18542 \family typewriter
18543 +
18544 \family sans
18545 \InsetSpace ~
18546 Space\InsetSpace ~
18547
18548 \family typewriter
18549 1
18550 \family default
18551 , since in the latter case only the 
18552 \family typewriter
18553
18554 \begin_inset Formula $2x$
18555 \end_inset
18556
18557
18558 \family default
18559  will be under the square root sign, 
18560 \begin_inset Formula $\sqrt{2x}+1$
18561 \end_inset
18562
18563 .
18564  For those who learned to space out expressions in this way, it takes a
18565  little unlearning.
18566 \end_layout
18567
18568 \begin_layout Standard
18569 You can leave many parts of a formula, like this matrix, partially filled
18570  in, such as:
18571 \begin_inset Formula \[
18572 \left(\begin{array}{ccc}
18573 \lambda_{1}\\
18574  & \ddots\\
18575  &  & \lambda_{n}\end{array}\right).\]
18576
18577 \end_inset
18578
18579 If you leave a fraction only partially filled in, or a subscript with nothing
18580  in it, the results will be unpredictable, but most constructs don't mind.
18581 \end_layout
18582
18583 \begin_layout Subsection
18584 Selecting Text
18585 \end_layout
18586
18587 \begin_layout Standard
18588 You can select text within a formula in two different ways.
18589  Place the cursor at one end of the string of text you want, and press 
18590 \family sans
18591 Shift
18592 \family default
18593  and a cursor movement key to select text.
18594  It will be highlighted as with regular text selection.
18595  Alternatively, you can select text with the mouse in the usual way.
18596  That text can then be cut or copied, and then pasted within any formula
18597  (not in a plain text region in LyX, though).
18598 \end_layout
18599
18600 \begin_layout Subsection
18601 Exponents and Subscripts
18602 \end_layout
18603
18604 \begin_layout Standard
18605 You can use the math panel to add superscripts or subscripts, but the much
18606  easier way is to use the standard TeX method.
18607  To get 
18608 \begin_inset Formula $x^{2}$
18609 \end_inset
18610
18611 , type (in Mathed) 
18612 \family typewriter
18613 x^2
18614 \family default
18615  then 
18616 \family sans
18617 Space
18618 \family default
18619 .
18620  The final 
18621 \family sans
18622 Space
18623 \family default
18624  puts the cursor back down on the base line of the expression, instead of
18625  in the superscript.
18626  If you type 
18627 \family typewriter
18628 x^2y
18629 \family default
18630 , you will get 
18631 \begin_inset Formula $x^{2y}$
18632 \end_inset
18633
18634 , to get 
18635 \begin_inset Formula $x^{2}y$
18636 \end_inset
18637
18638 , type 
18639 \family typewriter
18640 x^2
18641 \family default
18642  then 
18643 \family sans
18644 Space
18645 \family default
18646  then
18647 \family sans
18648 \InsetSpace ~
18649
18650 \family typewriter
18651 y
18652 \family default
18653 .
18654  Subscripts are similar, to get 
18655 \begin_inset Formula $a_{1}$
18656 \end_inset
18657
18658 , type (in Mathed) 
18659 \family typewriter
18660 a_1
18661 \family sans
18662 \InsetSpace ~
18663
18664 \family default
18665 then 
18666 \family sans
18667 Space
18668 \family default
18669 .
18670  Note that by default, the superscript or subscript is only for the single
18671  symbol to the left, which changes the spacing and alignment; you should
18672  read section 
18673 \begin_inset LatexCommand ref
18674 reference "sec:Grouping"
18675
18676 \end_inset
18677
18678  if you need to alter this.
18679 \end_layout
18680
18681 \begin_layout Subsection
18682 Fractions 
18683 \end_layout
18684
18685 \begin_layout Standard
18686 Create a fraction with either 
18687 \family typewriter
18688
18689 \backslash
18690 frac
18691 \family default
18692  (in Mathed) or using the fraction icon in the 
18693 \family sans
18694 Math\InsetSpace ~
18695 Panel
18696 \family default
18697  dialog or the 
18698 \family sans
18699 \bar under
18700 M
18701 \bar default
18702 ath
18703 \family default
18704  menu item 
18705 \family sans
18706 \bar under
18707 F
18708 \bar default
18709 raction
18710 \family default
18711 .
18712  You will be presented with an empty fraction, with two Mathed insertion
18713  squares top and bottom.
18714  The cursor moves immediately to the top of the fraction.
18715  To move to the bottom, simply press 
18716 \family sans
18717 Down
18718 \family default
18719 .
18720  To move back up, press 
18721 \family sans
18722 Up
18723 \family default
18724 .
18725  Any math structure can be placed in a fraction, as this example shows:
18726 \begin_inset Formula \[
18727 \left[\frac{1}{\left(\begin{array}{cc}
18728 2 & 3\\
18729 4 & 5\end{array}\right)}\right]\]
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Subsection
18737 Sums and Integrals 
18738 \end_layout
18739
18740 \begin_layout Standard
18741 Sum (
18742 \begin_inset Formula $\sum$
18743 \end_inset
18744
18745 ) and integral (
18746 \begin_inset Formula $\int$
18747 \end_inset
18748
18749 ) signs are very often decorated with one or more sets of 
18750 \begin_inset Quotes eld
18751 \end_inset
18752
18753 limits
18754 \begin_inset Quotes erd
18755 \end_inset
18756
18757 .
18758  These limits can be entered in LyX by entering them as you would enter
18759  a superscript or subscript, directly after the symbol.
18760  Sum will automatically place its 
18761 \begin_inset Quotes eld
18762 \end_inset
18763
18764 limits
18765 \begin_inset Quotes erd
18766 \end_inset
18767
18768  over and under the symbol in display style, but will move them to the side
18769  when inlined, such as 
18770 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
18771 \end_inset
18772
18773 , versus 
18774 \begin_inset Note Note
18775 status open
18776
18777 \begin_layout Standard
18778 We haven't yet explained what display vs.
18779  inline means...
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \begin_inset Formula \[
18786 \sum_{n=1}^{\infty}\frac{x^{n}}{n}=\ln\left(\frac{1}{1-x}\right).\]
18787
18788 \end_inset
18789
18790 Integral signs, however, will not by default move the limits to directly
18791  over and under the integral sign in display style, as in 
18792 \begin_inset Formula $\int_{a}^{x}f(t)dt:=F(x)$
18793 \end_inset
18794
18795 , versus
18796 \begin_inset Formula \[
18797 \int_{-\infty}^{\infty}\frac{dx}{1+x^{2}}=\pi.\]
18798
18799 \end_inset
18800
18801 Both symbols will be automatically re-sized when placed in display mode.
18802  In display mode, the placement of the limits (directly above and below,
18803  or offset to the right from the sign) can be changed by placing the cursor
18804  in front of the sign and hitting 
18805 \family sans
18806 M-m l
18807 \family default
18808 .
18809  Exactly what change occurs depends on the sign.
18810  
18811 \end_layout
18812
18813 \begin_layout Standard
18814 Certain other mathematical expressions have this 
18815 \begin_inset Quotes eld
18816 \end_inset
18817
18818 moving limits
18819 \begin_inset Quotes erd
18820 \end_inset
18821
18822  feature as addition, such as 
18823 \begin_inset Formula \[
18824 \lim_{x\rightarrow\infty}f(x),\]
18825
18826 \end_inset
18827
18828 which will place the 
18829 \begin_inset Formula $x\rightarrow\infty$
18830 \end_inset
18831
18832  underneath the 
18833 \begin_inset Quotes eld
18834 \end_inset
18835
18836 lim
18837 \begin_inset Quotes erd
18838 \end_inset
18839
18840  in display mode, but not in inlined mode, 
18841 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
18842 \end_inset
18843
18844 .
18845  Note that the 
18846 \begin_inset Formula $\lim$
18847 \end_inset
18848
18849  was entered as a function - you get it in LyX by typing 
18850 \family typewriter
18851
18852 \backslash
18853 lim
18854 \family default
18855  in math-mode, or choosing from the 
18856 \begin_inset Quotes eld
18857 \end_inset
18858
18859 functions
18860 \begin_inset Quotes erd
18861 \end_inset
18862
18863  menu in the math panel; see 
18864 \begin_inset LatexCommand ref
18865 reference "sec:math-functions"
18866
18867 \end_inset
18868
18869 .
18870 \end_layout
18871
18872 \begin_layout Subsubsection
18873 Special integral symbols
18874 \end_layout
18875
18876 \begin_layout Standard
18877 Standard LaTeX does only provide a very limited set of integral symbols.
18878  Therefore several packages implement additional symbols, e.g.\InsetSpace ~
18879 moredimensional
18880  integrals like 
18881 \begin_inset Formula $\iint$
18882 \end_inset
18883
18884  (
18885 \family typewriter
18886
18887 \backslash
18888 iint
18889 \family default
18890 ).
18891  Unfortunately they do not always look consistent, e.g.\InsetSpace ~
18892 the 
18893 \family typewriter
18894
18895 \begin_inset Formula $\iint$
18896 \end_inset
18897
18898  (
18899 \backslash
18900 iint)
18901 \family default
18902  symbol from the 
18903 \family typewriter
18904 wasysym
18905 \family default
18906  package looks like 
18907 \family typewriter
18908
18909 \begin_inset Formula $\varint$
18910 \end_inset
18911
18912  (
18913 \backslash
18914 varint
18915 \family default
18916 ), not 
18917 \family typewriter
18918
18919 \begin_inset Formula $\int$
18920 \end_inset
18921
18922  (
18923 \backslash
18924 int
18925 \family default
18926 ).
18927  Therefore you should enable the automatic loading of the 
18928 \family typewriter
18929 esint
18930 \family default
18931  package in 
18932 \family sans
18933 \bar under
18934 D
18935 \bar default
18936 ocument\SpecialChar \menuseparator
18937
18938 \bar under
18939 S
18940 \bar default
18941 ettings
18942 \family default
18943  if you need special integrals.
18944  This package defines a complete set of consistent looking integral symbols.
18945  You can find most of them in the math panel.
18946  This document does use the 
18947 \family typewriter
18948 wasysym
18949 \family default
18950  package instead of the 
18951 \family typewriter
18952 esint
18953 \family default
18954  package, because the latter is not yet included in all TeX distributions,
18955  so you can see the different looking integral symbols using 
18956 \family sans
18957 \bar under
18958 V
18959 \bar default
18960 iew\SpecialChar \menuseparator
18961
18962 \bar under
18963 D
18964 \bar default
18965 VI
18966 \family default
18967 .
18968 \end_layout
18969
18970 \begin_layout Subsection
18971 The Math Panel
18972 \begin_inset LatexCommand label
18973 name "sec:math-panel"
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Standard
18981 The 
18982 \family sans
18983 Math\InsetSpace ~
18984
18985 \bar under
18986 P
18987 \bar default
18988 anel
18989 \family default
18990  dialog (accessible via 
18991 \family sans
18992 \bar under
18993 I
18994 \bar default
18995 nsert\SpecialChar \menuseparator
18996
18997 \bar under
18998 M
18999 \bar default
19000 ath
19001 \family default
19002 ) has a more extensive list of symbols and structures.
19003  As stated earlier, you can keep the math panel open when writing mathematics.
19004  The use of the panel should be fairly obvious; we'll describe some of the
19005  details in later sections.
19006 \end_layout
19007
19008 \begin_layout Standard
19009 Note that right-clicking on a formula opens the panel as well.
19010 \end_layout
19011
19012 \begin_layout Subsection
19013 Other Math Symbols 
19014 \end_layout
19015
19016 \begin_layout Standard
19017 Most math symbols can be found in the math panel under one of several categories
19018 ; including 
19019 \family sans
19020 Greek
19021 \family default
19022  
19023 \begin_inset Formula $\Gamma\rho\epsilon\epsilon\kappa$
19024 \end_inset
19025
19026
19027 \family sans
19028 operators
19029 \family default
19030  
19031 \begin_inset Formula $\pm\times$
19032 \end_inset
19033
19034
19035 \family sans
19036 relations
19037 \family default
19038  
19039 \begin_inset Formula $\leq\cong$
19040 \end_inset
19041
19042
19043 \family sans
19044 arrows
19045 \family default
19046  
19047 \begin_inset Formula $\uparrow\Leftrightarrow$
19048 \end_inset
19049
19050
19051 \family sans
19052 large\InsetSpace ~
19053 operators
19054 \family default
19055  
19056 \begin_inset Formula $\sum\int$
19057 \end_inset
19058
19059 , and the dreaded 
19060 \family sans
19061 miscellaneous
19062 \family default
19063 .
19064  There are also the additional symbols provided by the American Mathematical
19065  Society (AMS).
19066  If you know the standard LaTeX macro for a particular symbol you which
19067  to use, you do not have to use these dialogs, but they will help for those
19068  symbols whose LaTeX name you do not know.
19069  Note that the AMS symbols will not be displayed as symbols in LyX unless
19070  you install the right fonts as described in the relevant manual.
19071 \end_layout
19072
19073 \begin_layout Standard
19074 It is possible to get an nth root symbol.
19075  In the minibuffer, type 
19076 \family typewriter
19077 math-insert root
19078 \family default
19079 .
19080  This generates a root symbol with an extra box above the root sign.
19081  Use 
19082 \family sans
19083 Up
19084 \family default
19085  and 
19086 \family sans
19087 Down
19088 \family default
19089  to move between the two boxes.
19090  You can also use the key binding 
19091 \family sans
19092 M-m-r
19093 \family default
19094 .
19095 \end_layout
19096
19097 \begin_layout Subsection
19098 Altering spacing
19099 \end_layout
19100
19101 \begin_layout Standard
19102 You may want to create blank spaces that differs from the standard spacing
19103  that LaTeX provides.
19104  We don't recommend this as a matter of course, since the whole idea of
19105  WYSIWYM is that you don't think about the typesetting, but the content.
19106  However, there are situations where you will want to add spaces.
19107  The first thing to do is to type 
19108 \family sans
19109 C-Space
19110 \family default
19111 .
19112  This generates a small space, and shows a small marker on the screen within
19113  LyX: 
19114 \begin_inset Formula $a\, b$
19115 \end_inset
19116
19117 .
19118  The next trick is to change that space to different sizes.
19119  
19120 \emph on
19121 Before
19122 \emph default
19123  you move the cursor, after typing 
19124 \family sans
19125 C-Space
19126 \family default
19127 , if you hit 
19128 \family sans
19129 Space
19130 \family default
19131  again, you will change the size of the space, through a number of variable
19132  sizes.
19133  The last ones in the list are red, and are a negative space.
19134  For example: 
19135 \begin_inset Formula $a\quad b$
19136 \end_inset
19137
19138 , or 
19139 \begin_inset Formula $a\! b$
19140 \end_inset
19141
19142 .
19143  You can also insert these spaces via the math panel.
19144 \end_layout
19145
19146 \begin_layout Subsection
19147 Math functions
19148 \begin_inset LatexCommand label
19149 name "sec:math-functions"
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Standard
19157 The math panel contains a number of 
19158 \begin_inset Quotes eld
19159 \end_inset
19160
19161 functions
19162 \begin_inset Quotes erd
19163 \end_inset
19164
19165 , such as 
19166 \begin_inset Formula $\sin$
19167 \end_inset
19168
19169
19170 \begin_inset Formula $\lim$
19171 \end_inset
19172
19173
19174 \emph on
19175 etc
19176 \emph default
19177 .
19178  (you can type them in a formula by typing 
19179 \family typewriter
19180
19181 \backslash
19182 sin
19183 \family default
19184  etc).
19185  Standard mathematical practice is that functions which are names, like
19186  
19187 \begin_inset Formula $\sin$
19188 \end_inset
19189
19190 , should not be italicized.
19191  Entering just the letters 
19192 \begin_inset Formula $sin$
19193 \end_inset
19194
19195  within Mathed will give italics, of course, so these special macros are
19196  available.
19197  They do more to the final output than just change the typeface, however.
19198  For example, the expression 
19199 \begin_inset Formula $\sin t$
19200 \end_inset
19201
19202  will typeset with a little extra space between the n and the t.
19203  For words which are more sophisticated mathematical objects, like 
19204 \begin_inset Formula $\lim$
19205 \end_inset
19206
19207 , the macro changes the way that subscripts are placed, depending on whether
19208  the math-inset is inlined or displayed: 
19209 \begin_inset Formula $\lim_{x\rightarrow0}f(x)=L$
19210 \end_inset
19211
19212  versus
19213 \begin_inset Formula \[
19214 \lim_{x\rightarrow0}f(x)=L.\]
19215
19216 \end_inset
19217
19218 These two expressions were typed the same way, but using the macro 
19219 \family typewriter
19220
19221 \backslash
19222 lim
19223 \family default
19224  alters the appearance (actually, it is the inlined version that is altered,
19225  to improve linespacing).
19226 \end_layout
19227
19228 \begin_layout Subsection
19229 Accents
19230 \end_layout
19231
19232 \begin_layout Standard
19233 In a formula you can insert accented characters in the same way as in text
19234  mode.
19235  This may depend on your keyboard, or the bindings file you use.
19236  You can also use TeX macro equivalents, as macros.
19237  That is, you can enter 
19238 \begin_inset Formula $\hat{a}$
19239 \end_inset
19240
19241  to get the same effect if your keyboard does not have accents enabled.
19242  This is entered by typing 
19243 \begin_inset Quotes eld
19244 \end_inset
19245
19246
19247 \family typewriter
19248
19249 \backslash
19250 hat a
19251 \family default
19252
19253 \begin_inset Quotes erd
19254 \end_inset
19255
19256  in Mathed.
19257  These are the equivalences between the text names and the macro names for
19258  the various accents:
19259 \end_layout
19260
19261 \begin_layout Standard
19262 \align center
19263 \begin_inset Tabular
19264 <lyxtabular version="3" rows="11" columns="3">
19265 <features>
19266 <column alignment="center" valignment="top" leftline="true" width="0pt">
19267 <column alignment="center" valignment="top" leftline="true" width="0pt">
19268 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19269 <row topline="true" bottomline="true">
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Standard
19274
19275 \family roman
19276 \series medium
19277 \shape up
19278 \size normal
19279 \emph off
19280 \bar no
19281 \noun off
19282 \color none
19283 text
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Standard
19292
19293 \family roman
19294 \series medium
19295 \shape up
19296 \size normal
19297 \emph off
19298 \bar no
19299 \noun off
19300 \color none
19301 math
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Standard
19310
19311 \family roman
19312 \series medium
19313 \shape up
19314 \size normal
19315 \emph off
19316 \bar no
19317 \noun off
19318 \color none
19319 example
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 <row topline="true">
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Standard
19330
19331 \family roman
19332 \series medium
19333 \shape up
19334 \size normal
19335 \emph off
19336 \bar no
19337 \noun off
19338 \color none
19339 circumflex
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Standard
19348
19349 \family roman
19350 \series medium
19351 \shape up
19352 \size normal
19353 \emph off
19354 \bar no
19355 \noun off
19356 \color none
19357 hat
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Standard
19366
19367 \family roman
19368 \series medium
19369 \shape up
19370 \size normal
19371 \emph off
19372 \bar no
19373 \noun off
19374 \color none
19375 \begin_inset Formula $\hat{a}$
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row topline="true">
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Standard
19389
19390 \family roman
19391 \series medium
19392 \shape up
19393 \size normal
19394 \emph off
19395 \bar no
19396 \noun off
19397 \color none
19398 grave
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Standard
19407
19408 \family roman
19409 \series medium
19410 \shape up
19411 \size normal
19412 \emph off
19413 \bar no
19414 \noun off
19415 \color none
19416 grave
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Standard
19425
19426 \family roman
19427 \series medium
19428 \shape up
19429 \size normal
19430 \emph off
19431 \bar no
19432 \noun off
19433 \color none
19434 \begin_inset Formula $\grave{a}$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row topline="true">
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Standard
19448
19449 \family roman
19450 \series medium
19451 \shape up
19452 \size normal
19453 \emph off
19454 \bar no
19455 \noun off
19456 \color none
19457 acute
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Standard
19466
19467 \family roman
19468 \series medium
19469 \shape up
19470 \size normal
19471 \emph off
19472 \bar no
19473 \noun off
19474 \color none
19475 acute
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Standard
19484
19485 \family roman
19486 \series medium
19487 \shape up
19488 \size normal
19489 \emph off
19490 \bar no
19491 \noun off
19492 \color none
19493 \begin_inset Formula $\acute{a}$
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row topline="true">
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Standard
19507
19508 \family roman
19509 \series medium
19510 \shape up
19511 \size normal
19512 \emph off
19513 \bar no
19514 \noun off
19515 \color none
19516 umlaut
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Standard
19525
19526 \family roman
19527 \series medium
19528 \shape up
19529 \size normal
19530 \emph off
19531 \bar no
19532 \noun off
19533 \color none
19534 ddot
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Standard
19543
19544 \family roman
19545 \series medium
19546 \shape up
19547 \size normal
19548 \emph off
19549 \bar no
19550 \noun off
19551 \color none
19552 \begin_inset Formula $\ddot{a}$
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 </row>
19561 <row topline="true">
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Standard
19566
19567 \family roman
19568 \series medium
19569 \shape up
19570 \size normal
19571 \emph off
19572 \bar no
19573 \noun off
19574 \color none
19575 tilde
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Standard
19584
19585 \family roman
19586 \series medium
19587 \shape up
19588 \size normal
19589 \emph off
19590 \bar no
19591 \noun off
19592 \color none
19593 tilde
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Standard
19602
19603 \family roman
19604 \series medium
19605 \shape up
19606 \size normal
19607 \emph off
19608 \bar no
19609 \noun off
19610 \color none
19611 \begin_inset Formula $\tilde{a}$
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row topline="true">
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Standard
19625
19626 \family roman
19627 \series medium
19628 \shape up
19629 \size normal
19630 \emph off
19631 \bar no
19632 \noun off
19633 \color none
19634 dot
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Standard
19643
19644 \family roman
19645 \series medium
19646 \shape up
19647 \size normal
19648 \emph off
19649 \bar no
19650 \noun off
19651 \color none
19652 dot
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Standard
19661
19662 \family roman
19663 \series medium
19664 \shape up
19665 \size normal
19666 \emph off
19667 \bar no
19668 \noun off
19669 \color none
19670 \begin_inset Formula $\dot{a}$
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 </row>
19679 <row topline="true">
19680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Standard
19684
19685 \family roman
19686 \series medium
19687 \shape up
19688 \size normal
19689 \emph off
19690 \bar no
19691 \noun off
19692 \color none
19693 breve
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Standard
19702
19703 \family roman
19704 \series medium
19705 \shape up
19706 \size normal
19707 \emph off
19708 \bar no
19709 \noun off
19710 \color none
19711 breve
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Standard
19720
19721 \family roman
19722 \series medium
19723 \shape up
19724 \size normal
19725 \emph off
19726 \bar no
19727 \noun off
19728 \color none
19729 \begin_inset Formula $\breve{a}$
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row topline="true">
19739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Standard
19743
19744 \family roman
19745 \series medium
19746 \shape up
19747 \size normal
19748 \emph off
19749 \bar no
19750 \noun off
19751 \color none
19752 caron
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Standard
19761
19762 \family roman
19763 \series medium
19764 \shape up
19765 \size normal
19766 \emph off
19767 \bar no
19768 \noun off
19769 \color none
19770 check
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Standard
19779
19780 \family roman
19781 \series medium
19782 \shape up
19783 \size normal
19784 \emph off
19785 \bar no
19786 \noun off
19787 \color none
19788 \begin_inset Formula $\check{a}$
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 </row>
19797 <row topline="true">
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Standard
19802
19803 \family roman
19804 \series medium
19805 \shape up
19806 \size normal
19807 \emph off
19808 \bar no
19809 \noun off
19810 \color none
19811 macron
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Standard
19820
19821 \family roman
19822 \series medium
19823 \shape up
19824 \size normal
19825 \emph off
19826 \bar no
19827 \noun off
19828 \color none
19829 bar
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Standard
19838
19839 \family roman
19840 \series medium
19841 \shape up
19842 \size normal
19843 \emph off
19844 \bar no
19845 \noun off
19846 \color none
19847 \begin_inset Formula $\bar{a}$
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 </row>
19856 <row topline="true" bottomline="true">
19857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Standard
19861
19862 \family roman
19863 \series medium
19864 \shape up
19865 \size normal
19866 \emph off
19867 \bar no
19868 \noun off
19869 \color none
19870 ---
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Standard
19879
19880 \family roman
19881 \series medium
19882 \shape up
19883 \size normal
19884 \emph off
19885 \bar no
19886 \noun off
19887 \color none
19888 vec
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Standard
19897
19898 \family roman
19899 \series medium
19900 \shape up
19901 \size normal
19902 \emph off
19903 \bar no
19904 \noun off
19905 \color none
19906 \begin_inset Formula $\vec{a}$
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 </lyxtabular>
19916
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \begin_layout Standard
19923 Finally, you can choose one of these accents by selecting an item from the
19924  
19925 \family sans
19926 Decorations
19927 \family default
19928  symbol set in the math panel; this will apply to any selection you have
19929  made within a formula too.
19930 \end_layout
19931
19932 \begin_layout Subsection
19933 The math editor for LaTeX users
19934 \end_layout
19935
19936 \begin_layout Standard
19937 Editing mathematical expressions in LyX can be done in one of two ways.
19938  You can use the native LyX support for rendering the formulae in a WYSIWYM
19939  fashion.
19940  LaTeX users might like to be able to use the keyboard to enter things like
19941  
19942 \family typewriter
19943 $
19944 \backslash
19945 alpha$
19946 \family default
19947  (this gets, in ordinary TeX, an 
19948 \begin_inset Formula $\alpha$
19949 \end_inset
19950
19951  in the final document), believing that it is faster than chasing around
19952  menus for a symbol.
19953  Here's a testimonial of one of those old LaTeX users, 
19954 \noun on
19955 David Johnson:
19956 \end_layout
19957
19958 \begin_layout Quotation
19959 I was finally convinced that the math editor was the way to go when I found
19960  that, with a few modifications, I could use it the same way I was accustomed
19961  to writing TeX.
19962  As an example, I created this 
19963 \begin_inset Formula $\alpha$
19964 \end_inset
19965
19966  by typing the following keys: First type 
19967 \family sans
19968 M-c\InsetSpace ~
19969 m
19970 \family default
19971  to enter 
19972 \family typewriter
19973 math-mode
19974 \family default
19975 , then type 
19976 \family typewriter
19977
19978 \backslash
19979 alpha
19980 \family default
19981  , then 
19982 \family sans
19983 Space
19984 \family default
19985  and 
19986 \family sans
19987 Esc
19988 \family default
19989 .
19990  As soon as I typed that 
19991 \family sans
19992 Space
19993 \family default
19994  the 
19995 \begin_inset Formula $\alpha$
19996 \end_inset
19997
19998  was right there on the screen.
19999  
20000 \end_layout
20001
20002 \begin_layout Standard
20003 The 
20004 \family sans
20005 M-c\InsetSpace ~
20006 m
20007 \family default
20008  sequence inserts a formula (you may also use 
20009 \family sans
20010 C-m
20011 \family default
20012  or 
20013 \family sans
20014 M-m\InsetSpace ~
20015 m
20016 \family default
20017 ), the 
20018 \family typewriter
20019
20020 \backslash
20021 alpha
20022 \family default
20023  is of course the standard TeX command for a Greek alpha letter, and the
20024  
20025 \family sans
20026 Esc
20027 \family default
20028  leaves the formula.
20029  Some of the advantages of this approach are:
20030 \end_layout
20031
20032 \begin_layout Itemize
20033 You have immediate visual feedback to be sure your TeX was correct
20034 \end_layout
20035
20036 \begin_layout Itemize
20037 You have the real mathematical expression on the screen, correctly displayed,
20038  to make sure your mathematics is correct (correctly written, at least)
20039 \end_layout
20040
20041 \begin_layout Itemize
20042 All the new LaTeX fuss with special environments and such are taken care
20043  of by LyX, not you
20044 \end_layout
20045
20046 \begin_layout Itemize
20047 You won't have to chase through the code trying to find that missing 
20048 \family sans
20049 $
20050 \family default
20051  or extra 
20052 \family sans
20053 {
20054 \family default
20055  any more
20056 \end_layout
20057
20058 \begin_layout Itemize
20059 If you don't remember the LaTeX name of a particular symbol, like 
20060 \begin_inset Formula $\wp$
20061 \end_inset
20062
20063 , you can find it in the dialogs
20064 \end_layout
20065
20066 \begin_layout Section
20067 Brackets and decorations
20068 \end_layout
20069
20070 \begin_layout Standard
20071 There are several brackets available through LyX.
20072  For most purposes, using just the keys 
20073 \family typewriter
20074 [{]}()|
20075 \backslash
20076 <>
20077 \family default
20078  should suffice, but the effect, especially if you want to surround a large
20079  structure, such as a matrix or a fraction, or if you have several layers
20080  of brackets, is better using the math panel's 
20081 \family sans
20082 Delimiter
20083 \family default
20084  dialog [see sec.
20085  
20086 \begin_inset LatexCommand ref
20087 reference "sec:math-panel"
20088
20089 \end_inset
20090
20091 ].
20092  For example, that's how you would construct the brackets around a standard
20093  matrix such as :
20094 \begin_inset Formula \[
20095 \left[\begin{array}{cc}
20096 1 & 2\\
20097 3 & 4\end{array}\right],\]
20098
20099 \end_inset
20100
20101 and to make it easier to see the layers of parentheses of an abomination
20102  such as: 
20103 \begin_inset Formula \[
20104 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20105
20106 \end_inset
20107
20108 or:
20109 \begin_inset Formula \[
20110 f\left(g\left(h\left(k\left(l\left(x\right)\right)\right)\right)\right).\]
20111
20112 \end_inset
20113
20114 The parentheses, and other brackets, from that menu will automatically re-size
20115  to accommodate the size of what is inside (This is done in straight LaTeX
20116  by 
20117 \family typewriter
20118
20119 \backslash
20120 left( blah 
20121 \backslash
20122 right)
20123 \family default
20124  ).
20125  
20126 \end_layout
20127
20128 \begin_layout Standard
20129 It is very easy to construct the braces you want to use.
20130  Click on the brace you want on the left side with the left mouse button,
20131  the right side with the right button, and place them in the document by
20132  clicking on the button.
20133  If you want one side to not have a bracket, use the blank button.
20134  It will appear in LyX with a dotted line, but nothing will print.
20135 \end_layout
20136
20137 \begin_layout Standard
20138 If you decide after the fact to place parentheses (or other math structure,
20139  like a square root, or other decoration) around some math structure, you
20140  can do that by highlighting (selecting) the structure that is to go inside
20141  the parentheses (that is done by holding the 
20142 \family sans
20143 Shift
20144 \family default
20145  key down and moving the cursor with the arrow keys, or selecting with the
20146  mouse).
20147  Then, choose the appropriate brackets for left and right, and click on
20148  
20149 \family sans
20150 Apply
20151 \family default
20152 .
20153  The parentheses will be drawn around the selected structure.
20154 \end_layout
20155
20156 \begin_layout Standard
20157 If you're trying to enter a LaTeX 
20158 \family typewriter
20159 {
20160 \family default
20161  for grouping, you should read 
20162 \begin_inset LatexCommand ref
20163 reference "sec:Grouping"
20164
20165 \end_inset
20166
20167 .
20168 \end_layout
20169
20170 \begin_layout Section
20171 Grouping
20172 \begin_inset LatexCommand label
20173 name "sec:Grouping"
20174
20175 \end_inset
20176
20177
20178 \end_layout
20179
20180 \begin_layout Standard
20181 You may need to group a set of symbols.
20182  In LaTeX, for example, the typesetting of 
20183 \family typewriter
20184 {x^y}^z
20185 \family default
20186  is different from 
20187 \family typewriter
20188 x^{y^z}
20189 \family default
20190 :
20191 \end_layout
20192
20193 \begin_layout Standard
20194 \begin_inset Formula \[
20195 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{{y^{z}}}\]
20196
20197 \end_inset
20198
20199
20200 \end_layout
20201
20202 \begin_layout Standard
20203 However, trying to type the 
20204 \family typewriter
20205 }
20206 \family default
20207  in LyX gives an actual closing brace in the output.
20208  To create this grouping, you need to use the key sequence 
20209 \family typewriter
20210
20211 \backslash
20212 {
20213 \family default
20214  then type space.
20215  Inside LyX, you will see red braces indicating the grouping.
20216  The example directly above shows how this works.
20217 \end_layout
20218
20219 \begin_layout Section
20220 Arrays and Multi-line Equations
20221 \end_layout
20222
20223 \begin_layout Standard
20224 Arrays, such as matrices, are easily entered in LyX.
20225  In the 
20226 \family sans
20227 Math\InsetSpace ~
20228 Panel
20229 \family default
20230  there is a matrix button, which will open a dialog for you to choose the
20231  number of rows/columns.
20232  Here is an example:
20233 \begin_inset Formula \[
20234 \left(\begin{array}{ccc}
20235 1 & 2 & 3\\
20236 4 & 5 & 6\\
20237 7 & 8 & 9\end{array}\right).\]
20238
20239 \end_inset
20240
20241 The parentheses aren't automatic, but you can add them as usual.
20242  Remember that you can add this after the fact, by highlighting the matrix
20243  inside Mathed (Position the mouse on one side of the matrix, hold the 
20244 \family sans
20245 Shift
20246 \family default
20247  key down, and hit the appropriate arrow key to move the cursor across the
20248  matrix).
20249  You can, when you construct the matrix, decide whether the columns (or
20250  some of them) will be left-, right-, or center-justified.
20251  The specification is 
20252 \family typewriter
20253 ccc
20254 \family default
20255  by default.
20256  Each letter corresponds to the relevant column.
20257  For example, 
20258 \family typewriter
20259 lcr
20260 \family default
20261  means that the first column will be left-justified, the second will be
20262  centered, and the third column will be right-justified..
20263  It will look like this:
20264 \begin_inset Formula \[
20265 \begin{array}{lcr}
20266 this & this\, column & this\, column\\
20267 column & has & has\, right\\
20268 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \begin_layout Standard
20276 You can add more rows to an existing matrix by hitting 
20277 \family sans
20278 C-Enter
20279 \family default
20280  while in the matrix, and you can add columns, or delete either, via the
20281  
20282 \family sans
20283 \bar under
20284 E
20285 \bar default
20286 dit\SpecialChar \menuseparator
20287
20288 \bar under
20289 M
20290 \bar default
20291 ath
20292 \family default
20293  and 
20294 \family sans
20295 \bar under
20296 E
20297 \bar default
20298 dit\SpecialChar \menuseparator
20299 Rows&
20300 \bar under
20301 C
20302 \bar default
20303 ols
20304 \family default
20305  menus.
20306 \end_layout
20307
20308 \begin_layout Standard
20309 There are numerous other arrays used in LaTeX math-mode, particularly with
20310  the AMS-LaTeX packages included, such as 
20311 \family typewriter
20312
20313 \backslash
20314 cases
20315 \family default
20316  and commutative diagrams.
20317  Not all of these are supported in LyX but some are, see 
20318 \family sans
20319 \bar under
20320 I
20321 \bar default
20322 nsert\SpecialChar \menuseparator
20323 Mat
20324 \bar under
20325 h
20326 \family default
20327 \bar default
20328 .
20329 \end_layout
20330
20331 \begin_layout Standard
20332 Multi-line equations are very easy to construct in LyX.
20333  A formula will automatically switch to an 
20334 \family typewriter
20335 \series medium
20336 eqnarray
20337 \family default
20338 \series default
20339  format (LaTeX's multi-line displayed equation format) if you hit 
20340 \family sans
20341 \series medium
20342 C-E
20343 \series default
20344 nter
20345 \family default
20346 .
20347  The best way to do this, if you decide you want a multi-line displayed
20348  equation, is to insert a new line (with 
20349 \family sans
20350 \series medium
20351 C-Enter
20352 \family default
20353 \series default
20354 ) immediately.
20355  Each line then has three regions, left, center, and right, which you can
20356  move through using either the arrow keys, the mouse, or the 
20357 \family sans
20358 \series medium
20359 Tab
20360 \family default
20361 \series default
20362  key.
20363  Here is an example:
20364 \begin_inset Formula \begin{eqnarray*}
20365 3 & = & 1+2\\
20366 4+5 & = & 9.\end{eqnarray*}
20367
20368 \end_inset
20369
20370 You can also turn an existing displayed formula into a multi-line formula
20371  by hitting 
20372 \family sans
20373 \series medium
20374 C-Enter
20375 \family default
20376 \series default
20377  while the cursor is anywhere on the original formula.
20378  However, LyX will 
20379 \emph on
20380 not
20381 \emph default
20382  try to decide where to break the formula up into three parts, but places
20383  everything in the left side of the line.
20384  To change the alignment points of the equation, place the cursor where
20385  you want to start the middle part of the line, and hit 
20386 \family sans
20387 C-Tab.
20388
20389 \family default
20390  It then puts everything to the right of the cursor in the middle region
20391  of the equation (which, by the way, is not typeset by LaTeX in display-math
20392  size, so you should not put large expressions like fractions there).
20393  Move to where you want the right side of the line to begin, and hit 
20394 \family sans
20395 C-Tab
20396 \family default
20397  again.
20398  The 
20399 \begin_inset Quotes eld
20400 \end_inset
20401
20402 extra
20403 \begin_inset Quotes erd
20404 \end_inset
20405
20406  insertion points in the line will disappear.
20407 \end_layout
20408
20409 \begin_layout Section
20410 Equation Numbering and Labels
20411 \begin_inset LatexCommand label
20412 name "sec:math-label"
20413
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \begin_layout Standard
20420 Equation numbering is very easy in LyX.
20421  All it takes to change a displayed equation like: 
20422 \begin_inset Formula \[
20423 1+2=3\]
20424
20425 \end_inset
20426
20427 into the numbered equation :
20428 \begin_inset Formula \begin{equation}
20429 1+2=3\label{mathed:first-eqn}\end{equation}
20430
20431 \end_inset
20432
20433 is to go to the 
20434 \family sans
20435 \bar under
20436 I
20437 \bar default
20438 nsert
20439 \family default
20440  menu, and select the 
20441 \family sans
20442 \bar under
20443 L
20444 \bar default
20445 abel...
20446
20447 \family default
20448  option.
20449  This opens a dialog in which you must enter some string as the label.
20450  There is no need to call it by a specific number, since LaTeX will take
20451  care of re-numbering the equation.
20452  Labels will not appear as such on the final output.
20453  LaTeX will insert appropriate numbers for the equations.
20454  The labels are used internally for cross-referencing.
20455  You can turn on numbering without a specific label with the menu option
20456  
20457 \family sans
20458 \bar under
20459 E
20460 \bar default
20461 dit\SpecialChar \menuseparator
20462
20463 \bar under
20464 M
20465 \bar default
20466 ath\SpecialChar \menuseparator
20467 Toggle\InsetSpace ~
20468
20469 \bar under
20470 N
20471 \bar default
20472 umbering
20473 \family default
20474  while the cursor is in the equation, such as: 
20475 \end_layout
20476
20477 \begin_layout Standard
20478 \begin_inset Formula \begin{equation}
20479 1+1=2.\end{equation}
20480
20481 \end_inset
20482
20483 You can toggle it on or off with this menu item.
20484  You can reference a labelled (not just numbered) equation, (cf.
20485  (
20486 \begin_inset LatexCommand ref
20487 reference "mathed:first-eqn"
20488
20489 \end_inset
20490
20491 )) by using the 
20492 \family sans
20493 Cross-Reference
20494 \family default
20495  dialog, which you open using 
20496 \family sans
20497 \bar under
20498 I
20499 \bar default
20500 nsert\SpecialChar \menuseparator
20501
20502 \bar under
20503 C
20504 \bar default
20505 ross-Reference...
20506 \family default
20507 \InsetSpace ~
20508 .
20509 \end_layout
20510
20511 \begin_layout Standard
20512 For numbered (or labelled) multi-line formulas, the default is that all
20513  lines are numbered separately.
20514  Once you attach a label to make the equation numbered, all subsequent lines
20515  receive a label of #.
20516  That label can be changed to another so that you can refer to that line,
20517  like (
20518 \begin_inset LatexCommand ref
20519 reference "mathed:third-eqn"
20520
20521 \end_inset
20522
20523 ) below.
20524 \begin_inset Formula \begin{eqnarray}
20525 1 & = & 3-2\label{mathed:second-equation}\\
20526 2 & = & 4-2\label{mathed:third-eqn}\\
20527 4 & \leq & 7.\end{eqnarray}
20528
20529 \end_inset
20530
20531 You can turn off numbering of a specific line with 
20532 \family sans
20533 \bar under
20534 E
20535 \bar default
20536 dit\SpecialChar \menuseparator
20537
20538 \bar under
20539 M
20540 \bar default
20541 ath\SpecialChar \menuseparator
20542 Toggle\InsetSpace ~
20543
20544 \bar under
20545 n
20546 \bar default
20547 umbering\InsetSpace ~
20548 of\InsetSpace ~
20549 line
20550 \family default
20551  while the cursor is on that line of a multi-line numbered equation.
20552  This also toggles.
20553  For example :
20554 \begin_inset Formula \begin{eqnarray}
20555 1 & = & 4-3\label{mathed:fourth-eqn}\\
20556 2 & = & 7-5\\
20557 1 & = & e^{2\pi i}\nonumber \\
20558 16 & \equiv & 2\,(mod\,7)\label{mathed:fifth-eqn}\end{eqnarray}
20559
20560 \end_inset
20561
20562 Note that the first equation in this set (
20563 \begin_inset LatexCommand ref
20564 reference "mathed:fourth-eqn"
20565
20566 \end_inset
20567
20568 ) is labelled, the next is numbered but unlabelled, the third is unnumbered,
20569  and the last (
20570 \begin_inset LatexCommand ref
20571 reference "mathed:fifth-eqn"
20572
20573 \end_inset
20574
20575 ) is again labelled.
20576  
20577 \end_layout
20578
20579 \begin_layout Section
20580 User defined macros in math mode
20581 \end_layout
20582
20583 \begin_layout Standard
20584 LyX allows the user to define macros for use in math mode.
20585  A macro definition box appears on screen as purple box with the name of
20586  the macro in blue (math color).
20587  It contains two cells initially marked empty by blue rectangles that can
20588  be edited as if it were ordinary math.
20589  Just try it:
20590 \begin_inset FormulaMacro
20591 \newcommand{\macro}{a+b}
20592 \end_inset
20593
20594  The contents of the first cell will be used when the macro definition is
20595  written during export as LaTeX.
20596  The contents of the second cell, however, will be used for drawing the
20597  macro's expansion on screen.
20598  In the common case where both export and drawing use the same representation,
20599  the second cell can be left empty and LyX will use the contents of the
20600  first cell will be used for export and drawing automatically.
20601 \end_layout
20602
20603 \begin_layout Standard
20604 Now, to use this macro in other math boxes just type the name in TeX mode,
20605  in this case 
20606 \family typewriter
20607
20608 \backslash
20609 macro
20610 \family default
20611 , and it will be automatically expanded: 
20612 \begin_inset Formula $c=\macro$
20613 \end_inset
20614
20615 .
20616  As you can verify, the cursor can't go inside the macro, the whole macro
20617  is like a single character, and the TeX generated code of this expression
20618  is 
20619 \family typewriter
20620 c = 
20621 \backslash
20622 macro.
20623 \end_layout
20624
20625 \begin_layout Standard
20626 However the cursor could go inside of some kind of macros, those that have
20627  
20628 \emph on
20629 arguments
20630 \emph default
20631 .
20632  In a macro definition box an argument looks like a 
20633 \family typewriter
20634 #
20635 \family default
20636  followed by the argument number:
20637 \begin_inset FormulaMacro
20638 \newcommand{\macrowarg}[1]{2+\sqrt{#1}}
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \begin_layout Standard
20645 Once expanded, this macro includes the usual empty rectangle to indicate
20646  that you can insert there whatever you want: 
20647 \family typewriter
20648
20649 \backslash
20650 macrowarg = 
20651 \begin_inset Formula $\macrowarg{}$
20652 \end_inset
20653
20654
20655 \family default
20656 .
20657  Example: 
20658 \begin_inset Formula $b=\macrowarg{x-2}$
20659 \end_inset
20660
20661 .
20662  
20663 \end_layout
20664
20665 \begin_layout Standard
20666 When exported to LaTeX, a macro definition will produce the command
20667 \newline
20668
20669 \family typewriter
20670
20671 \backslash
20672 newcommand{
20673 \backslash
20674 macrowarg}[1]{2+
20675 \backslash
20676 sqrt{#1}}
20677 \end_layout
20678
20679 \begin_layout Subsection
20680 How to create macros
20681 \end_layout
20682
20683 \begin_layout Standard
20684 To create a macro definition box use this syntax in the minibuffer:
20685 \begin_inset Foot
20686 status collapsed
20687
20688 \begin_layout Standard
20689 Macro names mustn't contain numbers!
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Standard
20698
20699 \family typewriter
20700 math-macro <macro name> [number of arguments]
20701 \end_layout
20702
20703 \begin_layout Standard
20704 For example, 
20705 \family typewriter
20706
20707 \backslash
20708 macro
20709 \family default
20710  was created with 
20711 \begin_inset Quotes eld
20712 \end_inset
20713
20714
20715 \family typewriter
20716 math-macro macro
20717 \family default
20718
20719 \begin_inset Quotes erd
20720 \end_inset
20721
20722 , and 
20723 \family typewriter
20724
20725 \backslash
20726 macrowarg
20727 \family default
20728  was created with 
20729 \begin_inset Quotes eld
20730 \end_inset
20731
20732
20733 \family typewriter
20734 math-macro macrowarg 1
20735 \family default
20736
20737 \begin_inset Quotes erd
20738 \end_inset
20739
20740 .
20741 \end_layout
20742
20743 \begin_layout Standard
20744 To insert an argument mark (only inside a macro definition box) simply type
20745 \newline
20746
20747 \family typewriter
20748 #<number>
20749 \family default
20750  or use 
20751 \family typewriter
20752 math-macro-arg <number>
20753 \end_layout
20754
20755 \begin_layout Standard
20756 The argument mark in 
20757 \family typewriter
20758
20759 \backslash
20760 macrowarg
20761 \family default
20762  was introduced with 
20763 \begin_inset Quotes eld
20764 \end_inset
20765
20766
20767 \family typewriter
20768 math-macro-arg 1
20769 \family default
20770
20771 \begin_inset Quotes erd
20772 \end_inset
20773
20774 .
20775 \end_layout
20776
20777 \begin_layout Standard
20778 You can use no more than 9 arguments, numbered from 1 to 9.
20779  An argument can be repeated inside the macro definition box, but of course
20780  can be edited only once.
20781 \end_layout
20782
20783 \begin_layout Subsection
20784 How to navigate in macros
20785 \end_layout
20786
20787 \begin_layout Description
20788 With\InsetSpace ~
20789 the\InsetSpace ~
20790 arrow\InsetSpace ~
20791 keys: Opening a macro from the left side will put the cursor
20792  in the first argument, to move to the second argument use the TAB key.
20793  Remember that pressing the Space bar will get the cursor out and at the
20794  right side of the macro.
20795 \end_layout
20796
20797 \begin_layout Description
20798 With\InsetSpace ~
20799 the\InsetSpace ~
20800 mouse: As usual, click on the desired argument box.
20801  Sometimes this fails if the box is empty or too small.
20802 \end_layout
20803
20804 \begin_layout Standard
20805 Currently it is only possible to define command macros, but not environment
20806  macros.
20807 \end_layout
20808
20809 \begin_layout Section
20810 Fine-Tuning
20811 \end_layout
20812
20813 \begin_layout Subsection
20814 Typefaces
20815 \end_layout
20816
20817 \begin_layout Standard
20818 You can use various typefaces in a formula.
20819  The standard font for text is italic, 
20820 \begin_inset Formula $text$
20821 \end_inset
20822
20823 , but for numbers the standard is Roman.
20824  To set a font in a formula, choose it from the math panel, or by entering
20825  the LaTeX command for it directly, as follows:
20826 \end_layout
20827
20828 \begin_layout Standard
20829 \align center
20830 \begin_inset Tabular
20831 <lyxtabular version="3" rows="9" columns="2">
20832 <features>
20833 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20834 <column alignment="center" valignment="top" rightline="true" width="0pt">
20835 <row topline="true" bottomline="true">
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Standard
20840 Font
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Standard
20849 LaTeX Command
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row topline="true">
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Standard
20860
20861 \shape up
20862 \size normal
20863 \bar no
20864 \noun off
20865 \color none
20866 \begin_inset Formula $\mathrm{Roman}$
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Standard
20878
20879 \family typewriter
20880
20881 \backslash
20882 mathrm
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row topline="true">
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Standard
20893 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Standard
20905
20906 \family typewriter
20907
20908 \backslash
20909 mathbf
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 <row topline="true">
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Standard
20920 \begin_inset Formula $\mathit{Italic}$
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Standard
20932
20933 \family typewriter
20934
20935 \backslash
20936 mathit
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 </row>
20942 <row topline="true">
20943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Standard
20947
20948 \shape up
20949 \size normal
20950 \bar no
20951 \noun off
20952 \color none
20953 \begin_inset Formula $\mathtt{Typewriter}$
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Standard
20965
20966 \family typewriter
20967
20968 \backslash
20969 mathtt
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 </row>
20975 <row topline="true">
20976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Standard
20980 \begin_inset Formula $\mathbb{BLACKBOARD}$
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Standard
20992
20993 \family typewriter
20994
20995 \backslash
20996 mathbb
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 <row topline="true">
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Standard
21007 \begin_inset Formula $\mathfrak{Fraktur}$
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Standard
21019
21020 \family typewriter
21021
21022 \backslash
21023 mathfrak
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 <row topline="true">
21030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Standard
21034
21035 \shape up
21036 \size normal
21037 \emph on
21038 \bar no
21039 \noun off
21040 \color none
21041 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21042 \end_inset
21043
21044
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Standard
21053
21054 \family typewriter
21055
21056 \backslash
21057 mathcal
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row topline="true" bottomline="true">
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Standard
21068 \begin_inset Formula $\mathsf{SansSerif}$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Standard
21080
21081 \backslash
21082
21083 \family typewriter
21084 mathsf
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 </lyxtabular>
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098 LaTeX's math mode does not support all characters in all fonts, and only
21099  letters will be supported with these font styles; some only support capital
21100  letters.
21101 \end_layout
21102
21103 \begin_layout Standard
21104 For any of these fonts, you have to be careful how you enter the text.
21105  If there is text to the right of the entry point, the font reverts to that
21106  style after one character.
21107  To be able to type a string in a particular font, make sure there is a
21108  protected-space to the right of the cursor.
21109  Also, entering a protected-space will revert subsequent text to standard
21110  font.
21111  The font styles are nestable, as LaTeX does.
21112  This can be a little confusing, as selecting a different font on a selection
21113  will 
21114 \emph on
21115 not
21116 \emph default
21117  change the selection, but insert a new nested level with the new typeface.
21118 \end_layout
21119
21120 \begin_layout Standard
21121 It is possible (in AMS-LaTeX) to embolden (not italicize) numbers and special
21122  symbols.
21123  However, LyX does not yet support this in WYSIWYM manner\SpecialChar \@.
21124  It will print
21125  correctly, though.
21126  To get emboldened symbols, for example a bold 
21127 \begin_inset Formula $\alpha$
21128 \end_inset
21129
21130 , enter 
21131 \family typewriter
21132
21133 \backslash
21134 boldsymbol{
21135 \backslash
21136 alpha}
21137 \family default
21138  in Mathed.
21139  The closing brace appears (in red) automatically when you type the opening
21140  brace.
21141  This works for all symbols, as well as numbers.
21142 \end_layout
21143
21144 \begin_layout Standard
21145 A number of other options are available as well, via 
21146 \family sans
21147 \bar under
21148 I
21149 \bar default
21150 nsert\SpecialChar \menuseparator
21151 Mat
21152 \bar under
21153 h
21154 \bar default
21155 \SpecialChar \menuseparator
21156 Font\InsetSpace ~
21157 Change
21158 \family default
21159 .
21160 \end_layout
21161
21162 \begin_layout Subsection
21163 Math Text Mode
21164 \end_layout
21165
21166 \begin_layout Standard
21167 Typefaces are useful for entering variable names in some given font, but
21168  certainly not for anything else, and in particular not text.
21169  For typing longer pieces of text, use math text mode, which is obtained
21170  by typing 
21171 \family sans
21172 M-m m
21173 \family default
21174  while already in math mode.
21175  (The same command will get out of math text mode, too.) Math text mode appears
21176  on the screen in black instead of blue.
21177  You cannot enter punctuation or font changes in your text
21178 \begin_inset Foot
21179 status collapsed
21180
21181 \begin_layout Standard
21182 Moreover, math text mode outputs its contents inside a 
21183 \family typewriter
21184
21185 \backslash
21186 textrm{}
21187 \family default
21188 , whereas and 
21189 \family typewriter
21190
21191 \backslash
21192 mbox
21193 \family default
21194  (or AMS-LaTeX's 
21195 \backslash
21196
21197 \family typewriter
21198 text
21199 \family default
21200 ) might have been a better choice
21201 \end_layout
21202
21203 \end_inset
21204
21205 , but it works for simple text.
21206  Here's an example:
21207 \begin_inset Formula \[
21208 f(x)=\begin{array}{cc}
21209 x & \textrm{if I say so}\\
21210 -x & \textrm{otherwise}\end{array}\]
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \begin_layout Subsection
21218 Font Sizes
21219 \end_layout
21220
21221 \begin_layout Standard
21222 There are four (relative) font sizes (or 
21223 \begin_inset Quotes eld
21224 \end_inset
21225
21226 styles
21227 \begin_inset Quotes erd
21228 \end_inset
21229
21230 ) used in math-mode, which are automatically chosen in most situations.
21231  These are called 
21232 \emph on
21233 textstyle
21234 \emph default
21235
21236 \emph on
21237 displaystyle
21238 \emph default
21239
21240 \emph on
21241 scriptstyle
21242 \emph default
21243 , and 
21244 \emph on
21245 scriptscriptstyle
21246 \emph default
21247 .
21248  For most characters, 
21249 \emph on
21250 textstyle
21251 \emph default
21252  and 
21253 \emph on
21254 displaystyle
21255 \emph default
21256  are actually the same size, but fractions, superscripts and subscripts,
21257  and certain other effects, are set larger or placed differently in 
21258 \emph on
21259 displaystyle
21260 \emph default
21261 .
21262  Except for some operators, which re-size themselves to accommodate various
21263  situations, all text will be set in these various sizes as LaTeX thinks
21264  is appropriate.
21265  These choices can be over-ridden by using the 
21266 \family typewriter
21267 math-size
21268 \family default
21269  function in the minibuffer.
21270  For example, you can set 
21271 \begin_inset Formula $\frac{1}{2}$
21272 \end_inset
21273
21274  normally (
21275 \emph on
21276 textstyle
21277 \emph default
21278 ), or you can make it larger, which also changes the line-spacing, by entering
21279  
21280 \family typewriter
21281 math-size displaystyle
21282 \family default
21283  in the minibuffer while the cursor is in the main line of the math-inset,
21284  
21285 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21286 \end_inset
21287
21288 .
21289  Careful, though, if the cursor is on the denominator of that fraction,
21290  only the numerator will be enlarged, e.g.
21291  
21292 \begin_inset Formula $\frac{1}{2}$
21293 \end_inset
21294
21295 ! This reflects a LaTeX 
21296 \begin_inset Quotes eld
21297 \end_inset
21298
21299 unintended feature
21300 \begin_inset Quotes erd
21301 \end_inset
21302
21303
21304 \begin_inset Foot
21305 status collapsed
21306
21307 \begin_layout Standard
21308 That is, a bug.
21309 \end_layout
21310
21311 \end_inset
21312
21313 , not a LyX one.
21314  These font-size changes are not as apparent in LyX as they are in the output.
21315  Here are some text in the various styles: 
21316 \begin_inset Formula $displaystyle$
21317 \end_inset
21318
21319
21320 \begin_inset Formula ${\textstyle textstyle}$
21321 \end_inset
21322
21323
21324 \begin_inset Formula ${\scriptstyle scriptstyle}$
21325 \end_inset
21326
21327
21328 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21329 \end_inset
21330
21331 .
21332 \end_layout
21333
21334 \begin_layout Standard
21335 All these math-mode font sizes are relative, that is, if the whole math
21336  inset and surrounding text are set in a particular size, all these sizes
21337  will be adjusted.
21338  Similarly, if the base font size of the document is changed, all fonts
21339  will be adjusted to correspond.
21340  
21341 \end_layout
21342
21343 \begin_layout Standard
21344
21345 \family roman
21346 \size largest
21347 Here is a paragraph in 
21348 \begin_inset Quotes eld
21349 \end_inset
21350
21351 largest
21352 \begin_inset Quotes erd
21353 \end_inset
21354
21355  font, with symbols: 
21356 \begin_inset Formula $\alpha$
21357 \end_inset
21358
21359 .
21360 \end_layout
21361
21362 \begin_layout Standard
21363 This applies to math fonts in titles, etc.
21364  as well.
21365 \end_layout
21366
21367 \begin_layout Section
21368 AMS-LaTeX
21369 \end_layout
21370
21371 \begin_layout Standard
21372 The American Mathematical Society (AMS) provide a LaTeX packages that are
21373  in common use.
21374  LyX includes some support for these packages.
21375 \end_layout
21376
21377 \begin_layout Subsection
21378 Enabling AMS-Support
21379 \end_layout
21380
21381 \begin_layout Standard
21382 In the 
21383 \family sans
21384 \bar under
21385 D
21386 \bar default
21387 ocument\SpecialChar \menuseparator
21388
21389 \bar under
21390 S
21391 \bar default
21392 ettings
21393 \family default
21394  dialog there is a checkbox, 
21395 \family sans
21396 Use\InsetSpace ~
21397 AMS\InsetSpace ~
21398 Math
21399 \family default
21400 .
21401  If selected, this will include the AMS-package in the document, and make
21402  the facilities available.
21403 \end_layout
21404
21405 \begin_layout Subsection
21406 AMS-Symbols
21407 \end_layout
21408
21409 \begin_layout Standard
21410 The AMS-LaTeX packages add support for some mathematical symbols that are
21411  not accessible from plain LaTeX (or LyX), but are fairly common in mathematical
21412  typesetting, such as the old-German Fraktur font and the stylized 
21413 \begin_inset Quotes eld
21414 \end_inset
21415
21416 blackboard bold
21417 \begin_inset Quotes erd
21418 \end_inset
21419
21420  fonts commonly used to denote the real or complex numbers, or the integers.
21421  Once activated, all AMS-LaTeX symbols and environments are available.
21422  You will run into trouble if you include these packages from the preamble,
21423  since LyX now defines a few of the macros used in these packages on its
21424  own.
21425  The AMS-layouts include these packages automatically.
21426 \end_layout
21427
21428 \begin_layout Subsection
21429 AMS-Formula Types
21430 \end_layout
21431
21432 \begin_layout Standard
21433 AMS-LaTeX provides a selection of different formula types.
21434  LyX allows you to choose between 
21435 \family typewriter
21436 align
21437 \family default
21438
21439 \family typewriter
21440 alignat
21441 \family default
21442
21443 \family typewriter
21444 flalign
21445 \family default
21446
21447 \family typewriter
21448 gather
21449 \family default
21450 , and 
21451 \family typewriter
21452 multline
21453 \family default
21454 .
21455  Refer to the AMS-documenta\SpecialChar \-
21456 tion for the differences between these formula
21457  types.
21458 \end_layout
21459
21460 \begin_layout Chapter
21461 More Tools
21462 \end_layout
21463
21464 \begin_layout Section
21465 Cross-References
21466 \begin_inset LatexCommand label
21467 name "sec:crossref"
21468
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \begin_layout Standard
21475 Those of you reading this manual online will see a grey box with text in
21476  it, right before the beginning of this sentence.
21477  This is a 
21478 \family sans
21479 Label
21480 \family default
21481 .
21482  Properly speaking, it is one half of a cross-reference.
21483  The other half is the 
21484 \family sans
21485 Reference
21486 \family default
21487  proper, and it looks like this: 
21488 \begin_inset LatexCommand ref
21489 reference "sec:crossref"
21490
21491 \end_inset
21492
21493 .
21494  Again, those of you reading the manual online will see a gray box with
21495  text in it.
21496  Those reading printed versions, however, will see a number --- in this
21497  case, the number of this section.
21498  There are also other varieties of cross-reference: for example, 
21499 \begin_inset LatexCommand pageref
21500 reference "sec:crossref"
21501
21502 \end_inset
21503
21504 .
21505  This is the page number containing the location of the label.
21506  That's what cross-references do: they let you reference other parts of
21507  your document.
21508  You don't need to remember which section number was what anymore --- LyX
21509  will do that for you! All you need to do is use a 
21510 \family sans
21511 Label
21512 \family default
21513  to mark a section, figure, table, formula, etc., and then refer to it via
21514  a 
21515 \family sans
21516 Reference
21517 \family default
21518 .
21519 \end_layout
21520
21521 \begin_layout Standard
21522 To insert a label, use 
21523 \family sans
21524 \bar under
21525 I
21526 \bar default
21527 nsert
21528 \bar under
21529 \SpecialChar \menuseparator
21530 L
21531 \bar default
21532 abel
21533 \family default
21534 .
21535  A box will appear where you can enter your label.
21536  You can change the name of the label at a later time by simply clicking
21537  on the gray box and reopening the label dialog.
21538 \end_layout
21539
21540 \begin_layout Standard
21541 To insert a reference, select 
21542 \family sans
21543 \bar under
21544 I
21545 \bar default
21546 nsert
21547 \bar under
21548 \SpecialChar \menuseparator
21549 C
21550 \bar default
21551 ross\InsetSpace ~
21552 Reference
21553 \family default
21554 .
21555  The 
21556 \family sans
21557 Insert\InsetSpace ~
21558 Cross-Reference
21559 \family default
21560  dialog appears with a list of labels.
21561  Selecting a list item, then clicking 
21562 \family sans
21563 OK
21564 \family default
21565  inserts a reference into the text; changing the 
21566 \family sans
21567 \bar under
21568 R
21569 \bar default
21570 eference type
21571 \family default
21572  allows you to insert a page number or other reference variant instead.
21573 \end_layout
21574
21575 \begin_layout Standard
21576 Note that if you cut & paste text from another document that contains a
21577  
21578 \family sans
21579 Label
21580 \family default
21581  or 
21582 \family sans
21583 Reference
21584 \family default
21585 , or if you delete a label in your text, LaTeX will complain:
21586 \end_layout
21587
21588 \begin_layout Quote
21589
21590 \family typewriter
21591 LaTeX Warning:
21592 \family default
21593  
21594 \family typewriter
21595 Reference `X' on page Y undefined on input line Z
21596 \newline
21597 LaTeX Warning:
21598 \family default
21599  
21600 \family typewriter
21601 There were undefined references
21602 \end_layout
21603
21604 \begin_layout Standard
21605 You'll also see two question marks in the output instead of the reference.
21606 \end_layout
21607
21608 \begin_layout Standard
21609 There are a few more comments we need to make about the 
21610 \family sans
21611 Labels
21612 \family default
21613 .
21614  They always print the number of the section heading closest to them.
21615  So --- if you want to put a label on a 
21616 \family sans
21617 Chapter
21618 \family default
21619 , but a 
21620 \family sans
21621 Section
21622 \family default
21623  heading immediately follows it, you need to put the 
21624 \family sans
21625 Label
21626 \family default
21627  
21628 \emph on
21629 into
21630 \emph default
21631  the 
21632 \family sans
21633 Chapter
21634 \family default
21635  environment.
21636  It doesn't matter where, and it will look weird on the LyX screen.
21637  However, you need to do this if you want to label the 
21638 \family sans
21639 Chapter
21640 \family default
21641  separately from the 
21642 \family sans
21643 Section
21644 \family default
21645 .
21646  The same goes for all other section headings.
21647 \end_layout
21648
21649 \begin_layout Standard
21650 Also, a 
21651 \family sans
21652 Label
21653 \family default
21654  
21655 \emph on
21656 only
21657 \emph default
21658  makes sense in 
21659 \emph on
21660 numbered
21661 \emph default
21662  section headings and table and figure floats.
21663  Bare figures and tables aren't numbered, so, like unnumbered section headings,
21664  you can't really use a 
21665 \family sans
21666 Label
21667 \family default
21668  on it.
21669 \begin_inset Foot
21670 status open
21671
21672 \begin_layout Standard
21673 Well, you 
21674 \emph on
21675 can
21676 \emph default
21677 , but only if you use the 
21678 \family sans
21679 Page\InsetSpace ~
21680 number
21681 \family default
21682  reference.
21683  The regular 
21684 \family sans
21685 Reference
21686 \family default
21687  --- the one that refers to a section/table/figure number --- won't work,
21688  because there's no numbered thingy to refer to! You could also use bare
21689  
21690 \family sans
21691 Label
21692 \family default
21693 s as page markers, then refer back to them using the 
21694 \family sans
21695 Page\InsetSpace ~
21696 number
21697 \family default
21698  reference.
21699  Once again, the regular 
21700 \family sans
21701 Reference
21702 \family default
21703  won't work very well.
21704  It will refer to something, but that something will typically be the number
21705  of the previous numbered section heading.
21706 \end_layout
21707
21708 \end_inset
21709
21710  See sections 
21711 \begin_inset LatexCommand ref
21712 reference "sec:figurefloats"
21713
21714 \end_inset
21715
21716
21717 \begin_inset LatexCommand ref
21718 reference "sec:table float"
21719
21720 \end_inset
21721
21722 , and 
21723 \begin_inset LatexCommand ref
21724 reference "sec:math-label"
21725
21726 \end_inset
21727
21728  for details on using a 
21729 \family sans
21730 Label
21731 \family default
21732  with figures, tables, and equations, respectively.
21733  
21734 \end_layout
21735
21736 \begin_layout Section
21737 URLs (Uniform Resource Locators)
21738 \end_layout
21739
21740 \begin_layout Standard
21741 It is often desirable to include long 
21742 \begin_inset Quotes eld
21743 \end_inset
21744
21745 verbatim
21746 \begin_inset Quotes erd
21747 \end_inset
21748
21749  items in a document such as Web site URLs, e-mail addresses, etc.; these
21750  things typically do not contain any spaces and are thus difficult to typeset
21751  properly.
21752  Such items will often fall on a line boundary if they cannot be split,
21753  resulting in an overfull or underfull line depending on the circumstances.
21754  You can use 
21755 \family sans
21756 Insert\SpecialChar \menuseparator
21757
21758 \bar under
21759 U
21760 \bar default
21761 RL
21762 \family default
21763  within LyX to enter a long URL and have it split gracefully (if necessary)
21764  along automatically determined boundaries.
21765 \end_layout
21766
21767 \begin_layout Standard
21768 At the point in the document where you want to enter the URL (or other address-l
21769 ike entity) simply select 
21770 \family sans
21771 Insert\SpecialChar \menuseparator
21772
21773 \bar under
21774 U
21775 \bar default
21776 RL
21777 \family default
21778 ; a dialog will appear where you can enter the full URL (in the 
21779 \family sans
21780 \bar under
21781 U
21782 \bar default
21783 rl:
21784 \family default
21785  field).
21786  In its simplest usage, that's all you need to do.
21787  Click on the following gray box to see how LyX's homepage would be entered:
21788  
21789 \begin_inset LatexCommand url
21790 target "http://www.lyx.org"
21791
21792 \end_inset
21793
21794 .
21795 \begin_inset Foot
21796 status open
21797
21798 \begin_layout Standard
21799
21800 \series bold
21801 Important note
21802 \series default
21803 : When you use the following characters: "%", "#", "^", you have to write
21804  them with a backslash before, e.g.
21805  
21806 \begin_inset Quotes eld
21807 \end_inset
21808
21809
21810 \backslash
21811 #
21812 \begin_inset Quotes erd
21813 \end_inset
21814
21815 .
21816  URLs mustn't end with a backslash!
21817 \end_layout
21818
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \begin_layout Standard
21825 If you would like to associate some definite phrase with the URL, enter
21826  it into the 
21827 \family sans
21828 \bar under
21829 N
21830 \bar default
21831 ame
21832 \family default
21833  field of the dialog; it will be typeset as plain text immediately before
21834  the URL.
21835  For example, I might say that you can find all things related to LaTeX
21836  at 
21837 \newline
21838
21839 \begin_inset LatexCommand url
21840 name "CTAN"
21841 target "http://ctan.tug.org"
21842
21843 \end_inset
21844
21845 .
21846  On the printed page, the last sentence ends as 
21847 \begin_inset Quotes eld
21848 \end_inset
21849
21850 all things related to LaTeX at CTAN 
21851 \family typewriter
21852 http://ctan.tug.org
21853 \family default
21854
21855 \begin_inset Quotes erd
21856 \end_inset
21857
21858 .
21859 \end_layout
21860
21861 \begin_layout Standard
21862 [
21863 \emph on
21864 Author's Note: somebody needs to document the
21865 \emph default
21866  
21867 \family sans
21868 \bar under
21869 H
21870 \bar default
21871 TML Type
21872 \family default
21873  
21874 \emph on
21875 button
21876 \emph default
21877 ]
21878 \end_layout
21879
21880 \begin_layout Section
21881 Specifying Short Titles with Optional Arguments
21882 \begin_inset OptArg
21883 status collapsed
21884
21885 \begin_layout Standard
21886 Short Titles
21887 \end_layout
21888
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \begin_layout Standard
21895 Some section or chapter titles, such as this one, can get quite long.
21896  This can cause over-runs when there is limited horizontal space.
21897  For example, if the header of the page is set to show the current section
21898  title, a long title will over-run past the edges, and look awful.
21899 \end_layout
21900
21901 \begin_layout Standard
21902 LaTeX allows you to specify an optional argument to the section commands
21903  that specifies a shorter version of the title
21904 \begin_inset Foot
21905 status collapsed
21906
21907 \begin_layout Standard
21908 For those who don't know LaTeX, commands look like this: 
21909 \family typewriter
21910
21911 \backslash
21912 command[optionalargument]{the content}
21913 \end_layout
21914
21915 \end_inset
21916
21917 .
21918  This shorter version is used in the header and in the actual Table of Contents,
21919  avoiding the problem mentioned.
21920  LyX allows you to specify this optional argument by selecting 
21921 \family sans
21922 \bar under
21923 I
21924 \bar default
21925 nsert\SpecialChar \menuseparator
21926 Short\InsetSpace ~
21927 Title
21928 \family default
21929 .
21930  This will insert a box (labelled 
21931 \begin_inset Quotes eld
21932 \end_inset
21933
21934 opt
21935 \begin_inset Quotes erd
21936 \end_inset
21937
21938 , which stands for 
21939 \begin_inset Quotes eld
21940 \end_inset
21941
21942 optional
21943 \begin_inset Quotes erd
21944 \end_inset
21945
21946 ) which you can use to enter the short title text.
21947  This also works for captions inside floats.
21948 \end_layout
21949
21950 \begin_layout Standard
21951 The title of this section is a good example of using this feature.
21952 \end_layout
21953
21954 \begin_layout Section
21955 Branches
21956 \end_layout
21957
21958 \begin_layout Standard
21959 Sometimes you wish to be able to output to paper multiple versions of the
21960  same document.
21961  The most extreme version of this is, when you want to prepare a single
21962  document in two or more different languages, but as a single document file,
21963  with corresponding pieces of text adjacent in the file and on-screen.
21964  This can be achieved with 
21965 \emph on
21966 branches
21967 \emph default
21968 .
21969 \end_layout
21970
21971 \begin_layout Standard
21972 First, you have to 
21973 \emph on
21974 define
21975 \emph default
21976  the branches available within a particular document.
21977  This is done in the 
21978 \family sans
21979 Document\SpecialChar \menuseparator
21980 Settings\SpecialChar \menuseparator
21981 Branches
21982 \family default
21983  tab.
21984  You can also associate a background colour with each branch, e.g., red for
21985  the English language, blue for the German language branch.
21986  Then, you create a branch inset from the 
21987 \family sans
21988 Insert\SpecialChar \menuseparator
21989 Branch
21990 \family default
21991  menu item.
21992  The inset will contain the text that you want to be output when this branch
21993  is activated.
21994 \end_layout
21995
21996 \begin_layout Standard
21997
21998 \emph on
21999 Activation
22000 \emph default
22001  or 
22002 \emph on
22003 deactivation
22004 \emph default
22005  of a branch is done from the document settings menu.
22006  All insets belonging to deactivated branches will be automatically closed,
22007  those belonging to activated branches automatically opened.
22008 \end_layout
22009
22010 \begin_layout Standard
22011 Other possible applications of the Branches paradigm include a 
22012 \begin_inset Quotes eld
22013 \end_inset
22014
22015 teacher's version
22016 \begin_inset Quotes erd
22017 \end_inset
22018
22019  of a textbook containing the answers to questions, etc.
22020 \begin_inset Note Note
22021 status collapsed
22022
22023 \begin_layout Standard
22024 Once this doc is updated to 1.4, include branch examples here!
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Section
22033 Previewing snippets of your document
22034 \end_layout
22035
22036 \begin_layout Standard
22037 LyX allows you to generate previews of sections of your document on the
22038  fly so you can see how they'll look in the final document without having
22039  to break your train of thought with 
22040 \family sans
22041 \bar under
22042 V
22043 \bar default
22044 iew\SpecialChar \menuseparator
22045
22046 \bar under
22047 D
22048 \bar default
22049 VI
22050 \family default
22051 .
22052  If you'd like to see your math formulae typeset by LaTeX then install the
22053  necessary software (see below) and select the 
22054 \family sans
22055 Instant
22056 \family default
22057  
22058 \family sans
22059 \bar under
22060 p
22061 \bar default
22062 review
22063 \family default
22064  
22065 \begin_inset Quotes eld
22066 \end_inset
22067
22068 On
22069 \begin_inset Quotes erd
22070 \end_inset
22071
22072  pulldown item in the 
22073 \family sans
22074 \bar under
22075 T
22076 \bar default
22077 ools\SpecialChar \menuseparator
22078
22079 \bar under
22080 P
22081 \bar default
22082 references
22083 \family default
22084  dialog.
22085  (It can be found in the 
22086 \family sans
22087 Look\InsetSpace ~
22088 and\InsetSpace ~
22089 feel\SpecialChar \menuseparator
22090 Graphics
22091 \family default
22092  pane in the Qt frontend and the 
22093 \family sans
22094 Look\InsetSpace ~
22095 &\InsetSpace ~
22096 Feel\SpecialChar \menuseparator
22097 Misc
22098 \family default
22099  tab in the XForms frontend.) Previews are generated when you load a document
22100  into LyX and when you finish editing an inset.
22101  Previews of an already loaded document are 
22102 \emph on
22103 not
22104 \emph default
22105  generated just by selecting the 
22106 \family sans
22107 Instant
22108 \family default
22109  
22110 \family sans
22111 \bar under
22112 p
22113 \bar default
22114 review
22115 \family default
22116  check box.
22117 \end_layout
22118
22119 \begin_layout Standard
22120 LyX will generate previews of math insets.
22121  It will also generate previews of include insets or 
22122 \begin_inset Quotes eld
22123 \end_inset
22124
22125 child documents
22126 \begin_inset Quotes erd
22127 \end_inset
22128
22129  if you select the 
22130 \family sans
22131 \bar under
22132 S
22133 \bar default
22134 how\InsetSpace ~
22135 preview
22136 \family default
22137  check box in the inset's dialog.
22138  This latter is useful if you wish to generate a preview of a LaTeX figure,
22139  for example.
22140  Coming in version 1.4 are previews of the external inset also.
22141 \end_layout
22142
22143 \begin_layout Standard
22144 To get previews working, you'll need some additional software.
22145  First, you'll need the preview.sty LaTeX package.
22146  Find it on your local CTAN mirror at 
22147 \newline
22148
22149 \family typewriter
22150 CTAN/support/preview-latex/
22151 \family default
22152 .
22153  Thereafter, you'll need the usual tools: 
22154 \family typewriter
22155 latex
22156 \family default
22157
22158 \family typewriter
22159 dvips
22160 \family default
22161  and 
22162 \family typewriter
22163 gs
22164 \family default
22165 .Finally, you'll obtain prettier results if you install 
22166 \family typewriter
22167 pnmcrop
22168 \family default
22169 from the 
22170 \family typewriter
22171 netpbm
22172 \family default
22173  package.
22174 \end_layout
22175
22176 \begin_layout Section
22177 Spacing, pagination and line breaks
22178 \end_layout
22179
22180 \begin_layout Subsection
22181 Extra Horizontal Space
22182 \begin_inset LatexCommand label
22183 name "sec:hspace"
22184
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \begin_layout Standard
22191
22192 \family sans
22193 HFill
22194 \family default
22195 s are a special LyX feature for adding extra space in a uniform fashion.
22196  An 
22197 \family sans
22198 HFill
22199 \family default
22200  is actually a variable length space, whose length always equals the remaining
22201  space between the left and right margins.
22202  If there is more than one 
22203 \family sans
22204 HFill
22205 \family default
22206  on a line, they divide the available space equally between themselves.
22207  
22208 \end_layout
22209
22210 \begin_layout Standard
22211 Note: if an 
22212 \family sans
22213 HFill
22214 \family default
22215  is at the beginning of a line, and it's 
22216 \emph on
22217 not
22218 \emph default
22219  the first line in a paragraph, LyX ignores it.
22220  This prevents 
22221 \family sans
22222 HFill
22223 \family default
22224 s from accidentally being wrapped onto a new line.
22225 \end_layout
22226
22227 \begin_layout Standard
22228
22229 \family sans
22230 HFill
22231 \family roman
22232 s
22233 \family default
22234  can be inserted with 
22235 \family sans
22236 \bar under
22237 I
22238 \bar default
22239 nsert\SpecialChar \menuseparator
22240 Special\InsetSpace ~
22241 F
22242 \bar under
22243 o
22244 \bar default
22245 rmatting\SpecialChar \menuseparator
22246
22247 \bar under
22248 H
22249 \bar default
22250 orizontal\InsetSpace ~
22251 Fill
22252 \family default
22253 .
22254  Here a few examples what you can do with them:
22255 \end_layout
22256
22257 \begin_layout Quote
22258 \noindent
22259 This is on the left side 
22260 \hfill
22261 This is on the right
22262 \end_layout
22263
22264 \begin_layout Quote
22265 \noindent
22266 Left
22267 \hfill
22268 Middle
22269 \hfill
22270 Right
22271 \end_layout
22272
22273 \begin_layout Quote
22274 \noindent
22275 Left
22276 \hfill
22277 1/3 Left
22278 \hfill
22279
22280 \hfill
22281 Right
22282 \end_layout
22283
22284 \begin_layout Standard
22285 That was an example in the 
22286 \family sans
22287 Quote
22288 \family default
22289  environment.
22290  Here:
22291 \hfill
22292 :is one in a standard paragraph.
22293  It may or may not be apparent in the printed text, but it 
22294 \emph on
22295 is
22296 \emph default
22297  sitting in-between the two 
22298 \begin_inset Quotes eld
22299 \end_inset
22300
22301 :
22302 \begin_inset Quotes erd
22303 \end_inset
22304
22305 .
22306 \end_layout
22307
22308 \begin_layout Standard
22309 Remember that we said that an 
22310 \family sans
22311 HFill
22312 \family default
22313  always fills the remaining space between the margins? There may be more
22314  than one set of margins on a line.
22315  Here's an example with the 
22316 \family sans
22317 List
22318 \family default
22319  environment.
22320 \end_layout
22321
22322 \begin_layout Labeling
22323 \labelwidthstring MMMMMMM
22324 one
22325 \hfill
22326 two :three
22327 \hfill
22328 four
22329 \hfill
22330 five
22331 \hfill
22332 six
22333 \end_layout
22334
22335 \begin_layout Standard
22336 The 
22337 \begin_inset Quotes eld
22338 \end_inset
22339
22340 :
22341 \begin_inset Quotes erd
22342 \end_inset
22343
22344  marks the beginning of the item.
22345  (There is actually a 
22346 \begin_inset Quotes eld
22347 \end_inset
22348
22349 hidden
22350 \begin_inset Quotes erd
22351 \end_inset
22352
22353  
22354 \family sans
22355 HFill
22356 \family default
22357  inside of the label of the 
22358 \family sans
22359 List
22360 \family default
22361  environment; it's put at the end of the label automatically.) 
22362 \family sans
22363 HFill
22364 \family default
22365 s work similarly in other 
22366 \begin_inset Quotes eld
22367 \end_inset
22368
22369 multi-margin
22370 \begin_inset Quotes erd
22371 \end_inset
22372
22373  situations, like two-column mode.
22374 \end_layout
22375
22376 \begin_layout Subsection
22377 Extra Vertical Space
22378 \begin_inset LatexCommand label
22379 name "sec:vertspace"
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 To add extra vertical space above or below a paragraph, use 
22388 \family sans
22389 \bar under
22390 E
22391 \bar default
22392 dit\SpecialChar \menuseparator
22393
22394 \bar under
22395 P
22396 \bar default
22397 aragraph\InsetSpace ~
22398 Settings
22399 \family default
22400  to open the 
22401 \family sans
22402 Paragraph\InsetSpace ~
22403 Settings
22404 \family default
22405  dialog.
22406 \end_layout
22407
22408 \begin_layout Standard
22409 We will not provide an example of a 
22410 \family sans
22411 VFill
22412 \family default
22413 , as it would waste paper.
22414  They work the same as any other type of filler, including 
22415 \family sans
22416 HFill
22417 \family default
22418 s: they fill the remaining vertical space on a page with blank space.
22419  If there are several 
22420 \family sans
22421 VFill
22422 \family default
22423 s on a page, they divide the remaining vertical space equally between themselves.
22424  You can therefore use 
22425 \family sans
22426 VFill
22427 \family default
22428 s to center text on a page, or even place text 2/3 down a page, or 1/4,
22429  and so on.
22430 \end_layout
22431
22432 \begin_layout Standard
22433 Note that for paragraphs at the top/bottom of a page, the extra space is
22434  only added if you have also checked the option 
22435 \family sans
22436 \bar under
22437 E
22438 \bar default
22439 dit\SpecialChar \menuseparator
22440
22441 \bar under
22442 P
22443 \bar default
22444 aragraph\InsetSpace ~
22445 Settings\SpecialChar \menuseparator
22446
22447 \bar under
22448 S
22449 \bar default
22450 pacing\SpecialChar \menuseparator
22451
22452 \bar under
22453 K
22454 \bar default
22455 eep\InsetSpace ~
22456 space
22457 \family default
22458 .
22459 \end_layout
22460
22461 \begin_layout Subsection
22462 Changing Paragraph Alignment
22463 \end_layout
22464
22465 \begin_layout Standard
22466 You can also change the paragraph alignment with the 
22467 \family sans
22468 \bar under
22469 E
22470 \bar default
22471 dit\SpecialChar \menuseparator
22472
22473 \bar under
22474 P
22475 \bar default
22476 aragraph\InsetSpace ~
22477 Settings
22478 \family default
22479  dialog.
22480  There are four possibilities: 
22481 \end_layout
22482
22483 \begin_layout Itemize
22484
22485 \family sans
22486 \bar under
22487 J
22488 \bar default
22489 ustified
22490 \end_layout
22491
22492 \begin_layout Itemize
22493
22494 \family sans
22495 \bar under
22496 L
22497 \bar default
22498 eft
22499 \end_layout
22500
22501 \begin_layout Itemize
22502
22503 \family sans
22504 \bar under
22505 R
22506 \bar default
22507 ight
22508 \end_layout
22509
22510 \begin_layout Itemize
22511
22512 \family sans
22513 \bar under
22514 C
22515 \bar default
22516 enter
22517 \end_layout
22518
22519 \begin_layout Standard
22520 The default in most cases is justified alignment, in which the inter-word
22521  spacing is variable and each line of a paragraph fills the region between
22522  the left and right margins.
22523  The other three alignments should be self-explanatory, and look like this:
22524 \end_layout
22525
22526 \begin_layout Standard
22527 \align right
22528 This paragraph is right aligned,
22529 \end_layout
22530
22531 \begin_layout Standard
22532 \align center
22533 this one is centered,
22534 \end_layout
22535
22536 \begin_layout Standard
22537 \align left
22538 this one is left aligned.
22539 \end_layout
22540
22541 \begin_layout Standard
22542 In some paragraph environments, the default is something other than justified
22543  alignment.
22544  
22545 \end_layout
22546
22547 \begin_layout Subsection
22548 Forcing Page Breaks
22549 \begin_inset LatexCommand label
22550 name "sec:pagebreak"
22551
22552 \end_inset
22553
22554
22555 \end_layout
22556
22557 \begin_layout Standard
22558 If you don't like the way LaTeX does the page breaks in your document, you
22559  can force a pagebreak where you want one.
22560  In general, this will 
22561 \emph on
22562 not
22563 \emph default
22564  be necessary because LaTeX is good at pagebreaking, as was already mentioned
22565  in section 
22566 \begin_inset LatexCommand ref
22567 reference "sec:widows"
22568
22569 \end_inset
22570
22571 .
22572 \end_layout
22573
22574 \begin_layout Standard
22575 So in general there is no need to use the option described below, and we
22576  recommend not using it until the text is finished, and until you have checked
22577  in the preview to see if you 
22578 \emph on
22579 really
22580 \emph default
22581  have to change the pagebreaking.You can force a pagebreak above or below
22582  a paragraph in the 
22583 \family sans
22584 \bar under
22585 E
22586 \bar default
22587 dit\SpecialChar \menuseparator
22588
22589 \bar under
22590 P
22591 \bar default
22592 aragraph\InsetSpace ~
22593 Settings
22594 \family default
22595  dialog by selecting the checkboxes to add a pagebreak above or below the
22596  paragraph.
22597 \end_layout
22598
22599 \begin_layout Standard
22600 You might try to use a pagebreak to ensure that a figure or table appears
22601  at the top of a page.
22602  This is, of course, the wrong way to do it.
22603  LyX gives you a way of automatically ensuring that your figures and tables
22604  appear at the top of a page [or the bottom, or on their own page] without
22605  having to worry about what precedes or follows your figure or table.
22606  See sections 
22607 \begin_inset LatexCommand ref
22608 reference "sec:figures"
22609
22610 \end_inset
22611
22612  and 
22613 \begin_inset LatexCommand ref
22614 reference "sec:tables"
22615
22616 \end_inset
22617
22618  and read about 
22619 \family sans
22620 Floats
22621 \family default
22622  to learn more.
22623 \end_layout
22624
22625 \begin_layout Subsection
22626 Blanks/Spaces
22627 \end_layout
22628
22629 \begin_layout Standard
22630 A blank is a blank? Not in good typography.
22631  While you might be used to press the space key anytime you want to separate
22632  two words in ordinary word processors, LyX offers you more spaces: Spaces
22633  of different width and spaces which can or cannot be broken at the end
22634  of a line.
22635  The following sections will show you some examples where those spaces are
22636  useful.
22637 \end_layout
22638
22639 \begin_layout Subsubsection
22640 Inter-word Space
22641 \begin_inset LatexCommand label
22642 name "sec:normblank-lbreak-horline"
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \begin_layout Standard
22650 Some languages (e.\InsetSpace \thinspace{}
22651 g.\InsetSpace \space{}
22652 English) have the typographical convention to add extra
22653  space after an end-of-sentence punctuation mark, and LyX honors those conventio
22654 ns (see section\InsetSpace ~
22655
22656 \begin_inset LatexCommand ref
22657 reference "sec:abbrev"
22658
22659 \end_inset
22660
22661 ).
22662  Sometimes, you want a normal space nevertheless.
22663  In this case, insert one with 
22664 \family sans
22665 \bar under
22666 I
22667 \bar default
22668 nsert\SpecialChar \menuseparator
22669 Special\InsetSpace ~
22670 F
22671 \bar under
22672 o
22673 \bar default
22674 rmatting\SpecialChar \menuseparator
22675 Inter-
22676 \bar under
22677 w
22678 \bar default
22679 ord\InsetSpace ~
22680 Space
22681 \family default
22682  or with 
22683 \family sans
22684 C-M-Space.
22685 \end_layout
22686
22687 \begin_layout Subsubsection
22688 Protected Space
22689 \end_layout
22690
22691 \begin_layout Standard
22692 \begin_inset LatexCommand label
22693 name "sec:protblank-lbreak-horline"
22694
22695 \end_inset
22696
22697 The protected space: It is used to tell LyX (and LaTeX) not to break the
22698  line at that point.
22699  This may be necessary to avoid unlucky linebreaks, like in: 
22700 \end_layout
22701
22702 \begin_layout Quote
22703 A good documentation should weight no more than 1
22704 \newline
22705 kg.
22706  
22707 \end_layout
22708
22709 \begin_layout Standard
22710 Obviously, it would be a good thing to put a protected space between 
22711 \begin_inset Quotes eld
22712 \end_inset
22713
22714 1
22715 \begin_inset Quotes erd
22716 \end_inset
22717
22718  and 
22719 \begin_inset Quotes eld
22720 \end_inset
22721
22722 kg
22723 \begin_inset Quotes erd
22724 \end_inset
22725
22726 .
22727  A protected space is set with 
22728 \family sans
22729 \bar under
22730 I
22731 \bar default
22732 nsert\SpecialChar \menuseparator
22733 Special\InsetSpace ~
22734 F
22735 \bar under
22736 o
22737 \bar default
22738 rmatting\SpecialChar \menuseparator
22739 Protected
22740 \bar under
22741 \InsetSpace ~
22742 S
22743 \bar default
22744 pace
22745 \family default
22746  or with 
22747 \family sans
22748 C-Space.
22749 \end_layout
22750
22751 \begin_layout Subsubsection
22752 Thin Space
22753 \begin_inset LatexCommand label
22754 name "sec:thinblank-lbreak-horline"
22755
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \begin_layout Standard
22762
22763 \begin_inset Quotes eld
22764 \end_inset
22765
22766 thin space
22767 \begin_inset Quotes erd
22768 \end_inset
22769
22770  is a blank which has half the size of a normal space (and it is also 
22771 \begin_inset Quotes eld
22772 \end_inset
22773
22774 protected
22775 \begin_inset Quotes erd
22776 \end_inset
22777
22778 ).
22779  The typographical conventions in a lot of languages propose the use of
22780  thin spaces in cases where normal spaces would be too wide, for instance
22781  inside abbreviations:
22782 \end_layout
22783
22784 \begin_layout Quote
22785 D.\InsetSpace \thinspace{}
22786 E.
22787  Knuth has developped our beloved typesetting program, i.\InsetSpace \thinspace{}
22788 e.\InsetSpace \space{}
22789 TeX.
22790 \end_layout
22791
22792 \begin_layout Standard
22793 You can insert a thin space with 
22794 \family sans
22795 \bar under
22796 I
22797 \bar default
22798 nsert\SpecialChar \menuseparator
22799 Special\InsetSpace ~
22800 F
22801 \bar under
22802 o
22803 \bar default
22804 rmatting\SpecialChar \menuseparator
22805
22806 \bar under
22807 T
22808 \bar default
22809 hin\InsetSpace ~
22810 Space
22811 \family default
22812  or with 
22813 \family sans
22814 C-S-Space.
22815 \end_layout
22816
22817 \begin_layout Subsubsection
22818 More Spaces
22819 \end_layout
22820
22821 \begin_layout Standard
22822 Apart from the ones described, there are still some more spaces.
22823  Although LyX supports them natively, they can only be reached via the 
22824 \emph on
22825 minibuffer
22826 \emph default
22827 .
22828  To get them, just type 
22829 \family typewriter
22830 space-insert <command>
22831 \family default
22832  into the minibuffer, where 
22833 \family typewriter
22834 <command>
22835 \family default
22836  is one of the following:
22837 \end_layout
22838
22839 \begin_layout Standard
22840 \align center
22841 \begin_inset Tabular
22842 <lyxtabular version="3" rows="9" columns="3">
22843 <features>
22844 <column alignment="center" valignment="top" leftline="true" width="0">
22845 <column alignment="center" valignment="top" leftline="true" width="0">
22846 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22847 <row topline="true" bottomline="true">
22848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Standard
22852
22853 \series bold
22854 command
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Standard
22863
22864 \series bold
22865 width
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Standard
22874
22875 \series bold
22876 protected?
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row topline="true">
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Standard
22887
22888 \family typewriter
22889 normal
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Standard
22898 1/3\InsetSpace ~
22899 em
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Standard
22908 no
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row topline="true">
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Standard
22919
22920 \family typewriter
22921 protected
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Standard
22930 1/3\InsetSpace ~
22931 em
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Standard
22940 yes
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row topline="true" bottomline="true">
22947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Standard
22951
22952 \family typewriter
22953 thin
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Standard
22962 1/6\InsetSpace ~
22963 em
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Standard
22972 yes
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 </row>
22978 <row bottomline="true">
22979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Standard
22983
22984 \family typewriter
22985 enspace
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Standard
22994 0.5\InsetSpace ~
22995 em
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Standard
23004 yes
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 </row>
23010 <row bottomline="true">
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Standard
23015
23016 \family typewriter
23017 enskip
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Standard
23026 0.5\InsetSpace ~
23027 em
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Standard
23036 no
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 </row>
23042 <row bottomline="true">
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Standard
23047
23048 \family typewriter
23049 quad
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Standard
23058 1\InsetSpace ~
23059 em
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Standard
23068 no
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 </row>
23074 <row bottomline="true">
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Standard
23079
23080 \family typewriter
23081 qquad
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Standard
23090 2\InsetSpace ~
23091 em
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Standard
23100 no
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row bottomline="true">
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Standard
23111
23112 \family typewriter
23113 negthinspace
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Standard
23122 -1/6\InsetSpace ~
23123 em
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Standard
23132 yes
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 </row>
23138 </lyxtabular>
23139
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Subsection
23146 Line breaking
23147 \end_layout
23148
23149 \begin_layout Standard
23150 You can force line breaks within a paragraph by selecting 
23151 \family sans
23152 \bar under
23153 I
23154 \bar default
23155 nsert\SpecialChar \menuseparator
23156 Special\InsetSpace ~
23157 F
23158 \bar under
23159 o
23160 \bar default
23161 rmatting\SpecialChar \menuseparator
23162
23163 \bar under
23164 L
23165 \bar default
23166 inebreak
23167 \family default
23168  or with 
23169 \family sans
23170 C-Return.
23171
23172 \family default
23173  You should, however, not use this to correct LaTeX's linebreaking, as LaTeX
23174  is 
23175 \emph on
23176 very
23177 \emph default
23178  good at linebreaking\SpecialChar \ldots{}
23179  (see section 
23180 \begin_inset LatexCommand ref
23181 reference "sec:pagebreak"
23182
23183 \end_inset
23184
23185 ).
23186  There are, however, a number of situations where it is necessary to actively
23187  set a linebreak, e.g.
23188  in a poem or for an Address (see sections 
23189 \begin_inset LatexCommand ref
23190 reference "sec:quote"
23191
23192 \end_inset
23193
23194
23195 \begin_inset LatexCommand ref
23196 reference "sec:verse"
23197
23198 \end_inset
23199
23200  and 
23201 \begin_inset LatexCommand ref
23202 reference "sec:adress_usage"
23203
23204 \end_inset
23205
23206 ).
23207 \end_layout
23208
23209 \begin_layout Section
23210 Spellchecking
23211 \begin_inset LatexCommand label
23212 name "sec:spellchecking"
23213
23214 \end_inset
23215
23216
23217 \end_layout
23218
23219 \begin_layout Standard
23220 LyX itself has no built-in spellchecker.
23221  Rather it uses the external 
23222 \family typewriter
23223 ispell
23224 \family default
23225  program as a backend or the newer and generally better 
23226 \family typewriter
23227 aspell
23228 \family default
23229 .
23230  This section assumes you have already installed and set up one of these
23231  programs.
23232  
23233 \end_layout
23234
23235 \begin_layout Standard
23236 The spellchecker can be started with the menu entry 
23237 \family sans
23238 \bar under
23239 T
23240 \bar default
23241 ools
23242 \bar under
23243 \SpecialChar \menuseparator
23244
23245 \shape up
23246 S
23247 \bar default
23248 pellchecker
23249 \family default
23250 \shape default
23251 .
23252  Checking will start just after the current cursor position.
23253  A dialog window will appear showing any incorrect (or unknown) word found,
23254  allowing you to edit and replace it in a second line.
23255  Whenever an unknown word is found, the word is highlighted and the view
23256  in your text buffer is updated to make the word visible.
23257  In the 
23258 \family sans
23259 Spellchecker
23260 \family default
23261  dialog, there is also a box showing suggestions for a correction, if any
23262  could be found.
23263  Clicking on one of the corrections will copy the near miss into the replace
23264  input field (double-click to invoke replace).
23265 \end_layout
23266
23267 \begin_layout Subsection
23268 Spellchecker Options
23269 \begin_inset LatexCommand label
23270 name "sec:spell_opt"
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \begin_layout Standard
23278 The following options can be set in the 
23279 \family sans
23280 \bar under
23281 T
23282 \bar default
23283 ools\SpecialChar \menuseparator
23284
23285 \bar under
23286 P
23287 \bar default
23288 references
23289 \family default
23290  dialog.
23291 \end_layout
23292
23293 \begin_layout Subsubsection
23294 Dictionary
23295 \end_layout
23296
23297 \begin_layout Standard
23298 By default, the dictionary file to use is determined by the language of
23299  the text you're checking, which is set in the 
23300 \family sans
23301 \bar under
23302 D
23303 \bar default
23304 ocument\SpecialChar \menuseparator
23305
23306 \bar under
23307 S
23308 \bar default
23309 ettings
23310 \family default
23311  dialog.
23312  If you do not have a dictionary for the document language, the spellchecker
23313  will not work.
23314  In this case, you can specify another dictionary file in the dialog by
23315  specifying a different 
23316 \begin_inset Quotes eld
23317 \end_inset
23318
23319 alternative language
23320 \begin_inset Quotes erd
23321 \end_inset
23322
23323 .
23324 \end_layout
23325
23326 \begin_layout Standard
23327 If you're using 
23328 \family typewriter
23329 ispell
23330 \family default
23331 , you may need to make a link from say 
23332 \family typewriter
23333 deutsch.(aff|hash)
23334 \family default
23335  to 
23336 \family typewriter
23337 german.(aff|hash)
23338 \family default
23339  or whatever applies for your language.
23340  This is because these 
23341 \family typewriter
23342 ispell
23343 \family default
23344  files normally have the native language name (
23345 \begin_inset Quotes eld
23346 \end_inset
23347
23348 deutsch
23349 \begin_inset Quotes erd
23350 \end_inset
23351
23352 ) whereas 
23353 \family typewriter
23354 ispell
23355 \family default
23356 , when started from LyX, searches for the English version of the name used
23357  with the LaTeX babel package (
23358 \begin_inset Quotes eld
23359 \end_inset
23360
23361 german
23362 \begin_inset Quotes erd
23363 \end_inset
23364
23365 ).
23366 \end_layout
23367
23368 \begin_layout Standard
23369 You may also have problems the font encoding is not correct for that dictionary.
23370  If you use a language with 
23371 \family typewriter
23372 latin1
23373 \family default
23374  encoding and set the 
23375 \family sans
23376 \bar under
23377 E
23378 \bar default
23379 ncoding
23380 \family default
23381  option in the 
23382 \family sans
23383 \bar under
23384 D
23385 \bar default
23386 ocument\SpecialChar \menuseparator
23387
23388 \bar under
23389 S
23390 \bar default
23391 ettings
23392 \family default
23393  dialog to 
23394 \family sans
23395 latin1
23396 \family default
23397  (or other than 
23398 \family sans
23399 default
23400 \family default
23401 ), you must have this option in your language dictionary as well.
23402  If your dictionary doesn't support the 
23403 \family sans
23404 Encoding
23405 \family default
23406  you chose, you'll have an error like this on stderr:
23407 \end_layout
23408
23409 \begin_layout Standard
23410
23411 \family typewriter
23412 ispell: unrecognized formatter type 'latin1'
23413 \end_layout
23414
23415 \begin_layout Standard
23416 The spellchecker gives you an error that it couldn't start the 
23417 \family typewriter
23418 ispell
23419 \family default
23420  process and that you probably have some problems with your dictionary file.
23421  
23422 \end_layout
23423
23424 \begin_layout Standard
23425 There are four solutions to this problem.
23426  The easiest is to try the 
23427 \family sans
23428 Use\InsetSpace ~
23429 Input\InsetSpace ~
23430 Encoding
23431 \family default
23432  option.
23433  If that does not help, you can set 
23434 \family sans
23435 \bar under
23436 E
23437 \bar default
23438 ncoding
23439 \family default
23440  to 
23441 \family sans
23442 default
23443 \family default
23444  when calling the spellchecker (which is probably annoying).
23445  The third is to add the 
23446 \family typewriter
23447 latin1
23448 \family default
23449  option to your dictionary 
23450 \family typewriter
23451 \emph on
23452 <
23453 \family default
23454 language
23455 \family typewriter
23456 >
23457 \emph default
23458 .aff
23459 \family default
23460  file and recompile the dictionary (which probably isn't easy if you installed
23461  the whole stuff with some distribution and don't have the language directory
23462  of the 
23463 \family typewriter
23464 ispell
23465 \family default
23466  sources).
23467  Read the 
23468 \family typewriter
23469 ispell
23470 \family default
23471  documentation for this task! The fourth is to send a message to your package-ma
23472 intainer, or better yet to the maintainer of the dictionary file in question
23473  and ask him to solve your problem.
23474 \end_layout
23475
23476 \begin_layout Subsubsection
23477 Personal dictionary
23478 \end_layout
23479
23480 \begin_layout Standard
23481 If you want to use a different file from the spellchecker's default choice
23482  as your personal dictionary, you can set this in the dialog.
23483  Specifying a filename which does not already exist will result in an error
23484  message on stderr which you can ignore (
23485 \family typewriter
23486 ispell
23487 \family default
23488  will create the file when you finish checking your spelling).
23489 \end_layout
23490
23491 \begin_layout Subsubsection
23492 Further Options 
23493 \end_layout
23494
23495 \begin_layout Standard
23496 The 
23497 \family sans
23498 \bar under
23499 S
23500 \bar default
23501 pellchecker\InsetSpace ~
23502 Options
23503 \family default
23504  dialog has some additional options which are self-explanatory:
23505 \end_layout
23506
23507 \begin_layout Itemize
23508
23509 \family sans
23510 \bar under
23511 A
23512 \bar default
23513 ccept compound words
23514 \family default
23515
23516 \newline
23517 Prevent the spellchecker from complaining about compounded words like
23518 \newline
23519
23520 \begin_inset Quotes erd
23521 \end_inset
23522
23523 passthrough
23524 \begin_inset Quotes erd
23525 \end_inset
23526
23527 .
23528 \end_layout
23529
23530 \begin_layout Itemize
23531
23532 \family sans
23533 \bar under
23534 E
23535 \bar default
23536 scape characters
23537 \family default
23538
23539 \newline
23540 Allows you to add nonstandard characters to what the spellchecker considers
23541  words, e.g.
23542  German umlauts.
23543  This should not normally be needed.
23544 \end_layout
23545
23546 \begin_layout Subsection
23547 Limitations
23548 \end_layout
23549
23550 \begin_layout Standard
23551 Some users have expressed a wish to be able to globally change the spelling
23552  of a particular word, rather than having to change the spelling separately
23553  for each occurrence of the word.
23554  Per-document word lists would also be useful.
23555  Neither of these features are present as of this writing.
23556 \end_layout
23557
23558 \begin_layout Standard
23559 Unless you're using the 
23560 \family typewriter
23561 pspell
23562 \family default
23563  spellchecker, LyX cannot correctly spellcheck documents containing multiple
23564  languages.
23565  This, does, however, work with 
23566 \family typewriter
23567 pspell
23568 \family default
23569 , assuming you have marked the different languages appropriately.
23570 \end_layout
23571
23572 \begin_layout Section
23573 International Support
23574 \end_layout
23575
23576 \begin_layout Standard
23577 This section describes how to use LyX with any language you want.
23578  LyX comes with a default configuration which supports the English language
23579  on a U.S.-style keyboard, with a standard U.S.
23580  paper size and the spellchecker set to U.S.
23581  English.
23582  You can change any or all of these settings as desired, and you can make
23583  the changes apply to the current session only, or use them as your new
23584  default configuration.
23585 \end_layout
23586
23587 \begin_layout Standard
23588 If you have a keyboard suited to the language you are using (for example,
23589  a German keyboard for writing in German), and you have correctly configured
23590  your X environment, all you need to do for LyX is tell it your language,
23591  the character encoding, and desired paper size.
23592  Refer to 
23593 \begin_inset LatexCommand ref
23594 reference "sec:langlay"
23595
23596 \end_inset
23597
23598  for more information.
23599 \end_layout
23600
23601 \begin_layout Standard
23602 If, however, you have a U.S.-style keyboard and want to write in a different
23603  language than English, you can use an alternate keymap.
23604  For example, if you have a U.S.-style keyboard but want to write in Italian,
23605  you can configure LyX to use an Italian keymap.
23606  Refer to 
23607 \begin_inset LatexCommand ref
23608 reference "sec:optkey"
23609
23610 \end_inset
23611
23612  for details.
23613  
23614 \end_layout
23615
23616 \begin_layout Standard
23617 Finally, you may just want to change a few key mappings or create an entirely
23618  different keymap (for Vulcan, for instance).
23619  You may, for example, normally write in Italian on a U.S.
23620  keyboard but want to include an occasional quotation in German.
23621  In such a case, you can write your own keyboard mapping or modify an existing
23622  one to support the characters you want.
23623  
23624 \end_layout
23625
23626 \begin_layout Standard
23627 The details of how to customize LyX to your own language are 
23628 \emph on
23629 way
23630 \emph default
23631  beyond the scope of this manual.
23632  You cannot only alter the keyboard layout, you can also change the names
23633  of the menus buttons, etc., to reflect your language.
23634  If you want to learn more about writing keymap files and tailoring LyX
23635  to your native tongue, please see the 
23636 \emph on
23637 Customization
23638 \emph default
23639  manual for details.
23640 \end_layout
23641
23642 \begin_layout Subsection
23643 Language Options
23644 \begin_inset LatexCommand label
23645 name "sec:langlay"
23646
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \begin_layout Standard
23653 The 
23654 \family sans
23655 \bar under
23656 D
23657 \bar default
23658 ocument\SpecialChar \menuseparator
23659
23660 \bar under
23661 S
23662 \bar default
23663 ettings
23664 \family default
23665  dialog lets you set 
23666 \family roman
23667 the language and character encoding for your language.
23668  
23669 \end_layout
23670
23671 \begin_layout Standard
23672 Choose your language by clicking on the arrow in t
23673 \family roman
23674 he
23675 \family default
23676  
23677 \family sans
23678 Language
23679 \family default
23680  combo
23681 \family roman
23682 box
23683 \family default
23684  of the 
23685 \family sans
23686 \bar under
23687 D
23688 \bar default
23689 ocument\SpecialChar \menuseparator
23690
23691 \bar under
23692 S
23693 \bar default
23694 ettings
23695 \family default
23696  dialog.
23697  The default is U.S.
23698  English.
23699  Scroll to find the language you want and then click on your choice.
23700  The language name appears in the window.
23701 \begin_inset Foot
23702 status collapsed
23703
23704 \begin_layout Standard
23705 In LaTeX terms, selecting a language other than default adds Babel support.
23706  If you do not have Babel installed, refer to the different LaTeX distributions
23707  for it.
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \begin_layout Standard
23716 The 
23717 \family sans
23718 Enco
23719 \bar under
23720 d
23721 \bar default
23722 ing
23723 \family default
23724  box lets you choose the character encoding map you want to use.
23725  The default is the 
23726 \family typewriter
23727 Latin1
23728 \family default
23729  encoding, which includes the characters required by the various Western
23730  European languages.
23731 \end_layout
23732
23733 \begin_layout Subsection
23734 Keyboard mapping configuration
23735 \begin_inset LatexCommand label
23736 name "sec:optkey"
23737
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \begin_layout Standard
23744 The preferences dialog allows you to choose up to two keyboard mappings.
23745  This allows you to choose the keymap of your choice for your U.S.-style keyboard.
23746  You can choose primary and secondary keyboard languages and then select
23747  which one you want to use.
23748 \end_layout
23749
23750 \begin_layout Subsection
23751 Character Tables
23752 \begin_inset LatexCommand label
23753 name "sec:keytab"
23754
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \begin_layout Standard
23761 Table\InsetSpace ~
23762
23763 \begin_inset LatexCommand ref
23764 reference "cap:The-latin1-character"
23765
23766 \end_inset
23767
23768  shows the 
23769 \family typewriter
23770 Latin1
23771 \family default
23772  character set.
23773  You should be able to enter the characters in the first eight columns directly
23774  from the keyboard.
23775 \end_layout
23776
23777 \begin_layout Standard
23778 There are a few things you need to know about this table.
23779  This manual is set up --- by hand, mind you --- to print all of these character
23780 s.
23781  That ain't the default.
23782  Nowhere near, in fact.
23783  Here are some of the details you'll need to bear in mind when using characters
23784  from the 
23785 \family typewriter
23786 Latin1
23787 \family default
23788  character set:
23789 \end_layout
23790
23791 \begin_layout Itemize
23792 Even if you've selected 
23793 \family sans
23794 latin1
23795 \family default
23796  in the 
23797 \family sans
23798 \bar under
23799 D
23800 \bar default
23801 ocument\SpecialChar \menuseparator
23802
23803 \bar under
23804 S
23805 \bar default
23806 ettings
23807 \family default
23808  dialog, users who have only the 
23809 \family typewriter
23810 T1
23811 \family default
23812 -fonts for LaTeX [or who have the 
23813 \family typewriter
23814 T1
23815 \family default
23816 -fonts but aren't using them] will still miss a few characters: D0, F0,
23817  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
23818  french quotes won't show up.
23819 \end_layout
23820
23821 \begin_layout Itemize
23822 Users of 
23823 \family typewriter
23824 T1
23825 \family default
23826 -fonts can, however, get the french quotes [characters AB and BB] if they
23827  include the either the package 
23828 \family typewriter
23829 umlaute.sty
23830 \family default
23831  or 
23832 \family typewriter
23833 german.sty
23834 \family default
23835  in their documents.
23836 \begin_inset Foot
23837 status collapsed
23838
23839 \begin_layout Standard
23840 This only holds when you want to input these quotes by yourself.
23841  The automatic quote feature described in Section 
23842 \begin_inset LatexCommand ref
23843 reference "sec:quotes"
23844
23845 \end_inset
23846
23847 , will generate automatically LaTeX code adapted to available fonts and
23848  packages.
23849 \end_layout
23850
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \begin_layout Standard
23857 \begin_inset Float table
23858 wide false
23859 sideways false
23860 status open
23861
23862 \begin_layout Standard
23863 \begin_inset Caption
23864
23865 \begin_layout Standard
23866 \begin_inset LatexCommand label
23867 name "cap:The-latin1-character"
23868
23869 \end_inset
23870
23871 The 
23872 \family typewriter
23873 latin1
23874 \family default
23875  character set
23876 \end_layout
23877
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \begin_layout Standard
23884 \align center
23885 \begin_inset Tabular
23886 <lyxtabular version="3" rows="17" columns="17">
23887 <features>
23888 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23889 <column alignment="center" valignment="top" leftline="true" width="0pt">
23890 <column alignment="center" valignment="top" leftline="true" width="0pt">
23891 <column alignment="center" valignment="top" leftline="true" width="0pt">
23892 <column alignment="center" valignment="top" leftline="true" width="0pt">
23893 <column alignment="center" valignment="top" leftline="true" width="0pt">
23894 <column alignment="center" valignment="top" leftline="true" width="0pt">
23895 <column alignment="center" valignment="top" leftline="true" width="0pt">
23896 <column alignment="center" valignment="top" leftline="true" width="0pt">
23897 <column alignment="center" valignment="top" leftline="true" width="0pt">
23898 <column alignment="center" valignment="top" leftline="true" width="0pt">
23899 <column alignment="center" valignment="top" leftline="true" width="0pt">
23900 <column alignment="center" valignment="top" leftline="true" width="0pt">
23901 <column alignment="center" valignment="top" leftline="true" width="0pt">
23902 <column alignment="center" valignment="top" leftline="true" width="0pt">
23903 <column alignment="center" valignment="top" leftline="true" width="0pt">
23904 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23905 <row topline="true" bottomline="true">
23906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Standard
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Standard
23919
23920 \family roman
23921 \series medium
23922 \shape up
23923 \size tiny
23924 \emph off
23925 \bar no
23926 \noun off
23927 \color none
23928 00
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Standard
23937
23938 \family roman
23939 \series medium
23940 \shape up
23941 \size tiny
23942 \emph off
23943 \bar no
23944 \noun off
23945 \color none
23946 10
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Standard
23955
23956 \family roman
23957 \series medium
23958 \shape up
23959 \size tiny
23960 \emph off
23961 \bar no
23962 \noun off
23963 \color none
23964 20
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Standard
23973
23974 \family roman
23975 \series medium
23976 \shape up
23977 \size tiny
23978 \emph off
23979 \bar no
23980 \noun off
23981 \color none
23982 30
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Standard
23991
23992 \family roman
23993 \series medium
23994 \shape up
23995 \size tiny
23996 \emph off
23997 \bar no
23998 \noun off
23999 \color none
24000 40
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Standard
24009
24010 \family roman
24011 \series medium
24012 \shape up
24013 \size tiny
24014 \emph off
24015 \bar no
24016 \noun off
24017 \color none
24018 50
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Standard
24027
24028 \family roman
24029 \series medium
24030 \shape up
24031 \size tiny
24032 \emph off
24033 \bar no
24034 \noun off
24035 \color none
24036 60
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Standard
24045
24046 \family roman
24047 \series medium
24048 \shape up
24049 \size tiny
24050 \emph off
24051 \bar no
24052 \noun off
24053 \color none
24054 70
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Standard
24063
24064 \family roman
24065 \series medium
24066 \shape up
24067 \size tiny
24068 \emph off
24069 \bar no
24070 \noun off
24071 \color none
24072 80
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Standard
24081
24082 \family roman
24083 \series medium
24084 \shape up
24085 \size tiny
24086 \emph off
24087 \bar no
24088 \noun off
24089 \color none
24090 90
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Standard
24099
24100 \family roman
24101 \series medium
24102 \shape up
24103 \size tiny
24104 \emph off
24105 \bar no
24106 \noun off
24107 \color none
24108 A0
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Standard
24117
24118 \family roman
24119 \series medium
24120 \shape up
24121 \size tiny
24122 \emph off
24123 \bar no
24124 \noun off
24125 \color none
24126 B0
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Standard
24135
24136 \family roman
24137 \series medium
24138 \shape up
24139 \size tiny
24140 \emph off
24141 \bar no
24142 \noun off
24143 \color none
24144 C0
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Standard
24153
24154 \family roman
24155 \series medium
24156 \shape up
24157 \size tiny
24158 \emph off
24159 \bar no
24160 \noun off
24161 \color none
24162 D0
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Standard
24171
24172 \family roman
24173 \series medium
24174 \shape up
24175 \size tiny
24176 \emph off
24177 \bar no
24178 \noun off
24179 \color none
24180 E0
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Standard
24189
24190 \family roman
24191 \series medium
24192 \shape up
24193 \size tiny
24194 \emph off
24195 \bar no
24196 \noun off
24197 \color none
24198 F0
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 </row>
24204 <row topline="true">
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Standard
24209
24210 \family roman
24211 \series medium
24212 \shape up
24213 \size tiny
24214 \emph off
24215 \bar no
24216 \noun off
24217 \color none
24218 00
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Standard
24227
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Standard
24236
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Standard
24245
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Standard
24254
24255 \family roman
24256 \series medium
24257 \shape up
24258 \emph off
24259 \bar no
24260 \noun off
24261 \color none
24262 0
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Standard
24271
24272 \family roman
24273 \series medium
24274 \shape up
24275 \emph off
24276 \bar no
24277 \noun off
24278 \color none
24279 @
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Standard
24288
24289 \family roman
24290 \series medium
24291 \shape up
24292 \emph off
24293 \bar no
24294 \noun off
24295 \color none
24296 P
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Standard
24305
24306 \family roman
24307 \series medium
24308 \shape up
24309 \emph off
24310 \bar no
24311 \noun off
24312 \color none
24313 '
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Standard
24322
24323 \family roman
24324 \series medium
24325 \shape up
24326 \emph off
24327 \bar no
24328 \noun off
24329 \color none
24330 p
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Standard
24339
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Standard
24348
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Standard
24357
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Standard
24366
24367 \family roman
24368 \series medium
24369 \shape up
24370 \emph off
24371 \bar no
24372 \noun off
24373 \color none
24374 °
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Standard
24383
24384 \family roman
24385 \series medium
24386 \shape up
24387 \emph off
24388 \bar no
24389 \noun off
24390 \color none
24391 À
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Standard
24400
24401 \family roman
24402 \series medium
24403 \shape up
24404 \emph off
24405 \bar no
24406 \noun off
24407 \color none
24408 Ð
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Standard
24417
24418 \family roman
24419 \series medium
24420 \shape up
24421 \emph off
24422 \bar no
24423 \noun off
24424 \color none
24425 à
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Standard
24434
24435 \family roman
24436 \series medium
24437 \shape up
24438 \emph off
24439 \bar no
24440 \noun off
24441 \color none
24442 ð
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 </row>
24448 <row topline="true">
24449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Standard
24453
24454 \family roman
24455 \series medium
24456 \shape up
24457 \size tiny
24458 \emph off
24459 \bar no
24460 \noun off
24461 \color none
24462 01
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Standard
24471
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Standard
24480
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Standard
24489
24490 \family roman
24491 \series medium
24492 \shape up
24493 \emph off
24494 \bar no
24495 \noun off
24496 \color none
24497 !
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Standard
24506
24507 \family roman
24508 \series medium
24509 \shape up
24510 \emph off
24511 \bar no
24512 \noun off
24513 \color none
24514 1
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Standard
24523
24524 \family roman
24525 \series medium
24526 \shape up
24527 \emph off
24528 \bar no
24529 \noun off
24530 \color none
24531 A
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Standard
24540
24541 \family roman
24542 \series medium
24543 \shape up
24544 \emph off
24545 \bar no
24546 \noun off
24547 \color none
24548 Q
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Standard
24557
24558 \family roman
24559 \series medium
24560 \shape up
24561 \emph off
24562 \bar no
24563 \noun off
24564 \color none
24565 a
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Standard
24574
24575 \family roman
24576 \series medium
24577 \shape up
24578 \emph off
24579 \bar no
24580 \noun off
24581 \color none
24582 q
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Standard
24591
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Standard
24600
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Standard
24609
24610 \family roman
24611 \series medium
24612 \shape up
24613 \emph off
24614 \bar no
24615 \noun off
24616 \color none
24617 ¡
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Standard
24626
24627 \family roman
24628 \series medium
24629 \shape up
24630 \emph off
24631 \bar no
24632 \noun off
24633 \color none
24634 ±
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Standard
24643
24644 \family roman
24645 \series medium
24646 \shape up
24647 \emph off
24648 \bar no
24649 \noun off
24650 \color none
24651 Á
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Standard
24660
24661 \family roman
24662 \series medium
24663 \shape up
24664 \emph off
24665 \bar no
24666 \noun off
24667 \color none
24668 Ñ
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Standard
24677
24678 \family roman
24679 \series medium
24680 \shape up
24681 \emph off
24682 \bar no
24683 \noun off
24684 \color none
24685 á
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Standard
24694
24695 \family roman
24696 \series medium
24697 \shape up
24698 \emph off
24699 \bar no
24700 \noun off
24701 \color none
24702 ñ
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 </row>
24708 <row topline="true">
24709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Standard
24713
24714 \family roman
24715 \series medium
24716 \shape up
24717 \size tiny
24718 \emph off
24719 \bar no
24720 \noun off
24721 \color none
24722 02
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Standard
24731
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Standard
24740
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Standard
24749
24750 \family roman
24751 \series medium
24752 \shape up
24753 \emph off
24754 \bar no
24755 \noun off
24756 \color none
24757 \begin_inset Quotes eld
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Standard
24769
24770 \family roman
24771 \series medium
24772 \shape up
24773 \emph off
24774 \bar no
24775 \noun off
24776 \color none
24777 2
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Standard
24786
24787 \family roman
24788 \series medium
24789 \shape up
24790 \emph off
24791 \bar no
24792 \noun off
24793 \color none
24794 B
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Standard
24803
24804 \family roman
24805 \series medium
24806 \shape up
24807 \emph off
24808 \bar no
24809 \noun off
24810 \color none
24811 R
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Standard
24820
24821 \family roman
24822 \series medium
24823 \shape up
24824 \emph off
24825 \bar no
24826 \noun off
24827 \color none
24828 b
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Standard
24837
24838 \family roman
24839 \series medium
24840 \shape up
24841 \emph off
24842 \bar no
24843 \noun off
24844 \color none
24845 r
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Standard
24854
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Standard
24863
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Standard
24872 ¢
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Standard
24881
24882 \family roman
24883 \series medium
24884 \shape up
24885 \emph off
24886 \bar no
24887 \noun off
24888 \color none
24889 ²
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Standard
24898
24899 \family roman
24900 \series medium
24901 \shape up
24902 \emph off
24903 \bar no
24904 \noun off
24905 \color none
24906 Â
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Standard
24915
24916 \family roman
24917 \series medium
24918 \shape up
24919 \emph off
24920 \bar no
24921 \noun off
24922 \color none
24923 Ò
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Standard
24932
24933 \family roman
24934 \series medium
24935 \shape up
24936 \emph off
24937 \bar no
24938 \noun off
24939 \color none
24940 â
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Standard
24949
24950 \family roman
24951 \series medium
24952 \shape up
24953 \emph off
24954 \bar no
24955 \noun off
24956 \color none
24957 ò
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 </row>
24963 <row topline="true">
24964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Standard
24968
24969 \family roman
24970 \series medium
24971 \shape up
24972 \size tiny
24973 \emph off
24974 \bar no
24975 \noun off
24976 \color none
24977 03
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Standard
24986
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Standard
24995
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Standard
25004
25005 \family roman
25006 \series medium
25007 \shape up
25008 \emph off
25009 \bar no
25010 \noun off
25011 \color none
25012 #
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Standard
25021
25022 \family roman
25023 \series medium
25024 \shape up
25025 \emph off
25026 \bar no
25027 \noun off
25028 \color none
25029 3
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Standard
25038
25039 \family roman
25040 \series medium
25041 \shape up
25042 \emph off
25043 \bar no
25044 \noun off
25045 \color none
25046 C
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Standard
25055
25056 \family roman
25057 \series medium
25058 \shape up
25059 \emph off
25060 \bar no
25061 \noun off
25062 \color none
25063 S
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Standard
25072
25073 \family roman
25074 \series medium
25075 \shape up
25076 \emph off
25077 \bar no
25078 \noun off
25079 \color none
25080 c
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Standard
25089
25090 \family roman
25091 \series medium
25092 \shape up
25093 \emph off
25094 \bar no
25095 \noun off
25096 \color none
25097 s
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Standard
25106
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Standard
25115
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Standard
25124
25125 \family roman
25126 \series medium
25127 \shape up
25128 \emph off
25129 \bar no
25130 \noun off
25131 \color none
25132 £
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Standard
25141
25142 \family roman
25143 \series medium
25144 \shape up
25145 \emph off
25146 \bar no
25147 \noun off
25148 \color none
25149 ³
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Standard
25158
25159 \family roman
25160 \series medium
25161 \shape up
25162 \emph off
25163 \bar no
25164 \noun off
25165 \color none
25166 Ã
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Standard
25175
25176 \family roman
25177 \series medium
25178 \shape up
25179 \emph off
25180 \bar no
25181 \noun off
25182 \color none
25183 Ó
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Standard
25192
25193 \family roman
25194 \series medium
25195 \shape up
25196 \emph off
25197 \bar no
25198 \noun off
25199 \color none
25200 ã
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Standard
25209
25210 \family roman
25211 \series medium
25212 \shape up
25213 \emph off
25214 \bar no
25215 \noun off
25216 \color none
25217 ó
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 </row>
25223 <row topline="true">
25224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Standard
25228
25229 \family roman
25230 \series medium
25231 \shape up
25232 \size tiny
25233 \emph off
25234 \bar no
25235 \noun off
25236 \color none
25237 04
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Standard
25246
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Standard
25255
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Standard
25264
25265 \family roman
25266 \series medium
25267 \shape up
25268 \emph off
25269 \bar no
25270 \noun off
25271 \color none
25272 $
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Standard
25281
25282 \family roman
25283 \series medium
25284 \shape up
25285 \emph off
25286 \bar no
25287 \noun off
25288 \color none
25289 4
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Standard
25298
25299 \family roman
25300 \series medium
25301 \shape up
25302 \emph off
25303 \bar no
25304 \noun off
25305 \color none
25306 D
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Standard
25315
25316 \family roman
25317 \series medium
25318 \shape up
25319 \emph off
25320 \bar no
25321 \noun off
25322 \color none
25323 T
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Standard
25332
25333 \family roman
25334 \series medium
25335 \shape up
25336 \emph off
25337 \bar no
25338 \noun off
25339 \color none
25340 d
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Standard
25349
25350 \family roman
25351 \series medium
25352 \shape up
25353 \emph off
25354 \bar no
25355 \noun off
25356 \color none
25357 t
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Standard
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Standard
25375
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Standard
25384 ¤
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Standard
25393
25394 \family roman
25395 \series medium
25396 \shape up
25397 \emph off
25398 \bar no
25399 \noun off
25400 \color none
25401 ´
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Standard
25410
25411 \family roman
25412 \series medium
25413 \shape up
25414 \emph off
25415 \bar no
25416 \noun off
25417 \color none
25418 Ä
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Standard
25427
25428 \family roman
25429 \series medium
25430 \shape up
25431 \emph off
25432 \bar no
25433 \noun off
25434 \color none
25435 Ô
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Standard
25444
25445 \family roman
25446 \series medium
25447 \shape up
25448 \emph off
25449 \bar no
25450 \noun off
25451 \color none
25452 ä
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Standard
25461
25462 \family roman
25463 \series medium
25464 \shape up
25465 \emph off
25466 \bar no
25467 \noun off
25468 \color none
25469 ô
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 </row>
25475 <row topline="true">
25476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Standard
25480
25481 \family roman
25482 \series medium
25483 \shape up
25484 \size tiny
25485 \emph off
25486 \bar no
25487 \noun off
25488 \color none
25489 05
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Standard
25498
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Standard
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Standard
25516
25517 \family roman
25518 \series medium
25519 \shape up
25520 \emph off
25521 \bar no
25522 \noun off
25523 \color none
25524 %
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Standard
25533
25534 \family roman
25535 \series medium
25536 \shape up
25537 \emph off
25538 \bar no
25539 \noun off
25540 \color none
25541 5
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Standard
25550
25551 \family roman
25552 \series medium
25553 \shape up
25554 \emph off
25555 \bar no
25556 \noun off
25557 \color none
25558 E
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Standard
25567
25568 \family roman
25569 \series medium
25570 \shape up
25571 \emph off
25572 \bar no
25573 \noun off
25574 \color none
25575 U
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Standard
25584
25585 \family roman
25586 \series medium
25587 \shape up
25588 \emph off
25589 \bar no
25590 \noun off
25591 \color none
25592 e
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Standard
25601
25602 \family roman
25603 \series medium
25604 \shape up
25605 \emph off
25606 \bar no
25607 \noun off
25608 \color none
25609 u
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Standard
25618
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Standard
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Standard
25636 ¥
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Standard
25645
25646 \family roman
25647 \series medium
25648 \shape up
25649 \emph off
25650 \bar no
25651 \noun off
25652 \color none
25653 µ
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Standard
25662
25663 \family roman
25664 \series medium
25665 \shape up
25666 \emph off
25667 \bar no
25668 \noun off
25669 \color none
25670 Å
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Standard
25679
25680 \family roman
25681 \series medium
25682 \shape up
25683 \emph off
25684 \bar no
25685 \noun off
25686 \color none
25687 Õ
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Standard
25696
25697 \family roman
25698 \series medium
25699 \shape up
25700 \emph off
25701 \bar no
25702 \noun off
25703 \color none
25704 å
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Standard
25713
25714 \family roman
25715 \series medium
25716 \shape up
25717 \emph off
25718 \bar no
25719 \noun off
25720 \color none
25721 õ
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 </row>
25727 <row topline="true">
25728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Standard
25732
25733 \family roman
25734 \series medium
25735 \shape up
25736 \size tiny
25737 \emph off
25738 \bar no
25739 \noun off
25740 \color none
25741 06
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Standard
25750
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Standard
25759
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Standard
25768
25769 \family roman
25770 \series medium
25771 \shape up
25772 \emph off
25773 \bar no
25774 \noun off
25775 \color none
25776 &
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Standard
25785
25786 \family roman
25787 \series medium
25788 \shape up
25789 \emph off
25790 \bar no
25791 \noun off
25792 \color none
25793 6
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25799 \begin_inset Text
25800
25801 \begin_layout Standard
25802
25803 \family roman
25804 \series medium
25805 \shape up
25806 \emph off
25807 \bar no
25808 \noun off
25809 \color none
25810 F
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Standard
25819
25820 \family roman
25821 \series medium
25822 \shape up
25823 \emph off
25824 \bar no
25825 \noun off
25826 \color none
25827 V
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25833 \begin_inset Text
25834
25835 \begin_layout Standard
25836
25837 \family roman
25838 \series medium
25839 \shape up
25840 \emph off
25841 \bar no
25842 \noun off
25843 \color none
25844 f
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Standard
25853
25854 \family roman
25855 \series medium
25856 \shape up
25857 \emph off
25858 \bar no
25859 \noun off
25860 \color none
25861 v
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Standard
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25876 \begin_inset Text
25877
25878 \begin_layout Standard
25879
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Standard
25888 ¦
25889 \end_layout
25890
25891 \end_inset
25892 </cell>
25893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25894 \begin_inset Text
25895
25896 \begin_layout Standard
25897
25898 \family roman
25899 \series medium
25900 \shape up
25901 \emph off
25902 \bar no
25903 \noun off
25904 \color none
25905
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Standard
25914
25915 \family roman
25916 \series medium
25917 \shape up
25918 \emph off
25919 \bar no
25920 \noun off
25921 \color none
25922 Æ
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Standard
25931
25932 \family roman
25933 \series medium
25934 \shape up
25935 \emph off
25936 \bar no
25937 \noun off
25938 \color none
25939 Ö
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Standard
25948
25949 \family roman
25950 \series medium
25951 \shape up
25952 \emph off
25953 \bar no
25954 \noun off
25955 \color none
25956 æ
25957 \end_layout
25958
25959 \end_inset
25960 </cell>
25961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Standard
25965
25966 \family roman
25967 \series medium
25968 \shape up
25969 \emph off
25970 \bar no
25971 \noun off
25972 \color none
25973 ö
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row topline="true">
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Standard
25984
25985 \family roman
25986 \series medium
25987 \shape up
25988 \size tiny
25989 \emph off
25990 \bar no
25991 \noun off
25992 \color none
25993 07
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25999 \begin_inset Text
26000
26001 \begin_layout Standard
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Standard
26011
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26017 \begin_inset Text
26018
26019 \begin_layout Standard
26020
26021 \family roman
26022 \series medium
26023 \shape up
26024 \emph off
26025 \bar no
26026 \noun off
26027 \color none
26028 `
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Standard
26037
26038 \family roman
26039 \series medium
26040 \shape up
26041 \emph off
26042 \bar no
26043 \noun off
26044 \color none
26045 7
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Standard
26054
26055 \family roman
26056 \series medium
26057 \shape up
26058 \emph off
26059 \bar no
26060 \noun off
26061 \color none
26062 G
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Standard
26071
26072 \family roman
26073 \series medium
26074 \shape up
26075 \emph off
26076 \bar no
26077 \noun off
26078 \color none
26079 W
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Standard
26088
26089 \family roman
26090 \series medium
26091 \shape up
26092 \emph off
26093 \bar no
26094 \noun off
26095 \color none
26096 g
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Standard
26105
26106 \family roman
26107 \series medium
26108 \shape up
26109 \emph off
26110 \bar no
26111 \noun off
26112 \color none
26113 w
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Standard
26122
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Standard
26131
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Standard
26140
26141 \family roman
26142 \series medium
26143 \shape up
26144 \emph off
26145 \bar no
26146 \noun off
26147 \color none
26148 §
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Standard
26157
26158 \family roman
26159 \series medium
26160 \shape up
26161 \emph off
26162 \bar no
26163 \noun off
26164 \color none
26165 ·
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Standard
26174
26175 \family roman
26176 \series medium
26177 \shape up
26178 \emph off
26179 \bar no
26180 \noun off
26181 \color none
26182 Ç
26183 \end_layout
26184
26185 \end_inset
26186 </cell>
26187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26188 \begin_inset Text
26189
26190 \begin_layout Standard
26191
26192 \family roman
26193 \series medium
26194 \shape up
26195 \emph off
26196 \bar no
26197 \noun off
26198 \color none
26199 ×
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Standard
26208
26209 \family roman
26210 \series medium
26211 \shape up
26212 \emph off
26213 \bar no
26214 \noun off
26215 \color none
26216 ç
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Standard
26225
26226 \family roman
26227 \series medium
26228 \shape up
26229 \emph off
26230 \bar no
26231 \noun off
26232 \color none
26233 ÷
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row topline="true">
26240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Standard
26244
26245 \family roman
26246 \series medium
26247 \shape up
26248 \size tiny
26249 \emph off
26250 \bar no
26251 \noun off
26252 \color none
26253 08
26254 \end_layout
26255
26256 \end_inset
26257 </cell>
26258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Standard
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Standard
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Standard
26280
26281 \family roman
26282 \series medium
26283 \shape up
26284 \emph off
26285 \bar no
26286 \noun off
26287 \color none
26288 (
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Standard
26297
26298 \family roman
26299 \series medium
26300 \shape up
26301 \emph off
26302 \bar no
26303 \noun off
26304 \color none
26305 8
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Standard
26314
26315 \family roman
26316 \series medium
26317 \shape up
26318 \emph off
26319 \bar no
26320 \noun off
26321 \color none
26322 H
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Standard
26331
26332 \family roman
26333 \series medium
26334 \shape up
26335 \emph off
26336 \bar no
26337 \noun off
26338 \color none
26339 X
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Standard
26348
26349 \family roman
26350 \series medium
26351 \shape up
26352 \emph off
26353 \bar no
26354 \noun off
26355 \color none
26356 h
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Standard
26365
26366 \family roman
26367 \series medium
26368 \shape up
26369 \emph off
26370 \bar no
26371 \noun off
26372 \color none
26373 x
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Standard
26382
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Standard
26391
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Standard
26400
26401 \family roman
26402 \series medium
26403 \shape up
26404 \emph off
26405 \bar no
26406 \noun off
26407 \color none
26408 ¨
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Standard
26417
26418 \family roman
26419 \series medium
26420 \shape up
26421 \emph off
26422 \bar no
26423 \noun off
26424 \color none
26425 ¸
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Standard
26434
26435 \family roman
26436 \series medium
26437 \shape up
26438 \emph off
26439 \bar no
26440 \noun off
26441 \color none
26442 È
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Standard
26451
26452 \family roman
26453 \series medium
26454 \shape up
26455 \emph off
26456 \bar no
26457 \noun off
26458 \color none
26459 Ø
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Standard
26468
26469 \family roman
26470 \series medium
26471 \shape up
26472 \emph off
26473 \bar no
26474 \noun off
26475 \color none
26476 è
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Standard
26485
26486 \family roman
26487 \series medium
26488 \shape up
26489 \emph off
26490 \bar no
26491 \noun off
26492 \color none
26493 ø
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 </row>
26499 <row topline="true">
26500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Standard
26504
26505 \family roman
26506 \series medium
26507 \shape up
26508 \size tiny
26509 \emph off
26510 \bar no
26511 \noun off
26512 \color none
26513 09
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Standard
26522
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Standard
26531
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26537 \begin_inset Text
26538
26539 \begin_layout Standard
26540
26541 \family roman
26542 \series medium
26543 \shape up
26544 \emph off
26545 \bar no
26546 \noun off
26547 \color none
26548 )
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Standard
26557
26558 \family roman
26559 \series medium
26560 \shape up
26561 \emph off
26562 \bar no
26563 \noun off
26564 \color none
26565 9
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Standard
26574
26575 \family roman
26576 \series medium
26577 \shape up
26578 \emph off
26579 \bar no
26580 \noun off
26581 \color none
26582 I
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Standard
26591
26592 \family roman
26593 \series medium
26594 \shape up
26595 \emph off
26596 \bar no
26597 \noun off
26598 \color none
26599 Y
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Standard
26608
26609 \family roman
26610 \series medium
26611 \shape up
26612 \emph off
26613 \bar no
26614 \noun off
26615 \color none
26616 i
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Standard
26625
26626 \family roman
26627 \series medium
26628 \shape up
26629 \emph off
26630 \bar no
26631 \noun off
26632 \color none
26633 y
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Standard
26642
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Standard
26651
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Standard
26660
26661 \family roman
26662 \series medium
26663 \shape up
26664 \emph off
26665 \bar no
26666 \noun off
26667 \color none
26668 ©
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Standard
26677
26678 \family roman
26679 \series medium
26680 \shape up
26681 \emph off
26682 \bar no
26683 \noun off
26684 \color none
26685 ¹
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Standard
26694
26695 \family roman
26696 \series medium
26697 \shape up
26698 \emph off
26699 \bar no
26700 \noun off
26701 \color none
26702 É
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Standard
26711
26712 \family roman
26713 \series medium
26714 \shape up
26715 \emph off
26716 \bar no
26717 \noun off
26718 \color none
26719 Ù
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Standard
26728
26729 \family roman
26730 \series medium
26731 \shape up
26732 \emph off
26733 \bar no
26734 \noun off
26735 \color none
26736 é
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Standard
26745
26746 \family roman
26747 \series medium
26748 \shape up
26749 \emph off
26750 \bar no
26751 \noun off
26752 \color none
26753 ù
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 </row>
26759 <row topline="true">
26760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Standard
26764
26765 \family roman
26766 \series medium
26767 \shape up
26768 \size tiny
26769 \emph off
26770 \bar no
26771 \noun off
26772 \color none
26773 0A
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26779 \begin_inset Text
26780
26781 \begin_layout Standard
26782
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Standard
26791
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Standard
26800
26801 \family roman
26802 \series medium
26803 \shape up
26804 \emph off
26805 \bar no
26806 \noun off
26807 \color none
26808 *
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Standard
26817
26818 \family roman
26819 \series medium
26820 \shape up
26821 \emph off
26822 \bar no
26823 \noun off
26824 \color none
26825 :
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Standard
26834
26835 \family roman
26836 \series medium
26837 \shape up
26838 \emph off
26839 \bar no
26840 \noun off
26841 \color none
26842 J
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Standard
26851
26852 \family roman
26853 \series medium
26854 \shape up
26855 \emph off
26856 \bar no
26857 \noun off
26858 \color none
26859 Z
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Standard
26868
26869 \family roman
26870 \series medium
26871 \shape up
26872 \emph off
26873 \bar no
26874 \noun off
26875 \color none
26876 j
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26882 \begin_inset Text
26883
26884 \begin_layout Standard
26885
26886 \family roman
26887 \series medium
26888 \shape up
26889 \emph off
26890 \bar no
26891 \noun off
26892 \color none
26893 z
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Standard
26902
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Standard
26911
26912 \end_layout
26913
26914 \end_inset
26915 </cell>
26916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26917 \begin_inset Text
26918
26919 \begin_layout Standard
26920
26921 \family roman
26922 \series medium
26923 \shape up
26924 \emph off
26925 \bar no
26926 \noun off
26927 \color none
26928 ª
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Standard
26937
26938 \family roman
26939 \series medium
26940 \shape up
26941 \emph off
26942 \bar no
26943 \noun off
26944 \color none
26945 º
26946 \end_layout
26947
26948 \end_inset
26949 </cell>
26950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Standard
26954
26955 \family roman
26956 \series medium
26957 \shape up
26958 \emph off
26959 \bar no
26960 \noun off
26961 \color none
26962 Ê
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Standard
26971
26972 \family roman
26973 \series medium
26974 \shape up
26975 \emph off
26976 \bar no
26977 \noun off
26978 \color none
26979 Ú
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26985 \begin_inset Text
26986
26987 \begin_layout Standard
26988
26989 \family roman
26990 \series medium
26991 \shape up
26992 \emph off
26993 \bar no
26994 \noun off
26995 \color none
26996 ê
26997 \end_layout
26998
26999 \end_inset
27000 </cell>
27001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27002 \begin_inset Text
27003
27004 \begin_layout Standard
27005
27006 \family roman
27007 \series medium
27008 \shape up
27009 \emph off
27010 \bar no
27011 \noun off
27012 \color none
27013 ú
27014 \end_layout
27015
27016 \end_inset
27017 </cell>
27018 </row>
27019 <row topline="true">
27020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27021 \begin_inset Text
27022
27023 \begin_layout Standard
27024
27025 \family roman
27026 \series medium
27027 \shape up
27028 \size tiny
27029 \emph off
27030 \bar no
27031 \noun off
27032 \color none
27033 0B
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Standard
27042
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Standard
27051
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Standard
27060
27061 \family roman
27062 \series medium
27063 \shape up
27064 \emph off
27065 \bar no
27066 \noun off
27067 \color none
27068 +
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Standard
27077
27078 \family roman
27079 \series medium
27080 \shape up
27081 \emph off
27082 \bar no
27083 \noun off
27084 \color none
27085 ;
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Standard
27094
27095 \family roman
27096 \series medium
27097 \shape up
27098 \emph off
27099 \bar no
27100 \noun off
27101 \color none
27102 K
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Standard
27111
27112 \family roman
27113 \series medium
27114 \shape up
27115 \emph off
27116 \bar no
27117 \noun off
27118 \color none
27119 [
27120 \end_layout
27121
27122 \end_inset
27123 </cell>
27124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Standard
27128
27129 \family roman
27130 \series medium
27131 \shape up
27132 \emph off
27133 \bar no
27134 \noun off
27135 \color none
27136 k
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27142 \begin_inset Text
27143
27144 \begin_layout Standard
27145
27146 \family roman
27147 \series medium
27148 \shape up
27149 \emph off
27150 \bar no
27151 \noun off
27152 \color none
27153 {
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Standard
27162
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Standard
27171
27172 \end_layout
27173
27174 \end_inset
27175 </cell>
27176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27177 \begin_inset Text
27178
27179 \begin_layout Standard
27180
27181 \family roman
27182 \series medium
27183 \shape up
27184 \emph off
27185 \bar no
27186 \noun off
27187 \color none
27188 «
27189 \end_layout
27190
27191 \end_inset
27192 </cell>
27193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27194 \begin_inset Text
27195
27196 \begin_layout Standard
27197
27198 \family roman
27199 \series medium
27200 \shape up
27201 \emph off
27202 \bar no
27203 \noun off
27204 \color none
27205 »
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27211 \begin_inset Text
27212
27213 \begin_layout Standard
27214
27215 \family roman
27216 \series medium
27217 \shape up
27218 \emph off
27219 \bar no
27220 \noun off
27221 \color none
27222 Ë
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27228 \begin_inset Text
27229
27230 \begin_layout Standard
27231
27232 \family roman
27233 \series medium
27234 \shape up
27235 \emph off
27236 \bar no
27237 \noun off
27238 \color none
27239 Û
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Standard
27248
27249 \family roman
27250 \series medium
27251 \shape up
27252 \emph off
27253 \bar no
27254 \noun off
27255 \color none
27256 ë
27257 \end_layout
27258
27259 \end_inset
27260 </cell>
27261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27262 \begin_inset Text
27263
27264 \begin_layout Standard
27265
27266 \family roman
27267 \series medium
27268 \shape up
27269 \emph off
27270 \bar no
27271 \noun off
27272 \color none
27273 û
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 </row>
27279 <row topline="true">
27280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27281 \begin_inset Text
27282
27283 \begin_layout Standard
27284
27285 \family roman
27286 \series medium
27287 \shape up
27288 \size tiny
27289 \emph off
27290 \bar no
27291 \noun off
27292 \color none
27293 0C
27294 \end_layout
27295
27296 \end_inset
27297 </cell>
27298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27299 \begin_inset Text
27300
27301 \begin_layout Standard
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Standard
27311
27312 \end_layout
27313
27314 \end_inset
27315 </cell>
27316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27317 \begin_inset Text
27318
27319 \begin_layout Standard
27320
27321 \family roman
27322 \series medium
27323 \shape up
27324 \emph off
27325 \bar no
27326 \noun off
27327 \color none
27328 ,
27329 \end_layout
27330
27331 \end_inset
27332 </cell>
27333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27334 \begin_inset Text
27335
27336 \begin_layout Standard
27337
27338 \family roman
27339 \series medium
27340 \shape up
27341 \emph off
27342 \bar no
27343 \noun off
27344 \color none
27345 <
27346 \end_layout
27347
27348 \end_inset
27349 </cell>
27350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27351 \begin_inset Text
27352
27353 \begin_layout Standard
27354
27355 \family roman
27356 \series medium
27357 \shape up
27358 \emph off
27359 \bar no
27360 \noun off
27361 \color none
27362 L
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Standard
27371
27372 \family roman
27373 \series medium
27374 \shape up
27375 \emph off
27376 \bar no
27377 \noun off
27378 \color none
27379
27380 \backslash
27381
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27387 \begin_inset Text
27388
27389 \begin_layout Standard
27390
27391 \family roman
27392 \series medium
27393 \shape up
27394 \emph off
27395 \bar no
27396 \noun off
27397 \color none
27398 l
27399 \end_layout
27400
27401 \end_inset
27402 </cell>
27403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27404 \begin_inset Text
27405
27406 \begin_layout Standard
27407
27408 \family roman
27409 \series medium
27410 \shape up
27411 \emph off
27412 \bar no
27413 \noun off
27414 \color none
27415 |
27416 \end_layout
27417
27418 \end_inset
27419 </cell>
27420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27421 \begin_inset Text
27422
27423 \begin_layout Standard
27424
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Standard
27433
27434 \end_layout
27435
27436 \end_inset
27437 </cell>
27438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Standard
27442
27443 \family roman
27444 \series medium
27445 \shape up
27446 \emph off
27447 \bar no
27448 \noun off
27449 \color none
27450 ¬
27451 \end_layout
27452
27453 \end_inset
27454 </cell>
27455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27456 \begin_inset Text
27457
27458 \begin_layout Standard
27459
27460 \family roman
27461 \series medium
27462 \shape up
27463 \emph off
27464 \bar no
27465 \noun off
27466 \color none
27467 ¼
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Standard
27476
27477 \family roman
27478 \series medium
27479 \shape up
27480 \emph off
27481 \bar no
27482 \noun off
27483 \color none
27484 Ì
27485 \end_layout
27486
27487 \end_inset
27488 </cell>
27489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27490 \begin_inset Text
27491
27492 \begin_layout Standard
27493
27494 \family roman
27495 \series medium
27496 \shape up
27497 \emph off
27498 \bar no
27499 \noun off
27500 \color none
27501 Ü
27502 \end_layout
27503
27504 \end_inset
27505 </cell>
27506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27507 \begin_inset Text
27508
27509 \begin_layout Standard
27510
27511 \family roman
27512 \series medium
27513 \shape up
27514 \emph off
27515 \bar no
27516 \noun off
27517 \color none
27518 ì
27519 \end_layout
27520
27521 \end_inset
27522 </cell>
27523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27524 \begin_inset Text
27525
27526 \begin_layout Standard
27527
27528 \family roman
27529 \series medium
27530 \shape up
27531 \emph off
27532 \bar no
27533 \noun off
27534 \color none
27535 ü
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 </row>
27541 <row topline="true">
27542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27543 \begin_inset Text
27544
27545 \begin_layout Standard
27546
27547 \family roman
27548 \series medium
27549 \shape up
27550 \size tiny
27551 \emph off
27552 \bar no
27553 \noun off
27554 \color none
27555 0D
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27561 \begin_inset Text
27562
27563 \begin_layout Standard
27564
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Standard
27573
27574 \end_layout
27575
27576 \end_inset
27577 </cell>
27578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27579 \begin_inset Text
27580
27581 \begin_layout Standard
27582
27583 \family roman
27584 \series medium
27585 \shape up
27586 \emph off
27587 \bar no
27588 \noun off
27589 \color none
27590 -
27591 \end_layout
27592
27593 \end_inset
27594 </cell>
27595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27596 \begin_inset Text
27597
27598 \begin_layout Standard
27599
27600 \family roman
27601 \series medium
27602 \shape up
27603 \emph off
27604 \bar no
27605 \noun off
27606 \color none
27607 =
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Standard
27616
27617 \family roman
27618 \series medium
27619 \shape up
27620 \emph off
27621 \bar no
27622 \noun off
27623 \color none
27624 M
27625 \end_layout
27626
27627 \end_inset
27628 </cell>
27629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Standard
27633
27634 \family roman
27635 \series medium
27636 \shape up
27637 \emph off
27638 \bar no
27639 \noun off
27640 \color none
27641 ]
27642 \end_layout
27643
27644 \end_inset
27645 </cell>
27646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27647 \begin_inset Text
27648
27649 \begin_layout Standard
27650
27651 \family roman
27652 \series medium
27653 \shape up
27654 \emph off
27655 \bar no
27656 \noun off
27657 \color none
27658 m
27659 \end_layout
27660
27661 \end_inset
27662 </cell>
27663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Standard
27667
27668 \family roman
27669 \series medium
27670 \shape up
27671 \emph off
27672 \bar no
27673 \noun off
27674 \color none
27675 }
27676 \end_layout
27677
27678 \end_inset
27679 </cell>
27680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27681 \begin_inset Text
27682
27683 \begin_layout Standard
27684
27685 \end_layout
27686
27687 \end_inset
27688 </cell>
27689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27690 \begin_inset Text
27691
27692 \begin_layout Standard
27693
27694 \end_layout
27695
27696 \end_inset
27697 </cell>
27698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27699 \begin_inset Text
27700
27701 \begin_layout Standard
27702
27703 \end_layout
27704
27705 \end_inset
27706 </cell>
27707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Standard
27711
27712 \family roman
27713 \series medium
27714 \shape up
27715 \emph off
27716 \bar no
27717 \noun off
27718 \color none
27719 ½
27720 \end_layout
27721
27722 \end_inset
27723 </cell>
27724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27725 \begin_inset Text
27726
27727 \begin_layout Standard
27728
27729 \family roman
27730 \series medium
27731 \shape up
27732 \emph off
27733 \bar no
27734 \noun off
27735 \color none
27736 Í
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Standard
27745
27746 \family roman
27747 \series medium
27748 \shape up
27749 \emph off
27750 \bar no
27751 \noun off
27752 \color none
27753 Ý
27754 \end_layout
27755
27756 \end_inset
27757 </cell>
27758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27759 \begin_inset Text
27760
27761 \begin_layout Standard
27762
27763 \family roman
27764 \series medium
27765 \shape up
27766 \emph off
27767 \bar no
27768 \noun off
27769 \color none
27770 í
27771 \end_layout
27772
27773 \end_inset
27774 </cell>
27775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27776 \begin_inset Text
27777
27778 \begin_layout Standard
27779
27780 \family roman
27781 \series medium
27782 \shape up
27783 \emph off
27784 \bar no
27785 \noun off
27786 \color none
27787 ý
27788 \end_layout
27789
27790 \end_inset
27791 </cell>
27792 </row>
27793 <row topline="true">
27794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Standard
27798
27799 \family roman
27800 \series medium
27801 \shape up
27802 \size tiny
27803 \emph off
27804 \bar no
27805 \noun off
27806 \color none
27807 0E
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Standard
27816
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Standard
27825
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Standard
27834
27835 \family roman
27836 \series medium
27837 \shape up
27838 \emph off
27839 \bar no
27840 \noun off
27841 \color none
27842 .
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27848 \begin_inset Text
27849
27850 \begin_layout Standard
27851
27852 \family roman
27853 \series medium
27854 \shape up
27855 \emph off
27856 \bar no
27857 \noun off
27858 \color none
27859 >
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Standard
27868
27869 \family roman
27870 \series medium
27871 \shape up
27872 \emph off
27873 \bar no
27874 \noun off
27875 \color none
27876 N
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Standard
27885
27886 \family roman
27887 \series medium
27888 \shape up
27889 \emph off
27890 \bar no
27891 \noun off
27892 \color none
27893 ^
27894 \end_layout
27895
27896 \end_inset
27897 </cell>
27898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27899 \begin_inset Text
27900
27901 \begin_layout Standard
27902
27903 \family roman
27904 \series medium
27905 \shape up
27906 \emph off
27907 \bar no
27908 \noun off
27909 \color none
27910 n
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Standard
27919
27920 \family roman
27921 \series medium
27922 \shape up
27923 \emph off
27924 \bar no
27925 \noun off
27926 \color none
27927 ~
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27933 \begin_inset Text
27934
27935 \begin_layout Standard
27936
27937 \end_layout
27938
27939 \end_inset
27940 </cell>
27941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Standard
27945
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Standard
27954
27955 \family roman
27956 \series medium
27957 \shape up
27958 \emph off
27959 \bar no
27960 \noun off
27961 \color none
27962 ®
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Standard
27971
27972 \family roman
27973 \series medium
27974 \shape up
27975 \emph off
27976 \bar no
27977 \noun off
27978 \color none
27979 ¾
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Standard
27988
27989 \family roman
27990 \series medium
27991 \shape up
27992 \emph off
27993 \bar no
27994 \noun off
27995 \color none
27996 Î
27997 \end_layout
27998
27999 \end_inset
28000 </cell>
28001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Standard
28005
28006 \family roman
28007 \series medium
28008 \shape up
28009 \emph off
28010 \bar no
28011 \noun off
28012 \color none
28013 Þ
28014 \end_layout
28015
28016 \end_inset
28017 </cell>
28018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28019 \begin_inset Text
28020
28021 \begin_layout Standard
28022
28023 \family roman
28024 \series medium
28025 \shape up
28026 \emph off
28027 \bar no
28028 \noun off
28029 \color none
28030 î
28031 \end_layout
28032
28033 \end_inset
28034 </cell>
28035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28036 \begin_inset Text
28037
28038 \begin_layout Standard
28039
28040 \family roman
28041 \series medium
28042 \shape up
28043 \emph off
28044 \bar no
28045 \noun off
28046 \color none
28047 þ
28048 \end_layout
28049
28050 \end_inset
28051 </cell>
28052 </row>
28053 <row topline="true" bottomline="true">
28054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28055 \begin_inset Text
28056
28057 \begin_layout Standard
28058
28059 \family roman
28060 \series medium
28061 \shape up
28062 \size tiny
28063 \emph off
28064 \bar no
28065 \noun off
28066 \color none
28067 0F
28068 \end_layout
28069
28070 \end_inset
28071 </cell>
28072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28073 \begin_inset Text
28074
28075 \begin_layout Standard
28076
28077 \end_layout
28078
28079 \end_inset
28080 </cell>
28081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28082 \begin_inset Text
28083
28084 \begin_layout Standard
28085
28086 \end_layout
28087
28088 \end_inset
28089 </cell>
28090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28091 \begin_inset Text
28092
28093 \begin_layout Standard
28094
28095 \family roman
28096 \series medium
28097 \shape up
28098 \emph off
28099 \bar no
28100 \noun off
28101 \color none
28102 /
28103 \end_layout
28104
28105 \end_inset
28106 </cell>
28107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28108 \begin_inset Text
28109
28110 \begin_layout Standard
28111
28112 \family roman
28113 \series medium
28114 \shape up
28115 \emph off
28116 \bar no
28117 \noun off
28118 \color none
28119 ?
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Standard
28128
28129 \family roman
28130 \series medium
28131 \shape up
28132 \emph off
28133 \bar no
28134 \noun off
28135 \color none
28136 O
28137 \end_layout
28138
28139 \end_inset
28140 </cell>
28141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28142 \begin_inset Text
28143
28144 \begin_layout Standard
28145
28146 \family roman
28147 \series medium
28148 \shape up
28149 \emph off
28150 \bar no
28151 \noun off
28152 \color none
28153 _
28154 \end_layout
28155
28156 \end_inset
28157 </cell>
28158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28159 \begin_inset Text
28160
28161 \begin_layout Standard
28162
28163 \family roman
28164 \series medium
28165 \shape up
28166 \emph off
28167 \bar no
28168 \noun off
28169 \color none
28170 o
28171 \end_layout
28172
28173 \end_inset
28174 </cell>
28175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28176 \begin_inset Text
28177
28178 \begin_layout Standard
28179
28180 \end_layout
28181
28182 \end_inset
28183 </cell>
28184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28185 \begin_inset Text
28186
28187 \begin_layout Standard
28188
28189 \end_layout
28190
28191 \end_inset
28192 </cell>
28193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28194 \begin_inset Text
28195
28196 \begin_layout Standard
28197
28198 \end_layout
28199
28200 \end_inset
28201 </cell>
28202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28203 \begin_inset Text
28204
28205 \begin_layout Standard
28206
28207 \family roman
28208 \series medium
28209 \shape up
28210 \emph off
28211 \bar no
28212 \noun off
28213 \color none
28214 ¯
28215 \end_layout
28216
28217 \end_inset
28218 </cell>
28219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28220 \begin_inset Text
28221
28222 \begin_layout Standard
28223
28224 \family roman
28225 \series medium
28226 \shape up
28227 \emph off
28228 \bar no
28229 \noun off
28230 \color none
28231 ¿
28232 \end_layout
28233
28234 \end_inset
28235 </cell>
28236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout Standard
28240
28241 \family roman
28242 \series medium
28243 \shape up
28244 \emph off
28245 \bar no
28246 \noun off
28247 \color none
28248 Ï
28249 \end_layout
28250
28251 \end_inset
28252 </cell>
28253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28254 \begin_inset Text
28255
28256 \begin_layout Standard
28257
28258 \family roman
28259 \series medium
28260 \shape up
28261 \emph off
28262 \bar no
28263 \noun off
28264 \color none
28265 ß
28266 \end_layout
28267
28268 \end_inset
28269 </cell>
28270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28271 \begin_inset Text
28272
28273 \begin_layout Standard
28274
28275 \family roman
28276 \series medium
28277 \shape up
28278 \emph off
28279 \bar no
28280 \noun off
28281 \color none
28282 ï
28283 \end_layout
28284
28285 \end_inset
28286 </cell>
28287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28288 \begin_inset Text
28289
28290 \begin_layout Standard
28291
28292 \family roman
28293 \series medium
28294 \shape up
28295 \emph off
28296 \bar no
28297 \noun off
28298 \color none
28299 ÿ
28300 \end_layout
28301
28302 \end_inset
28303 </cell>
28304 </row>
28305 </lyxtabular>
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \end_layout
28316
28317 \begin_layout Standard
28318 The following is a full list of all of the accented characters LyX can display
28319  directly.
28320  It includes not only the accented characters from the previous table, but
28321  also the characters from 
28322 \family typewriter
28323 ISO8859--2
28324 \family default
28325  through 
28326 \family typewriter
28327 4
28328 \family default
28329 .
28330  
28331 \end_layout
28332
28333 \begin_layout Itemize
28334 From 
28335 \family typewriter
28336 ISO8859--1
28337 \family default
28338 :
28339 \end_layout
28340
28341 \begin_deeper
28342 \begin_layout Standard
28343 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
28344 \hfill
28345 diaeresis
28346 \end_layout
28347
28348 \begin_layout Standard
28349 ^ Â Ê Î Ô Û â ê î ô û
28350 \hfill
28351 circumflex
28352 \end_layout
28353
28354 \begin_layout Standard
28355 ` À È Ì Ò Ù à è ì ò ù
28356 \hfill
28357 grave
28358 \end_layout
28359
28360 \begin_layout Standard
28361 ´ Á É Í Ó Ú Ý á é í ó ú ý
28362 \hfill
28363 acute
28364 \end_layout
28365
28366 \begin_layout Standard
28367 ~ Ã Ñ Õ ã ñ õ
28368 \hfill
28369 tilde
28370 \end_layout
28371
28372 \begin_layout Standard
28373 ¸Çç
28374 \hfill
28375 cedilla
28376 \end_layout
28377
28378 \begin_layout Standard
28379 ¯
28380 \hfill
28381 macron
28382 \begin_inset Foot
28383 status collapsed
28384
28385 \begin_layout Standard
28386 The dead macron in usually not needed, as you will use a non--dead key for
28387  this instead.
28388  For example, S-M-minus, or if 
28389 \family typewriter
28390 \shape up
28391 .Xmodmap
28392 \family default
28393 \shape default
28394  is correct, S-M-macron.
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \end_deeper
28403 \begin_layout Itemize
28404 From 
28405 \family typewriter
28406 ISO8859--2
28407 \family default
28408  through 
28409 \family typewriter
28410 4
28411 \family default
28412 :
28413 \end_layout
28414
28415 \begin_deeper
28416 \begin_layout Standard
28417 ĤĴĥȷ̂ĈĜŜĉĝŝ
28418 \hfill
28419 circumflex
28420 \end_layout
28421
28422 \begin_layout Standard
28423 ŚŹśźŔĹĆŃŕĺćń
28424 \hfill
28425 acute
28426 \end_layout
28427
28428 \begin_layout Standard
28429 Ĩı̃Ũũ
28430 \hfill
28431 tilde
28432 \end_layout
28433
28434 \begin_layout Standard
28435 ŞşŢţŖĻĢŗļģŅĶņķ
28436 \hfill
28437 cedilla
28438 \begin_inset Foot
28439 status collapsed
28440
28441 \begin_layout Standard
28442 These characters might not look very nice on screen, but they will be just
28443  fine when run through LaTeX and printed.
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \begin_layout Standard
28452 ĒēĀĪŌŪāı̄ōū
28453 \hfill
28454 macron
28455 \end_layout
28456
28457 \begin_layout Standard
28458 ŐŰőű
28459 \hfill
28460 hungarian umlaut
28461 \end_layout
28462
28463 \end_deeper
28464 \begin_layout Standard
28465 All the characters above are actively supported by TeX fonts.
28466  In addition TeX allows diacritical marks on almost all characters .
28467  Also make sure you're using the 
28468 \family typewriter
28469 T1
28470 \family default
28471  font-encoding and have the package 
28472 \family typewriter
28473 umlaute.sty
28474 \family default
28475  with the definition file 
28476 \family typewriter
28477 iso.def
28478 \family default
28479  installed.
28480 \end_layout
28481
28482 \begin_layout Chapter
28483 Credits
28484 \end_layout
28485
28486 \begin_layout Standard
28487 The documentation is a collaborative effort between many different people
28488  (and we would encourage people to contribute !).
28489 \end_layout
28490
28491 \begin_layout Standard
28492 First, we need to give due credit to those who came before us.
28493  They gave us the base upon which the new manuals are built, and some continue
28494  to provide information:
28495 \end_layout
28496
28497 \begin_layout Itemize
28498
28499 \noun on
28500 Matthias Ettrich
28501 \noun default
28502  wrote the original documentation, from which this manual is built, as well
28503  as the introduction to this manual [or the 
28504 \begin_inset Quotes eld
28505 \end_inset
28506
28507 LyX Manifesto,
28508 \begin_inset Quotes erd
28509 \end_inset
28510
28511  as some of us call it].
28512 \end_layout
28513
28514 \begin_layout Itemize
28515
28516 \noun on
28517 Lars Gullik Bjønnes
28518 \noun default
28519  wrote several minidocs, including some of the information about international
28520  support in LyX.
28521 \end_layout
28522
28523 \begin_layout Itemize
28524
28525 \noun on
28526 Ivan Schreter
28527 \noun default
28528  also wrote a minidoc about international support, specifically about internatio
28529 nal keyboard maps and customization.
28530 \end_layout
28531
28532 \begin_layout Itemize
28533
28534 \noun on
28535 Pascal André
28536 \noun default
28537  originally documented the LinuxDoc SGML interface.
28538 \end_layout
28539
28540 \begin_layout Itemize
28541
28542 \noun on
28543 Alejandro Aguilar Sierra
28544 \noun default
28545  originally documented math mode and provided the entries for the math functions
28546  in 
28547 \family typewriter
28548 Reference.lyx
28549 \end_layout
28550
28551 \begin_layout Itemize
28552 Special thanks to the LyX Team\InsetSpace ~
28553
28554 \begin_inset LatexCommand cite
28555 key "lyxcredit"
28556
28557 \end_inset
28558
28559  for help and answers to questions.
28560 \end_layout
28561
28562 \begin_layout Standard
28563 Next, it's time to give credit to the 
28564 \begin_inset Quotes eld
28565 \end_inset
28566
28567 LyX Documentation Team,
28568 \begin_inset Quotes erd
28569 \end_inset
28570
28571  all of the people who helped rewrite the old documentation into the form
28572  it had after LyX version 0.10:
28573 \end_layout
28574
28575 \begin_layout Itemize
28576
28577 \noun on
28578 David Johnson
28579 \noun default
28580 :
28581 \end_layout
28582
28583 \begin_deeper
28584 \begin_layout Itemize
28585 Contributor to the FAQ and the old 
28586 \begin_inset Quotes eld
28587 \end_inset
28588
28589
28590 \family typewriter
28591 HowDoI-.lyx
28592 \family default
28593
28594 \begin_inset Quotes erd
28595 \end_inset
28596
28597  [now defunct].
28598 \end_layout
28599
28600 \begin_layout Itemize
28601 General editing assistance.
28602 \end_layout
28603
28604 \begin_layout Itemize
28605 Documentation of: 
28606 \end_layout
28607
28608 \begin_deeper
28609 \begin_layout Itemize
28610 math mode 
28611 \end_layout
28612
28613 \begin_layout Itemize
28614 tables
28615 \end_layout
28616
28617 \begin_layout Itemize
28618 spellchecking
28619 \end_layout
28620
28621 \end_deeper
28622 \end_deeper
28623 \begin_layout Itemize
28624
28625 \noun on
28626 Rich Fields
28627 \noun default
28628 :
28629 \end_layout
28630
28631 \begin_deeper
28632 \begin_layout Itemize
28633 Primary contributor to 
28634 \family typewriter
28635 Reference.lyx
28636 \end_layout
28637
28638 \begin_layout Itemize
28639 Documentation of the basic LyX interface in 
28640 \family typewriter
28641 UserGuide.lyx
28642 \end_layout
28643
28644 \end_deeper
28645 \begin_layout Itemize
28646
28647 \noun on
28648 Paul Evans
28649 \noun default
28650 :
28651 \end_layout
28652
28653 \begin_deeper
28654 \begin_layout Itemize
28655 Former maintainer of the FAQ and the old 
28656 \begin_inset Quotes eld
28657 \end_inset
28658
28659
28660 \family typewriter
28661 HowDoI-.lyx
28662 \family default
28663
28664 \begin_inset Quotes erd
28665 \end_inset
28666
28667  [now defunct].
28668 \end_layout
28669
28670 \begin_layout Itemize
28671 Documentation of LinuxDoc in 
28672 \family typewriter
28673 UserGuide.lyx
28674 \end_layout
28675
28676 \end_deeper
28677 \begin_layout Itemize
28678
28679 \noun on
28680 Paul Russel:
28681 \end_layout
28682
28683 \begin_deeper
28684 \begin_layout Itemize
28685 Documentation of figures and imported graphics in 
28686 \family typewriter
28687 UserGuide.lyx
28688 \end_layout
28689
28690 \end_deeper
28691 \begin_layout Itemize
28692
28693 \noun on
28694 John Raithel
28695 \noun default
28696 :
28697 \end_layout
28698
28699 \begin_deeper
28700 \begin_layout Itemize
28701 Documentation of internationalization features in 
28702 \family typewriter
28703 UserGuide.lyx
28704 \end_layout
28705
28706 \end_deeper
28707 \begin_layout Itemize
28708
28709 \noun on
28710 Robin Socha:
28711 \end_layout
28712
28713 \begin_deeper
28714 \begin_layout Itemize
28715 Documentation of:
28716 \end_layout
28717
28718 \begin_deeper
28719 \begin_layout Itemize
28720 footnotes
28721 \end_layout
28722
28723 \begin_layout Itemize
28724 margin notes
28725 \end_layout
28726
28727 \begin_layout Itemize
28728 table of contents
28729 \end_layout
28730
28731 \begin_layout Itemize
28732 cross-references
28733 \end_layout
28734
28735 \end_deeper
28736 \end_deeper
28737 \begin_layout Itemize
28738
28739 \noun on
28740 Amir Karger
28741 \end_layout
28742
28743 \begin_deeper
28744 \begin_layout Itemize
28745 Primary contributor to 
28746 \family typewriter
28747 Tutorial.lyx
28748 \end_layout
28749
28750 \end_deeper
28751 \begin_layout Itemize
28752
28753 \noun on
28754 Matthias Zenker:
28755 \end_layout
28756
28757 \begin_deeper
28758 \begin_layout Itemize
28759 Documentation of 
28760 \end_layout
28761
28762 \begin_deeper
28763 \begin_layout Itemize
28764 manual fine-tuning 
28765 \end_layout
28766
28767 \begin_layout Itemize
28768 using LaTeX from within LyX
28769 \end_layout
28770
28771 \end_deeper
28772 \end_deeper
28773 \begin_layout Itemize
28774
28775 \noun on
28776 John Weiss
28777 \noun default
28778 :
28779 \end_layout
28780
28781 \begin_deeper
28782 \begin_layout Itemize
28783 General organization and format of the documents.
28784 \end_layout
28785
28786 \begin_layout Itemize
28787 Documentation of :
28788 \end_layout
28789
28790 \begin_deeper
28791 \begin_layout Itemize
28792 LyX setup
28793 \end_layout
28794
28795 \begin_layout Itemize
28796 paragraph environments, document layout, nesting, typography notes, fonts
28797 \end_layout
28798
28799 \end_deeper
28800 \begin_layout Itemize
28801 Also responsible for Introduction in 
28802 \family typewriter
28803 Tutorial.lyx
28804 \end_layout
28805
28806 \begin_layout Itemize
28807 Editor of the documents.
28808  [from 6/96-fall 1997]
28809 \end_layout
28810
28811 \end_deeper
28812 \begin_layout Standard
28813 After fall of 1997, the LyX Team as a whole took over maintenance of the
28814  documentation.
28815 \end_layout
28816
28817 \begin_layout Bibliography
28818 \begin_inset LatexCommand bibitem
28819 key "lyxcredit"
28820
28821 \end_inset
28822
28823 The LyX Team: 
28824 \begin_inset ERT
28825 status collapsed
28826
28827 \begin_layout Standard
28828
28829
28830 \backslash
28831 href{http://www.lyx.org/about/credits.php}{
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \emph on
28838 CREDITS
28839 \emph default
28840
28841 \begin_inset ERT
28842 status collapsed
28843
28844 \begin_layout Standard
28845
28846 }
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \begin_layout Bibliography
28855 \begin_inset LatexCommand bibitem
28856 key "latexbook"
28857
28858 \end_inset
28859
28860 Leslie Lamport: 
28861 \emph on
28862 LaTeX: A Document Preparation System.
28863
28864 \emph default
28865  Addison-Wesley, second edition, 1994
28866 \end_layout
28867
28868 \begin_layout Bibliography
28869 \begin_inset LatexCommand bibitem
28870 key "latexcompanion"
28871
28872 \end_inset
28873
28874 Michel Goossens, Frank Mittelbach and Alexander Samarin: 
28875 \emph on
28876 The LaTeX Companion.
28877
28878 \emph default
28879  Addison-Wesley, 1994
28880 \end_layout
28881
28882 \begin_layout Bibliography
28883 \begin_inset LatexCommand bibitem
28884 key "latexguide"
28885
28886 \end_inset
28887
28888 Kopka and Daly: 
28889 \emph on
28890 A Guide to LaTeX2e
28891 \end_layout
28892
28893 \begin_layout Bibliography
28894 \begin_inset LatexCommand bibitem
28895 key "texbook"
28896
28897 \end_inset
28898
28899 Donald E.
28900  Knuth.
28901  
28902 \emph on
28903 The TeXbook
28904 \end_layout
28905
28906 \end_body
28907 \end_document