]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
c2392533175b67da4dd9738b3dddc55fc7fd7fc8
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % I've designed this preamble to ensure that the User's Guide prints
10 % out as advertised. If you mess with this preamble,
11 % parts of the User's Guide may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % provides missing characters,
17 % see note in chapter 'Character Tables'
18 \usepackage{textcomp}
19 \usepackage{wasysym}
20
21 \usepackage{ifpdf} % part of the hyperref bundle
22 \ifpdf % if pdflatex is used
23
24   % set fonts for nicer pdf view
25   \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
26   \usepackage[scaled=0.92]{helvet}
27   \usepackage{mathptmx}
28   \usepackage{courier} }
29   % the pages of the TOC are numbered roman
30   % and a pdf-bookmark for the TOC is added
31   \pagenumbering{roman}
32   \let\myTOC\tableofcontents
33   \renewcommand\tableofcontents{%
34     \pdfbookmark[1]{Contents}{}
35     \myTOC
36     \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 "" 
95 \author "" 
96 \end_header
97
98 \begin_body
99
100 \begin_layout Title
101 The LyX User's Guide
102 \end_layout
103
104 \begin_layout Author
105 by the LyX Team
106 \begin_inset Foot
107 status collapsed
108
109 \begin_layout Standard
110 \noindent
111 If you have comments or error corrections, please send them to the LyX Documenta
112 tion mailing list: 
113 \family typewriter
114 lyx-docs@lists.lyx.org
115 \end_layout
116
117 \end_inset
118
119
120 \end_layout
121
122 \begin_layout Standard
123 \begin_inset Note Note
124 status open
125
126 \begin_layout Standard
127 To export this document as pdf, ps or dvi, the LaTeX-package 
128 \series bold
129 hyperref
130 \series default
131  has to be installed.
132 \end_layout
133
134 \begin_layout Standard
135 This package should be part of all popular LaTeX-distributions.
136 \end_layout
137
138 \end_inset
139
140
141 \end_layout
142
143 \begin_layout Standard
144 \begin_inset LatexCommand tableofcontents
145
146 \end_inset
147
148
149 \end_layout
150
151 \begin_layout Chapter
152 Introduction
153 \end_layout
154
155 \begin_layout Section
156 What is LyX?
157 \end_layout
158
159 \begin_layout Standard
160 LyX is a document preparation system.
161  It is a tool for producing beautiful manuscripts, publishable books, business
162  letters and proposals, and even poetry.
163  It is unlike most other 
164 \begin_inset Quotes eld
165 \end_inset
166
167 word processors
168 \begin_inset Quotes erd
169 \end_inset
170
171  in the sense that it uses the paradigm of a markup language as its core
172  editing style.
173  That means that when you type a section header, you mark it as a 
174 \begin_inset Quotes eld
175 \end_inset
176
177 Section
178 \begin_inset Quotes erd
179 \end_inset
180
181 , not 
182 \begin_inset Quotes eld
183 \end_inset
184
185 Bold, 17 pt type, left justified, 5 mm space below
186 \begin_inset Quotes erd
187 \end_inset
188
189 .
190  LyX takes care of the typesetting for you, so you deal only with concepts,
191  not the mechanics.
192 \end_layout
193
194 \begin_layout Standard
195 This philosophy is explained in much greater detail in the 
196 \emph on
197
198 \begin_inset Quotes eld
199 \end_inset
200
201 Introduction
202 \begin_inset Quotes erd
203 \end_inset
204
205
206 \emph default
207 .
208  If you haven't read it yet, you need to.
209  Yes, we mean now.
210 \end_layout
211
212 \begin_layout Standard
213 The 
214 \begin_inset Quotes eld
215 \end_inset
216
217
218 \emph on
219 Introduction
220 \emph default
221
222 \begin_inset Quotes erd
223 \end_inset
224
225  describes several things in addition to LyX's philosophy: most importantly,
226  the format of all of the manuals.
227  If you don't read it, you'll have a bear of a time navigating this manual.
228  You might also be better served looking in one of the other manuals instead
229  of this one.
230  
231 \begin_inset Quotes eld
232 \end_inset
233
234
235 \emph on
236 Introduction
237 \emph default
238
239 \begin_inset Quotes erd
240 \end_inset
241
242  describes that, too.
243 \end_layout
244
245 \begin_layout Section
246 Getting Started
247 \end_layout
248
249 \begin_layout Subsection
250 Invoking LyX
251 \end_layout
252
253 \begin_layout Standard
254 Similar to other Linux [and other brands of Unix] programs, you start LyX
255  by simply typing 
256 \family typewriter
257 lyx
258 \family default
259  at the command line.
260  You can, of course, include several command-line options, including file
261  names.
262  We're not going to repeat all of the command-line options here, since we've
263  already done that in the 
264 \family typewriter
265 man
266 \family default
267  page for LyX.
268  Check there for more info.
269 \end_layout
270
271 \begin_layout Standard
272 There are one or two things we'd like to comment on:
273 \end_layout
274
275 \begin_layout Standard
276 Please note that if you include more than one file name on the command line,
277  LyX will load them all, though it won't display them all simultaneously.
278  More on that in a bit.
279 \end_layout
280
281 \begin_layout Subsection
282 How LyX Looks
283 \end_layout
284
285 \begin_layout Standard
286 Like most applications, LyX has the familiar menu bar across the top of
287  its window.
288  Below it is a toolbar with a pulldown box and various buttons.
289  There is, of course, a vertical scrollbar and a main work area for editing
290  documents.
291  Near the bottom of the window is a small window containing a single line
292  of text.
293  This is the 
294 \emph on
295 minibuffer
296 \emph default
297  (a term which we've swiped, lock, stock, and barrel, from GNU Emacs), which
298  really means 
299 \begin_inset Quotes eld
300 \end_inset
301
302 command buffer
303 \begin_inset Quotes erd
304 \end_inset
305
306 .
307  Type 
308 \family sans
309 M-x
310 \family default
311  when you need to type a command in the minibuffer.
312 \end_layout
313
314 \begin_layout Standard
315 Note that there is no horizontal scroll bar.
316  This is not a bug or an oversight, but intentional.
317  When you read a book, you expect the end of a line to wrap around to the
318  next line.
319  Text overflows onto new pages in a vertical fashion, hence the need for
320  only a vertical scrollbar.
321 \end_layout
322
323 \begin_layout Standard
324 There are three cases where you might want a horizontal scrollbar.
325  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
326  This, however, is due
327  to a flaw in the routine that displays graphics on the LyX screen in a
328  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
329  as you'd need to rescale graphics to fit on a page.
330  The second and third cases are tables and equations which are wider than
331  the LyX window.
332  You can use the arrow keys to scroll horizontally through the table, but
333  this doesn't work for equations yet.
334 \end_layout
335
336 \begin_layout Subsection
337 HELP!
338 \end_layout
339
340 \begin_layout Standard
341 First, the bad news: the help system is not as thorough as that in many
342  commercial applications.
343  Patience.
344  We're working on it.
345 \end_layout
346
347 \begin_layout Standard
348 Now the good news: the help system consists of the LyX manuals.
349  You can read 
350 \emph on
351 all
352 \emph default
353  of the manuals from inside LyX.
354  Just select the manual you want read from the 
355 \family sans
356 \bar under
357 H
358 \bar default
359 elp
360 \family default
361  menu.
362 \end_layout
363
364 \begin_layout Standard
365 While we're at it, we'd like to make a comment about the manuals.
366  They're not idiot-proof, not in the least.
367  Here's what one of our authors, 
368 \noun on
369 John Weiss
370 \noun default
371 , once said about manuals:
372 \end_layout
373
374 \begin_layout Quotation
375 I hate manuals.
376 \end_layout
377
378 \begin_layout Quotation
379 Yes, we've all dealt with the terse, poorly-translated, or cryptic manuals.
380  They are aggravating.
381  I find, however, that the overly simplified ones are even more aggravating.
382  First, they spend about half their time carefully explaining to the user
383  how to operate a mouse, what a menu is, et cetera, ad nauseum.
384  Please, if someone doesn't know how to use their own computer, or a GUI,
385  then they should sit down and learn 
386 \emph on
387 before
388 \emph default
389  they start up a major piece of software.
390 \end_layout
391
392 \begin_layout Quotation
393 Second, what information they do provide seems to assume that the user is
394  stupid.
395  Utter nonsense! Most users, in my experience, are some combination of clueless
396  and intimidated, not stupid.
397  Besides, if someone is truly slow on the uptake, they need help that a
398  manual for a piece of computer software can't give.
399 \end_layout
400
401 \begin_layout Standard
402
403 \emph on
404 Editor's Note: With this in mind, I've instructed all of the other authors
405  to avoid patronizing you, the reader, and to be more pedagogical than pedantic.
406  As for those who are too lazy to read and understand the manuals --- well,
407  as we say here in America, there's no such thing as a free lunch.
408  - jw
409 \end_layout
410
411 \begin_layout Section
412 The LyX Interface
413 \end_layout
414
415 \begin_layout Subsection
416 Basic File Operations
417 \end_layout
418
419 \begin_layout Standard
420 Under the 
421 \family sans
422 \bar under
423 F
424 \bar default
425 ile
426 \family default
427  menu are the 9 basic operations for any word processor in addition to some
428  more advanced operations:
429 \end_layout
430
431 \begin_layout Itemize
432
433 \family sans
434 \bar under
435 N
436 \bar default
437 ew
438 \end_layout
439
440 \begin_layout Itemize
441
442 \family sans
443 New\InsetSpace ~
444 from
445 \bar under
446 \InsetSpace ~
447 T
448 \bar default
449 emplate
450 \end_layout
451
452 \begin_layout Itemize
453
454 \family sans
455 \bar under
456 O
457 \bar default
458 pen
459 \end_layout
460
461 \begin_layout Itemize
462
463 \family sans
464 \bar under
465 C
466 \bar default
467 lose
468 \end_layout
469
470 \begin_layout Itemize
471
472 \family sans
473 \bar under
474 S
475 \bar default
476 ave
477 \end_layout
478
479 \begin_layout Itemize
480
481 \family sans
482 Save\InsetSpace ~
483
484 \bar under
485 A
486 \bar default
487 s
488 \end_layout
489
490 \begin_layout Itemize
491
492 \family sans
493 \bar under
494 R
495 \bar default
496 evert
497 \end_layout
498
499 \begin_layout Itemize
500
501 \family sans
502 \bar under
503 P
504 \bar default
505 rint
506 \end_layout
507
508 \begin_layout Itemize
509
510 \family sans
511 E
512 \bar under
513 x
514 \bar default
515 it
516 \end_layout
517
518 \begin_layout Standard
519 They all do pretty much the same thing as in other word processors, with
520  a few minor differences.
521  The 
522 \family sans
523 \bar under
524 F
525 \bar default
526 ile\SpecialChar \menuseparator
527 New\InsetSpace ~
528 from
529 \bar under
530 \InsetSpace ~
531 T
532 \bar default
533 emplate
534 \family default
535  command not only prompts you for a name for the new file, but also prompts
536  you for a template to use.
537  Selecting a template will automatically set certain layout features for
538  the document, features you would otherwise need to change manually.
539  They can be of use for certain classes, especially those for writing letters
540  [see sec.
541  
542 \begin_inset LatexCommand ref
543 reference "sec:doc-classes"
544
545 \end_inset
546
547 ]
548 \end_layout
549
550 \begin_layout Standard
551 Note: There is no 
552 \begin_inset Quotes eld
553 \end_inset
554
555 default file
556 \begin_inset Quotes erd
557 \end_inset
558
559  or document named 
560 \begin_inset Quotes eld
561 \end_inset
562
563 Untitled
564 \begin_inset Quotes erd
565 \end_inset
566
567  or 
568 \begin_inset Quotes eld
569 \end_inset
570
571 scratch.
572 \begin_inset Quotes erd
573 \end_inset
574
575  Unless you tell LyX to open a file or create a new one, that big, blank
576  space is just that --- a big, blank space.
577 \end_layout
578
579 \begin_layout Standard
580 The 
581 \family sans
582 \bar under
583 R
584 \bar default
585 evert
586 \family default
587  command is useful if more people work on the same document at the same
588  time
589 \begin_inset Foot
590 status collapsed
591
592 \begin_layout Standard
593 If you plan to do this, you should check out the Version Control feature
594  in LyX also.
595  Read 
596 \emph on
597 Extended Features
598 \emph default
599 \SpecialChar \@.
600
601 \end_layout
602
603 \end_inset
604
605 .
606  It will simply reload the document from disk.
607  You can of course also use it if you regret that you changed a document
608  and want to restore it to the last save.
609 \end_layout
610
611 \begin_layout Standard
612 The second matter of note concerns the commands 
613 \family sans
614 \bar under
615 F
616 \bar default
617 ile\SpecialChar \menuseparator
618
619 \bar under
620 C
621 \bar default
622 lose
623 \family default
624  and 
625 \family sans
626 \bar under
627 F
628 \bar default
629 ile\SpecialChar \menuseparator
630 E
631 \bar under
632 x
633 \bar default
634 it
635 \family default
636 .
637  They both feature a 
638 \begin_inset Quotes eld
639 \end_inset
640
641 nag box
642 \begin_inset Quotes erd
643 \end_inset
644
645  to save us all from our own stupidity.
646  That is, if you try to close a file with changes [or exit LyX], you'll
647  be informed that there are unsaved files.
648 \end_layout
649
650 \begin_layout Subsection
651 Basic Editing Features
652 \end_layout
653
654 \begin_layout Standard
655 Like most modern word processors, LyX can perform cut and paste operations
656  on blocks of text, can move by character, word, or screenful of text, and
657  can delete whole words as well as individual characters.
658  The next four sections cover the basic LyX editing features and how to
659  access them.
660  We'll start with cut and paste.
661 \end_layout
662
663 \begin_layout Standard
664 As you might expect, the 
665 \family sans
666 \bar under
667 E
668 \bar default
669 dit
670 \family default
671  menu has the cut and paste commands, along with various other editing features.
672  Some of these are special and covered in later sections.
673  The basic ones are:
674 \end_layout
675
676 \begin_layout Itemize
677
678 \family sans
679 Cut
680 \end_layout
681
682 \begin_layout Itemize
683
684 \family sans
685 Copy
686 \end_layout
687
688 \begin_layout Itemize
689
690 \family sans
691 Paste
692 \end_layout
693
694 \begin_layout Itemize
695
696 \family sans
697 \bar under
698 F
699 \bar default
700 ind\InsetSpace ~
701 &\InsetSpace ~
702 Replace\SpecialChar \ldots{}
703
704 \end_layout
705
706 \begin_layout Standard
707 The first three are self-explanatory.
708  One thing to note: whenever you delete a block of text that you've selected,
709  it's automatically placed in the clipboard.
710  That is, the 
711 \family sans
712 Delete
713 \family default
714  and 
715 \family sans
716 Backspace
717 \family default
718  keys also functions as the 
719 \family sans
720 Cut
721 \family default
722  command.
723  Also, if you've selected text, be careful.
724  If you hit a key, LyX will completely delete the selected text and replace
725  it with what you just typed.
726  You'll have to do an 
727 \family sans
728 \bar under
729 U
730 \bar default
731 ndo
732 \family default
733  to get back the lost text.
734 \end_layout
735
736 \begin_layout Standard
737 The 
738 \family sans
739 \bar under
740 E
741 \bar default
742 dit\SpecialChar \menuseparator
743
744 \bar under
745 F
746 \bar default
747 ind\InsetSpace ~
748 &\InsetSpace ~
749 Replace\SpecialChar \ldots{}
750
751 \family default
752  item opens the 
753 \family sans
754 Find\InsetSpace ~
755 &\InsetSpace ~
756 Replace
757 \family default
758  dialog.
759  The text you want to find goes in the 
760 \family sans
761 Fi
762 \bar under
763 n
764 \bar default
765 d
766 \family default
767  box.
768  Once you've found a word or expression, LyX selects it.
769  Hitting the 
770 \family sans
771 \bar under
772 R
773 \bar default
774 eplace
775 \family default
776  button replaces the selected text with the contents of the 
777 \family sans
778 Replace\InsetSpace ~
779
780 \bar under
781 w
782 \bar default
783 ith
784 \family default
785  box.
786  You can click to search again to skip the current word.
787 \end_layout
788
789 \begin_layout Standard
790 Hit 
791 \family sans
792 Replace
793 \family default
794  
795 \family sans
796 \bar under
797 A
798 \bar default
799 ll
800 \family default
801  to replace all occurrences of the text in the document automatically.
802 \end_layout
803
804 \begin_layout Standard
805 The 
806 \family sans
807 Ca
808 \bar under
809 s
810 \bar default
811 e\InsetSpace ~
812 sensitive
813 \family default
814  toggle button can be used if you want the search to consider the case of
815  the search word.
816  If the toggle is set, searching for 
817 \begin_inset Quotes eld
818 \end_inset
819
820
821 \family typewriter
822 Match
823 \family default
824
825 \begin_inset Quotes erd
826 \end_inset
827
828  will not match the word 
829 \begin_inset Quotes eld
830 \end_inset
831
832
833 \family typewriter
834 match
835 \family default
836
837 \begin_inset Quotes erd
838 \end_inset
839
840 .
841 \end_layout
842
843 \begin_layout Standard
844 The 
845 \family sans
846 \bar under
847 M
848 \bar default
849 atch\InsetSpace ~
850 Word
851 \family default
852  toggle button can be used to force LyX to only find complete words.
853  I.e., searching for 
854 \begin_inset Quotes eld
855 \end_inset
856
857
858 \family typewriter
859 match
860 \family default
861
862 \begin_inset Quotes erd
863 \end_inset
864
865  will not match 
866 \begin_inset Quotes eld
867 \end_inset
868
869
870 \family typewriter
871 matches
872 \family default
873
874 \begin_inset Quotes erd
875 \end_inset
876
877
878 \begin_inset Quotes eld
879 \end_inset
880
881
882 \family typewriter
883 matchbox
884 \family default
885
886 \begin_inset Quotes erd
887 \end_inset
888
889 , etc.
890 \end_layout
891
892 \begin_layout Subsection
893 Undo and Redo
894 \end_layout
895
896 \begin_layout Standard
897 If you make a mistake, you can easily recover from it.
898  LyX has a large-capacity undo/redo buffer.
899  Select 
900 \family sans
901 \bar under
902 E
903 \bar default
904 dit\SpecialChar \menuseparator
905
906 \bar under
907 U
908 \bar default
909 ndo
910 \family default
911  to undo some mistake.
912  If you accidently undo too much, use 
913 \family sans
914 \bar under
915 E
916 \bar default
917 dit\SpecialChar \menuseparator
918
919 \bar under
920 R
921 \bar default
922 edo
923 \family default
924  to 
925 \begin_inset Quotes eld
926 \end_inset
927
928 undo the undo.
929 \begin_inset Quotes erd
930 \end_inset
931
932  The undo mechanism is currently limited to 100 steps to minimise memory
933  overhead.
934  
935 \end_layout
936
937 \begin_layout Standard
938 Notice that if you revert back all changes to arrive to the document as
939  it was last saved, the 
940 \begin_inset Quotes eld
941 \end_inset
942
943 changed
944 \begin_inset Quotes erd
945 \end_inset
946
947  status of the document is unfortunately not reset.
948  This is a consequence of the 100 step undo limit, above.
949 \end_layout
950
951 \begin_layout Standard
952 The 
953 \family sans
954 \bar under
955 U
956 \bar default
957 ndo
958 \family default
959  and 
960 \family sans
961 \bar under
962 R
963 \bar default
964 edo
965 \family default
966  work on almost everything in LyX.
967  They have some quirks, too.
968  They won't 
969 \family sans
970 \bar under
971 U
972 \bar default
973 ndo
974 \family default
975  or 
976 \family sans
977 \bar under
978 R
979 \bar default
980 edo
981 \family default
982  text character by character, but by blocks of text.
983  That can take some getting used to; you'll have to play with 
984 \family sans
985 \bar under
986 U
987 \bar default
988 ndo
989 \family default
990  and 
991 \family sans
992 \bar under
993 R
994 \bar default
995 edo
996 \family default
997  to get a feel for just how much they'll undo/redo, and after time, you'll
998  hopefully appreciate how it works.
999 \end_layout
1000
1001 \begin_layout Subsection
1002 Basic Mouse Bindings
1003 \end_layout
1004
1005 \begin_layout Standard
1006 We're not going to go into all of the mouse bindings here.
1007  Some of the other sections of this manual cover specific operations you
1008  can do with the mouse.
1009  Instead, we're going to cover the most basic mouse operations.
1010 \end_layout
1011
1012 \begin_layout Enumerate
1013 Motion
1014 \end_layout
1015
1016 \begin_deeper
1017 \begin_layout Itemize
1018 Click the 
1019 \emph on
1020 left mouse button
1021 \emph default
1022  once anywhere in the edit window.
1023  The cursor moves to the text under the mouse.
1024 \end_layout
1025
1026 \end_deeper
1027 \begin_layout Enumerate
1028 Selecting Text
1029 \end_layout
1030
1031 \begin_deeper
1032 \begin_layout Itemize
1033 Hold down the 
1034 \emph on
1035 left mouse button
1036 \emph default
1037  and drag the mouse.
1038  LyX marks the text between the old and new mouse positions.
1039  Use 
1040 \family sans
1041 \bar under
1042 E
1043 \bar default
1044 dit\SpecialChar \menuseparator
1045 Copy
1046 \family default
1047  to create a copy of the text in LyX's buffer.
1048 \end_layout
1049
1050 \begin_layout Itemize
1051 Re-position the cursor and then paste the text back into LyX using 
1052 \family sans
1053 \bar under
1054 E
1055 \bar default
1056 dit\SpecialChar \menuseparator
1057 Paste
1058 \family default
1059 .
1060 \end_layout
1061
1062 \end_deeper
1063 \begin_layout Enumerate
1064 Footnotes, Margin Notes, Figure and Table Floats, etc.
1065 \end_layout
1066
1067 \begin_deeper
1068 \begin_layout Standard
1069
1070 \emph on
1071 Single click
1072 \emph default
1073  the left mouse button to open or close any of these.
1074  Also check the appropriate section of this manual for more details.
1075 \end_layout
1076
1077 \end_deeper
1078 \begin_layout Enumerate
1079 Tables
1080 \end_layout
1081
1082 \begin_deeper
1083 \begin_layout Standard
1084
1085 \emph on
1086 Single click
1087 \emph default
1088  the right mouse button to open a dialog that will allow you to manipulate
1089  the table.
1090 \end_layout
1091
1092 \end_deeper
1093 \begin_layout Subsection
1094 Basic Key Bindings
1095 \begin_inset LatexCommand label
1096 name "sec: key bindings"
1097
1098 \end_inset
1099
1100
1101 \end_layout
1102
1103 \begin_layout Standard
1104 Again, we're not going to cover all of the keybindings.
1105  Be aware that there are at least two different primary binding maps: CUA
1106  and Emacs.
1107  I guarantee you will cuss when you press Control-d to delete a character,
1108  and it starts up a DVI previewer instead (or vice versa).
1109 \end_layout
1110
1111 \begin_layout Standard
1112 Some keys, like 
1113 \family sans
1114 Page\InsetSpace ~
1115 Up
1116 \family default
1117
1118 \family sans
1119 Page\InsetSpace ~
1120 Down
1121 \family default
1122
1123 \family sans
1124 Left
1125 \family default
1126
1127 \family sans
1128 Right
1129 \family default
1130
1131 \family sans
1132 Up
1133 \family default
1134 , and 
1135 \family sans
1136 Down
1137 \family default
1138 , do exactly what you expect them to do.
1139  Other keys don't:
1140 \end_layout
1141
1142 \begin_layout Labeling
1143 \labelwidthstring 00.00.0000
1144
1145 \family sans
1146 Tab
1147 \family default
1148  There is no such thing as a tab stop in LyX.
1149  If you don't understand this, go read Sections 
1150 \begin_inset LatexCommand ref
1151 reference "sec:parindentintro"
1152
1153 \end_inset
1154
1155  and 
1156 \begin_inset LatexCommand ref
1157 reference "sec:par-environments"
1158
1159 \end_inset
1160
1161 , especially Section\InsetSpace ~
1162
1163 \begin_inset LatexCommand ref
1164 reference "sec:parenvlists"
1165
1166 \end_inset
1167
1168 , right now.
1169  Yes, right now.
1170  If you're still confused, look in the 
1171 \emph on
1172 Tutorial
1173 \emph default
1174 .
1175 \end_layout
1176
1177 \begin_layout Labeling
1178 \labelwidthstring 00.00.0000
1179
1180 \family sans
1181 Esc
1182 \family default
1183  This is the 
1184 \begin_inset Quotes eld
1185 \end_inset
1186
1187 cancel key.
1188 \begin_inset Quotes erd
1189 \end_inset
1190
1191  It's used, generically, to cancel operations.
1192  Other parts of the manual will go into greater detail about this.
1193 \end_layout
1194
1195 \begin_layout Labeling
1196 \labelwidthstring 00.00.0000
1197
1198 \family sans
1199 Home
1200 \family default
1201 \InsetSpace ~
1202 and\InsetSpace ~
1203
1204 \family sans
1205 End
1206 \family default
1207  These move the cursor, respectively, to the beginning and end of a line,
1208  unless you are using the Emacs bindings where they jump to the beginning
1209  or end of the file.
1210 \end_layout
1211
1212 \begin_layout Labeling
1213 \labelwidthstring 00.00.0000
1214
1215 \family sans
1216 Backspace
1217 \family default
1218 \InsetSpace ~
1219 and\InsetSpace ~
1220
1221 \family sans
1222 Delete
1223 \family default
1224  
1225 \emph on
1226 If
1227 \emph default
1228  you have your keyboard set up correctly under the X Windows System, 
1229 \family sans
1230 Backspace
1231 \family default
1232  works as expected and 
1233 \family sans
1234 Delete
1235 \family default
1236  deletes the character under the cursor [if no text is selected].
1237 \end_layout
1238
1239 \begin_deeper
1240 \begin_layout Standard
1241 If you haven't set up your keyboard under X, or have no idea what we mean
1242  by that, go read section 
1243 \begin_inset LatexCommand ref
1244 reference "sec:x-win-keys"
1245
1246 \end_inset
1247
1248  immediately.
1249  You'll save yourself a lot of headaches.
1250 \end_layout
1251
1252 \end_deeper
1253 \begin_layout Standard
1254 Then there are the modifier keys:
1255 \end_layout
1256
1257 \begin_layout Labeling
1258 \labelwidthstring 00.00.0000
1259
1260 \family sans
1261 Control-
1262 \family default
1263  This has a couple of different uses, depending on which keys it's used
1264  in combination with:
1265 \end_layout
1266
1267 \begin_deeper
1268 \begin_layout Itemize
1269 With 
1270 \family sans
1271 Backspace
1272 \family default
1273  or 
1274 \family sans
1275 Delete
1276 \family default
1277 , it deletes an entire word instead of a single character.
1278 \end_layout
1279
1280 \begin_layout Itemize
1281 With 
1282 \family sans
1283 Left
1284 \family default
1285  and 
1286 \family sans
1287 Right
1288 \family default
1289 , it moves by words instead of characters.
1290 \end_layout
1291
1292 \begin_layout Itemize
1293 With 
1294 \family sans
1295 Home
1296 \family default
1297  and 
1298 \family sans
1299 End
1300 \family default
1301 , it moves to the beginning and the end of the document, respectively.
1302 \end_layout
1303
1304 \end_deeper
1305 \begin_layout Labeling
1306 \labelwidthstring 00.00.0000
1307
1308 \family sans
1309 Shift-
1310 \family default
1311  Use this with any of the motion keys to select the text between the old
1312  and new cursor positions.
1313 \end_layout
1314
1315 \begin_layout Labeling
1316 \labelwidthstring 00.00.0000
1317
1318 \family sans
1319 Meta-
1320 \family default
1321  This is the Alt key on many keyboards, unless your keyboard has a distinct
1322  Meta key.
1323  Unfortunately, X sometimes has their functionality swapped, so if you have
1324  both keys, you will need to do a little trial and error to find out which
1325  one actually performs the 
1326 \family sans
1327 Meta-
1328 \family default
1329  function.
1330  This key does many different things, but it also activates the 
1331 \emph on
1332 menu accelerator keys
1333 \emph default
1334 .
1335  If you use this in combination with any of the underlined letters in a
1336  menu or menu item, it selects that menu item.
1337 \end_layout
1338
1339 \begin_deeper
1340 \begin_layout Standard
1341 For example, the sequence 
1342 \begin_inset Quotes eld
1343 \end_inset
1344
1345
1346 \family sans
1347 M-e\InsetSpace ~
1348 s
1349 \family default
1350
1351 \begin_inset Quotes erd
1352 \end_inset
1353
1354  brings up the 
1355 \begin_inset Quotes eld
1356 \end_inset
1357
1358 Text Style
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  menu.
1363  Typing 
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367
1368 \family sans
1369 M-f
1370 \family default
1371
1372 \begin_inset Quotes erd
1373 \end_inset
1374
1375  opens the 
1376 \family sans
1377 \bar under
1378 F
1379 \bar default
1380 ile
1381 \family default
1382  menu.
1383 \end_layout
1384
1385 \begin_layout Standard
1386 There are also other things bound to the 
1387 \family sans
1388 Meta-
1389 \family default
1390  key, but you'll have to check in the 
1391 \emph on
1392 Reference
1393 \emph default
1394  
1395 \emph on
1396 manual
1397 \emph default
1398  for more info.
1399 \end_layout
1400
1401 \end_deeper
1402 \begin_layout Standard
1403 Hopefully, you'll learn more and more keybindings and short-cut keys as
1404  you use LyX, because most mouse actions will prompt a small message in
1405  the minibuffer which describe the name of the action, you've just triggered,
1406  and any existing keybindings for that action.
1407  The notation for the keybindings is very similar to the notation used in
1408  this documentation, so you should not have any problems understanding it.
1409  However, notice that Shift-modifiers are explicitly mentioned, so 
1410 \family sans
1411
1412 \begin_inset Quotes eld
1413 \end_inset
1414
1415 M-p S-A
1416 \family default
1417
1418 \begin_inset Quotes erd
1419 \end_inset
1420
1421  means 
1422 \family sans
1423 Meta-p
1424 \family default
1425  followed by a capital 
1426 \family sans
1427 A
1428 \family default
1429 .
1430  
1431 \begin_inset Quotes eld
1432 \end_inset
1433
1434
1435 \family sans
1436 S-C-S
1437 \family default
1438
1439 \begin_inset Quotes erd
1440 \end_inset
1441
1442  means 
1443 \family sans
1444 Shift-Control-s
1445 \family default
1446 .
1447 \end_layout
1448
1449 \begin_layout Section
1450 Using LyX with Other Programs
1451 \end_layout
1452
1453 \begin_layout Subsection
1454 Importing plain text files
1455 \end_layout
1456
1457 \begin_layout Standard
1458 You can import text from an plain text file using the 
1459 \family sans
1460 \bar under
1461 F
1462 \bar default
1463 ile\SpecialChar \menuseparator
1464
1465 \bar under
1466 I
1467 \bar default
1468 mport\SpecialChar \menuseparator
1469
1470 \bar under
1471 A
1472 \bar default
1473 scii\InsetSpace ~
1474 text\InsetSpace ~
1475 as\InsetSpace ~
1476 lines
1477 \family default
1478  or 
1479 \family sans
1480 \bar under
1481 F
1482 \bar default
1483 ile\SpecialChar \menuseparator
1484
1485 \bar under
1486 I
1487 \bar default
1488 mport\SpecialChar \menuseparator
1489
1490 \bar under
1491 A
1492 \bar default
1493 scii\InsetSpace ~
1494 text\InsetSpace ~
1495 as\InsetSpace ~
1496 paragraphs
1497 \family default
1498  options.
1499 \end_layout
1500
1501 \begin_layout Standard
1502
1503 \family sans
1504 \bar under
1505 F
1506 \bar default
1507 ile\SpecialChar \menuseparator
1508
1509 \bar under
1510 I
1511 \bar default
1512 mport\SpecialChar \menuseparator
1513
1514 \bar under
1515 A
1516 \bar default
1517 scii\InsetSpace ~
1518 text\InsetSpace ~
1519 as_lines
1520 \family default
1521  puts each line of the file into its own LyX paragraph.
1522  This is useful if you're importing a text file with a simple list in it.
1523  However, if your text file contains paragraphs in it, LyX will mangle the
1524  paragraphs if you use this form of import.
1525 \end_layout
1526
1527 \begin_layout Standard
1528
1529 \family sans
1530 \bar under
1531 F
1532 \bar default
1533 ile\SpecialChar \menuseparator
1534
1535 \bar under
1536 I
1537 \bar default
1538 mport\SpecialChar \menuseparator
1539
1540 \bar under
1541 A
1542 \bar default
1543 scii\InsetSpace ~
1544 text\InsetSpace ~
1545 as\InsetSpace ~
1546 paragraphs
1547 \family default
1548  preserves paragraphs in text files.
1549  Often in a text file, you didn't put the contents of an entire paragraph
1550  on one line.
1551  You used 
1552 \family sans
1553 Return
1554 \family default
1555  to break up the paragraph into separate lines.
1556  Using the 
1557 \family sans
1558 as\InsetSpace ~
1559 paragraphs
1560 \family default
1561 , LyX won't mangle such paragraphs.
1562  Anything between two consecutive blank lines goes into its own LyX paragraph.
1563  Remember: you must make sure there is a 
1564 \emph on
1565 completely blank
1566 \emph default
1567  line between each and every paragraph in your text file.
1568  If not, LyX might end up merging two paragraphs.
1569 \end_layout
1570
1571 \begin_layout Subsection
1572 Cut and Paste Between LyX and Other X Programs
1573 \end_layout
1574
1575 \begin_layout Standard
1576 The 
1577 \family sans
1578 Cut
1579 \family default
1580
1581 \family sans
1582 Copy
1583 \family default
1584 , and 
1585 \family sans
1586 Paste
1587 \family default
1588  operations will transfer text to and from LyX.
1589  You can copy text from LyX to another window in this way: Select the text
1590  that you want to copy, then go to the destination window and paste the
1591  text with the middle mouse button.
1592  
1593 \end_layout
1594
1595 \begin_layout Standard
1596 Pasting text into LyX also works much the same way as in X.
1597  Select the text with the mouse in another X window.
1598  Go to the Lyx window and paste the text with the middle mouse button.
1599 \end_layout
1600
1601 \begin_layout Chapter
1602 LyX Setup and Supporting Applications
1603 \end_layout
1604
1605 \begin_layout Section
1606 Introduction
1607 \end_layout
1608
1609 \begin_layout Standard
1610 If you're using LyX on a system someone else has set up for you, then you
1611  can safely skip this chapter.
1612  It describes all of the things you need beyond the LyX binary and files
1613  distributed with it.
1614 \end_layout
1615
1616 \begin_layout Standard
1617 If you're installing LyX on your system, 
1618 \emph on
1619 you should read the README's that came with the LyX distribution and then
1620 \emph default
1621  
1622 \family sans
1623 \bar under
1624 H
1625 \bar default
1626 elp\SpecialChar \menuseparator
1627
1628 \bar under
1629 L
1630 \bar default
1631 aTeX\InsetSpace ~
1632 Configuration
1633 \family default
1634 \emph on
1635 .
1636
1637 \emph default
1638  Do that first.
1639  This chapter does not describe installation or setup of the LyX binary
1640  [Well, not everything\SpecialChar \ldots{}
1641 ].
1642  It does describe all of the things you'll need to use LyX to its fullest.
1643 \begin_inset Foot
1644 status collapsed
1645
1646 \begin_layout Standard
1647 This is basically where we decided to document a bunch of info about running
1648  LyX, including what other programs you'll need to make LyX useful.
1649 \end_layout
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \begin_layout Section
1657 Basic LyX Setup
1658 \begin_inset LatexCommand label
1659 name "sec:setup"
1660
1661 \end_inset
1662
1663
1664 \end_layout
1665
1666 \begin_layout Standard
1667 There are two ways to run LyX.
1668  The first way is to install LyX and all of its support files on your system.
1669  Of course, you need root (administrator) privileges to do that.
1670  The second way to run LyX doesn't require root access, letting you 
1671 \begin_inset Quotes eld
1672 \end_inset
1673
1674 install
1675 \begin_inset Quotes erd
1676 \end_inset
1677
1678  LyX somewhere in your own account.
1679  LyX will automatically detect where it is as long as the supporting directories
1680  are put in the correct places.
1681 \end_layout
1682
1683 \begin_layout Standard
1684 There are several features of LyX that can be configured from inside LyX,
1685  without resorting to configuration files.
1686  First, LyX is able to inspect your system to see what programs, LaTeX document
1687  classes and LaTeX packages are available.
1688  It uses this knowledge to give reasonable defaults to several 
1689 \family typewriter
1690 preferences
1691 \family default
1692  variables.
1693  Although this configuration has already been done when LyX was installed
1694  on your system, you might have some items that you installed locally and
1695  which are not seen by LyX.
1696  To force LyX to re-inspect your system, you should use 
1697 \family sans
1698 \bar under
1699 T
1700 \bar default
1701 ools\SpecialChar \menuseparator
1702
1703 \bar under
1704 R
1705 \bar default
1706 econfigure
1707 \family default
1708 .
1709  You should then restart LyX to ensure that the changes are taken into account.
1710  As far as LaTeX classes and packages are concerned, you will find information
1711  about what has been found under 
1712 \family sans
1713 \bar under
1714 H
1715 \bar default
1716 elp\SpecialChar \menuseparator
1717
1718 \bar under
1719 L
1720 \bar default
1721 aTeX\InsetSpace ~
1722 Configuration
1723 \family default
1724 .
1725 \end_layout
1726
1727 \begin_layout Standard
1728 The second set of settings that you might want to change comprises all the
1729  document-level setting that you can change via the 
1730 \family sans
1731 \bar under
1732 D
1733 \bar default
1734 ocument\SpecialChar \menuseparator
1735
1736 \bar under
1737 S
1738 \bar default
1739 ettings
1740 \family default
1741  dialog.
1742  To do this, open a scrap document, set all these options according to your
1743  taste and save them with the 
1744 \family sans
1745 \bar under
1746 S
1747 \bar default
1748 ave\InsetSpace ~
1749 as\InsetSpace ~
1750 Document\InsetSpace ~
1751 Defaults
1752 \family default
1753  button in the 
1754 \family sans
1755 \bar under
1756 D
1757 \bar default
1758 ocument
1759 \family default
1760  dialog.
1761  This will create a template named 
1762 \family typewriter
1763 default.lyx
1764 \family default
1765  which is automatically loaded by LyX when you open a document without template
1766  such that the settings are automatically set-up as you defined them.
1767 \end_layout
1768
1769 \begin_layout Standard
1770 There are many other user-configurable options that you can feed to LyX.
1771  Upon startup, LyX reads a global options file called 
1772 \family typewriter
1773 lyxrc.defaults
1774 \family default
1775 .
1776  It will then attempt to read a file called 
1777 \family typewriter
1778 preferences
1779 \family default
1780
1781 \begin_inset Foot
1782 status collapsed
1783
1784 \begin_layout Standard
1785 The 
1786 \family typewriter
1787 preferences
1788 \family default
1789  file is found in different directories on different systems.
1790  This directory is called LyX's 
1791 \emph on
1792 user directory
1793 \emph default
1794 .
1795  To find out where it is, use 
1796 \family sans
1797 \bar under
1798 H
1799 \bar default
1800 elp\SpecialChar \menuseparator
1801 About Ly
1802 \bar under
1803 X
1804 \family default
1805 \bar default
1806 .
1807  (You may set up an alternative user directory from the command line, using
1808  the switch 
1809 \family typewriter
1810 -userdir
1811 \family default
1812 .)
1813 \end_layout
1814
1815 \end_inset
1816
1817
1818 \end_layout
1819
1820 \begin_layout Standard
1821 The 
1822 \family sans
1823 \bar under
1824 T
1825 \bar default
1826 ools\SpecialChar \menuseparator
1827
1828 \bar under
1829 P
1830 \bar default
1831 references
1832 \family default
1833  dialog can be used to change these options; the document 
1834 \emph on
1835 Customization
1836 \emph default
1837  contains more information about the preferences dialog and these configuration
1838  files.
1839 \end_layout
1840
1841 \begin_layout Section
1842 Setting Up the X Keyboard [obsolescent]
1843 \begin_inset LatexCommand label
1844 name "sec:x-win-keys"
1845
1846 \end_inset
1847
1848
1849 \end_layout
1850
1851 \begin_layout Standard
1852 To use LyX properly, X 
1853 \emph on
1854 must
1855 \emph default
1856  be set up correctly.
1857  This is especially vital if you're using the international support features
1858  of LyX and want to use non-English keyboard mappings.
1859  On modern distributions, this likely has been taken care of, but if not,
1860  you must do this yourself.
1861  Administrators of large systems often neglect this, so don't assume that
1862  you're safe if you're using a large system.
1863  Also ordinary users can instruct X how to use his or her keyboard.
1864 \end_layout
1865
1866 \begin_layout Subsection
1867 xmodmap and xkeycaps
1868 \end_layout
1869
1870 \begin_layout Standard
1871 First of all read the man pages for these two programs.
1872  They are your best friends when you are trying to set up X key mapping
1873  correctly.
1874  If you don't have them, install them.
1875 \end_layout
1876
1877 \begin_layout Subsubsection
1878 xmodmap
1879 \end_layout
1880
1881 \begin_layout Standard
1882 This document contains no information on how to use 
1883 \family typewriter
1884 xmodmap
1885 \family default
1886 .
1887  There is a sample 
1888 \family typewriter
1889 .Xmodmap
1890 \family default
1891  file in 
1892 \emph on
1893 Customization
1894 \emph default
1895 .
1896  To load the new X keyboard mappings, place the command 
1897 \family typewriter
1898 xmodmap\InsetSpace ~
1899 .Xmodmap
1900 \family default
1901  somewhere in your startup scripts [e.g.
1902  
1903 \family typewriter
1904 .cshrc
1905 \family default
1906
1907 \family typewriter
1908 .profile
1909 \family default
1910
1911 \family typewriter
1912 .login
1913 \family default
1914  or 
1915 \family typewriter
1916 .xinitrc
1917 \family default
1918  are possible].
1919 \end_layout
1920
1921 \begin_layout Subsubsection
1922 xkeycaps
1923 \end_layout
1924
1925 \begin_layout Standard
1926 This program brings up a graphical version of your keyboard, allows you
1927  to make modifications, and then spits those modifications out to the standard
1928  output in a form readable by 
1929 \family typewriter
1930 xmodmap
1931 \family default
1932 .
1933  It is very useful when you're trying to design a new 
1934 \family typewriter
1935 .Xmodmap
1936 \family default
1937  file, though it will require you to do a bit of cut-and-pasting.
1938 \end_layout
1939
1940 \begin_layout Subsection
1941 Modifiers and Mode_switch
1942 \end_layout
1943
1944 \begin_layout Standard
1945 LyX supports three modifiers: Shift [
1946 \family sans
1947 S-
1948 \family default
1949 ], Control [
1950 \family sans
1951 C-
1952 \family default
1953 ], and Meta [
1954 \family sans
1955 M-
1956 \family default
1957 ].
1958  Moreover, if one of the keys of your keyboard is configured as a 
1959 \family sans
1960 Compose
1961 \family default
1962  key, then you can use it to enter some characters not available on your
1963  keyboard.
1964  This compose key can be used either as a modifier (like 
1965 \family sans
1966 Shift
1967 \family default
1968  or 
1969 \family sans
1970 Control
1971 \family default
1972 ) or as a prefix key.
1973  Here are some examples of what you can do with a 
1974 \family sans
1975 Compose
1976 \family default
1977  key:
1978 \end_layout
1979
1980 \begin_layout Itemize
1981
1982 \family sans
1983 Compose+e+'
1984 \family default
1985  
1986 \begin_inset Formula $\rightarrow$
1987 \end_inset
1988
1989  é
1990 \end_layout
1991
1992 \begin_layout Itemize
1993
1994 \family sans
1995 Compose+O+R
1996 \family default
1997  
1998 \begin_inset Formula $\rightarrow$
1999 \end_inset
2000
2001  ®
2002 \end_layout
2003
2004 \begin_layout Itemize
2005
2006 \family sans
2007 Compose+1+2
2008 \family default
2009  
2010 \begin_inset Formula $\rightarrow$
2011 \end_inset
2012
2013  ½
2014 \end_layout
2015
2016 \begin_layout Itemize
2017
2018 \family sans
2019 Compose+<+<
2020 \family default
2021  
2022 \begin_inset Formula $\rightarrow$
2023 \end_inset
2024
2025  «
2026 \end_layout
2027
2028 \begin_layout Standard
2029 This input method is particularly handy when you use accented characters
2030  only from time to time.
2031  It works by default for latin1 characters, but other input methods will
2032  be used if you setup your locale correctly.
2033 \end_layout
2034
2035 \begin_layout Subsection
2036 Helpful Hints and Tips
2037 \end_layout
2038
2039 \begin_layout Standard
2040 First, open up two xterminals.
2041  Use one to edit a new 
2042 \family typewriter
2043 .Xmodmap
2044 \family default
2045  file and run 
2046 \family typewriter
2047 xkeycaps
2048 \family default
2049  from the other.
2050  Using 
2051 \family typewriter
2052 xkeycaps
2053 \family default
2054 , remap your keyboard the way you want it.
2055  There's a button in 
2056 \family typewriter
2057 xkeycaps
2058 \family default
2059  to output the new keymap.
2060  Once you hit it, 
2061 \family typewriter
2062 xkeycaps
2063 \family default
2064  will spit a bunch of stuff on the xterm you executed it from.
2065  Just copy and paste all of that into your 
2066 \family typewriter
2067 .Xmodmap
2068 \family default
2069  file, and you're done.
2070 \begin_inset Foot
2071 status collapsed
2072
2073 \begin_layout Standard
2074 You could also save yourself some typing by executing 
2075 \family typewriter
2076 xkeycaps > .Xmodmap
2077 \family default
2078 .
2079  This will create a usable map file.
2080 \end_layout
2081
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \begin_layout Standard
2088 Also, there are some things you can do to help you get oriented.
2089  Try executing the command 
2090 \family typewriter
2091 xmodmap -v -pm
2092 \family default
2093 .
2094  This will show you all of the currently active modifiers.
2095  Also try 
2096 \family typewriter
2097 xmodmap -v -pke | more
2098 \family default
2099  to see which keycode numbers are mapped to which symbolic names.
2100  It will also give you some idea of the syntax of the 
2101 \family typewriter
2102 .Xmodmap
2103 \family default
2104  file.
2105 \end_layout
2106
2107 \begin_layout Standard
2108 There's one thing you'll need to check.
2109  Make sure that your 
2110 \family sans
2111 Delete
2112 \family default
2113  and 
2114 \family sans
2115 BackSpace
2116 \family default
2117  keys are 
2118 \emph on
2119 not
2120 \emph default
2121  defined as the same key symbol by X! Note that giving these two keys unique
2122  symbol names will not necessarily alter the behavior of your programs.
2123  Some programs bind 
2124 \family sans
2125 Delete
2126 \family default
2127  and 
2128 \family sans
2129 BackSpace
2130 \family default
2131  to the same operation.
2132  Emacs is one.
2133  Other programs, however, use 
2134 \family sans
2135 Delete
2136 \family default
2137  and 
2138 \family sans
2139 BackSpace
2140 \family default
2141  for different operations.
2142  LyX is one of these programs, and if you have 
2143 \family sans
2144 Delete
2145 \family default
2146  and 
2147 \family sans
2148 BackSpace
2149 \family default
2150  labeled with the same key symbol name, you'll have trouble using LyX.
2151 \end_layout
2152
2153 \begin_layout Section
2154 LaTeX
2155 \end_layout
2156
2157 \begin_layout Standard
2158 If you want to do more with LyX than simply create documents and spit out
2159  
2160 \family typewriter
2161 .tex
2162 \family default
2163  files, you'll need LaTeX.
2164 \end_layout
2165
2166 \begin_layout Standard
2167 In case you were wondering, LaTeX is a markup language front end for TeX,
2168  a document preparation system invented in 1984 by Donald Knuth.
2169 \begin_inset Foot
2170 status collapsed
2171
2172 \begin_layout Standard
2173 A note about pronunciation: TeX originated from the Greek letters, 
2174 \begin_inset Formula $\tau\epsilon\chi$
2175 \end_inset
2176
2177 , which rhymes with 
2178 \begin_inset Quotes eld
2179 \end_inset
2180
2181 blech.
2182 \begin_inset Quotes erd
2183 \end_inset
2184
2185  That's how you pronounce 
2186 \begin_inset Quotes eld
2187 \end_inset
2188
2189 TeX
2190 \begin_inset Quotes erd
2191 \end_inset
2192
2193  and 
2194 \begin_inset Quotes eld
2195 \end_inset
2196
2197 LaTeX.
2198 \begin_inset Quotes erd
2199 \end_inset
2200
2201  [If you're American, just pronounce the 
2202 \begin_inset Quotes eld
2203 \end_inset
2204
2205 X
2206 \begin_inset Quotes erd
2207 \end_inset
2208
2209  as a 
2210 \begin_inset Quotes eld
2211 \end_inset
2212
2213 k
2214 \begin_inset Quotes erd
2215 \end_inset
2216
2217  and you've got it.]
2218 \end_layout
2219
2220 \end_inset
2221
2222  TeX takes a set of commands in an ASCII file and converts it to a 
2223 \begin_inset Quotes eld
2224 \end_inset
2225
2226 device-independent
2227 \begin_inset Quotes erd
2228 \end_inset
2229
2230  format, or Dvi, for short.
2231  The Dvi file can then be sent to printers.
2232  TeX is programmable, and LaTeX is nothing but a [really huge] set of TeX
2233  macros.
2234  LaTeX will typically come as part of a TeX distribution, so all you need
2235  is a TeX package.
2236 \end_layout
2237
2238 \begin_layout Standard
2239 Note that on some old systems you may find that only LaTeX 2.09 is installed
2240  (as opposed to the more current LaTeX2e).
2241  LyX cannot be used with LaTeX 2.09.
2242 \end_layout
2243
2244 \begin_layout Standard
2245 If you're using Linux, LaTeX2e should have come with your distribution.
2246  For other systems, you might need to install LaTeX yourself.You can obtain
2247  a LaTeX distribution (and anything and everything related to TeX and LaTeX)
2248  from a Comprehensive TeX Archive Network (CTAN) mirror.
2249  A complete list of mirrors may be found at
2250 \newline
2251
2252 \begin_inset LatexCommand url
2253 target "http://www.ctan.org"
2254
2255 \end_inset
2256
2257
2258 \begin_inset LatexCommand label
2259 name "sec:ctan"
2260
2261 \end_inset
2262
2263
2264 \end_layout
2265
2266 \begin_layout Section
2267 Dvips and Ghostscript
2268 \end_layout
2269
2270 \begin_layout Subsection
2271 What You Need
2272 \end_layout
2273
2274 \begin_layout Standard
2275 There's one more step you need to take if you want to print your LyX documents.
2276  Obviously, you'll need to make sure your printer is configured [see next
2277  section].
2278  You'll also need to install these programs (or compatibles), if you don't
2279  have them already:
2280 \end_layout
2281
2282 \begin_layout Itemize
2283
2284 \family typewriter
2285 dvips
2286 \end_layout
2287
2288 \begin_layout Itemize
2289
2290 \family typewriter
2291 ghostscript
2292 \end_layout
2293
2294 \begin_layout Itemize
2295
2296 \family typewriter
2297 xdvi
2298 \end_layout
2299
2300 \begin_layout Itemize
2301
2302 \family typewriter
2303 ghostview
2304 \end_layout
2305
2306 \begin_layout Standard
2307 The latter two programs are previewer for files in Dvi and PostScript®
2308 \begin_inset Foot
2309 status collapsed
2310
2311 \begin_layout Standard
2312 PostScript® is a registered trademark of Adobe Systems Incorporated, and
2313  is the main page description language in the UN*X world.
2314  
2315 \end_layout
2316
2317 \end_inset
2318
2319  format.
2320  If you don't know what a DVI file is, you've probably also never worked
2321  with LaTeX and should read the 
2322 \emph on
2323 Tutorial
2324 \emph default
2325  document before proceeding further.
2326  
2327 \family typewriter
2328 dvips
2329 \family default
2330  converts DVI files into PostScript, which is the format most printers use
2331  nowadays.
2332  For those of you using dot-matrix and inkjet printers, you'll want to filter
2333  the PostScript through 
2334 \family typewriter
2335 ghostscript
2336 \family default
2337 , which is capable of creating output for a variety of printers.
2338  The following section on printer setup describes how to do this automatically
2339  every time you print.
2340  For now, we'll concentrate on 
2341 \family typewriter
2342 dvips
2343 \family default
2344 .
2345 \end_layout
2346
2347 \begin_layout Subsection
2348 Dvips
2349 \begin_inset LatexCommand label
2350 name "sec:dvipsconfig"
2351
2352 \end_inset
2353
2354
2355 \end_layout
2356
2357 \begin_layout Standard
2358 Whether you'll be running LyX on a large system or a Linux box at home,
2359  you should configure 
2360 \family typewriter
2361 dvips
2362 \family default
2363 .
2364  
2365 \family typewriter
2366 dvips
2367 \family default
2368  will either 
2369 \begin_inset Quotes eld
2370 \end_inset
2371
2372 print
2373 \begin_inset Quotes erd
2374 \end_inset
2375
2376  into a file, or send output directly to the printer, depending on how it's
2377  configured.
2378  If it is set up to print to a file, and if no filename is specified, it
2379  will simply turn 
2380 \family typewriter
2381 foo.dvi
2382 \family default
2383  into 
2384 \family typewriter
2385 foo.ps
2386 \family default
2387 .
2388  Most systems have 
2389 \family typewriter
2390 dvips
2391 \family default
2392  set up to send output to the default printer.
2393  For LyX, you'll want the flexibility to do both.
2394 \end_layout
2395
2396 \begin_layout Standard
2397 If you are not in a mood to configure 
2398 \family typewriter
2399 dvips
2400 \family default
2401  to adapt its output to your printer, you can safely skip this section.
2402  Be warned however that the output will not match the quality that you could
2403  expect from your printer.
2404  At least, it will print.
2405 \end_layout
2406
2407 \begin_layout Standard
2408 If you are using teTeX (a TeX distribution which is particularly popular
2409  on Linux), you should run the program 
2410 \family typewriter
2411 texconfig
2412 \family default
2413 .
2414  To make the name of a new printer recognized by 
2415 \family typewriter
2416 dvips
2417 \family default
2418  you should then select menu entry 
2419 \family sans
2420 Dvips
2421 \family default
2422 , then add.
2423  Enter the required parameters and, before exiting, remember to select the
2424  function 
2425 \family sans
2426 Rehash
2427 \family default
2428 .
2429 \end_layout
2430
2431 \begin_layout Standard
2432 Let's turn now to manual configuration: in order to inform 
2433 \family typewriter
2434 dvips
2435 \family default
2436  how to automagically convert a 
2437 \family typewriter
2438 .dvi
2439 \family default
2440  file into a 
2441 \family typewriter
2442 .ps
2443 \family default
2444  file adapted to printer 
2445 \family typewriter
2446 foo
2447 \family default
2448 , you need to have a config-file, 
2449 \begin_inset Quotes eld
2450 \end_inset
2451
2452
2453 \family typewriter
2454 config.foo
2455 \family default
2456 ,
2457 \begin_inset Quotes erd
2458 \end_inset
2459
2460  lying around somewhere.
2461  Typically, the 
2462 \family typewriter
2463 config.*
2464 \family default
2465  files for 
2466 \family typewriter
2467 dvips
2468 \family default
2469  will be in 
2470 \family typewriter
2471 /usr/lib/texmf/dvips
2472 \family default
2473  in most TeX distributions.
2474  Your system will probably be different, of course, so just look under the
2475  main TeX directory for a subdirectory called 
2476 \begin_inset Quotes eld
2477 \end_inset
2478
2479
2480 \family typewriter
2481 dvips
2482 \family default
2483 .
2484 \begin_inset Quotes erd
2485 \end_inset
2486
2487  It'll be there somewhere.
2488 \end_layout
2489
2490 \begin_layout Standard
2491 Typically, there will be at least one config-file: 
2492 \family typewriter
2493 config.ps
2494 \family default
2495 .
2496  This file is the default configuration file, which is 
2497 \emph on
2498 always
2499 \emph default
2500  read by dvips
2501 \begin_inset Foot
2502 status collapsed
2503
2504 \begin_layout Standard
2505 In particular, this file is not necessarily connected to the existence of
2506  a file named 
2507 \family typewriter
2508 ps
2509 \family default
2510 .
2511 \end_layout
2512
2513 \end_inset
2514
2515 .
2516  Read this file and see what options could need to be changed for your particula
2517 r printer.
2518  Then create a file 
2519 \family typewriter
2520 config.foo
2521 \family default
2522  containing only the relevant lines.
2523  
2524 \end_layout
2525
2526 \begin_layout Standard
2527 There's at least one thing you need to do to the config-file.
2528  There may exist a line that looks like, 
2529 \begin_inset Quotes eld
2530 \end_inset
2531
2532
2533 \family typewriter
2534 o | lpr
2535 \family default
2536
2537 \begin_inset Quotes erd
2538 \end_inset
2539
2540  [without the quotes, of course\SpecialChar \ldots{}
2541 ].
2542  Change it to 
2543 \begin_inset Quotes eld
2544 \end_inset
2545
2546
2547 \family typewriter
2548 o | lpr -Pfoo
2549 \family default
2550
2551 \begin_inset Quotes erd
2552 \end_inset
2553
2554 , so that the output is sent by default to printer 
2555 \family typewriter
2556 foo
2557 \family default
2558 .
2559  However, you should probably investigate the entries 
2560 \begin_inset Quotes eld
2561 \end_inset
2562
2563
2564 \family typewriter
2565 M
2566 \family default
2567
2568 \begin_inset Quotes erd
2569 \end_inset
2570
2571  and 
2572 \begin_inset Quotes eld
2573 \end_inset
2574
2575
2576 \family typewriter
2577 D
2578 \family default
2579
2580 \begin_inset Quotes erd
2581 \end_inset
2582
2583 , which define respectively the Metafont mode and the resolution of the
2584  printer.
2585  If you do not know what a Metafont mode is, you can see it as a printer
2586  driver: it adapts the design of TeX fonts to ensure that they give the
2587  best possible result on your printer.
2588  Be warned however that, if you define different Metafont modes for different
2589  printers, 
2590 \family typewriter
2591 dvips
2592 \family default
2593  will generate several copies of your TeX fonts on disk, and these take
2594  valuable space.
2595 \end_layout
2596
2597 \begin_layout Standard
2598 Once you are satisfied that your printers are correctly configured, you
2599  should tell LyX to make use of this configuration.
2600  To do this, you should launch the 
2601 \family sans
2602 Preferences
2603 \family default
2604  dialog (
2605 \family sans
2606 \bar under
2607 T
2608 \bar default
2609 ools\SpecialChar \menuseparator
2610
2611 \bar under
2612 P
2613 \bar default
2614 references
2615 \family default
2616 ), select the 
2617 \family sans
2618 Printer
2619 \family default
2620  tab, and set the entries 
2621 \family sans
2622 Adapt\InsetSpace ~
2623 output
2624 \family default
2625  and 
2626 \family sans
2627 Spool\InsetSpace ~
2628 command
2629 \family default
2630 .
2631 \end_layout
2632
2633 \begin_layout Standard
2634 You can use as many configuration files as you like, one for each of your
2635  printers.
2636  The default printer for LyX can be specified from the 
2637 \family sans
2638 \bar under
2639 P
2640 \bar default
2641 references
2642 \family default
2643  dialog or with the 
2644 \family typewriter
2645 PRINTER
2646 \family default
2647  environment variable.
2648  You can also choose the desired printer from inside LyX, as described in
2649  a later section.
2650  Once you've done all that, you can print to either a PostScript printer
2651  or file from LyX.
2652  
2653 \end_layout
2654
2655 \begin_layout Standard
2656 If your printer doesn't understand PostScript®, you'll need to use 
2657 \family typewriter
2658 ghostscript
2659 \family default
2660  as a filter for your print spooler.
2661  That's covered in numerous HOWTO's and manuals.
2662  We also have a section that covers a little bit of this.
2663 \end_layout
2664
2665 \begin_layout Standard
2666 Some people don't seem to like using the 
2667 \family typewriter
2668 dvips
2669 \family default
2670  plus 
2671 \family typewriter
2672 ghostscript
2673 \family default
2674  combination.
2675  As alternative, you can use a program that converts the DVI file directly
2676  into your printer language.
2677  You can specify this program in the 
2678 \family sans
2679 Preferences
2680 \family default
2681  dialog, too.
2682  There is a major disadvantage to this method.
2683  You can't include any PostScript files, such as graphics, in your documents,
2684  since the printer-specific conversion programs don't understand PostScript®.
2685  For that reason, the LyX team highly recommends using 
2686 \family typewriter
2687 dvips
2688 \family default
2689  and 
2690 \family typewriter
2691 ghostscript
2692 \family default
2693  for printing.
2694  
2695 \end_layout
2696
2697 \begin_layout Subsection
2698 Ghostscript, Xdvi and Ghostview
2699 \end_layout
2700
2701 \begin_layout Standard
2702
2703 \family typewriter
2704 Xdvi
2705 \family default
2706  and 
2707 \family typewriter
2708 ghostview
2709 \family default
2710  are viewers.
2711  The former handles 
2712 \family typewriter
2713 .dvi
2714 \family default
2715  files, while the later interfaces with 
2716 \family typewriter
2717 ghostscript
2718 \family default
2719  to allow you to view PostScript files.
2720 \end_layout
2721
2722 \begin_layout Standard
2723 A quick note on both of these programs.
2724  Both automatically update themselves if the viewed file
2725 \begin_inset Foot
2726 status collapsed
2727
2728 \begin_layout Standard
2729 That means the 
2730 \family typewriter
2731 .dvi
2732 \family default
2733  or 
2734 \family typewriter
2735 .ps
2736 \family default
2737  file, not the files used to make these.
2738 \end_layout
2739
2740 \end_inset
2741
2742  changes.
2743  You can also force an update.
2744  So, once you've opened one of these two viewers, there's no reason to close
2745  it.
2746  Also, both programs are functionally the same, providing all of the same
2747  features.
2748 \end_layout
2749
2750 \begin_layout Standard
2751 The LyX team recommends using 
2752 \family typewriter
2753 xdvi
2754 \family default
2755  for fine tuning documents.
2756  Why? It's faster; there's one less layer of processing you need to do before
2757  you can view the changes.
2758  Here's an example:
2759 \end_layout
2760
2761 \begin_layout Enumerate
2762 Use 
2763 \family typewriter
2764 xdvi
2765 \family default
2766  to preview a document from LyX, and leave it running.
2767 \end_layout
2768
2769 \begin_layout Enumerate
2770 Make changes to the document using LyX.
2771 \end_layout
2772
2773 \begin_layout Enumerate
2774 To view those changes, just choose 
2775 \family sans
2776 \bar under
2777 V
2778 \bar default
2779 iew\SpecialChar \menuseparator
2780
2781 \bar under
2782 U
2783 \bar default
2784 pdate\SpecialChar \menuseparator
2785
2786 \bar under
2787 D
2788 \bar default
2789 VI
2790 \family default
2791 .
2792  When LaTeX's all done, click on the 
2793 \family typewriter
2794 xdvi
2795 \family default
2796  window, and voilà! 
2797 \family typewriter
2798 xdvi
2799 \family default
2800  will update itself.
2801 \end_layout
2802
2803 \begin_layout Standard
2804 Now, this doesn't mean 
2805 \family typewriter
2806 ghostview
2807 \family default
2808  is useless.
2809  
2810 \family typewriter
2811 ghostview
2812 \family default
2813  is better suited to those occasions where you 
2814 \emph on
2815 must
2816 \emph default
2817  view the PostScript version of the document.
2818  For repeated changes that aren't PostScript® dependent, you're better off
2819  previewing with 
2820 \family typewriter
2821 xdvi
2822 \family default
2823 .
2824  There is an alternative to 
2825 \family typewriter
2826 ghostview
2827 \family default
2828  which sports a much better interface: 
2829 \family typewriter
2830 gv
2831 \family default
2832 .
2833  LyX will automatically use it instead of 
2834 \family typewriter
2835 ghostview
2836 \family default
2837  if it is available.
2838 \end_layout
2839
2840 \begin_layout Section
2841 The Printer
2842 \end_layout
2843
2844 \begin_layout Standard
2845
2846 \size normal
2847 Anyone working on a large system shouldn't have any problems here.
2848  Your sysadmin [or you, if you are the sysadmin] should already have the
2849  printers set up for your system.
2850  All you need to do is find out the name of the printer you want to use,
2851  and configure you
2852 \size default
2853 r setup 
2854 \size normal
2855 as described in the last section.
2856 \end_layout
2857
2858 \begin_layout Standard
2859
2860 \size normal
2861 Those of you using Linux, however, may have a bit more work to do.
2862  Many people now install Linux from an ISO image of one of the popular distribut
2863 ions.
2864  They follow the install instructions, get Linux up and running, but never
2865  realize that they need to set up their printer.
2866  
2867 \size default
2868 The more desktop friendly distributions may do this for you automatically.
2869  However, if you find that you need to do this by hand, we've written a
2870  little something to help you out with that; check out the 
2871 \begin_inset Quotes eld
2872 \end_inset
2873
2874
2875 \emph on
2876 A Printer Tutorial
2877 \emph default
2878
2879 \begin_inset Quotes erd
2880 \end_inset
2881
2882  chapter in the 
2883 \emph on
2884 Customization
2885 \emph default
2886  manual for help.
2887 \end_layout
2888
2889 \begin_layout Chapter
2890 LyX Basics
2891 \end_layout
2892
2893 \begin_layout Section
2894 Document Types
2895 \end_layout
2896
2897 \begin_layout Subsection
2898 Introduction
2899 \end_layout
2900
2901 \begin_layout Standard
2902 Before you do anything else, before you ever start writing a document, you
2903  need to decide what 
2904 \emph on
2905 type
2906 \emph default
2907  of document you want to edit.
2908  Different types of documents use different types of spacing, headings,
2909  numbering schemes, and so on.
2910  Additionally, different documents use different paragraph environments,
2911  and format the title of your document differently.
2912 \end_layout
2913
2914 \begin_layout Standard
2915
2916 \emph on
2917 document class
2918 \emph default
2919  describes a group of properties common to a particular set of documents.
2920  By setting the document class, you automagically select these properties,
2921  making it easier to create the type of document you want.
2922  If you don't choose a document class, LyX picks one for you by default.
2923  So, it behooves you to change the class of your document.
2924 \end_layout
2925
2926 \begin_layout Standard
2927 Read on for info about the document classes you can choose from LyX, and
2928  how to fine-tune some of their properties.
2929 \end_layout
2930
2931 \begin_layout Subsection
2932 \begin_inset LatexCommand label
2933 name "sec:doc-classes"
2934
2935 \end_inset
2936
2937 The Various Document Classes
2938 \end_layout
2939
2940 \begin_layout Subsubsection
2941 Overview
2942 \end_layout
2943
2944 \begin_layout Standard
2945 There are five standard document classes in LyX.
2946  They are:
2947 \end_layout
2948
2949 \begin_layout Description
2950 Article for basic articles
2951 \end_layout
2952
2953 \begin_layout Description
2954 Report for basic reports
2955 \end_layout
2956
2957 \begin_layout Description
2958 Book for writing a book
2959 \end_layout
2960
2961 \begin_layout Description
2962 Letter for US-style letters
2963 \end_layout
2964
2965 \begin_layout Description
2966 Slides is used to make transparencies
2967 \end_layout
2968
2969 \begin_layout Standard
2970 There are also some non-standard classes, which LyX only uses if you have
2971  a LaTeX setup that supports them:
2972 \end_layout
2973
2974 \begin_layout Description
2975 Aapaper Journal articles in the style and format used in Astronomy & Astrophysic
2976 s
2977 \end_layout
2978
2979 \begin_layout Description
2980 Amsart Journal articles in the style and format used by the AMS [American
2981  Mathematical Society].
2982  There are three amsart layouts available.
2983  The standard one uses a typical numbering scheme for theorems, 
2984 \emph on
2985 etc.
2986 \emph default
2987 , that prepends the section number to the number of the result.
2988  All result-type statements (propositions, corollaries, and so on) are sequenced
2989  together, but definitions, examples, and the like have their own sequence.
2990  The 
2991 \begin_inset Quotes eld
2992 \end_inset
2993
2994 sequential numbering
2995 \begin_inset Quotes erd
2996 \end_inset
2997
2998  scheme does not place the section number with each result, but numbers
2999  them throughout the article in a single sequence.
3000  Each type of result gets its own sequence.
3001  There is also a layout that dispenses with numbering of statements altogether.
3002 \end_layout
3003
3004 \begin_layout Description
3005 Amsbook Books in the style and format used by the AMS.
3006  Only the standard numbering scheme is provided, under the assumption that
3007  you would not want to number results consecutively throughout a book, and
3008  that you would need to number results.
3009 \end_layout
3010
3011 \begin_layout Description
3012 Dinbrief für Briefe nach deutscher Art
3013 \end_layout
3014
3015 \begin_layout Description
3016 Foils is used to make transparencies, but is better than 
3017 \family sans
3018 slides
3019 \end_layout
3020
3021 \begin_layout Description
3022 Paper for use with the 
3023 \family typewriter
3024 paper
3025 \family default
3026  LaTeX document class [not in all LaTeX distributions]
3027 \end_layout
3028
3029 \begin_layout Description
3030 Revtex is used to write articles for the publications of the American Physical
3031  Society (APS), American Institute of Physics (AIP), and Optical Society
3032  of America (OSA).
3033  This class is not completely compatible with all LyX features.
3034 \end_layout
3035
3036 \begin_layout Standard
3037 We won't go into any detail about how to use these different document classes
3038  here.
3039  You can find all the details about the non-standard classes in the 
3040 \emph on
3041 Extended Editing
3042 \emph default
3043  manual.
3044  Here, we will settle with a list of some of the common properties of all
3045  of the document classes.
3046 \end_layout
3047
3048 \begin_layout Subsubsection
3049 Selecting a Class
3050 \end_layout
3051
3052 \begin_layout Standard
3053 You can select a class using the 
3054 \family sans
3055 \bar under
3056 D
3057 \bar default
3058 ocument
3059 \bar under
3060 \SpecialChar \menuseparator
3061 S
3062 \bar default
3063 ettings
3064 \family default
3065  dialog.
3066  Select the class you want to use, and make any fine tunings of the options
3067  you may need.
3068 \end_layout
3069
3070 \begin_layout Subsubsection
3071 Properties
3072 \end_layout
3073
3074 \begin_layout Standard
3075 Each class has a default set of options.
3076  Here's a quick table describing them:
3077 \end_layout
3078
3079 \begin_layout Standard
3080 \begin_inset VSpace 0.3cm
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \begin_layout Standard
3087 \align center
3088 \begin_inset Tabular
3089 <lyxtabular version="3" rows="9" columns="5">
3090 <features>
3091 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3092 <column alignment="center" valignment="top" leftline="true" width="0pt">
3093 <column alignment="center" valignment="top" leftline="true" width="0pt">
3094 <column alignment="center" valignment="top" leftline="true" width="0pt">
3095 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3096 <row topline="true" bottomline="true">
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Standard
3101
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Standard
3110
3111 \family sans
3112 \series medium
3113 \shape up
3114 \size normal
3115 \emph off
3116 \bar no
3117 \noun off
3118 \color none
3119 Pagestyle
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Standard
3128
3129 \family sans
3130 \series medium
3131 \shape up
3132 \size normal
3133 \emph off
3134 \bar no
3135 \noun off
3136 \color none
3137 Sides
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Standard
3146
3147 \family sans
3148 \series medium
3149 \shape up
3150 \size normal
3151 \emph off
3152 \bar no
3153 \noun off
3154 \color none
3155 Columns
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Standard
3164
3165 \series medium
3166 \shape up
3167 \size normal
3168 \emph off
3169 \bar no
3170 \noun off
3171 \color none
3172 Max.
3173  sectioning level
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row topline="true">
3180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Standard
3184
3185 \series medium
3186 \shape up
3187 \size normal
3188 \emph off
3189 \bar no
3190 \noun off
3191 \color none
3192 article
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Standard
3201
3202 \family sans
3203 \series medium
3204 \shape up
3205 \size normal
3206 \emph off
3207 \bar no
3208 \noun off
3209 \color none
3210 Plain
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Standard
3219
3220 \family sans
3221 \series medium
3222 \shape up
3223 \size normal
3224 \emph off
3225 \bar no
3226 \noun off
3227 \color none
3228 One
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Standard
3237
3238 \family sans
3239 \series medium
3240 \shape up
3241 \size normal
3242 \emph off
3243 \bar no
3244 \noun off
3245 \color none
3246 One
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Standard
3255
3256 \family sans
3257 \series medium
3258 \shape up
3259 \size normal
3260 \emph off
3261 \bar no
3262 \noun off
3263 \color none
3264 Section
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 </row>
3270 <row topline="true">
3271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Standard
3275
3276 \series medium
3277 \shape up
3278 \size normal
3279 \emph off
3280 \bar no
3281 \noun off
3282 \color none
3283 report
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Standard
3292
3293 \family sans
3294 \series medium
3295 \shape up
3296 \size normal
3297 \emph off
3298 \bar no
3299 \noun off
3300 \color none
3301 Plain
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Standard
3310
3311 \family sans
3312 \series medium
3313 \shape up
3314 \size normal
3315 \emph off
3316 \bar no
3317 \noun off
3318 \color none
3319 One
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Standard
3328
3329 \family sans
3330 \series medium
3331 \shape up
3332 \size normal
3333 \emph off
3334 \bar no
3335 \noun off
3336 \color none
3337 One
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Standard
3346
3347 \family sans
3348 \series medium
3349 \shape up
3350 \size normal
3351 \emph off
3352 \bar no
3353 \noun off
3354 \color none
3355 Chapter
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row topline="true">
3362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Standard
3366
3367 \series medium
3368 \shape up
3369 \size normal
3370 \emph off
3371 \bar no
3372 \noun off
3373 \color none
3374 book
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Standard
3383
3384 \family sans
3385 \series medium
3386 \shape up
3387 \size normal
3388 \emph off
3389 \bar no
3390 \noun off
3391 \color none
3392 Headings
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Standard
3401
3402 \family sans
3403 \series medium
3404 \shape up
3405 \size normal
3406 \emph off
3407 \bar no
3408 \noun off
3409 \color none
3410 Two
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Standard
3419
3420 \family sans
3421 \series medium
3422 \shape up
3423 \size normal
3424 \emph off
3425 \bar no
3426 \noun off
3427 \color none
3428 One
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Standard
3437
3438 \family sans
3439 \series medium
3440 \shape up
3441 \size normal
3442 \emph off
3443 \bar no
3444 \noun off
3445 \color none
3446 Chapter
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row topline="true">
3453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Standard
3457
3458 \series medium
3459 \shape up
3460 \size normal
3461 \emph off
3462 \bar no
3463 \noun off
3464 \color none
3465 letter
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Standard
3474
3475 \family sans
3476 \series medium
3477 \shape up
3478 \size normal
3479 \emph off
3480 \bar no
3481 \noun off
3482 \color none
3483 Plain
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Standard
3492
3493 \family sans
3494 \series medium
3495 \shape up
3496 \size normal
3497 \emph off
3498 \bar no
3499 \noun off
3500 \color none
3501 One
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Standard
3510
3511 \family sans
3512 \series medium
3513 \shape up
3514 \size normal
3515 \emph off
3516 \bar no
3517 \noun off
3518 \color none
3519 One
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Standard
3528
3529 \series medium
3530 \shape up
3531 \size normal
3532 \emph off
3533 \bar no
3534 \noun off
3535 \color none
3536 none
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row topline="true">
3543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Standard
3547
3548 \series medium
3549 \shape up
3550 \size normal
3551 \emph off
3552 \bar no
3553 \noun off
3554 \color none
3555 aapaper
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Standard
3564
3565 \family sans
3566 \series medium
3567 \shape up
3568 \size normal
3569 \emph off
3570 \bar no
3571 \noun off
3572 \color none
3573 Plain
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Standard
3582
3583 \family sans
3584 \series medium
3585 \shape up
3586 \size normal
3587 \emph off
3588 \bar no
3589 \noun off
3590 \color none
3591 Two
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Standard
3600
3601 \family sans
3602 \series medium
3603 \shape up
3604 \size normal
3605 \emph off
3606 \bar no
3607 \noun off
3608 \color none
3609 Two
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Standard
3618
3619 \family sans
3620 \series medium
3621 \shape up
3622 \size normal
3623 \emph off
3624 \bar no
3625 \noun off
3626 \color none
3627 Section
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row topline="true">
3634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Standard
3638
3639 \series medium
3640 \shape up
3641 \size normal
3642 \emph off
3643 \bar no
3644 \noun off
3645 \color none
3646 amsart
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Standard
3655
3656 \family sans
3657 \series medium
3658 \shape up
3659 \size normal
3660 \emph off
3661 \bar no
3662 \noun off
3663 \color none
3664 Headings
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Standard
3673
3674 \family sans
3675 \series medium
3676 \shape up
3677 \size normal
3678 \emph off
3679 \bar no
3680 \noun off
3681 \color none
3682 One
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Standard
3691
3692 \family sans
3693 \series medium
3694 \shape up
3695 \size normal
3696 \emph off
3697 \bar no
3698 \noun off
3699 \color none
3700 One
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Standard
3709
3710 \family sans
3711 \series medium
3712 \shape up
3713 \size normal
3714 \emph off
3715 \bar no
3716 \noun off
3717 \color none
3718 Section
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row topline="true">
3725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Standard
3729
3730 \series medium
3731 \shape up
3732 \size normal
3733 \emph off
3734 \bar no
3735 \noun off
3736 \color none
3737 dinbrief
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Standard
3746
3747 \family sans
3748 \series medium
3749 \shape up
3750 \size normal
3751 \emph off
3752 \bar no
3753 \noun off
3754 \color none
3755 Plain
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Standard
3764
3765 \family sans
3766 \series medium
3767 \shape up
3768 \size normal
3769 \emph off
3770 \bar no
3771 \noun off
3772 \color none
3773 One
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Standard
3782
3783 \family sans
3784 \series medium
3785 \shape up
3786 \size normal
3787 \emph off
3788 \bar no
3789 \noun off
3790 \color none
3791 One
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Standard
3800
3801 \series medium
3802 \shape up
3803 \size normal
3804 \emph off
3805 \bar no
3806 \noun off
3807 \color none
3808 none
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row topline="true" bottomline="true">
3815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Standard
3819
3820 \series medium
3821 \shape up
3822 \size normal
3823 \emph off
3824 \bar no
3825 \noun off
3826 \color none
3827 paper
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Standard
3836
3837 \family sans
3838 \series medium
3839 \shape up
3840 \size normal
3841 \emph off
3842 \bar no
3843 \noun off
3844 \color none
3845 Headings
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Standard
3854
3855 \family sans
3856 \series medium
3857 \shape up
3858 \size normal
3859 \emph off
3860 \bar no
3861 \noun off
3862 \color none
3863 One
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Standard
3872
3873 \family sans
3874 \series medium
3875 \shape up
3876 \size normal
3877 \emph off
3878 \bar no
3879 \noun off
3880 \color none
3881 One
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Standard
3890
3891 \family sans
3892 \series medium
3893 \shape up
3894 \size normal
3895 \emph off
3896 \bar no
3897 \noun off
3898 \color none
3899 Section
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 </lyxtabular>
3906
3907 \end_inset
3908
3909
3910 \end_layout
3911
3912 \begin_layout Standard
3913 \begin_inset VSpace 0.3cm
3914 \end_inset
3915
3916
3917 \end_layout
3918
3919 \begin_layout Standard
3920 There is no default value of 
3921 \family sans
3922 E
3923 \bar under
3924 x
3925 \bar default
3926 tra\InsetSpace ~
3927 Options
3928 \family default
3929  for any of these classes.
3930  
3931 \end_layout
3932
3933 \begin_layout Standard
3934 You're probably also wondering what 
3935 \begin_inset Quotes eld
3936 \end_inset
3937
3938 Max.
3939  sectioning level
3940 \begin_inset Quotes erd
3941 \end_inset
3942
3943  means.
3944  There are several paragraph environment used to create section headings.
3945  Different document classes allow different types of section headings.
3946  Only two use the 
3947 \family sans
3948 Chapter
3949 \family default
3950  heading; the rest do not and begin instead with the 
3951 \family sans
3952 Section
3953 \family default
3954  heading.
3955  Some document classes, such as the three for letters, don't use any section
3956  headings.
3957  In addition to 
3958 \family sans
3959 Chapter
3960 \family default
3961  and 
3962 \family sans
3963 Section
3964 \family default
3965  headings, there are also 
3966 \family sans
3967 Subsection
3968 \family default
3969  headings, 
3970 \family sans
3971 Subsubsection
3972 \family default
3973  headings, and so on.
3974  We'll describe these headings fully in section 
3975 \begin_inset LatexCommand ref
3976 reference "sec:parenvheadings"
3977
3978 \end_inset
3979
3980 .
3981 \end_layout
3982
3983 \begin_layout Subsection
3984 Fine-tuning the Defaults 
3985 \end_layout
3986
3987 \begin_layout Standard
3988 Okay, we know we never told you what most of these 
3989 \begin_inset Quotes eld
3990 \end_inset
3991
3992 default options
3993 \begin_inset Quotes erd
3994 \end_inset
3995
3996  set by the 
3997 \family sans
3998 \bar under
3999 C
4000 \bar default
4001 lass
4002 \family default
4003  button do.
4004  That's what this section is for.
4005 \end_layout
4006
4007 \begin_layout Labeling
4008 \labelwidthstring MMMMMMM
4009
4010 \family sans
4011 \bar under
4012 P
4013 \bar default
4014 agestyle
4015 \family default
4016  This is another list, containing five options.
4017  It controls what sorts of headings and page numbers go on a page:
4018 \begin_inset Foot
4019 status collapsed
4020
4021 \begin_layout Standard
4022 LaTeX does this part.
4023 \end_layout
4024
4025 \end_inset
4026
4027
4028 \end_layout
4029
4030 \begin_deeper
4031 \begin_layout Labeling
4032 \labelwidthstring MMMMMMM
4033
4034 \family sans
4035 Default
4036 \family default
4037  Use default pagestyle of current class.
4038 \end_layout
4039
4040 \begin_layout Labeling
4041 \labelwidthstring MMMMMMM
4042
4043 \family sans
4044 Empty
4045 \family default
4046  No page numbers or headings.
4047 \end_layout
4048
4049 \begin_layout Labeling
4050 \labelwidthstring MMMMMMM
4051
4052 \family sans
4053 Plain
4054 \family default
4055  Page numbers only.
4056 \end_layout
4057
4058 \begin_layout Labeling
4059 \labelwidthstring MMMMMMM
4060
4061 \family sans
4062 Headings
4063 \family default
4064  Page numbers and either the current chapter or section title and number.
4065  Whether LyX uses the current chapter or the current section depends on
4066  which is the maximum sectioning level.
4067 \end_layout
4068
4069 \begin_layout Labeling
4070 \labelwidthstring MMMMMMM
4071
4072 \family sans
4073 Fancy
4074 \family default
4075  This allows you to create fully customizable headers and footers if you
4076  have the 
4077 \family sans
4078 fancyhdr
4079 \family default
4080  package installed.
4081  At the moment, support in LyX is limited to this setting.
4082  To use the full power of this package, you have to resort to magic codes
4083  in your preamble.
4084  Check the documentation for the 
4085 \family sans
4086 fancyhdr
4087 \family default
4088  package for more details.
4089 \end_layout
4090
4091 \end_deeper
4092 \begin_layout Labeling
4093 \labelwidthstring MMMMMMM
4094
4095 \family sans
4096 Sides
4097 \family default
4098  No, LyX can't make your printer print on both sides of a sheet of paper!
4099  However, it can use a different format for odd-numbered pages than even-numbere
4100 d pages.
4101  This way, if you 
4102 \emph on
4103 do
4104 \emph default
4105  have a printer that duplexes
4106 \begin_inset Foot
4107 status collapsed
4108
4109 \begin_layout Standard
4110 i.e.
4111  prints on both sides of a sheet of paper
4112 \end_layout
4113
4114 \end_inset
4115
4116 , your page number will always be in the upper right corner of the page
4117  and the left margin will have extra room for a binding.
4118 \end_layout
4119
4120 \begin_deeper
4121 \begin_layout Standard
4122 There are two radio buttons here: 
4123 \family sans
4124 One
4125 \family default
4126  for single-sided documents, 
4127 \family sans
4128 Two
4129 \family default
4130  for double-sided documents.
4131 \end_layout
4132
4133 \end_deeper
4134 \begin_layout Labeling
4135 \labelwidthstring MMMMMMM
4136
4137 \family sans
4138 Columns
4139 \family default
4140  Yes, this does control how many columns each page has.
4141  You can choose, using the toggle buttons, 
4142 \family sans
4143 One
4144 \family default
4145  or 
4146 \family sans
4147 Two
4148 \family default
4149  for the number of columns.
4150  
4151 \end_layout
4152
4153 \begin_deeper
4154 \begin_layout Standard
4155 Note that LyX won't show two columns on screen.
4156  That's impractical, often unreadable, and not part of the WYSIWYM concept.
4157  However, there 
4158 \emph on
4159 will
4160 \emph default
4161  be two columns in the generated output.
4162 \end_layout
4163
4164 \end_deeper
4165 \begin_layout Labeling
4166 \labelwidthstring MMMMMMM
4167
4168 \family sans
4169 E
4170 \bar under
4171 x
4172 \bar default
4173 tra\InsetSpace ~
4174 Options
4175 \family default
4176  The LaTeX command 
4177 \family typewriter
4178
4179 \backslash
4180 documentclass
4181 \family default
4182  takes several options.
4183  LyX sets some of these automatically for you.
4184  This text box allows you to enter in others.
4185  Just type in a comma-separated list of options.
4186  See a good LaTeX book to find out what kinds of additional options you
4187  can use.
4188 \end_layout
4189
4190 \begin_layout Labeling
4191 \labelwidthstring MMMMMMM
4192
4193 \family sans
4194 Separation
4195 \family default
4196  This has its own section.
4197  See sec.
4198  
4199 \begin_inset LatexCommand ref
4200 reference "sec:parindentintro"
4201
4202 \end_inset
4203
4204  for a description of what this does.
4205 \end_layout
4206
4207 \begin_layout Subsection
4208 Paper Size, Orientation, and Margins
4209 \end_layout
4210
4211 \begin_layout Standard
4212 There are several other options to set in the 
4213 \family sans
4214 Document\InsetSpace ~
4215 Settings
4216 \family default
4217  dialog.
4218  All of them are global options, but they have special purposes and only
4219  affect certain features.
4220  We describe what these options do in the same section that describes the
4221  features they affect.
4222 \end_layout
4223
4224 \begin_layout Standard
4225 There are two options that affect the overall layout of the document, so
4226  we'll describe them here.
4227  You'll find them in the 
4228 \family sans
4229 Paper
4230 \family default
4231  dialog under the 
4232 \family sans
4233 Layout
4234 \family default
4235  menu:
4236 \end_layout
4237
4238 \begin_layout Labeling
4239 \labelwidthstring MMMMMM
4240
4241 \family sans
4242 Orientation
4243 \family default
4244  Two toggle buttons choose whether to print the output as 
4245 \family sans
4246 \bar under
4247 L
4248 \bar default
4249 andscape
4250 \family default
4251  or as 
4252 \family sans
4253 Po
4254 \bar under
4255 r
4256 \bar default
4257 trait
4258 \family default
4259 .
4260 \end_layout
4261
4262 \begin_layout Labeling
4263 \labelwidthstring MMMMMM
4264
4265 \family sans
4266 Papersi
4267 \bar under
4268 z
4269 \bar default
4270 e
4271 \family default
4272  What size paper to print on.
4273  The choices are
4274 \end_layout
4275
4276 \begin_deeper
4277 \begin_layout Itemize
4278
4279 \family sans
4280 Default
4281 \end_layout
4282
4283 \begin_layout Itemize
4284
4285 \family sans
4286 A3, A4,
4287 \family default
4288  
4289 \family sans
4290 A5
4291 \end_layout
4292
4293 \begin_layout Itemize
4294
4295 \family sans
4296 B3, B4, B5
4297 \end_layout
4298
4299 \begin_layout Itemize
4300
4301 \family sans
4302 US Letter
4303 \end_layout
4304
4305 \begin_layout Itemize
4306
4307 \family sans
4308 US legal
4309 \end_layout
4310
4311 \begin_layout Itemize
4312
4313 \family sans
4314 US executive
4315 \end_layout
4316
4317 \begin_layout Itemize
4318
4319 \family sans
4320 Custom
4321 \end_layout
4322
4323 \end_deeper
4324 \begin_layout Standard
4325 Some of these settings require you to have the 
4326 \family sans
4327 geometry
4328 \family default
4329  package installed.
4330  This package will also allow you to set the margins in the 
4331 \family sans
4332 Paper
4333 \family default
4334  dialog.
4335 \end_layout
4336
4337 \begin_layout Subsection
4338 Important Note:
4339 \end_layout
4340
4341 \begin_layout Standard
4342 If you change a document's class, LyX has to convert 
4343 \emph on
4344 everything
4345 \emph default
4346  into the new class.
4347  That includes the paragraph environments.
4348  Some paragraph environments are standard; all of the document classes have
4349  them.
4350  Some classes have special paragraph environments, however.
4351  If this is the case, and you change document classes, LyX sets the missing
4352  paragraph environments to 
4353 \family sans
4354 Standard
4355 \family default
4356  and places an error box at the beginning of the paragraph.
4357  Just click on them and you'll get a message dialog that tells you about
4358  the conversion and why it failed.
4359 \end_layout
4360
4361 \begin_layout Section
4362 Paragraph Indentation and Separation
4363 \end_layout
4364
4365 \begin_layout Subsection
4366 Introduction
4367 \begin_inset LatexCommand label
4368 name "sec:parindentintro"
4369
4370 \end_inset
4371
4372
4373 \end_layout
4374
4375 \begin_layout Standard
4376 Before describing all of the various paragraph environments, we'd like to
4377  say a word or two about paragraph indentation.
4378 \end_layout
4379
4380 \begin_layout Standard
4381 Everyone seems to have their own convention for separating paragraphs.
4382  Most Americans indent the first line of a paragraph.
4383  Others don't indent but put extra space between the paragraphs.
4384  LyX uses the same convention you find among typographers.
4385  The 
4386 \emph on
4387 first
4388 \emph default
4389  paragraph of a section, or after a figure, an equation, a table, a list,
4390  etc., is 
4391 \emph on
4392 not
4393 \emph default
4394  indented.
4395  Only a paragraph following another paragraph gets indented.
4396  Some people don't like this convention, but if you want to use indented
4397  paragraphs, you'll have to live with it.
4398 \begin_inset Foot
4399 status collapsed
4400
4401 \begin_layout Standard
4402 There is a way to force LaTeX to indent all paragraphs.
4403  LyX won't show this, of course, but LaTeX 
4404 \emph on
4405 will
4406 \emph default
4407  print it that way.
4408  You'll need to get a special package and insert an appropriate command
4409  in the preamble.
4410 \end_layout
4411
4412 \end_inset
4413
4414
4415 \end_layout
4416
4417 \begin_layout Standard
4418 The space between paragraphs, like the line spacing, the space between headings
4419  and text --- in fact, all of the spacings for just about everything are
4420  pre-coded into LyX.
4421  As we said, you don't worry about how much space to add between what.
4422  LyX takes care of that.
4423  In fact, these pre-coded vertical spacings aren't a single number but a
4424  range.
4425  That way, LyX can squish or stretch the space between lines to make sure
4426  figures fit on a page with text, so that sections don't start at the bottom
4427  of a page, and so on.
4428 \begin_inset Foot
4429 status collapsed
4430
4431 \begin_layout Standard
4432 Actually, LaTeX does this when LyX goes to produce a printable file.
4433 \end_layout
4434
4435 \end_inset
4436
4437  However, pre-coded doesn't mean you can't change them.
4438  LyX gives you the ability to globally change 
4439 \emph on
4440 all
4441 \emph default
4442  of these pre-coded spacings.
4443  We'll explain more later.
4444 \end_layout
4445
4446 \begin_layout Subsection
4447 Global Indentation Method
4448 \end_layout
4449
4450 \begin_layout Standard
4451 To select the default method of separating paragraphs, select 
4452 \family sans
4453 \bar under
4454 I
4455 \bar default
4456 ndent
4457 \family default
4458  or 
4459 \family sans
4460 S
4461 \bar under
4462 k
4463 \bar default
4464 ip
4465 \family default
4466  to indent paragraphs or add extra space between paragraphs, respectively.
4467 \end_layout
4468
4469 \begin_layout Subsection
4470 Fine-Tuning
4471 \end_layout
4472
4473 \begin_layout Standard
4474 You can also change the separation method of a single paragraph.
4475  Open the 
4476 \family sans
4477 \bar under
4478 E
4479 \bar default
4480 dit\SpecialChar \menuseparator
4481
4482 \bar under
4483 P
4484 \bar default
4485 aragraph\InsetSpace ~
4486 Settings
4487 \family default
4488  dialog and toggle the 
4489 \family sans
4490 \bar under
4491 N
4492 \bar default
4493 o Indent
4494 \family default
4495  button to change the state of the current paragraph.
4496  If paragraphs indent by default, this button will be inactive at first.
4497  If paragraphs have no indentation but use extra space for separation, this
4498  button will be completely ignored (you can't indent a single paragraph
4499  by toggling this).
4500 \end_layout
4501
4502 \begin_layout Standard
4503 You should only need to change the indentation method for a single paragraph
4504  if you need to do some fine-tuning.
4505  Typically, you'll select 
4506 \family sans
4507 \bar under
4508 I
4509 \bar default
4510 ndent
4511 \family default
4512  or 
4513 \family sans
4514 S
4515 \bar under
4516 k
4517 \bar default
4518 ip
4519 \family default
4520  for the entire document and edit away.
4521 \end_layout
4522
4523 \begin_layout Subsection
4524 Changing Line Spacing
4525 \end_layout
4526
4527 \begin_layout Standard
4528 In the 
4529 \family sans
4530 \bar under
4531 D
4532 \bar default
4533 ocument\SpecialChar \menuseparator
4534
4535 \bar under
4536 S
4537 \bar default
4538 ettings
4539 \family default
4540  dialog you can choose your line spacing provided you have the 
4541 \family sans
4542 setspace
4543 \family default
4544  package installed.
4545 \end_layout
4546
4547 \begin_layout Section
4548 Paragraph Environments
4549 \begin_inset LatexCommand label
4550 name "sec:par-environments"
4551
4552 \end_inset
4553
4554
4555 \end_layout
4556
4557 \begin_layout Subsection
4558 Overview
4559 \end_layout
4560
4561 \begin_layout Standard
4562 The paragraph environments correspond to the various
4563 \end_layout
4564
4565 \begin_layout Standard
4566
4567 \family typewriter
4568
4569 \backslash
4570 begin{
4571 \family default
4572 \emph on
4573 environment
4574 \family typewriter
4575 \emph default
4576 } ...
4577  
4578 \backslash
4579 end{
4580 \family default
4581 \emph on
4582 environment
4583 \family typewriter
4584 \emph default
4585 }
4586 \family default
4587
4588 \newline
4589 command sequences in an ordinary LaTeX file.
4590  If you don't know LaTeX, or the concept of a paragraph environment is totally
4591  alien to you, we urge you to read the 
4592 \emph on
4593 Tutorial
4594 \emph default
4595 .
4596  The 
4597 \emph on
4598 Tutorial
4599 \emph default
4600  also contains many more examples than this section does.
4601 \end_layout
4602
4603 \begin_layout Standard
4604 A paragraph environment is simply a 
4605 \begin_inset Quotes eld
4606 \end_inset
4607
4608 container
4609 \begin_inset Quotes erd
4610 \end_inset
4611
4612  for a paragraph which gives that paragraph certain properties.
4613  This can include a particular style of font, different margins, a numbering
4614  scheme, labels, and so on.
4615  Additionally, you can 
4616 \begin_inset Quotes eld
4617 \end_inset
4618
4619 nest
4620 \begin_inset Quotes erd
4621 \end_inset
4622
4623  the different environments inside one another, allowing one environment
4624  to inherit some of the properties of another.
4625  The different paragraph environments totally replace the need for messy
4626  tab stops, on the fly margin adjustment, and other hold-overs from the
4627  days of typewriters.
4628  There are several paragraph environments which are specific to a particular
4629  document type.
4630  We'll only be covering the most common ones here.
4631 \end_layout
4632
4633 \begin_layout Standard
4634 To choose a new paragraph environment, use the pull-down box on the left
4635  end of the toolbar.
4636  LyX will change the environment of the 
4637 \emph on
4638 entire
4639 \emph default
4640  paragraph in which the cursor sits.
4641  You can also change the environment of an entire group of paragraphs if
4642  you select them before choosing the new environment.
4643  
4644 \end_layout
4645
4646 \begin_layout Standard
4647 Note that hitting 
4648 \family sans
4649 Return
4650 \family default
4651  will 
4652 \emph on
4653 typically
4654 \emph default
4655  create a new paragraph using the 
4656 \family sans
4657 Standard
4658 \family default
4659  paragraph environment.
4660  We say 
4661 \begin_inset Quotes eld
4662 \end_inset
4663
4664 typically
4665 \begin_inset Quotes erd
4666 \end_inset
4667
4668  because this isn't always the case.
4669 \begin_inset Foot
4670 status collapsed
4671
4672 \begin_layout Standard
4673 If you are in one of these environments:
4674 \begin_inset ERT
4675 status collapsed
4676
4677 \begin_layout Standard
4678
4679  
4680 \end_layout
4681
4682 \end_inset
4683
4684
4685 \end_layout
4686
4687 \begin_layout Standard
4688 \begin_inset ERT
4689 status collapsed
4690
4691 \begin_layout Standard
4692
4693
4694 \backslash
4695 vspace{-2ex} 
4696 \backslash
4697 parbox[t]{3cm}{
4698 \end_layout
4699
4700 \end_inset
4701
4702
4703 \end_layout
4704
4705 \begin_layout Itemize
4706
4707 \family sans
4708 Quote
4709 \end_layout
4710
4711 \begin_layout Itemize
4712
4713 \family sans
4714 Quotation
4715 \end_layout
4716
4717 \begin_layout Standard
4718 \begin_inset ERT
4719 status collapsed
4720
4721 \begin_layout Standard
4722
4723 }
4724 \backslash
4725 parbox[t]{3cm}{
4726 \end_layout
4727
4728 \end_inset
4729
4730
4731 \end_layout
4732
4733 \begin_layout Itemize
4734
4735 \family sans
4736 Verse
4737 \end_layout
4738
4739 \begin_layout Itemize
4740
4741 \family sans
4742 Itemize
4743 \end_layout
4744
4745 \begin_layout Standard
4746 \begin_inset ERT
4747 status collapsed
4748
4749 \begin_layout Standard
4750
4751 }
4752 \backslash
4753 parbox[t]{3cm}{
4754 \end_layout
4755
4756 \end_inset
4757
4758
4759 \end_layout
4760
4761 \begin_layout Itemize
4762
4763 \family sans
4764 Enumerate
4765 \end_layout
4766
4767 \begin_layout Itemize
4768
4769 \family sans
4770 Description
4771 \end_layout
4772
4773 \begin_layout Standard
4774 \begin_inset ERT
4775 status collapsed
4776
4777 \begin_layout Standard
4778
4779 }
4780 \backslash
4781 parbox[t]{3cm}{
4782 \end_layout
4783
4784 \end_inset
4785
4786
4787 \end_layout
4788
4789 \begin_layout Itemize
4790
4791 \family sans
4792 List
4793 \end_layout
4794
4795 \begin_layout Standard
4796 \begin_inset ERT
4797 status collapsed
4798
4799 \begin_layout Standard
4800
4801 }
4802 \end_layout
4803
4804 \end_inset
4805
4806
4807 \end_layout
4808
4809 \begin_layout Standard
4810 LyX keeps the old paragraph environment when you hit 
4811 \family sans
4812 Return
4813 \family default
4814 , rather than resetting it to 
4815 \family sans
4816 Standard
4817 \family default
4818 .
4819  LyX will still reset the nesting depth, however.
4820 \end_layout
4821
4822 \end_inset
4823
4824  Usually, starting a new paragraph resets both the paragraph environment
4825  and the nesting depth [more on nesting in section 
4826 \begin_inset LatexCommand ref
4827 reference "sec:nest"
4828
4829 \end_inset
4830
4831 ].
4832  At the moment, all this is context-specific; you're better off expecting
4833  
4834 \family sans
4835 Return
4836 \family default
4837  to reset the paragraph environment and depth.
4838  If you want a new paragraph to keep the current environment and depth,
4839  use 
4840 \family sans
4841 M-Return
4842 \family default
4843  instead.
4844 \end_layout
4845
4846 \begin_layout Subsection
4847 Standard
4848 \end_layout
4849
4850 \begin_layout Standard
4851 The default paragraph environment is 
4852 \family sans
4853 Standard
4854 \family default
4855  for most classes.
4856  It creates a plain paragraph.
4857  If LyX resets the paragraph environment, this is the one it chooses.
4858  In fact, the paragraph you're reading right now [and most of the ones in
4859  this manual] are in the 
4860 \family sans
4861 Standard
4862 \family default
4863  environment.
4864 \end_layout
4865
4866 \begin_layout Standard
4867 You can nest a paragraph using the 
4868 \family sans
4869 Standard
4870 \family default
4871  environment in just about anything else, but you can't really nest anything
4872  in a 
4873 \family sans
4874 Standard
4875 \family default
4876  environment.
4877 \end_layout
4878
4879 \begin_layout Subsection
4880 Document Titles
4881 \end_layout
4882
4883 \begin_layout Standard
4884 A LaTeX title page has three parts: the title itself, the name[s] of the
4885  author[s] and a 
4886 \begin_inset Quotes eld
4887 \end_inset
4888
4889 footnote
4890 \begin_inset Quotes erd
4891 \end_inset
4892
4893  for thanks or contact information.
4894  For certain types of documents, LaTeX places all of this on a separate
4895  page along with today's date.
4896  For other types of documents, the title 
4897 \begin_inset Quotes eld
4898 \end_inset
4899
4900 page
4901 \begin_inset Quotes erd
4902 \end_inset
4903
4904  goes at the top of the first page of the document.
4905  
4906 \end_layout
4907
4908 \begin_layout Standard
4909 LyX provides an interface to the title page commands through the paragraph
4910  environments 
4911 \family sans
4912 Title
4913 \family default
4914
4915 \family sans
4916 Author
4917 \family default
4918 , and 
4919 \family sans
4920 Date
4921 \family default
4922 .
4923  Here's how you use them:
4924 \end_layout
4925
4926 \begin_layout Itemize
4927 Put the title of your document in the 
4928 \family sans
4929 Title
4930 \family default
4931  environment.
4932 \end_layout
4933
4934 \begin_layout Itemize
4935 Put the author name in the 
4936 \family sans
4937 Author
4938 \family default
4939  environment.
4940 \end_layout
4941
4942 \begin_layout Itemize
4943 If you want the date to have a certain appearance, want to use a fixed date,
4944  or want other text to appear in place of today's date, put that text in
4945  the 
4946 \family sans
4947 Date
4948 \family default
4949  environment.
4950  Note that using this environment is optional.
4951  If you don't provide any, LaTeX will automatically insert today's date.
4952 \end_layout
4953
4954 \begin_layout Standard
4955 Be sure to do this at the top of the document.
4956  You can use footnotes to insert 
4957 \begin_inset Quotes eld
4958 \end_inset
4959
4960 thanks
4961 \begin_inset Quotes erd
4962 \end_inset
4963
4964  or contact information.
4965 \end_layout
4966
4967 \begin_layout Subsection
4968 Headings
4969 \begin_inset LatexCommand label
4970 name "sec:parenvheadings"
4971
4972 \end_inset
4973
4974
4975 \end_layout
4976
4977 \begin_layout Standard
4978 There are nine paragraph environments for producing section headings.
4979  LyX takes care of the numbering for you.
4980  All you need to do is decide what you're going to call section 3 of chapter
4981  9.
4982 \end_layout
4983
4984 \begin_layout Subsubsection
4985 Numbered Headings
4986 \end_layout
4987
4988 \begin_layout Standard
4989 There are 6 numbered types of section headings.
4990 \begin_inset Note Note
4991 status open
4992
4993 \begin_layout Standard
4994 Why no mention of Part ?
4995 \end_layout
4996
4997 \end_inset
4998
4999  They are:
5000 \end_layout
5001
5002 \begin_layout Enumerate
5003
5004 \family sans
5005 Chapter
5006 \end_layout
5007
5008 \begin_layout Enumerate
5009
5010 \family sans
5011 Section
5012 \end_layout
5013
5014 \begin_layout Enumerate
5015
5016 \family sans
5017 Subsection
5018 \end_layout
5019
5020 \begin_layout Enumerate
5021
5022 \family sans
5023 Subsubsection
5024 \end_layout
5025
5026 \begin_layout Enumerate
5027
5028 \family sans
5029 Paragraph
5030 \end_layout
5031
5032 \begin_layout Enumerate
5033
5034 \family sans
5035 Subparagraph
5036 \end_layout
5037
5038 \begin_layout Standard
5039 LyX labels each heading with a series of numbers, separated by periods.
5040  The numbers describe where in the document you are.
5041  These headings all subdivide your document into different pieces of text.
5042  For example, suppose you're writing a book.
5043  You group the book into chapters.
5044  LyX does similar grouping:
5045 \end_layout
5046
5047 \begin_layout Itemize
5048 Either 
5049 \family sans
5050 Chapter
5051 \family default
5052  or 
5053 \family sans
5054 Section
5055 \family default
5056  is the maximum sectioning level.
5057 \end_layout
5058
5059 \begin_layout Itemize
5060
5061 \family sans
5062 Chapter
5063 \family default
5064 s are divided into 
5065 \family sans
5066 Section
5067 \family default
5068 s
5069 \end_layout
5070
5071 \begin_layout Itemize
5072
5073 \family sans
5074 Section
5075 \family default
5076 s are divided into 
5077 \family sans
5078 Subsection
5079 \family default
5080 s
5081 \end_layout
5082
5083 \begin_layout Itemize
5084
5085 \family sans
5086 Subsection
5087 \family default
5088 s are divided into 
5089 \family sans
5090 Subsubsection
5091 \family default
5092 s
5093 \end_layout
5094
5095 \begin_layout Itemize
5096
5097 \family sans
5098 Subsubsection
5099 \family default
5100 s are divided into 
5101 \family sans
5102 Paragraph
5103 \family default
5104 s
5105 \end_layout
5106
5107 \begin_layout Itemize
5108
5109 \family sans
5110 Paragraph
5111 \family default
5112 s are divided into 
5113 \family sans
5114 Subparagraph
5115 \family default
5116 s
5117 \end_layout
5118
5119 \begin_layout Standard
5120
5121 \emph on
5122 Note:
5123 \emph default
5124  not all document types use the 
5125 \family sans
5126 Chapter
5127 \family default
5128  heading as the maximum sectioning level.
5129  In that case, the 
5130 \family sans
5131 Section
5132 \family default
5133  is the top-level heading.
5134 \end_layout
5135
5136 \begin_layout Standard
5137 So, if you use the 
5138 \family sans
5139 Subsubsection
5140 \family default
5141  environment to label a new sub-subsection, LyX labels it with its number,
5142  along with the number of the subsection, section, and, if applicable, chapter
5143  that it's in.
5144  For example: the fifth section of the second chapter of this book has the
5145  label 
5146 \begin_inset Quotes eld
5147 \end_inset
5148
5149 2.5
5150 \begin_inset Quotes erd
5151 \end_inset
5152
5153 .
5154 \end_layout
5155
5156 \begin_layout Subsubsection
5157 Unnumbered Headings
5158 \end_layout
5159
5160 \begin_layout Standard
5161 There are 3 types of unnumbered section headings.
5162  They are:
5163 \end_layout
5164
5165 \begin_layout Enumerate
5166
5167 \family sans
5168 Section*
5169 \end_layout
5170
5171 \begin_layout Enumerate
5172
5173 \family sans
5174 Subsection*
5175 \end_layout
5176
5177 \begin_layout Enumerate
5178
5179 \family sans
5180 Subsubsection*
5181 \end_layout
5182
5183 \begin_layout Standard
5184 The 
5185 \begin_inset Quotes eld
5186 \end_inset
5187
5188 *
5189 \begin_inset Quotes erd
5190 \end_inset
5191
5192  after each name means that these headings are not numbered.
5193  They work the same as their numbered counterparts.
5194 \end_layout
5195
5196 \begin_layout Subsubsection
5197 Changing the Numbering
5198 \begin_inset LatexCommand label
5199 name "sub:section-depth"
5200
5201 \end_inset
5202
5203
5204 \end_layout
5205
5206 \begin_layout Standard
5207 You can also alter which sectioning levels get numbered and which ones appear
5208  in the Table of Contents.
5209  Now, this doesn't remove any of the levels; that's preset in the document
5210  class.
5211  Certain classes start with 
5212 \family sans
5213 Chapter
5214 \family default
5215  and go down to the 
5216 \family sans
5217 Subparagraph
5218 \family default
5219  level.
5220  Others start at 
5221 \family sans
5222 Section
5223 \family default
5224 .
5225  Similarly, not all document classes number all sectioning levels.
5226  Most don't number 
5227 \family sans
5228 Paragraph
5229 \family default
5230  or 
5231 \family sans
5232 Subparagraph
5233 \family default
5234 .
5235  This is something you can change.
5236 \end_layout
5237
5238 \begin_layout Standard
5239 Open the 
5240 \family sans
5241 \bar under
5242 D
5243 \bar default
5244 ocument\SpecialChar \menuseparator
5245
5246 \bar under
5247 S
5248 \bar default
5249 ettings
5250 \family default
5251  dialog.
5252  You should see a counter labelled 
5253 \family sans
5254 Section\InsetSpace ~
5255 number\InsetSpace ~
5256 depth
5257 \family default
5258  under the 
5259 \family sans
5260 Extra
5261 \family default
5262  tab.
5263  This counter controls how far down in the sectioning hierarchy LyX numbers
5264  a section heading.
5265  Unfortunately, the number you choose with the slider is really goofy, so
5266  here's a table of values and what they do:
5267 \end_layout
5268
5269 \begin_layout Standard
5270 \begin_inset VSpace 0.3cm
5271 \end_inset
5272
5273
5274 \end_layout
5275
5276 \begin_layout Standard
5277 \align center
5278 \begin_inset Tabular
5279 <lyxtabular version="3" rows="10" columns="2">
5280 <features>
5281 <column alignment="center" valignment="top" leftline="true" width="0pt">
5282 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
5283 <row topline="true">
5284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Standard
5288
5289 \family sans
5290 \series medium
5291 \shape up
5292 \size normal
5293 \emph off
5294 \bar no
5295 \noun off
5296 \color none
5297 Sec.
5298  Num.
5299  Depth
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Standard
5308
5309 \series medium
5310 \shape up
5311 \size normal
5312 \emph off
5313 \bar no
5314 \noun off
5315 \color none
5316 LyX numbers these
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 </row>
5322 <row bottomline="true">
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Standard
5327
5328 \series medium
5329 \shape up
5330 \size normal
5331 \emph off
5332 \bar no
5333 \noun off
5334 \color none
5335 value:
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Standard
5344
5345 \series medium
5346 \shape up
5347 \size normal
5348 \emph off
5349 \bar no
5350 \noun off
5351 \color none
5352 section headings:
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 </row>
5358 <row topline="true">
5359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Standard
5363
5364 \series medium
5365 \shape up
5366 \size normal
5367 \emph off
5368 \bar no
5369 \noun off
5370 \color none
5371 -2
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Standard
5380
5381 \series medium
5382 \shape up
5383 \size normal
5384 \emph off
5385 \bar no
5386 \noun off
5387 \color none
5388 no numbering of any kind
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 </row>
5394 <row topline="true">
5395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Standard
5399
5400 \series medium
5401 \shape up
5402 \size normal
5403 \emph off
5404 \bar no
5405 \noun off
5406 \color none
5407 -1
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Standard
5416
5417 \family sans
5418 add
5419 \family default
5420  
5421 \family sans
5422 \series medium
5423 \shape up
5424 \size normal
5425 \emph off
5426 \bar no
5427 \noun off
5428 \color none
5429 Parts
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 </row>
5435 <row topline="true">
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Standard
5440
5441 \series medium
5442 \shape up
5443 \size normal
5444 \emph off
5445 \bar no
5446 \noun off
5447 \color none
5448 -0 and 0
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Standard
5457
5458 \family sans
5459 \series medium
5460 \shape up
5461 \size normal
5462 \emph off
5463 \bar no
5464 \noun off
5465 \color none
5466 add Chapters
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 </row>
5472 <row topline="true">
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Standard
5477
5478 \series medium
5479 \shape up
5480 \size normal
5481 \emph off
5482 \bar no
5483 \noun off
5484 \color none
5485 1
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Standard
5494
5495 \family sans
5496 \series medium
5497 \shape up
5498 \size normal
5499 \emph off
5500 \bar no
5501 \noun off
5502 \color none
5503 add Sections
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row topline="true">
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Standard
5514
5515 \series medium
5516 \shape up
5517 \size normal
5518 \emph off
5519 \bar no
5520 \noun off
5521 \color none
5522 2
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Standard
5531
5532 \family sans
5533 \series medium
5534 \shape up
5535 \size normal
5536 \emph off
5537 \bar no
5538 \noun off
5539 \color none
5540 add Subsections
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 </row>
5546 <row topline="true">
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Standard
5551
5552 \series medium
5553 \shape up
5554 \size normal
5555 \emph off
5556 \bar no
5557 \noun off
5558 \color none
5559 3
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Standard
5568
5569 \family sans
5570 add
5571 \family default
5572  
5573 \family sans
5574 \series medium
5575 \shape up
5576 \size normal
5577 \emph off
5578 \bar no
5579 \noun off
5580 \color none
5581 Subsubsections
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 <row topline="true">
5588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Standard
5592
5593 \series medium
5594 \shape up
5595 \size normal
5596 \emph off
5597 \bar no
5598 \noun off
5599 \color none
5600 4
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Standard
5609
5610 \family sans
5611 add
5612 \family default
5613  
5614 \family sans
5615 \series medium
5616 \shape up
5617 \size normal
5618 \emph off
5619 \bar no
5620 \noun off
5621 \color none
5622 Paragraphs
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 <row topline="true" bottomline="true">
5629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Standard
5633
5634 \series medium
5635 \shape up
5636 \size normal
5637 \emph off
5638 \bar no
5639 \noun off
5640 \color none
5641 5
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Standard
5650
5651 \family sans
5652 add
5653 \family default
5654  
5655 \family sans
5656 \series medium
5657 \shape up
5658 \size normal
5659 \emph off
5660 \bar no
5661 \noun off
5662 \color none
5663 Subparagraphs
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 </lyxtabular>
5670
5671 \end_inset
5672
5673
5674 \end_layout
5675
5676 \begin_layout Standard
5677 \begin_inset VSpace 0.3cm
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \begin_layout Standard
5684 The increasing numbers are cumulative: a setting of 
5685 \begin_inset Quotes eld
5686 \end_inset
5687
5688 0
5689 \begin_inset Quotes erd
5690 \end_inset
5691
5692  will number parts and chapters, while 
5693 \begin_inset Quotes eld
5694 \end_inset
5695
5696 2
5697 \begin_inset Quotes erd
5698 \end_inset
5699
5700  will number parts, chapters, sections, and subsections.
5701  Of course, if you're using a document class that doesn't use part or chapter
5702  headings (
5703 \emph on
5704 e.g.
5705
5706 \emph default
5707  the default article class), then the numbering begins at the 
5708 \family sans
5709 Section
5710 \family default
5711  heading, and 
5712 \begin_inset Quotes eld
5713 \end_inset
5714
5715 0
5716 \begin_inset Quotes erd
5717 \end_inset
5718
5719  also corresponds to 
5720 \begin_inset Quotes eld
5721 \end_inset
5722
5723 no numbering.
5724 \begin_inset Quotes erd
5725 \end_inset
5726
5727
5728 \end_layout
5729
5730 \begin_layout Standard
5731 There's another counter in the dialog, called 
5732 \family sans
5733 Table\InsetSpace ~
5734 of\InsetSpace ~
5735 contents\InsetSpace ~
5736 depth
5737 \family default
5738 .
5739  It works the same way as 
5740 \family sans
5741 Section\InsetSpace ~
5742 numbering\InsetSpace ~
5743 depth
5744 \family default
5745 , only it controls which sectioning levels appear in, you guessed it, the
5746  Table of Contents.
5747  This is a great control to have.
5748  Suppose you wanted to number 
5749 \emph on
5750 all
5751 \emph default
5752  sectioning heading, but you only wanted 
5753 \family sans
5754 Chapter
5755 \family default
5756 s, 
5757 \family sans
5758 Section
5759 \family default
5760 s, and 
5761 \family sans
5762 Subsection
5763 \family default
5764 s in the Table of Contents.
5765  You'd just set 
5766 \family sans
5767 Section\InsetSpace ~
5768 numbering\InsetSpace ~
5769 depth
5770 \family default
5771  to 
5772 \begin_inset Quotes eld
5773 \end_inset
5774
5775 5
5776 \begin_inset Quotes erd
5777 \end_inset
5778
5779  and 
5780 \family sans
5781 Table of contents\InsetSpace ~
5782 depth
5783 \family default
5784  to 
5785 \begin_inset Quotes eld
5786 \end_inset
5787
5788 2
5789 \begin_inset Quotes erd
5790 \end_inset
5791
5792  and voilà! You're all set.
5793 \end_layout
5794
5795 \begin_layout Subsubsection
5796 Special Information
5797 \end_layout
5798
5799 \begin_layout Standard
5800 The following information applies to 
5801 \family sans
5802 Chapter
5803 \family default
5804
5805 \family sans
5806 Section
5807 \family default
5808
5809 \family sans
5810 Subsection
5811 \family default
5812
5813 \family sans
5814 Subsubsection
5815 \family default
5816
5817 \family sans
5818 Paragraph
5819 \family default
5820
5821 \family sans
5822 Subparagraph
5823 \family default
5824  as well as 
5825 \family sans
5826 Section*
5827 \family default
5828
5829 \family sans
5830 Subsection*
5831 \family default
5832 , and 
5833 \family sans
5834 Subsubsection*
5835 \family default
5836 :
5837 \end_layout
5838
5839 \begin_layout Itemize
5840 You cannot use a margin note in any of these environments.
5841 \end_layout
5842
5843 \begin_layout Itemize
5844 You can only use inlined math in these environments.
5845 \end_layout
5846
5847 \begin_layout Itemize
5848 You cannot nest other environments into these environments.
5849 \end_layout
5850
5851 \begin_layout Itemize
5852 You can use labels and cross-references to refer to their numbers.
5853 \end_layout
5854
5855 \begin_layout Standard
5856 As for examples of these paragraph environments - look around you! We're
5857  using them everywhere in the manuals.
5858 \end_layout
5859
5860 \begin_layout Subsubsection
5861 Creating an Appendix
5862 \end_layout
5863
5864 \begin_layout Standard
5865 To create an appendix, simply start by adding a new chapter or section heading.
5866  Move the cursor back to the beginning of the heading and select 
5867 \family sans
5868 \bar under
5869 D
5870 \bar default
5871 ocument\SpecialChar \menuseparator
5872
5873 \newline
5874 Start\InsetSpace ~
5875
5876 \bar under
5877 A
5878 \bar default
5879 ppendix\InsetSpace ~
5880 Here
5881 \family default
5882 .
5883  A red/brown box will be drawn around the remainder of the file to indicate
5884  there is something special about it, and the numerical chapter or section
5885  label(s) will be changed to a letter.
5886 \end_layout
5887
5888 \begin_layout Subsection
5889 Quotes and Poetry
5890 \end_layout
5891
5892 \begin_layout Standard
5893 LyX has three paragraph environments for writing poetry and quotations.
5894  They are 
5895 \family sans
5896 Quote
5897 \family default
5898
5899 \family sans
5900 Quotation
5901 \family default
5902 , and 
5903 \family sans
5904 Verse
5905 \family default
5906 .
5907  Forget the days of changing linespacing and twiddling with margins.
5908  These three paragraph environments already have those changes built-in.
5909  They all widen the left margin and add a bit of extra space above and below
5910  the text they contain.
5911  They also allow nesting, so you can put a 
5912 \family sans
5913 Verse
5914 \family default
5915  in a 
5916 \family sans
5917 Quotation
5918 \family default
5919 , as well as in some other paragraph environments.
5920 \end_layout
5921
5922 \begin_layout Standard
5923 There is another feature of these three paragraph environments: they do
5924  
5925 \emph on
5926 not
5927 \emph default
5928  reset to 
5929 \family sans
5930 Standard
5931 \family default
5932  when you start a new paragraph.
5933  So, you can type in that poem and merrily hit 
5934 \family sans
5935 Return
5936 \family default
5937  without worrying about the paragraph environment changing on you.
5938  Of course, that means that, once you're done typing in that poem, you have
5939  to change back to the 
5940 \family sans
5941 Standard
5942 \family default
5943  environment yourself.
5944 \end_layout
5945
5946 \begin_layout Subsubsection
5947
5948 \family sans
5949 Quote
5950 \family default
5951  and 
5952 \family sans
5953 Quotation
5954 \family default
5955
5956 \begin_inset LatexCommand label
5957 name "sec:quote"
5958
5959 \end_inset
5960
5961
5962 \end_layout
5963
5964 \begin_layout Standard
5965 Now that we've described the similarities of these three environments, it's
5966  time for the differences.
5967  
5968 \family sans
5969 Quote
5970 \family default
5971  and 
5972 \family sans
5973 Quotation
5974 \family default
5975  are identical except for one difference: 
5976 \family sans
5977 Quote
5978 \family default
5979  uses extra spacing to separate paragraphs and never indents the first line.
5980  
5981 \family sans
5982 Quotation
5983 \family default
5984  
5985 \emph on
5986 always
5987 \emph default
5988  indents the first line of a paragraph and uses the same line spacing throughout.
5989 \end_layout
5990
5991 \begin_layout Standard
5992 Here's an example of the 
5993 \family sans
5994 Quote
5995 \family default
5996  environment:
5997 \end_layout
5998
5999 \begin_layout Quote
6000 This is in the 
6001 \family sans
6002 Quote
6003 \family default
6004  environment.
6005  I can keep writing, extending this line out further and further until it
6006  wraps.
6007  See - no indentation!
6008 \end_layout
6009
6010 \begin_layout Quote
6011 Here's the second paragraph of this quote.
6012  Again, there's no indentation, but there is extra space between me and
6013  the other paragraph.
6014 \end_layout
6015
6016 \begin_layout Standard
6017 That ends that example.
6018  Here's another example, this time in the 
6019 \family sans
6020 Quotation
6021 \family default
6022  environment:
6023 \end_layout
6024
6025 \begin_layout Quotation
6026 This is in the 
6027 \family sans
6028 Quotation
6029 \family default
6030  environment.
6031  If I keep writing, you'll see the indentation.
6032  If your country uses a writing style that shows off new paragraphs by indenting
6033  the first line, then 
6034 \family sans
6035 Quotation
6036 \family default
6037  is the environment for you! Well, you'd use it 
6038 \emph on
6039 if
6040 \emph default
6041  you were quoting other text.
6042 \end_layout
6043
6044 \begin_layout Quotation
6045 Here's a new paragraph.
6046  I could ramble on and on, like a politician at election time.
6047  If I did that, though, you'd get bored.
6048 \end_layout
6049
6050 \begin_layout Standard
6051 That was our other example.
6052  As the example notes, 
6053 \family sans
6054 Quote
6055 \family default
6056  is for those people who use extra space to separate paragraphs.
6057  They should put quotes in the 
6058 \family sans
6059 Quote
6060 \family default
6061  environment.
6062  Those who use indentation to mark a new paragraph should use the 
6063 \family sans
6064 Quotation
6065 \family default
6066  paragraph environment for quoted text.
6067 \end_layout
6068
6069 \begin_layout Subsubsection
6070
6071 \family sans
6072 Verse
6073 \begin_inset LatexCommand label
6074 name "sec:verse"
6075
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \begin_layout Standard
6082
6083 \family sans
6084 Verse
6085 \family default
6086  is a paragraph environment for poetry, rhymes, verses, and so on.
6087  Here's an example:
6088 \end_layout
6089
6090 \begin_layout Verse
6091 This is in Verse
6092 \newline
6093 Which I did not rehearse!
6094 \end_layout
6095
6096 \begin_layout Verse
6097 It could be much worse.
6098  This line could be long, very long, oh so long, so very long that it wraps
6099  around.
6100  It looks okay on screen, but in the printed version, the extra lines are
6101  indented a bit more than the first.
6102  Okay, so it's turned to prose and doesn't rhyme anymore.
6103  So sue me.
6104 \end_layout
6105
6106 \begin_layout Verse
6107 To break a line
6108 \newline
6109 And make things look fine
6110 \newline
6111 Use 
6112 \family sans
6113 C-Return
6114 \family default
6115 .
6116 \end_layout
6117
6118 \begin_layout Standard
6119 As you can see, 
6120 \family sans
6121 Verse
6122 \family default
6123  does not indent both margins.
6124  Each stanza of the verse or poem is in its own paragraph.
6125  To separate the individual lines of a stanza, use the 
6126 \family typewriter
6127 break-line
6128 \family default
6129  function, 
6130 \family sans
6131 C-Return
6132 \family default
6133 .
6134 \end_layout
6135
6136 \begin_layout Subsection
6137 Lists
6138 \begin_inset LatexCommand label
6139 name "sec:parenvlists"
6140
6141 \end_inset
6142
6143
6144 \end_layout
6145
6146 \begin_layout Standard
6147 LyX has four different paragraph environments for creating different kinds
6148  of lists.
6149  In the 
6150 \family sans
6151 Itemize
6152 \family default
6153  and 
6154 \family sans
6155 Enumerate
6156 \family default
6157  environments, LyX labels your list items with bullets or numbers, respectively.
6158  In the 
6159 \family sans
6160 Description
6161 \family default
6162  and 
6163 \family sans
6164 List
6165 \family default
6166  environments, LyX lets you provide your own label.
6167  We'll present the individual details of each type of list next after describing
6168  some general features of all four of them.
6169 \end_layout
6170
6171 \begin_layout Subsubsection
6172 General Features
6173 \end_layout
6174
6175 \begin_layout Standard
6176 The four paragraph environments for lists differ from the other environments
6177  in several ways.
6178  First, LyX treats each paragraph as a list item.
6179  Hitting 
6180 \family sans
6181 Return
6182 \family default
6183  does 
6184 \emph on
6185 not
6186 \emph default
6187  reset the environment to 
6188 \family sans
6189 Standard
6190 \family default
6191  but keeps the current environment and creates a new list item.
6192  The nesting depth is typically reset, however.
6193  If you want to keep both the current nesting depth and paragraph environment,
6194  you should use 
6195 \family sans
6196 M-Return
6197 \family default
6198  to break paragraphs.
6199 \end_layout
6200
6201 \begin_layout Standard
6202 You can nest lists of any type inside one another.
6203  In fact, LyX changes the labels on some list items depending on how its
6204  nested.
6205  If you intend to use any of the list paragraph environments, we suggest
6206  you read all of section 
6207 \begin_inset LatexCommand ref
6208 reference "sec:nest"
6209
6210 \end_inset
6211
6212 .
6213  
6214 \end_layout
6215
6216 \begin_layout Subsubsection
6217
6218 \family sans
6219 Itemize
6220 \family default
6221
6222 \begin_inset LatexCommand label
6223 name "sec:itemize"
6224
6225 \end_inset
6226
6227
6228 \end_layout
6229
6230 \begin_layout Standard
6231 The first type of list we'll describe in detail is the 
6232 \family sans
6233 Itemize
6234 \family default
6235  paragraph environment.
6236  It has the following properties:
6237 \end_layout
6238
6239 \begin_layout Itemize
6240 Each item has a particular bullet or symbol as its label.
6241 \end_layout
6242
6243 \begin_deeper
6244 \begin_layout Itemize
6245 LyX uses the same symbol for all of the items in a given nesting level.
6246 \end_layout
6247
6248 \begin_layout Itemize
6249 The symbol appears at the beginning of the first line.
6250 \end_layout
6251
6252 \end_deeper
6253 \begin_layout Itemize
6254 The items can be any length.
6255  LyX automatically offsets the left margin of each item.
6256  The offset is always relative to whatever environment the 
6257 \family sans
6258 Itemize
6259 \family default
6260  list may be in.
6261 \end_layout
6262
6263 \begin_layout Itemize
6264 If you nest an 
6265 \family sans
6266 Itemize
6267 \family default
6268  environment inside another 
6269 \family sans
6270 Itemize
6271 \family default
6272  environment, the label changes to a new symbol.
6273 \end_layout
6274
6275 \begin_deeper
6276 \begin_layout Itemize
6277 There are four different symbols for up to a four-fold nesting.
6278 \end_layout
6279
6280 \begin_layout Itemize
6281 LyX always shows the same symbol, an asterisk, on screen.
6282 \end_layout
6283
6284 \begin_layout Itemize
6285 See section 
6286 \begin_inset LatexCommand ref
6287 reference "sec:nest"
6288
6289 \end_inset
6290
6291  for a full explanation of nesting.
6292 \end_layout
6293
6294 \end_deeper
6295 \begin_layout Standard
6296 Of course, that explanation was also an example of an 
6297 \family sans
6298 Itemize
6299 \family default
6300  list.
6301  The 
6302 \family sans
6303 Itemize
6304 \family default
6305  environment is best suited for lists where the order doesn't matter.
6306 \end_layout
6307
6308 \begin_layout Standard
6309 We said that different levels use different symbols as their label.
6310  Here's an example of all four possible symbols.
6311  Note that those of you reading this manual online won't see any difference.
6312 \end_layout
6313
6314 \begin_layout Itemize
6315 The label for the first level 
6316 \family sans
6317 Itemize
6318 \family default
6319  is a large black dot, or bullet.
6320 \end_layout
6321
6322 \begin_deeper
6323 \begin_layout Itemize
6324 The label for the second level is a dash.
6325 \end_layout
6326
6327 \begin_deeper
6328 \begin_layout Itemize
6329 The label for the third is an asterisk.
6330 \end_layout
6331
6332 \begin_deeper
6333 \begin_layout Itemize
6334 The label for the fourth is a centered dot.
6335 \end_layout
6336
6337 \end_deeper
6338 \begin_layout Itemize
6339 Back out to the third level.
6340 \end_layout
6341
6342 \end_deeper
6343 \begin_layout Itemize
6344 Back to the second level.
6345 \end_layout
6346
6347 \end_deeper
6348 \begin_layout Itemize
6349 Back to the outermost level.
6350 \end_layout
6351
6352 \begin_layout Standard
6353 These are the default labels for an 
6354 \family sans
6355 Itemize
6356 \family default
6357  list.
6358  You can customize these labels in the
6359 \begin_inset ERT
6360 status collapsed
6361
6362 \begin_layout Standard
6363
6364
6365 \backslash
6366 linebreak 
6367 \end_layout
6368
6369 \end_inset
6370
6371  
6372 \family sans
6373 \bar under
6374 D
6375 \bar default
6376 ocument\SpecialChar \menuseparator
6377
6378 \bar under
6379 S
6380 \bar default
6381 ettings
6382 \family default
6383  dialog in the 
6384 \family sans
6385 Bullets
6386 \family default
6387  tab.
6388 \end_layout
6389
6390 \begin_layout Standard
6391 Notice how the space between items decreases with increasing depth.
6392  We'll explain nesting and all the tricks you can do with different depths
6393  in section 
6394 \begin_inset LatexCommand ref
6395 reference "sec:nest"
6396
6397 \end_inset
6398
6399 .
6400  Be sure to read it!
6401 \end_layout
6402
6403 \begin_layout Subsubsection
6404
6405 \family sans
6406 Enumerate
6407 \family default
6408
6409 \begin_inset LatexCommand label
6410 name "sec:enumerate"
6411
6412 \end_inset
6413
6414
6415 \end_layout
6416
6417 \begin_layout Standard
6418 The 
6419 \family sans
6420 Enumerate
6421 \family default
6422  environment is the tool to use to create numbered lists and outlines.
6423  It has these properties:
6424 \end_layout
6425
6426 \begin_layout Enumerate
6427 Each item has a numeral as its label.
6428 \end_layout
6429
6430 \begin_deeper
6431 \begin_layout Enumerate
6432 The type of numeral depends on the nesting depth.
6433 \end_layout
6434
6435 \end_deeper
6436 \begin_layout Enumerate
6437 LyX automatically counts the items for you and updates the label as appropriate.
6438 \end_layout
6439
6440 \begin_layout Enumerate
6441 Each new 
6442 \family sans
6443 Enumerate
6444 \family default
6445  environment resets the counter to one.
6446 \end_layout
6447
6448 \begin_layout Enumerate
6449 Like the 
6450 \family sans
6451 Itemize
6452 \family default
6453  environment, the 
6454 \family sans
6455 Enumerate
6456 \family default
6457  environment:
6458 \end_layout
6459
6460 \begin_deeper
6461 \begin_layout Enumerate
6462 Offsets the items relative to the left margin.
6463  Items can be any length.
6464 \end_layout
6465
6466 \begin_layout Enumerate
6467 Reduces the space between items as the nesting depth increases.
6468 \end_layout
6469
6470 \begin_layout Enumerate
6471 Uses different types of labels depending on the nesting depth.
6472 \end_layout
6473
6474 \begin_layout Enumerate
6475 Allows up to a four-fold nesting.
6476 \end_layout
6477
6478 \end_deeper
6479 \begin_layout Standard
6480 Unlike the 
6481 \family sans
6482 Itemize
6483 \family default
6484  environment, 
6485 \family sans
6486 Enumerate
6487 \family default
6488  
6489 \emph on
6490 does
6491 \emph default
6492  show the different labels for each item.
6493  Here is how LyX labels the four different levels in an 
6494 \family sans
6495 Enumerate
6496 \family default
6497 :
6498 \end_layout
6499
6500 \begin_layout Enumerate
6501 The first level of an 
6502 \family sans
6503 Enumerate
6504 \family default
6505  uses Arabic numerals followed by a period.
6506 \end_layout
6507
6508 \begin_deeper
6509 \begin_layout Enumerate
6510 The second level uses lower case letters surrounded by parentheses.
6511 \end_layout
6512
6513 \begin_deeper
6514 \begin_layout Enumerate
6515 The third level uses lower-case Roman numerals followed by a period.
6516 \end_layout
6517
6518 \begin_deeper
6519 \begin_layout Enumerate
6520 The fourth level uses capital letters followed by a period.
6521 \end_layout
6522
6523 \begin_layout Enumerate
6524 Again, notice the decrease in the spacing between items as the nesting depth
6525  increases.
6526 \end_layout
6527
6528 \end_deeper
6529 \begin_layout Enumerate
6530 Back to the third level
6531 \end_layout
6532
6533 \end_deeper
6534 \begin_layout Enumerate
6535 Back to the second level.
6536 \end_layout
6537
6538 \end_deeper
6539 \begin_layout Enumerate
6540 Back to the outermost level.
6541 \end_layout
6542
6543 \begin_layout Standard
6544 Once again, you can customize the type of numbering used in the 
6545 \family sans
6546 Enumerate
6547 \family default
6548  environment.
6549  It involves adding commands to the LaTeX preamble (see the 
6550 \emph on
6551 Extended Features
6552 \emph default
6553  manual), however.
6554  As stated earlier, such customization only shows up in the printed version,
6555  not on the LyX screen.
6556 \end_layout
6557
6558 \begin_layout Standard
6559 There is more to nesting 
6560 \family sans
6561 Enumerate
6562 \family default
6563  environments than we've stated here.
6564  You 
6565 \emph on
6566 really
6567 \emph default
6568  should read section 
6569 \begin_inset LatexCommand ref
6570 reference "sec:nest"
6571
6572 \end_inset
6573
6574  to learn more about nesting.
6575 \end_layout
6576
6577 \begin_layout Subsubsection
6578
6579 \family sans
6580 Description
6581 \family default
6582
6583 \begin_inset LatexCommand label
6584 name "sec:descrlist"
6585
6586 \end_inset
6587
6588
6589 \end_layout
6590
6591 \begin_layout Standard
6592 Unlike the previous two environments, the 
6593 \family sans
6594 Description
6595 \family default
6596  list has no fixed label.
6597  Instead, LyX uses the first 
6598 \begin_inset Quotes eld
6599 \end_inset
6600
6601 word
6602 \begin_inset Quotes erd
6603 \end_inset
6604
6605  of the first line as the label.
6606  Here's an example:
6607 \end_layout
6608
6609 \begin_layout Description
6610 Example: This is an example of the 
6611 \family sans
6612 Description
6613 \family default
6614  environment.
6615 \end_layout
6616
6617 \begin_layout Standard
6618 LyX typesets the label in boldface and puts extra space between it and the
6619  rest of the line.
6620 \end_layout
6621
6622 \begin_layout Standard
6623 Now, you're probably wondering what we mean by, 
6624 \begin_inset Quotes eld
6625 \end_inset
6626
6627 uses the first 'word'.
6628 \begin_inset Quotes erd
6629 \end_inset
6630
6631  The 
6632 \family sans
6633 Space
6634 \family default
6635  key does not add a whitespace character, but separates words from one another.
6636  Inside of a 
6637 \family sans
6638 Description
6639 \family default
6640  environment, the 
6641 \family sans
6642 Space
6643 \family default
6644  key tells LyX to end the label if we're at the beginning of the first line
6645  of an item.
6646 \end_layout
6647
6648 \begin_layout Standard
6649 However, what if you want or need to use more than one word in the label
6650  of a 
6651 \family sans
6652 Description
6653 \family default
6654  environment? Simple: use a 
6655 \family sans
6656 Protected Blank
6657 \family default
6658 .
6659  [Use either 
6660 \family sans
6661 C-Space
6662 \family default
6663  or 
6664 \family sans
6665 Special\InsetSpace ~
6666 F
6667 \bar under
6668 o
6669 \bar default
6670 rmatting\SpecialChar \menuseparator
6671 P
6672 \bar under
6673 r
6674 \bar default
6675 otected\InsetSpace ~
6676 Space
6677 \family default
6678  from the 
6679 \family sans
6680 \bar under
6681 I
6682 \bar default
6683 nsert
6684 \family default
6685  menu.
6686  See sec.
6687  
6688 \begin_inset LatexCommand ref
6689 reference "sec:hspace"
6690
6691 \end_inset
6692
6693  for more info.] Here's an example:
6694 \end_layout
6695
6696 \begin_layout Description
6697 Second\InsetSpace ~
6698 Example: This one shows how to use a 
6699 \family sans
6700 Protected\InsetSpace ~
6701 Blank
6702 \family default
6703  in the label of a 
6704 \family sans
6705 Description
6706 \family default
6707  list item.
6708 \end_layout
6709
6710 \begin_layout Description
6711 Usage: You should use the 
6712 \family sans
6713 Description
6714 \family default
6715  environment for things like definitions and theorems.
6716  Use it when you need to make one word in particular stand out in the text
6717  that describes it.
6718  It's not a good idea to use a 
6719 \family sans
6720 Description
6721 \family default
6722  environment when you have an entire sentence that you want to describe.
6723  You're better off using 
6724 \family sans
6725 Itemize
6726 \family default
6727  or 
6728 \family sans
6729 Enumerate
6730 \family default
6731  and nesting several 
6732 \family sans
6733 Standard
6734 \family default
6735  paragraphs into them.
6736 \end_layout
6737
6738 \begin_layout Description
6739 Nesting: You can, of course, nest 
6740 \family sans
6741 Description
6742 \family default
6743  environments inside one another, nest them in other types of lists, and
6744  so on.
6745 \end_layout
6746
6747 \begin_layout Standard
6748 Notice that after the first line, LyX indents subsequent lines, offsetting
6749  them from the first line.
6750 \end_layout
6751
6752 \begin_layout Subsubsection
6753 The LyX 
6754 \family sans
6755 List
6756 \family default
6757
6758 \begin_inset LatexCommand label
6759 name "sec:lyxlist"
6760
6761 \end_inset
6762
6763
6764 \end_layout
6765
6766 \begin_layout Standard
6767 The 
6768 \family sans
6769 List
6770 \family default
6771  environment is a LyX extension to LaTeX.
6772  
6773 \end_layout
6774
6775 \begin_layout Standard
6776 Now, if you jumped here without reading sections 
6777 \begin_inset LatexCommand ref
6778 reference "sec:itemize"
6779
6780 \end_inset
6781
6782 -
6783 \begin_inset LatexCommand ref
6784 reference "sec:descrlist"
6785
6786 \end_inset
6787
6788 , you've goofed.
6789  The 
6790 \family sans
6791 List
6792 \family default
6793  environment does 
6794 \emph on
6795 not
6796 \emph default
6797  create numbered lists.
6798  That's what 
6799 \family sans
6800 Enumerate
6801 \family default
6802  does, and it's documented in section 
6803 \begin_inset LatexCommand ref
6804 reference "sec:enumerate"
6805
6806 \end_inset
6807
6808 .
6809  
6810 \end_layout
6811
6812 \begin_layout Standard
6813 Like the 
6814 \family sans
6815 Description
6816 \family default
6817  environment the 
6818 \family sans
6819 List
6820 \family default
6821  environment has user-defined labels for each list item.
6822  There are some key differences between this list environment and the other
6823  three:
6824 \end_layout
6825
6826 \begin_layout Labeling
6827 \labelwidthstring MMMMMM
6828 item\InsetSpace ~
6829 labels LyX uses the first 
6830 \begin_inset Quotes eld
6831 \end_inset
6832
6833 word
6834 \begin_inset Quotes erd
6835 \end_inset
6836
6837  of each line as the item label.
6838  The first 
6839 \family sans
6840 Space
6841 \family default
6842  after the beginning of the first line of an item marks the end of the label.
6843  If you need to use more than one word in an item label, use a protected
6844  blank as described above.
6845 \end_layout
6846
6847 \begin_layout Labeling
6848 \labelwidthstring MMMMMM
6849 margins As you can see, LyX uses different margins for the item label and
6850  the body of the item text.
6851  The body of the text has a larger left margin, which is equal to the default
6852  label width plus a little extra space.
6853  
6854 \end_layout
6855
6856 \begin_layout Labeling
6857 \labelwidthstring MMMMMM
6858 label\InsetSpace ~
6859 width LyX uses one of two things for the label width: the actual width
6860  of the label, or the default width, whichever is larger.
6861  If the actual width is larger, then the label 
6862 \begin_inset Quotes eld
6863 \end_inset
6864
6865 extends
6866 \begin_inset Quotes erd
6867 \end_inset
6868
6869  into the first line.
6870  In other words, the text of the first line isn't aligned with the left
6871  margin of the rest of the item text.
6872 \end_layout
6873
6874 \begin_layout Labeling
6875 \labelwidthstring MMMMMM
6876 default\InsetSpace ~
6877 width You can very easily set this default width.
6878  It's quite painless, actually.
6879  So, you can easily ensure that the text of all items in a 
6880 \family sans
6881 List
6882 \family default
6883  environment have the same left margin.
6884 \end_layout
6885
6886 \begin_layout Labeling
6887 \labelwidthstring MMMMMM
6888 uses You should use the 
6889 \family sans
6890 List
6891 \family default
6892  environment the same way you'd use as 
6893 \family sans
6894 Description
6895 \family default
6896  list: when you need one word to stand out from the text that describes
6897  it.
6898  The 
6899 \family sans
6900 List
6901 \family default
6902  environment gives you another way to do this, using a different overall
6903  layout.
6904 \end_layout
6905
6906 \begin_layout Labeling
6907 \labelwidthstring MMMMMM
6908 nesting You can nest 
6909 \family sans
6910 List
6911 \family default
6912  environments inside one another, nest them in other types of lists, and
6913  so on.
6914  They work just like the other list paragraph environments.
6915  Read section 
6916 \begin_inset LatexCommand ref
6917 reference "sec:nest"
6918
6919 \end_inset
6920
6921  to learn about nesting.
6922 \end_layout
6923
6924 \begin_layout Standard
6925 As you can see, this is a feature-packed paragraph environment!
6926 \end_layout
6927
6928 \begin_layout Standard
6929 To change the default width of the label, select the items in the list to
6930  change.
6931  You can also simply move the cursor into a 
6932 \family sans
6933 List
6934 \family default
6935  item if you want to change only its label width.
6936  Now open the 
6937 \family sans
6938 \bar under
6939 E
6940 \bar default
6941 dit\SpecialChar \menuseparator
6942
6943 \bar under
6944 P
6945 \bar default
6946 aragraph\InsetSpace ~
6947 Settings
6948 \family default
6949  dialog and find the 
6950 \family sans
6951 Label\InsetSpace ~
6952 width
6953 \family default
6954  text box.
6955  The text in the 
6956 \family sans
6957 Label\InsetSpace ~
6958 width
6959 \family default
6960  box determines the default label width.
6961  If you really, really want to, you can use the text of your largest label
6962  here, but you don't need to.
6963  We recommend using the letter 
6964 \begin_inset Quotes eld
6965 \end_inset
6966
6967 M
6968 \begin_inset Quotes erd
6969 \end_inset
6970
6971  multiple times.
6972  It's the widest character and is a standard unit of width in LaTeX.
6973  The default label width in the example 
6974 \family sans
6975 List
6976 \family default
6977  is 6 
6978 \begin_inset Quotes eld
6979 \end_inset
6980
6981 M
6982 \begin_inset Quotes erd
6983 \end_inset
6984
6985 s wide.
6986  Using 
6987 \begin_inset Quotes eld
6988 \end_inset
6989
6990 M
6991 \begin_inset Quotes erd
6992 \end_inset
6993
6994  as your unit of width in the 
6995 \family sans
6996 Label\InsetSpace ~
6997 Width
6998 \family default
6999  box has one more advantage: you don't need to keep changing the contents
7000  of 
7001 \family sans
7002 Label\InsetSpace ~
7003 Width
7004 \family default
7005  every time you alter a label in a 
7006 \family sans
7007 List
7008 \family default
7009  environment.
7010 \end_layout
7011
7012 \begin_layout Standard
7013 There's yet another feature of the 
7014 \family sans
7015 List
7016 \family default
7017  environment we need to tell you about.
7018  As you can see in the examples, LyX left-justifies the item labels by default.
7019  You can use additional 
7020 \family sans
7021 HFills
7022 \family default
7023  to change how LyX justifies the item label.
7024  We'll document 
7025 \family sans
7026 HFills
7027 \family default
7028  later in section 
7029 \begin_inset LatexCommand ref
7030 reference "sec:hspace"
7031
7032 \end_inset
7033
7034 .
7035  Here are some examples:
7036 \end_layout
7037
7038 \begin_layout Labeling
7039 \labelwidthstring MMMMMMMM
7040 Left The default for 
7041 \family sans
7042 List
7043 \family default
7044  item labels.
7045 \end_layout
7046
7047 \begin_layout Labeling
7048 \labelwidthstring MMMMMMMM
7049
7050 \hfill
7051 Right One 
7052 \family sans
7053 HFill
7054 \family default
7055  at the beginning of the label right justifies it.
7056 \end_layout
7057
7058 \begin_layout Labeling
7059 \labelwidthstring MMMMMMMM
7060
7061 \hfill
7062 Center
7063 \hfill
7064  One 
7065 \family sans
7066 HFill
7067 \family default
7068  at the beginning of the label and one at the end centers it.
7069 \end_layout
7070
7071 \begin_layout Standard
7072 Don't worry if you have no idea what 
7073 \family sans
7074 HFill
7075 \family default
7076 s are yet.
7077  Just remember that you can use them to customize the look of the 
7078 \family sans
7079 List
7080 \family default
7081  environment.
7082 \end_layout
7083
7084 \begin_layout Standard
7085 That does it for the four paragraph environments for making lists.
7086  Oh - did we mention that you should read about nesting environments in
7087  section 
7088 \begin_inset LatexCommand ref
7089 reference "sec:nest"
7090
7091 \end_inset
7092
7093  if you want to use any of these list environments?
7094 \end_layout
7095
7096 \begin_layout Subsection
7097 Letters
7098 \end_layout
7099
7100 \begin_layout Subsubsection
7101
7102 \family sans
7103 Address
7104 \family default
7105  and 
7106 \family sans
7107 Right\InsetSpace ~
7108 Address
7109 \family default
7110 : An Overview
7111 \end_layout
7112
7113 \begin_layout Standard
7114 Although LyX has document classes for letters, we've also created two paragraph
7115  environments called 
7116 \family sans
7117 Address
7118 \family default
7119  and 
7120 \family sans
7121 Right\InsetSpace ~
7122 Address
7123 \family default
7124 .
7125  To use the letter class, you need to use specific paragraph environments
7126  in a specific order, otherwise LaTeX gags on the document.
7127  In contrast, you can use the 
7128 \family sans
7129 Address
7130 \family default
7131  and 
7132 \family sans
7133 Right\InsetSpace ~
7134 Address
7135 \family default
7136  paragraph environments anywhere with no problem.
7137  You can even nest them inside other environments, though you can't nest
7138  anything in them.
7139 \end_layout
7140
7141 \begin_layout Standard
7142 Of course, you're not limited to using 
7143 \family sans
7144 Address
7145 \family default
7146  and 
7147 \family sans
7148 Right\InsetSpace ~
7149 Address
7150 \family default
7151  for letters only.
7152  
7153 \family sans
7154 Right\InsetSpace ~
7155 Address
7156 \family default
7157 , in particular, is useful for creating article titles like those used in
7158  some European academic papers.
7159 \end_layout
7160
7161 \begin_layout Subsubsection
7162 Usage
7163 \begin_inset LatexCommand label
7164 name "sec:adress_usage"
7165
7166 \end_inset
7167
7168
7169 \end_layout
7170
7171 \begin_layout Standard
7172 The 
7173 \family sans
7174 Address
7175 \family default
7176  environment formats text in the style of an address, which is also used
7177  for the opening and signature in some countries.
7178  Similarly, the 
7179 \family sans
7180 Right\InsetSpace ~
7181 Address
7182 \family default
7183  environment formats text in the style of a right-justified address, which
7184  is used for the sender's address and today's date in some countries.
7185  Here's an example of each:
7186 \end_layout
7187
7188 \begin_layout Right Address
7189 Right Address
7190 \newline
7191 WhoAmI
7192 \newline
7193 WhereAmI
7194 \newline
7195 When is it? What is today?
7196 \end_layout
7197
7198 \begin_layout Standard
7199 That was 
7200 \family sans
7201 Right\InsetSpace ~
7202 Address
7203 \family default
7204 .
7205  Notice that the lines all have the same left margin, which LyX sets to
7206  fit the largest block of text on a single line.
7207  Here's an example of the 
7208 \family sans
7209 Address
7210 \family default
7211  environment:
7212 \end_layout
7213
7214 \begin_layout Address
7215 WhoAreYou
7216 \newline
7217 Where do I send this
7218 \newline
7219 Your post office and country
7220 \end_layout
7221
7222 \begin_layout Standard
7223 As you can see, both 
7224 \family sans
7225 Address
7226 \family default
7227  and 
7228 \family sans
7229 Right\InsetSpace ~
7230 Address
7231 \family default
7232  add extra space between themselves and the next paragraph.
7233  Speaking of which, if you hit 
7234 \family sans
7235 Return
7236 \family default
7237  in either of these environments, LyX resets the nesting depth and sets
7238  the environment to 
7239 \family sans
7240 Standard
7241 \family default
7242 .
7243  This makes sense, however, since 
7244 \family sans
7245 Return
7246 \family default
7247  is the 
7248 \family typewriter
7249 break-paragraph
7250 \family default
7251  function, and the individual lines of an address are not paragraphs.
7252  Thus, you'd use 
7253 \family typewriter
7254 break-line
7255 \family default
7256  [
7257 \family sans
7258 C-Return
7259 \family default
7260  or 
7261 \family sans
7262 Special\InsetSpace ~
7263 F
7264 \bar under
7265 o
7266 \bar default
7267 rmatting\SpecialChar \menuseparator
7268
7269 \bar under
7270 L
7271 \bar default
7272 inebreak
7273 \family default
7274  from the 
7275 \family sans
7276 \bar under
7277 I
7278 \bar default
7279 nsert
7280 \family default
7281  menu] to start a new line in an 
7282 \family sans
7283 Address
7284 \family default
7285  or 
7286 \family sans
7287 Right\InsetSpace ~
7288 Address
7289 \family default
7290  environment.
7291 \end_layout
7292
7293 \begin_layout Subsection
7294 Academic Writing
7295 \end_layout
7296
7297 \begin_layout Standard
7298 Most academic writing begins with an abstract and ends with a bibliography
7299  or list of references.
7300  LyX contains paragraph environments for both of these.
7301 \end_layout
7302
7303 \begin_layout Subsubsection
7304
7305 \family sans
7306 Abstract
7307 \end_layout
7308
7309 \begin_layout Standard
7310 The 
7311 \family sans
7312 Abstract
7313 \family default
7314  environment is used for the abstract of an article.
7315  Technically, you 
7316 \emph on
7317 could
7318 \emph default
7319  use this environment anywhere, but you really 
7320 \emph on
7321 should
7322 \emph default
7323  only use it at the beginning of the document, after the title.
7324  The 
7325 \family sans
7326 Abstract
7327 \family default
7328  environment is only useful in the 
7329 \begin_inset Quotes eld
7330 \end_inset
7331
7332 article
7333 \begin_inset Quotes erd
7334 \end_inset
7335
7336  and 
7337 \begin_inset Quotes eld
7338 \end_inset
7339
7340 report
7341 \begin_inset Quotes erd
7342 \end_inset
7343
7344  document classes [as well as 
7345 \begin_inset Quotes eld
7346 \end_inset
7347
7348 amsart,
7349 \begin_inset Quotes erd
7350 \end_inset
7351
7352  which is just a specialized version of 
7353 \begin_inset Quotes eld
7354 \end_inset
7355
7356 article
7357 \begin_inset Quotes erd
7358 \end_inset
7359
7360 ].
7361  The 
7362 \begin_inset Quotes eld
7363 \end_inset
7364
7365 book
7366 \begin_inset Quotes erd
7367 \end_inset
7368
7369  document class ignores the 
7370 \family sans
7371 Abstract
7372 \family default
7373  completely, and it's utterly silly to use 
7374 \family sans
7375 Abstract
7376 \family default
7377  in the 
7378 \begin_inset Quotes eld
7379 \end_inset
7380
7381 letter
7382 \begin_inset Quotes erd
7383 \end_inset
7384
7385  document class.
7386 \end_layout
7387
7388 \begin_layout Standard
7389 The 
7390 \family sans
7391 Abstract
7392 \family default
7393  environment does several things for you.
7394  First, it puts the centered label 
7395 \begin_inset Quotes eld
7396 \end_inset
7397
7398 Abstract
7399 \begin_inset Quotes erd
7400 \end_inset
7401
7402  above the text.
7403  The label and the text of the abstract are separated by some extra vertical
7404  space.
7405  Second, it typesets everything in a smaller font, just as you'd expect.
7406  Lastly, it adds a bit of extra vertical space between the abstract and
7407  the subsequent text.
7408  Well, that's how it will appear on the LyX screen.
7409  If your document is in the 
7410 \begin_inset Quotes eld
7411 \end_inset
7412
7413 report
7414 \begin_inset Quotes erd
7415 \end_inset
7416
7417  class, the abstract actually appears on a separate page in the printed
7418  version of the file.
7419 \end_layout
7420
7421 \begin_layout Standard
7422 Starting a new paragraph by hitting 
7423 \family sans
7424 Return
7425 \family default
7426  does 
7427 \emph on
7428 not
7429 \emph default
7430  reset the paragraph environment.
7431  The new paragraph will still be in the 
7432 \family sans
7433 Abstract
7434 \family default
7435  environment.
7436  So, you will have to change the paragraph environment yourself when you
7437  finish entering the abstract of your document.
7438 \end_layout
7439
7440 \begin_layout Standard
7441 We'd love to give you an example of the 
7442 \family sans
7443 Abstract
7444 \family default
7445  environment, but we can't, since this document is in the 
7446 \begin_inset Quotes eld
7447 \end_inset
7448
7449 book
7450 \begin_inset Quotes erd
7451 \end_inset
7452
7453  class.
7454  If you've never heard of an 
7455 \begin_inset Quotes eld
7456 \end_inset
7457
7458 abstract
7459 \begin_inset Quotes erd
7460 \end_inset
7461
7462  before, you can safely ignore this environment.
7463 \end_layout
7464
7465 \begin_layout Subsubsection
7466
7467 \family sans
7468 Bibliography
7469 \family default
7470
7471 \begin_inset LatexCommand label
7472 name "sec:bibliography"
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \begin_layout Standard
7480 The 
7481 \family sans
7482 Bibliography
7483 \family default
7484  environment is used to list references.
7485  Technically, you 
7486 \emph on
7487 could
7488 \emph default
7489  use this environment anywhere, but you really 
7490 \emph on
7491 should
7492 \emph default
7493  only use it at the end of the document.
7494  Also, don't bother trying to nest 
7495 \family sans
7496 Bibliography
7497 \family default
7498  in anything else or vice versa.
7499  It won't work.
7500 \end_layout
7501
7502 \begin_layout Standard
7503 When you first open a 
7504 \family sans
7505 Bibliography
7506 \family default
7507  environment, LyX add a large vertical space, followed by the heading 
7508 \begin_inset Quotes eld
7509 \end_inset
7510
7511 Bibliography
7512 \begin_inset Quotes erd
7513 \end_inset
7514
7515  or 
7516 \begin_inset Quotes eld
7517 \end_inset
7518
7519 References,
7520 \begin_inset Quotes erd
7521 \end_inset
7522
7523  depending on the document class.
7524  The heading is in a large boldface font.
7525  Each paragraph of the 
7526 \family sans
7527 Bibliography
7528 \family default
7529  environment is a bibliography entry.
7530  Thus, hitting 
7531 \family sans
7532 Return
7533 \family default
7534  does 
7535 \emph on
7536 not
7537 \emph default
7538  reset the paragraph environment.
7539  Each new paragraph is still in the 
7540 \family sans
7541 Bibliography
7542 \family default
7543  environment.
7544 \end_layout
7545
7546 \begin_layout Standard
7547 At the 
7548 \emph on
7549 beginning
7550 \emph default
7551  of the 
7552 \emph on
7553 first line
7554 \emph default
7555  of each paragraph, you will see a gray button showing a number.
7556  If you click on it, you will get a dialog in which you can set a 
7557 \family sans
7558 key
7559 \family default
7560  and a 
7561 \family sans
7562 label
7563 \family default
7564 .
7565  The key is the symbolic name by which you will refer to this bibliography
7566  entry.
7567  For example, suppose your first entry in the bibliography was a book about
7568  LaTeX.
7569  We could choose the key 
7570 \begin_inset Quotes eld
7571 \end_inset
7572
7573 latexguide
7574 \begin_inset Quotes erd
7575 \end_inset
7576
7577  for that entry.
7578  You can also give a label, which will be displayed in the gray inset box.
7579 \end_layout
7580
7581 \begin_layout Standard
7582 The 
7583 \family sans
7584 key
7585 \family default
7586  field isn't useless.
7587  You can refer to your bibliography entries using the 
7588 \family sans
7589 \bar under
7590 I
7591 \bar default
7592 nsert\SpecialChar \menuseparator
7593
7594 \bar under
7595 C
7596 \bar default
7597 itation
7598 \family default
7599  command.
7600  Just choose the key inside in the available keys list, then add a reference
7601  by clicking on the left arrow, which will add it to the selected keys list.
7602  Multiple references can be placed by selecting more than one key.
7603  An example of the 
7604 \family sans
7605 Bibliography
7606 \family default
7607  appears at the end of this document.
7608  
7609 \begin_inset Quotes eld
7610 \end_inset
7611
7612 See 
7613 \begin_inset LatexCommand cite
7614 key "latexguide"
7615
7616 \end_inset
7617
7618  or 
7619 \begin_inset LatexCommand cite
7620 after "Chapter 3"
7621 key "latexcompanion"
7622
7623 \end_inset
7624
7625
7626 \begin_inset Quotes erd
7627 \end_inset
7628
7629  is an example of how to cite two of the entries in it.
7630  In the second one, we used the 
7631 \family sans
7632 T
7633 \bar under
7634 e
7635 \bar default
7636 xt\InsetSpace ~
7637 after
7638 \family default
7639  field of the citation dialog to add the text 
7640 \begin_inset Quotes eld
7641 \end_inset
7642
7643 Chapter 3
7644 \begin_inset Quotes erd
7645 \end_inset
7646
7647 .
7648  The texts 
7649 \begin_inset Quotes eld
7650 \end_inset
7651
7652 latexguide
7653 \begin_inset Quotes erd
7654 \end_inset
7655
7656  and 
7657 \begin_inset Quotes eld
7658 \end_inset
7659
7660 latexcompanion
7661 \begin_inset Quotes erd
7662 \end_inset
7663
7664  that you see on screen will be replaced in print by the number or the label
7665  of the bibliography entry.
7666 \end_layout
7667
7668 \begin_layout Standard
7669 The more advanced LaTeX bibliography package BibTeX is also supported by
7670  LyX.
7671  For a description of how to use it, please refer to the 
7672 \emph on
7673 Extended LyX Features
7674 \emph default
7675  document.
7676 \end_layout
7677
7678 \begin_layout Subsection
7679 Special Purpose
7680 \end_layout
7681
7682 \begin_layout Standard
7683 There are three standard paragraph environments that simply don't fit any
7684  category, as they are very specialized for a particular purpose.
7685  We'll point out the highlights and uses of each.
7686 \end_layout
7687
7688 \begin_layout Subsubsection
7689
7690 \family sans
7691 Caption
7692 \family default
7693
7694 \begin_inset LatexCommand label
7695 name "sec:captionlayout"
7696
7697 \end_inset
7698
7699
7700 \end_layout
7701
7702 \begin_layout Standard
7703 The 
7704 \family sans
7705 Caption
7706 \family default
7707  environment is the default paragraph environment for 
7708 \family sans
7709 Figure\InsetSpace ~
7710 Floats
7711 \family default
7712  and 
7713 \family sans
7714 Table\InsetSpace ~
7715 Floats
7716 \family default
7717 .
7718  On the LyX screen, you'll see either the label 
7719 \begin_inset Quotes eld
7720 \end_inset
7721
7722 Figure #:
7723 \begin_inset Quotes erd
7724 \end_inset
7725
7726  or 
7727 \begin_inset Quotes eld
7728 \end_inset
7729
7730 Table #:
7731 \begin_inset Quotes erd
7732 \end_inset
7733
7734 , depending on which type of 
7735 \family sans
7736 Float
7737 \family default
7738  it's in.
7739  The actual reference number is substituted in this label in the printed
7740  output.
7741 \end_layout
7742
7743 \begin_layout Standard
7744 You can't really nest things into a 
7745 \family sans
7746 Caption
7747 \family default
7748  environment.
7749  Additionally, hitting 
7750 \family sans
7751 Return
7752 \family default
7753  resets the paragraph environment to 
7754 \family sans
7755 Standard
7756 \family default
7757 , so a 
7758 \family sans
7759 Caption
7760 \family default
7761  can only be a single paragraph.
7762 \end_layout
7763
7764 \begin_layout Standard
7765 You cannot use a 
7766 \family sans
7767 Caption
7768 \family default
7769  environment outside of a 
7770 \family sans
7771 Figure\InsetSpace ~
7772 Float
7773 \family default
7774  or a 
7775 \family sans
7776 Table\InsetSpace ~
7777 Float
7778 \family default
7779 .
7780  See sections 
7781 \begin_inset LatexCommand ref
7782 reference "sec:figures"
7783
7784 \end_inset
7785
7786  and 
7787 \begin_inset LatexCommand ref
7788 reference "sec:tables"
7789
7790 \end_inset
7791
7792  for more information on 
7793 \family sans
7794 Figure\InsetSpace ~
7795 Floats
7796 \family default
7797  and 
7798 \family sans
7799 Table\InsetSpace ~
7800 Floats
7801 \family default
7802 .
7803  
7804 \end_layout
7805
7806 \begin_layout Subsubsection
7807 LyX
7808 \family sans
7809 -Code
7810 \end_layout
7811
7812 \begin_layout Standard
7813 The 
7814 \family sans
7815 LyX-Code
7816 \family default
7817  environment is another LyX extension.
7818  It type-sets text in a typewriter-style font.
7819  It also treats the 
7820 \family sans
7821 Space
7822 \family default
7823  key as a fixed whitespace;
7824 \begin_inset Foot
7825 status collapsed
7826
7827 \begin_layout Standard
7828 In the 
7829 \family sans
7830 LyX-Code
7831 \family default
7832  environment, the 
7833 \family sans
7834 Space
7835 \family default
7836  key is treated as a 
7837 \family sans
7838 Protected\InsetSpace ~
7839 Blank
7840 \family default
7841  instead of an end-of-word marker.
7842 \end_layout
7843
7844 \end_inset
7845
7846  this is the only case in which you can type multiple whitespaces in LyX.
7847  If you need to insert blank lines, you'll still need to use 
7848 \family sans
7849 C-Return
7850 \family default
7851  [the 
7852 \family typewriter
7853 break-line
7854 \family default
7855  function].
7856  
7857 \family sans
7858 Return
7859 \family default
7860  breaks paragraphs.
7861  Note, however, that 
7862 \family sans
7863 Return
7864 \family default
7865  does 
7866 \emph on
7867 not
7868 \emph default
7869  reset the paragraph environment.
7870  So, when you finish using the 
7871 \family sans
7872 LyX-Code
7873 \family default
7874  environment, you'll need to change the paragraph environment yourself.
7875  Also, you 
7876 \emph on
7877 can
7878 \emph default
7879  nest the 
7880 \family sans
7881 LyX-Code
7882 \family default
7883  environment inside of others.
7884 \end_layout
7885
7886 \begin_layout Standard
7887 There are a few quirks with this environment:
7888 \end_layout
7889
7890 \begin_layout Itemize
7891 You cannot use 
7892 \family sans
7893 C-Return
7894 \family default
7895  at the beginning of a new paragraph [i.e.
7896  you can't follow 
7897 \family sans
7898 Return
7899 \family default
7900  with a 
7901 \family sans
7902 C-Return
7903 \family default
7904 ].
7905 \end_layout
7906
7907 \begin_layout Itemize
7908 You can't follow a 
7909 \family sans
7910 C-Return
7911 \family default
7912  with a 
7913 \family sans
7914 Space
7915 \family default
7916 .
7917 \end_layout
7918
7919 \begin_deeper
7920 \begin_layout Itemize
7921 Use a 
7922 \family sans
7923 Return
7924 \family default
7925  to begin a new paragraph, then you can use a 
7926 \family sans
7927 Space
7928 \family default
7929 .
7930 \end_layout
7931
7932 \begin_layout Itemize
7933 Or: use 
7934 \family sans
7935 C-Space
7936 \family default
7937  instead.
7938 \end_layout
7939
7940 \end_deeper
7941 \begin_layout Itemize
7942 You can't have an empty paragraph or an empty line.
7943  You must put at least one 
7944 \family sans
7945 Space
7946 \family default
7947  in any line you want blank.
7948  Otherwise, LaTeX generates errors.
7949 \end_layout
7950
7951 \begin_layout Itemize
7952 You cannot get the typewriter double quotes by typing 
7953 \family sans
7954 "
7955 \family default
7956  since that will insert 
7957 \emph on
7958 real
7959 \emph default
7960  quotes.
7961  You get the typewriter double quotes with 
7962 \family sans
7963 C-"
7964 \family default
7965  (or 
7966 \family sans
7967 C-q
7968 \family default
7969  if you use Emacs-like key bindings).
7970 \end_layout
7971
7972 \begin_layout Standard
7973 Here's an example:
7974 \end_layout
7975
7976 \begin_layout LyX-Code
7977 #include <stdio.h>
7978 \end_layout
7979
7980 \begin_layout LyX-Code
7981  
7982 \end_layout
7983
7984 \begin_layout LyX-Code
7985 int main(void)
7986 \end_layout
7987
7988 \begin_layout LyX-Code
7989 {
7990 \end_layout
7991
7992 \begin_layout LyX-Code
7993     printf("Hello World
7994 \backslash
7995 n");
7996 \end_layout
7997
7998 \begin_layout LyX-Code
7999     return 0;
8000 \end_layout
8001
8002 \begin_layout LyX-Code
8003 }
8004 \end_layout
8005
8006 \begin_layout Standard
8007 This is just the standard 
8008 \begin_inset Quotes eld
8009 \end_inset
8010
8011 Hello world!
8012 \begin_inset Quotes erd
8013 \end_inset
8014
8015  program.
8016  
8017 \end_layout
8018
8019 \begin_layout Standard
8020
8021 \family sans
8022 LyX-Code
8023 \family default
8024  has one purpose: to typeset code, such as program source, shell scripts,
8025  rc-files, and so on.
8026  Use it only in those very, very special cases where you need to generate
8027  text as if you used a typewriter.
8028 \end_layout
8029
8030 \begin_layout Section
8031 Nesting Environments
8032 \begin_inset LatexCommand label
8033 name "sec:nest"
8034
8035 \end_inset
8036
8037
8038 \end_layout
8039
8040 \begin_layout Subsection
8041 The Big Deal
8042 \end_layout
8043
8044 \begin_layout Standard
8045 Throughout the previous sections, we've been nagging you to 
8046 \begin_inset Quotes eld
8047 \end_inset
8048
8049 go read Section\InsetSpace ~
8050
8051 \begin_inset LatexCommand ref
8052 reference "sec:nest"
8053
8054 \end_inset
8055
8056 .
8057 \begin_inset Quotes erd
8058 \end_inset
8059
8060  So, you're probably wondering what the big deal is.
8061 \end_layout
8062
8063 \begin_layout Standard
8064 The big deal is that LyX differs rather strongly from the traditional 
8065 \begin_inset Quotes eld
8066 \end_inset
8067
8068 word\SpecialChar \-
8069 processor-as-overglorified-typewriter
8070 \begin_inset Quotes erd
8071 \end_inset
8072
8073  concept.
8074  With a typewriter, text is merely ink on a page.
8075  Most word processors aren't much better, treating text as pixels on the
8076  screen and bytes in memory.
8077  In contrast, LyX treats text as a unified block with a particular context
8078  and specific properties.
8079  However, what if you wanted one 
8080 \begin_inset Quotes eld
8081 \end_inset
8082
8083 block
8084 \begin_inset Quotes erd
8085 \end_inset
8086
8087  to inherit some of the properties of another 
8088 \begin_inset Quotes eld
8089 \end_inset
8090
8091 block
8092 \begin_inset Quotes erd
8093 \end_inset
8094
8095  ? 
8096 \end_layout
8097
8098 \begin_layout Standard
8099 Here's a more specific example: outlines.
8100  You have three main points in your outline, but point #2 also has two subpoints.
8101  In other words, you have a list 
8102 \emph on
8103 inside
8104 \emph default
8105  of another list, with the inner list 
8106 \begin_inset Quotes eld
8107 \end_inset
8108
8109 attached
8110 \begin_inset Quotes erd
8111 \end_inset
8112
8113  to item #2:
8114 \end_layout
8115
8116 \begin_layout Enumerate
8117 one
8118 \end_layout
8119
8120 \begin_layout Enumerate
8121 two
8122 \end_layout
8123
8124 \begin_deeper
8125 \begin_layout Enumerate
8126 sublist - item #1
8127 \end_layout
8128
8129 \begin_layout Enumerate
8130 sublist - item #2
8131 \end_layout
8132
8133 \end_deeper
8134 \begin_layout Enumerate
8135 three
8136 \end_layout
8137
8138 \begin_layout Standard
8139 How do you put a list inside of a list? By now, the answer should be obvious:
8140  you nest one list inside the other.
8141  
8142 \end_layout
8143
8144 \begin_layout Standard
8145 How to nest an environment is quite simple.
8146  Select 
8147 \family sans
8148 \bar under
8149 I
8150 \bar default
8151 ncrease\InsetSpace ~
8152 Environment\InsetSpace ~
8153 Depth
8154 \family default
8155  or 
8156 \family sans
8157 \bar under
8158 D
8159 \bar default
8160 ecrease\InsetSpace ~
8161 Environment\InsetSpace ~
8162 Depth
8163 \family default
8164  from the 
8165 \family sans
8166 \bar under
8167 E
8168 \bar default
8169 dit
8170 \family default
8171  menu to change the nesting depth of the current paragraph (the status bar
8172  will tell you how far you are nested).
8173 \end_layout
8174
8175 \begin_layout Standard
8176 You can also use the convenient key bindings 
8177 \family sans
8178 S-M-Left
8179 \family default
8180  and 
8181 \family sans
8182 S-M-Right
8183 \begin_inset Foot
8184 status collapsed
8185
8186 \begin_layout Standard
8187
8188 \family sans
8189 M-p\InsetSpace ~
8190 Left
8191 \family default
8192  and 
8193 \family sans
8194 M-p\InsetSpace ~
8195 Right
8196 \family default
8197  are alternatives, if you prefer those bindings
8198 \end_layout
8199
8200 \end_inset
8201
8202
8203 \family default
8204  to change the nesting level.
8205  The change will work on the current selection if you have made one (allowing
8206  you to change the nesting of several paragraphs at once), or the current
8207  paragraph.
8208 \end_layout
8209
8210 \begin_layout Standard
8211 Note that LyX only changes the nesting depth if it can.
8212  If it's invalid to do so, nothing happens if you try to change the depth.
8213  Additionally, if you change the depth of one paragraph, it affects the
8214  depth of every paragraph nested inside of it.
8215  It's hard to describe what exactly LyX does in this case.
8216  That depends specifically on what your text looks like.
8217  Your best bet is to simply play with changing the nesting depth and see
8218  what happens.
8219 \end_layout
8220
8221 \begin_layout Standard
8222 Nesting isn't just limited to lists.
8223  In LyX, you can nest just about anything inside anything else, as you're
8224  about to find out.
8225  This is the real power of nesting paragraph environments.
8226 \end_layout
8227
8228 \begin_layout Subsection
8229 What You Can and Can't Nest
8230 \end_layout
8231
8232 \begin_layout Standard
8233 Before we fire a list of paragraph environments at you, we need to tell
8234  you a little bit more about how nesting works.
8235 \end_layout
8236
8237 \begin_layout Standard
8238 The question of nesting is a bit more complicated than a simple yes or no,
8239  can you or can't you.
8240  There's also the question of how.
8241  Can you nest this environment into anything else? Can you nest another
8242  environment into it? A 
8243 \begin_inset Quotes eld
8244 \end_inset
8245
8246 yes
8247 \begin_inset Quotes erd
8248 \end_inset
8249
8250  to one of these doesn't guarantee a 
8251 \begin_inset Quotes eld
8252 \end_inset
8253
8254 yes
8255 \begin_inset Quotes erd
8256 \end_inset
8257
8258  to the other.
8259 \end_layout
8260
8261 \begin_layout Standard
8262 The paragraph environments in LyX can do one of three things when it comes
8263  to nesting.
8264  First, an environment may be completely unnestable.
8265  Second, there are environments that are fully nestable.
8266  You can nest them inside of things and you can also nest other things inside
8267  of them.
8268  There is one last type of environment.
8269  You can nest them into other environments, but that's it.
8270  You can't nest anything into them.
8271 \end_layout
8272
8273 \begin_layout Standard
8274 Here's a list of the three types of nesting behavior, and which paragraph
8275  environments have them:
8276 \begin_inset Foot
8277 status collapsed
8278
8279 \begin_layout Standard
8280 For some odd reason, LyX allows you to fully nest both 
8281 \family sans
8282 Bibliography
8283 \family default
8284  and 
8285 \family sans
8286 Abstract
8287 \family default
8288 .
8289  Also, LyX allows you to nest 
8290 \family sans
8291 Title
8292 \family default
8293
8294 \family sans
8295 Author
8296 \family default
8297 , and 
8298 \family sans
8299 Date
8300 \family default
8301  into other environments.
8302  We urge you not to.
8303  LaTeX may barf if you try it.
8304  Then again, it may not.
8305  We don't know for certain.
8306  However, it makes no sense contextually to perform any nesting with these
8307  environments, so why would you ever want to?
8308 \end_layout
8309
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \begin_layout Description
8316 Unnestable Can't nest them.
8317  Can't nest into them.
8318 \end_layout
8319
8320 \begin_deeper
8321 \begin_layout Itemize
8322
8323 \family sans
8324 Bibliography
8325 \end_layout
8326
8327 \begin_layout Itemize
8328
8329 \family sans
8330 Title
8331 \end_layout
8332
8333 \begin_layout Itemize
8334
8335 \family sans
8336 Author
8337 \end_layout
8338
8339 \begin_layout Itemize
8340
8341 \family sans
8342 Date
8343 \end_layout
8344
8345 \end_deeper
8346 \begin_layout Description
8347 Fully\InsetSpace ~
8348 Nestable You can nest them.
8349  You can nest other things into them.
8350 \end_layout
8351
8352 \begin_deeper
8353 \begin_layout Itemize
8354
8355 \family sans
8356 Abstract
8357 \end_layout
8358
8359 \begin_layout Itemize
8360
8361 \family sans
8362 Verse
8363 \end_layout
8364
8365 \begin_layout Itemize
8366
8367 \family sans
8368 Quote
8369 \end_layout
8370
8371 \begin_layout Itemize
8372
8373 \family sans
8374 Quotation
8375 \end_layout
8376
8377 \begin_layout Itemize
8378
8379 \family sans
8380 Itemize
8381 \end_layout
8382
8383 \begin_layout Itemize
8384
8385 \family sans
8386 Enumerate
8387 \end_layout
8388
8389 \begin_layout Itemize
8390
8391 \family sans
8392 Description
8393 \end_layout
8394
8395 \begin_layout Itemize
8396
8397 \family sans
8398 List
8399 \end_layout
8400
8401 \begin_layout Itemize
8402
8403 \family sans
8404 LyX-Code
8405 \end_layout
8406
8407 \end_deeper
8408 \begin_layout Description
8409 Nestable-Inside You can nest them inside of other things.
8410  You can't nest anything into them.
8411 \end_layout
8412
8413 \begin_deeper
8414 \begin_layout Itemize
8415
8416 \family sans
8417 Part
8418 \end_layout
8419
8420 \begin_layout Itemize
8421
8422 \family sans
8423 Chapter
8424 \end_layout
8425
8426 \begin_layout Itemize
8427
8428 \family sans
8429 Section
8430 \family default
8431  
8432 \end_layout
8433
8434 \begin_layout Itemize
8435
8436 \family sans
8437 Subsection
8438 \end_layout
8439
8440 \begin_layout Itemize
8441
8442 \family sans
8443 Subsubsection
8444 \end_layout
8445
8446 \begin_layout Itemize
8447
8448 \family sans
8449 Paragraph
8450 \family default
8451  
8452 \end_layout
8453
8454 \begin_layout Itemize
8455
8456 \family sans
8457 Subparagraph
8458 \end_layout
8459
8460 \begin_layout Itemize
8461
8462 \family sans
8463 Part*
8464 \end_layout
8465
8466 \begin_layout Itemize
8467
8468 \family sans
8469 Chapter*
8470 \end_layout
8471
8472 \begin_layout Itemize
8473
8474 \family sans
8475 Section*
8476 \end_layout
8477
8478 \begin_layout Itemize
8479
8480 \family sans
8481 Subsection*
8482 \end_layout
8483
8484 \begin_layout Itemize
8485
8486 \family sans
8487 Subsubsection*
8488 \end_layout
8489
8490 \begin_layout Itemize
8491
8492 \family sans
8493 Standard
8494 \end_layout
8495
8496 \begin_layout Itemize
8497
8498 \family sans
8499 Right\InsetSpace ~
8500 Address
8501 \end_layout
8502
8503 \begin_layout Itemize
8504
8505 \family sans
8506 Address
8507 \end_layout
8508
8509 \begin_layout Itemize
8510
8511 \family sans
8512 Caption
8513 \end_layout
8514
8515 \end_deeper
8516 \begin_layout Subsection
8517 Nesting Other Things: Tables, Math, Floats, etc.
8518 \begin_inset LatexCommand label
8519 name "sec:table-and-fig-nesting"
8520
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \begin_layout Standard
8527 There are several things that aren't paragraph environments, but which are
8528  affected by nesting anyhow.
8529  They are:
8530 \end_layout
8531
8532 \begin_layout Itemize
8533 equations
8534 \end_layout
8535
8536 \begin_layout Itemize
8537 tables
8538 \end_layout
8539
8540 \begin_layout Itemize
8541 figures
8542 \end_layout
8543
8544 \begin_layout Standard
8545 [Note: if you put a figure or a table in a 
8546 \family sans
8547 Float
8548 \family default
8549 , this is no longer true.
8550  See below or look in sections 
8551 \begin_inset LatexCommand ref
8552 reference "sec:figures"
8553
8554 \end_inset
8555
8556  or 
8557 \begin_inset LatexCommand ref
8558 reference "sec:tables"
8559
8560 \end_inset
8561
8562  for more info.]
8563 \end_layout
8564
8565 \begin_layout Standard
8566 LyX can treat these three objects as either a word or as a paragraph.
8567  Well, you can't inline a table, but you can inline math and figures.
8568  If a figure or an equation is inlined, it goes wherever the paragraph it's
8569  in goes.
8570 \end_layout
8571
8572 \begin_layout Standard
8573 On the other hand, if you have an equation, figure or table in a 
8574 \begin_inset Quotes eld
8575 \end_inset
8576
8577 paragraph
8578 \begin_inset Quotes erd
8579 \end_inset
8580
8581  of its own, it behaves just like a 
8582 \begin_inset Quotes eld
8583 \end_inset
8584
8585 nestable-inside
8586 \begin_inset Quotes erd
8587 \end_inset
8588
8589  paragraph environment.
8590  You can nest it into any environment, but you [obviously] can't nest anything
8591  into it.
8592 \end_layout
8593
8594 \begin_layout Standard
8595 Here's an example with a table:
8596 \end_layout
8597
8598 \begin_layout Enumerate
8599 Item One
8600 \end_layout
8601
8602 \begin_deeper
8603 \begin_layout Enumerate
8604 This is (a) and it's nested.
8605 \end_layout
8606
8607 \begin_deeper
8608 \begin_layout Standard
8609 \begin_inset VSpace 0.3cm
8610 \end_inset
8611
8612
8613 \end_layout
8614
8615 \begin_layout Standard
8616 \align center
8617 \begin_inset Tabular
8618 <lyxtabular version="3" rows="2" columns="2">
8619 <features>
8620 <column alignment="center" valignment="top" leftline="true" width="0pt">
8621 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8622 <row topline="true">
8623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Standard
8627
8628 \family roman
8629 \series medium
8630 \shape up
8631 \size normal
8632 \emph off
8633 \bar no
8634 \noun off
8635 \color none
8636 a
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Standard
8645
8646 \family roman
8647 \series medium
8648 \shape up
8649 \size normal
8650 \emph off
8651 \bar no
8652 \noun off
8653 \color none
8654 b
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row topline="true" bottomline="true">
8661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Standard
8665
8666 \family roman
8667 \series medium
8668 \shape up
8669 \size normal
8670 \emph off
8671 \bar no
8672 \noun off
8673 \color none
8674 c
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Standard
8683
8684 \family roman
8685 \series medium
8686 \shape up
8687 \size normal
8688 \emph off
8689 \bar no
8690 \noun off
8691 \color none
8692 d
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 </lyxtabular>
8699
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \begin_layout Standard
8706 \begin_inset VSpace 0.3cm
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \end_deeper
8713 \begin_layout Enumerate
8714 This is (b).
8715  The table is actually nested inside (a).
8716 \end_layout
8717
8718 \end_deeper
8719 \begin_layout Enumerate
8720 Back out again.
8721 \end_layout
8722
8723 \begin_layout Standard
8724 If we hadn't nested the table at all, the list would look like this:
8725 \end_layout
8726
8727 \begin_layout Enumerate
8728 Item One
8729 \end_layout
8730
8731 \begin_deeper
8732 \begin_layout Enumerate
8733 This is (a) and it's nested.
8734 \end_layout
8735
8736 \end_deeper
8737 \begin_layout Standard
8738 \begin_inset VSpace 0.3cm
8739 \end_inset
8740
8741
8742 \end_layout
8743
8744 \begin_layout Standard
8745 \align center
8746 \begin_inset Tabular
8747 <lyxtabular version="3" rows="2" columns="2">
8748 <features>
8749 <column alignment="center" valignment="top" leftline="true" width="0pt">
8750 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8751 <row topline="true">
8752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Standard
8756
8757 \family roman
8758 \series medium
8759 \shape up
8760 \size normal
8761 \emph off
8762 \bar no
8763 \noun off
8764 \color none
8765 a
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Standard
8774
8775 \family roman
8776 \series medium
8777 \shape up
8778 \size normal
8779 \emph off
8780 \bar no
8781 \noun off
8782 \color none
8783 b
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row topline="true" bottomline="true">
8790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Standard
8794
8795 \family roman
8796 \series medium
8797 \shape up
8798 \size normal
8799 \emph off
8800 \bar no
8801 \noun off
8802 \color none
8803 c
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Standard
8812
8813 \family roman
8814 \series medium
8815 \shape up
8816 \size normal
8817 \emph off
8818 \bar no
8819 \noun off
8820 \color none
8821 d
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 </lyxtabular>
8828
8829 \end_inset
8830
8831
8832 \end_layout
8833
8834 \begin_layout Standard
8835 \begin_inset VSpace 0.3cm
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \begin_layout Enumerate
8842 This is (b).
8843  The table is 
8844 \emph on
8845 not
8846 \emph default
8847  nested inside (a).
8848  In fact, it's not nested at all.
8849 \end_layout
8850
8851 \begin_layout Enumerate
8852 Back out again.
8853 \end_layout
8854
8855 \begin_layout Standard
8856 Notice how item (b) is not only no longer nested, but is also the first
8857  item of a new list!
8858 \end_layout
8859
8860 \begin_layout Standard
8861 There's another trap you can fall into: nesting the table, but not going
8862  deep enough.
8863  LyX turns anything after the table into a new [sub]list.
8864 \end_layout
8865
8866 \begin_layout Enumerate
8867 Item One
8868 \end_layout
8869
8870 \begin_deeper
8871 \begin_layout Enumerate
8872 This is (a) and it's nested.
8873 \end_layout
8874
8875 \begin_layout Standard
8876 \begin_inset VSpace 0.3cm
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \begin_layout Standard
8883 \align center
8884 \begin_inset Tabular
8885 <lyxtabular version="3" rows="2" columns="2">
8886 <features>
8887 <column alignment="center" valignment="top" leftline="true" width="0pt">
8888 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8889 <row topline="true">
8890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Standard
8894
8895 \family roman
8896 \series medium
8897 \shape up
8898 \size normal
8899 \emph off
8900 \bar no
8901 \noun off
8902 \color none
8903 a
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Standard
8912
8913 \family roman
8914 \series medium
8915 \shape up
8916 \size normal
8917 \emph off
8918 \bar no
8919 \noun off
8920 \color none
8921 b
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 <row topline="true" bottomline="true">
8928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Standard
8932
8933 \family roman
8934 \series medium
8935 \shape up
8936 \size normal
8937 \emph off
8938 \bar no
8939 \noun off
8940 \color none
8941 c
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Standard
8950
8951 \family roman
8952 \series medium
8953 \shape up
8954 \size normal
8955 \emph off
8956 \bar no
8957 \noun off
8958 \color none
8959 d
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 </lyxtabular>
8966
8967 \end_inset
8968
8969
8970 \end_layout
8971
8972 \begin_layout Standard
8973 \begin_inset VSpace 0.3cm
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \begin_layout Enumerate
8980 This is (b).
8981  The table is actually nested inside Item One, but 
8982 \emph on
8983 not
8984 \emph default
8985  inside (a).
8986 \end_layout
8987
8988 \end_deeper
8989 \begin_layout Enumerate
8990 Back out again.
8991 \end_layout
8992
8993 \begin_layout Standard
8994 As you can see, item (b) turned into the first item of a new list, but a
8995  new list 
8996 \emph on
8997 inside
8998 \emph default
8999  item 1.
9000  The same thing would have happened to a figure or an equation.
9001  So, if you nest tables, figures or equations, make sure you go to the right
9002  depth!
9003 \end_layout
9004
9005 \begin_layout Standard
9006 Then there are the so-called 
9007 \family sans
9008 Floats
9009 \family default
9010 .
9011  A 
9012 \family sans
9013 Float
9014 \family default
9015  is a block of text associated with some sort of label, but which doesn't
9016  have a fixed location.
9017  It can 
9018 \begin_inset Quotes eld
9019 \end_inset
9020
9021 float
9022 \begin_inset Quotes erd
9023 \end_inset
9024
9025  forward or backward a page or two, to wherever it fits best.
9026  
9027 \family sans
9028 Footnotes
9029 \family default
9030  and 
9031 \family sans
9032 Margin\InsetSpace ~
9033 Notes
9034 \family default
9035  are floats, as are 
9036 \family sans
9037 Table\InsetSpace ~
9038 Floats
9039 \family default
9040  and 
9041 \family sans
9042 Figure\InsetSpace ~
9043 Floats
9044 \family default
9045 .
9046  When you're editing a document in LyX, a closed 
9047 \family sans
9048 Float
9049 \family default
9050  looks like a gray button with a red label and goes wherever the paragraph
9051  it's in goes.
9052  However, because a 
9053 \family sans
9054 Float
9055 \family default
9056  has no fixed location in the final text, nesting has no effect on its actual
9057  location after you feed your document to LaTeX.
9058 \end_layout
9059
9060 \begin_layout Subsection
9061 Usage and General Features
9062 \end_layout
9063
9064 \begin_layout Standard
9065 Speaking of levels, LyX can perform up to a six-fold nesting.
9066  In other words, 
9067 \begin_inset Quotes eld
9068 \end_inset
9069
9070 level #6
9071 \begin_inset Quotes erd
9072 \end_inset
9073
9074  is the innermost possible depth.
9075  Here's an example to display what we mean:
9076 \end_layout
9077
9078 \begin_layout Enumerate
9079 level #1 - outermost
9080 \end_layout
9081
9082 \begin_deeper
9083 \begin_layout Enumerate
9084 level #2
9085 \end_layout
9086
9087 \begin_deeper
9088 \begin_layout Enumerate
9089 level #3
9090 \end_layout
9091
9092 \begin_deeper
9093 \begin_layout Enumerate
9094 level #4
9095 \end_layout
9096
9097 \begin_deeper
9098 \begin_layout Itemize
9099 level #5
9100 \end_layout
9101
9102 \begin_deeper
9103 \begin_layout Itemize
9104 level #6
9105 \end_layout
9106
9107 \end_deeper
9108 \end_deeper
9109 \end_deeper
9110 \end_deeper
9111 \end_deeper
9112 \begin_layout Standard
9113 Once again, LyX has a maximum of 6 levels, regardless of which specific
9114  paragraph environments you're using at a given level.
9115 \begin_inset Foot
9116 status collapsed
9117
9118 \begin_layout Standard
9119 Unfortunately, LyX doesn't enforce this limitation.
9120  If you try to exceed it, however, LaTeX will return errors when you go
9121  to produce output for your document.
9122 \end_layout
9123
9124 \end_inset
9125
9126  That means that you can perform a six-fold nesting of a 
9127 \family sans
9128 Description
9129 \family default
9130  list, or a 
9131 \family sans
9132 Verse
9133 \family default
9134  environment, and so on.
9135  You can also mix environments, as we shall see later.
9136 \end_layout
9137
9138 \begin_layout Standard
9139 There are two exceptions to the six-fold nesting limit, and you can see
9140  both of them in the example.
9141  Unlike the other fully-nestable environments, you can only perform a four-fold
9142  nesting with the 
9143 \family sans
9144 Enumerate
9145 \family default
9146  and 
9147 \family sans
9148 Itemize
9149 \family default
9150  environments.
9151  For example, if we tried to nest another 
9152 \family sans
9153 Enumerate
9154 \family default
9155  list inside of item 
9156 \begin_inset Quotes eld
9157 \end_inset
9158
9159 A.
9160 \begin_inset Quotes erd
9161 \end_inset
9162
9163 , we'd get errors.
9164 \begin_inset Foot
9165 status collapsed
9166
9167 \begin_layout Standard
9168 Once again, LyX doesn't enforce this limitation.
9169  If you try to exceed it, however, LaTeX will return errors when you go
9170  to produce output for your document.
9171 \end_layout
9172
9173 \end_inset
9174
9175
9176 \end_layout
9177
9178 \begin_layout Standard
9179 In case that you want to start a new list immediately after a list, or consecuti
9180 ve definitions, proofs etc, you can use the 
9181 \family sans
9182 --Separator--
9183 \family default
9184  environment to separate them.
9185  For example
9186 \end_layout
9187
9188 \begin_layout Enumerate
9189 item1
9190 \end_layout
9191
9192 \begin_layout --Separator--
9193
9194 \end_layout
9195
9196 \begin_layout Enumerate
9197 another item1
9198 \end_layout
9199
9200 \begin_deeper
9201 \begin_layout Enumerate
9202 nested item1
9203 \end_layout
9204
9205 \begin_layout --Separator--
9206
9207 \end_layout
9208
9209 \begin_layout Enumerate
9210 nested another item1
9211 \end_layout
9212
9213 \end_deeper
9214 \begin_layout Subsection
9215 Some Examples
9216 \end_layout
9217
9218 \begin_layout Standard
9219 The best way to explain just what you can do with nesting is by illustration.
9220  We have several examples of nested environments.
9221  In them, we explain how we created the example, so that you can reproduce
9222  them.
9223 \end_layout
9224
9225 \begin_layout Subsubsection
9226 Example #1: The Six-fold Way and Mixed Nesting
9227 \end_layout
9228
9229 \begin_layout Labeling
9230 \labelwidthstring MMM
9231 #1-a This is the outermost level.
9232  It's a 
9233 \family sans
9234 List
9235 \family default
9236  environment.
9237 \end_layout
9238
9239 \begin_deeper
9240 \begin_layout Labeling
9241 \labelwidthstring MMM
9242 #2-a This is level #2.
9243  We created it by using 
9244 \family sans
9245 M-Return
9246 \family default
9247  followed by 
9248 \family sans
9249 M-p\InsetSpace ~
9250 Right
9251 \family default
9252 .
9253 \end_layout
9254
9255 \begin_deeper
9256 \begin_layout Labeling
9257 \labelwidthstring MMM
9258 #3-a This is level #3.
9259  This time, we just hit 
9260 \family sans
9261 Return
9262 \family default
9263 , then used 
9264 \family sans
9265 M-p\InsetSpace ~
9266 Right
9267 \family default
9268  twice in a row.
9269  We could have also created it the same way as we did the previous level,
9270  by hitting 
9271 \family sans
9272 M-Return
9273 \family default
9274  followed by 
9275 \family sans
9276 M-p\InsetSpace ~
9277 Right
9278 \family default
9279 .
9280 \end_layout
9281
9282 \begin_deeper
9283 \begin_layout Standard
9284 This is actually a 
9285 \family sans
9286 Standard
9287 \family default
9288  environment, nested inside of 
9289 \begin_inset Quotes eld
9290 \end_inset
9291
9292 #3-a
9293 \begin_inset Quotes erd
9294 \end_inset
9295
9296 .
9297  So, it's at level #4.
9298  We did this by hitting 
9299 \family sans
9300 M-Return
9301 \family default
9302 , then 
9303 \family sans
9304 M-p\InsetSpace ~
9305 Right
9306 \family default
9307 , then changing the paragraph environment to 
9308 \family sans
9309 Standard
9310 \family default
9311 .
9312  Do this to create list items with more than one paragraph - it also works
9313  for the 
9314 \family sans
9315 Description
9316 \family default
9317
9318 \family sans
9319 Enumerate
9320 \family default
9321 , and 
9322 \family sans
9323 Itemize
9324 \family default
9325  environments!
9326 \end_layout
9327
9328 \begin_layout Standard
9329 Here's another 
9330 \family sans
9331 Standard
9332 \family default
9333  paragraph, also at level #4, made with just a 
9334 \family sans
9335 M-Return
9336 \family default
9337 .
9338 \end_layout
9339
9340 \begin_layout Labeling
9341 \labelwidthstring MMM
9342 #4-a This is level #4.
9343  We hit 
9344 \family sans
9345 M-Return
9346 \family default
9347  and changed the paragraph environment back to 
9348 \family sans
9349 List
9350 \family default
9351 .
9352  Remember - we can't nest anything inside of a 
9353 \family sans
9354 Standard
9355 \family default
9356  environment, which is why we're still at level #4.
9357  However, we 
9358 \emph on
9359 can
9360 \emph default
9361  keep nesting things inside of 
9362 \begin_inset Quotes eld
9363 \end_inset
9364
9365 #3-a
9366 \begin_inset Quotes erd
9367 \end_inset
9368
9369 .
9370 \end_layout
9371
9372 \begin_deeper
9373 \begin_layout Labeling
9374 \labelwidthstring MMM
9375 #5-a This is level #5\SpecialChar \ldots{}
9376
9377 \end_layout
9378
9379 \begin_deeper
9380 \begin_layout Labeling
9381 \labelwidthstring MMM
9382 #6-a \SpecialChar \ldots{}
9383 and this is level #6.
9384  By now, you should know how we made these two.
9385 \end_layout
9386
9387 \end_deeper
9388 \begin_layout Labeling
9389 \labelwidthstring MMM
9390 #5-b Back to level #5.
9391  Just hit 
9392 \family sans
9393 M-Return
9394 \family default
9395  followed by a 
9396 \family sans
9397 M-p\InsetSpace ~
9398 Left
9399 \family default
9400 .
9401 \end_layout
9402
9403 \end_deeper
9404 \begin_layout Labeling
9405 \labelwidthstring MMM
9406 #4-b After another 
9407 \family sans
9408 M-Return
9409 \family default
9410  followed by a 
9411 \family sans
9412 M-p\InsetSpace ~
9413 Left
9414 \family default
9415 , we're back at level #4.
9416 \end_layout
9417
9418 \end_deeper
9419 \begin_layout Labeling
9420 \labelwidthstring MMM
9421 #3-b Back to level #3.
9422  By now it should be obvious how we did this.
9423 \end_layout
9424
9425 \end_deeper
9426 \begin_layout Labeling
9427 \labelwidthstring MMM
9428 #2-b Back to level #2.
9429  
9430 \end_layout
9431
9432 \end_deeper
9433 \begin_layout Labeling
9434 \labelwidthstring MMM
9435 #1-b And last, back to the outermost level, #1.
9436  After this sentence, we'll hit 
9437 \family sans
9438 Return
9439 \family default
9440  and change the paragraph environment back to 
9441 \family sans
9442 Standard
9443 \family default
9444  to end the list.
9445 \end_layout
9446
9447 \begin_layout Standard
9448 There you have it! Oh --- we could have also used the 
9449 \family sans
9450 Description
9451 \family default
9452
9453 \family sans
9454 Quote
9455 \family default
9456
9457 \family sans
9458 Quotation
9459 \family default
9460 , or even the 
9461 \family sans
9462 Verse
9463 \family default
9464  environment in place of the 
9465 \family sans
9466 List
9467 \family default
9468  environment.
9469  The example would have worked exactly the same.
9470 \end_layout
9471
9472 \begin_layout Subsubsection
9473 Example #2: Inheritance
9474 \end_layout
9475
9476 \begin_layout LyX-Code
9477 This is the LyX-Code environment, at level #1, the outermost
9478 \end_layout
9479
9480 \begin_layout LyX-Code
9481 level.
9482   Now we'll hit 
9483 \family sans
9484 Return
9485 \family default
9486 , then 
9487 \family sans
9488 M-p Right
9489 \family default
9490 , after which, we'll change to the 
9491 \family sans
9492 Enumerate
9493 \family default
9494  environment.
9495 \end_layout
9496
9497 \begin_deeper
9498 \begin_layout Enumerate
9499 This is the 
9500 \family sans
9501 Enumerate
9502 \family default
9503  environment, at level #2.
9504 \end_layout
9505
9506 \begin_layout Enumerate
9507 Notice how the nested 
9508 \family sans
9509 Enumerate
9510 \family default
9511  not only inherits its margins from its parent environment [
9512 \family sans
9513 LyX-Code
9514 \family default
9515 ], but also inherits its font and spacing!
9516 \end_layout
9517
9518 \end_deeper
9519 \begin_layout Standard
9520 We ended this example by hitting 
9521 \family sans
9522 Return
9523 \family default
9524 .
9525  After that, we needed to reset the paragraph environment to 
9526 \family sans
9527 Standard
9528 \family default
9529  and resetting the nesting depth by using 
9530 \family sans
9531 M-p\InsetSpace ~
9532 Left
9533 \family default
9534  once.
9535 \end_layout
9536
9537 \begin_layout Subsubsection
9538 Example #3: Labels, Levels, and the 
9539 \family sans
9540 Enumerate
9541 \family default
9542  and 
9543 \family sans
9544 Itemize
9545 \family default
9546  Environments
9547 \begin_inset OptArg
9548 status collapsed
9549
9550 \begin_layout Standard
9551 Example #3: Labels, Levels and other list environments
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Enumerate
9560 This is level #1, in an 
9561 \family sans
9562 Enumerate
9563 \family default
9564  paragraph environment.
9565  We're actually going to nest a bunch of these.
9566 \end_layout
9567
9568 \begin_deeper
9569 \begin_layout Enumerate
9570 This is level #2.
9571  We used 
9572 \family sans
9573 M-Return
9574 \family default
9575  followed by 
9576 \family sans
9577 M-p\InsetSpace ~
9578 Right
9579 \family default
9580 .
9581  Now, what happens if we nest an 
9582 \family sans
9583 Itemize
9584 \family default
9585  environment inside of this one? It will be at level #3, but what will its
9586  label be? An asterisk?
9587 \end_layout
9588
9589 \begin_deeper
9590 \begin_layout Itemize
9591 No! It's a bullet.
9592  This is the 
9593 \emph on
9594 first
9595 \emph default
9596  
9597 \family sans
9598 Itemize
9599 \family default
9600  environment, even though it's at level #3.
9601  So, its label is a bullet.
9602  [Note: we got here by using 
9603 \family sans
9604 M-Return
9605 \family default
9606 , then 
9607 \family sans
9608 M-p\InsetSpace ~
9609 Right
9610 \family default
9611 , then changing the environment to 
9612 \family sans
9613 Itemize
9614 \family default
9615 .]
9616 \end_layout
9617
9618 \begin_deeper
9619 \begin_layout Itemize
9620 Here's level #4, produced using 
9621 \family sans
9622 M-Return
9623 \family default
9624 , then 
9625 \family sans
9626 M-p\InsetSpace ~
9627 Right
9628 \family default
9629 .
9630  We'll do that again\SpecialChar \ldots{}
9631
9632 \end_layout
9633
9634 \begin_deeper
9635 \begin_layout Enumerate
9636 \SpecialChar \ldots{}
9637 to get to level #5.
9638  This time, however, we also changed the paragraph environment back to 
9639 \family sans
9640 Enumerate
9641 \family default
9642 .
9643  Notice the type of numbering! It's 
9644 \emph on
9645 lowercase Roman
9646 \emph default
9647 , because we're the 
9648 \emph on
9649 thirdfold
9650 \emph default
9651  
9652 \family sans
9653 Enumerate
9654 \family default
9655  environment [i.e.
9656  we're an 
9657 \family sans
9658 Enumerate
9659 \family default
9660  inside an 
9661 \family sans
9662 Enumerate
9663 \family default
9664  inside an 
9665 \family sans
9666 Enumerate
9667 \family default
9668 ].
9669 \end_layout
9670
9671 \begin_layout Enumerate
9672 What happens if we 
9673 \emph on
9674 don't
9675 \emph default
9676  change the paragraph environment, but decrease the nesting depth? What
9677  type of numbering does LyX use?
9678 \end_layout
9679
9680 \begin_layout Enumerate
9681 Oh, as if you couldn't guess by now, we're just using 
9682 \family sans
9683 M-Return
9684 \family default
9685  to keep the current environment and depth but create a new item.
9686 \end_layout
9687
9688 \begin_layout Enumerate
9689 Let's use 
9690 \family sans
9691 M-p\InsetSpace ~
9692 Left
9693 \family default
9694  to decrease the depth after the next 
9695 \family sans
9696 M-Return
9697 \family default
9698 .
9699 \end_layout
9700
9701 \end_deeper
9702 \begin_layout Enumerate
9703 This is level #4.
9704  Look what type of label LyX is using!
9705 \end_layout
9706
9707 \end_deeper
9708 \begin_layout Enumerate
9709 This is level #3.
9710  Even though we've changed levels, LyX is still using a lowercase Roman
9711  numeral as the label.
9712  Why?!
9713 \end_layout
9714
9715 \begin_layout Enumerate
9716 Because, even though the nesting depth has changed, the paragraph is 
9717 \emph on
9718 still
9719 \emph default
9720  a thirdfold 
9721 \family sans
9722 Enumerate
9723 \family default
9724  environment.
9725  Notice, however, that LyX 
9726 \emph on
9727 did
9728 \emph default
9729  reset the counter for the label.
9730 \end_layout
9731
9732 \end_deeper
9733 \begin_layout Enumerate
9734 Another 
9735 \family sans
9736 M-Return
9737 \family default
9738  
9739 \family sans
9740 M-p\InsetSpace ~
9741 Left
9742 \family default
9743  sequence, and we're back to level #2.
9744  This time, we not only changed the nesting depth, but we also moved back
9745  into the twofold-nested 
9746 \family sans
9747 Enumerate
9748 \family default
9749  environment.
9750 \end_layout
9751
9752 \end_deeper
9753 \begin_layout Enumerate
9754 The same thing happens if we do another 
9755 \family sans
9756 M-Return
9757 \family default
9758  
9759 \family sans
9760 M-p\InsetSpace ~
9761 Left
9762 \family default
9763  sequence and return to level #1, the outermost level.
9764 \end_layout
9765
9766 \begin_layout Standard
9767 Lastly, we reset the environment to 
9768 \family sans
9769 Standard
9770 \family default
9771 .
9772  As you can see, the level number doesn't correspond to what type of labelling
9773  LyX uses for the 
9774 \family sans
9775 Enumerate
9776 \family default
9777  and 
9778 \family sans
9779 Itemize
9780 \family default
9781  environments.
9782  The number of 
9783 \emph on
9784 other
9785 \emph default
9786  
9787 \family sans
9788 \emph on
9789 Enumerate
9790 \family default
9791 \emph default
9792  
9793 \emph on
9794 environments
9795 \emph default
9796  surrounding it determines what kind of label LyX uses for an 
9797 \family sans
9798 Enumerate
9799 \family default
9800  item.
9801  The same rule applies for the 
9802 \family sans
9803 Itemize
9804 \family default
9805  environment, as well.
9806 \end_layout
9807
9808 \begin_layout Subsubsection
9809 Example #4: Going Bonkers
9810 \end_layout
9811
9812 \begin_layout Enumerate
9813 We're going to go totally nuts now.
9814  We won't nest as deep as in the other examples, nor will we go into the
9815  same detail with how we did it.
9816  [level #1: 
9817 \family sans
9818 Enumerate
9819 \family default
9820 ]
9821 \end_layout
9822
9823 \begin_deeper
9824 \begin_layout Standard
9825 [
9826 \family sans
9827 Return, M-p\InsetSpace ~
9828 Right, Standard
9829 \family default
9830 : level #2] We'll stick an encapsulated description of how we created the
9831  example in brackets someplace.
9832  For example, the two keybindings are how we changed the depth.
9833  The environment name is, obviously, the name of the current environment.
9834  Either before or after this, we'll put in the level.
9835 \end_layout
9836
9837 \end_deeper
9838 \begin_layout Enumerate
9839 [
9840 \family sans
9841 Return, Enumerate
9842 \family default
9843 : level #1] This is the next item in the list.
9844 \end_layout
9845
9846 \begin_deeper
9847 \begin_layout Verse
9848 Now we'll add verse.
9849 \newline
9850 It will get much worse.
9851 \newline
9852 [
9853 \family sans
9854 Return, M-p\InsetSpace ~
9855 Right, Verse
9856 \family default
9857 : level #2]
9858 \end_layout
9859
9860 \begin_layout Verse
9861 Fiddle dee, Fiddle doo.
9862 \newline
9863 Bippitey boppitey boo!
9864 \newline
9865 [
9866 \family sans
9867 M-Return
9868 \family default
9869 ]
9870 \end_layout
9871
9872 \begin_layout Verse
9873 Here comes a table for you:
9874 \end_layout
9875
9876 \begin_deeper
9877 \begin_layout Standard
9878 \begin_inset VSpace 0.3cm
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \begin_layout Standard
9885 \align center
9886 \begin_inset Tabular
9887 <lyxtabular version="3" rows="2" columns="2">
9888 <features>
9889 <column alignment="center" valignment="top" width="0pt">
9890 <column alignment="center" valignment="top" leftline="true" width="0pt">
9891 <row>
9892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Standard
9896
9897 \family roman
9898 \series medium
9899 \shape up
9900 \size normal
9901 \emph off
9902 \bar no
9903 \noun off
9904 \color none
9905 one-fish
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Standard
9914
9915 \family roman
9916 \series medium
9917 \shape up
9918 \size normal
9919 \emph off
9920 \bar no
9921 \noun off
9922 \color none
9923 two-fish
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row topline="true">
9930 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Standard
9934
9935 \family roman
9936 \series medium
9937 \shape up
9938 \size normal
9939 \emph off
9940 \bar no
9941 \noun off
9942 \color none
9943 red-fish
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Standard
9952
9953 \family roman
9954 \series medium
9955 \shape up
9956 \size normal
9957 \emph off
9958 \bar no
9959 \noun off
9960 \color none
9961 blue-fish
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 </row>
9967 </lyxtabular>
9968
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_deeper
9975 \begin_layout Verse
9976 [
9977 \family sans
9978 M-Return, Table, M-p\InsetSpace ~
9979 Right
9980 \family default
9981  3 times, 
9982 \family sans
9983 M-Return, Verse, M-p\InsetSpace ~
9984 Left
9985 \family default
9986 ]
9987 \end_layout
9988
9989 \end_deeper
9990 \begin_layout Enumerate
9991 [
9992 \family sans
9993 Return, Enumerate
9994 \family default
9995 : level #1] This is another item.
9996  Note that selecting a 
9997 \family sans
9998 Table
9999 \family default
10000  resets the nesting depth to level #1, so we increased the nesting depth
10001  3 times to put the table inside the 
10002 \family sans
10003 Verse
10004 \family default
10005  environment.
10006  
10007 \end_layout
10008
10009 \begin_layout Quotation
10010 We're now ending the 
10011 \family sans
10012 Enumerate
10013 \family default
10014  list and changing to 
10015 \family sans
10016 Quotation
10017 \family default
10018 .
10019  We're still at level #1.
10020  We want to show you some of the things you can do by mixing environments.
10021  The next set of paragraphs is a 
10022 \begin_inset Quotes eld
10023 \end_inset
10024
10025 quoted letter.
10026 \begin_inset Quotes erd
10027 \end_inset
10028
10029  We'll nest both the 
10030 \family sans
10031 Address
10032 \family default
10033  and 
10034 \family sans
10035 Right\InsetSpace ~
10036 Address
10037 \family default
10038  environments inside of this one, then use another nested 
10039 \family sans
10040 Quotation
10041 \family default
10042  for the letter body.
10043  We'll use 
10044 \family sans
10045 M-Return
10046 \family default
10047  to preserve the depth.
10048  Remember that you need to use 
10049 \family sans
10050 C-Return
10051 \family default
10052  to create multiple lines inside the 
10053 \family sans
10054 Address
10055 \family default
10056  and 
10057 \family sans
10058 Right\InsetSpace ~
10059 Address
10060 \family default
10061  environments.
10062  Here it goes:
10063 \end_layout
10064
10065 \begin_deeper
10066 \begin_layout Right Address
10067 1234 Nowhere Rd.
10068 \newline
10069 Moosegroin, MT 00100
10070 \newline
10071 9-6-96
10072 \end_layout
10073
10074 \begin_layout Address
10075 Dear Mr.\InsetSpace ~
10076 Fizlewitz:
10077 \end_layout
10078
10079 \begin_layout Quotation
10080 We regret to inform you that we cannot fill your order for 50L of compressed
10081  methane gas due to circumstances beyond our control.
10082  Unfortunately, several of our cows have mysteriously exploded, creating
10083  a backlog in our orders for methane.
10084  We will place your name on the waiting list and try to fill your order
10085  as soon as possible.
10086  In the meantime, we thank you for your patience.
10087 \end_layout
10088
10089 \begin_layout Quotation
10090 We do, however, now have a special on beef.
10091  If you are interested, please return the enclosed pricing and order form
10092  with your order, along with payment.
10093 \end_layout
10094
10095 \begin_layout Quotation
10096 We thank you again for your patience.
10097 \end_layout
10098
10099 \begin_layout Address
10100 Sincerely,
10101 \newline
10102 Bill Hick
10103 \end_layout
10104
10105 \end_deeper
10106 \begin_layout Quotation
10107 That ends that example!
10108 \end_layout
10109
10110 \begin_layout Standard
10111 As you can see, nesting environments in LyX gives you a lot of power with
10112  just a few keystrokes.
10113  We could have easily nested an 
10114 \family sans
10115 Itemize
10116 \family default
10117  list inside of a 
10118 \family sans
10119 Quotation
10120 \family default
10121  or 
10122 \family sans
10123 Quote
10124 \family default
10125 , or put a 
10126 \family sans
10127 Quote
10128 \family default
10129  inside of an 
10130 \family sans
10131 Itemize
10132 \family default
10133  list.
10134  You have a huge variety of options at your disposal.
10135 \end_layout
10136
10137 \begin_layout Section
10138 Fonts and Text Styles
10139 \end_layout
10140
10141 \begin_layout Subsection
10142 Overview
10143 \end_layout
10144
10145 \begin_layout Standard
10146 Many modern typesetting and markup languages have begun to move towards
10147  specifying character styles rather than specifying a particular font.
10148  For example, instead of changing to an italicized version of the current
10149  font to emphasize text, you use an 
10150 \begin_inset Quotes eld
10151 \end_inset
10152
10153 emphasized style
10154 \begin_inset Quotes erd
10155 \end_inset
10156
10157  instead.
10158  This concept fits in perfectly with LyX.
10159  In LyX, you do things based on contexts, rather than focusing on typesetting
10160  details.
10161 \end_layout
10162
10163 \begin_layout Standard
10164 Right now, LyX allows you to specify a global default font, and has two
10165  character styles, 
10166 \family sans
10167 Emphasized
10168 \family default
10169  and 
10170 \family sans
10171 Noun
10172 \family default
10173 .
10174  The 
10175 \family sans
10176 Emphasized
10177 \family default
10178  style corresponds to an italics font.
10179  The 
10180 \family sans
10181 Noun
10182 \family default
10183  style corresponds to a font in smallcaps, which some languages and writing
10184  styles use to typeset proper names.
10185  The LyX Team has at last (as of LyX version\InsetSpace ~
10186 1.4) introduced true character
10187  styles, but currently these must be defined explicitly in the document
10188  layout file.
10189  There's currently no GUI support to define new, or tweak existing, character
10190  styles to allow you, the user, to customize which font changes correspond
10191  to what styles.
10192 \end_layout
10193
10194 \begin_layout Subsection
10195 Global Options
10196 \end_layout
10197
10198 \begin_layout Standard
10199 You can set the default font from the 
10200 \family sans
10201 \bar under
10202 D
10203 \bar default
10204 ocument\SpecialChar \menuseparator
10205
10206 \bar under
10207 S
10208 \bar default
10209 ettings
10210 \family default
10211  dialog.
10212  The 
10213 \family sans
10214 Fonts
10215 \family default
10216  tabfolder/pane offers you a variety of possibilities to set up and adjust
10217  your document fonts.
10218  The most important ones are those in the 
10219 \family sans
10220 Font Families
10221 \family default
10222  and 
10223 \family sans
10224 Font Sizes
10225 \family default
10226  group.
10227  The possible options under 
10228 \family sans
10229 Font Families
10230 \family default
10231  include 
10232 \begin_inset Quotes eld
10233 \end_inset
10234
10235
10236 \family sans
10237 Default
10238 \family default
10239
10240 \begin_inset Quotes erd
10241 \end_inset
10242
10243  and a list of fonts available on your system, each for the 
10244 \family sans
10245 \bar under
10246 R
10247 \bar default
10248 oman
10249 \family default
10250
10251 \family sans
10252 \bar under
10253 S
10254 \bar default
10255 ans Serif
10256 \family default
10257  and 
10258 \family sans
10259 T
10260 \bar under
10261 y
10262 \bar default
10263 pewriter
10264 \family default
10265  (a.\InsetSpace \thinspace{}
10266 k.\InsetSpace \thinspace{}
10267 a.
10268  Monospaced) family of fonts.
10269  The option 
10270 \begin_inset Quotes eld
10271 \end_inset
10272
10273
10274 \family sans
10275 Default
10276 \family default
10277
10278 \begin_inset Quotes erd
10279 \end_inset
10280
10281  uses the fonts that are specified by the document class you are using.
10282  Often, these are the standard TeX fonts, known as 
10283 \begin_inset Quotes eld
10284 \end_inset
10285
10286 computer modern
10287 \begin_inset Quotes erd
10288 \end_inset
10289
10290  (cm) or 
10291 \begin_inset Quotes eld
10292 \end_inset
10293
10294 European modern
10295 \begin_inset Quotes erd
10296 \end_inset
10297
10298  (ec).
10299  Depending on the document class, however, it might as well be another font.
10300  Most fonts in the list should be installed on your system.
10301  For others, you might have to get and install the fonts first (LyX indicates
10302  if a font is not installed).
10303  Please have a look at 
10304 \family sans
10305 \bar under
10306 H
10307 \bar default
10308 elp\SpecialChar \menuseparator
10309
10310 \bar under
10311 L
10312 \bar default
10313 aTeX Configuration
10314 \family default
10315  about where to get the fonts.
10316  Installing a new font for LaTeX is, unfortunately, not as easy as installing
10317  a new font to common operation systems.
10318  However, most font packages include a step-by-step instruction.
10319 \end_layout
10320
10321 \begin_layout Standard
10322 In most cases, the default family of a document class is roman (a.\InsetSpace \thinspace{}
10323 k.\InsetSpace \thinspace{}
10324 a.
10325  serif), so the roman font (e.\InsetSpace \thinspace{}
10326 g.
10327  Times) will be used all over, unless you select 
10328 \begin_inset Quotes eld
10329 \end_inset
10330
10331 Sans Serif
10332 \begin_inset Quotes erd
10333 \end_inset
10334
10335  od 
10336 \begin_inset Quotes eld
10337 \end_inset
10338
10339 Typewriter
10340 \begin_inset Quotes erd
10341 \end_inset
10342
10343  from 
10344 \family sans
10345 \bar under
10346 E
10347 \bar default
10348 dit\SpecialChar \menuseparator
10349 Text St
10350 \bar under
10351 y
10352 \bar default
10353 le
10354 \family default
10355  for specific selections of the text (see below section 
10356 \begin_inset LatexCommand ref
10357 reference "sub:Text-Style-Dialog"
10358
10359 \end_inset
10360
10361 ).
10362  The 
10363 \family sans
10364 Default\InsetSpace ~
10365 Family
10366 \family default
10367  option lets you change this.
10368  So if you want your document (including footnotes etc.), say, all over in
10369  Helvetica, chose 
10370 \begin_inset Quotes eld
10371 \end_inset
10372
10373 Helvetica
10374 \begin_inset Quotes erd
10375 \end_inset
10376
10377  as 
10378 \family sans
10379 Sans Serif
10380 \family default
10381  Font and 
10382 \begin_inset Quotes eld
10383 \end_inset
10384
10385 Sans Serif
10386 \begin_inset Quotes erd
10387 \end_inset
10388
10389  as 
10390 \family sans
10391 Default\InsetSpace ~
10392 Family
10393 \family default
10394 .
10395 \end_layout
10396
10397 \begin_layout Standard
10398 In the 
10399 \family sans
10400 Font\InsetSpace ~
10401
10402 \bar under
10403 S
10404 \bar default
10405 izes
10406 \family default
10407  group, you can usually select from four possible 
10408 \family sans
10409 Base\InsetSpace ~
10410 Size
10411 \family default
10412  values: 
10413 \family sans
10414 default, 10
10415 \family default
10416
10417 \family sans
10418 11
10419 \family default
10420 , and 
10421 \family sans
10422 12
10423 \family default
10424  (some document classes provide more, some less choices).
10425  Remember, this is the 
10426 \emph on
10427 base
10428 \emph default
10429  font size.
10430  LyX actually scales all of the other possible font sizes (such as those
10431  used in footnotes, superscripts, and subscripts) by this value.
10432  You can always fine-tune the font size from within the document if you
10433  need to.
10434  It's also rather silly to use an 8pt or 24pt font as the default font size,
10435  as this typically renders your document unreadable.
10436 \end_layout
10437
10438 \begin_layout Standard
10439 Some Sans Serif and Typewriter Fonts provide the possibility to be scaled.
10440  This might be useful, if a Sans Serif or Typewriter Font has a different
10441  height than the Roman Font.
10442  Please be careful with this option, it can be easily misused.
10443 \end_layout
10444
10445 \begin_layout Standard
10446 In the 
10447 \family sans
10448 Advanced Options
10449 \family default
10450  group box, you'll finally find possibilities for using so-called 
10451 \begin_inset Quotes eld
10452 \end_inset
10453
10454 expert settings
10455 \begin_inset Quotes erd
10456 \end_inset
10457
10458 , given that they are provided by a certain font.
10459  
10460 \family sans
10461 Use true S
10462 \bar under
10463 m
10464 \bar default
10465 all Caps
10466 \family default
10467  indicates that lots of fonts do not use real, but 
10468 \emph on
10469 faked
10470 \emph default
10471  Small Caps.
10472  True Small Caps are specifically designed characters, whereas faked Small
10473  Caps are just scaled Capital letters.
10474  The former looks way better, so if a font offers you the choice, you should
10475  check this option.
10476  
10477 \family sans
10478 Use
10479 \family default
10480  
10481 \family sans
10482 \bar under
10483 O
10484 \bar default
10485 ld Style Figures
10486 \family default
10487  finally lets you select so called Old Style Figures (a.\InsetSpace \thinspace{}
10488 k.\InsetSpace \thinspace{}
10489 a.
10490  Medieval Figures, i.\InsetSpace \thinspace{}
10491 e.
10492  figures with ascending or descending form) instead of the standard Lining
10493  Figures.
10494  Old Style Figures are often preferred due to better legibility in the text,
10495  but it's certainly also a matter of taste.
10496  Just try it out, if it is provided for your font of choice.
10497  Note that math figures are 
10498 \emph on
10499 not
10500 \emph default
10501  affected by this choice.
10502 \end_layout
10503
10504 \begin_layout Standard
10505 Please note that even if LyX tries its best in guessing what fonts are installed
10506  and which options are provided by a given font, it might fail if the fonts
10507  are not set up correctly.
10508 \end_layout
10509
10510 \begin_layout Standard
10511 Note further that once you choose a new value for 
10512 \family sans
10513 \bar under
10514 F
10515 \bar default
10516 onts
10517 \family default
10518  or 
10519 \family sans
10520 Font\InsetSpace ~
10521
10522 \bar under
10523 S
10524 \bar default
10525 ize
10526 \family default
10527 , LyX does 
10528 \emph on
10529 not
10530 \emph default
10531  change the screen.
10532  You'll only see a difference once you generate the final output.
10533  This is part of the WYSIWYM concept.
10534  The only visible change is caused by a change of the default font family.
10535  However, you certainly noticed that, for instance, the roman font on screen
10536  is just a representation of 
10537 \begin_inset Quotes eld
10538 \end_inset
10539
10540 Roman
10541 \begin_inset Quotes erd
10542 \end_inset
10543
10544  (as set up in the 
10545 \family sans
10546 \bar under
10547 T
10548 \bar default
10549 ools\SpecialChar \menuseparator
10550
10551 \bar under
10552 P
10553 \bar default
10554 references
10555 \family default
10556  dialog), not of the actual roman document font.
10557 \end_layout
10558
10559 \begin_layout Subsection
10560 Using Different Character Styles
10561 \end_layout
10562
10563 \begin_layout Standard
10564 As we've already seen, LyX automatically changes the character style for
10565  certain paragraph environments.
10566  We also mentioned two other character styles, 
10567 \family sans
10568 Emphasized
10569 \family default
10570  and 
10571 \family sans
10572 Noun
10573 \family default
10574 .
10575  You can activate both of these styles via keybindings, the menus, and the
10576  toolbar.
10577 \end_layout
10578
10579 \begin_layout Standard
10580 To activate the 
10581 \family sans
10582 Noun
10583 \family default
10584  style, do one of the following:
10585 \end_layout
10586
10587 \begin_layout Itemize
10588 click on the toolbar button with the person-shaped icon
10589 \end_layout
10590
10591 \begin_layout Itemize
10592 use the keybinding 
10593 \family sans
10594 M-c\InsetSpace ~
10595 c
10596 \end_layout
10597
10598 \begin_layout Standard
10599 These commands are all toggles.
10600  That is, if 
10601 \family sans
10602 Noun
10603 \family default
10604  style is already active, they deactivate it.
10605 \end_layout
10606
10607 \begin_layout Standard
10608 One typically uses the 
10609 \family sans
10610 Noun
10611 \family default
10612  style for proper names.
10613  For example: 
10614 \begin_inset Quotes eld
10615 \end_inset
10616
10617
10618 \noun on
10619 Matthias Ettrich
10620 \noun default
10621  is the original author of LyX.
10622 \begin_inset Quotes erd
10623 \end_inset
10624
10625
10626 \end_layout
10627
10628 \begin_layout Standard
10629 A more widely used character style is the 
10630 \family sans
10631 Emphasized
10632 \family default
10633  style.
10634  You can activate [or deactivate - it's also a toggle] the 
10635 \family sans
10636 Emphasized
10637 \family default
10638  style by:
10639 \end_layout
10640
10641 \begin_layout Itemize
10642 clicking on the toolbar button with the 
10643 \begin_inset Quotes eld
10644 \end_inset
10645
10646 !
10647 \begin_inset Quotes erd
10648 \end_inset
10649
10650  character on it
10651 \end_layout
10652
10653 \begin_layout Itemize
10654 using the keybindings 
10655 \family sans
10656 M-c\InsetSpace ~
10657 e
10658 \end_layout
10659
10660 \begin_layout Standard
10661 At the moment, the 
10662 \family sans
10663 Emphasized
10664 \family default
10665  style is equivalent to an italicized font.
10666  We have plans to make that association more user-configurable in the future.
10667 \end_layout
10668
10669 \begin_layout Standard
10670 We've been using the 
10671 \family sans
10672 Emphasized
10673 \family default
10674  style all over the place in this document.
10675  Here's one more example:
10676 \end_layout
10677
10678 \begin_layout Quotation
10679
10680 \emph on
10681 Don't overuse character styles!
10682 \end_layout
10683
10684 \begin_layout Standard
10685 It's also a warning in addition to an example.
10686  One's writing should parallel ordinary conversation.
10687  Since we don't all constantly scream at each other, we should also avoid
10688  the common tendency to overuse character style.
10689  
10690 \end_layout
10691
10692 \begin_layout Standard
10693 Oh --- one last note: You can always reset to the default font using the
10694  keybinding 
10695 \family sans
10696 M-c\InsetSpace ~
10697 Space
10698 \family default
10699 .
10700 \end_layout
10701
10702 \begin_layout Subsection
10703 Fine-Tuning with the 
10704 \family sans
10705 Character Layout
10706 \family default
10707  dialog
10708 \begin_inset LatexCommand label
10709 name "sub:Text-Style-Dialog"
10710
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \begin_layout Standard
10717 There are always occasions when you'll need to do some fine-tuning, so LyX
10718  gives you a way to create custom character style.
10719  For example, an academic journal or a corporation may have a style sheet
10720  requiring a sans-serif font be used in certain situations.
10721 \begin_inset Foot
10722 status collapsed
10723
10724 \begin_layout Standard
10725 Note from 
10726 \noun on
10727 John Weiss
10728 \noun default
10729 : There is, in fact, such a style sheet for the LyX Documentation, since
10730  manuals need a certain amount of consistency.
10731 \end_layout
10732
10733 \end_inset
10734
10735  Also, writers sometimes use a different font to offset a character's thoughts
10736  from ordinary dialogue.
10737 \end_layout
10738
10739 \begin_layout Standard
10740 Before we document how to use custom character style, we want to issue a
10741  warning yet again: Don't overuse character styles.
10742  Many modern word processors have a vast array of fonts available to them,
10743  providing you with the power of a printing press.
10744  Unfortunately, there is a tendency to overuse that power.
10745  The phrase, 
10746 \begin_inset Quotes eld
10747 \end_inset
10748
10749 Using a sledgehammer to swat a fly,
10750 \begin_inset Quotes erd
10751 \end_inset
10752
10753  comes to mind.
10754  And, as the old saying implies, documents that overuse different fonts
10755  and sizes tend to look like someone's knocked huge holes in them.
10756 \end_layout
10757
10758 \begin_layout Standard
10759 Enough complaining.
10760 \end_layout
10761
10762 \begin_layout Standard
10763 To use custom fonts, open the 
10764 \family sans
10765 \bar under
10766 E
10767 \bar default
10768 dit\SpecialChar \menuseparator
10769 Text\InsetSpace ~
10770
10771 \bar under
10772 S
10773 \bar default
10774 tyle
10775 \family default
10776  dialog.
10777  There are seven buttons on this dialog, each corresponding to a different
10778  font property which you can choose.
10779  You can choose an option for one of these seven properties, or select 
10780 \family sans
10781 No\InsetSpace ~
10782 change
10783 \family default
10784 , which keeps the current state of that property.
10785  The item 
10786 \family sans
10787 Reset
10788 \family default
10789  will reset the property to whatever is the default for the hosting paragraph
10790  environment.
10791  You can use this to reset attributes across a bunch of different paragraph
10792  environments in a snap.
10793 \end_layout
10794
10795 \begin_layout Standard
10796 The seven font properties, and their options [in addition to 
10797 \family sans
10798 No\InsetSpace ~
10799 change
10800 \family default
10801  and 
10802 \family sans
10803 Reset
10804 \family default
10805 ] are:
10806 \end_layout
10807
10808 \begin_layout Labeling
10809 \labelwidthstring MMMMM
10810
10811 \family sans
10812 \bar under
10813 F
10814 \bar default
10815 amily
10816 \family default
10817  The 
10818 \begin_inset Quotes eld
10819 \end_inset
10820
10821 overall look
10822 \begin_inset Quotes erd
10823 \end_inset
10824
10825  of the font.
10826  The possible options are:
10827 \end_layout
10828
10829 \begin_deeper
10830 \begin_layout Labeling
10831 \labelwidthstring MMMMMM
10832
10833 \family sans
10834 Roman
10835 \family default
10836  This is the Roman font family.
10837 \end_layout
10838
10839 \begin_deeper
10840 \begin_layout Standard
10841 It's also the default family.
10842  [keybinding = 
10843 \family sans
10844 M-c\InsetSpace ~
10845 r
10846 \family default
10847 ]
10848 \end_layout
10849
10850 \end_deeper
10851 \begin_layout Labeling
10852 \labelwidthstring MMMMMM
10853
10854 \family sans
10855 Sans\InsetSpace ~
10856 Serif
10857 \family default
10858  
10859 \family sans
10860 This is the Sans Serif font family.
10861 \end_layout
10862
10863 \begin_deeper
10864 \begin_layout Standard
10865 [keybinding = 
10866 \family sans
10867 M-c\InsetSpace ~
10868 s
10869 \family default
10870 ]
10871 \end_layout
10872
10873 \end_deeper
10874 \begin_layout Labeling
10875 \labelwidthstring MMMMMM
10876
10877 \family sans
10878 Typewriter
10879 \family default
10880  
10881 \family typewriter
10882 This is the Typewriter font family.
10883 \end_layout
10884
10885 \begin_deeper
10886 \begin_layout Standard
10887 [keybinding = 
10888 \family sans
10889 M-c\InsetSpace ~
10890 p
10891 \family default
10892 ]
10893 \end_layout
10894
10895 \end_deeper
10896 \end_deeper
10897 \begin_layout Labeling
10898 \labelwidthstring MMMMM
10899
10900 \family sans
10901 \bar under
10902 S
10903 \bar default
10904 eries
10905 \family default
10906  This corresponds to the print weight.
10907  Options are:
10908 \end_layout
10909
10910 \begin_deeper
10911 \begin_layout Labeling
10912 \labelwidthstring MMMMMM
10913
10914 \family sans
10915 Medium
10916 \family default
10917  This is the Medium font series.
10918 \end_layout
10919
10920 \begin_deeper
10921 \begin_layout Standard
10922 It's also the default series.
10923 \end_layout
10924
10925 \end_deeper
10926 \begin_layout Labeling
10927 \labelwidthstring MMMMMM
10928
10929 \family sans
10930 Bold
10931 \family default
10932  
10933 \series bold
10934 This is the Bold font series.
10935 \end_layout
10936
10937 \begin_deeper
10938 \begin_layout Standard
10939 You can toggle this series on or off with the keybinding 
10940 \family sans
10941 M-c\InsetSpace ~
10942 b
10943 \family default
10944 .
10945 \end_layout
10946
10947 \end_deeper
10948 \end_deeper
10949 \begin_layout Labeling
10950 \labelwidthstring MMMMM
10951
10952 \family sans
10953 S
10954 \bar under
10955 h
10956 \bar default
10957 ape
10958 \family default
10959  As the name implies.
10960  Options are:
10961 \end_layout
10962
10963 \begin_deeper
10964 \begin_layout Labeling
10965 \labelwidthstring MMMMMM
10966
10967 \family sans
10968 Upright
10969 \family default
10970  This is the Upright font shape.
10971 \end_layout
10972
10973 \begin_deeper
10974 \begin_layout Standard
10975 It's also the default shape.
10976 \end_layout
10977
10978 \end_deeper
10979 \begin_layout Labeling
10980 \labelwidthstring MMMMMM
10981
10982 \family sans
10983 Italic
10984 \family default
10985  
10986 \shape italic
10987 This
10988 \shape default
10989  
10990 \family sans
10991 \shape italic
10992 i
10993 \family default
10994 s the Italic font shape
10995 \shape default
10996 \emph on
10997 .
10998 \end_layout
10999
11000 \begin_layout Labeling
11001 \labelwidthstring MMMMMM
11002
11003 \family sans
11004 Slanted
11005 \family default
11006  
11007 \shape slanted
11008 This is the Slanted font shape
11009 \shape default
11010  (although it might not be visible on screen, this is different from italic).
11011 \end_layout
11012
11013 \begin_layout Labeling
11014 \labelwidthstring MMMMMM
11015
11016 \family sans
11017 Small\InsetSpace ~
11018 Caps
11019 \family default
11020  
11021 \shape smallcaps
11022 This is the Small caps font shape
11023 \shape default
11024 \noun on
11025 .
11026 \end_layout
11027
11028 \end_deeper
11029 \begin_layout Labeling
11030 \labelwidthstring MMMMM
11031
11032 \family sans
11033 Si
11034 \bar under
11035 z
11036 \bar default
11037 e
11038 \family default
11039  Alters the size of the font.
11040  You'll find no numerical values here; all possible sizes are actually proportio
11041 nal to the default font size.
11042  Once again, you don't feed LyX the details, but a general description of
11043  what you want to do.
11044 \end_layout
11045
11046 \begin_deeper
11047 \begin_layout Standard
11048 The options [and their keybindings] are:
11049 \end_layout
11050
11051 \begin_layout Labeling
11052 \labelwidthstring MMMMMM
11053
11054 \family sans
11055 Tiny
11056 \family default
11057  
11058 \size tiny
11059 This is the 
11060 \begin_inset Quotes eld
11061 \end_inset
11062
11063 Tiny
11064 \begin_inset Quotes erd
11065 \end_inset
11066
11067  font size.
11068 \end_layout
11069
11070 \begin_deeper
11071 \begin_layout Standard
11072 [keybinding = 
11073 \family sans
11074 M-s\InsetSpace ~
11075 t
11076 \family default
11077  or 
11078 \family sans
11079 M-s\InsetSpace ~
11080 1
11081 \family default
11082 ]
11083 \end_layout
11084
11085 \end_deeper
11086 \begin_layout Labeling
11087 \labelwidthstring MMMMMM
11088
11089 \family sans
11090 Smallest
11091 \family default
11092  
11093 \size scriptsize
11094 This is the 
11095 \begin_inset Quotes eld
11096 \end_inset
11097
11098 Smallest
11099 \begin_inset Quotes erd
11100 \end_inset
11101
11102  font size
11103 \end_layout
11104
11105 \begin_deeper
11106 \begin_layout Standard
11107 [keybinding = 
11108 \family sans
11109 M-s\InsetSpace ~
11110
11111 \family default
11112 2]
11113 \end_layout
11114
11115 \end_deeper
11116 \begin_layout Labeling
11117 \labelwidthstring MMMMMM
11118
11119 \family sans
11120 Smaller
11121 \family default
11122  
11123 \size footnotesize
11124 This is the 
11125 \begin_inset Quotes eld
11126 \end_inset
11127
11128 Smaller
11129 \begin_inset Quotes erd
11130 \end_inset
11131
11132  font size
11133 \end_layout
11134
11135 \begin_deeper
11136 \begin_layout Standard
11137 [keybinding = 
11138 \family sans
11139 M-s\InsetSpace ~
11140 S
11141 \family default
11142  or 
11143 \family sans
11144 M-s\InsetSpace ~
11145
11146 \family default
11147 3]
11148 \end_layout
11149
11150 \end_deeper
11151 \begin_layout Labeling
11152 \labelwidthstring MMMMMM
11153
11154 \family sans
11155 Small
11156 \family default
11157  
11158 \size small
11159 This is the 
11160 \begin_inset Quotes eld
11161 \end_inset
11162
11163 Small
11164 \begin_inset Quotes erd
11165 \end_inset
11166
11167  font size.
11168 \end_layout
11169
11170 \begin_deeper
11171 \begin_layout Standard
11172 [keybinding = 
11173 \family sans
11174 M-s\InsetSpace ~
11175 s
11176 \family default
11177  or 
11178 \family sans
11179 M-s\InsetSpace ~
11180
11181 \family default
11182 4]
11183 \end_layout
11184
11185 \end_deeper
11186 \begin_layout Labeling
11187 \labelwidthstring MMMMMM
11188
11189 \family sans
11190 Normal
11191 \family default
11192  This is the 
11193 \begin_inset Quotes eld
11194 \end_inset
11195
11196 Normal
11197 \begin_inset Quotes erd
11198 \end_inset
11199
11200  font size.
11201 \end_layout
11202
11203 \begin_deeper
11204 \begin_layout Standard
11205 It's also the default size.
11206  [keybinding = 
11207 \family sans
11208 M-s\InsetSpace ~
11209 n
11210 \family default
11211  or 
11212 \family sans
11213 M-s\InsetSpace ~
11214
11215 \family default
11216 5]
11217 \end_layout
11218
11219 \end_deeper
11220 \begin_layout Labeling
11221 \labelwidthstring MMMMMM
11222
11223 \family sans
11224 Large
11225 \family default
11226  
11227 \size large
11228 This is the 
11229 \begin_inset Quotes eld
11230 \end_inset
11231
11232 Large
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 l
11245 \family default
11246  or 
11247 \family sans
11248 M-s\InsetSpace ~
11249
11250 \family default
11251 6]
11252 \end_layout
11253
11254 \end_deeper
11255 \begin_layout Labeling
11256 \labelwidthstring MMMMMM
11257
11258 \family sans
11259 Larger
11260 \family default
11261  
11262 \size larger
11263 This is the 
11264 \begin_inset Quotes eld
11265 \end_inset
11266
11267 Larger
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-L
11280 \family default
11281  or 
11282 \family sans
11283 M-s\InsetSpace ~
11284
11285 \family default
11286 7]
11287 \end_layout
11288
11289 \end_deeper
11290 \begin_layout Labeling
11291 \labelwidthstring MMMMMM
11292
11293 \family sans
11294 Largest
11295 \family default
11296  
11297 \size largest
11298 This is the 
11299 \begin_inset Quotes eld
11300 \end_inset
11301
11302 Largest
11303 \begin_inset Quotes erd
11304 \end_inset
11305
11306  font size.
11307 \end_layout
11308
11309 \begin_deeper
11310 \begin_layout Standard
11311 [keybinding = 
11312 \family sans
11313 M-s\InsetSpace ~
11314
11315 \family default
11316 8]
11317 \end_layout
11318
11319 \end_deeper
11320 \begin_layout Labeling
11321 \labelwidthstring MMMMMM
11322
11323 \family sans
11324 Huge
11325 \family default
11326  
11327 \size huge
11328 This is the 
11329 \begin_inset Quotes eld
11330 \end_inset
11331
11332 Huge
11333 \begin_inset Quotes erd
11334 \end_inset
11335
11336  font size.
11337 \end_layout
11338
11339 \begin_deeper
11340 \begin_layout Standard
11341 [keybinding = 
11342 \family sans
11343 M-s\InsetSpace ~
11344 h
11345 \family default
11346  or 
11347 \family sans
11348 M-s\InsetSpace ~
11349
11350 \family default
11351 9]
11352 \end_layout
11353
11354 \end_deeper
11355 \begin_layout Labeling
11356 \labelwidthstring MMMMMM
11357
11358 \family sans
11359 Huger
11360 \family default
11361  
11362 \size giant
11363 This is the 
11364 \begin_inset Quotes eld
11365 \end_inset
11366
11367 Huger
11368 \begin_inset Quotes erd
11369 \end_inset
11370
11371  font size.
11372 \end_layout
11373
11374 \begin_deeper
11375 \begin_layout Standard
11376 [keybinding = 
11377 \family sans
11378 M-s\InsetSpace ~
11379 H
11380 \family default
11381  or 
11382 \family sans
11383 M-s\InsetSpace ~
11384
11385 \family default
11386 0]
11387 \end_layout
11388
11389 \end_deeper
11390 \begin_layout Standard
11391 We'll warn you 
11392 \emph on
11393 yet again
11394 \emph default
11395 : don't go crazy with this feature.
11396  You should almost never need to change the font size.
11397  LyX automatically changes the font size for different paragraph environments
11398  - use that instead.
11399  This is here for fine-tuning 
11400 \emph on
11401 only!
11402 \end_layout
11403
11404 \end_deeper
11405 \begin_layout Labeling
11406 \labelwidthstring MMMMM
11407
11408 \family sans
11409 \bar under
11410 M
11411 \bar default
11412 isc
11413 \family default
11414  Here you can change a few other things at the character level.
11415  Options are:
11416 \end_layout
11417
11418 \begin_deeper
11419 \begin_layout Labeling
11420 \labelwidthstring MMMMMM
11421
11422 \family sans
11423 Emph
11424 \family default
11425  
11426 \emph on
11427 This is text with emphasize on
11428 \emph default
11429 .
11430 \end_layout
11431
11432 \begin_deeper
11433 \begin_layout Standard
11434 This might seem like the same as 
11435 \shape italic
11436 Italic
11437 \shape default
11438 , but it is actually a bit different.
11439  If you use emphasize on italicized text, it will make it upright.
11440  In future versions of LyX, we hope to let you customize the exact behavior
11441  of this 
11442 \emph on
11443 logical
11444 \emph default
11445  property.
11446 \end_layout
11447
11448 \end_deeper
11449 \begin_layout Labeling
11450 \labelwidthstring MMMMMM
11451
11452 \family sans
11453 Underbar
11454 \family default
11455  
11456 \bar under
11457 This is text with Underbar on.
11458 \end_layout
11459
11460 \begin_deeper
11461 \begin_layout Standard
11462 [keybinding = 
11463 \family sans
11464 M-c\InsetSpace ~
11465 u
11466 \family default
11467 ]
11468 \end_layout
11469
11470 \end_deeper
11471 \begin_layout Labeling
11472 \labelwidthstring MMMMMM
11473
11474 \family sans
11475 Noun
11476 \family default
11477  
11478 \noun on
11479 This is text with Noun on.
11480 \end_layout
11481
11482 \begin_deeper
11483 \begin_layout Standard
11484 Like 
11485 \family sans
11486 Emph
11487 \family default
11488 , this is a logical attribute.
11489  For the moment, it is equivalent to 
11490 \family sans
11491 Small\InsetSpace ~
11492 Caps
11493 \family default
11494 , but that is bound to change some day.
11495 \end_layout
11496
11497 \end_deeper
11498 \begin_layout Standard
11499 Avoid using underbar if you can! It's a holdover from the typewriter days,
11500  when you couldn't change fonts.
11501  We no longer need to resort to emphasizing text by overstriking it with
11502  an underscore character.
11503  It's only included in LyX because it's also in LaTeX, and because some
11504  people 
11505 \emph on
11506 may
11507 \emph default
11508  need it in order to follow style sheets for journal submissions (and in
11509  fact we use it in these manuals to indicate keyboard shortcuts for menu
11510  items).
11511 \end_layout
11512
11513 \end_deeper
11514 \begin_layout Labeling
11515 \labelwidthstring 00.00.0000
11516
11517 \family sans
11518 Color
11519 \family default
11520  You can adjust the color of the text with this control.
11521  Of course, you need to have a color printer to exploit this, but you also
11522  need to have the 
11523 \family sans
11524 color
11525 \family default
11526  LaTeX package installed.
11527  Notice that 
11528 \family typewriter
11529 xdvi
11530 \family default
11531  is not able to display these colors.
11532  Besides 
11533 \family sans
11534 No\InsetSpace ~
11535 color
11536 \family default
11537 , which is the standard 
11538 \begin_inset Quotes eld
11539 \end_inset
11540
11541 color
11542 \begin_inset Quotes erd
11543 \end_inset
11544
11545 , you can choose between 
11546 \family sans
11547 Black
11548 \family default
11549
11550 \family sans
11551 White
11552 \family default
11553
11554 \family sans
11555 Red
11556 \family default
11557
11558 \family sans
11559 Green
11560 \family default
11561
11562 \family sans
11563 Blue
11564 \family default
11565
11566 \family sans
11567 Cyan
11568 \family default
11569
11570 \family sans
11571 Magenta
11572 \family default
11573  and 
11574 \family sans
11575 Yellow
11576 \family default
11577  text.
11578 \end_layout
11579
11580 \begin_layout Labeling
11581 \labelwidthstring 00.00.0000
11582
11583 \family sans
11584 Language
11585 \family default
11586  This is used to mark regions of text as having a different language from
11587  the language of the document.
11588  Text marked in this way will be underlined in blue to indicate the change.
11589 \end_layout
11590
11591 \begin_layout Standard
11592 You have a huge number of combinations to choose from.
11593 \end_layout
11594
11595 \begin_layout Standard
11596 Once you've chosen a new character style via the 
11597 \family sans
11598 \bar under
11599 E
11600 \bar default
11601 dit\SpecialChar \menuseparator
11602 Text\InsetSpace ~
11603
11604 \bar under
11605 S
11606 \bar default
11607 tyle
11608 \family default
11609  dialog, you can activate it using the toolbar button labelled 
11610 \begin_inset Quotes eld
11611 \end_inset
11612
11613 Font
11614 \begin_inset Quotes erd
11615 \end_inset
11616
11617 , or select 
11618 \family sans
11619 \bar under
11620 A
11621 \bar default
11622 pply
11623 \family default
11624 .
11625  The toolbar button lets you toggle the state of your custom character style
11626  even when the dialog isn't visible.
11627  
11628 \end_layout
11629
11630 \begin_layout Standard
11631 As we stated earlier, to completely reset the character style to the default,
11632  use 
11633 \family sans
11634 M-c\InsetSpace ~
11635 Space
11636 \family default
11637 .
11638  If you want to toggle only those properties that you have just changed
11639  (suppose you just sent the shape to 
11640 \begin_inset Quotes eld
11641 \end_inset
11642
11643 slanted
11644 \begin_inset Quotes erd
11645 \end_inset
11646
11647  and the series to 
11648 \begin_inset Quotes eld
11649 \end_inset
11650
11651 bold
11652 \begin_inset Quotes erd
11653 \end_inset
11654
11655 ), set the 
11656 \family sans
11657 Toggle on all these
11658 \family default
11659  switch and press 
11660 \family sans
11661 \bar under
11662 A
11663 \bar default
11664 pply
11665 \family default
11666 .
11667  
11668 \end_layout
11669
11670 \begin_layout Standard
11671 We conclude with the same warning we've been spewing: Don't overuse the
11672  fonts.
11673  They are, more often than not, a kludge and a horrible substitute for good
11674  writing.
11675  Your writing should speak for itself --- and will.
11676 \end_layout
11677
11678 \begin_layout Section
11679 Printing and Previewing
11680 \end_layout
11681
11682 \begin_layout Subsection
11683 Overview
11684 \end_layout
11685
11686 \begin_layout Standard
11687 Now that we've covered some of the basic features of document preparation
11688  using LyX, you probably want to know how to print out your masterpiece.
11689  Before we tell you that, however, we want to give you a quickie explanation
11690  of what goes on behind-the-scenes.
11691  We cover this information in much greater detail in the 
11692 \emph on
11693 Extended Features
11694 \emph default
11695  manual as well.
11696 \end_layout
11697
11698 \begin_layout Standard
11699 LyX uses a program called 
11700 \begin_inset Quotes eld
11701 \end_inset
11702
11703 LaTeX
11704 \begin_inset Quotes erd
11705 \end_inset
11706
11707  as its backend.
11708  (Actually, LaTeX is just a macro package for the TeX typesetting system,
11709  but to prevent confusion, we'll just refer to the whole magilla as 
11710 \begin_inset Quotes eld
11711 \end_inset
11712
11713 LaTeX.
11714 \begin_inset Quotes erd
11715 \end_inset
11716
11717 ) Think of it this way: LyX is what you use to do your actual writing.
11718  Then, LyX calls LaTeX to turn your writing into printable output.
11719  This happens in a couple of stages:
11720 \end_layout
11721
11722 \begin_layout Enumerate
11723 First, LyX converts your document to a series of text commands for LaTeX,
11724  generating a file with the extension, 
11725 \begin_inset Quotes eld
11726 \end_inset
11727
11728
11729 \family typewriter
11730 .tex
11731 \family default
11732
11733 \begin_inset Quotes erd
11734 \end_inset
11735
11736 .
11737  
11738 \end_layout
11739
11740 \begin_layout Enumerate
11741 Next, LaTeX uses the commands in the 
11742 \family typewriter
11743 .tex
11744 \family default
11745  file to produce printable output.
11746  It doesn't know anything about your printer, however.
11747  Instead, LaTeX produces what's known as a 
11748 \emph on
11749 device-independent
11750 \emph default
11751  file, or DVI for short.
11752  The actual output is in a file with the extension, 
11753 \begin_inset Quotes eld
11754 \end_inset
11755
11756
11757 \family typewriter
11758 .dvi
11759 \family default
11760
11761 \begin_inset Quotes erd
11762 \end_inset
11763
11764 .
11765  DVI files are completely portable; you can move them from one machine to
11766  another without needing to do any sort of conversion.
11767 \end_layout
11768
11769 \begin_deeper
11770 \begin_layout Description
11771 NOTE: The DVI file only contains what was in the LaTeX file itself.
11772  If you have included PostScript pictures in your document, there will only
11773  be a link to these files.
11774  So don't forget these files if you move your 
11775 \family typewriter
11776 .dvi
11777 \family default
11778  file to another computer.
11779 \end_layout
11780
11781 \end_deeper
11782 \begin_layout Enumerate
11783 Consider the 
11784 \family typewriter
11785 .dvi
11786 \family default
11787  file to be the 
11788 \begin_inset Quotes eld
11789 \end_inset
11790
11791 final output.
11792 \begin_inset Quotes erd
11793 \end_inset
11794
11795  Once you have it, you can view it, print it, or convert it to other formats.
11796 \end_layout
11797
11798 \begin_deeper
11799 \begin_layout Enumerate
11800 You can view 
11801 \family typewriter
11802 .dvi
11803 \family default
11804  files using a program called 
11805 \family typewriter
11806 xdvi
11807 \family default
11808 .
11809 \end_layout
11810
11811 \begin_layout Enumerate
11812 Some printers and Unix systems understand DVI, and can print your 
11813 \family typewriter
11814 .dvi
11815 \family default
11816  file directly.
11817 \end_layout
11818
11819 \begin_layout Enumerate
11820 Nowadays, most printers understand the PostScript format.
11821  LyX automatically converts the 
11822 \family typewriter
11823 .dvi
11824 \family default
11825  file to a PostScript file for you when you go to print out your document.
11826  LyX will also let you preview a PostScript version of your document using
11827  the program 
11828 \family typewriter
11829 ghostview
11830 \family default
11831 .
11832 \end_layout
11833
11834 \begin_deeper
11835 \begin_layout Standard
11836 One advantage of using PostScript® is that the converter program [called
11837  
11838 \family typewriter
11839 dvips
11840 \family default
11841 ] takes any PostScript graphics you may have included in your document and
11842  puts it into the resulting PostScript version of your document.
11843  It also includes any special fonts you may have used.
11844  That makes the PostScript version much, much more portable than the DVI
11845  version.
11846 \end_layout
11847
11848 \end_deeper
11849 \end_deeper
11850 \begin_layout Standard
11851 LyX does all of these steps automagically for you.
11852 \end_layout
11853
11854 \begin_layout Standard
11855 As you have seen, a lot of things happen before you get a hardcopy or a
11856  preview of your document.
11857  So, don't worry if printing requires a bit more time than with other word
11858  processors.
11859  The printed result is worth the wait.
11860  Quality always has its price.
11861 \end_layout
11862
11863 \begin_layout Subsection
11864 Quick Viewing with xdvi
11865 \end_layout
11866
11867 \begin_layout Standard
11868 To get a look at the final version of your document, with all of the pagebreaks
11869  in place, the footnotes correctly numbered, and so on, select 
11870 \family sans
11871 \bar under
11872 V
11873 \bar default
11874 iew\SpecialChar \menuseparator
11875
11876 \bar under
11877 D
11878 \bar default
11879 VI
11880 \family default
11881 .
11882  Then wait a while.
11883 \end_layout
11884
11885 \begin_layout Standard
11886 When all of the behind-the-scenes action is done, LyX calls the program
11887  
11888 \family typewriter
11889 xdvi
11890 \family default
11891 .
11892  You can now look at the results.
11893  [If you want more info on the 
11894 \family typewriter
11895 xdvi
11896 \family default
11897  program, see the 
11898 \family typewriter
11899 man
11900 \family default
11901 -pages.]
11902 \end_layout
11903
11904 \begin_layout Description
11905 Helpful-Tip: Keep the 
11906 \family typewriter
11907 xdvi
11908 \family default
11909  window open, maybe moving it to another desktop.
11910  Then, after you make changes to your document, just use 
11911 \family sans
11912 \bar under
11913 V
11914 \bar default
11915 iew\SpecialChar \menuseparator
11916
11917 \bar under
11918 U
11919 \bar default
11920 pdate\SpecialChar \menuseparator
11921
11922 \bar under
11923 D
11924 \bar default
11925 VI
11926 \family default
11927 .
11928  Now click on the 
11929 \family typewriter
11930 xdvi
11931 \family default
11932  window.
11933  The 
11934 \family typewriter
11935 xdvi
11936 \family default
11937  program will automatically reread the 
11938 \family typewriter
11939 .dvi
11940 \family default
11941  file and give you an updated view.
11942 \end_layout
11943
11944 \begin_layout Subsection
11945 Viewing the PostScript Version with ghostview
11946 \end_layout
11947
11948 \begin_layout Standard
11949 In general, using 
11950 \family typewriter
11951 xdvi
11952 \family default
11953  to view your document is the easiest and fastest way.
11954  There may be times, however, when you want to look at the PostScript version.
11955  One reason is fonts.
11956 \begin_inset Foot
11957 status collapsed
11958
11959 \begin_layout Standard
11960 Note from 
11961 \noun on
11962 John Weiss
11963 \noun default
11964 : Another reason is paranoia.
11965  I always like to look at the PostScript file before I print it, just so
11966  I see exactly what went to the printer\SpecialChar \ldots{}
11967
11968 \end_layout
11969
11970 \end_inset
11971
11972  You can use PostScript fonts in a LaTeX document, but 
11973 \family typewriter
11974 xdvi
11975 \family default
11976  won't show this.
11977  You'll need to use 
11978 \family typewriter
11979 ghostview
11980 \family default
11981  or some other PostScript file viewer to see the actual results.
11982 \end_layout
11983
11984 \begin_layout Standard
11985 To view the PostScript version of your document, select 
11986 \family sans
11987 Pos
11988 \bar under
11989 t
11990 \bar default
11991 Script
11992 \family default
11993  from the 
11994 \family sans
11995 \bar under
11996 V
11997 \bar default
11998 iew
11999 \family default
12000  menu.
12001  When all of the magic behind-the-scenes is done, LyX calls the program
12002  
12003 \family typewriter
12004 ghostview
12005 \family default
12006 .
12007  You can now look at the results.
12008 \end_layout
12009
12010 \begin_layout Standard
12011 You've guessed what the 
12012 \family sans
12013 \bar under
12014 U
12015 \bar default
12016 pdate\SpecialChar \menuseparator
12017 Pos
12018 \bar under
12019 t
12020 \bar default
12021 script
12022 \family default
12023  command from the 
12024 \family sans
12025 \bar under
12026 V
12027 \bar default
12028 iew
12029 \family default
12030  menu does, haven't you? Remember to click once in the 
12031 \family typewriter
12032 ghostview
12033 \family default
12034  window after this command to update the view.
12035 \end_layout
12036
12037 \begin_layout Subsection
12038 Printing the File
12039 \end_layout
12040
12041 \begin_layout Standard
12042 To print a file, select 
12043 \family sans
12044 \bar under
12045 P
12046 \bar default
12047 rint
12048 \family default
12049  from the 
12050 \family sans
12051 \bar under
12052 F
12053 \bar default
12054 ile
12055 \family default
12056  menu, or click on the toolbar button with the printer on it.
12057  This opens the 
12058 \family sans
12059 Print
12060 \family default
12061  dialog.
12062 \end_layout
12063
12064 \begin_layout Standard
12065 You can choose to only print even-numbered or odd-numbered pages - this
12066  is useful for printing on two sides: you can re-insert the pages after
12067  printing one set of pages, to print on the other side.
12068  Some printers spit out pages face-up, others, face-down.
12069  By choosing a particular order to print in, you can take the entire stack
12070  of pages out of the printer without needing to reorder them.
12071 \end_layout
12072
12073 \begin_layout Standard
12074 You can set the parameters in the 
12075 \family sans
12076 Destination
12077 \family default
12078  box as follows :
12079 \end_layout
12080
12081 \begin_layout Labeling
12082 \labelwidthstring MMMM
12083
12084 \family sans
12085 \bar under
12086 P
12087 \bar default
12088 rinter
12089 \family default
12090  This is the name of the printer to print to.
12091 \begin_inset Foot
12092 status collapsed
12093
12094 \begin_layout Standard
12095 Note that this printer name isn't for the 
12096 \family typewriter
12097 lpr
12098 \family default
12099  command but for 
12100 \family typewriter
12101 dvips
12102 \family default
12103 .
12104  That means 
12105 \family typewriter
12106 dvips
12107 \family default
12108  has to be configured for this printer name.
12109  See the section 
12110 \begin_inset LatexCommand ref
12111 reference "sec:dvipsconfig"
12112
12113 \end_inset
12114
12115  or the 
12116 \family typewriter
12117 dvips
12118 \family default
12119  documentation for details.
12120  The default printer can also be set in 
12121 \family typewriter
12122 lyxrc
12123 \family default
12124 .
12125 \end_layout
12126
12127 \end_inset
12128
12129  The printer should understand PostScript files.
12130 \end_layout
12131
12132 \begin_layout Labeling
12133 \labelwidthstring MMMM
12134
12135 \family sans
12136 \bar under
12137 F
12138 \bar default
12139 ile
12140 \family default
12141  The name of a file to print to.
12142  The output will be in Post\SpecialChar \-
12143 Script format.
12144  The file will generally be written in the current directory, unless you
12145  specify the full path.
12146 \end_layout
12147
12148 \begin_layout Standard
12149 Note that printing may need little time, since LaTeX, 
12150 \family typewriter
12151 dvips
12152 \family default
12153  and, if you don't have a PostScript printer, 
12154 \family typewriter
12155 ghostscript
12156 \family default
12157  have to process your document.
12158 \end_layout
12159
12160 \begin_layout Section
12161 A Few Words about Typography
12162 \end_layout
12163
12164 \begin_layout Subsection
12165 Hyphens and Hyphenation
12166 \begin_inset LatexCommand label
12167 name "sec:hyphens"
12168
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \begin_layout Standard
12175 In LyX, the 
12176 \begin_inset Quotes eld
12177 \end_inset
12178
12179
12180 \family typewriter
12181 -
12182 \family default
12183
12184 \begin_inset Quotes erd
12185 \end_inset
12186
12187  character comes in three lengths, often called the 
12188 \emph on
12189 hyphen
12190 \emph default
12191 , the 
12192 \emph on
12193 en dash
12194 \emph default
12195 , and the 
12196 \emph on
12197 em dash
12198 \emph default
12199 :
12200 \end_layout
12201
12202 \begin_layout Enumerate
12203 hyphen
12204 \hfill
12205 -
12206 \hfill
12207 made with 
12208 \begin_inset Quotes eld
12209 \end_inset
12210
12211
12212 \family typewriter
12213 -
12214 \family default
12215
12216 \begin_inset Quotes eld
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \begin_layout Enumerate
12223 en dash
12224 \hfill
12225 --
12226 \hfill
12227 made with 
12228 \begin_inset Quotes eld
12229 \end_inset
12230
12231
12232 \family typewriter
12233 -
12234 \begin_inset ERT
12235 status collapsed
12236
12237 \begin_layout Standard
12238
12239
12240 \backslash
12241 /
12242 \end_layout
12243
12244 \end_inset
12245
12246 -
12247 \family default
12248
12249 \begin_inset Quotes erd
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \begin_layout Enumerate
12256 em dash
12257 \hfill
12258 ---
12259 \hfill
12260 made with 
12261 \begin_inset Quotes eld
12262 \end_inset
12263
12264
12265 \family typewriter
12266 -
12267 \begin_inset ERT
12268 status collapsed
12269
12270 \begin_layout Standard
12271
12272
12273 \backslash
12274 /
12275 \end_layout
12276
12277 \end_inset
12278
12279 -
12280 \begin_inset ERT
12281 status collapsed
12282
12283 \begin_layout Standard
12284
12285
12286 \backslash
12287 /
12288 \end_layout
12289
12290 \end_inset
12291
12292 -
12293 \family default
12294
12295 \begin_inset Quotes erd
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Enumerate
12302 minus sign
12303 \hfill
12304
12305 \begin_inset Formula $-$
12306 \end_inset
12307
12308
12309 \hfill
12310
12311 \begin_inset Quotes eld
12312 \end_inset
12313
12314
12315 \family typewriter
12316 -
12317 \family default
12318
12319 \begin_inset Quotes erd
12320 \end_inset
12321
12322  in math mode
12323 \end_layout
12324
12325 \begin_layout Standard
12326 You generate these by using the 
12327 \begin_inset Quotes eld
12328 \end_inset
12329
12330
12331 \family typewriter
12332 -
12333 \family default
12334
12335 \begin_inset Quotes erd
12336 \end_inset
12337
12338  character multiple times in a row.
12339  LyX automatically converts them to the appropriate length dash in the final
12340  output.
12341 \end_layout
12342
12343 \begin_layout Standard
12344 The three types of dash are distinct from the minus sign, which appears
12345  in math mode and has a length of its own.
12346  Here are some examples of the 
12347 \begin_inset Quotes eld
12348 \end_inset
12349
12350
12351 \family typewriter
12352 -
12353 \family default
12354
12355 \begin_inset Quotes erd
12356 \end_inset
12357
12358  in use:
12359 \end_layout
12360
12361 \begin_layout Enumerate
12362 line- and page-breaks
12363 \hfill
12364 (
12365 \emph on
12366 hyphen
12367 \emph default
12368 )
12369 \end_layout
12370
12371 \begin_layout Enumerate
12372 From A--Z
12373 \hfill
12374 (
12375 \emph on
12376 en dash
12377 \emph default
12378 )
12379 \end_layout
12380
12381 \begin_layout Enumerate
12382 Oh --- there's a dash.
12383 \hfill
12384 (
12385 \emph on
12386 em dash
12387 \emph default
12388 )
12389 \end_layout
12390
12391 \begin_layout Enumerate
12392 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12393 \end_inset
12394
12395
12396 \hfill
12397 (
12398 \emph on
12399 minus sign
12400 \emph default
12401 )
12402 \end_layout
12403
12404 \begin_layout Standard
12405 Those of you reading this from within LyX will see no difference, though
12406  there is one in the printed version.
12407 \end_layout
12408
12409 \begin_layout Standard
12410 One more note about hyphenation --- LyX automatically breaks up words and
12411  inserts hyphens in English text.
12412  The words won't be hyphenated until you generate the final output.
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Actually, it's LaTeX that does this, and it will also hyphenate words in
12417  
12418 \emph on
12419 some
12420 \emph default
12421  other languages.
12422  To know whether (PDF)LaTeX hyphenates for 
12423 \emph on
12424 your
12425 \emph default
12426  language, look at any log file produced by a LaTeX run: it will say
12427 \end_layout
12428
12429 \begin_layout Quote
12430
12431 \family typewriter
12432 Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman,
12433  nohyphenation, loaded.
12434 \end_layout
12435
12436 \begin_layout Standard
12437 This tells you that, e.g., if you write in Finnish, you're out of luck.
12438  Study (for the teTeX distribution of LaTeX) the utilities 
12439 \family typewriter
12440 texconfig
12441 \family default
12442  and 
12443 \family typewriter
12444 fmtutil
12445 \family default
12446  in order to switch hyphenation on for your language by 
12447 \begin_inset Quotes eld
12448 \end_inset
12449
12450 uncommenting
12451 \begin_inset Quotes erd
12452 \end_inset
12453
12454  the relevant line in a file typically named 
12455 \family typewriter
12456 language.dat
12457 \family default
12458 .
12459  Sorry for the inconvenience.
12460 \end_layout
12461
12462 \begin_layout Standard
12463 If, for whatever reason, LaTeX 
12464 \emph on
12465 still
12466 \emph default
12467  can't break a word correctly (e.g., a compound word), you can set hyphenation
12468  points manually.
12469  This is done with the menu item 
12470 \family sans
12471 Hyphenation\InsetSpace ~
12472
12473 \bar under
12474 P
12475 \bar default
12476 oint
12477 \family default
12478  under 
12479 \family sans
12480 Special\InsetSpace ~
12481 F
12482 \bar under
12483 o
12484 \bar default
12485 rmatting
12486 \family default
12487  in the 
12488 \family sans
12489 \bar under
12490 I
12491 \bar default
12492 nsert
12493 \family default
12494  menu.
12495  Note that these extra hyphenation points are only recommendations to LaTeX.
12496  If no hyphenation is necessary, LaTeX will totally ignore them.
12497 \end_layout
12498
12499 \begin_layout Subsection
12500 Punctuation Marks
12501 \end_layout
12502
12503 \begin_layout Subsubsection
12504 Abbreviations and End of Sentence
12505 \begin_inset LatexCommand label
12506 name "sec:abbrev"
12507
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \begin_layout Standard
12514 When LyX calls LaTeX to generate the final version of your document, LaTeX
12515  automatically distinguishes between words, sentences, and abbreviations.
12516  LaTeX then adds the 
12517 \begin_inset Quotes eld
12518 \end_inset
12519
12520 appropriate amount of space
12521 \begin_inset Quotes erd
12522 \end_inset
12523
12524 : sentences get a little bit more space between the period and the next
12525  word.
12526  Abbreviations get the same amount of space after the period as a word uses.
12527 \end_layout
12528
12529 \begin_layout Standard
12530 Unfortunately, the algorithm for figuring out what's an abbreviation and
12531  what's the end of a sentence is really quite brain-dead.
12532  If a 
12533 \begin_inset Quotes eld
12534 \end_inset
12535
12536
12537 \family typewriter
12538 .
12539 \family default
12540
12541 \begin_inset Quotes erd
12542 \end_inset
12543
12544  is at the end of a lowercase letter, it's the end of a sentence; if it's
12545  at the end of a capitalized letter, it's an abbreviation.
12546 \end_layout
12547
12548 \begin_layout Standard
12549 Here are some examples of 
12550 \emph on
12551 correct
12552 \emph default
12553  abbreviations and the end of a sentence:
12554 \end_layout
12555
12556 \begin_layout Itemize
12557 M.
12558  Butterfly
12559 \end_layout
12560
12561 \begin_layout Itemize
12562 Don't worry.
12563  Be happy.
12564 \end_layout
12565
12566 \begin_layout Standard
12567 \SpecialChar \ldots{}
12568 and here's an example of the algorithm going wrong:
12569 \end_layout
12570
12571 \begin_layout Itemize
12572 e.
12573  g.
12574  this is too much space!
12575 \end_layout
12576
12577 \begin_layout Itemize
12578 This is I.
12579  It's okay.
12580 \end_layout
12581
12582 \begin_layout Standard
12583 You won't see anything wrong until you view a final version of your document.
12584 \end_layout
12585
12586 \begin_layout Standard
12587 To fix this problem, use one of the following:
12588 \end_layout
12589
12590 \begin_layout Enumerate
12591 Use an 
12592 \family sans
12593 Inter-word\InsetSpace ~
12594 Space
12595 \family default
12596  after lowercase abbreviations (see section\InsetSpace ~
12597
12598 \begin_inset LatexCommand ref
12599 reference "sec:normblank-lbreak-horline"
12600
12601 \end_inset
12602
12603 ).
12604 \end_layout
12605
12606 \begin_layout Enumerate
12607 Use a 
12608 \family sans
12609 Thin\InsetSpace ~
12610 Space
12611 \family default
12612  between two tokens of an abbreviation (see section\InsetSpace ~
12613
12614 \begin_inset LatexCommand ref
12615 reference "sec:thinblank-lbreak-horline"
12616
12617 \end_inset
12618
12619 ).
12620 \end_layout
12621
12622 \begin_layout Enumerate
12623 Use an 
12624 \family sans
12625 End\InsetSpace ~
12626 of\InsetSpace ~
12627 sentence\InsetSpace ~
12628 period
12629 \family default
12630  found under the 
12631 \family sans
12632 \bar under
12633 I
12634 \bar default
12635 nsert\SpecialChar \menuseparator
12636
12637 \bar under
12638 S
12639 \bar default
12640 pecial\InsetSpace ~
12641 Character
12642 \family default
12643  menu to force the use of inter-sentence spacing.
12644  This function is also bound to 
12645 \family sans
12646 C-period
12647 \family default
12648  for easy access.
12649 \end_layout
12650
12651 \begin_layout Standard
12652 With the corrections, our earlier examples look like this:
12653 \end_layout
12654
12655 \begin_layout Itemize
12656 e.\InsetSpace \thinspace{}
12657 g.\InsetSpace \space{}
12658 this is too much space!
12659 \end_layout
12660
12661 \begin_layout Itemize
12662 This is I\SpecialChar \@.
12663  It's okay.
12664 \end_layout
12665
12666 \begin_layout Standard
12667 Some languages don't use extra spacing between sentences.
12668  If your language is such a language, you don't need to worry about all
12669  of this.
12670  For those that do need to bother, there is help to catch those sneaky errors:
12671  check out the 
12672 \family sans
12673 \bar under
12674 T
12675 \bar default
12676 ools\SpecialChar \menuseparator
12677 C
12678 \bar under
12679 h
12680 \bar default
12681 eck\InsetSpace ~
12682 TeX
12683 \family default
12684  feature described in 
12685 \emph on
12686 Extended Editing
12687 \emph default
12688 .
12689 \end_layout
12690
12691 \begin_layout Subsubsection
12692 Quotes
12693 \begin_inset LatexCommand label
12694 name "sec:quotes"
12695
12696 \end_inset
12697
12698
12699 \end_layout
12700
12701 \begin_layout Standard
12702 LyX usually sets quotes correctly.
12703  Specifically, it will use an opening quote at the beginning of quoted text,
12704  and use a closing quote at the end.
12705  For example, 
12706 \begin_inset Quotes eld
12707 \end_inset
12708
12709 open close
12710 \begin_inset Quotes erd
12711 \end_inset
12712
12713 .
12714  The keyboard character, 
12715 \family sans
12716 "
12717 \family default
12718 , generates this automatically.
12719 \end_layout
12720
12721 \begin_layout Standard
12722
12723 \series bold
12724 New in version 1.4:
12725 \series default
12726  To get single quotation marks, you have to press 
12727 \family sans
12728 C-"
12729 \family default
12730 .
12731   This produces quotation marks like this: 
12732 \begin_inset Quotes els
12733 \end_inset
12734
12735 '.
12736 \end_layout
12737
12738 \begin_layout Standard
12739 You can also select quotes for different languages via the 
12740 \family sans
12741 \bar under
12742 T
12743 \bar default
12744 ype
12745 \family default
12746  option.
12747  There are six choices:
12748 \end_layout
12749
12750 \begin_layout Labeling
12751 \labelwidthstring MMMMM
12752
12753 \family sans
12754 \begin_inset Quotes eld
12755 \end_inset
12756
12757 Text
12758 \begin_inset Quotes erd
12759 \end_inset
12760
12761
12762 \family default
12763  Use quotes like this 
12764 \begin_inset Quotes eld
12765 \end_inset
12766
12767 double
12768 \begin_inset Quotes erd
12769 \end_inset
12770
12771  or 
12772 \begin_inset Quotes els
12773 \end_inset
12774
12775 single
12776 \begin_inset Quotes ers
12777 \end_inset
12778
12779
12780 \end_layout
12781
12782 \begin_layout Labeling
12783 \labelwidthstring MMMMM
12784
12785 \family sans
12786 \begin_inset Quotes sld
12787 \end_inset
12788
12789 Text
12790 \begin_inset Quotes srd
12791 \end_inset
12792
12793
12794 \family default
12795  Use quotes like 
12796 \begin_inset Quotes sld
12797 \end_inset
12798
12799 this
12800 \begin_inset Quotes srd
12801 \end_inset
12802
12803  or 'this
12804 \begin_inset Quotes ers
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \begin_layout Labeling
12811 \labelwidthstring MMMMM
12812
12813 \family sans
12814 \begin_inset Quotes gld
12815 \end_inset
12816
12817 Text
12818 \begin_inset Quotes grd
12819 \end_inset
12820
12821
12822 \family default
12823  Use quotes like 
12824 \begin_inset Quotes gld
12825 \end_inset
12826
12827 this
12828 \begin_inset Quotes grd
12829 \end_inset
12830
12831  or 
12832 \begin_inset Quotes gls
12833 \end_inset
12834
12835 this
12836 \begin_inset Quotes grs
12837 \end_inset
12838
12839
12840 \end_layout
12841
12842 \begin_layout Labeling
12843 \labelwidthstring MMMMM
12844
12845 \family sans
12846 \begin_inset Quotes pld
12847 \end_inset
12848
12849 Text
12850 \begin_inset Quotes prd
12851 \end_inset
12852
12853
12854 \family default
12855  Use quotes like 
12856 \begin_inset Quotes pld
12857 \end_inset
12858
12859 this
12860 \begin_inset Quotes prd
12861 \end_inset
12862
12863  or 
12864 \begin_inset Quotes pls
12865 \end_inset
12866
12867 this
12868 \begin_inset Quotes prs
12869 \end_inset
12870
12871
12872 \end_layout
12873
12874 \begin_layout Labeling
12875 \labelwidthstring MMMMM
12876
12877 \family sans
12878 \begin_inset Quotes fld
12879 \end_inset
12880
12881 Text
12882 \begin_inset Quotes frd
12883 \end_inset
12884
12885
12886 \family default
12887  Use quotes like 
12888 \begin_inset Quotes fld
12889 \end_inset
12890
12891 this
12892 \begin_inset Quotes frd
12893 \end_inset
12894
12895  or 
12896 \begin_inset Quotes fls
12897 \end_inset
12898
12899 this
12900 \begin_inset Quotes frs
12901 \end_inset
12902
12903
12904 \end_layout
12905
12906 \begin_layout Labeling
12907 \labelwidthstring MMMMM
12908
12909 \family sans
12910 \begin_inset Quotes ald
12911 \end_inset
12912
12913 Text
12914 \begin_inset Quotes ard
12915 \end_inset
12916
12917
12918 \family default
12919  Use quotes like 
12920 \begin_inset Quotes ald
12921 \end_inset
12922
12923 this
12924 \begin_inset Quotes ard
12925 \end_inset
12926
12927  or 
12928 \begin_inset Quotes als
12929 \end_inset
12930
12931 this
12932 \begin_inset Quotes ars
12933 \end_inset
12934
12935
12936 \end_layout
12937
12938 \begin_layout Standard
12939 Again, this affects what character the 
12940 \family sans
12941 "
12942 \family default
12943  key produces.
12944 \end_layout
12945
12946 \begin_layout Standard
12947 On the other hand, if you want to produce a bona-fide quote character, type
12948  
12949 \family sans
12950 M-"
12951 \family default
12952 .
12953  This produces: 
12954 \family typewriter
12955 "
12956 \family default
12957 .
12958 \end_layout
12959
12960 \begin_layout Subsection
12961 Ligatures
12962 \begin_inset LatexCommand label
12963 name "sec:ligatures"
12964
12965 \end_inset
12966
12967
12968 \end_layout
12969
12970 \begin_layout Standard
12971 It is standard typesetting practice to group certain letters together and
12972  print them as single characters.
12973  These groups are known as 
12974 \emph on
12975 ligatures
12976 \emph default
12977 .
12978  Since LaTeX knows about ligatures, your LyX documents will contain them,
12979  too.
12980  Here are the possible ligatures:
12981 \end_layout
12982
12983 \begin_layout Itemize
12984 ff
12985 \end_layout
12986
12987 \begin_layout Itemize
12988 fi
12989 \end_layout
12990
12991 \begin_layout Itemize
12992 fl
12993 \end_layout
12994
12995 \begin_layout Itemize
12996 ffi
12997 \end_layout
12998
12999 \begin_layout Itemize
13000 ffl
13001 \end_layout
13002
13003 \begin_layout Standard
13004 Once in a while, though, you don't want a ligature in a word.
13005  While a ligature may be okay in the word, 
13006 \begin_inset Quotes eld
13007 \end_inset
13008
13009 graffiti,
13010 \begin_inset Quotes erd
13011 \end_inset
13012
13013  it looks really weird in compound words, such as 
13014 \begin_inset Quotes eld
13015 \end_inset
13016
13017 cufflink
13018 \begin_inset Quotes erd
13019 \end_inset
13020
13021  or the German 
13022 \begin_inset Quotes eld
13023 \end_inset
13024
13025 Dorffest.
13026 \begin_inset Quotes erd
13027 \end_inset
13028
13029  To break a ligature, use 
13030 \family sans
13031 \bar under
13032 I
13033 \bar default
13034 nsert\SpecialChar \menuseparator
13035 Special\InsetSpace ~
13036 F
13037 \bar under
13038 o
13039 \bar default
13040 rmatting
13041 \family default
13042 \SpecialChar \menuseparator
13043
13044 \family sans
13045 Ligature\InsetSpace ~
13046 Break.
13047
13048 \family default
13049  This changes 
13050 \begin_inset Quotes eld
13051 \end_inset
13052
13053 cufflinks
13054 \begin_inset Quotes erd
13055 \end_inset
13056
13057  to 
13058 \begin_inset Quotes eld
13059 \end_inset
13060
13061 cuff\SpecialChar \textcompwordmark{}
13062 links
13063 \begin_inset Quotes erd
13064 \end_inset
13065
13066  and 
13067 \begin_inset Quotes eld
13068 \end_inset
13069
13070 Dorffest
13071 \begin_inset Quotes erd
13072 \end_inset
13073
13074  to 
13075 \begin_inset Quotes eld
13076 \end_inset
13077
13078 Dorf\SpecialChar \textcompwordmark{}
13079 fest
13080 \begin_inset Quotes erd
13081 \end_inset
13082
13083 .
13084 \end_layout
13085
13086 \begin_layout Subsection
13087 Widows and Orphans
13088 \begin_inset LatexCommand label
13089 name "sec:widows"
13090
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \begin_layout Standard
13097 In the early days of word processors, page breaks went wherever the page
13098  happened to end.
13099  There was no regard for what was actually going on in the text.
13100  You may remember once printing out a document, only to find the heading
13101  for a new section printed at the very bottom of the page, the first line
13102  of a new paragraph all alone at the bottom of a page, or the last line
13103  of a paragraph at the top of a new page.
13104  These dangly-bits of text became known as 
13105 \emph on
13106 widows
13107 \emph default
13108  and 
13109 \emph on
13110 orphans
13111 \emph default
13112 .
13113 \end_layout
13114
13115 \begin_layout Standard
13116 Clearly, LyX can avoid breaking pages after a section heading.
13117  That's part of the advantage of paragraph environments.
13118  But what about widows and orphans, where the page breaks leave one line
13119  of a paragraph all alone at the top or bottom of a page? There are rules
13120  built into LaTeX governing page breaks, and some of those rules are there
13121  to specifically prevent widows and orphans.
13122  This is the advantage LyX has in using LaTeX as its backend.
13123 \end_layout
13124
13125 \begin_layout Standard
13126 There's no way we can go into how TeX and LaTeX decide to break a page,
13127  or how you can tweak that behavior.
13128  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13129
13130 \begin_inset LatexCommand cite
13131 key "latexcompanion"
13132
13133 \end_inset
13134
13135  or\InsetSpace ~
13136
13137 \begin_inset LatexCommand cite
13138 key "latexguide"
13139
13140 \end_inset
13141
13142 ] may have more information.
13143  You will almost never need to worry about this, however.
13144 \end_layout
13145
13146 \begin_layout Chapter
13147 Floats: Tables, Figures, Footnotes and Margin Notes
13148 \begin_inset OptArg
13149 status collapsed
13150
13151 \begin_layout Standard
13152 Tables, Figures, and Notes
13153 \end_layout
13154
13155 \end_inset
13156
13157
13158 \end_layout
13159
13160 \begin_layout Section
13161 Footnotes
13162 \end_layout
13163
13164 \begin_layout Standard
13165 Unlike other typesetting programs, LyX uses 
13166 \begin_inset Quotes eld
13167 \end_inset
13168
13169 foldable
13170 \begin_inset Quotes erd
13171 \end_inset
13172
13173  boxes instead of displaying its footnotes at the bottom of the screen or
13174  somewhere else in your text.
13175  When you insert a footnote with 
13176 \family sans
13177 \series medium
13178 \bar under
13179 I
13180 \bar no
13181 nsert
13182 \series default
13183 \bar default
13184 \SpecialChar \menuseparator
13185
13186 \series medium
13187 \bar under
13188 F
13189 \bar no
13190 ootnote,
13191 \family default
13192 \series default
13193 \bar default
13194  
13195 \family roman
13196 \series medium
13197 \bar no
13198 you'll first see a
13199 \family default
13200 \series default
13201 \bar default
13202  grey 
13203 \family roman
13204 \series medium
13205 \bar no
13206 box with a
13207 \family default
13208 \series default
13209 \bar default
13210  red 
13211 \family roman
13212 \series medium
13213 \bar no
13214 label 
13215 \begin_inset Quotes eld
13216 \end_inset
13217
13218 foot
13219 \begin_inset Quotes erd
13220 \end_inset
13221
13222  appearing within your text.
13223  This box is LyX's representation of your footnote.
13224  You can enter your text into this box.
13225  If you click the 
13226 \begin_inset Quotes eld
13227 \end_inset
13228
13229
13230 \family sans
13231 foot
13232 \family roman
13233
13234 \begin_inset Quotes erd
13235 \end_inset
13236
13237
13238 \family default
13239 \series default
13240 \bar default
13241  
13242 \family roman
13243 \series medium
13244 \bar no
13245 label, the box will 
13246 \begin_inset Quotes eld
13247 \end_inset
13248
13249 fold
13250 \begin_inset Quotes erd
13251 \end_inset
13252
13253 .
13254
13255 \family default
13256 \series default
13257 \bar default
13258  Clicking on the button again will 
13259 \family roman
13260 \series medium
13261 \bar no
13262
13263 \begin_inset Quotes eld
13264 \end_inset
13265
13266 unfold
13267 \begin_inset Quotes erd
13268 \end_inset
13269
13270  the footnote.
13271 \begin_inset Foot
13272 status collapsed
13273
13274 \begin_layout Standard
13275 To close this footnote, click on the red box at the top left.
13276 \end_layout
13277
13278 \end_inset
13279
13280  You will not see any numbers within LyX.
13281  You don't need to worry about those, anyhow, because LyX does the numbering
13282  for you, as well as putting the footnote at the bottom of the correct page,
13283  when it processes your file.
13284  If you want to turn already existing text into a footnote, simply mark
13285  it and click on the footnote button (a picture of text with an arrow pointing
13286  to stuff in the bottom margin).
13287
13288 \family default
13289 \series default
13290 \bar default
13291  Vice versa, you can change a footnote to regular text by hitting the 
13292 \family sans
13293 Backspace
13294 \family default
13295  key when the cursor is in the first position of a footnote, or by hitting
13296  the 
13297 \family sans
13298 Delete
13299 \family default
13300  key when the cursor is in the very last position of the footnote, respectively
13301  (this works for all 
13302 \begin_inset Quotes eld
13303 \end_inset
13304
13305 foldable
13306 \begin_inset Quotes erd
13307 \end_inset
13308
13309  boxes in LyX).
13310 \end_layout
13311
13312 \begin_layout Standard
13313 What LyX cannot do, yet, is take care of special needs like setting the
13314  footnote numbering back to 1 after each section in the 
13315 \begin_inset Quotes eld
13316 \end_inset
13317
13318
13319 \family typewriter
13320 article
13321 \family default
13322
13323 \begin_inset Quotes erd
13324 \end_inset
13325
13326  
13327 \family roman
13328 document class or changing the counter
13329 \family default
13330  
13331 \family roman
13332 style.
13333  You'll need to insert LaTeX commands like th
13334 \family default
13335 os
13336 \family roman
13337 e
13338 \family default
13339  described in the 
13340 \emph on
13341 Tricks for Footnotes and Marginpars
13342 \emph default
13343  section of 
13344 \begin_inset Quotes eld
13345 \end_inset
13346
13347
13348 \emph on
13349 Extended
13350 \emph default
13351  
13352 \emph on
13353 Features
13354 \emph default
13355 .
13356 \begin_inset Quotes erd
13357 \end_inset
13358
13359
13360 \end_layout
13361
13362 \begin_layout Description
13363 NOTE: A float in LaTeX and LyX isn't a simple paragraph as with usual word
13364  processors.
13365  It is a complex text structure that may contain everything except floats.
13366  That means you can use all the layouts inside a float, even figures and
13367  tables.
13368  You may not need this too often, but if you do occasionally need it, it's
13369  a neat feature.
13370 \end_layout
13371
13372 \begin_layout Section
13373 Margin Notes
13374 \end_layout
13375
13376 \begin_layout Standard
13377 Margin notes look and behave just like footnotes in LyX.
13378  When you insert a margin note via 
13379 \family sans
13380 \series medium
13381 \bar under
13382 I
13383 \bar no
13384 nsert\SpecialChar \menuseparator
13385
13386 \bar under
13387 M
13388 \bar no
13389 argin
13390 \series default
13391 \bar default
13392 \InsetSpace ~
13393 N
13394 \series medium
13395 \bar no
13396 ote
13397 \family default
13398 \series default
13399 \bar default
13400  or the toolbar button (which contains a picture of text in a margin with
13401  an arrow pointing to it), you'll see 
13402 \family roman
13403 \series medium
13404 a
13405 \family default
13406 \series default
13407  grey 
13408 \family roman
13409 \series medium
13410 box with a
13411 \family default
13412 \series default
13413  red 
13414 \family roman
13415 \series medium
13416 label 
13417 \begin_inset Quotes eld
13418 \end_inset
13419
13420 margin
13421 \begin_inset Quotes erd
13422 \end_inset
13423
13424  appearing within your text.
13425 \begin_inset Marginal
13426 status open
13427
13428 \begin_layout Standard
13429 This is a margin note.
13430 \end_layout
13431
13432 \end_inset
13433
13434  This box is LyX's representation of your margin note.
13435  You can enter your text into this box.
13436  If you click the 
13437 \begin_inset Quotes eld
13438 \end_inset
13439
13440 margin
13441 \begin_inset Quotes erd
13442 \end_inset
13443
13444
13445 \family default
13446 \series default
13447  
13448 \family roman
13449 \series medium
13450 label, the box will 
13451 \begin_inset Quotes eld
13452 \end_inset
13453
13454 fold
13455 \begin_inset Quotes erd
13456 \end_inset
13457
13458 .
13459  You can access it at a later time by clicking on the
13460 \family default
13461 \series default
13462  label again
13463 \family roman
13464 \series medium
13465 , thereby 
13466 \begin_inset Quotes eld
13467 \end_inset
13468
13469 unfolding
13470 \begin_inset Quotes erd
13471 \end_inset
13472
13473  the margin note.
13474 \end_layout
13475
13476 \begin_layout Standard
13477 As a default, LyX uses 1.9 cm (0.75 inches) as the margin width to allow room
13478  for margin notes.
13479  This might not be what you're looking for, but as with footnotes, LyX cannot
13480  yet do everything LaTeX has to offer.
13481  You might want to consult your LaTeX handbook for additional commands.
13482  
13483 \end_layout
13484
13485 \begin_layout Section
13486 Figures and Imported Graphics
13487 \begin_inset LatexCommand label
13488 name "sec:figures"
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Standard
13496 No document preparation system is complete without the ability to import
13497  graphics from other utilities into the document.
13498  In LyX, these are referred to as ``figures'' whether they are actually
13499  figures in the traditional sense or simply some kind of imported image.
13500  
13501 \end_layout
13502
13503 \begin_layout Standard
13504 Note that figures referred to here are do not have captions and sit wherever
13505  in the document you place them.
13506  If you need one of these features, see sec.\InsetSpace ~
13507
13508 \begin_inset LatexCommand ref
13509 reference "sec:figurefloats"
13510
13511 \end_inset
13512
13513  below.
13514 \end_layout
13515
13516 \begin_layout Standard
13517 To place a figure in your document, click on the second right-most icon
13518  on the toolbar, or select 
13519 \family sans
13520 \bar under
13521 I
13522 \bar default
13523 nsert\SpecialChar \menuseparator
13524
13525 \bar under
13526 G
13527 \bar default
13528 raphics...
13529
13530 \family default
13531  from the menu.
13532 \end_layout
13533
13534 \begin_layout Standard
13535 A dialog will appear for you to choose the file to load.
13536  You can also change any settings you need to in this dialog.
13537 \end_layout
13538
13539 \begin_layout Standard
13540 \align center
13541 \begin_inset Graphics
13542         filename clipart/mobius.eps
13543         display color
13544         scale 70
13545         scaleBeforeRotation
13546         rotateOrigin center
13547
13548 \end_inset
13549
13550
13551 \end_layout
13552
13553 \begin_layout Standard
13554 This dialog has numerous parameters, though most should be self-explanatory.
13555  The 
13556 \family sans
13557 File
13558 \family default
13559  field allows you to choose your image file.
13560  (See Section 
13561 \begin_inset LatexCommand ref
13562 reference "sub:How-it-works"
13563
13564 \end_inset
13565
13566  for information on supported formats.) The figure can be transformed by
13567  setting a rotation angle, setting the output size, and clipping the image.
13568  It is possible to set the clipping parameters automatically for some image
13569  formats by clicking the 
13570 \begin_inset Quotes eld
13571 \end_inset
13572
13573 Clip to bounding box
13574 \begin_inset Quotes erd
13575 \end_inset
13576
13577  check box under the 
13578 \family sans
13579 Clipping
13580 \family default
13581  tab.
13582  For scaling, you can set the scale directly by using a percentage value,
13583  or you can set the width and height explicitly.
13584  (See Table 
13585 \begin_inset LatexCommand ref
13586 reference "cap:Units-for-image"
13587
13588 \end_inset
13589
13590  for the available units.) If you set only one of these, the other will be
13591  determined automatically.
13592  If you set both, then the image will be transformed to the given size,
13593  possibly distorting it.
13594  If you do not want the image distorted, check the 
13595 \family sans
13596 Maintain aspect ratio
13597 \family default
13598  box.
13599  The image will then be scaled so that its width and height do not exceed
13600  the specified dimensions.
13601 \end_layout
13602
13603 \begin_layout Standard
13604 It is possible to control the display of the figure in LyX and the display
13605  in the final document separately, which can be very useful for large figures.
13606  LaTeX wizards can specify additional LaTeX options in the 
13607 \family sans
13608 LaTeX and LyX Options
13609 \family default
13610  tab.
13611  You can also set the 
13612 \family sans
13613 Subfigure
13614 \family default
13615  option here, for use in figure floats (see Section\InsetSpace ~
13616
13617 \begin_inset LatexCommand ref
13618 reference "sec:figurefloats"
13619
13620 \end_inset
13621
13622 ).
13623  See the documentation for the LaTeX-package 
13624 \family typewriter
13625 subfigure
13626 \family default
13627  for more information.
13628 \end_layout
13629
13630 \begin_layout Subsection
13631 How it works
13632 \begin_inset LatexCommand label
13633 name "sub:How-it-works"
13634
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \begin_layout Standard
13641 LyX has the ability to handle literally any graphics format in the known
13642  universe so long as a conversion path from this graphics format to the
13643  target output format can be created.
13644  If that sounds a little obtuse, consider how LyX handles Encapsulated PostScrip
13645 t® figures.
13646  LaTeX provides native support for this format, so LyX needs do nothing
13647  other than use the 
13648 \family typewriter
13649
13650 \backslash
13651 includegraphics
13652 \family default
13653  LaTeX command to insert the figure in the final document.
13654 \end_layout
13655
13656 \begin_layout Standard
13657 \begin_inset Float table
13658 placement t
13659 wide false
13660 sideways false
13661 status collapsed
13662
13663 \begin_layout Standard
13664 \begin_inset Caption
13665
13666 \begin_layout Standard
13667 \begin_inset LatexCommand label
13668 name "cap:Units-for-image"
13669
13670 \end_inset
13671
13672 Units for setting the image size
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \begin_layout Standard
13681 \begin_inset VSpace medskip
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \begin_layout Standard
13688 \align center
13689 \begin_inset Tabular
13690 <lyxtabular version="3" rows="20" columns="2">
13691 <features>
13692 <column alignment="center" valignment="top" leftline="true" width="0">
13693 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13694 <row topline="true" bottomline="true">
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Standard
13699 unit
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Standard
13708 name/description
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 </row>
13714 <row topline="true">
13715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Standard
13719 mm
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Standard
13728 millimetre
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 </row>
13734 <row topline="true">
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Standard
13739 cm
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Standard
13748 centimetre
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 </row>
13754 <row topline="true">
13755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Standard
13759 in
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Standard
13768 inch
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 </row>
13774 <row topline="true">
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Standard
13779 pt
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Standard
13788 point (72.27\InsetSpace \thinspace{}
13789 pt = 1 in)
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 <row topline="true">
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Standard
13800 pc
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Standard
13809 pica (1\InsetSpace \thinspace{}
13810 pc = 12\InsetSpace \thinspace{}
13811 pt)
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 sp
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 scaled point (65536\InsetSpace \thinspace{}
13832 sp = 1\InsetSpace \thinspace{}
13833 pt)
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 </row>
13839 <row topline="true">
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Standard
13844 bp
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Standard
13853 big point (72\InsetSpace \thinspace{}
13854 bp = 1\InsetSpace \thinspace{}
13855 in)
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 </row>
13861 <row topline="true">
13862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Standard
13866 dd
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Standard
13875 didot (1\InsetSpace \thinspace{}
13876 dd 
13877 \begin_inset Formula $\approx$
13878 \end_inset
13879
13880  0.376\InsetSpace \thinspace{}
13881 mm)
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 </row>
13887 <row topline="true">
13888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Standard
13892 cc
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Standard
13901 cicero (1\InsetSpace \thinspace{}
13902 cc = 12\InsetSpace \thinspace{}
13903 dd)
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row topline="true">
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Standard
13914 Scale%
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Standard
13923 % of original image width
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 </row>
13929 <row topline="true">
13930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Standard
13934 text%
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Standard
13943 % of text width
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 </row>
13949 <row topline="true">
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Standard
13954 col%
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Standard
13963 % of column width
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 </row>
13969 <row topline="true">
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Standard
13974 page%
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Standard
13983 % of paper width
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row topline="true">
13990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Standard
13994 line%
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Standard
14003 % of line width
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 </row>
14009 <row topline="true">
14010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Standard
14014 theight%
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Standard
14023 % of text height
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 </row>
14029 <row topline="true">
14030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Standard
14034 pheight%
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Standard
14043 % of paper height
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 </row>
14049 <row topline="true">
14050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Standard
14054 ex
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Standard
14063 height of letter 
14064 \emph on
14065 x
14066 \emph default
14067  in current font
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 </row>
14073 <row topline="true">
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Standard
14078 em
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Standard
14087 width of letter 
14088 \emph on
14089 M
14090 \emph default
14091  in current font
14092 \end_layout
14093
14094 \end_inset
14095 </cell>
14096 </row>
14097 <row topline="true" bottomline="true">
14098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Standard
14102 mu
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Standard
14111 math unit (1\InsetSpace \thinspace{}
14112 mu = 1/18\InsetSpace \thinspace{}
14113 em)
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 </row>
14119 </lyxtabular>
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \begin_layout Standard
14132 To view the figure on the LyX screen, however, some additional work is required
14133  because neither the XForms nor the Qt GUI libraries can load PostScript®
14134  figures themselves.
14135  The XForms library can load figures in the following, widely used graphics
14136  formats: 
14137 \family typewriter
14138 bmp
14139 \family default
14140
14141 \family typewriter
14142 gif
14143 \family default
14144
14145 \family typewriter
14146 jpeg
14147 \family default
14148
14149 \family typewriter
14150 pbm
14151 \family default
14152
14153 \family typewriter
14154 pgm
14155 \family default
14156
14157 \family typewriter
14158 ppm
14159 \family default
14160
14161 \family typewriter
14162 tif
14163 \family default
14164  and 
14165 \family typewriter
14166 xbm
14167 \family default
14168  whilst the Qt library can also handle 
14169 \family typewriter
14170 mng
14171 \family default
14172
14173 \family typewriter
14174 png
14175 \family default
14176  and 
14177 \family typewriter
14178 xpm
14179 \family default
14180  format figures.
14181  Thus, LyX must initiate a conversion from Encapsulated PostScript® to a
14182  loadable graphics format.
14183 \end_layout
14184
14185 \begin_layout Standard
14186 It does this using the powerful, configurable converters mechanism exposed
14187  in the 
14188 \family sans
14189 Converters
14190 \family default
14191  section of the 
14192 \family sans
14193 \bar under
14194 E
14195 \bar default
14196 dit
14197 \family default
14198 \SpecialChar \menuseparator
14199
14200 \family sans
14201 \bar under
14202 P
14203 \bar default
14204 references
14205 \family default
14206  dialog.
14207  If LyX cannot create a conversion path (which might have many steps) from
14208  Encapsulated PostScript® to one of the loadable formats listed above, then
14209  it defaults to the use of ImageMagick's 
14210 \family typewriter
14211 convert
14212 \family default
14213  utility.
14214  If, after all that, LyX 
14215 \emph on
14216 still
14217 \emph default
14218  cannot load the figure, then it'll tell you so with a message 
14219 \begin_inset Quotes eld
14220 \end_inset
14221
14222 Error converting to loadable format
14223 \begin_inset Quotes erd
14224 \end_inset
14225
14226  in place of an on-screen view of your figure.
14227  If you're presented with such a message, then you'll need to augment the
14228  list of known converters.
14229 \end_layout
14230
14231 \begin_layout Standard
14232 This strategy is used both to generate on-screen views of your image and
14233  when generating the final document.
14234  In the latter case, the LaTeX compiler must be supplied with graphics files
14235  in PostScript® format.
14236  Similarly the PDFLaTeX compiler requires files in 
14237 \family typewriter
14238 pdf
14239 \family default
14240
14241 \family typewriter
14242 png
14243 \family default
14244  or 
14245 \family typewriter
14246 jpeg
14247 \family default
14248  format.
14249  LyX will handle the necessary conversions behind the scenes.
14250 \end_layout
14251
14252 \begin_layout Subsection
14253 Figure Floats
14254 \end_layout
14255
14256 \begin_layout Subsubsection
14257 Using Figure Floats
14258 \begin_inset LatexCommand label
14259 name "sec:figurefloats"
14260
14261 \end_inset
14262
14263
14264 \end_layout
14265
14266 \begin_layout Standard
14267 The problem with inserting figures straight into your text is that they
14268  might make the pagination of your document extremely awkward.
14269  To suit the LyX mentality of automating such processes, you might find
14270  it preferable to use 
14271 \family sans
14272 Figure\InsetSpace ~
14273 Floats
14274 \family default
14275 , which LyX (actually, LaTeX) is free to move about your document as it
14276  deems necessary for a good fit.
14277  In return, LyX automates the listing of these figures and allows you to
14278  place a caption on them, using the 
14279 \family sans
14280 Caption
14281 \family default
14282  environment explained in Section\InsetSpace ~
14283
14284 \begin_inset LatexCommand ref
14285 reference "sec:captionlayout"
14286
14287 \end_inset
14288
14289 .
14290 \end_layout
14291
14292 \begin_layout Standard
14293 To place a 
14294 \family sans
14295 Figure\InsetSpace ~
14296 Float
14297 \family default
14298  simply select 
14299 \family sans
14300 \bar under
14301 I
14302 \bar default
14303 nsert\SpecialChar \menuseparator
14304 Flo
14305 \bar under
14306 a
14307 \bar default
14308 t\SpecialChar \menuseparator
14309 Figure
14310 \family default
14311  from the menu bar.
14312  You will get a float without a figure in it; use the toolbar icon described
14313  above to insert the actual figure.
14314 \end_layout
14315
14316 \begin_layout Standard
14317 \begin_inset Float figure
14318 placement htbp
14319 wide false
14320 sideways false
14321 status open
14322
14323 \begin_layout Standard
14324 \begin_inset Caption
14325
14326 \begin_layout Standard
14327 \begin_inset LatexCommand label
14328 name "fig:escher"
14329
14330 \end_inset
14331
14332 M.C.
14333  Escher on acid.
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Standard
14342 \align center
14343 \begin_inset Graphics
14344         filename clipart/escher-lsd.eps
14345         display color
14346         scaleBeforeRotation
14347         rotateOrigin center
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \end_inset
14355
14356
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \begin_inset Float figure
14361 placement htbp
14362 wide false
14363 sideways false
14364 status open
14365
14366 \begin_layout Standard
14367 \align center
14368 \begin_inset Graphics
14369         filename clipart/platypus.eps
14370         display color
14371         scaleBeforeRotation
14372         rotateOrigin center
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Standard
14380 \begin_inset Caption
14381
14382 \begin_layout Standard
14383 \begin_inset LatexCommand label
14384 name "fig:kill-plat"
14385
14386 \end_inset
14387
14388 A severely distorted platypus in a float.
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Standard
14402 It seems simple, but there is subtlety involved in the placement of the
14403  caption.
14404  If you prefer your caption to appear below the figure, then you must press
14405  return when the cursor is at the very start of the caption, and insert
14406  the figure in the new paragraph created above the caption; or you can delete
14407  the caption and recreate it by selecting the 
14408 \family sans
14409 Caption
14410 \family default
14411  environment after the figure has been inserted.
14412  This is what we did for figure 
14413 \begin_inset LatexCommand ref
14414 reference "fig:kill-plat"
14415
14416 \end_inset
14417
14418 .
14419  If the cursor is in a paragraph after the caption when you insert the 
14420 \family sans
14421 Figure
14422 \family default
14423  then it will be inserted after the caption, as was the case for 
14424 \begin_inset LatexCommand ref
14425 reference "fig:escher"
14426
14427 \end_inset
14428
14429 .
14430  It is preferred to use one 
14431 \family sans
14432 Figure
14433 \family default
14434  per 
14435 \family sans
14436 Float
14437 \family default
14438 .
14439  This allows LyX [actually LaTeX] to best position each figure.
14440 \end_layout
14441
14442 \begin_layout Standard
14443 Right-clicking on a float opens a dialog where you can alter the placement
14444  options that LaTeX uses for positioning the float (see 
14445 \begin_inset LatexCommand ref
14446 reference "sec:float-locn"
14447
14448 \end_inset
14449
14450 ).
14451  
14452 \family sans
14453 Span\InsetSpace ~
14454 columns
14455 \family default
14456  is only useful for two-column documents: if you select it, the float will
14457  span across both columns on the page instead of being confined to just
14458  one.
14459 \end_layout
14460
14461 \begin_layout Standard
14462 This figure also shows how we place a label and create a cross-reference
14463  to it; as you would expect from reading section 
14464 \begin_inset LatexCommand ref
14465 reference "sec:crossref"
14466
14467 \end_inset
14468
14469  you can simply insert a 
14470 \family sans
14471 \bar under
14472 L
14473 \bar default
14474 abel
14475 \family default
14476  in the caption and refer to it using a 
14477 \family sans
14478 \bar under
14479 C
14480 \bar default
14481 ross\InsetSpace ~
14482 Reference
14483 \family default
14484  as normal.
14485  It is especially important to use these with figure floats, rather than
14486  using vague references to 
14487 \begin_inset Quotes eld
14488 \end_inset
14489
14490 the above figure,
14491 \begin_inset Quotes erd
14492 \end_inset
14493
14494  as LaTeX will reposition your floats for you in the final document; it
14495  might not be 
14496 \begin_inset Quotes eld
14497 \end_inset
14498
14499 above
14500 \begin_inset Quotes erd
14501 \end_inset
14502
14503  at all.
14504  If it is not possible to fit the floats neatly on the same page as the
14505  text which refers to it, the figures will be placed on a separate page
14506  by themselves.
14507  Rest assured that the overall effect is usually quite nice.
14508 \end_layout
14509
14510 \begin_layout Standard
14511 Note that the caption is used in a 
14512 \family sans
14513 List\InsetSpace ~
14514 of\InsetSpace ~
14515
14516 \bar under
14517 F
14518 \bar default
14519 igures
14520 \family default
14521  (as described in Section\InsetSpace ~
14522
14523 \begin_inset LatexCommand ref
14524 reference "sec:ListsOf"
14525
14526 \end_inset
14527
14528 ) automatically, should you choose to include one in your document.
14529 \end_layout
14530
14531 \begin_layout Subsubsection
14532 Float Placement
14533 \begin_inset LatexCommand label
14534 name "sec:float-locn"
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Standard
14542 Now, the whole idea behind 
14543 \family sans
14544 Figure\InsetSpace ~
14545 Floats
14546 \family default
14547  [as well as 
14548 \family sans
14549 Table\InsetSpace ~
14550 Floats
14551 \family default
14552 , which we introduce later] is to allow LyX to place a figure [or table]
14553  on a page in a consistent, sensible fashion.
14554  The rules LaTeX uses are rather arcane; refer to the LaTeX documentation
14555  for the exact details.
14556  You can use check boxes in the float dialog to set placement for a particular
14557  float.
14558  By default, each float uses the document's default placement rules.
14559  You can change these, if you wish, in the 
14560 \family sans
14561 \bar under
14562 D
14563 \bar default
14564 ocument\SpecialChar \menuseparator
14565
14566 \bar under
14567 S
14568 \bar default
14569 ettings
14570 \family default
14571  dialog.
14572  The 
14573 \family sans
14574 Float\InsetSpace ~
14575 placement
14576 \family default
14577  box takes a LaTeX-style placement specification.
14578  You can place any combination of four letters in the 
14579 \family sans
14580 Float\InsetSpace ~
14581 placement
14582 \family default
14583  box, in any order:
14584 \end_layout
14585
14586 \begin_layout Itemize
14587
14588 \family sans
14589 h
14590 \family default
14591  for 
14592 \emph on
14593 here
14594 \end_layout
14595
14596 \begin_layout Itemize
14597
14598 \family sans
14599 t
14600 \family default
14601  for 
14602 \emph on
14603 top
14604 \end_layout
14605
14606 \begin_layout Itemize
14607
14608 \family sans
14609 b
14610 \family default
14611  for 
14612 \emph on
14613 bottom
14614 \end_layout
14615
14616 \begin_layout Itemize
14617
14618 \family sans
14619 p
14620 \family default
14621  for 
14622 \emph on
14623 page
14624 \end_layout
14625
14626 \begin_layout Standard
14627 The letters correspond to the following behaviour:
14628 \end_layout
14629
14630 \begin_layout Description
14631 Here: LyX tries to put the 
14632 \family sans
14633 Float
14634 \family default
14635  at the same point in the text where you put it.
14636 \end_layout
14637
14638 \begin_deeper
14639 \begin_layout Standard
14640 If there isn't enough room, LyX tries one of the other three location types.
14641 \end_layout
14642
14643 \end_deeper
14644 \begin_layout Description
14645 Top: LyX tries to put the 
14646 \family sans
14647 Float
14648 \family default
14649  at the top of the current page.
14650  If the figure won't fit on the current page, it goes to the next page.
14651 \end_layout
14652
14653 \begin_layout Description
14654 Bottom: LyX tries to put the 
14655 \family sans
14656 Float
14657 \family default
14658  at the bottom of the current page.
14659  If there isn't room, it goes to the next page.
14660 \end_layout
14661
14662 \begin_layout Description
14663 Page: LyX tries to put the 
14664 \family sans
14665 Float
14666 \family default
14667  (or a number of 
14668 \family sans
14669 Float
14670 \family default
14671 s) on a page of its own.
14672 \end_layout
14673
14674 \begin_layout Standard
14675 There is some subtlety to how this all works.
14676  The order specifies what location LyX should try first.
14677  If that one fails, it tries the next one, and so on, though 
14678 \begin_inset Quotes eld
14679 \end_inset
14680
14681
14682 \family sans
14683 h
14684 \family default
14685
14686 \begin_inset Quotes erd
14687 \end_inset
14688
14689  will always take precedence if it appears in the list.
14690  The default placement list is 
14691 \begin_inset Quotes eld
14692 \end_inset
14693
14694
14695 \family sans
14696 tbp
14697 \family default
14698
14699 \begin_inset Quotes erd
14700 \end_inset
14701
14702 : try the top of a text page first, then the bottom of a text page, then
14703  on a page by itself.
14704  If you want LyX to try 
14705 \begin_inset Quotes eld
14706 \end_inset
14707
14708 really hard
14709 \begin_inset Quotes erd
14710 \end_inset
14711
14712  to place the figure where you command it, precede the list with an exclamation
14713  point; for example 
14714 \begin_inset Quotes eld
14715 \end_inset
14716
14717
14718 \family sans
14719 !htbp
14720 \family default
14721
14722 \begin_inset Quotes erd
14723 \end_inset
14724
14725 .
14726  Here are some example entries and what they do:
14727 \end_layout
14728
14729 \begin_layout Enumerate
14730
14731 \family sans
14732 hbp
14733 \end_layout
14734
14735 \begin_deeper
14736 \begin_layout Standard
14737 Try putting the figure/table at its actual position in the text.
14738  If that doesn't work, put it on the bottom of the page.
14739  If that fails, put it on a separate page.
14740 \end_layout
14741
14742 \end_deeper
14743 \begin_layout Enumerate
14744
14745 \family sans
14746 !hbp
14747 \end_layout
14748
14749 \begin_deeper
14750 \begin_layout Standard
14751 Try really hard to put the figure/table at its actual position in the text.
14752  Then the bottom of the page, then on a separate page.
14753 \end_layout
14754
14755 \end_deeper
14756 \begin_layout Enumerate
14757
14758 \family sans
14759 tp
14760 \end_layout
14761
14762 \begin_deeper
14763 \begin_layout Standard
14764 Put the figure/table at the top of each page.
14765  If it's too long, put it on a separate page.
14766 \end_layout
14767
14768 \end_deeper
14769 \begin_layout Enumerate
14770
14771 \family sans
14772 p
14773 \end_layout
14774
14775 \begin_deeper
14776 \begin_layout Standard
14777 Always put figures and tables on their own page.
14778 \end_layout
14779
14780 \end_deeper
14781 \begin_layout Subsection
14782 XFig and LyX
14783 \end_layout
14784
14785 \begin_layout Standard
14786 One obvious question is 
14787 \begin_inset Quotes eld
14788 \end_inset
14789
14790 how would I create the figures?
14791 \begin_inset Quotes erd
14792 \end_inset
14793
14794  Fortunately, the answer is included in most Linux and/or LaTeX distributions.
14795  
14796 \family typewriter
14797 XFig
14798 \family default
14799  is a powerful though slightly awkward drawing tool.
14800  If you want to include figures that you have created with 
14801 \family typewriter
14802 XFig
14803 \family default
14804  there are several ways.
14805  We recommend the following:
14806 \end_layout
14807
14808 \begin_layout Enumerate
14809 Export the figure as Encapsulated PostScript.
14810  This could be very easy included into LyX as described in the previous
14811  sections.
14812  The great advantage of this way is, that you have the full power of PostScript®
14813  available.
14814  That means Bezier curves, colors, all line thicknesses and many more.
14815  If you have inserted text into your fig-document this will be printed with
14816  PostScript fonts, which is OK\SpecialChar \@.
14817  The figure can be manipulated like any other
14818  EPS figure, as described above.
14819  
14820 \end_layout
14821
14822 \begin_deeper
14823 \begin_layout Standard
14824 The only disadvantage is that you cannot create formulas as PostScript text
14825  except by hand.
14826  If you also need formulas or simple exponents or indices in your figure,
14827  the next way is recommended.
14828 \end_layout
14829
14830 \end_deeper
14831 \begin_layout Enumerate
14832 Export the figure as LaTeX.
14833  This is just as easy to include into LyX, with the advantage that you may
14834  use all LaTeX commands within the text inside XFig.
14835  Therefore you have to set the 
14836 \emph on
14837 special flag
14838 \emph default
14839  for text in XFig.
14840  This is automatic if you invoke XFig with 
14841 \family typewriter
14842 xfig\InsetSpace ~
14843 -specialtext
14844 \family default
14845 .
14846  If this is done and you have also chosen a LaTeX font you may simply write
14847  
14848 \begin_inset Quotes eld
14849 \end_inset
14850
14851 $H_2$
14852 \begin_inset Quotes erd
14853 \end_inset
14854
14855  in 
14856 \family typewriter
14857 XFig\SpecialChar \@.
14858
14859 \family default
14860  If you export this figure as LaTeX and include it in LyX with 
14861 \family sans
14862 \bar under
14863 I
14864 \bar default
14865 nsert\SpecialChar \menuseparator
14866 Chil
14867 \bar under
14868 d
14869 \bar default
14870 \InsetSpace ~
14871 Document
14872 \family default
14873  (see description in 
14874 \emph on
14875 Extended Features
14876 \emph default
14877 ) this text will appear as 
14878 \begin_inset Formula $H_{2}$
14879 \end_inset
14880
14881 .
14882  
14883 \end_layout
14884
14885 \begin_deeper
14886 \begin_layout Standard
14887 The disadvantage of this way is that the graphical power of LaTeX isn't
14888  as strong as PostScript®\SpecialChar \@.
14889  You cannot use all thicknesses of lines and, more
14890  annoyingly, not all slopes.
14891  This is why we recommend the third way for more complex figures.
14892 \end_layout
14893
14894 \end_deeper
14895 \begin_layout Enumerate
14896 Export the figure as LaTeX/PostScript combined.
14897  Then 
14898 \family typewriter
14899 XFig
14900 \family default
14901  [
14902 \family typewriter
14903 transfig
14904 \family default
14905 , really] will generate two files: 
14906 \end_layout
14907
14908 \begin_deeper
14909 \begin_layout Enumerate
14910 the PostScript part 
14911 \family typewriter
14912 foo.pstex
14913 \family default
14914 , that contains all painting.
14915 \end_layout
14916
14917 \begin_layout Enumerate
14918 the LaTeX part 
14919 \family typewriter
14920 foo.pstex_t
14921 \family default
14922 , that contains all text and a link to the PostScript part.
14923 \end_layout
14924
14925 \end_deeper
14926 \begin_layout Standard
14927 Then you just have to include the LaTeX part as described above.
14928  This will automatically include the PostScript part, too.
14929 \begin_inset Foot
14930 status collapsed
14931
14932 \begin_layout Standard
14933 If you get an error like 
14934 \begin_inset Quotes eld
14935 \end_inset
14936
14937 unknown graphics extension pstex
14938 \begin_inset Quotes erd
14939 \end_inset
14940
14941  you have to declare these graphic extensions.
14942  I think this is a 
14943 \family typewriter
14944 transfig
14945 \family default
14946  bug that occurs with LaTeX2e.
14947  Simply add a line like
14948 \end_layout
14949
14950 \begin_layout Standard
14951
14952 \family typewriter
14953
14954 \backslash
14955 @namedef{Gin@rule@ps_tex}#1{{eps}{ps_tex}{#1}}
14956 \end_layout
14957
14958 \begin_layout Standard
14959 in the file 
14960 \family typewriter
14961 /usr/lib/texmf/tex/latex/graphics/dvips.def
14962 \family default
14963 .
14964  Then add 
14965 \family typewriter
14966 pstex
14967 \family default
14968  to the extension:
14969 \end_layout
14970
14971 \begin_layout Standard
14972
14973 \backslash
14974 def
14975 \backslash
14976 Gin@extensions{eps, ps, pstex, eps.gz, ps.gz, eps=2EZ}
14977 \end_layout
14978
14979 \begin_layout Standard
14980 This should fix the whole thing.
14981  Alternatively you may export the postscript part as 
14982 \family typewriter
14983 foo.eps
14984 \family default
14985  and change the LaTeX part 
14986 \family typewriter
14987 foo.pstex_t
14988 \family default
14989  manually.
14990  But this is annoying.
14991  
14992 \end_layout
14993
14994 \end_inset
14995
14996  This way you have the full PostScript® and LaTeX power combined except
14997  for the possibility to scale the figure after creating.
14998  So if you want scalable pictures, the PostScript format is your only choice.
14999  Another little advantage of letting LaTeX typeset the font is that the
15000  same font will appear in your figures as in your text, which looks a little
15001  nicer.
15002 \end_layout
15003
15004 \begin_layout Section
15005 Tables
15006 \begin_inset LatexCommand label
15007 name "sec:tables"
15008
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \begin_layout Standard
15015 LyX has powerful table support, but LaTeX can do many more things with tables
15016  than LyX is currently capable of, so you might want to look at a good LaTeX
15017  book if the features described here should turn out to be inadequate.
15018 \end_layout
15019
15020 \begin_layout Standard
15021 You can insert a table using either the table toolbar button or 
15022 \family sans
15023 \bar under
15024 I
15025 \bar default
15026 nsert\SpecialChar \menuseparator
15027
15028 \bar under
15029 T
15030 \bar default
15031 able
15032 \family default
15033 .
15034  A dialog will appear, asking you for the number of rows and columns.
15035  The default table has lines at the top and to the left of every cell, a
15036  line to the right of the rightmost column and a line at the bottom of the
15037  lowest row, forming a box around the table.
15038  Additionally, the topmost row also has a line at the bottom, which causes
15039  this row to appear separated from the rest of the table.
15040  Here's an example:
15041 \end_layout
15042
15043 \begin_layout Standard
15044 \align center
15045 \begin_inset Tabular
15046 <lyxtabular version="3" rows="4" columns="4">
15047 <features>
15048 <column alignment="center" valignment="top" leftline="true" width="0pt">
15049 <column alignment="center" valignment="top" leftline="true" width="0pt">
15050 <column alignment="center" valignment="top" leftline="true" width="0in">
15051 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15052 <row topline="true" bottomline="true">
15053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Standard
15057
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Standard
15066
15067 \family roman
15068 \series medium
15069 \shape up
15070 \size normal
15071 \emph off
15072 \bar no
15073 \noun off
15074 \color none
15075 12
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Standard
15084
15085 \family roman
15086 \series medium
15087 \shape up
15088 \size normal
15089 \emph off
15090 \bar no
15091 \noun off
15092 \color none
15093 45
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Standard
15102
15103 \family roman
15104 \series medium
15105 \shape up
15106 \size normal
15107 \emph off
15108 \bar no
15109 \noun off
15110 \color none
15111 98
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row topline="true">
15118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Standard
15122
15123 \family roman
15124 \series medium
15125 \shape up
15126 \size normal
15127 \emph off
15128 \bar no
15129 \noun off
15130 \color none
15131 A
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Standard
15140
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Standard
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row topline="true">
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Standard
15169
15170 \family roman
15171 \series medium
15172 \shape up
15173 \size normal
15174 \emph off
15175 \bar no
15176 \noun off
15177 \color none
15178 B
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Standard
15187
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Standard
15196
15197 \family roman
15198 \series medium
15199 \shape up
15200 \size normal
15201 \emph off
15202 \bar no
15203 \noun off
15204 \color none
15205 multi 
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Standard
15214
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 <row topline="true" bottomline="true">
15221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Standard
15225
15226 \family roman
15227 \series medium
15228 \shape up
15229 \size normal
15230 \emph off
15231 \bar no
15232 \noun off
15233 \color none
15234 C
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Standard
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Standard
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Standard
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 </lyxtabular>
15268
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \begin_layout Subsection
15275 The Table dialog
15276 \end_layout
15277
15278 \begin_layout Standard
15279 You can alter a table by clicking on it with the right mouse button, which
15280  brings up a settings dialog.
15281  Among these options are:
15282 \end_layout
15283
15284 \begin_layout Itemize
15285 Adding/removing border lines from a row or column.
15286  If you remove the top line from one of the rows, you'll get a dotted line
15287  in LyX, but no line will appear in the printout.
15288  If you set the bottom line of one row and the top line of the row below,
15289  then the rows are separated by a small space, as you can see with the top
15290  row in the example above.
15291  You can do the same vertically if you set the right line of a column and
15292  the left line of the column to the right.
15293 \end_layout
15294
15295 \begin_layout Itemize
15296 Text alignment in a column
15297 \end_layout
15298
15299 \begin_layout Itemize
15300 Appending rows and columns
15301 \end_layout
15302
15303 \begin_layout Itemize
15304 Deleting rows, columns, or the entire table
15305 \end_layout
15306
15307 \begin_layout Itemize
15308 Multicolumn
15309 \end_layout
15310
15311 \begin_layout Itemize
15312 Setting a fixed width for a column
15313 \end_layout
15314
15315 \begin_layout Itemize
15316 Longtable options - this is useful if your table is higher than the paper.
15317  Then the table is split on the bottom of the page and continued on the
15318  next one, instead of running of the end of the page.
15319 \end_layout
15320
15321 \begin_layout Itemize
15322 Rotate the whole table or a single cell sideways, by 90 degrees
15323 \end_layout
15324
15325 \begin_layout Standard
15326 You can also use the menu to perform these operations.
15327  Try 
15328 \family sans
15329 \bar under
15330 E
15331 \bar default
15332 dit\SpecialChar \menuseparator
15333
15334 \family default
15335 \bar under
15336 T
15337 \family sans
15338 \bar default
15339 able
15340 \family default
15341  or 
15342 \family sans
15343 \bar under
15344 E
15345 \bar default
15346 dit\SpecialChar \menuseparator
15347 Rows&
15348 \bar under
15349 C
15350 \bar default
15351 ols
15352 \family default
15353  when the cursor is inside a table.
15354  
15355 \end_layout
15356
15357 \begin_layout Standard
15358 Most of these options also work on selections.
15359  This means that if you select more cells, columns or rows the action is
15360  done on all of your selection.
15361  Note that there is a difference between selecting the 
15362 \emph on
15363 contents
15364 \emph default
15365  of the cell, and the cell itself.
15366  If you can see a red border inside a cell, then a selection will select
15367  the contents.
15368  If you press 
15369 \family sans
15370 Escape
15371 \family default
15372  or click outside of the box, then the selection will select cells (whether
15373  you use the mouse or the normal cursor-movement keys).
15374 \end_layout
15375
15376 \begin_layout Standard
15377 When you append a row, it is added 
15378 \emph on
15379 below
15380 \emph default
15381  the row containing the cursor.
15382  Similarly, columns are appended to the 
15383 \emph on
15384 right
15385 \emph default
15386  of the cursor.
15387  This makes it difficult to add columns on the left edge of a table without
15388  a lot of cutting and pasting.
15389  Deletion is always performed on the row or column containing the cursor.
15390  
15391 \end_layout
15392
15393 \begin_layout Standard
15394 The multicolumn option merges two or more adjacent cells on a given row.
15395  For example, in the above table, row 
15396 \begin_inset Quotes eld
15397 \end_inset
15398
15399 B
15400 \begin_inset Quotes erd
15401 \end_inset
15402
15403  has had multicolumn applied to the columns labelled 
15404 \begin_inset Quotes eld
15405 \end_inset
15406
15407 45
15408 \begin_inset Quotes erd
15409 \end_inset
15410
15411  and 
15412 \begin_inset Quotes eld
15413 \end_inset
15414
15415 98.
15416 \begin_inset Quotes erd
15417 \end_inset
15418
15419  To use it, you must first select the cells, then choose 
15420 \family sans
15421 Multicolumn
15422 \family default
15423  from the menu.
15424  This will not work vertically - see the Table Examples document for how
15425  to do this.
15426 \end_layout
15427
15428 \begin_layout Standard
15429 You can also use 
15430 \family sans
15431 Multicolumn
15432 \family default
15433  if you need to have a special handling for a single table cell's top and
15434  bottom border lines and text alignment.
15435  Here an example of this special handling of a cell:
15436 \end_layout
15437
15438 \begin_layout Standard
15439 \align center
15440 \begin_inset Tabular
15441 <lyxtabular version="3" rows="5" columns="3">
15442 <features>
15443 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15444 <column alignment="right" valignment="top" leftline="true" width="0pt">
15445 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15446 <row topline="true" bottomline="true">
15447 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Standard
15451
15452 \family roman
15453 \series bold
15454 \shape up
15455 \size normal
15456 \emph off
15457 \bar no
15458 \noun off
15459 \color none
15460 *
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Standard
15469
15470 \family roman
15471 \series bold
15472 \shape up
15473 \size normal
15474 \emph off
15475 \bar no
15476 \noun off
15477 \color none
15478 x
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Standard
15487
15488 \family roman
15489 \series bold
15490 \shape up
15491 \size normal
15492 \emph off
15493 \bar no
15494 \noun off
15495 \color none
15496 y
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row topline="true">
15503 <cell multicolumn="1" alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Standard
15507
15508 \family roman
15509 \series bold
15510 \shape up
15511 \size normal
15512 \emph off
15513 \bar no
15514 \noun off
15515 \color none
15516 point a & b
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Standard
15525
15526 \family roman
15527 \shape up
15528 \size normal
15529 \emph off
15530 \bar no
15531 \noun off
15532 \color none
15533 103
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Standard
15542
15543 \family roman
15544 \shape up
15545 \size normal
15546 \emph off
15547 \bar no
15548 \noun off
15549 \color none
15550 9
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row topline="true">
15557 <cell multicolumn="1" alignment="left" valignment="top" leftline="true" rightline="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 point b & a
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Standard
15579
15580 \family roman
15581 \shape up
15582 \size normal
15583 \emph off
15584 \bar no
15585 \noun off
15586 \color none
15587 599
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Standard
15596
15597 \family roman
15598 \shape up
15599 \size normal
15600 \emph off
15601 \bar no
15602 \noun off
15603 \color none
15604 340
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 <row topline="true">
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Standard
15615
15616 \family roman
15617 \series bold
15618 \shape up
15619 \size normal
15620 \emph off
15621 \bar no
15622 \noun off
15623 \color none
15624 point abc
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Standard
15633
15634 \family roman
15635 \shape up
15636 \size normal
15637 \emph off
15638 \bar no
15639 \noun off
15640 \color none
15641 1009
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Standard
15650
15651 \family roman
15652 \shape up
15653 \size normal
15654 \emph off
15655 \bar no
15656 \noun off
15657 \color none
15658 52
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 </row>
15664 <row topline="true" bottomline="true">
15665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Standard
15669
15670 \family roman
15671 \series bold
15672 \shape up
15673 \size normal
15674 \emph off
15675 \bar no
15676 \noun off
15677 \color none
15678 point abcd
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Standard
15687
15688 \family roman
15689 \shape up
15690 \size normal
15691 \emph off
15692 \bar no
15693 \noun off
15694 \color none
15695 96
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Standard
15704
15705 \family roman
15706 \shape up
15707 \size normal
15708 \emph off
15709 \bar no
15710 \noun off
15711 \color none
15712 11
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 </row>
15718 </lyxtabular>
15719
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \begin_layout Standard
15726 You see here that the header line cells are aligned to the center, whereas
15727  the left column is aligned to the left, and the other columns are aligned
15728  to the right.
15729  Also the bottom and top line of two cells have been removed.
15730 \begin_inset Note Note
15731 status open
15732
15733 \begin_layout Standard
15734 I can make nothing of this explanation.
15735  An improvement would be nice :) - jbl
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 If you want your column to have a fixed width, then you can insert a width
15745  in the 
15746 \family sans
15747 Width
15748 \family default
15749  input-field of the 
15750 \family sans
15751 Table
15752 \family default
15753  dialog.
15754  This will then allow the cell to have multiple paragraphs of text.
15755 \end_layout
15756
15757 \begin_layout Standard
15758 If your table becomes too large to fit on a portrait document layout, you
15759  can select the 
15760 \family sans
15761 Rotate\InsetSpace ~
15762 90°
15763 \family default
15764  button, and the table will appear sideways (this means landscape in a portrait
15765  document style).
15766  You might also like to rotate single table cells to give them more horizontal
15767  space.
15768  The example below demonstrates why it is useful to rotate single cells.
15769 \end_layout
15770
15771 \begin_layout Standard
15772
15773 \emph on
15774 Note:
15775 \emph default
15776  This 
15777 \family sans
15778 Rotate\InsetSpace ~
15779 90°
15780 \family default
15781  option will 
15782 \emph on
15783 not
15784 \emph default
15785  display on screen, and works 
15786 \emph on
15787 only
15788 \emph default
15789  for PostScript output.
15790  So, if you want to preview them, use 
15791 \family sans
15792 \bar under
15793 V
15794 \bar default
15795 iew\SpecialChar \menuseparator
15796 Pos
15797 \bar under
15798 t
15799 \bar default
15800 script
15801 \family default
15802 , as 
15803 \family sans
15804 \bar under
15805 V
15806 \bar default
15807 iew
15808 \bar under
15809 \SpecialChar \menuseparator
15810 D
15811 \bar default
15812 VI
15813 \family default
15814  will not show the table properly.
15815 \end_layout
15816
15817 \begin_layout Standard
15818 \align center
15819 \begin_inset Tabular
15820 <lyxtabular version="3" rows="6" columns="12">
15821 <features>
15822 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15823 <column alignment="center" valignment="top" leftline="true" width="0pt">
15824 <column alignment="center" valignment="top" leftline="true" width="0pt">
15825 <column alignment="center" valignment="top" leftline="true" width="0pt">
15826 <column alignment="center" valignment="top" leftline="true" width="0pt">
15827 <column alignment="center" valignment="top" leftline="true" width="0pt">
15828 <column alignment="center" valignment="top" leftline="true" width="0pt">
15829 <column alignment="center" valignment="top" leftline="true" width="0pt">
15830 <column alignment="center" valignment="top" leftline="true" width="0pt">
15831 <column alignment="center" valignment="top" leftline="true" width="0pt">
15832 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15833 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15834 <row topline="true" bottomline="true">
15835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Standard
15839
15840 \family roman
15841 \series medium
15842 \shape up
15843 \size normal
15844 \emph off
15845 \bar no
15846 \noun off
15847 \color none
15848 Description
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Standard
15857
15858 \family roman
15859 \series medium
15860 \shape up
15861 \size normal
15862 \emph off
15863 \bar no
15864 \noun off
15865 \color none
15866 Flag 1
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Standard
15875
15876 \family roman
15877 \series medium
15878 \shape up
15879 \size normal
15880 \emph off
15881 \bar no
15882 \noun off
15883 \color none
15884 Flag 2
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Standard
15893
15894 \family roman
15895 \series medium
15896 \shape up
15897 \size normal
15898 \emph off
15899 \bar no
15900 \noun off
15901 \color none
15902 Flag 3
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Standard
15911
15912 \family roman
15913 \series medium
15914 \shape up
15915 \size normal
15916 \emph off
15917 \bar no
15918 \noun off
15919 \color none
15920 Flag 4
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Standard
15929
15930 \family roman
15931 \series medium
15932 \shape up
15933 \size normal
15934 \emph off
15935 \bar no
15936 \noun off
15937 \color none
15938 Flag 5
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Standard
15947
15948 \family roman
15949 \series medium
15950 \shape up
15951 \size normal
15952 \emph off
15953 \bar no
15954 \noun off
15955 \color none
15956 Flag 6
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Standard
15965
15966 \family roman
15967 \series medium
15968 \shape up
15969 \size normal
15970 \emph off
15971 \bar no
15972 \noun off
15973 \color none
15974 Flag 7
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Standard
15983
15984 \family roman
15985 \series medium
15986 \shape up
15987 \size normal
15988 \emph off
15989 \bar no
15990 \noun off
15991 \color none
15992 Flag 8
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Standard
16001
16002 \family roman
16003 \series medium
16004 \shape up
16005 \size normal
16006 \emph off
16007 \bar no
16008 \noun off
16009 \color none
16010 Flag 9
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" rotate="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Standard
16019
16020 \family roman
16021 \series medium
16022 \shape up
16023 \size normal
16024 \emph off
16025 \bar no
16026 \noun off
16027 \color none
16028 Flag 10
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Standard
16037
16038 \family roman
16039 \series medium
16040 \shape up
16041 \size normal
16042 \emph off
16043 \bar no
16044 \noun off
16045 \color none
16046 Total
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 </row>
16052 <row topline="true">
16053 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="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 Desc.\InsetSpace ~
16067 1
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Standard
16076
16077 \family roman
16078 \series medium
16079 \shape up
16080 \size normal
16081 \emph off
16082 \bar no
16083 \noun off
16084 \color none
16085 *
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Standard
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Standard
16103
16104 \family roman
16105 \series medium
16106 \shape up
16107 \size normal
16108 \emph off
16109 \bar no
16110 \noun off
16111 \color none
16112 *
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Standard
16121
16122 \family roman
16123 \series medium
16124 \shape up
16125 \size normal
16126 \emph off
16127 \bar no
16128 \noun off
16129 \color none
16130 *
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Standard
16139
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Standard
16148
16149 \family roman
16150 \series medium
16151 \shape up
16152 \size normal
16153 \emph off
16154 \bar no
16155 \noun off
16156 \color none
16157 *
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Standard
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Standard
16175
16176 \family roman
16177 \series medium
16178 \shape up
16179 \size normal
16180 \emph off
16181 \bar no
16182 \noun off
16183 \color none
16184 *
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Standard
16193
16194 \family roman
16195 \series medium
16196 \shape up
16197 \size normal
16198 \emph off
16199 \bar no
16200 \noun off
16201 \color none
16202 *
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Standard
16211
16212 \family roman
16213 \series medium
16214 \shape up
16215 \size normal
16216 \emph off
16217 \bar no
16218 \noun off
16219 \color none
16220 *
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Standard
16229
16230 \family roman
16231 \series medium
16232 \shape up
16233 \size normal
16234 \emph off
16235 \bar no
16236 \noun off
16237 \color none
16238 7
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row topline="true">
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Standard
16249
16250 \family roman
16251 \series medium
16252 \shape up
16253 \size normal
16254 \emph off
16255 \bar no
16256 \noun off
16257 \color none
16258 Desc.\InsetSpace ~
16259 2
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Standard
16268
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Standard
16277
16278 \family roman
16279 \series medium
16280 \shape up
16281 \size normal
16282 \emph off
16283 \bar no
16284 \noun off
16285 \color none
16286 *
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Standard
16295
16296 \family roman
16297 \series medium
16298 \shape up
16299 \size normal
16300 \emph off
16301 \bar no
16302 \noun off
16303 \color none
16304 *
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Standard
16313
16314 \family roman
16315 \series medium
16316 \shape up
16317 \size normal
16318 \emph off
16319 \bar no
16320 \noun off
16321 \color none
16322 *
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Standard
16331
16332 \family roman
16333 \series medium
16334 \shape up
16335 \size normal
16336 \emph off
16337 \bar no
16338 \noun off
16339 \color none
16340 *
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Standard
16349
16350 \family roman
16351 \series medium
16352 \shape up
16353 \size normal
16354 \emph off
16355 \bar no
16356 \noun off
16357 \color none
16358 *
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Standard
16367
16368 \family roman
16369 \series medium
16370 \shape up
16371 \size normal
16372 \emph off
16373 \bar no
16374 \noun off
16375 \color none
16376 *
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Standard
16385
16386 \family roman
16387 \series medium
16388 \shape up
16389 \size normal
16390 \emph off
16391 \bar no
16392 \noun off
16393 \color none
16394 *
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Standard
16403
16404 \family roman
16405 \series medium
16406 \shape up
16407 \size normal
16408 \emph off
16409 \bar no
16410 \noun off
16411 \color none
16412 *
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Standard
16421
16422 \family roman
16423 \series medium
16424 \shape up
16425 \size normal
16426 \emph off
16427 \bar no
16428 \noun off
16429 \color none
16430 *
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Standard
16439
16440 \family roman
16441 \series medium
16442 \shape up
16443 \size normal
16444 \emph off
16445 \bar no
16446 \noun off
16447 \color none
16448 9
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row topline="true">
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 Desc.\InsetSpace ~
16469 3
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Standard
16478
16479 \family roman
16480 \series medium
16481 \shape up
16482 \size normal
16483 \emph off
16484 \bar no
16485 \noun off
16486 \color none
16487 *
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Standard
16496
16497 \family roman
16498 \series medium
16499 \shape up
16500 \size normal
16501 \emph off
16502 \bar no
16503 \noun off
16504 \color none
16505 *
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Standard
16514
16515 \family roman
16516 \series medium
16517 \shape up
16518 \size normal
16519 \emph off
16520 \bar no
16521 \noun off
16522 \color none
16523 *
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Standard
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Standard
16541
16542 \family roman
16543 \series medium
16544 \shape up
16545 \size normal
16546 \emph off
16547 \bar no
16548 \noun off
16549 \color none
16550 *
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Standard
16559
16560 \family roman
16561 \series medium
16562 \shape up
16563 \size normal
16564 \emph off
16565 \bar no
16566 \noun off
16567 \color none
16568 *
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Standard
16577
16578 \family roman
16579 \series medium
16580 \shape up
16581 \size normal
16582 \emph off
16583 \bar no
16584 \noun off
16585 \color none
16586 *
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Standard
16595
16596 \family roman
16597 \series medium
16598 \shape up
16599 \size normal
16600 \emph off
16601 \bar no
16602 \noun off
16603 \color none
16604 *
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Standard
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Standard
16622
16623 \family roman
16624 \series medium
16625 \shape up
16626 \size normal
16627 \emph off
16628 \bar no
16629 \noun off
16630 \color none
16631 *
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Standard
16640
16641 \family roman
16642 \series medium
16643 \shape up
16644 \size normal
16645 \emph off
16646 \bar no
16647 \noun off
16648 \color none
16649 8
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row topline="true" bottomline="true">
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Standard
16660
16661 \family roman
16662 \series medium
16663 \shape up
16664 \size normal
16665 \emph off
16666 \bar no
16667 \noun off
16668 \color none
16669 Desc.\InsetSpace ~
16670 4
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Standard
16679
16680 \family roman
16681 \series medium
16682 \shape up
16683 \size normal
16684 \emph off
16685 \bar no
16686 \noun off
16687 \color none
16688 *
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Standard
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Standard
16706
16707 \family roman
16708 \series medium
16709 \shape up
16710 \size normal
16711 \emph off
16712 \bar no
16713 \noun off
16714 \color none
16715 *
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Standard
16724
16725 \family roman
16726 \series medium
16727 \shape up
16728 \size normal
16729 \emph off
16730 \bar no
16731 \noun off
16732 \color none
16733 *
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Standard
16742
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Standard
16751
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Standard
16760
16761 \family roman
16762 \series medium
16763 \shape up
16764 \size normal
16765 \emph off
16766 \bar no
16767 \noun off
16768 \color none
16769 *
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Standard
16778
16779 \family roman
16780 \series medium
16781 \shape up
16782 \size normal
16783 \emph off
16784 \bar no
16785 \noun off
16786 \color none
16787 *
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Standard
16796
16797 \family roman
16798 \series medium
16799 \shape up
16800 \size normal
16801 \emph off
16802 \bar no
16803 \noun off
16804 \color none
16805 *
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Standard
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Standard
16823
16824 \family roman
16825 \series medium
16826 \shape up
16827 \size normal
16828 \emph off
16829 \bar no
16830 \noun off
16831 \color none
16832 6
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row topline="true" bottomline="true">
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Standard
16843
16844 \family roman
16845 \series medium
16846 \shape up
16847 \size normal
16848 \emph off
16849 \bar no
16850 \noun off
16851 \color none
16852 Total
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Standard
16861
16862 \size normal
16863 \noun off
16864 \color none
16865  
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Standard
16874
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Standard
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Standard
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Standard
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Standard
16910
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Standard
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Standard
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Standard
16937
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Standard
16946
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Standard
16955
16956 \family roman
16957 \series medium
16958 \shape up
16959 \size normal
16960 \emph off
16961 \bar no
16962 \noun off
16963 \color none
16964 30
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 </lyxtabular>
16971
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \begin_layout Subsection
16978 What can be placed inside a table cell?
16979 \end_layout
16980
16981 \begin_layout Standard
16982 Many objects can be placed inside a table cell.
16983  Any single line of text, an equation (not a displayed or multilined equation,
16984  though), or a figure can be in a cell; in fact, all three kinds of objects
16985  can be placed in the same cell.
16986  Font sizes and shapes can be altered, and the table will adjust to display
16987  them properly.
16988  However, you can't put a special environment in a cell (like 
16989 \family sans
16990 Section*
16991 \family default
16992 , etc.), nor set spacing options etc.
16993  for the cell's paragraph.
16994 \end_layout
16995
16996 \begin_layout Subsection
16997 Cut & Paste in Tables
16998 \end_layout
16999
17000 \begin_layout Standard
17001 Cutting and pasting between tables works reasonably well.
17002  You can cut and paste even more than one row.
17003  Selection with the mouse or with 
17004 \family sans
17005 Shift
17006 \family default
17007  plus the arrow keys works as usual.
17008  The values in the second table below were cut and pasted from the first,
17009  using the mouse to select and paste.
17010 \end_layout
17011
17012 \begin_layout Standard
17013 \align center
17014 \begin_inset Tabular
17015 <lyxtabular version="3" rows="3" columns="3">
17016 <features>
17017 <column alignment="center" valignment="top" leftline="true" width="0pt">
17018 <column alignment="center" valignment="top" leftline="true" width="0pt">
17019 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17020 <row topline="true" bottomline="true">
17021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Standard
17025
17026 \family roman
17027 \series medium
17028 \shape up
17029 \size normal
17030 \emph off
17031 \bar no
17032 \noun off
17033 \color none
17034 1
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Standard
17043
17044 \family roman
17045 \series medium
17046 \shape up
17047 \size normal
17048 \emph off
17049 \bar no
17050 \noun off
17051 \color none
17052 2
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Standard
17061
17062 \family roman
17063 \series medium
17064 \shape up
17065 \size normal
17066 \emph off
17067 \bar no
17068 \noun off
17069 \color none
17070 3
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Standard
17081
17082 \family roman
17083 \series medium
17084 \shape up
17085 \size normal
17086 \emph off
17087 \bar no
17088 \noun off
17089 \color none
17090 4
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Standard
17099
17100 \family roman
17101 \series medium
17102 \shape up
17103 \size normal
17104 \emph off
17105 \bar no
17106 \noun off
17107 \color none
17108 5
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 6
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 <row topline="true" bottomline="true">
17133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Standard
17137
17138 \family roman
17139 \series medium
17140 \shape up
17141 \size normal
17142 \emph off
17143 \bar no
17144 \noun off
17145 \color none
17146 7
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Standard
17155
17156 \family roman
17157 \series medium
17158 \shape up
17159 \size normal
17160 \emph off
17161 \bar no
17162 \noun off
17163 \color none
17164 8
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 9
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 </lyxtabular>
17189
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \begin_layout Standard
17196 \align center
17197 \begin_inset Tabular
17198 <lyxtabular version="3" rows="4" columns="3">
17199 <features>
17200 <column alignment="center" valignment="top" leftline="true" width="0pt">
17201 <column alignment="center" valignment="top" leftline="true" width="0pt">
17202 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17203 <row topline="true" bottomline="true">
17204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Standard
17208
17209 \family roman
17210 \series medium
17211 \shape up
17212 \size normal
17213 \emph off
17214 \bar no
17215 \noun off
17216 \color none
17217 1
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Standard
17226
17227 \family roman
17228 \series medium
17229 \shape up
17230 \size normal
17231 \emph off
17232 \bar no
17233 \noun off
17234 \color none
17235 2
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Standard
17244
17245 \family roman
17246 \series medium
17247 \shape up
17248 \size normal
17249 \emph off
17250 \bar no
17251 \noun off
17252 \color none
17253 3
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 </row>
17259 <row>
17260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Standard
17264
17265 \family roman
17266 \series medium
17267 \shape up
17268 \size normal
17269 \emph off
17270 \bar no
17271 \noun off
17272 \color none
17273 4
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Standard
17282
17283 \family roman
17284 \series medium
17285 \shape up
17286 \size normal
17287 \emph off
17288 \bar no
17289 \noun off
17290 \color none
17291 5
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 6
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row topline="true">
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Standard
17320
17321 \family roman
17322 \series medium
17323 \shape up
17324 \size normal
17325 \emph off
17326 \bar no
17327 \noun off
17328 \color none
17329 7
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Standard
17338
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Standard
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 <row topline="true" bottomline="true">
17354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Standard
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Standard
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Standard
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 </lyxtabular>
17383
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \begin_layout Standard
17390 Note that you can also copy and paste the entire table as a single unit
17391  by starting the selection from outside the table.
17392 \end_layout
17393
17394 \begin_layout Subsection
17395 Multiple lines in cells
17396 \end_layout
17397
17398 \begin_layout Standard
17399 It is possible to have multi-line entries in tables, but not in a completely
17400  WYSIWYM manner.
17401  Define a fixed length for the column in the 
17402 \family sans
17403 Table
17404 \family default
17405  dialog.
17406  After this, your text is automatically split into more lines and the cell
17407  enlarged vertically when the length of the text exceeds the given fixed
17408  length.
17409  An example:
17410 \end_layout
17411
17412 \begin_layout Standard
17413 \align center
17414 \begin_inset Tabular
17415 <lyxtabular version="3" rows="4" columns="3">
17416 <features>
17417 <column alignment="center" valignment="top" leftline="true" width="0pt">
17418 <column alignment="block" valignment="top" leftline="true" width="3cm">
17419 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17420 <row topline="true" bottomline="true">
17421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Standard
17425
17426 \family roman
17427 \series medium
17428 \shape up
17429 \size normal
17430 \emph off
17431 \bar no
17432 \noun off
17433 \color none
17434 1
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Standard
17443
17444 \family roman
17445 \series medium
17446 \shape up
17447 \size normal
17448 \emph off
17449 \bar no
17450 \noun off
17451 \color none
17452 2
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Standard
17461
17462 \family roman
17463 \series medium
17464 \shape up
17465 \size normal
17466 \emph off
17467 \bar no
17468 \noun off
17469 \color none
17470 3
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 </row>
17476 <row>
17477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Standard
17481
17482 \family roman
17483 \series medium
17484 \shape up
17485 \size normal
17486 \emph off
17487 \bar no
17488 \noun off
17489 \color none
17490 4
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Standard
17499
17500 \family roman
17501 \series medium
17502 \shape up
17503 \size normal
17504 \emph off
17505 \bar no
17506 \noun off
17507 \color none
17508 This is a multiline entry in a table.
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 5
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 </row>
17532 <row bottomline="true">
17533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Standard
17537
17538 \family roman
17539 \series medium
17540 \shape up
17541 \size normal
17542 \emph off
17543 \bar no
17544 \noun off
17545 \color none
17546 6
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Standard
17555
17556 \family roman
17557 \series medium
17558 \shape up
17559 \size normal
17560 \emph off
17561 \bar no
17562 \noun off
17563 \color none
17564 This is longer now.
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 7
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 </row>
17588 <row bottomline="true">
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Standard
17593
17594 \family roman
17595 \series medium
17596 \shape up
17597 \size normal
17598 \emph off
17599 \bar no
17600 \noun off
17601 \color none
17602 8
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Standard
17611
17612 \family roman
17613 \series medium
17614 \shape up
17615 \size normal
17616 \emph off
17617 \bar no
17618 \noun off
17619 \color none
17620 This is a multiline entry in a table.
17621  This is longer now.
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Standard
17630
17631 \family roman
17632 \series medium
17633 \shape up
17634 \size normal
17635 \emph off
17636 \bar no
17637 \noun off
17638 \color none
17639 9
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 </lyxtabular>
17646
17647 \end_inset
17648
17649
17650 \end_layout
17651
17652 \begin_layout Standard
17653 Text within a cell will not normally wrap to fit the page, so if a line
17654  of text in a table is too long, the table will extend beyond the right
17655  margin of the page.
17656  Similarly, tables will not split themselves at the bottom of a page, and
17657  so might extend below the bottom margin.
17658  You have these options to resolve this problem:
17659 \end_layout
17660
17661 \begin_layout Enumerate
17662 Split it into two tables.
17663 \end_layout
17664
17665 \begin_layout Enumerate
17666 Select the 
17667 \family sans
17668 Longtable
17669 \family default
17670  button in the 
17671 \family sans
17672 Table
17673 \family default
17674  dialog.
17675  This automatically splits the table over more pages, if it is too tall.
17676  After doing this, the list of 
17677 \family sans
17678 Longtable
17679 \family default
17680  buttons activate themselves and you may now define:
17681 \end_layout
17682
17683 \begin_deeper
17684 \begin_layout Enumerate
17685
17686 \family sans
17687 First\InsetSpace ~
17688 header
17689 \family default
17690 : The current row and all rows above that don't have any special options
17691  defined are defined to be the header rows of the first page of the longtable.
17692 \end_layout
17693
17694 \begin_layout Enumerate
17695
17696 \family sans
17697 Header
17698 \family default
17699 : The current row and all rows above that don't have any special options
17700  defined are defined to be the header rows of all pages of the longtable;
17701  except for the first page, if 
17702 \family sans
17703 First\InsetSpace ~
17704 header
17705 \family default
17706  is defined.
17707 \end_layout
17708
17709 \begin_layout Enumerate
17710
17711 \family sans
17712 Footer
17713 \family default
17714 : The current row and all rows below that don't have any special options
17715  defined are defined to be the footer rows of all pages of the longtable;
17716  except for the last page, if 
17717 \family sans
17718 Last\InsetSpace ~
17719 footer
17720 \family default
17721  is defined.
17722 \end_layout
17723
17724 \begin_layout Enumerate
17725
17726 \family sans
17727 Last\InsetSpace ~
17728 footer
17729 \family default
17730 : The current row and all rows below that don't have any special options
17731  defined are defined to be the footer rows of the last page of the longtable.
17732 \end_layout
17733
17734 \begin_layout Standard
17735 If you set more than one option in the same table row, you should be aware
17736  of the fact that only the first flag is used in the given table rows.
17737  The others will then be defined as 
17738 \emph on
17739 empty
17740 \emph default
17741 .
17742  In this context, first means first in this order: 
17743 \family sans
17744 Footer, Last\InsetSpace ~
17745 footer,
17746 \family default
17747  
17748 \family sans
17749 Header,
17750 \family default
17751  
17752 \family sans
17753 First\InsetSpace ~
17754 header.
17755
17756 \family default
17757  See the 
17758 \family typewriter
17759 TableExamples.lyx
17760 \family default
17761  example file to see how this works.
17762  
17763 \end_layout
17764
17765 \begin_layout Standard
17766 The check box in the long table options can be used to specify specific
17767  rows to break the page on as well.
17768 \end_layout
17769
17770 \end_deeper
17771 \begin_layout Enumerate
17772 A table can also be placed in a float, as described below, which will allow
17773  TeX to place it as well as it can within the page.
17774 \end_layout
17775
17776 \begin_layout Subsection
17777 Table Floats
17778 \begin_inset LatexCommand label
17779 name "sec:table float"
17780
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \begin_layout Standard
17787 Outside of a float, the table will be positioned exactly where it is placed
17788  in the document.
17789  Using a 
17790 \family sans
17791 \shape up
17792 Tabl
17793 \bar under
17794 e
17795 \bar default
17796 \InsetSpace ~
17797 Float
17798 \family default
17799 \shape default
17800  from the 
17801 \family sans
17802 \shape up
17803 \bar under
17804 I
17805 \bar default
17806 nsert\SpecialChar \menuseparator
17807 Flo
17808 \shape default
17809 \bar under
17810 a
17811 \shape up
17812 \bar default
17813 t
17814 \family default
17815 \shape default
17816  menu will enable LaTeX to place the table where it fits best, rather than
17817  exactly where you insert it.
17818  Float placement for table floats is similar to that for figure floats 
17819 \begin_inset LatexCommand ref
17820 reference "sec:figurefloats"
17821
17822 \end_inset
17823
17824 , and is described in section 
17825 \begin_inset LatexCommand ref
17826 reference "sec:float-locn"
17827
17828 \end_inset
17829
17830 .
17831  Captions also work the same way as with figure floats, as described in
17832  section 
17833 \begin_inset LatexCommand ref
17834 reference "sec:figurefloats"
17835
17836 \end_inset
17837
17838 .
17839  Table 
17840 \begin_inset LatexCommand ref
17841 reference "table:a table float"
17842
17843 \end_inset
17844
17845  is an example of a table float.
17846 \begin_inset Float table
17847 placement htbp
17848 wide false
17849 sideways false
17850 status collapsed
17851
17852 \begin_layout Standard
17853 \begin_inset Caption
17854
17855 \begin_layout Standard
17856 \begin_inset LatexCommand label
17857 name "table:a table float"
17858
17859 \end_inset
17860
17861 A table float.
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \begin_layout Standard
17870 \align center
17871 \begin_inset Tabular
17872 <lyxtabular version="3" rows="3" columns="3">
17873 <features>
17874 <column alignment="center" valignment="top" leftline="true" width="0pt">
17875 <column alignment="center" valignment="top" leftline="true" width="0pt">
17876 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17877 <row topline="true" bottomline="true">
17878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Standard
17882
17883 \family roman
17884 \series medium
17885 \shape up
17886 \size normal
17887 \emph off
17888 \bar no
17889 \noun off
17890 \color none
17891 1
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Standard
17900
17901 \family roman
17902 \series medium
17903 \shape up
17904 \size normal
17905 \emph off
17906 \bar no
17907 \noun off
17908 \color none
17909 2
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Standard
17918
17919 \family roman
17920 \series medium
17921 \shape up
17922 \size normal
17923 \emph off
17924 \bar no
17925 \noun off
17926 \color none
17927 3
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 </row>
17933 <row topline="true">
17934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Standard
17938
17939 \family roman
17940 \series medium
17941 \shape up
17942 \size normal
17943 \emph off
17944 \bar no
17945 \noun off
17946 \color none
17947 Joe
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Standard
17956
17957 \family roman
17958 \series medium
17959 \shape up
17960 \size normal
17961 \emph off
17962 \bar no
17963 \noun off
17964 \color none
17965 Mary
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 Ted
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 <row topline="true" bottomline="true">
17990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Standard
17994
17995 \family roman
17996 \series medium
17997 \shape up
17998 \size normal
17999 \emph off
18000 \bar no
18001 \noun off
18002 \color none
18003 \begin_inset Formula $\int x^{2}dx$
18004 \end_inset
18005
18006
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Standard
18015
18016 \family roman
18017 \series medium
18018 \shape up
18019 \size normal
18020 \emph off
18021 \bar no
18022 \noun off
18023 \color none
18024 \begin_inset Formula $\left[\begin{array}{cc}
18025 a & b\\
18026 c & d\end{array}\right]$
18027 \end_inset
18028
18029
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Standard
18038
18039 \family roman
18040 \series medium
18041 \shape up
18042 \size normal
18043 \emph off
18044 \bar no
18045 \noun off
18046 \color none
18047 \begin_inset Formula $1+1=2$
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 </row>
18056 </lyxtabular>
18057
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \end_inset
18064
18065  
18066 \end_layout
18067
18068 \begin_layout Section
18069 Table of Contents and other Listings
18070 \begin_inset LatexCommand label
18071 name "sec:toc"
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \begin_layout Standard
18079 One of the really nice features of LaTeX is the ease with which it lets
18080  you create various 
18081 \begin_inset Quotes eld
18082 \end_inset
18083
18084 Lists,
18085 \begin_inset Quotes erd
18086 \end_inset
18087
18088  such as a Table of Contents.
18089  All you need to do is to use certain environments and insert a reference
18090  at the place where you want the list to appear.
18091 \end_layout
18092
18093 \begin_layout Subsection
18094 The Table of Contents
18095 \end_layout
18096
18097 \begin_layout Standard
18098 In order to get a Table of Contents, you need to do four things:
18099 \end_layout
18100
18101 \begin_layout Enumerate
18102 Use a document class that includes support (all but 
18103 \family typewriter
18104 letter
18105 \family default
18106 ).
18107 \end_layout
18108
18109 \begin_layout Enumerate
18110 Set paragraph environments appropriately: 
18111 \family sans
18112 Chapter
18113 \family default
18114
18115 \family sans
18116 (Sub...) Section
18117 \family default
18118
18119 \family sans
18120 (Sub...), Paragraph
18121 \family default
18122 .
18123  Note that styles with a 
18124 \family sans
18125 *
18126 \family default
18127 , like 
18128 \family sans
18129 Section*
18130 \family default
18131 , will 
18132 \emph on
18133 not
18134 \emph default
18135  appear in the Table of Contents.
18136 \end_layout
18137
18138 \begin_layout Enumerate
18139 Make sure you set the 
18140 \family sans
18141 \bar under
18142 S
18143 \bar default
18144 ection\InsetSpace ~
18145 number\InsetSpace ~
18146 depth
18147 \family default
18148  and 
18149 \family sans
18150 \bar under
18151 T
18152 \bar default
18153 able\InsetSpace ~
18154 of\InsetSpace ~
18155 contents
18156 \family default
18157 .
18158 \family sans
18159 \InsetSpace ~
18160 depth
18161 \family default
18162  in the 
18163 \family sans
18164 Document\InsetSpace ~
18165 Layout
18166 \family default
18167  dialog to the appropriate value as described in 
18168 \begin_inset LatexCommand ref
18169 reference "sub:section-depth"
18170
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \begin_layout Enumerate
18177 Insert the ToC command at some place in the document.
18178  You'll find it under 
18179 \family sans
18180 \bar under
18181 I
18182 \bar default
18183 nsert\SpecialChar \menuseparator
18184 List\InsetSpace ~
18185 /\InsetSpace ~
18186 T
18187 \bar under
18188 O
18189 \bar default
18190 C\SpecialChar \menuseparator
18191
18192 \bar under
18193 T
18194 \bar default
18195 able\InsetSpace ~
18196 of\InsetSpace ~
18197 Contents
18198 \family default
18199 .
18200 \end_layout
18201
18202 \begin_layout Standard
18203 You can also bring up a dialog for navigating through your document with
18204  
18205 \family sans
18206 \bar under
18207 D
18208 \bar default
18209 ocument\SpecialChar \menuseparator
18210
18211 \bar under
18212 T
18213 \bar default
18214 able\InsetSpace ~
18215 of\InsetSpace ~
18216 Contents
18217 \family default
18218 .
18219 \end_layout
18220
18221 \begin_layout Subsection
18222 List of Figures, Tables and Algorithms
18223 \begin_inset LatexCommand label
18224 name "sec:ListsOf"
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Standard
18232 Table, figure, and algorithm lists are very much like the table of contents.
18233  You can insert them from the 
18234 \family sans
18235 \bar under
18236 I
18237 \bar default
18238 nsert\SpecialChar \menuseparator
18239 List\InsetSpace ~
18240 /\InsetSpace ~
18241
18242 \bar under
18243 T
18244 \bar default
18245 OC
18246 \family default
18247  submenu.
18248  If you want figures, tables, or algorithms to appear in the list, you must
18249  place them inside a float of the relevant type and add a caption.
18250 \end_layout
18251
18252 \begin_layout Chapter
18253 Mathematical Formulae
18254 \end_layout
18255
18256 \begin_layout Section
18257 Basic Math Editing
18258 \end_layout
18259
18260 \begin_layout Standard
18261 To create a math formula, you can just click on the toolbar icon with 
18262 \begin_inset Formula $\frac{a+b}{c}$
18263 \end_inset
18264
18265  on it.
18266  That will open a little blue square, with purple markers around it, on
18267  the corners.
18268  That blue square is the formula itself; the purple markers indicate what
18269  level of nesting within the formula you are at.
18270  You can also choose a particular formula type to insert via the 
18271 \family sans
18272 \bar under
18273 I
18274 \bar default
18275 nsert
18276 \bar under
18277 \SpecialChar \menuseparator
18278 M
18279 \bar default
18280 ath
18281 \family default
18282  menu; or you can use a keyboard macro, 
18283 \family sans
18284 M-c\InsetSpace ~
18285 m
18286 \family default
18287
18288 \family sans
18289 M-m\InsetSpace ~
18290 m
18291 \family default
18292 , or 
18293 \family sans
18294 C-m
18295 \family default
18296  (CUA binding only).
18297 \end_layout
18298
18299 \begin_layout Standard
18300 If you simply need to type a single Greek letter, such as 
18301 \begin_inset Formula $\alpha$
18302 \end_inset
18303
18304 , there is a special shortcut.
18305  Just type 
18306 \family sans
18307 M-m\InsetSpace ~
18308 g\InsetSpace ~
18309 a
18310 \family default
18311  to get 
18312 \begin_inset Formula $\alpha$
18313 \end_inset
18314
18315
18316 \family sans
18317 M-m\InsetSpace ~
18318 g\InsetSpace ~
18319 b
18320 \family default
18321  to get 
18322 \begin_inset Formula $\beta$
18323 \end_inset
18324
18325 , etc.
18326 \end_layout
18327
18328 \begin_layout Standard
18329 Editing the parameters of a formula may be done from the 
18330 \family sans
18331 \bar under
18332 I
18333 \bar default
18334 nsert\SpecialChar \menuseparator
18335
18336 \bar under
18337 M
18338 \bar default
18339 ath\SpecialChar \menuseparator
18340 Math\InsetSpace ~
18341 Pane
18342 \bar under
18343 l
18344 \family default
18345 \bar default
18346  dialog, by 
18347 \family sans
18348 Edit\SpecialChar \menuseparator
18349 Math
18350 \family default
18351 , or by clicking the right mouse button on the formula.
18352  The math panel is very useful, so you may want to open it and leave it
18353  somewhere on the screen.
18354  If you're not already in a formula, selecting anything from the math panel
18355  will insert a formula for you.
18356 \end_layout
18357
18358 \begin_layout Subsection
18359 Navigating a Formula
18360 \end_layout
18361
18362 \begin_layout Standard
18363 The best control over cursor position within an existing formula is achieved
18364  with the arrow keys.
18365  Mathed uses small squares to indicate places where something can be inserted.
18366  The arrow keys can be used to navigate between parts of a formula.
18367  Pressing 
18368 \family sans
18369 Space
18370 \family default
18371  will leave a fraction or other formula construct (a square root 
18372 \begin_inset Formula $\sqrt{2}$
18373 \end_inset
18374
18375 , or parentheses 
18376 \begin_inset Formula $\left(f\right)$
18377 \end_inset
18378
18379 , or a matrix 
18380 \begin_inset Formula $\left[\begin{array}{cc}
18381 1 & 2\\
18382 3 & 4\end{array}\right]$
18383 \end_inset
18384
18385 ).
18386  Pressing 
18387 \family sans
18388 Escape
18389 \family default
18390  will leave the formula, placing the cursor after the formula.
18391  
18392 \family sans
18393 Tab
18394 \family default
18395  can be used to move horizontally in a formula; for example, through the
18396  cells of a matrix or the positions in a multi-line equation.
18397 \end_layout
18398
18399 \begin_layout Standard
18400
18401 \family sans
18402 Space
18403 \family default
18404  seems to do nothing in Mathed, since it does not in fact add a space between
18405  characters, but it does exit a nested structure.
18406  For this reason, you have to be careful about using 
18407 \family sans
18408 Space
18409 \family default
18410 .
18411  For example, if you want 
18412 \begin_inset Formula $\sqrt{2x+1}$
18413 \end_inset
18414
18415 , type 
18416 \family typewriter
18417
18418 \backslash
18419 sqrt
18420 \family sans
18421 \InsetSpace ~
18422
18423 \family default
18424 then 
18425 \family sans
18426 Space
18427 \family default
18428 , then
18429 \family sans
18430 \InsetSpace ~
18431
18432 \family typewriter
18433 2x+1
18434 \family default
18435 , not 
18436 \family typewriter
18437
18438 \backslash
18439 sqrt
18440 \family sans
18441 \InsetSpace ~
18442 Space\InsetSpace ~
18443
18444 \family typewriter
18445 2x
18446 \family sans
18447 \InsetSpace ~
18448 Space\InsetSpace ~
18449
18450 \family typewriter
18451 +
18452 \family sans
18453 \InsetSpace ~
18454 Space\InsetSpace ~
18455
18456 \family typewriter
18457 1
18458 \family default
18459 , since in the latter case only the 
18460 \family typewriter
18461
18462 \begin_inset Formula $2x$
18463 \end_inset
18464
18465
18466 \family default
18467  will be under the square root sign, 
18468 \begin_inset Formula $\sqrt{2x}+1$
18469 \end_inset
18470
18471 .
18472  For those who learned to space out expressions in this way, it takes a
18473  little unlearning.
18474 \end_layout
18475
18476 \begin_layout Standard
18477 You can leave many parts of a formula, like this matrix, partially filled
18478  in, such as:
18479 \begin_inset Formula \[
18480 \left(\begin{array}{ccc}
18481 \lambda_{1}\\
18482  & \ddots\\
18483  &  & \lambda_{n}\end{array}\right).\]
18484
18485 \end_inset
18486
18487 If you leave a fraction only partially filled in, or a subscript with nothing
18488  in it, the results will be unpredictable, but most constructs don't mind.
18489 \end_layout
18490
18491 \begin_layout Subsection
18492 Selecting Text
18493 \end_layout
18494
18495 \begin_layout Standard
18496 You can select text within a formula in two different ways.
18497  Place the cursor at one end of the string of text you want, and press 
18498 \family sans
18499 Shift
18500 \family default
18501  and a cursor movement key to select text.
18502  It will be highlighted as with regular text selection.
18503  Alternatively, you can select text with the mouse in the usual way.
18504  That text can then be cut or copied, and then pasted within any formula
18505  (not in a plain text region in LyX, though).
18506 \end_layout
18507
18508 \begin_layout Subsection
18509 Exponents and Subscripts
18510 \end_layout
18511
18512 \begin_layout Standard
18513 You can use the math panel to add superscripts or subscripts, but the much
18514  easier way is to use the standard TeX method.
18515  To get 
18516 \begin_inset Formula $x^{2}$
18517 \end_inset
18518
18519 , type (in Mathed) 
18520 \family typewriter
18521 x^2
18522 \family default
18523  then 
18524 \family sans
18525 Space
18526 \family default
18527 .
18528  The final 
18529 \family sans
18530 Space
18531 \family default
18532  puts the cursor back down on the base line of the expression, instead of
18533  in the superscript.
18534  If you type 
18535 \family typewriter
18536 x^2y
18537 \family default
18538 , you will get 
18539 \begin_inset Formula $x^{2y}$
18540 \end_inset
18541
18542 , to get 
18543 \begin_inset Formula $x^{2}y$
18544 \end_inset
18545
18546 , type 
18547 \family typewriter
18548 x^2
18549 \family default
18550  then 
18551 \family sans
18552 Space
18553 \family default
18554  then
18555 \family sans
18556 \InsetSpace ~
18557
18558 \family typewriter
18559 y
18560 \family default
18561 .
18562  Subscripts are similar, to get 
18563 \begin_inset Formula $a_{1}$
18564 \end_inset
18565
18566 , type (in Mathed) 
18567 \family typewriter
18568 a_1
18569 \family sans
18570 \InsetSpace ~
18571
18572 \family default
18573 then 
18574 \family sans
18575 Space
18576 \family default
18577 .
18578  Note that by default, the superscript or subscript is only for the single
18579  symbol to the left, which changes the spacing and alignment; you should
18580  read section 
18581 \begin_inset LatexCommand ref
18582 reference "sec:Grouping"
18583
18584 \end_inset
18585
18586  if you need to alter this.
18587 \end_layout
18588
18589 \begin_layout Subsection
18590 Fractions 
18591 \end_layout
18592
18593 \begin_layout Standard
18594 Create a fraction with either 
18595 \family typewriter
18596
18597 \backslash
18598 frac
18599 \family default
18600  (in Mathed) or using the fraction icon in the 
18601 \family sans
18602 Math\InsetSpace ~
18603 Panel
18604 \family default
18605  dialog or the 
18606 \family sans
18607 \bar under
18608 M
18609 \bar default
18610 ath
18611 \family default
18612  menu item 
18613 \family sans
18614 \bar under
18615 F
18616 \bar default
18617 raction
18618 \family default
18619 .
18620  You will be presented with an empty fraction, with two Mathed insertion
18621  squares top and bottom.
18622  The cursor moves immediately to the top of the fraction.
18623  To move to the bottom, simply press 
18624 \family sans
18625 Down
18626 \family default
18627 .
18628  To move back up, press 
18629 \family sans
18630 Up
18631 \family default
18632 .
18633  Any math structure can be placed in a fraction, as this example shows:
18634 \begin_inset Formula \[
18635 \left[\frac{1}{\left(\begin{array}{cc}
18636 2 & 3\\
18637 4 & 5\end{array}\right)}\right]\]
18638
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \begin_layout Subsection
18645 Sums and Integrals 
18646 \end_layout
18647
18648 \begin_layout Standard
18649 Sum (
18650 \begin_inset Formula $\sum$
18651 \end_inset
18652
18653 ) and integral (
18654 \begin_inset Formula $\int$
18655 \end_inset
18656
18657 ) signs are very often decorated with one or more sets of 
18658 \begin_inset Quotes eld
18659 \end_inset
18660
18661 limits
18662 \begin_inset Quotes erd
18663 \end_inset
18664
18665 .
18666  These limits can be entered in LyX by entering them as you would enter
18667  a superscript or subscript, directly after the symbol.
18668  Sum will automatically place its 
18669 \begin_inset Quotes eld
18670 \end_inset
18671
18672 limits
18673 \begin_inset Quotes erd
18674 \end_inset
18675
18676  over and under the symbol in display style, but will move them to the side
18677  when inlined, such as 
18678 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
18679 \end_inset
18680
18681 , versus 
18682 \begin_inset Note Note
18683 status open
18684
18685 \begin_layout Standard
18686 We haven't yet explained what display vs.
18687  inline means...
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \begin_inset Formula \[
18694 \sum_{n=1}^{\infty}\frac{x^{n}}{n}=\ln\left(\frac{1}{1-x}\right).\]
18695
18696 \end_inset
18697
18698 Integral signs, however, will not by default move the limits to directly
18699  over and under the integral sign in display style, as in 
18700 \begin_inset Formula $\int_{a}^{x}f(t)dt:=F(x)$
18701 \end_inset
18702
18703 , versus
18704 \begin_inset Formula \[
18705 \int_{-\infty}^{\infty}\frac{dx}{1+x^{2}}=\pi.\]
18706
18707 \end_inset
18708
18709 Both symbols will be automatically re-sized when placed in display mode.
18710  In display mode, the placement of the limits (directly above and below,
18711  or offset to the right from the sign) can be changed by placing the cursor
18712  in front of the sign and hitting 
18713 \family sans
18714 M-m l
18715 \family default
18716 .
18717  Exactly what change occurs depends on the sign.
18718  
18719 \end_layout
18720
18721 \begin_layout Standard
18722 Certain other mathematical expressions have this 
18723 \begin_inset Quotes eld
18724 \end_inset
18725
18726 moving limits
18727 \begin_inset Quotes erd
18728 \end_inset
18729
18730  feature as addition, such as 
18731 \begin_inset Formula \[
18732 \lim_{x\rightarrow\infty}f(x),\]
18733
18734 \end_inset
18735
18736 which will place the 
18737 \begin_inset Formula $x\rightarrow\infty$
18738 \end_inset
18739
18740  underneath the 
18741 \begin_inset Quotes eld
18742 \end_inset
18743
18744 lim
18745 \begin_inset Quotes erd
18746 \end_inset
18747
18748  in display mode, but not in inlined mode, 
18749 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
18750 \end_inset
18751
18752 .
18753  Note that the 
18754 \begin_inset Formula $\lim$
18755 \end_inset
18756
18757  was entered as a function - you get it in LyX by typing 
18758 \family typewriter
18759
18760 \backslash
18761 lim
18762 \family default
18763  in math-mode, or choosing from the 
18764 \begin_inset Quotes eld
18765 \end_inset
18766
18767 functions
18768 \begin_inset Quotes erd
18769 \end_inset
18770
18771  menu in the math panel; see 
18772 \begin_inset LatexCommand ref
18773 reference "sec:math-functions"
18774
18775 \end_inset
18776
18777 .
18778 \end_layout
18779
18780 \begin_layout Subsubsection
18781 Special integral symbols
18782 \end_layout
18783
18784 \begin_layout Standard
18785 Standard LaTeX does only provide a very limited set of integral symbols.
18786  Therefore several packages implement additional symbols, e.g.\InsetSpace ~
18787 moredimensional
18788  integrals like 
18789 \begin_inset Formula $\iint$
18790 \end_inset
18791
18792  (
18793 \family typewriter
18794
18795 \backslash
18796 iint
18797 \family default
18798 ).
18799  Unfortunately they do not always look consistent, e.g.\InsetSpace ~
18800 the 
18801 \family typewriter
18802
18803 \begin_inset Formula $\iint$
18804 \end_inset
18805
18806  (
18807 \backslash
18808 iint)
18809 \family default
18810  symbol from the 
18811 \family typewriter
18812 wasysym
18813 \family default
18814  package looks like 
18815 \family typewriter
18816
18817 \begin_inset Formula $\varint$
18818 \end_inset
18819
18820  (
18821 \backslash
18822 varint
18823 \family default
18824 ), not 
18825 \family typewriter
18826
18827 \begin_inset Formula $\int$
18828 \end_inset
18829
18830  (
18831 \backslash
18832 int
18833 \family default
18834 ).
18835  Therefore you should enable the automatic loading of the 
18836 \family typewriter
18837 esint
18838 \family default
18839  package in 
18840 \family sans
18841 \bar under
18842 D
18843 \bar default
18844 ocument\SpecialChar \menuseparator
18845
18846 \bar under
18847 S
18848 \bar default
18849 ettings
18850 \family default
18851  if you need special integrals.
18852  This package defines a complete set of consistent looking integral symbols.
18853  You can find most of them in the math panel.
18854  This document does use the 
18855 \family typewriter
18856 wasysym
18857 \family default
18858  package instead of the 
18859 \family typewriter
18860 esint
18861 \family default
18862  package, because the latter is not yet included in all TeX distributions,
18863  so you can see the different looking integral symbols using 
18864 \family sans
18865 \bar under
18866 V
18867 \bar default
18868 iew\SpecialChar \menuseparator
18869
18870 \bar under
18871 D
18872 \bar default
18873 VI
18874 \family default
18875 .
18876 \end_layout
18877
18878 \begin_layout Subsection
18879 The Math Panel
18880 \begin_inset LatexCommand label
18881 name "sec:math-panel"
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Standard
18889 The 
18890 \family sans
18891 Math\InsetSpace ~
18892
18893 \bar under
18894 P
18895 \bar default
18896 anel
18897 \family default
18898  dialog (accessible via 
18899 \family sans
18900 \bar under
18901 I
18902 \bar default
18903 nsert\SpecialChar \menuseparator
18904
18905 \bar under
18906 M
18907 \bar default
18908 ath
18909 \family default
18910 ) has a more extensive list of symbols and structures.
18911  As stated earlier, you can keep the math panel open when writing mathematics.
18912  The use of the panel should be fairly obvious; we'll describe some of the
18913  details in later sections.
18914 \end_layout
18915
18916 \begin_layout Standard
18917 Note that right-clicking on a formula opens the panel as well.
18918 \end_layout
18919
18920 \begin_layout Subsection
18921 Other Math Symbols 
18922 \end_layout
18923
18924 \begin_layout Standard
18925 Most math symbols can be found in the math panel under one of several categories
18926 ; including 
18927 \family sans
18928 Greek
18929 \family default
18930  
18931 \begin_inset Formula $\Gamma\rho\epsilon\epsilon\kappa$
18932 \end_inset
18933
18934
18935 \family sans
18936 operators
18937 \family default
18938  
18939 \begin_inset Formula $\pm\times$
18940 \end_inset
18941
18942
18943 \family sans
18944 relations
18945 \family default
18946  
18947 \begin_inset Formula $\leq\cong$
18948 \end_inset
18949
18950
18951 \family sans
18952 arrows
18953 \family default
18954  
18955 \begin_inset Formula $\uparrow\Leftrightarrow$
18956 \end_inset
18957
18958
18959 \family sans
18960 large\InsetSpace ~
18961 operators
18962 \family default
18963  
18964 \begin_inset Formula $\sum\int$
18965 \end_inset
18966
18967 , and the dreaded 
18968 \family sans
18969 miscellaneous
18970 \family default
18971 .
18972  There are also the additional symbols provided by the American Mathematical
18973  Society (AMS).
18974  If you know the standard LaTeX macro for a particular symbol you which
18975  to use, you do not have to use these dialogs, but they will help for those
18976  symbols whose LaTeX name you do not know.
18977  Note that the AMS symbols will not be displayed as symbols in LyX unless
18978  you install the right fonts as described in the relevant manual.
18979 \end_layout
18980
18981 \begin_layout Standard
18982 It is possible to get an nth root symbol.
18983  In the minibuffer, type 
18984 \family typewriter
18985 math-insert root
18986 \family default
18987 .
18988  This generates a root symbol with an extra box above the root sign.
18989  Use 
18990 \family sans
18991 Up
18992 \family default
18993  and 
18994 \family sans
18995 Down
18996 \family default
18997  to move between the two boxes.
18998  You can also use the key binding 
18999 \family sans
19000 M-m-r
19001 \family default
19002 .
19003 \end_layout
19004
19005 \begin_layout Subsection
19006 Altering spacing
19007 \end_layout
19008
19009 \begin_layout Standard
19010 You may want to create blank spaces that differs from the standard spacing
19011  that LaTeX provides.
19012  We don't recommend this as a matter of course, since the whole idea of
19013  WYSIWYM is that you don't think about the typesetting, but the content.
19014  However, there are situations where you will want to add spaces.
19015  The first thing to do is to type 
19016 \family sans
19017 C-Space
19018 \family default
19019 .
19020  This generates a small space, and shows a small marker on the screen within
19021  LyX: 
19022 \begin_inset Formula $a\, b$
19023 \end_inset
19024
19025 .
19026  The next trick is to change that space to different sizes.
19027  
19028 \emph on
19029 Before
19030 \emph default
19031  you move the cursor, after typing 
19032 \family sans
19033 C-Space
19034 \family default
19035 , if you hit 
19036 \family sans
19037 Space
19038 \family default
19039  again, you will change the size of the space, through a number of variable
19040  sizes.
19041  The last ones in the list are red, and are a negative space.
19042  For example: 
19043 \begin_inset Formula $a\quad b$
19044 \end_inset
19045
19046 , or 
19047 \begin_inset Formula $a\! b$
19048 \end_inset
19049
19050 .
19051  You can also insert these spaces via the math panel.
19052 \end_layout
19053
19054 \begin_layout Subsection
19055 Math functions
19056 \begin_inset LatexCommand label
19057 name "sec:math-functions"
19058
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \begin_layout Standard
19065 The math panel contains a number of 
19066 \begin_inset Quotes eld
19067 \end_inset
19068
19069 functions
19070 \begin_inset Quotes erd
19071 \end_inset
19072
19073 , such as 
19074 \begin_inset Formula $\sin$
19075 \end_inset
19076
19077
19078 \begin_inset Formula $\lim$
19079 \end_inset
19080
19081
19082 \emph on
19083 etc
19084 \emph default
19085 .
19086  (you can type them in a formula by typing 
19087 \family typewriter
19088
19089 \backslash
19090 sin
19091 \family default
19092  etc).
19093  Standard mathematical practice is that functions which are names, like
19094  
19095 \begin_inset Formula $\sin$
19096 \end_inset
19097
19098 , should not be italicized.
19099  Entering just the letters 
19100 \begin_inset Formula $sin$
19101 \end_inset
19102
19103  within Mathed will give italics, of course, so these special macros are
19104  available.
19105  They do more to the final output than just change the typeface, however.
19106  For example, the expression 
19107 \begin_inset Formula $\sin t$
19108 \end_inset
19109
19110  will typeset with a little extra space between the n and the t.
19111  For words which are more sophisticated mathematical objects, like 
19112 \begin_inset Formula $\lim$
19113 \end_inset
19114
19115 , the macro changes the way that subscripts are placed, depending on whether
19116  the math-inset is inlined or displayed: 
19117 \begin_inset Formula $\lim_{x\rightarrow0}f(x)=L$
19118 \end_inset
19119
19120  versus
19121 \begin_inset Formula \[
19122 \lim_{x\rightarrow0}f(x)=L.\]
19123
19124 \end_inset
19125
19126 These two expressions were typed the same way, but using the macro 
19127 \family typewriter
19128
19129 \backslash
19130 lim
19131 \family default
19132  alters the appearance (actually, it is the inlined version that is altered,
19133  to improve linespacing).
19134 \end_layout
19135
19136 \begin_layout Subsection
19137 Accents
19138 \end_layout
19139
19140 \begin_layout Standard
19141 In a formula you can insert accented characters in the same way as in text
19142  mode.
19143  This may depend on your keyboard, or the bindings file you use.
19144  You can also use TeX macro equivalents, as macros.
19145  That is, you can enter 
19146 \begin_inset Formula $\hat{a}$
19147 \end_inset
19148
19149  to get the same effect if your keyboard does not have accents enabled.
19150  This is entered by typing 
19151 \begin_inset Quotes eld
19152 \end_inset
19153
19154
19155 \family typewriter
19156
19157 \backslash
19158 hat a
19159 \family default
19160
19161 \begin_inset Quotes erd
19162 \end_inset
19163
19164  in Mathed.
19165  These are the equivalences between the text names and the macro names for
19166  the various accents:
19167 \end_layout
19168
19169 \begin_layout Standard
19170 \align center
19171 \begin_inset Tabular
19172 <lyxtabular version="3" rows="11" columns="3">
19173 <features>
19174 <column alignment="center" valignment="top" leftline="true" width="0pt">
19175 <column alignment="center" valignment="top" leftline="true" width="0pt">
19176 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19177 <row topline="true" bottomline="true">
19178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Standard
19182
19183 \family roman
19184 \series medium
19185 \shape up
19186 \size normal
19187 \emph off
19188 \bar no
19189 \noun off
19190 \color none
19191 text
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Standard
19200
19201 \family roman
19202 \series medium
19203 \shape up
19204 \size normal
19205 \emph off
19206 \bar no
19207 \noun off
19208 \color none
19209 math
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Standard
19218
19219 \family roman
19220 \series medium
19221 \shape up
19222 \size normal
19223 \emph off
19224 \bar no
19225 \noun off
19226 \color none
19227 example
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 </row>
19233 <row topline="true">
19234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Standard
19238
19239 \family roman
19240 \series medium
19241 \shape up
19242 \size normal
19243 \emph off
19244 \bar no
19245 \noun off
19246 \color none
19247 circumflex
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Standard
19256
19257 \family roman
19258 \series medium
19259 \shape up
19260 \size normal
19261 \emph off
19262 \bar no
19263 \noun off
19264 \color none
19265 hat
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 \begin_inset Formula $\hat{a}$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row topline="true">
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Standard
19297
19298 \family roman
19299 \series medium
19300 \shape up
19301 \size normal
19302 \emph off
19303 \bar no
19304 \noun off
19305 \color none
19306 grave
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Standard
19315
19316 \family roman
19317 \series medium
19318 \shape up
19319 \size normal
19320 \emph off
19321 \bar no
19322 \noun off
19323 \color none
19324 grave
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Standard
19333
19334 \family roman
19335 \series medium
19336 \shape up
19337 \size normal
19338 \emph off
19339 \bar no
19340 \noun off
19341 \color none
19342 \begin_inset Formula $\grave{a}$
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 <row topline="true">
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Standard
19356
19357 \family roman
19358 \series medium
19359 \shape up
19360 \size normal
19361 \emph off
19362 \bar no
19363 \noun off
19364 \color none
19365 acute
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Standard
19374
19375 \family roman
19376 \series medium
19377 \shape up
19378 \size normal
19379 \emph off
19380 \bar no
19381 \noun off
19382 \color none
19383 acute
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Standard
19392
19393 \family roman
19394 \series medium
19395 \shape up
19396 \size normal
19397 \emph off
19398 \bar no
19399 \noun off
19400 \color none
19401 \begin_inset Formula $\acute{a}$
19402 \end_inset
19403
19404
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 <row topline="true">
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Standard
19415
19416 \family roman
19417 \series medium
19418 \shape up
19419 \size normal
19420 \emph off
19421 \bar no
19422 \noun off
19423 \color none
19424 umlaut
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Standard
19433
19434 \family roman
19435 \series medium
19436 \shape up
19437 \size normal
19438 \emph off
19439 \bar no
19440 \noun off
19441 \color none
19442 ddot
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Standard
19451
19452 \family roman
19453 \series medium
19454 \shape up
19455 \size normal
19456 \emph off
19457 \bar no
19458 \noun off
19459 \color none
19460 \begin_inset Formula $\ddot{a}$
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 <row topline="true">
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Standard
19474
19475 \family roman
19476 \series medium
19477 \shape up
19478 \size normal
19479 \emph off
19480 \bar no
19481 \noun off
19482 \color none
19483 tilde
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Standard
19492
19493 \family roman
19494 \series medium
19495 \shape up
19496 \size normal
19497 \emph off
19498 \bar no
19499 \noun off
19500 \color none
19501 tilde
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Standard
19510
19511 \family roman
19512 \series medium
19513 \shape up
19514 \size normal
19515 \emph off
19516 \bar no
19517 \noun off
19518 \color none
19519 \begin_inset Formula $\tilde{a}$
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 </row>
19528 <row topline="true">
19529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Standard
19533
19534 \family roman
19535 \series medium
19536 \shape up
19537 \size normal
19538 \emph off
19539 \bar no
19540 \noun off
19541 \color none
19542 dot
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Standard
19551
19552 \family roman
19553 \series medium
19554 \shape up
19555 \size normal
19556 \emph off
19557 \bar no
19558 \noun off
19559 \color none
19560 dot
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Standard
19569
19570 \family roman
19571 \series medium
19572 \shape up
19573 \size normal
19574 \emph off
19575 \bar no
19576 \noun off
19577 \color none
19578 \begin_inset Formula $\dot{a}$
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row topline="true">
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Standard
19592
19593 \family roman
19594 \series medium
19595 \shape up
19596 \size normal
19597 \emph off
19598 \bar no
19599 \noun off
19600 \color none
19601 breve
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Standard
19610
19611 \family roman
19612 \series medium
19613 \shape up
19614 \size normal
19615 \emph off
19616 \bar no
19617 \noun off
19618 \color none
19619 breve
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Standard
19628
19629 \family roman
19630 \series medium
19631 \shape up
19632 \size normal
19633 \emph off
19634 \bar no
19635 \noun off
19636 \color none
19637 \begin_inset Formula $\breve{a}$
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 </row>
19646 <row topline="true">
19647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Standard
19651
19652 \family roman
19653 \series medium
19654 \shape up
19655 \size normal
19656 \emph off
19657 \bar no
19658 \noun off
19659 \color none
19660 caron
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Standard
19669
19670 \family roman
19671 \series medium
19672 \shape up
19673 \size normal
19674 \emph off
19675 \bar no
19676 \noun off
19677 \color none
19678 check
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Standard
19687
19688 \family roman
19689 \series medium
19690 \shape up
19691 \size normal
19692 \emph off
19693 \bar no
19694 \noun off
19695 \color none
19696 \begin_inset Formula $\check{a}$
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 </row>
19705 <row topline="true">
19706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Standard
19710
19711 \family roman
19712 \series medium
19713 \shape up
19714 \size normal
19715 \emph off
19716 \bar no
19717 \noun off
19718 \color none
19719 macron
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Standard
19728
19729 \family roman
19730 \series medium
19731 \shape up
19732 \size normal
19733 \emph off
19734 \bar no
19735 \noun off
19736 \color none
19737 bar
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Standard
19746
19747 \family roman
19748 \series medium
19749 \shape up
19750 \size normal
19751 \emph off
19752 \bar no
19753 \noun off
19754 \color none
19755 \begin_inset Formula $\bar{a}$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 </row>
19764 <row topline="true" bottomline="true">
19765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Standard
19769
19770 \family roman
19771 \series medium
19772 \shape up
19773 \size normal
19774 \emph off
19775 \bar no
19776 \noun off
19777 \color none
19778 ---
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Standard
19787
19788 \family roman
19789 \series medium
19790 \shape up
19791 \size normal
19792 \emph off
19793 \bar no
19794 \noun off
19795 \color none
19796 vec
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Standard
19805
19806 \family roman
19807 \series medium
19808 \shape up
19809 \size normal
19810 \emph off
19811 \bar no
19812 \noun off
19813 \color none
19814 \begin_inset Formula $\vec{a}$
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 </row>
19823 </lyxtabular>
19824
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \begin_layout Standard
19831 Finally, you can choose one of these accents by selecting an item from the
19832  
19833 \family sans
19834 Decorations
19835 \family default
19836  symbol set in the math panel; this will apply to any selection you have
19837  made within a formula too.
19838 \end_layout
19839
19840 \begin_layout Subsection
19841 The math editor for LaTeX users
19842 \end_layout
19843
19844 \begin_layout Standard
19845 Editing mathematical expressions in LyX can be done in one of two ways.
19846  You can use the native LyX support for rendering the formulae in a WYSIWYM
19847  fashion.
19848  LaTeX users might like to be able to use the keyboard to enter things like
19849  
19850 \family typewriter
19851 $
19852 \backslash
19853 alpha$
19854 \family default
19855  (this gets, in ordinary TeX, an 
19856 \begin_inset Formula $\alpha$
19857 \end_inset
19858
19859  in the final document), believing that it is faster than chasing around
19860  menus for a symbol.
19861  Here's a testimonial of one of those old LaTeX users, 
19862 \noun on
19863 David Johnson:
19864 \end_layout
19865
19866 \begin_layout Quotation
19867 I was finally convinced that the math editor was the way to go when I found
19868  that, with a few modifications, I could use it the same way I was accustomed
19869  to writing TeX.
19870  As an example, I created this 
19871 \begin_inset Formula $\alpha$
19872 \end_inset
19873
19874  by typing the following keys: First type 
19875 \family sans
19876 M-c\InsetSpace ~
19877 m
19878 \family default
19879  to enter 
19880 \family typewriter
19881 math-mode
19882 \family default
19883 , then type 
19884 \family typewriter
19885
19886 \backslash
19887 alpha
19888 \family default
19889  , then 
19890 \family sans
19891 Space
19892 \family default
19893  and 
19894 \family sans
19895 Esc
19896 \family default
19897 .
19898  As soon as I typed that 
19899 \family sans
19900 Space
19901 \family default
19902  the 
19903 \begin_inset Formula $\alpha$
19904 \end_inset
19905
19906  was right there on the screen.
19907  
19908 \end_layout
19909
19910 \begin_layout Standard
19911 The 
19912 \family sans
19913 M-c\InsetSpace ~
19914 m
19915 \family default
19916  sequence inserts a formula (you may also use 
19917 \family sans
19918 C-m
19919 \family default
19920  or 
19921 \family sans
19922 M-m\InsetSpace ~
19923 m
19924 \family default
19925 ), the 
19926 \family typewriter
19927
19928 \backslash
19929 alpha
19930 \family default
19931  is of course the standard TeX command for a Greek alpha letter, and the
19932  
19933 \family sans
19934 Esc
19935 \family default
19936  leaves the formula.
19937  Some of the advantages of this approach are:
19938 \end_layout
19939
19940 \begin_layout Itemize
19941 You have immediate visual feedback to be sure your TeX was correct
19942 \end_layout
19943
19944 \begin_layout Itemize
19945 You have the real mathematical expression on the screen, correctly displayed,
19946  to make sure your mathematics is correct (correctly written, at least)
19947 \end_layout
19948
19949 \begin_layout Itemize
19950 All the new LaTeX fuss with special environments and such are taken care
19951  of by LyX, not you
19952 \end_layout
19953
19954 \begin_layout Itemize
19955 You won't have to chase through the code trying to find that missing 
19956 \family sans
19957 $
19958 \family default
19959  or extra 
19960 \family sans
19961 {
19962 \family default
19963  any more
19964 \end_layout
19965
19966 \begin_layout Itemize
19967 If you don't remember the LaTeX name of a particular symbol, like 
19968 \begin_inset Formula $\wp$
19969 \end_inset
19970
19971 , you can find it in the dialogs
19972 \end_layout
19973
19974 \begin_layout Section
19975 Brackets and decorations
19976 \end_layout
19977
19978 \begin_layout Standard
19979 There are several brackets available through LyX.
19980  For most purposes, using just the keys 
19981 \family typewriter
19982 [{]}()|
19983 \backslash
19984 <>
19985 \family default
19986  should suffice, but the effect, especially if you want to surround a large
19987  structure, such as a matrix or a fraction, or if you have several layers
19988  of brackets, is better using the math panel's 
19989 \family sans
19990 Delimiter
19991 \family default
19992  dialog [see sec.
19993  
19994 \begin_inset LatexCommand ref
19995 reference "sec:math-panel"
19996
19997 \end_inset
19998
19999 ].
20000  For example, that's how you would construct the brackets around a standard
20001  matrix such as :
20002 \begin_inset Formula \[
20003 \left[\begin{array}{cc}
20004 1 & 2\\
20005 3 & 4\end{array}\right],\]
20006
20007 \end_inset
20008
20009 and to make it easier to see the layers of parentheses of an abomination
20010  such as: 
20011 \begin_inset Formula \[
20012 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20013
20014 \end_inset
20015
20016 or:
20017 \begin_inset Formula \[
20018 f\left(g\left(h\left(k\left(l\left(x\right)\right)\right)\right)\right).\]
20019
20020 \end_inset
20021
20022 The parentheses, and other brackets, from that menu will automatically re-size
20023  to accommodate the size of what is inside (This is done in straight LaTeX
20024  by 
20025 \family typewriter
20026
20027 \backslash
20028 left( blah 
20029 \backslash
20030 right)
20031 \family default
20032  ).
20033  
20034 \end_layout
20035
20036 \begin_layout Standard
20037 It is very easy to construct the braces you want to use.
20038  Click on the brace you want on the left side with the left mouse button,
20039  the right side with the right button, and place them in the document by
20040  clicking on the button.
20041  If you want one side to not have a bracket, use the blank button.
20042  It will appear in LyX with a dotted line, but nothing will print.
20043 \end_layout
20044
20045 \begin_layout Standard
20046 If you decide after the fact to place parentheses (or other math structure,
20047  like a square root, or other decoration) around some math structure, you
20048  can do that by highlighting (selecting) the structure that is to go inside
20049  the parentheses (that is done by holding the 
20050 \family sans
20051 Shift
20052 \family default
20053  key down and moving the cursor with the arrow keys, or selecting with the
20054  mouse).
20055  Then, choose the appropriate brackets for left and right, and click on
20056  
20057 \family sans
20058 Apply
20059 \family default
20060 .
20061  The parentheses will be drawn around the selected structure.
20062 \end_layout
20063
20064 \begin_layout Standard
20065 If you're trying to enter a LaTeX 
20066 \family typewriter
20067 {
20068 \family default
20069  for grouping, you should read 
20070 \begin_inset LatexCommand ref
20071 reference "sec:Grouping"
20072
20073 \end_inset
20074
20075 .
20076 \end_layout
20077
20078 \begin_layout Section
20079 Grouping
20080 \begin_inset LatexCommand label
20081 name "sec:Grouping"
20082
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \begin_layout Standard
20089 You may need to group a set of symbols.
20090  In LaTeX, for example, the typesetting of 
20091 \family typewriter
20092 {x^y}^z
20093 \family default
20094  is different from 
20095 \family typewriter
20096 x^{y^z}
20097 \family default
20098 :
20099 \end_layout
20100
20101 \begin_layout Standard
20102 \begin_inset Formula \[
20103 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{{y^{z}}}\]
20104
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \begin_layout Standard
20111 However, trying to type the 
20112 \family typewriter
20113 }
20114 \family default
20115  in LyX gives an actual closing brace in the output.
20116  To create this grouping, you need to use the key sequence 
20117 \family typewriter
20118
20119 \backslash
20120 {
20121 \family default
20122  then type space.
20123  Inside LyX, you will see red braces indicating the grouping.
20124  The example directly above shows how this works.
20125 \end_layout
20126
20127 \begin_layout Section
20128 Arrays and Multi-line Equations
20129 \end_layout
20130
20131 \begin_layout Standard
20132 Arrays, such as matrices, are easily entered in LyX.
20133  In the 
20134 \family sans
20135 Math\InsetSpace ~
20136 Panel
20137 \family default
20138  there is a matrix button, which will open a dialog for you to choose the
20139  number of rows/columns.
20140  Here is an example:
20141 \begin_inset Formula \[
20142 \left(\begin{array}{ccc}
20143 1 & 2 & 3\\
20144 4 & 5 & 6\\
20145 7 & 8 & 9\end{array}\right).\]
20146
20147 \end_inset
20148
20149 The parentheses aren't automatic, but you can add them as usual.
20150  Remember that you can add this after the fact, by highlighting the matrix
20151  inside Mathed (Position the mouse on one side of the matrix, hold the 
20152 \family sans
20153 Shift
20154 \family default
20155  key down, and hit the appropriate arrow key to move the cursor across the
20156  matrix).
20157  You can, when you construct the matrix, decide whether the columns (or
20158  some of them) will be left-, right-, or center-justified.
20159  The specification is 
20160 \family typewriter
20161 ccc
20162 \family default
20163  by default.
20164  Each letter corresponds to the relevant column.
20165  For example, 
20166 \family typewriter
20167 lcr
20168 \family default
20169  means that the first column will be left-justified, the second will be
20170  centered, and the third column will be right-justified..
20171  It will look like this:
20172 \begin_inset Formula \[
20173 \begin{array}{lcr}
20174 this & this\, column & this\, column\\
20175 column & has & has\, right\\
20176 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20177
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \begin_layout Standard
20184 You can add more rows to an existing matrix by hitting 
20185 \family sans
20186 C-Enter
20187 \family default
20188  while in the matrix, and you can add columns, or delete either, via the
20189  
20190 \family sans
20191 \bar under
20192 E
20193 \bar default
20194 dit\SpecialChar \menuseparator
20195
20196 \bar under
20197 M
20198 \bar default
20199 ath
20200 \family default
20201  and 
20202 \family sans
20203 \bar under
20204 E
20205 \bar default
20206 dit\SpecialChar \menuseparator
20207 Rows&
20208 \bar under
20209 C
20210 \bar default
20211 ols
20212 \family default
20213  menus.
20214 \end_layout
20215
20216 \begin_layout Standard
20217 There are numerous other arrays used in LaTeX math-mode, particularly with
20218  the AMS-LaTeX packages included, such as 
20219 \family typewriter
20220
20221 \backslash
20222 cases
20223 \family default
20224  and commutative diagrams.
20225  Not all of these are supported in LyX but some are, see 
20226 \family sans
20227 \bar under
20228 I
20229 \bar default
20230 nsert\SpecialChar \menuseparator
20231 Mat
20232 \bar under
20233 h
20234 \family default
20235 \bar default
20236 .
20237 \end_layout
20238
20239 \begin_layout Standard
20240 Multi-line equations are very easy to construct in LyX.
20241  A formula will automatically switch to an 
20242 \family typewriter
20243 \series medium
20244 eqnarray
20245 \family default
20246 \series default
20247  format (LaTeX's multi-line displayed equation format) if you hit 
20248 \family sans
20249 \series medium
20250 C-E
20251 \series default
20252 nter
20253 \family default
20254 .
20255  The best way to do this, if you decide you want a multi-line displayed
20256  equation, is to insert a new line (with 
20257 \family sans
20258 \series medium
20259 C-Enter
20260 \family default
20261 \series default
20262 ) immediately.
20263  Each line then has three regions, left, center, and right, which you can
20264  move through using either the arrow keys, the mouse, or the 
20265 \family sans
20266 \series medium
20267 Tab
20268 \family default
20269 \series default
20270  key.
20271  Here is an example:
20272 \begin_inset Formula \begin{eqnarray*}
20273 3 & = & 1+2\\
20274 4+5 & = & 9.\end{eqnarray*}
20275
20276 \end_inset
20277
20278 You can also turn an existing displayed formula into a multi-line formula
20279  by hitting 
20280 \family sans
20281 \series medium
20282 C-Enter
20283 \family default
20284 \series default
20285  while the cursor is anywhere on the original formula.
20286  However, LyX will 
20287 \emph on
20288 not
20289 \emph default
20290  try to decide where to break the formula up into three parts, but places
20291  everything in the left side of the line.
20292  To change the alignment points of the equation, place the cursor where
20293  you want to start the middle part of the line, and hit 
20294 \family sans
20295 C-Tab.
20296
20297 \family default
20298  It then puts everything to the right of the cursor in the middle region
20299  of the equation (which, by the way, is not typeset by LaTeX in display-math
20300  size, so you should not put large expressions like fractions there).
20301  Move to where you want the right side of the line to begin, and hit 
20302 \family sans
20303 C-Tab
20304 \family default
20305  again.
20306  The 
20307 \begin_inset Quotes eld
20308 \end_inset
20309
20310 extra
20311 \begin_inset Quotes erd
20312 \end_inset
20313
20314  insertion points in the line will disappear.
20315 \end_layout
20316
20317 \begin_layout Section
20318 Equation Numbering and Labels
20319 \begin_inset LatexCommand label
20320 name "sec:math-label"
20321
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \begin_layout Standard
20328 Equation numbering is very easy in LyX.
20329  All it takes to change a displayed equation like: 
20330 \begin_inset Formula \[
20331 1+2=3\]
20332
20333 \end_inset
20334
20335 into the numbered equation :
20336 \begin_inset Formula \begin{equation}
20337 1+2=3\label{mathed:first-eqn}\end{equation}
20338
20339 \end_inset
20340
20341 is to go to the 
20342 \family sans
20343 \bar under
20344 I
20345 \bar default
20346 nsert
20347 \family default
20348  menu, and select the 
20349 \family sans
20350 \bar under
20351 L
20352 \bar default
20353 abel...
20354
20355 \family default
20356  option.
20357  This opens a dialog in which you must enter some string as the label.
20358  There is no need to call it by a specific number, since LaTeX will take
20359  care of re-numbering the equation.
20360  Labels will not appear as such on the final output.
20361  LaTeX will insert appropriate numbers for the equations.
20362  The labels are used internally for cross-referencing.
20363  You can turn on numbering without a specific label with the menu option
20364  
20365 \family sans
20366 \bar under
20367 E
20368 \bar default
20369 dit\SpecialChar \menuseparator
20370
20371 \bar under
20372 M
20373 \bar default
20374 ath\SpecialChar \menuseparator
20375 Toggle\InsetSpace ~
20376
20377 \bar under
20378 N
20379 \bar default
20380 umbering
20381 \family default
20382  while the cursor is in the equation, such as: 
20383 \end_layout
20384
20385 \begin_layout Standard
20386 \begin_inset Formula \begin{equation}
20387 1+1=2.\end{equation}
20388
20389 \end_inset
20390
20391 You can toggle it on or off with this menu item.
20392  You can reference a labelled (not just numbered) equation, (cf.
20393  (
20394 \begin_inset LatexCommand ref
20395 reference "mathed:first-eqn"
20396
20397 \end_inset
20398
20399 )) by using the 
20400 \family sans
20401 Cross-Reference
20402 \family default
20403  dialog, which you open using 
20404 \family sans
20405 \bar under
20406 I
20407 \bar default
20408 nsert\SpecialChar \menuseparator
20409
20410 \bar under
20411 C
20412 \bar default
20413 ross-Reference...
20414 \family default
20415 \InsetSpace ~
20416 .
20417 \end_layout
20418
20419 \begin_layout Standard
20420 For numbered (or labelled) multi-line formulas, the default is that all
20421  lines are numbered separately.
20422  Once you attach a label to make the equation numbered, all subsequent lines
20423  receive a label of #.
20424  That label can be changed to another so that you can refer to that line,
20425  like (
20426 \begin_inset LatexCommand ref
20427 reference "mathed:third-eqn"
20428
20429 \end_inset
20430
20431 ) below.
20432 \begin_inset Formula \begin{eqnarray}
20433 1 & = & 3-2\label{mathed:second-equation}\\
20434 2 & = & 4-2\label{mathed:third-eqn}\\
20435 4 & \leq & 7.\end{eqnarray}
20436
20437 \end_inset
20438
20439 You can turn off numbering of a specific line with 
20440 \family sans
20441 \bar under
20442 E
20443 \bar default
20444 dit\SpecialChar \menuseparator
20445
20446 \bar under
20447 M
20448 \bar default
20449 ath\SpecialChar \menuseparator
20450 Toggle\InsetSpace ~
20451
20452 \bar under
20453 n
20454 \bar default
20455 umbering\InsetSpace ~
20456 of\InsetSpace ~
20457 line
20458 \family default
20459  while the cursor is on that line of a multi-line numbered equation.
20460  This also toggles.
20461  For example :
20462 \begin_inset Formula \begin{eqnarray}
20463 1 & = & 4-3\label{mathed:fourth-eqn}\\
20464 2 & = & 7-5\\
20465 1 & = & e^{2\pi i}\nonumber \\
20466 16 & \equiv & 2\,(mod\,7)\label{mathed:fifth-eqn}\end{eqnarray}
20467
20468 \end_inset
20469
20470 Note that the first equation in this set (
20471 \begin_inset LatexCommand ref
20472 reference "mathed:fourth-eqn"
20473
20474 \end_inset
20475
20476 ) is labelled, the next is numbered but unlabelled, the third is unnumbered,
20477  and the last (
20478 \begin_inset LatexCommand ref
20479 reference "mathed:fifth-eqn"
20480
20481 \end_inset
20482
20483 ) is again labelled.
20484  
20485 \end_layout
20486
20487 \begin_layout Section
20488 User defined macros in math mode
20489 \end_layout
20490
20491 \begin_layout Standard
20492 LyX allows the user to define macros for use in math mode.
20493  A macro definition box appears on screen as purple box with the name of
20494  the macro in blue (math color).
20495  It contains two cells initially marked empty by blue rectangles that can
20496  be edited as if it were ordinary math.
20497  Just try it:
20498 \begin_inset FormulaMacro
20499 \newcommand{\macro}{a+b}
20500 \end_inset
20501
20502  The contents of the first cell will be used when the macro definition is
20503  written during export as LaTeX.
20504  The contents of the second cell, however, will be used for drawing the
20505  macro's expansion on screen.
20506  In the common case where both export and drawing use the same representation,
20507  the second cell can be left empty and LyX will use the contents of the
20508  first cell will be used for export and drawing automatically.
20509 \end_layout
20510
20511 \begin_layout Standard
20512 Now, to use this macro in other math boxes just type the name in TeX mode,
20513  in this case 
20514 \family typewriter
20515
20516 \backslash
20517 macro
20518 \family default
20519 , and it will be automatically expanded: 
20520 \begin_inset Formula $c=\macro$
20521 \end_inset
20522
20523 .
20524  As you can verify, the cursor can't go inside the macro, the whole macro
20525  is like a single character, and the TeX generated code of this expression
20526  is 
20527 \family typewriter
20528 c = 
20529 \backslash
20530 macro.
20531 \end_layout
20532
20533 \begin_layout Standard
20534 However the cursor could go inside of some kind of macros, those that have
20535  
20536 \emph on
20537 arguments
20538 \emph default
20539 .
20540  In a macro definition box an argument looks like a 
20541 \family typewriter
20542 #
20543 \family default
20544  followed by the argument number:
20545 \begin_inset FormulaMacro
20546 \newcommand{\macrowarg}[1]{2+\sqrt{#1}}
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \begin_layout Standard
20553 Once expanded, this macro includes the usual empty rectangle to indicate
20554  that you can insert there whatever you want: 
20555 \family typewriter
20556
20557 \backslash
20558 macrowarg = 
20559 \begin_inset Formula $\macrowarg{}$
20560 \end_inset
20561
20562
20563 \family default
20564 .
20565  Example: 
20566 \begin_inset Formula $b=\macrowarg{x-2}$
20567 \end_inset
20568
20569 .
20570  
20571 \end_layout
20572
20573 \begin_layout Standard
20574 When exported to LaTeX, a macro definition will produce the command
20575 \newline
20576
20577 \family typewriter
20578
20579 \backslash
20580 newcommand{
20581 \backslash
20582 macrowarg}[1]{2+
20583 \backslash
20584 sqrt{#1}}
20585 \end_layout
20586
20587 \begin_layout Subsection
20588 How to create macros
20589 \end_layout
20590
20591 \begin_layout Standard
20592 To create a macro definition box use this syntax in the minibuffer:
20593 \begin_inset Foot
20594 status collapsed
20595
20596 \begin_layout Standard
20597 Macro names mustn't contain numbers!
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Standard
20606
20607 \family typewriter
20608 math-macro <macro name> [number of arguments]
20609 \end_layout
20610
20611 \begin_layout Standard
20612 For example, 
20613 \family typewriter
20614
20615 \backslash
20616 macro
20617 \family default
20618  was created with 
20619 \begin_inset Quotes eld
20620 \end_inset
20621
20622
20623 \family typewriter
20624 math-macro macro
20625 \family default
20626
20627 \begin_inset Quotes erd
20628 \end_inset
20629
20630 , and 
20631 \family typewriter
20632
20633 \backslash
20634 macrowarg
20635 \family default
20636  was created with 
20637 \begin_inset Quotes eld
20638 \end_inset
20639
20640
20641 \family typewriter
20642 math-macro macrowarg 1
20643 \family default
20644
20645 \begin_inset Quotes erd
20646 \end_inset
20647
20648 .
20649 \end_layout
20650
20651 \begin_layout Standard
20652 To insert an argument mark (only inside a macro definition box) simply type
20653 \newline
20654
20655 \family typewriter
20656 #<number>
20657 \family default
20658  or use 
20659 \family typewriter
20660 math-macro-arg <number>
20661 \end_layout
20662
20663 \begin_layout Standard
20664 The argument mark in 
20665 \family typewriter
20666
20667 \backslash
20668 macrowarg
20669 \family default
20670  was introduced with 
20671 \begin_inset Quotes eld
20672 \end_inset
20673
20674
20675 \family typewriter
20676 math-macro-arg 1
20677 \family default
20678
20679 \begin_inset Quotes erd
20680 \end_inset
20681
20682 .
20683 \end_layout
20684
20685 \begin_layout Standard
20686 You can use no more than 9 arguments, numbered from 1 to 9.
20687  An argument can be repeated inside the macro definition box, but of course
20688  can be edited only once.
20689 \end_layout
20690
20691 \begin_layout Subsection
20692 How to navigate in macros
20693 \end_layout
20694
20695 \begin_layout Description
20696 With\InsetSpace ~
20697 the\InsetSpace ~
20698 arrow\InsetSpace ~
20699 keys: Opening a macro from the left side will put the cursor
20700  in the first argument, to move to the second argument use the TAB key.
20701  Remember that pressing the Space bar will get the cursor out and at the
20702  right side of the macro.
20703 \end_layout
20704
20705 \begin_layout Description
20706 With\InsetSpace ~
20707 the\InsetSpace ~
20708 mouse: As usual, click on the desired argument box.
20709  Sometimes this fails if the box is empty or too small.
20710 \end_layout
20711
20712 \begin_layout Standard
20713 Currently it is only possible to define command macros, but not environment
20714  macros.
20715 \end_layout
20716
20717 \begin_layout Section
20718 Fine-Tuning
20719 \end_layout
20720
20721 \begin_layout Subsection
20722 Typefaces
20723 \end_layout
20724
20725 \begin_layout Standard
20726 You can use various typefaces in a formula.
20727  The standard font for text is italic, 
20728 \begin_inset Formula $text$
20729 \end_inset
20730
20731 , but for numbers the standard is Roman.
20732  To set a font in a formula, choose it from the math panel, or by entering
20733  the LaTeX command for it directly, as follows:
20734 \end_layout
20735
20736 \begin_layout Standard
20737 \align center
20738 \begin_inset Tabular
20739 <lyxtabular version="3" rows="9" columns="2">
20740 <features>
20741 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20742 <column alignment="center" valignment="top" rightline="true" width="0pt">
20743 <row topline="true" bottomline="true">
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Standard
20748 Font
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Standard
20757 LaTeX Command
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row topline="true">
20764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Standard
20768
20769 \shape up
20770 \size normal
20771 \bar no
20772 \noun off
20773 \color none
20774 \begin_inset Formula $\mathrm{Roman}$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Standard
20786
20787 \family typewriter
20788
20789 \backslash
20790 mathrm
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row topline="true">
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Standard
20801 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Standard
20813
20814 \family typewriter
20815
20816 \backslash
20817 mathbf
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 </row>
20823 <row topline="true">
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Standard
20828 \begin_inset Formula $\mathit{Italic}$
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Standard
20840
20841 \family typewriter
20842
20843 \backslash
20844 mathit
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 <row topline="true">
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Standard
20855
20856 \shape up
20857 \size normal
20858 \bar no
20859 \noun off
20860 \color none
20861 \begin_inset Formula $\mathtt{Typewriter}$
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Standard
20873
20874 \family typewriter
20875
20876 \backslash
20877 mathtt
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row topline="true">
20884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Standard
20888 \begin_inset Formula $\mathbb{BLACKBOARD}$
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Standard
20900
20901 \family typewriter
20902
20903 \backslash
20904 mathbb
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row topline="true">
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Standard
20915 \begin_inset Formula $\mathfrak{Fraktur}$
20916 \end_inset
20917
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Standard
20927
20928 \family typewriter
20929
20930 \backslash
20931 mathfrak
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 </row>
20937 <row topline="true">
20938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Standard
20942
20943 \shape up
20944 \size normal
20945 \emph on
20946 \bar no
20947 \noun off
20948 \color none
20949 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Standard
20961
20962 \family typewriter
20963
20964 \backslash
20965 mathcal
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 <row topline="true" bottomline="true">
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Standard
20976 \begin_inset Formula $\mathsf{SansSerif}$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Standard
20988
20989 \backslash
20990
20991 \family typewriter
20992 mathsf
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 </row>
20998 </lyxtabular>
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \begin_layout Standard
21006 LaTeX's math mode does not support all characters in all fonts, and only
21007  letters will be supported with these font styles; some only support capital
21008  letters.
21009 \end_layout
21010
21011 \begin_layout Standard
21012 For any of these fonts, you have to be careful how you enter the text.
21013  If there is text to the right of the entry point, the font reverts to that
21014  style after one character.
21015  To be able to type a string in a particular font, make sure there is a
21016  protected-space to the right of the cursor.
21017  Also, entering a protected-space will revert subsequent text to standard
21018  font.
21019  The font styles are nestable, as LaTeX does.
21020  This can be a little confusing, as selecting a different font on a selection
21021  will 
21022 \emph on
21023 not
21024 \emph default
21025  change the selection, but insert a new nested level with the new typeface.
21026 \end_layout
21027
21028 \begin_layout Standard
21029 It is possible (in AMS-LaTeX) to embolden (not italicize) numbers and special
21030  symbols.
21031  However, LyX does not yet support this in WYSIWYM manner\SpecialChar \@.
21032  It will print
21033  correctly, though.
21034  To get emboldened symbols, for example a bold 
21035 \begin_inset Formula $\alpha$
21036 \end_inset
21037
21038 , enter 
21039 \family typewriter
21040
21041 \backslash
21042 boldsymbol{
21043 \backslash
21044 alpha}
21045 \family default
21046  in Mathed.
21047  The closing brace appears (in red) automatically when you type the opening
21048  brace.
21049  This works for all symbols, as well as numbers.
21050 \end_layout
21051
21052 \begin_layout Standard
21053 A number of other options are available as well, via 
21054 \family sans
21055 \bar under
21056 I
21057 \bar default
21058 nsert\SpecialChar \menuseparator
21059 Mat
21060 \bar under
21061 h
21062 \bar default
21063 \SpecialChar \menuseparator
21064 Font\InsetSpace ~
21065 Change
21066 \family default
21067 .
21068 \end_layout
21069
21070 \begin_layout Subsection
21071 Math Text Mode
21072 \end_layout
21073
21074 \begin_layout Standard
21075 Typefaces are useful for entering variable names in some given font, but
21076  certainly not for anything else, and in particular not text.
21077  For typing longer pieces of text, use math text mode, which is obtained
21078  by typing 
21079 \family sans
21080 M-m m
21081 \family default
21082  while already in math mode.
21083  (The same command will get out of math text mode, too.) Math text mode appears
21084  on the screen in black instead of blue.
21085  You cannot enter punctuation or font changes in your text
21086 \begin_inset Foot
21087 status collapsed
21088
21089 \begin_layout Standard
21090 Moreover, math text mode outputs its contents inside a 
21091 \family typewriter
21092
21093 \backslash
21094 textrm{}
21095 \family default
21096 , whereas 
21097 \family typewriter
21098
21099 \backslash
21100 mbox
21101 \family default
21102  or AMS-LaTeX's 
21103 \backslash
21104
21105 \family typewriter
21106 text
21107 \family default
21108  might have been a better choice
21109 \end_layout
21110
21111 \end_inset
21112
21113 , but it works for simple text.
21114  Here's an example:
21115 \begin_inset Formula \[
21116 f(x)=\begin{array}{cc}
21117 x & \textrm{if I say so}\\
21118 -x & \textrm{otherwise}\end{array}\]
21119
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \begin_layout Subsection
21126 Font Sizes
21127 \end_layout
21128
21129 \begin_layout Standard
21130 There are four (relative) font sizes (or 
21131 \begin_inset Quotes eld
21132 \end_inset
21133
21134 styles
21135 \begin_inset Quotes erd
21136 \end_inset
21137
21138 ) used in math-mode, which are automatically chosen in most situations.
21139  These are called 
21140 \emph on
21141 textstyle
21142 \emph default
21143
21144 \emph on
21145 displaystyle
21146 \emph default
21147
21148 \emph on
21149 scriptstyle
21150 \emph default
21151 , and 
21152 \emph on
21153 scriptscriptstyle
21154 \emph default
21155 .
21156  For most characters, 
21157 \emph on
21158 textstyle
21159 \emph default
21160  and 
21161 \emph on
21162 displaystyle
21163 \emph default
21164  are actually the same size, but fractions, superscripts and subscripts,
21165  and certain other effects, are set larger or placed differently in 
21166 \emph on
21167 displaystyle
21168 \emph default
21169 .
21170  Except for some operators, which re-size themselves to accommodate various
21171  situations, all text will be set in these various sizes as LaTeX thinks
21172  is appropriate.
21173  These choices can be over-ridden by using the math panel button 
21174 \begin_inset Graphics
21175         filename ../images/math/style.xpm
21176         scale 70
21177
21178 \end_inset
21179
21180 .
21181  For example, you can set 
21182 \begin_inset Formula $\frac{1}{2}$
21183 \end_inset
21184
21185  normally (
21186 \emph on
21187 textstyle
21188 \emph default
21189 ), or you can make it larger, which also changes the line-spacing, by using
21190  
21191 \emph on
21192 displaystyle
21193 \emph default
21194 .
21195  Then a new box will appear in the formula where you can insert the fraction:
21196  
21197 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21198 \end_inset
21199
21200 .
21201  Here are some text in the various styles: 
21202 \begin_inset Formula $displaystyle$
21203 \end_inset
21204
21205
21206 \begin_inset Formula ${\textstyle textstyle}$
21207 \end_inset
21208
21209
21210 \begin_inset Formula ${\scriptstyle scriptstyle}$
21211 \end_inset
21212
21213
21214 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21215 \end_inset
21216
21217 .
21218 \end_layout
21219
21220 \begin_layout Standard
21221 All these math-mode font sizes are relative, that is, if the whole math
21222  inset and surrounding text are set in a particular size, all these sizes
21223  will be adjusted.
21224  Similarly, if the base font size of the document is changed, all fonts
21225  will be adjusted to correspond.
21226  
21227 \end_layout
21228
21229 \begin_layout Standard
21230
21231 \family roman
21232 \size largest
21233 Here is a paragraph in 
21234 \begin_inset Quotes eld
21235 \end_inset
21236
21237 largest
21238 \begin_inset Quotes erd
21239 \end_inset
21240
21241  font, with symbols: 
21242 \begin_inset Formula $\alpha$
21243 \end_inset
21244
21245 .
21246 \end_layout
21247
21248 \begin_layout Standard
21249 This applies to math fonts in titles, etc.
21250  as well.
21251 \end_layout
21252
21253 \begin_layout Section
21254 AMS-LaTeX
21255 \end_layout
21256
21257 \begin_layout Standard
21258 The American Mathematical Society (AMS) provide a LaTeX packages that are
21259  in common use.
21260  LyX includes some support for these packages.
21261 \end_layout
21262
21263 \begin_layout Subsection
21264 Enabling AMS-Support
21265 \end_layout
21266
21267 \begin_layout Standard
21268 In the 
21269 \family sans
21270 \bar under
21271 D
21272 \bar default
21273 ocument\SpecialChar \menuseparator
21274
21275 \bar under
21276 S
21277 \bar default
21278 ettings
21279 \family default
21280  dialog there is a checkbox, 
21281 \family sans
21282 Use\InsetSpace ~
21283 AMS\InsetSpace ~
21284 Math
21285 \family default
21286 .
21287  If selected, this will include the AMS-package in the document, and make
21288  the facilities available.
21289 \end_layout
21290
21291 \begin_layout Subsection
21292 AMS-Symbols
21293 \end_layout
21294
21295 \begin_layout Standard
21296 The AMS-LaTeX packages add support for some mathematical symbols that are
21297  not accessible from plain LaTeX (or LyX), but are fairly common in mathematical
21298  typesetting, such as the old-German Fraktur font and the stylized 
21299 \begin_inset Quotes eld
21300 \end_inset
21301
21302 blackboard bold
21303 \begin_inset Quotes erd
21304 \end_inset
21305
21306  fonts commonly used to denote the real or complex numbers, or the integers.
21307  Once activated, all AMS-LaTeX symbols and environments are available.
21308  You will run into trouble if you include these packages from the preamble,
21309  since LyX now defines a few of the macros used in these packages on its
21310  own.
21311  The AMS-layouts include these packages automatically.
21312 \end_layout
21313
21314 \begin_layout Subsection
21315 AMS-Formula Types
21316 \end_layout
21317
21318 \begin_layout Standard
21319 AMS-LaTeX provides a selection of different formula types.
21320  LyX allows you to choose between 
21321 \family typewriter
21322 align
21323 \family default
21324
21325 \family typewriter
21326 alignat
21327 \family default
21328
21329 \family typewriter
21330 flalign
21331 \family default
21332
21333 \family typewriter
21334 gather
21335 \family default
21336 , and 
21337 \family typewriter
21338 multline
21339 \family default
21340 .
21341  Refer to the AMS-documenta\SpecialChar \-
21342 tion for the differences between these formula
21343  types.
21344 \end_layout
21345
21346 \begin_layout Chapter
21347 More Tools
21348 \end_layout
21349
21350 \begin_layout Section
21351 Cross-References
21352 \begin_inset LatexCommand label
21353 name "sec:crossref"
21354
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \begin_layout Standard
21361 Those of you reading this manual online will see a grey box with text in
21362  it, right before the beginning of this sentence.
21363  This is a 
21364 \family sans
21365 Label
21366 \family default
21367 .
21368  Properly speaking, it is one half of a cross-reference.
21369  The other half is the 
21370 \family sans
21371 Reference
21372 \family default
21373  proper, and it looks like this: 
21374 \begin_inset LatexCommand ref
21375 reference "sec:crossref"
21376
21377 \end_inset
21378
21379 .
21380  Again, those of you reading the manual online will see a gray box with
21381  text in it.
21382  Those reading printed versions, however, will see a number --- in this
21383  case, the number of this section.
21384  There are also other varieties of cross-reference: for example, 
21385 \begin_inset LatexCommand pageref
21386 reference "sec:crossref"
21387
21388 \end_inset
21389
21390 .
21391  This is the page number containing the location of the label.
21392  That's what cross-references do: they let you reference other parts of
21393  your document.
21394  You don't need to remember which section number was what anymore --- LyX
21395  will do that for you! All you need to do is use a 
21396 \family sans
21397 Label
21398 \family default
21399  to mark a section, figure, table, formula, etc., and then refer to it via
21400  a 
21401 \family sans
21402 Reference
21403 \family default
21404 .
21405 \end_layout
21406
21407 \begin_layout Standard
21408 To insert a label, use 
21409 \family sans
21410 \bar under
21411 I
21412 \bar default
21413 nsert
21414 \bar under
21415 \SpecialChar \menuseparator
21416 L
21417 \bar default
21418 abel
21419 \family default
21420 .
21421  A box will appear where you can enter your label.
21422  You can change the name of the label at a later time by simply clicking
21423  on the gray box and reopening the label dialog.
21424 \end_layout
21425
21426 \begin_layout Standard
21427 To insert a reference, select 
21428 \family sans
21429 \bar under
21430 I
21431 \bar default
21432 nsert
21433 \bar under
21434 \SpecialChar \menuseparator
21435 C
21436 \bar default
21437 ross\InsetSpace ~
21438 Reference
21439 \family default
21440 .
21441  The 
21442 \family sans
21443 Insert\InsetSpace ~
21444 Cross-Reference
21445 \family default
21446  dialog appears with a list of labels.
21447  Selecting a list item, then clicking 
21448 \family sans
21449 OK
21450 \family default
21451  inserts a reference into the text; changing the 
21452 \family sans
21453 \bar under
21454 R
21455 \bar default
21456 eference type
21457 \family default
21458  allows you to insert a page number or other reference variant instead.
21459 \end_layout
21460
21461 \begin_layout Standard
21462 Note that if you cut & paste text from another document that contains a
21463  
21464 \family sans
21465 Label
21466 \family default
21467  or 
21468 \family sans
21469 Reference
21470 \family default
21471 , or if you delete a label in your text, LaTeX will complain:
21472 \end_layout
21473
21474 \begin_layout Quote
21475
21476 \family typewriter
21477 LaTeX Warning:
21478 \family default
21479  
21480 \family typewriter
21481 Reference `X' on page Y undefined on input line Z
21482 \newline
21483 LaTeX Warning:
21484 \family default
21485  
21486 \family typewriter
21487 There were undefined references
21488 \end_layout
21489
21490 \begin_layout Standard
21491 You'll also see two question marks in the output instead of the reference.
21492 \end_layout
21493
21494 \begin_layout Standard
21495 There are a few more comments we need to make about the 
21496 \family sans
21497 Labels
21498 \family default
21499 .
21500  They always print the number of the section heading closest to them.
21501  So --- if you want to put a label on a 
21502 \family sans
21503 Chapter
21504 \family default
21505 , but a 
21506 \family sans
21507 Section
21508 \family default
21509  heading immediately follows it, you need to put the 
21510 \family sans
21511 Label
21512 \family default
21513  
21514 \emph on
21515 into
21516 \emph default
21517  the 
21518 \family sans
21519 Chapter
21520 \family default
21521  environment.
21522  It doesn't matter where, and it will look weird on the LyX screen.
21523  However, you need to do this if you want to label the 
21524 \family sans
21525 Chapter
21526 \family default
21527  separately from the 
21528 \family sans
21529 Section
21530 \family default
21531 .
21532  The same goes for all other section headings.
21533 \end_layout
21534
21535 \begin_layout Standard
21536 Also, a 
21537 \family sans
21538 Label
21539 \family default
21540  
21541 \emph on
21542 only
21543 \emph default
21544  makes sense in 
21545 \emph on
21546 numbered
21547 \emph default
21548  section headings and table and figure floats.
21549  Bare figures and tables aren't numbered, so, like unnumbered section headings,
21550  you can't really use a 
21551 \family sans
21552 Label
21553 \family default
21554  on it.
21555 \begin_inset Foot
21556 status open
21557
21558 \begin_layout Standard
21559 Well, you 
21560 \emph on
21561 can
21562 \emph default
21563 , but only if you use the 
21564 \family sans
21565 Page\InsetSpace ~
21566 number
21567 \family default
21568  reference.
21569  The regular 
21570 \family sans
21571 Reference
21572 \family default
21573  --- the one that refers to a section/table/figure number --- won't work,
21574  because there's no numbered thingy to refer to! You could also use bare
21575  
21576 \family sans
21577 Label
21578 \family default
21579 s as page markers, then refer back to them using the 
21580 \family sans
21581 Page\InsetSpace ~
21582 number
21583 \family default
21584  reference.
21585  Once again, the regular 
21586 \family sans
21587 Reference
21588 \family default
21589  won't work very well.
21590  It will refer to something, but that something will typically be the number
21591  of the previous numbered section heading.
21592 \end_layout
21593
21594 \end_inset
21595
21596  See sections 
21597 \begin_inset LatexCommand ref
21598 reference "sec:figurefloats"
21599
21600 \end_inset
21601
21602
21603 \begin_inset LatexCommand ref
21604 reference "sec:table float"
21605
21606 \end_inset
21607
21608 , and 
21609 \begin_inset LatexCommand ref
21610 reference "sec:math-label"
21611
21612 \end_inset
21613
21614  for details on using a 
21615 \family sans
21616 Label
21617 \family default
21618  with figures, tables, and equations, respectively.
21619  
21620 \end_layout
21621
21622 \begin_layout Section
21623 URLs (Uniform Resource Locators)
21624 \end_layout
21625
21626 \begin_layout Standard
21627 It is often desirable to include long 
21628 \begin_inset Quotes eld
21629 \end_inset
21630
21631 verbatim
21632 \begin_inset Quotes erd
21633 \end_inset
21634
21635  items in a document such as Web site URLs, e-mail addresses, etc.; these
21636  things typically do not contain any spaces and are thus difficult to typeset
21637  properly.
21638  Such items will often fall on a line boundary if they cannot be split,
21639  resulting in an overfull or underfull line depending on the circumstances.
21640  You can use 
21641 \family sans
21642 Insert\SpecialChar \menuseparator
21643
21644 \bar under
21645 U
21646 \bar default
21647 RL
21648 \family default
21649  within LyX to enter a long URL and have it split gracefully (if necessary)
21650  along automatically determined boundaries.
21651 \end_layout
21652
21653 \begin_layout Standard
21654 At the point in the document where you want to enter the URL (or other address-l
21655 ike entity) simply select 
21656 \family sans
21657 Insert\SpecialChar \menuseparator
21658
21659 \bar under
21660 U
21661 \bar default
21662 RL
21663 \family default
21664 ; a dialog will appear where you can enter the full URL (in the 
21665 \family sans
21666 \bar under
21667 U
21668 \bar default
21669 rl:
21670 \family default
21671  field).
21672  In its simplest usage, that's all you need to do.
21673  Click on the following gray box to see how LyX's homepage would be entered:
21674  
21675 \begin_inset LatexCommand url
21676 target "http://www.lyx.org"
21677
21678 \end_inset
21679
21680 .
21681 \begin_inset Foot
21682 status open
21683
21684 \begin_layout Standard
21685
21686 \series bold
21687 Important note
21688 \series default
21689 : When you use the following characters: "%", "#", "^", you have to write
21690  them with a backslash before, e.g.
21691  
21692 \begin_inset Quotes eld
21693 \end_inset
21694
21695
21696 \backslash
21697 #
21698 \begin_inset Quotes erd
21699 \end_inset
21700
21701 .
21702  URLs mustn't end with a backslash!
21703 \end_layout
21704
21705 \end_inset
21706
21707
21708 \end_layout
21709
21710 \begin_layout Standard
21711 If you would like to associate some definite phrase with the URL, enter
21712  it into the 
21713 \family sans
21714 \bar under
21715 N
21716 \bar default
21717 ame
21718 \family default
21719  field of the dialog; it will be typeset as plain text immediately before
21720  the URL.
21721  For example, I might say that you can find all things related to LaTeX
21722  at 
21723 \newline
21724
21725 \begin_inset LatexCommand url
21726 name "CTAN"
21727 target "http://ctan.tug.org"
21728
21729 \end_inset
21730
21731 .
21732  On the printed page, the last sentence ends as 
21733 \begin_inset Quotes eld
21734 \end_inset
21735
21736 all things related to LaTeX at CTAN 
21737 \family typewriter
21738 http://ctan.tug.org
21739 \family default
21740
21741 \begin_inset Quotes erd
21742 \end_inset
21743
21744 .
21745 \end_layout
21746
21747 \begin_layout Standard
21748 [
21749 \emph on
21750 Author's Note: somebody needs to document the
21751 \emph default
21752  
21753 \family sans
21754 \bar under
21755 H
21756 \bar default
21757 TML Type
21758 \family default
21759  
21760 \emph on
21761 button
21762 \emph default
21763 ]
21764 \end_layout
21765
21766 \begin_layout Section
21767 Specifying Short Titles with Optional Arguments
21768 \begin_inset OptArg
21769 status collapsed
21770
21771 \begin_layout Standard
21772 Short Titles
21773 \end_layout
21774
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \begin_layout Standard
21781 Some section or chapter titles, such as this one, can get quite long.
21782  This can cause over-runs when there is limited horizontal space.
21783  For example, if the header of the page is set to show the current section
21784  title, a long title will over-run past the edges, and look awful.
21785 \end_layout
21786
21787 \begin_layout Standard
21788 LaTeX allows you to specify an optional argument to the section commands
21789  that specifies a shorter version of the title
21790 \begin_inset Foot
21791 status collapsed
21792
21793 \begin_layout Standard
21794 For those who don't know LaTeX, commands look like this: 
21795 \family typewriter
21796
21797 \backslash
21798 command[optionalargument]{the content}
21799 \end_layout
21800
21801 \end_inset
21802
21803 .
21804  This shorter version is used in the header and in the actual Table of Contents,
21805  avoiding the problem mentioned.
21806  LyX allows you to specify this optional argument by selecting 
21807 \family sans
21808 \bar under
21809 I
21810 \bar default
21811 nsert\SpecialChar \menuseparator
21812 Short\InsetSpace ~
21813 Title
21814 \family default
21815 .
21816  This will insert a box (labelled 
21817 \begin_inset Quotes eld
21818 \end_inset
21819
21820 opt
21821 \begin_inset Quotes erd
21822 \end_inset
21823
21824 , which stands for 
21825 \begin_inset Quotes eld
21826 \end_inset
21827
21828 optional
21829 \begin_inset Quotes erd
21830 \end_inset
21831
21832 ) which you can use to enter the short title text.
21833  This also works for captions inside floats.
21834 \end_layout
21835
21836 \begin_layout Standard
21837 The title of this section is a good example of using this feature.
21838 \end_layout
21839
21840 \begin_layout Section
21841 Branches
21842 \end_layout
21843
21844 \begin_layout Standard
21845 Sometimes you wish to be able to output to paper multiple versions of the
21846  same document.
21847  The most extreme version of this is, when you want to prepare a single
21848  document in two or more different languages, but as a single document file,
21849  with corresponding pieces of text adjacent in the file and on-screen.
21850  This can be achieved with 
21851 \emph on
21852 branches
21853 \emph default
21854 .
21855 \end_layout
21856
21857 \begin_layout Standard
21858 First, you have to 
21859 \emph on
21860 define
21861 \emph default
21862  the branches available within a particular document.
21863  This is done in the 
21864 \family sans
21865 Document\SpecialChar \menuseparator
21866 Settings\SpecialChar \menuseparator
21867 Branches
21868 \family default
21869  tab.
21870  You can also associate a background colour with each branch, e.g., red for
21871  the English language, blue for the German language branch.
21872  Then, you create a branch inset from the 
21873 \family sans
21874 Insert\SpecialChar \menuseparator
21875 Branch
21876 \family default
21877  menu item.
21878  The inset will contain the text that you want to be output when this branch
21879  is activated.
21880 \end_layout
21881
21882 \begin_layout Standard
21883
21884 \emph on
21885 Activation
21886 \emph default
21887  or 
21888 \emph on
21889 deactivation
21890 \emph default
21891  of a branch is done from the document settings menu.
21892  All insets belonging to deactivated branches will be automatically closed,
21893  those belonging to activated branches automatically opened.
21894 \end_layout
21895
21896 \begin_layout Standard
21897 Other possible applications of the Branches paradigm include a 
21898 \begin_inset Quotes eld
21899 \end_inset
21900
21901 teacher's version
21902 \begin_inset Quotes erd
21903 \end_inset
21904
21905  of a textbook containing the answers to questions, etc.
21906 \begin_inset Note Note
21907 status collapsed
21908
21909 \begin_layout Standard
21910 Once this doc is updated to 1.4, include branch examples here!
21911 \end_layout
21912
21913 \end_inset
21914
21915
21916 \end_layout
21917
21918 \begin_layout Section
21919 Previewing snippets of your document
21920 \end_layout
21921
21922 \begin_layout Standard
21923 LyX allows you to generate previews of sections of your document on the
21924  fly so you can see how they'll look in the final document without having
21925  to break your train of thought with 
21926 \family sans
21927 \bar under
21928 V
21929 \bar default
21930 iew\SpecialChar \menuseparator
21931
21932 \bar under
21933 D
21934 \bar default
21935 VI
21936 \family default
21937 .
21938  If you'd like to see your math formulae typeset by LaTeX then install the
21939  necessary software (see below) and select the 
21940 \family sans
21941 Instant
21942 \family default
21943  
21944 \family sans
21945 \bar under
21946 p
21947 \bar default
21948 review
21949 \family default
21950  
21951 \begin_inset Quotes eld
21952 \end_inset
21953
21954 On
21955 \begin_inset Quotes erd
21956 \end_inset
21957
21958  pulldown item in the 
21959 \family sans
21960 \bar under
21961 T
21962 \bar default
21963 ools\SpecialChar \menuseparator
21964
21965 \bar under
21966 P
21967 \bar default
21968 references
21969 \family default
21970  dialog.
21971  (It can be found in the 
21972 \family sans
21973 Look\InsetSpace ~
21974 and\InsetSpace ~
21975 feel\SpecialChar \menuseparator
21976 Graphics
21977 \family default
21978  pane in the Qt frontend and the 
21979 \family sans
21980 Look\InsetSpace ~
21981 &\InsetSpace ~
21982 Feel\SpecialChar \menuseparator
21983 Misc
21984 \family default
21985  tab in the XForms frontend.) Previews are generated when you load a document
21986  into LyX and when you finish editing an inset.
21987  Previews of an already loaded document are 
21988 \emph on
21989 not
21990 \emph default
21991  generated just by selecting the 
21992 \family sans
21993 Instant
21994 \family default
21995  
21996 \family sans
21997 \bar under
21998 p
21999 \bar default
22000 review
22001 \family default
22002  check box.
22003 \end_layout
22004
22005 \begin_layout Standard
22006 LyX will generate previews of math insets.
22007  It will also generate previews of include insets or 
22008 \begin_inset Quotes eld
22009 \end_inset
22010
22011 child documents
22012 \begin_inset Quotes erd
22013 \end_inset
22014
22015  if you select the 
22016 \family sans
22017 \bar under
22018 S
22019 \bar default
22020 how\InsetSpace ~
22021 preview
22022 \family default
22023  check box in the inset's dialog.
22024  This latter is useful if you wish to generate a preview of a LaTeX figure,
22025  for example.
22026  Coming in version 1.4 are previews of the external inset also.
22027 \end_layout
22028
22029 \begin_layout Standard
22030 To get previews working, you'll need some additional software.
22031  First, you'll need the preview.sty LaTeX package.
22032  Find it on your local CTAN mirror at 
22033 \newline
22034
22035 \family typewriter
22036 CTAN/support/preview-latex/
22037 \family default
22038 .
22039  Thereafter, you'll need the usual tools: 
22040 \family typewriter
22041 latex
22042 \family default
22043
22044 \family typewriter
22045 dvips
22046 \family default
22047  and 
22048 \family typewriter
22049 gs
22050 \family default
22051 .Finally, you'll obtain prettier results if you install 
22052 \family typewriter
22053 pnmcrop
22054 \family default
22055 from the 
22056 \family typewriter
22057 netpbm
22058 \family default
22059  package.
22060 \end_layout
22061
22062 \begin_layout Section
22063 Spacing, pagination and line breaks
22064 \end_layout
22065
22066 \begin_layout Subsection
22067 Extra Horizontal Space
22068 \begin_inset LatexCommand label
22069 name "sec:hspace"
22070
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \begin_layout Standard
22077
22078 \family sans
22079 HFill
22080 \family default
22081 s are a special LyX feature for adding extra space in a uniform fashion.
22082  An 
22083 \family sans
22084 HFill
22085 \family default
22086  is actually a variable length space, whose length always equals the remaining
22087  space between the left and right margins.
22088  If there is more than one 
22089 \family sans
22090 HFill
22091 \family default
22092  on a line, they divide the available space equally between themselves.
22093  
22094 \end_layout
22095
22096 \begin_layout Standard
22097 Note: if an 
22098 \family sans
22099 HFill
22100 \family default
22101  is at the beginning of a line, and it's 
22102 \emph on
22103 not
22104 \emph default
22105  the first line in a paragraph, LyX ignores it.
22106  This prevents 
22107 \family sans
22108 HFill
22109 \family default
22110 s from accidentally being wrapped onto a new line.
22111 \end_layout
22112
22113 \begin_layout Standard
22114
22115 \family sans
22116 HFill
22117 \family roman
22118 s
22119 \family default
22120  can be inserted with 
22121 \family sans
22122 \bar under
22123 I
22124 \bar default
22125 nsert\SpecialChar \menuseparator
22126 Special\InsetSpace ~
22127 F
22128 \bar under
22129 o
22130 \bar default
22131 rmatting\SpecialChar \menuseparator
22132
22133 \bar under
22134 H
22135 \bar default
22136 orizontal\InsetSpace ~
22137 Fill
22138 \family default
22139 .
22140  Here a few examples what you can do with them:
22141 \end_layout
22142
22143 \begin_layout Quote
22144 \noindent
22145 This is on the left side 
22146 \hfill
22147 This is on the right
22148 \end_layout
22149
22150 \begin_layout Quote
22151 \noindent
22152 Left
22153 \hfill
22154 Middle
22155 \hfill
22156 Right
22157 \end_layout
22158
22159 \begin_layout Quote
22160 \noindent
22161 Left
22162 \hfill
22163 1/3 Left
22164 \hfill
22165
22166 \hfill
22167 Right
22168 \end_layout
22169
22170 \begin_layout Standard
22171 That was an example in the 
22172 \family sans
22173 Quote
22174 \family default
22175  environment.
22176  Here:
22177 \hfill
22178 :is one in a standard paragraph.
22179  It may or may not be apparent in the printed text, but it 
22180 \emph on
22181 is
22182 \emph default
22183  sitting in-between the two 
22184 \begin_inset Quotes eld
22185 \end_inset
22186
22187 :
22188 \begin_inset Quotes erd
22189 \end_inset
22190
22191 .
22192 \end_layout
22193
22194 \begin_layout Standard
22195 Remember that we said that an 
22196 \family sans
22197 HFill
22198 \family default
22199  always fills the remaining space between the margins? There may be more
22200  than one set of margins on a line.
22201  Here's an example with the 
22202 \family sans
22203 List
22204 \family default
22205  environment.
22206 \end_layout
22207
22208 \begin_layout Labeling
22209 \labelwidthstring MMMMMMM
22210 one
22211 \hfill
22212 two :three
22213 \hfill
22214 four
22215 \hfill
22216 five
22217 \hfill
22218 six
22219 \end_layout
22220
22221 \begin_layout Standard
22222 The 
22223 \begin_inset Quotes eld
22224 \end_inset
22225
22226 :
22227 \begin_inset Quotes erd
22228 \end_inset
22229
22230  marks the beginning of the item.
22231  (There is actually a 
22232 \begin_inset Quotes eld
22233 \end_inset
22234
22235 hidden
22236 \begin_inset Quotes erd
22237 \end_inset
22238
22239  
22240 \family sans
22241 HFill
22242 \family default
22243  inside of the label of the 
22244 \family sans
22245 List
22246 \family default
22247  environment; it's put at the end of the label automatically.) 
22248 \family sans
22249 HFill
22250 \family default
22251 s work similarly in other 
22252 \begin_inset Quotes eld
22253 \end_inset
22254
22255 multi-margin
22256 \begin_inset Quotes erd
22257 \end_inset
22258
22259  situations, like two-column mode.
22260 \end_layout
22261
22262 \begin_layout Subsection
22263 Extra Vertical Space
22264 \begin_inset LatexCommand label
22265 name "sec:vertspace"
22266
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \begin_layout Standard
22273 To add extra vertical space above or below a paragraph, use 
22274 \family sans
22275 \bar under
22276 E
22277 \bar default
22278 dit\SpecialChar \menuseparator
22279
22280 \bar under
22281 P
22282 \bar default
22283 aragraph\InsetSpace ~
22284 Settings
22285 \family default
22286  to open the 
22287 \family sans
22288 Paragraph\InsetSpace ~
22289 Settings
22290 \family default
22291  dialog.
22292 \end_layout
22293
22294 \begin_layout Standard
22295 We will not provide an example of a 
22296 \family sans
22297 VFill
22298 \family default
22299 , as it would waste paper.
22300  They work the same as any other type of filler, including 
22301 \family sans
22302 HFill
22303 \family default
22304 s: they fill the remaining vertical space on a page with blank space.
22305  If there are several 
22306 \family sans
22307 VFill
22308 \family default
22309 s on a page, they divide the remaining vertical space equally between themselves.
22310  You can therefore use 
22311 \family sans
22312 VFill
22313 \family default
22314 s to center text on a page, or even place text 2/3 down a page, or 1/4,
22315  and so on.
22316 \end_layout
22317
22318 \begin_layout Standard
22319 Note that for paragraphs at the top/bottom of a page, the extra space is
22320  only added if you have also checked the option 
22321 \family sans
22322 \bar under
22323 E
22324 \bar default
22325 dit\SpecialChar \menuseparator
22326
22327 \bar under
22328 P
22329 \bar default
22330 aragraph\InsetSpace ~
22331 Settings\SpecialChar \menuseparator
22332
22333 \bar under
22334 S
22335 \bar default
22336 pacing\SpecialChar \menuseparator
22337
22338 \bar under
22339 K
22340 \bar default
22341 eep\InsetSpace ~
22342 space
22343 \family default
22344 .
22345 \end_layout
22346
22347 \begin_layout Subsection
22348 Changing Paragraph Alignment
22349 \end_layout
22350
22351 \begin_layout Standard
22352 You can also change the paragraph alignment with the 
22353 \family sans
22354 \bar under
22355 E
22356 \bar default
22357 dit\SpecialChar \menuseparator
22358
22359 \bar under
22360 P
22361 \bar default
22362 aragraph\InsetSpace ~
22363 Settings
22364 \family default
22365  dialog.
22366  There are four possibilities: 
22367 \end_layout
22368
22369 \begin_layout Itemize
22370
22371 \family sans
22372 \bar under
22373 J
22374 \bar default
22375 ustified
22376 \end_layout
22377
22378 \begin_layout Itemize
22379
22380 \family sans
22381 \bar under
22382 L
22383 \bar default
22384 eft
22385 \end_layout
22386
22387 \begin_layout Itemize
22388
22389 \family sans
22390 \bar under
22391 R
22392 \bar default
22393 ight
22394 \end_layout
22395
22396 \begin_layout Itemize
22397
22398 \family sans
22399 \bar under
22400 C
22401 \bar default
22402 enter
22403 \end_layout
22404
22405 \begin_layout Standard
22406 The default in most cases is justified alignment, in which the inter-word
22407  spacing is variable and each line of a paragraph fills the region between
22408  the left and right margins.
22409  The other three alignments should be self-explanatory, and look like this:
22410 \end_layout
22411
22412 \begin_layout Standard
22413 \align right
22414 This paragraph is right aligned,
22415 \end_layout
22416
22417 \begin_layout Standard
22418 \align center
22419 this one is centered,
22420 \end_layout
22421
22422 \begin_layout Standard
22423 \align left
22424 this one is left aligned.
22425 \end_layout
22426
22427 \begin_layout Standard
22428 In some paragraph environments, the default is something other than justified
22429  alignment.
22430  
22431 \end_layout
22432
22433 \begin_layout Subsection
22434 Forcing Page Breaks
22435 \begin_inset LatexCommand label
22436 name "sec:pagebreak"
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Standard
22444 If you don't like the way LaTeX does the page breaks in your document, you
22445  can force a pagebreak where you want one.
22446  In general, this will 
22447 \emph on
22448 not
22449 \emph default
22450  be necessary because LaTeX is good at pagebreaking, as was already mentioned
22451  in section 
22452 \begin_inset LatexCommand ref
22453 reference "sec:widows"
22454
22455 \end_inset
22456
22457 .
22458 \end_layout
22459
22460 \begin_layout Standard
22461 So in general there is no need to use the option described below, and we
22462  recommend not using it until the text is finished, and until you have checked
22463  in the preview to see if you 
22464 \emph on
22465 really
22466 \emph default
22467  have to change the pagebreaking.You can force a pagebreak above or below
22468  a paragraph in the 
22469 \family sans
22470 \bar under
22471 E
22472 \bar default
22473 dit\SpecialChar \menuseparator
22474
22475 \bar under
22476 P
22477 \bar default
22478 aragraph\InsetSpace ~
22479 Settings
22480 \family default
22481  dialog by selecting the checkboxes to add a pagebreak above or below the
22482  paragraph.
22483 \end_layout
22484
22485 \begin_layout Standard
22486 You might try to use a pagebreak to ensure that a figure or table appears
22487  at the top of a page.
22488  This is, of course, the wrong way to do it.
22489  LyX gives you a way of automatically ensuring that your figures and tables
22490  appear at the top of a page [or the bottom, or on their own page] without
22491  having to worry about what precedes or follows your figure or table.
22492  See sections 
22493 \begin_inset LatexCommand ref
22494 reference "sec:figures"
22495
22496 \end_inset
22497
22498  and 
22499 \begin_inset LatexCommand ref
22500 reference "sec:tables"
22501
22502 \end_inset
22503
22504  and read about 
22505 \family sans
22506 Floats
22507 \family default
22508  to learn more.
22509 \end_layout
22510
22511 \begin_layout Subsection
22512 Blanks/Spaces
22513 \end_layout
22514
22515 \begin_layout Standard
22516 A blank is a blank? Not in good typography.
22517  While you might be used to press the space key anytime you want to separate
22518  two words in ordinary word processors, LyX offers you more spaces: Spaces
22519  of different width and spaces which can or cannot be broken at the end
22520  of a line.
22521  The following sections will show you some examples where those spaces are
22522  useful.
22523 \end_layout
22524
22525 \begin_layout Subsubsection
22526 Inter-word Space
22527 \begin_inset LatexCommand label
22528 name "sec:normblank-lbreak-horline"
22529
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \begin_layout Standard
22536 Some languages (e.\InsetSpace \thinspace{}
22537 g.\InsetSpace \space{}
22538 English) have the typographical convention to add extra
22539  space after an end-of-sentence punctuation mark, and LyX honors those conventio
22540 ns (see section\InsetSpace ~
22541
22542 \begin_inset LatexCommand ref
22543 reference "sec:abbrev"
22544
22545 \end_inset
22546
22547 ).
22548  Sometimes, you want a normal space nevertheless.
22549  In this case, insert one with 
22550 \family sans
22551 \bar under
22552 I
22553 \bar default
22554 nsert\SpecialChar \menuseparator
22555 Special\InsetSpace ~
22556 F
22557 \bar under
22558 o
22559 \bar default
22560 rmatting\SpecialChar \menuseparator
22561 Inter-
22562 \bar under
22563 w
22564 \bar default
22565 ord\InsetSpace ~
22566 Space
22567 \family default
22568  or with 
22569 \family sans
22570 C-M-Space.
22571 \end_layout
22572
22573 \begin_layout Subsubsection
22574 Protected Space
22575 \end_layout
22576
22577 \begin_layout Standard
22578 \begin_inset LatexCommand label
22579 name "sec:protblank-lbreak-horline"
22580
22581 \end_inset
22582
22583 The protected space: It is used to tell LyX (and LaTeX) not to break the
22584  line at that point.
22585  This may be necessary to avoid unlucky linebreaks, like in: 
22586 \end_layout
22587
22588 \begin_layout Quote
22589 A good documentation should weight no more than 1
22590 \newline
22591 kg.
22592  
22593 \end_layout
22594
22595 \begin_layout Standard
22596 Obviously, it would be a good thing to put a protected space between 
22597 \begin_inset Quotes eld
22598 \end_inset
22599
22600 1
22601 \begin_inset Quotes erd
22602 \end_inset
22603
22604  and 
22605 \begin_inset Quotes eld
22606 \end_inset
22607
22608 kg
22609 \begin_inset Quotes erd
22610 \end_inset
22611
22612 .
22613  A protected space is set with 
22614 \family sans
22615 \bar under
22616 I
22617 \bar default
22618 nsert\SpecialChar \menuseparator
22619 Special\InsetSpace ~
22620 F
22621 \bar under
22622 o
22623 \bar default
22624 rmatting\SpecialChar \menuseparator
22625 Protected
22626 \bar under
22627 \InsetSpace ~
22628 S
22629 \bar default
22630 pace
22631 \family default
22632  or with 
22633 \family sans
22634 C-Space.
22635 \end_layout
22636
22637 \begin_layout Subsubsection
22638 Thin Space
22639 \begin_inset LatexCommand label
22640 name "sec:thinblank-lbreak-horline"
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \begin_layout Standard
22648
22649 \begin_inset Quotes eld
22650 \end_inset
22651
22652 thin space
22653 \begin_inset Quotes erd
22654 \end_inset
22655
22656  is a blank which has half the size of a normal space (and it is also 
22657 \begin_inset Quotes eld
22658 \end_inset
22659
22660 protected
22661 \begin_inset Quotes erd
22662 \end_inset
22663
22664 ).
22665  The typographical conventions in a lot of languages propose the use of
22666  thin spaces in cases where normal spaces would be too wide, for instance
22667  inside abbreviations:
22668 \end_layout
22669
22670 \begin_layout Quote
22671 D.\InsetSpace \thinspace{}
22672 E.
22673  Knuth has developped our beloved typesetting program, i.\InsetSpace \thinspace{}
22674 e.\InsetSpace \space{}
22675 TeX.
22676 \end_layout
22677
22678 \begin_layout Standard
22679 You can insert a thin space with 
22680 \family sans
22681 \bar under
22682 I
22683 \bar default
22684 nsert\SpecialChar \menuseparator
22685 Special\InsetSpace ~
22686 F
22687 \bar under
22688 o
22689 \bar default
22690 rmatting\SpecialChar \menuseparator
22691
22692 \bar under
22693 T
22694 \bar default
22695 hin\InsetSpace ~
22696 Space
22697 \family default
22698  or with 
22699 \family sans
22700 C-S-Space.
22701 \end_layout
22702
22703 \begin_layout Subsubsection
22704 More Spaces
22705 \end_layout
22706
22707 \begin_layout Standard
22708 Apart from the ones described, there are still some more spaces.
22709  Although LyX supports them natively, they can only be reached via the 
22710 \emph on
22711 minibuffer
22712 \emph default
22713 .
22714  To get them, just type 
22715 \family typewriter
22716 space-insert <command>
22717 \family default
22718  into the minibuffer, where 
22719 \family typewriter
22720 <command>
22721 \family default
22722  is one of the following:
22723 \end_layout
22724
22725 \begin_layout Standard
22726 \align center
22727 \begin_inset Tabular
22728 <lyxtabular version="3" rows="9" columns="3">
22729 <features>
22730 <column alignment="center" valignment="top" leftline="true" width="0">
22731 <column alignment="center" valignment="top" leftline="true" width="0">
22732 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22733 <row topline="true" bottomline="true">
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Standard
22738
22739 \series bold
22740 command
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Standard
22749
22750 \series bold
22751 width
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Standard
22760
22761 \series bold
22762 protected?
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row topline="true">
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Standard
22773
22774 \family typewriter
22775 normal
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Standard
22784 1/3\InsetSpace ~
22785 em
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Standard
22794 no
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 <row topline="true">
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Standard
22805
22806 \family typewriter
22807 protected
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Standard
22816 1/3\InsetSpace ~
22817 em
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Standard
22826 yes
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row topline="true" bottomline="true">
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Standard
22837
22838 \family typewriter
22839 thin
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Standard
22848 1/6\InsetSpace ~
22849 em
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Standard
22858 yes
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row bottomline="true">
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Standard
22869
22870 \family typewriter
22871 enspace
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Standard
22880 0.5\InsetSpace ~
22881 em
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Standard
22890 yes
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 </row>
22896 <row bottomline="true">
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Standard
22901
22902 \family typewriter
22903 enskip
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Standard
22912 0.5\InsetSpace ~
22913 em
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Standard
22922 no
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 </row>
22928 <row bottomline="true">
22929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Standard
22933
22934 \family typewriter
22935 quad
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Standard
22944 1\InsetSpace ~
22945 em
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Standard
22954 no
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 </row>
22960 <row bottomline="true">
22961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Standard
22965
22966 \family typewriter
22967 qquad
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Standard
22976 2\InsetSpace ~
22977 em
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Standard
22986 no
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row bottomline="true">
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Standard
22997
22998 \family typewriter
22999 negthinspace
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Standard
23008 -1/6\InsetSpace ~
23009 em
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Standard
23018 yes
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 </row>
23024 </lyxtabular>
23025
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \begin_layout Subsection
23032 Line breaking
23033 \end_layout
23034
23035 \begin_layout Standard
23036 You can force line breaks within a paragraph by selecting 
23037 \family sans
23038 \bar under
23039 I
23040 \bar default
23041 nsert\SpecialChar \menuseparator
23042 Special\InsetSpace ~
23043 F
23044 \bar under
23045 o
23046 \bar default
23047 rmatting\SpecialChar \menuseparator
23048
23049 \bar under
23050 L
23051 \bar default
23052 inebreak
23053 \family default
23054  or with 
23055 \family sans
23056 C-Return.
23057
23058 \family default
23059  You should, however, not use this to correct LaTeX's linebreaking, as LaTeX
23060  is 
23061 \emph on
23062 very
23063 \emph default
23064  good at linebreaking\SpecialChar \ldots{}
23065  (see section 
23066 \begin_inset LatexCommand ref
23067 reference "sec:pagebreak"
23068
23069 \end_inset
23070
23071 ).
23072  There are, however, a number of situations where it is necessary to actively
23073  set a linebreak, e.g.
23074  in a poem or for an Address (see sections 
23075 \begin_inset LatexCommand ref
23076 reference "sec:quote"
23077
23078 \end_inset
23079
23080
23081 \begin_inset LatexCommand ref
23082 reference "sec:verse"
23083
23084 \end_inset
23085
23086  and 
23087 \begin_inset LatexCommand ref
23088 reference "sec:adress_usage"
23089
23090 \end_inset
23091
23092 ).
23093 \end_layout
23094
23095 \begin_layout Section
23096 Spellchecking
23097 \begin_inset LatexCommand label
23098 name "sec:spellchecking"
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 LyX itself has no built-in spellchecker.
23107  Rather it uses the external 
23108 \family typewriter
23109 ispell
23110 \family default
23111  program as a backend or the newer and generally better 
23112 \family typewriter
23113 aspell
23114 \family default
23115 .
23116  This section assumes you have already installed and set up one of these
23117  programs.
23118  
23119 \end_layout
23120
23121 \begin_layout Standard
23122 The spellchecker can be started with the menu entry 
23123 \family sans
23124 \bar under
23125 T
23126 \bar default
23127 ools
23128 \bar under
23129 \SpecialChar \menuseparator
23130
23131 \shape up
23132 S
23133 \bar default
23134 pellchecker
23135 \family default
23136 \shape default
23137 .
23138  Checking will start just after the current cursor position.
23139  A dialog window will appear showing any incorrect (or unknown) word found,
23140  allowing you to edit and replace it in a second line.
23141  Whenever an unknown word is found, the word is highlighted and the view
23142  in your text buffer is updated to make the word visible.
23143  In the 
23144 \family sans
23145 Spellchecker
23146 \family default
23147  dialog, there is also a box showing suggestions for a correction, if any
23148  could be found.
23149  Clicking on one of the corrections will copy the near miss into the replace
23150  input field (double-click to invoke replace).
23151 \end_layout
23152
23153 \begin_layout Subsection
23154 Spellchecker Options
23155 \begin_inset LatexCommand label
23156 name "sec:spell_opt"
23157
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \begin_layout Standard
23164 The following options can be set in the 
23165 \family sans
23166 \bar under
23167 T
23168 \bar default
23169 ools\SpecialChar \menuseparator
23170
23171 \bar under
23172 P
23173 \bar default
23174 references
23175 \family default
23176  dialog.
23177 \end_layout
23178
23179 \begin_layout Subsubsection
23180 Dictionary
23181 \end_layout
23182
23183 \begin_layout Standard
23184 By default, the dictionary file to use is determined by the language of
23185  the text you're checking, which is set in the 
23186 \family sans
23187 \bar under
23188 D
23189 \bar default
23190 ocument\SpecialChar \menuseparator
23191
23192 \bar under
23193 S
23194 \bar default
23195 ettings
23196 \family default
23197  dialog.
23198  If you do not have a dictionary for the document language, the spellchecker
23199  will not work.
23200  In this case, you can specify another dictionary file in the dialog by
23201  specifying a different 
23202 \begin_inset Quotes eld
23203 \end_inset
23204
23205 alternative language
23206 \begin_inset Quotes erd
23207 \end_inset
23208
23209 .
23210 \end_layout
23211
23212 \begin_layout Standard
23213 If you're using 
23214 \family typewriter
23215 ispell
23216 \family default
23217 , you may need to make a link from say 
23218 \family typewriter
23219 deutsch.(aff|hash)
23220 \family default
23221  to 
23222 \family typewriter
23223 german.(aff|hash)
23224 \family default
23225  or whatever applies for your language.
23226  This is because these 
23227 \family typewriter
23228 ispell
23229 \family default
23230  files normally have the native language name (
23231 \begin_inset Quotes eld
23232 \end_inset
23233
23234 deutsch
23235 \begin_inset Quotes erd
23236 \end_inset
23237
23238 ) whereas 
23239 \family typewriter
23240 ispell
23241 \family default
23242 , when started from LyX, searches for the English version of the name used
23243  with the LaTeX babel package (
23244 \begin_inset Quotes eld
23245 \end_inset
23246
23247 german
23248 \begin_inset Quotes erd
23249 \end_inset
23250
23251 ).
23252 \end_layout
23253
23254 \begin_layout Standard
23255 You may also have problems the font encoding is not correct for that dictionary.
23256  If you use a language with 
23257 \family typewriter
23258 latin1
23259 \family default
23260  encoding and set the 
23261 \family sans
23262 \bar under
23263 E
23264 \bar default
23265 ncoding
23266 \family default
23267  option in the 
23268 \family sans
23269 \bar under
23270 D
23271 \bar default
23272 ocument\SpecialChar \menuseparator
23273
23274 \bar under
23275 S
23276 \bar default
23277 ettings
23278 \family default
23279  dialog to 
23280 \family sans
23281 latin1
23282 \family default
23283  (or other than 
23284 \family sans
23285 default
23286 \family default
23287 ), you must have this option in your language dictionary as well.
23288  If your dictionary doesn't support the 
23289 \family sans
23290 Encoding
23291 \family default
23292  you chose, you'll have an error like this on stderr:
23293 \end_layout
23294
23295 \begin_layout Standard
23296
23297 \family typewriter
23298 ispell: unrecognized formatter type 'latin1'
23299 \end_layout
23300
23301 \begin_layout Standard
23302 The spellchecker gives you an error that it couldn't start the 
23303 \family typewriter
23304 ispell
23305 \family default
23306  process and that you probably have some problems with your dictionary file.
23307  
23308 \end_layout
23309
23310 \begin_layout Standard
23311 There are four solutions to this problem.
23312  The easiest is to try the 
23313 \family sans
23314 Use\InsetSpace ~
23315 Input\InsetSpace ~
23316 Encoding
23317 \family default
23318  option.
23319  If that does not help, you can set 
23320 \family sans
23321 \bar under
23322 E
23323 \bar default
23324 ncoding
23325 \family default
23326  to 
23327 \family sans
23328 default
23329 \family default
23330  when calling the spellchecker (which is probably annoying).
23331  The third is to add the 
23332 \family typewriter
23333 latin1
23334 \family default
23335  option to your dictionary 
23336 \family typewriter
23337 \emph on
23338 <
23339 \family default
23340 language
23341 \family typewriter
23342 >
23343 \emph default
23344 .aff
23345 \family default
23346  file and recompile the dictionary (which probably isn't easy if you installed
23347  the whole stuff with some distribution and don't have the language directory
23348  of the 
23349 \family typewriter
23350 ispell
23351 \family default
23352  sources).
23353  Read the 
23354 \family typewriter
23355 ispell
23356 \family default
23357  documentation for this task! The fourth is to send a message to your package-ma
23358 intainer, or better yet to the maintainer of the dictionary file in question
23359  and ask him to solve your problem.
23360 \end_layout
23361
23362 \begin_layout Subsubsection
23363 Personal dictionary
23364 \end_layout
23365
23366 \begin_layout Standard
23367 If you want to use a different file from the spellchecker's default choice
23368  as your personal dictionary, you can set this in the dialog.
23369  Specifying a filename which does not already exist will result in an error
23370  message on stderr which you can ignore (
23371 \family typewriter
23372 ispell
23373 \family default
23374  will create the file when you finish checking your spelling).
23375 \end_layout
23376
23377 \begin_layout Subsubsection
23378 Further Options 
23379 \end_layout
23380
23381 \begin_layout Standard
23382 The 
23383 \family sans
23384 \bar under
23385 S
23386 \bar default
23387 pellchecker\InsetSpace ~
23388 Options
23389 \family default
23390  dialog has some additional options which are self-explanatory:
23391 \end_layout
23392
23393 \begin_layout Itemize
23394
23395 \family sans
23396 \bar under
23397 A
23398 \bar default
23399 ccept compound words
23400 \family default
23401
23402 \newline
23403 Prevent the spellchecker from complaining about compounded words like
23404 \newline
23405
23406 \begin_inset Quotes erd
23407 \end_inset
23408
23409 passthrough
23410 \begin_inset Quotes erd
23411 \end_inset
23412
23413 .
23414 \end_layout
23415
23416 \begin_layout Itemize
23417
23418 \family sans
23419 \bar under
23420 E
23421 \bar default
23422 scape characters
23423 \family default
23424
23425 \newline
23426 Allows you to add nonstandard characters to what the spellchecker considers
23427  words, e.g.
23428  German umlauts.
23429  This should not normally be needed.
23430 \end_layout
23431
23432 \begin_layout Subsection
23433 Limitations
23434 \end_layout
23435
23436 \begin_layout Standard
23437 Some users have expressed a wish to be able to globally change the spelling
23438  of a particular word, rather than having to change the spelling separately
23439  for each occurrence of the word.
23440  Per-document word lists would also be useful.
23441  Neither of these features are present as of this writing.
23442 \end_layout
23443
23444 \begin_layout Standard
23445 Unless you're using the 
23446 \family typewriter
23447 pspell
23448 \family default
23449  spellchecker, LyX cannot correctly spellcheck documents containing multiple
23450  languages.
23451  This, does, however, work with 
23452 \family typewriter
23453 pspell
23454 \family default
23455 , assuming you have marked the different languages appropriately.
23456 \end_layout
23457
23458 \begin_layout Section
23459 International Support
23460 \end_layout
23461
23462 \begin_layout Standard
23463 This section describes how to use LyX with any language you want.
23464  LyX comes with a default configuration which supports the English language
23465  on a U.S.-style keyboard, with a standard U.S.
23466  paper size and the spellchecker set to U.S.
23467  English.
23468  You can change any or all of these settings as desired, and you can make
23469  the changes apply to the current session only, or use them as your new
23470  default configuration.
23471 \end_layout
23472
23473 \begin_layout Standard
23474 If you have a keyboard suited to the language you are using (for example,
23475  a German keyboard for writing in German), and you have correctly configured
23476  your X environment, all you need to do for LyX is tell it your language,
23477  the character encoding, and desired paper size.
23478  Refer to 
23479 \begin_inset LatexCommand ref
23480 reference "sec:langlay"
23481
23482 \end_inset
23483
23484  for more information.
23485 \end_layout
23486
23487 \begin_layout Standard
23488 If, however, you have a U.S.-style keyboard and want to write in a different
23489  language than English, you can use an alternate keymap.
23490  For example, if you have a U.S.-style keyboard but want to write in Italian,
23491  you can configure LyX to use an Italian keymap.
23492  Refer to 
23493 \begin_inset LatexCommand ref
23494 reference "sec:optkey"
23495
23496 \end_inset
23497
23498  for details.
23499  
23500 \end_layout
23501
23502 \begin_layout Standard
23503 Finally, you may just want to change a few key mappings or create an entirely
23504  different keymap (for Vulcan, for instance).
23505  You may, for example, normally write in Italian on a U.S.
23506  keyboard but want to include an occasional quotation in German.
23507  In such a case, you can write your own keyboard mapping or modify an existing
23508  one to support the characters you want.
23509  
23510 \end_layout
23511
23512 \begin_layout Standard
23513 The details of how to customize LyX to your own language are 
23514 \emph on
23515 way
23516 \emph default
23517  beyond the scope of this manual.
23518  You cannot only alter the keyboard layout, you can also change the names
23519  of the menus buttons, etc., to reflect your language.
23520  If you want to learn more about writing keymap files and tailoring LyX
23521  to your native tongue, please see the 
23522 \emph on
23523 Customization
23524 \emph default
23525  manual for details.
23526 \end_layout
23527
23528 \begin_layout Subsection
23529 Language Options
23530 \begin_inset LatexCommand label
23531 name "sec:langlay"
23532
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \begin_layout Standard
23539 The 
23540 \family sans
23541 \bar under
23542 D
23543 \bar default
23544 ocument\SpecialChar \menuseparator
23545
23546 \bar under
23547 S
23548 \bar default
23549 ettings
23550 \family default
23551  dialog lets you set 
23552 \family roman
23553 the language and character encoding for your language.
23554  
23555 \end_layout
23556
23557 \begin_layout Standard
23558 Choose your language by clicking on the arrow in t
23559 \family roman
23560 he
23561 \family default
23562  
23563 \family sans
23564 Language
23565 \family default
23566  combo
23567 \family roman
23568 box
23569 \family default
23570  of the 
23571 \family sans
23572 \bar under
23573 D
23574 \bar default
23575 ocument\SpecialChar \menuseparator
23576
23577 \bar under
23578 S
23579 \bar default
23580 ettings
23581 \family default
23582  dialog.
23583  The default is U.S.
23584  English.
23585  Scroll to find the language you want and then click on your choice.
23586  The language name appears in the window.
23587 \begin_inset Foot
23588 status collapsed
23589
23590 \begin_layout Standard
23591 In LaTeX terms, selecting a language other than default adds Babel support.
23592  If you do not have Babel installed, refer to the different LaTeX distributions
23593  for it.
23594 \end_layout
23595
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \begin_layout Standard
23602 The 
23603 \family sans
23604 Enco
23605 \bar under
23606 d
23607 \bar default
23608 ing
23609 \family default
23610  box lets you choose the character encoding map you want to use.
23611  The default is the 
23612 \family typewriter
23613 Latin1
23614 \family default
23615  encoding, which includes the characters required by the various Western
23616  European languages.
23617 \end_layout
23618
23619 \begin_layout Subsection
23620 Keyboard mapping configuration
23621 \begin_inset LatexCommand label
23622 name "sec:optkey"
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Standard
23630 The preferences dialog allows you to choose up to two keyboard mappings.
23631  This allows you to choose the keymap of your choice for your U.S.-style keyboard.
23632  You can choose primary and secondary keyboard languages and then select
23633  which one you want to use.
23634 \end_layout
23635
23636 \begin_layout Subsection
23637 Character Tables
23638 \begin_inset LatexCommand label
23639 name "sec:keytab"
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \begin_layout Standard
23647 Table\InsetSpace ~
23648
23649 \begin_inset LatexCommand ref
23650 reference "cap:The-latin1-character"
23651
23652 \end_inset
23653
23654  shows the 
23655 \family typewriter
23656 Latin1
23657 \family default
23658  character set.
23659  You should be able to enter the characters in the first eight columns directly
23660  from the keyboard.
23661 \end_layout
23662
23663 \begin_layout Standard
23664 There are a few things you need to know about this table.
23665  This manual is set up --- by hand, mind you --- to print all of these character
23666 s.
23667  That ain't the default.
23668  Nowhere near, in fact.
23669  Here are some of the details you'll need to bear in mind when using characters
23670  from the 
23671 \family typewriter
23672 Latin1
23673 \family default
23674  character set:
23675 \end_layout
23676
23677 \begin_layout Itemize
23678 Even if you've selected 
23679 \family sans
23680 latin1
23681 \family default
23682  in the 
23683 \family sans
23684 \bar under
23685 D
23686 \bar default
23687 ocument\SpecialChar \menuseparator
23688
23689 \bar under
23690 S
23691 \bar default
23692 ettings
23693 \family default
23694  dialog, users who have only the 
23695 \family typewriter
23696 T1
23697 \family default
23698 -fonts for LaTeX [or who have the 
23699 \family typewriter
23700 T1
23701 \family default
23702 -fonts but aren't using them] will still miss a few characters: D0, F0,
23703  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
23704  french quotes won't show up.
23705 \end_layout
23706
23707 \begin_layout Standard
23708 \begin_inset Float table
23709 wide false
23710 sideways false
23711 status open
23712
23713 \begin_layout Standard
23714 \begin_inset Caption
23715
23716 \begin_layout Standard
23717 \begin_inset LatexCommand label
23718 name "cap:The-latin1-character"
23719
23720 \end_inset
23721
23722 The 
23723 \family typewriter
23724 latin1
23725 \family default
23726  character set
23727 \end_layout
23728
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \begin_layout Standard
23735 \align center
23736 \begin_inset Tabular
23737 <lyxtabular version="3" rows="17" columns="17">
23738 <features>
23739 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23740 <column alignment="center" valignment="top" leftline="true" width="0pt">
23741 <column alignment="center" valignment="top" leftline="true" width="0pt">
23742 <column alignment="center" valignment="top" leftline="true" width="0pt">
23743 <column alignment="center" valignment="top" leftline="true" width="0pt">
23744 <column alignment="center" valignment="top" leftline="true" width="0pt">
23745 <column alignment="center" valignment="top" leftline="true" width="0pt">
23746 <column alignment="center" valignment="top" leftline="true" width="0pt">
23747 <column alignment="center" valignment="top" leftline="true" width="0pt">
23748 <column alignment="center" valignment="top" leftline="true" width="0pt">
23749 <column alignment="center" valignment="top" leftline="true" width="0pt">
23750 <column alignment="center" valignment="top" leftline="true" width="0pt">
23751 <column alignment="center" valignment="top" leftline="true" width="0pt">
23752 <column alignment="center" valignment="top" leftline="true" width="0pt">
23753 <column alignment="center" valignment="top" leftline="true" width="0pt">
23754 <column alignment="center" valignment="top" leftline="true" width="0pt">
23755 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23756 <row topline="true" bottomline="true">
23757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Standard
23761
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Standard
23770
23771 \family roman
23772 \series medium
23773 \shape up
23774 \size tiny
23775 \emph off
23776 \bar no
23777 \noun off
23778 \color none
23779 00
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Standard
23788
23789 \family roman
23790 \series medium
23791 \shape up
23792 \size tiny
23793 \emph off
23794 \bar no
23795 \noun off
23796 \color none
23797 10
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Standard
23806
23807 \family roman
23808 \series medium
23809 \shape up
23810 \size tiny
23811 \emph off
23812 \bar no
23813 \noun off
23814 \color none
23815 20
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Standard
23824
23825 \family roman
23826 \series medium
23827 \shape up
23828 \size tiny
23829 \emph off
23830 \bar no
23831 \noun off
23832 \color none
23833 30
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Standard
23842
23843 \family roman
23844 \series medium
23845 \shape up
23846 \size tiny
23847 \emph off
23848 \bar no
23849 \noun off
23850 \color none
23851 40
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Standard
23860
23861 \family roman
23862 \series medium
23863 \shape up
23864 \size tiny
23865 \emph off
23866 \bar no
23867 \noun off
23868 \color none
23869 50
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Standard
23878
23879 \family roman
23880 \series medium
23881 \shape up
23882 \size tiny
23883 \emph off
23884 \bar no
23885 \noun off
23886 \color none
23887 60
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Standard
23896
23897 \family roman
23898 \series medium
23899 \shape up
23900 \size tiny
23901 \emph off
23902 \bar no
23903 \noun off
23904 \color none
23905 70
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Standard
23914
23915 \family roman
23916 \series medium
23917 \shape up
23918 \size tiny
23919 \emph off
23920 \bar no
23921 \noun off
23922 \color none
23923 80
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Standard
23932
23933 \family roman
23934 \series medium
23935 \shape up
23936 \size tiny
23937 \emph off
23938 \bar no
23939 \noun off
23940 \color none
23941 90
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Standard
23950
23951 \family roman
23952 \series medium
23953 \shape up
23954 \size tiny
23955 \emph off
23956 \bar no
23957 \noun off
23958 \color none
23959 A0
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Standard
23968
23969 \family roman
23970 \series medium
23971 \shape up
23972 \size tiny
23973 \emph off
23974 \bar no
23975 \noun off
23976 \color none
23977 B0
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Standard
23986
23987 \family roman
23988 \series medium
23989 \shape up
23990 \size tiny
23991 \emph off
23992 \bar no
23993 \noun off
23994 \color none
23995 C0
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Standard
24004
24005 \family roman
24006 \series medium
24007 \shape up
24008 \size tiny
24009 \emph off
24010 \bar no
24011 \noun off
24012 \color none
24013 D0
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Standard
24022
24023 \family roman
24024 \series medium
24025 \shape up
24026 \size tiny
24027 \emph off
24028 \bar no
24029 \noun off
24030 \color none
24031 E0
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Standard
24040
24041 \family roman
24042 \series medium
24043 \shape up
24044 \size tiny
24045 \emph off
24046 \bar no
24047 \noun off
24048 \color none
24049 F0
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 <row topline="true">
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Standard
24060
24061 \family roman
24062 \series medium
24063 \shape up
24064 \size tiny
24065 \emph off
24066 \bar no
24067 \noun off
24068 \color none
24069 00
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Standard
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Standard
24087
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Standard
24096
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Standard
24105
24106 \family roman
24107 \series medium
24108 \shape up
24109 \emph off
24110 \bar no
24111 \noun off
24112 \color none
24113 0
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Standard
24122
24123 \family roman
24124 \series medium
24125 \shape up
24126 \emph off
24127 \bar no
24128 \noun off
24129 \color none
24130 @
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Standard
24139
24140 \family roman
24141 \series medium
24142 \shape up
24143 \emph off
24144 \bar no
24145 \noun off
24146 \color none
24147 P
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Standard
24156
24157 \family roman
24158 \series medium
24159 \shape up
24160 \emph off
24161 \bar no
24162 \noun off
24163 \color none
24164 '
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Standard
24173
24174 \family roman
24175 \series medium
24176 \shape up
24177 \emph off
24178 \bar no
24179 \noun off
24180 \color none
24181 p
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Standard
24190
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Standard
24199
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Standard
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Standard
24217
24218 \family roman
24219 \series medium
24220 \shape up
24221 \emph off
24222 \bar no
24223 \noun off
24224 \color none
24225 °
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Standard
24234
24235 \family roman
24236 \series medium
24237 \shape up
24238 \emph off
24239 \bar no
24240 \noun off
24241 \color none
24242 À
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Standard
24251
24252 \family roman
24253 \series medium
24254 \shape up
24255 \emph off
24256 \bar no
24257 \noun off
24258 \color none
24259 Ð
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Standard
24268
24269 \family roman
24270 \series medium
24271 \shape up
24272 \emph off
24273 \bar no
24274 \noun off
24275 \color none
24276 à
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Standard
24285
24286 \family roman
24287 \series medium
24288 \shape up
24289 \emph off
24290 \bar no
24291 \noun off
24292 \color none
24293 ð
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 </row>
24299 <row topline="true">
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Standard
24304
24305 \family roman
24306 \series medium
24307 \shape up
24308 \size tiny
24309 \emph off
24310 \bar no
24311 \noun off
24312 \color none
24313 01
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 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Standard
24331
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Standard
24340
24341 \family roman
24342 \series medium
24343 \shape up
24344 \emph off
24345 \bar no
24346 \noun off
24347 \color none
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 \family roman
24359 \series medium
24360 \shape up
24361 \emph off
24362 \bar no
24363 \noun off
24364 \color none
24365 1
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Standard
24374
24375 \family roman
24376 \series medium
24377 \shape up
24378 \emph off
24379 \bar no
24380 \noun off
24381 \color none
24382 A
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Standard
24391
24392 \family roman
24393 \series medium
24394 \shape up
24395 \emph off
24396 \bar no
24397 \noun off
24398 \color none
24399 Q
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Standard
24408
24409 \family roman
24410 \series medium
24411 \shape up
24412 \emph off
24413 \bar no
24414 \noun off
24415 \color none
24416 a
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Standard
24425
24426 \family roman
24427 \series medium
24428 \shape up
24429 \emph off
24430 \bar no
24431 \noun off
24432 \color none
24433 q
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Standard
24442
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Standard
24451
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Standard
24460
24461 \family roman
24462 \series medium
24463 \shape up
24464 \emph off
24465 \bar no
24466 \noun off
24467 \color none
24468 ¡
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Standard
24477
24478 \family roman
24479 \series medium
24480 \shape up
24481 \emph off
24482 \bar no
24483 \noun off
24484 \color none
24485 ±
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Standard
24494
24495 \family roman
24496 \series medium
24497 \shape up
24498 \emph off
24499 \bar no
24500 \noun off
24501 \color none
24502 Á
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Standard
24511
24512 \family roman
24513 \series medium
24514 \shape up
24515 \emph off
24516 \bar no
24517 \noun off
24518 \color none
24519 Ñ
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Standard
24528
24529 \family roman
24530 \series medium
24531 \shape up
24532 \emph off
24533 \bar no
24534 \noun off
24535 \color none
24536 á
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Standard
24545
24546 \family roman
24547 \series medium
24548 \shape up
24549 \emph off
24550 \bar no
24551 \noun off
24552 \color none
24553 ñ
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 </row>
24559 <row topline="true">
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Standard
24564
24565 \family roman
24566 \series medium
24567 \shape up
24568 \size tiny
24569 \emph off
24570 \bar no
24571 \noun off
24572 \color none
24573 02
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Standard
24582
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 \family roman
24602 \series medium
24603 \shape up
24604 \emph off
24605 \bar no
24606 \noun off
24607 \color none
24608 \begin_inset Quotes eld
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Standard
24620
24621 \family roman
24622 \series medium
24623 \shape up
24624 \emph off
24625 \bar no
24626 \noun off
24627 \color none
24628 2
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Standard
24637
24638 \family roman
24639 \series medium
24640 \shape up
24641 \emph off
24642 \bar no
24643 \noun off
24644 \color none
24645 B
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Standard
24654
24655 \family roman
24656 \series medium
24657 \shape up
24658 \emph off
24659 \bar no
24660 \noun off
24661 \color none
24662 R
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Standard
24671
24672 \family roman
24673 \series medium
24674 \shape up
24675 \emph off
24676 \bar no
24677 \noun off
24678 \color none
24679 b
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Standard
24688
24689 \family roman
24690 \series medium
24691 \shape up
24692 \emph off
24693 \bar no
24694 \noun off
24695 \color none
24696 r
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Standard
24705
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Standard
24714
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Standard
24723 ¢
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Standard
24732
24733 \family roman
24734 \series medium
24735 \shape up
24736 \emph off
24737 \bar no
24738 \noun off
24739 \color none
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 Â
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Standard
24766
24767 \family roman
24768 \series medium
24769 \shape up
24770 \emph off
24771 \bar no
24772 \noun off
24773 \color none
24774 Ò
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Standard
24783
24784 \family roman
24785 \series medium
24786 \shape up
24787 \emph off
24788 \bar no
24789 \noun off
24790 \color none
24791 â
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24797 \begin_inset Text
24798
24799 \begin_layout Standard
24800
24801 \family roman
24802 \series medium
24803 \shape up
24804 \emph off
24805 \bar no
24806 \noun off
24807 \color none
24808 ò
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 </row>
24814 <row topline="true">
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Standard
24819
24820 \family roman
24821 \series medium
24822 \shape up
24823 \size tiny
24824 \emph off
24825 \bar no
24826 \noun off
24827 \color none
24828 03
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 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Standard
24846
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Standard
24855
24856 \family roman
24857 \series medium
24858 \shape up
24859 \emph off
24860 \bar no
24861 \noun off
24862 \color none
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 \family roman
24874 \series medium
24875 \shape up
24876 \emph off
24877 \bar no
24878 \noun off
24879 \color none
24880 3
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Standard
24889
24890 \family roman
24891 \series medium
24892 \shape up
24893 \emph off
24894 \bar no
24895 \noun off
24896 \color none
24897 C
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Standard
24906
24907 \family roman
24908 \series medium
24909 \shape up
24910 \emph off
24911 \bar no
24912 \noun off
24913 \color none
24914 S
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Standard
24923
24924 \family roman
24925 \series medium
24926 \shape up
24927 \emph off
24928 \bar no
24929 \noun off
24930 \color none
24931 c
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Standard
24940
24941 \family roman
24942 \series medium
24943 \shape up
24944 \emph off
24945 \bar no
24946 \noun off
24947 \color none
24948 s
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Standard
24957
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Standard
24966
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Standard
24975
24976 \family roman
24977 \series medium
24978 \shape up
24979 \emph off
24980 \bar no
24981 \noun off
24982 \color none
24983 £
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Standard
24992
24993 \family roman
24994 \series medium
24995 \shape up
24996 \emph off
24997 \bar no
24998 \noun off
24999 \color none
25000 ³
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Standard
25009
25010 \family roman
25011 \series medium
25012 \shape up
25013 \emph off
25014 \bar no
25015 \noun off
25016 \color none
25017 Ã
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Standard
25026
25027 \family roman
25028 \series medium
25029 \shape up
25030 \emph off
25031 \bar no
25032 \noun off
25033 \color none
25034 Ó
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Standard
25043
25044 \family roman
25045 \series medium
25046 \shape up
25047 \emph off
25048 \bar no
25049 \noun off
25050 \color none
25051 ã
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Standard
25060
25061 \family roman
25062 \series medium
25063 \shape up
25064 \emph off
25065 \bar no
25066 \noun off
25067 \color none
25068 ó
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 </row>
25074 <row topline="true">
25075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Standard
25079
25080 \family roman
25081 \series medium
25082 \shape up
25083 \size tiny
25084 \emph off
25085 \bar no
25086 \noun off
25087 \color none
25088 04
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Standard
25097
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 \family roman
25117 \series medium
25118 \shape up
25119 \emph off
25120 \bar no
25121 \noun off
25122 \color none
25123 $
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Standard
25132
25133 \family roman
25134 \series medium
25135 \shape up
25136 \emph off
25137 \bar no
25138 \noun off
25139 \color none
25140 4
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Standard
25149
25150 \family roman
25151 \series medium
25152 \shape up
25153 \emph off
25154 \bar no
25155 \noun off
25156 \color none
25157 D
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Standard
25166
25167 \family roman
25168 \series medium
25169 \shape up
25170 \emph off
25171 \bar no
25172 \noun off
25173 \color none
25174 T
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Standard
25183
25184 \family roman
25185 \series medium
25186 \shape up
25187 \emph off
25188 \bar no
25189 \noun off
25190 \color none
25191 d
25192 \end_layout
25193
25194 \end_inset
25195 </cell>
25196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Standard
25200
25201 \family roman
25202 \series medium
25203 \shape up
25204 \emph off
25205 \bar no
25206 \noun off
25207 \color none
25208 t
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Standard
25217
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Standard
25226
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Standard
25235 ¤
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Standard
25244
25245 \family roman
25246 \series medium
25247 \shape up
25248 \emph off
25249 \bar no
25250 \noun off
25251 \color none
25252 ´
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Standard
25261
25262 \family roman
25263 \series medium
25264 \shape up
25265 \emph off
25266 \bar no
25267 \noun off
25268 \color none
25269 Ä
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Standard
25278
25279 \family roman
25280 \series medium
25281 \shape up
25282 \emph off
25283 \bar no
25284 \noun off
25285 \color none
25286 Ô
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Standard
25295
25296 \family roman
25297 \series medium
25298 \shape up
25299 \emph off
25300 \bar no
25301 \noun off
25302 \color none
25303 ä
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Standard
25312
25313 \family roman
25314 \series medium
25315 \shape up
25316 \emph off
25317 \bar no
25318 \noun off
25319 \color none
25320 ô
25321 \end_layout
25322
25323 \end_inset
25324 </cell>
25325 </row>
25326 <row topline="true">
25327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Standard
25331
25332 \family roman
25333 \series medium
25334 \shape up
25335 \size tiny
25336 \emph off
25337 \bar no
25338 \noun off
25339 \color none
25340 05
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 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Standard
25358
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Standard
25367
25368 \family roman
25369 \series medium
25370 \shape up
25371 \emph off
25372 \bar no
25373 \noun off
25374 \color none
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 \family roman
25386 \series medium
25387 \shape up
25388 \emph off
25389 \bar no
25390 \noun off
25391 \color none
25392 5
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Standard
25401
25402 \family roman
25403 \series medium
25404 \shape up
25405 \emph off
25406 \bar no
25407 \noun off
25408 \color none
25409 E
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Standard
25418
25419 \family roman
25420 \series medium
25421 \shape up
25422 \emph off
25423 \bar no
25424 \noun off
25425 \color none
25426 U
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Standard
25435
25436 \family roman
25437 \series medium
25438 \shape up
25439 \emph off
25440 \bar no
25441 \noun off
25442 \color none
25443 e
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Standard
25452
25453 \family roman
25454 \series medium
25455 \shape up
25456 \emph off
25457 \bar no
25458 \noun off
25459 \color none
25460 u
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Standard
25469
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Standard
25478
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Standard
25487 ¥
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Standard
25496
25497 \family roman
25498 \series medium
25499 \shape up
25500 \emph off
25501 \bar no
25502 \noun off
25503 \color none
25504 µ
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Standard
25513
25514 \family roman
25515 \series medium
25516 \shape up
25517 \emph off
25518 \bar no
25519 \noun off
25520 \color none
25521 Å
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Standard
25530
25531 \family roman
25532 \series medium
25533 \shape up
25534 \emph off
25535 \bar no
25536 \noun off
25537 \color none
25538 Õ
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25544 \begin_inset Text
25545
25546 \begin_layout Standard
25547
25548 \family roman
25549 \series medium
25550 \shape up
25551 \emph off
25552 \bar no
25553 \noun off
25554 \color none
25555 å
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Standard
25564
25565 \family roman
25566 \series medium
25567 \shape up
25568 \emph off
25569 \bar no
25570 \noun off
25571 \color none
25572 õ
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row topline="true">
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Standard
25583
25584 \family roman
25585 \series medium
25586 \shape up
25587 \size tiny
25588 \emph off
25589 \bar no
25590 \noun off
25591 \color none
25592 06
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 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Standard
25610
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Standard
25619
25620 \family roman
25621 \series medium
25622 \shape up
25623 \emph off
25624 \bar no
25625 \noun off
25626 \color none
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 \family roman
25638 \series medium
25639 \shape up
25640 \emph off
25641 \bar no
25642 \noun off
25643 \color none
25644 6
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Standard
25653
25654 \family roman
25655 \series medium
25656 \shape up
25657 \emph off
25658 \bar no
25659 \noun off
25660 \color none
25661 F
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Standard
25670
25671 \family roman
25672 \series medium
25673 \shape up
25674 \emph off
25675 \bar no
25676 \noun off
25677 \color none
25678 V
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Standard
25687
25688 \family roman
25689 \series medium
25690 \shape up
25691 \emph off
25692 \bar no
25693 \noun off
25694 \color none
25695 f
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Standard
25704
25705 \family roman
25706 \series medium
25707 \shape up
25708 \emph off
25709 \bar no
25710 \noun off
25711 \color none
25712 v
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25718 \begin_inset Text
25719
25720 \begin_layout Standard
25721
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25727 \begin_inset Text
25728
25729 \begin_layout Standard
25730
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Standard
25739 ¦
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25745 \begin_inset Text
25746
25747 \begin_layout Standard
25748
25749 \family roman
25750 \series medium
25751 \shape up
25752 \emph off
25753 \bar no
25754 \noun off
25755 \color none
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Standard
25765
25766 \family roman
25767 \series medium
25768 \shape up
25769 \emph off
25770 \bar no
25771 \noun off
25772 \color none
25773 Æ
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Standard
25782
25783 \family roman
25784 \series medium
25785 \shape up
25786 \emph off
25787 \bar no
25788 \noun off
25789 \color none
25790 Ö
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Standard
25799
25800 \family roman
25801 \series medium
25802 \shape up
25803 \emph off
25804 \bar no
25805 \noun off
25806 \color none
25807 æ
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25813 \begin_inset Text
25814
25815 \begin_layout Standard
25816
25817 \family roman
25818 \series medium
25819 \shape up
25820 \emph off
25821 \bar no
25822 \noun off
25823 \color none
25824 ö
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 </row>
25830 <row topline="true">
25831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Standard
25835
25836 \family roman
25837 \series medium
25838 \shape up
25839 \size tiny
25840 \emph off
25841 \bar no
25842 \noun off
25843 \color none
25844 07
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 \end_layout
25855
25856 \end_inset
25857 </cell>
25858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Standard
25862
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25868 \begin_inset Text
25869
25870 \begin_layout Standard
25871
25872 \family roman
25873 \series medium
25874 \shape up
25875 \emph off
25876 \bar no
25877 \noun off
25878 \color none
25879 `
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Standard
25888
25889 \family roman
25890 \series medium
25891 \shape up
25892 \emph off
25893 \bar no
25894 \noun off
25895 \color none
25896 7
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Standard
25905
25906 \family roman
25907 \series medium
25908 \shape up
25909 \emph off
25910 \bar no
25911 \noun off
25912 \color none
25913 G
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Standard
25922
25923 \family roman
25924 \series medium
25925 \shape up
25926 \emph off
25927 \bar no
25928 \noun off
25929 \color none
25930 W
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Standard
25939
25940 \family roman
25941 \series medium
25942 \shape up
25943 \emph off
25944 \bar no
25945 \noun off
25946 \color none
25947 g
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Standard
25956
25957 \family roman
25958 \series medium
25959 \shape up
25960 \emph off
25961 \bar no
25962 \noun off
25963 \color none
25964 w
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Standard
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Standard
25982
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Standard
25991
25992 \family roman
25993 \series medium
25994 \shape up
25995 \emph off
25996 \bar no
25997 \noun off
25998 \color none
25999 §
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Standard
26008
26009 \family roman
26010 \series medium
26011 \shape up
26012 \emph off
26013 \bar no
26014 \noun off
26015 \color none
26016 ·
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Standard
26025
26026 \family roman
26027 \series medium
26028 \shape up
26029 \emph off
26030 \bar no
26031 \noun off
26032 \color none
26033 Ç
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26039 \begin_inset Text
26040
26041 \begin_layout Standard
26042
26043 \family roman
26044 \series medium
26045 \shape up
26046 \emph off
26047 \bar no
26048 \noun off
26049 \color none
26050 ×
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Standard
26059
26060 \family roman
26061 \series medium
26062 \shape up
26063 \emph off
26064 \bar no
26065 \noun off
26066 \color none
26067 ç
26068 \end_layout
26069
26070 \end_inset
26071 </cell>
26072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26073 \begin_inset Text
26074
26075 \begin_layout Standard
26076
26077 \family roman
26078 \series medium
26079 \shape up
26080 \emph off
26081 \bar no
26082 \noun off
26083 \color none
26084 ÷
26085 \end_layout
26086
26087 \end_inset
26088 </cell>
26089 </row>
26090 <row topline="true">
26091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Standard
26095
26096 \family roman
26097 \series medium
26098 \shape up
26099 \size tiny
26100 \emph off
26101 \bar no
26102 \noun off
26103 \color none
26104 08
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Standard
26113
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 \family roman
26133 \series medium
26134 \shape up
26135 \emph off
26136 \bar no
26137 \noun off
26138 \color none
26139 (
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Standard
26148
26149 \family roman
26150 \series medium
26151 \shape up
26152 \emph off
26153 \bar no
26154 \noun off
26155 \color none
26156 8
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Standard
26165
26166 \family roman
26167 \series medium
26168 \shape up
26169 \emph off
26170 \bar no
26171 \noun off
26172 \color none
26173 H
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Standard
26182
26183 \family roman
26184 \series medium
26185 \shape up
26186 \emph off
26187 \bar no
26188 \noun off
26189 \color none
26190 X
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Standard
26199
26200 \family roman
26201 \series medium
26202 \shape up
26203 \emph off
26204 \bar no
26205 \noun off
26206 \color none
26207 h
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Standard
26216
26217 \family roman
26218 \series medium
26219 \shape up
26220 \emph off
26221 \bar no
26222 \noun off
26223 \color none
26224 x
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Standard
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Standard
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Standard
26251
26252 \family roman
26253 \series medium
26254 \shape up
26255 \emph off
26256 \bar no
26257 \noun off
26258 \color none
26259 ¨
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Standard
26268
26269 \family roman
26270 \series medium
26271 \shape up
26272 \emph off
26273 \bar no
26274 \noun off
26275 \color none
26276 ¸
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Standard
26285
26286 \family roman
26287 \series medium
26288 \shape up
26289 \emph off
26290 \bar no
26291 \noun off
26292 \color none
26293 È
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26299 \begin_inset Text
26300
26301 \begin_layout Standard
26302
26303 \family roman
26304 \series medium
26305 \shape up
26306 \emph off
26307 \bar no
26308 \noun off
26309 \color none
26310 Ø
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Standard
26319
26320 \family roman
26321 \series medium
26322 \shape up
26323 \emph off
26324 \bar no
26325 \noun off
26326 \color none
26327 è
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Standard
26336
26337 \family roman
26338 \series medium
26339 \shape up
26340 \emph off
26341 \bar no
26342 \noun off
26343 \color none
26344 ø
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 </row>
26350 <row topline="true">
26351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Standard
26355
26356 \family roman
26357 \series medium
26358 \shape up
26359 \size tiny
26360 \emph off
26361 \bar no
26362 \noun off
26363 \color none
26364 09
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Standard
26373
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 \family roman
26393 \series medium
26394 \shape up
26395 \emph off
26396 \bar no
26397 \noun off
26398 \color none
26399 )
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Standard
26408
26409 \family roman
26410 \series medium
26411 \shape up
26412 \emph off
26413 \bar no
26414 \noun off
26415 \color none
26416 9
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Standard
26425
26426 \family roman
26427 \series medium
26428 \shape up
26429 \emph off
26430 \bar no
26431 \noun off
26432 \color none
26433 I
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Standard
26442
26443 \family roman
26444 \series medium
26445 \shape up
26446 \emph off
26447 \bar no
26448 \noun off
26449 \color none
26450 Y
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Standard
26459
26460 \family roman
26461 \series medium
26462 \shape up
26463 \emph off
26464 \bar no
26465 \noun off
26466 \color none
26467 i
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Standard
26476
26477 \family roman
26478 \series medium
26479 \shape up
26480 \emph off
26481 \bar no
26482 \noun off
26483 \color none
26484 y
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Standard
26493
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Standard
26502
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Standard
26511
26512 \family roman
26513 \series medium
26514 \shape up
26515 \emph off
26516 \bar no
26517 \noun off
26518 \color none
26519 ©
26520 \end_layout
26521
26522 \end_inset
26523 </cell>
26524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26525 \begin_inset Text
26526
26527 \begin_layout Standard
26528
26529 \family roman
26530 \series medium
26531 \shape up
26532 \emph off
26533 \bar no
26534 \noun off
26535 \color none
26536 ¹
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Standard
26545
26546 \family roman
26547 \series medium
26548 \shape up
26549 \emph off
26550 \bar no
26551 \noun off
26552 \color none
26553 É
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Standard
26562
26563 \family roman
26564 \series medium
26565 \shape up
26566 \emph off
26567 \bar no
26568 \noun off
26569 \color none
26570 Ù
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Standard
26579
26580 \family roman
26581 \series medium
26582 \shape up
26583 \emph off
26584 \bar no
26585 \noun off
26586 \color none
26587 é
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Standard
26596
26597 \family roman
26598 \series medium
26599 \shape up
26600 \emph off
26601 \bar no
26602 \noun off
26603 \color none
26604 ù
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 </row>
26610 <row topline="true">
26611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Standard
26615
26616 \family roman
26617 \series medium
26618 \shape up
26619 \size tiny
26620 \emph off
26621 \bar no
26622 \noun off
26623 \color none
26624 0A
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Standard
26633
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 \family roman
26653 \series medium
26654 \shape up
26655 \emph off
26656 \bar no
26657 \noun off
26658 \color none
26659 *
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Standard
26668
26669 \family roman
26670 \series medium
26671 \shape up
26672 \emph off
26673 \bar no
26674 \noun off
26675 \color none
26676 :
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Standard
26685
26686 \family roman
26687 \series medium
26688 \shape up
26689 \emph off
26690 \bar no
26691 \noun off
26692 \color none
26693 J
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Standard
26702
26703 \family roman
26704 \series medium
26705 \shape up
26706 \emph off
26707 \bar no
26708 \noun off
26709 \color none
26710 Z
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Standard
26719
26720 \family roman
26721 \series medium
26722 \shape up
26723 \emph off
26724 \bar no
26725 \noun off
26726 \color none
26727 j
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Standard
26736
26737 \family roman
26738 \series medium
26739 \shape up
26740 \emph off
26741 \bar no
26742 \noun off
26743 \color none
26744 z
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Standard
26753
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Standard
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Standard
26771
26772 \family roman
26773 \series medium
26774 \shape up
26775 \emph off
26776 \bar no
26777 \noun off
26778 \color none
26779 ª
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Standard
26788
26789 \family roman
26790 \series medium
26791 \shape up
26792 \emph off
26793 \bar no
26794 \noun off
26795 \color none
26796 º
26797 \end_layout
26798
26799 \end_inset
26800 </cell>
26801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26802 \begin_inset Text
26803
26804 \begin_layout Standard
26805
26806 \family roman
26807 \series medium
26808 \shape up
26809 \emph off
26810 \bar no
26811 \noun off
26812 \color none
26813 Ê
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Standard
26822
26823 \family roman
26824 \series medium
26825 \shape up
26826 \emph off
26827 \bar no
26828 \noun off
26829 \color none
26830 Ú
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Standard
26839
26840 \family roman
26841 \series medium
26842 \shape up
26843 \emph off
26844 \bar no
26845 \noun off
26846 \color none
26847 ê
26848 \end_layout
26849
26850 \end_inset
26851 </cell>
26852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26853 \begin_inset Text
26854
26855 \begin_layout Standard
26856
26857 \family roman
26858 \series medium
26859 \shape up
26860 \emph off
26861 \bar no
26862 \noun off
26863 \color none
26864 ú
26865 \end_layout
26866
26867 \end_inset
26868 </cell>
26869 </row>
26870 <row topline="true">
26871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Standard
26875
26876 \family roman
26877 \series medium
26878 \shape up
26879 \size tiny
26880 \emph off
26881 \bar no
26882 \noun off
26883 \color none
26884 0B
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Standard
26893
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 \family roman
26913 \series medium
26914 \shape up
26915 \emph off
26916 \bar no
26917 \noun off
26918 \color none
26919 +
26920 \end_layout
26921
26922 \end_inset
26923 </cell>
26924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Standard
26928
26929 \family roman
26930 \series medium
26931 \shape up
26932 \emph off
26933 \bar no
26934 \noun off
26935 \color none
26936 ;
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Standard
26945
26946 \family roman
26947 \series medium
26948 \shape up
26949 \emph off
26950 \bar no
26951 \noun off
26952 \color none
26953 K
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Standard
26962
26963 \family roman
26964 \series medium
26965 \shape up
26966 \emph off
26967 \bar no
26968 \noun off
26969 \color none
26970 [
26971 \end_layout
26972
26973 \end_inset
26974 </cell>
26975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Standard
26979
26980 \family roman
26981 \series medium
26982 \shape up
26983 \emph off
26984 \bar no
26985 \noun off
26986 \color none
26987 k
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Standard
26996
26997 \family roman
26998 \series medium
26999 \shape up
27000 \emph off
27001 \bar no
27002 \noun off
27003 \color none
27004 {
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27010 \begin_inset Text
27011
27012 \begin_layout Standard
27013
27014 \end_layout
27015
27016 \end_inset
27017 </cell>
27018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27019 \begin_inset Text
27020
27021 \begin_layout Standard
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27028 \begin_inset Text
27029
27030 \begin_layout Standard
27031
27032 \family roman
27033 \series medium
27034 \shape up
27035 \emph off
27036 \bar no
27037 \noun off
27038 \color none
27039 «
27040 \end_layout
27041
27042 \end_inset
27043 </cell>
27044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Standard
27048
27049 \family roman
27050 \series medium
27051 \shape up
27052 \emph off
27053 \bar no
27054 \noun off
27055 \color none
27056 »
27057 \end_layout
27058
27059 \end_inset
27060 </cell>
27061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Standard
27065
27066 \family roman
27067 \series medium
27068 \shape up
27069 \emph off
27070 \bar no
27071 \noun off
27072 \color none
27073 Ë
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27079 \begin_inset Text
27080
27081 \begin_layout Standard
27082
27083 \family roman
27084 \series medium
27085 \shape up
27086 \emph off
27087 \bar no
27088 \noun off
27089 \color none
27090 Û
27091 \end_layout
27092
27093 \end_inset
27094 </cell>
27095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27096 \begin_inset Text
27097
27098 \begin_layout Standard
27099
27100 \family roman
27101 \series medium
27102 \shape up
27103 \emph off
27104 \bar no
27105 \noun off
27106 \color none
27107 ë
27108 \end_layout
27109
27110 \end_inset
27111 </cell>
27112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27113 \begin_inset Text
27114
27115 \begin_layout Standard
27116
27117 \family roman
27118 \series medium
27119 \shape up
27120 \emph off
27121 \bar no
27122 \noun off
27123 \color none
27124 û
27125 \end_layout
27126
27127 \end_inset
27128 </cell>
27129 </row>
27130 <row topline="true">
27131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27132 \begin_inset Text
27133
27134 \begin_layout Standard
27135
27136 \family roman
27137 \series medium
27138 \shape up
27139 \size tiny
27140 \emph off
27141 \bar no
27142 \noun off
27143 \color none
27144 0C
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Standard
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 \family roman
27173 \series medium
27174 \shape up
27175 \emph off
27176 \bar no
27177 \noun off
27178 \color none
27179 ,
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Standard
27188
27189 \family roman
27190 \series medium
27191 \shape up
27192 \emph off
27193 \bar no
27194 \noun off
27195 \color none
27196 <
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Standard
27205
27206 \family roman
27207 \series medium
27208 \shape up
27209 \emph off
27210 \bar no
27211 \noun off
27212 \color none
27213 L
27214 \end_layout
27215
27216 \end_inset
27217 </cell>
27218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27219 \begin_inset Text
27220
27221 \begin_layout Standard
27222
27223 \family roman
27224 \series medium
27225 \shape up
27226 \emph off
27227 \bar no
27228 \noun off
27229 \color none
27230
27231 \backslash
27232
27233 \end_layout
27234
27235 \end_inset
27236 </cell>
27237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27238 \begin_inset Text
27239
27240 \begin_layout Standard
27241
27242 \family roman
27243 \series medium
27244 \shape up
27245 \emph off
27246 \bar no
27247 \noun off
27248 \color none
27249 l
27250 \end_layout
27251
27252 \end_inset
27253 </cell>
27254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27255 \begin_inset Text
27256
27257 \begin_layout Standard
27258
27259 \family roman
27260 \series medium
27261 \shape up
27262 \emph off
27263 \bar no
27264 \noun off
27265 \color none
27266 |
27267 \end_layout
27268
27269 \end_inset
27270 </cell>
27271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Standard
27275
27276 \end_layout
27277
27278 \end_inset
27279 </cell>
27280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27281 \begin_inset Text
27282
27283 \begin_layout Standard
27284
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27290 \begin_inset Text
27291
27292 \begin_layout Standard
27293
27294 \family roman
27295 \series medium
27296 \shape up
27297 \emph off
27298 \bar no
27299 \noun off
27300 \color none
27301 ¬
27302 \end_layout
27303
27304 \end_inset
27305 </cell>
27306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27307 \begin_inset Text
27308
27309 \begin_layout Standard
27310
27311 \family roman
27312 \series medium
27313 \shape up
27314 \emph off
27315 \bar no
27316 \noun off
27317 \color none
27318 ¼
27319 \end_layout
27320
27321 \end_inset
27322 </cell>
27323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27324 \begin_inset Text
27325
27326 \begin_layout Standard
27327
27328 \family roman
27329 \series medium
27330 \shape up
27331 \emph off
27332 \bar no
27333 \noun off
27334 \color none
27335 Ì
27336 \end_layout
27337
27338 \end_inset
27339 </cell>
27340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27341 \begin_inset Text
27342
27343 \begin_layout Standard
27344
27345 \family roman
27346 \series medium
27347 \shape up
27348 \emph off
27349 \bar no
27350 \noun off
27351 \color none
27352 Ü
27353 \end_layout
27354
27355 \end_inset
27356 </cell>
27357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27358 \begin_inset Text
27359
27360 \begin_layout Standard
27361
27362 \family roman
27363 \series medium
27364 \shape up
27365 \emph off
27366 \bar no
27367 \noun off
27368 \color none
27369 ì
27370 \end_layout
27371
27372 \end_inset
27373 </cell>
27374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27375 \begin_inset Text
27376
27377 \begin_layout Standard
27378
27379 \family roman
27380 \series medium
27381 \shape up
27382 \emph off
27383 \bar no
27384 \noun off
27385 \color none
27386 ü
27387 \end_layout
27388
27389 \end_inset
27390 </cell>
27391 </row>
27392 <row topline="true">
27393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Standard
27397
27398 \family roman
27399 \series medium
27400 \shape up
27401 \size tiny
27402 \emph off
27403 \bar no
27404 \noun off
27405 \color none
27406 0D
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Standard
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 \family roman
27435 \series medium
27436 \shape up
27437 \emph off
27438 \bar no
27439 \noun off
27440 \color none
27441 -
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Standard
27450
27451 \family roman
27452 \series medium
27453 \shape up
27454 \emph off
27455 \bar no
27456 \noun off
27457 \color none
27458 =
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Standard
27467
27468 \family roman
27469 \series medium
27470 \shape up
27471 \emph off
27472 \bar no
27473 \noun off
27474 \color none
27475 M
27476 \end_layout
27477
27478 \end_inset
27479 </cell>
27480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27481 \begin_inset Text
27482
27483 \begin_layout Standard
27484
27485 \family roman
27486 \series medium
27487 \shape up
27488 \emph off
27489 \bar no
27490 \noun off
27491 \color none
27492 ]
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Standard
27501
27502 \family roman
27503 \series medium
27504 \shape up
27505 \emph off
27506 \bar no
27507 \noun off
27508 \color none
27509 m
27510 \end_layout
27511
27512 \end_inset
27513 </cell>
27514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27515 \begin_inset Text
27516
27517 \begin_layout Standard
27518
27519 \family roman
27520 \series medium
27521 \shape up
27522 \emph off
27523 \bar no
27524 \noun off
27525 \color none
27526 }
27527 \end_layout
27528
27529 \end_inset
27530 </cell>
27531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27532 \begin_inset Text
27533
27534 \begin_layout Standard
27535
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27541 \begin_inset Text
27542
27543 \begin_layout Standard
27544
27545 \end_layout
27546
27547 \end_inset
27548 </cell>
27549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27550 \begin_inset Text
27551
27552 \begin_layout Standard
27553
27554 \end_layout
27555
27556 \end_inset
27557 </cell>
27558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27559 \begin_inset Text
27560
27561 \begin_layout Standard
27562
27563 \family roman
27564 \series medium
27565 \shape up
27566 \emph off
27567 \bar no
27568 \noun off
27569 \color none
27570 ½
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Standard
27579
27580 \family roman
27581 \series medium
27582 \shape up
27583 \emph off
27584 \bar no
27585 \noun off
27586 \color none
27587 Í
27588 \end_layout
27589
27590 \end_inset
27591 </cell>
27592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27593 \begin_inset Text
27594
27595 \begin_layout Standard
27596
27597 \family roman
27598 \series medium
27599 \shape up
27600 \emph off
27601 \bar no
27602 \noun off
27603 \color none
27604 Ý
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Standard
27613
27614 \family roman
27615 \series medium
27616 \shape up
27617 \emph off
27618 \bar no
27619 \noun off
27620 \color none
27621 í
27622 \end_layout
27623
27624 \end_inset
27625 </cell>
27626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27627 \begin_inset Text
27628
27629 \begin_layout Standard
27630
27631 \family roman
27632 \series medium
27633 \shape up
27634 \emph off
27635 \bar no
27636 \noun off
27637 \color none
27638 ý
27639 \end_layout
27640
27641 \end_inset
27642 </cell>
27643 </row>
27644 <row topline="true">
27645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Standard
27649
27650 \family roman
27651 \series medium
27652 \shape up
27653 \size tiny
27654 \emph off
27655 \bar no
27656 \noun off
27657 \color none
27658 0E
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 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27673 \begin_inset Text
27674
27675 \begin_layout Standard
27676
27677 \end_layout
27678
27679 \end_inset
27680 </cell>
27681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27682 \begin_inset Text
27683
27684 \begin_layout Standard
27685
27686 \family roman
27687 \series medium
27688 \shape up
27689 \emph off
27690 \bar no
27691 \noun off
27692 \color none
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 \family roman
27704 \series medium
27705 \shape up
27706 \emph off
27707 \bar no
27708 \noun off
27709 \color none
27710 >
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Standard
27719
27720 \family roman
27721 \series medium
27722 \shape up
27723 \emph off
27724 \bar no
27725 \noun off
27726 \color none
27727 N
27728 \end_layout
27729
27730 \end_inset
27731 </cell>
27732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27733 \begin_inset Text
27734
27735 \begin_layout Standard
27736
27737 \family roman
27738 \series medium
27739 \shape up
27740 \emph off
27741 \bar no
27742 \noun off
27743 \color none
27744 ^
27745 \end_layout
27746
27747 \end_inset
27748 </cell>
27749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27750 \begin_inset Text
27751
27752 \begin_layout Standard
27753
27754 \family roman
27755 \series medium
27756 \shape up
27757 \emph off
27758 \bar no
27759 \noun off
27760 \color none
27761 n
27762 \end_layout
27763
27764 \end_inset
27765 </cell>
27766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27767 \begin_inset Text
27768
27769 \begin_layout Standard
27770
27771 \family roman
27772 \series medium
27773 \shape up
27774 \emph off
27775 \bar no
27776 \noun off
27777 \color none
27778 ~
27779 \end_layout
27780
27781 \end_inset
27782 </cell>
27783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27784 \begin_inset Text
27785
27786 \begin_layout Standard
27787
27788 \end_layout
27789
27790 \end_inset
27791 </cell>
27792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27793 \begin_inset Text
27794
27795 \begin_layout Standard
27796
27797 \end_layout
27798
27799 \end_inset
27800 </cell>
27801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27802 \begin_inset Text
27803
27804 \begin_layout Standard
27805
27806 \family roman
27807 \series medium
27808 \shape up
27809 \emph off
27810 \bar no
27811 \noun off
27812 \color none
27813 ®
27814 \end_layout
27815
27816 \end_inset
27817 </cell>
27818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Standard
27822
27823 \family roman
27824 \series medium
27825 \shape up
27826 \emph off
27827 \bar no
27828 \noun off
27829 \color none
27830 ¾
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Standard
27839
27840 \family roman
27841 \series medium
27842 \shape up
27843 \emph off
27844 \bar no
27845 \noun off
27846 \color none
27847 Î
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Standard
27856
27857 \family roman
27858 \series medium
27859 \shape up
27860 \emph off
27861 \bar no
27862 \noun off
27863 \color none
27864 Þ
27865 \end_layout
27866
27867 \end_inset
27868 </cell>
27869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27870 \begin_inset Text
27871
27872 \begin_layout Standard
27873
27874 \family roman
27875 \series medium
27876 \shape up
27877 \emph off
27878 \bar no
27879 \noun off
27880 \color none
27881 î
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Standard
27890
27891 \family roman
27892 \series medium
27893 \shape up
27894 \emph off
27895 \bar no
27896 \noun off
27897 \color none
27898 þ
27899 \end_layout
27900
27901 \end_inset
27902 </cell>
27903 </row>
27904 <row topline="true" bottomline="true">
27905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27906 \begin_inset Text
27907
27908 \begin_layout Standard
27909
27910 \family roman
27911 \series medium
27912 \shape up
27913 \size tiny
27914 \emph off
27915 \bar no
27916 \noun off
27917 \color none
27918 0F
27919 \end_layout
27920
27921 \end_inset
27922 </cell>
27923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27924 \begin_inset Text
27925
27926 \begin_layout Standard
27927
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Standard
27945
27946 \family roman
27947 \series medium
27948 \shape up
27949 \emph off
27950 \bar no
27951 \noun off
27952 \color none
27953 /
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Standard
27962
27963 \family roman
27964 \series medium
27965 \shape up
27966 \emph off
27967 \bar no
27968 \noun off
27969 \color none
27970 ?
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Standard
27979
27980 \family roman
27981 \series medium
27982 \shape up
27983 \emph off
27984 \bar no
27985 \noun off
27986 \color none
27987 O
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Standard
27996
27997 \family roman
27998 \series medium
27999 \shape up
28000 \emph off
28001 \bar no
28002 \noun off
28003 \color none
28004 _
28005 \end_layout
28006
28007 \end_inset
28008 </cell>
28009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28010 \begin_inset Text
28011
28012 \begin_layout Standard
28013
28014 \family roman
28015 \series medium
28016 \shape up
28017 \emph off
28018 \bar no
28019 \noun off
28020 \color none
28021 o
28022 \end_layout
28023
28024 \end_inset
28025 </cell>
28026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28027 \begin_inset Text
28028
28029 \begin_layout Standard
28030
28031 \end_layout
28032
28033 \end_inset
28034 </cell>
28035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28036 \begin_inset Text
28037
28038 \begin_layout Standard
28039
28040 \end_layout
28041
28042 \end_inset
28043 </cell>
28044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28045 \begin_inset Text
28046
28047 \begin_layout Standard
28048
28049 \end_layout
28050
28051 \end_inset
28052 </cell>
28053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28054 \begin_inset Text
28055
28056 \begin_layout Standard
28057
28058 \family roman
28059 \series medium
28060 \shape up
28061 \emph off
28062 \bar no
28063 \noun off
28064 \color none
28065 ¯
28066 \end_layout
28067
28068 \end_inset
28069 </cell>
28070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28071 \begin_inset Text
28072
28073 \begin_layout Standard
28074
28075 \family roman
28076 \series medium
28077 \shape up
28078 \emph off
28079 \bar no
28080 \noun off
28081 \color none
28082 ¿
28083 \end_layout
28084
28085 \end_inset
28086 </cell>
28087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28088 \begin_inset Text
28089
28090 \begin_layout Standard
28091
28092 \family roman
28093 \series medium
28094 \shape up
28095 \emph off
28096 \bar no
28097 \noun off
28098 \color none
28099 Ï
28100 \end_layout
28101
28102 \end_inset
28103 </cell>
28104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28105 \begin_inset Text
28106
28107 \begin_layout Standard
28108
28109 \family roman
28110 \series medium
28111 \shape up
28112 \emph off
28113 \bar no
28114 \noun off
28115 \color none
28116 ß
28117 \end_layout
28118
28119 \end_inset
28120 </cell>
28121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28122 \begin_inset Text
28123
28124 \begin_layout Standard
28125
28126 \family roman
28127 \series medium
28128 \shape up
28129 \emph off
28130 \bar no
28131 \noun off
28132 \color none
28133 ï
28134 \end_layout
28135
28136 \end_inset
28137 </cell>
28138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28139 \begin_inset Text
28140
28141 \begin_layout Standard
28142
28143 \family roman
28144 \series medium
28145 \shape up
28146 \emph off
28147 \bar no
28148 \noun off
28149 \color none
28150 ÿ
28151 \end_layout
28152
28153 \end_inset
28154 </cell>
28155 </row>
28156 </lyxtabular>
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \end_layout
28167
28168 \begin_layout Standard
28169 The following is a full list of all of the accented characters LyX can display
28170  directly.
28171  It includes not only the accented characters from the previous table, but
28172  also the characters from 
28173 \family typewriter
28174 ISO8859--2
28175 \family default
28176  through 
28177 \family typewriter
28178 4
28179 \family default
28180 .
28181  
28182 \end_layout
28183
28184 \begin_layout Itemize
28185 From 
28186 \family typewriter
28187 ISO8859--1
28188 \family default
28189 :
28190 \end_layout
28191
28192 \begin_deeper
28193 \begin_layout Standard
28194 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
28195 \hfill
28196 diaeresis
28197 \end_layout
28198
28199 \begin_layout Standard
28200 ^ Â Ê Î Ô Û â ê î ô û
28201 \hfill
28202 circumflex
28203 \end_layout
28204
28205 \begin_layout Standard
28206 ` À È Ì Ò Ù à è ì ò ù
28207 \hfill
28208 grave
28209 \end_layout
28210
28211 \begin_layout Standard
28212 ´ Á É Í Ó Ú Ý á é í ó ú ý
28213 \hfill
28214 acute
28215 \end_layout
28216
28217 \begin_layout Standard
28218 ~ Ã Ñ Õ ã ñ õ
28219 \hfill
28220 tilde
28221 \end_layout
28222
28223 \begin_layout Standard
28224 ¸Çç
28225 \hfill
28226 cedilla
28227 \end_layout
28228
28229 \begin_layout Standard
28230 ¯
28231 \hfill
28232 macron
28233 \begin_inset Foot
28234 status collapsed
28235
28236 \begin_layout Standard
28237 The dead macron in usually not needed, as you will use a non--dead key for
28238  this instead.
28239  For example, S-M-minus, or if 
28240 \family typewriter
28241 \shape up
28242 .Xmodmap
28243 \family default
28244 \shape default
28245  is correct, S-M-macron.
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \end_deeper
28254 \begin_layout Itemize
28255 From 
28256 \family typewriter
28257 ISO8859--2
28258 \family default
28259  through 
28260 \family typewriter
28261 4
28262 \family default
28263 :
28264 \end_layout
28265
28266 \begin_deeper
28267 \begin_layout Standard
28268 ĤĴĥȷ̂ĈĜŜĉĝŝ
28269 \hfill
28270 circumflex
28271 \end_layout
28272
28273 \begin_layout Standard
28274 ŚŹśźŔĹĆŃŕĺćń
28275 \hfill
28276 acute
28277 \end_layout
28278
28279 \begin_layout Standard
28280 Ĩı̃Ũũ
28281 \hfill
28282 tilde
28283 \end_layout
28284
28285 \begin_layout Standard
28286 ŞşŢţŖĻĢŗļģŅĶņķ
28287 \hfill
28288 cedilla
28289 \begin_inset Foot
28290 status collapsed
28291
28292 \begin_layout Standard
28293 These characters might not look very nice on screen, but they will be just
28294  fine when run through LaTeX and printed.
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Standard
28303 ĒēĀĪŌŪāı̄ōū
28304 \hfill
28305 macron
28306 \end_layout
28307
28308 \begin_layout Standard
28309 ŐŰőű
28310 \hfill
28311 hungarian umlaut
28312 \end_layout
28313
28314 \end_deeper
28315 \begin_layout Standard
28316 All the characters above are actively supported by TeX fonts.
28317  In addition TeX allows diacritical marks on almost all characters.
28318  Also make sure you're using the 
28319 \family typewriter
28320 T1
28321 \family default
28322  font-encoding.
28323 \end_layout
28324
28325 \begin_layout Chapter
28326 Credits
28327 \end_layout
28328
28329 \begin_layout Standard
28330 The documentation is a collaborative effort between many different people
28331  (and we would encourage people to contribute !).
28332 \end_layout
28333
28334 \begin_layout Standard
28335 First, we need to give due credit to those who came before us.
28336  They gave us the base upon which the new manuals are built, and some continue
28337  to provide information:
28338 \end_layout
28339
28340 \begin_layout Itemize
28341
28342 \noun on
28343 Matthias Ettrich
28344 \noun default
28345  wrote the original documentation, from which this manual is built, as well
28346  as the introduction to this manual [or the 
28347 \begin_inset Quotes eld
28348 \end_inset
28349
28350 LyX Manifesto,
28351 \begin_inset Quotes erd
28352 \end_inset
28353
28354  as some of us call it].
28355 \end_layout
28356
28357 \begin_layout Itemize
28358
28359 \noun on
28360 Lars Gullik Bjønnes
28361 \noun default
28362  wrote several minidocs, including some of the information about international
28363  support in LyX.
28364 \end_layout
28365
28366 \begin_layout Itemize
28367
28368 \noun on
28369 Ivan Schreter
28370 \noun default
28371  also wrote a minidoc about international support, specifically about internatio
28372 nal keyboard maps and customization.
28373 \end_layout
28374
28375 \begin_layout Itemize
28376
28377 \noun on
28378 Alejandro Aguilar Sierra
28379 \noun default
28380  originally documented math mode and provided the entries for the math functions
28381  in 
28382 \family typewriter
28383 Reference.lyx
28384 \end_layout
28385
28386 \begin_layout Itemize
28387 Special thanks to the LyX Team\InsetSpace ~
28388
28389 \begin_inset LatexCommand cite
28390 key "lyxcredit"
28391
28392 \end_inset
28393
28394  for help and answers to questions.
28395 \end_layout
28396
28397 \begin_layout Standard
28398 Next, it's time to give credit to the 
28399 \begin_inset Quotes eld
28400 \end_inset
28401
28402 LyX Documentation Team,
28403 \begin_inset Quotes erd
28404 \end_inset
28405
28406  all of the people who helped rewrite the old documentation into the form
28407  it had after LyX version 0.10:
28408 \end_layout
28409
28410 \begin_layout Itemize
28411
28412 \noun on
28413 David Johnson
28414 \noun default
28415 :
28416 \end_layout
28417
28418 \begin_deeper
28419 \begin_layout Itemize
28420 Contributor to the FAQ and the old 
28421 \begin_inset Quotes eld
28422 \end_inset
28423
28424
28425 \family typewriter
28426 HowDoI-.lyx
28427 \family default
28428
28429 \begin_inset Quotes erd
28430 \end_inset
28431
28432  [now defunct].
28433 \end_layout
28434
28435 \begin_layout Itemize
28436 General editing assistance.
28437 \end_layout
28438
28439 \begin_layout Itemize
28440 Documentation of: 
28441 \end_layout
28442
28443 \begin_deeper
28444 \begin_layout Itemize
28445 math mode 
28446 \end_layout
28447
28448 \begin_layout Itemize
28449 tables
28450 \end_layout
28451
28452 \begin_layout Itemize
28453 spellchecking
28454 \end_layout
28455
28456 \end_deeper
28457 \end_deeper
28458 \begin_layout Itemize
28459
28460 \noun on
28461 Rich Fields
28462 \noun default
28463 :
28464 \end_layout
28465
28466 \begin_deeper
28467 \begin_layout Itemize
28468 Primary contributor to 
28469 \family typewriter
28470 Reference.lyx
28471 \end_layout
28472
28473 \begin_layout Itemize
28474 Documentation of the basic LyX interface in 
28475 \family typewriter
28476 UserGuide.lyx
28477 \end_layout
28478
28479 \end_deeper
28480 \begin_layout Itemize
28481
28482 \noun on
28483 Paul Evans
28484 \noun default
28485 :
28486 \end_layout
28487
28488 \begin_deeper
28489 \begin_layout Itemize
28490 Former maintainer of the FAQ and the old 
28491 \begin_inset Quotes eld
28492 \end_inset
28493
28494
28495 \family typewriter
28496 HowDoI-.lyx
28497 \family default
28498
28499 \begin_inset Quotes erd
28500 \end_inset
28501
28502  [now defunct].
28503 \end_layout
28504
28505 \end_deeper
28506 \begin_layout Itemize
28507
28508 \noun on
28509 Paul Russel:
28510 \end_layout
28511
28512 \begin_deeper
28513 \begin_layout Itemize
28514 Documentation of figures and imported graphics in 
28515 \family typewriter
28516 UserGuide.lyx
28517 \end_layout
28518
28519 \end_deeper
28520 \begin_layout Itemize
28521
28522 \noun on
28523 John Raithel
28524 \noun default
28525 :
28526 \end_layout
28527
28528 \begin_deeper
28529 \begin_layout Itemize
28530 Documentation of internationalization features in 
28531 \family typewriter
28532 UserGuide.lyx
28533 \end_layout
28534
28535 \end_deeper
28536 \begin_layout Itemize
28537
28538 \noun on
28539 Robin Socha:
28540 \end_layout
28541
28542 \begin_deeper
28543 \begin_layout Itemize
28544 Documentation of:
28545 \end_layout
28546
28547 \begin_deeper
28548 \begin_layout Itemize
28549 footnotes
28550 \end_layout
28551
28552 \begin_layout Itemize
28553 margin notes
28554 \end_layout
28555
28556 \begin_layout Itemize
28557 table of contents
28558 \end_layout
28559
28560 \begin_layout Itemize
28561 cross-references
28562 \end_layout
28563
28564 \end_deeper
28565 \end_deeper
28566 \begin_layout Itemize
28567
28568 \noun on
28569 Amir Karger
28570 \end_layout
28571
28572 \begin_deeper
28573 \begin_layout Itemize
28574 Primary contributor to 
28575 \family typewriter
28576 Tutorial.lyx
28577 \end_layout
28578
28579 \end_deeper
28580 \begin_layout Itemize
28581
28582 \noun on
28583 Matthias Zenker:
28584 \end_layout
28585
28586 \begin_deeper
28587 \begin_layout Itemize
28588 Documentation of 
28589 \end_layout
28590
28591 \begin_deeper
28592 \begin_layout Itemize
28593 manual fine-tuning 
28594 \end_layout
28595
28596 \begin_layout Itemize
28597 using LaTeX from within LyX
28598 \end_layout
28599
28600 \end_deeper
28601 \end_deeper
28602 \begin_layout Itemize
28603
28604 \noun on
28605 John Weiss
28606 \noun default
28607 :
28608 \end_layout
28609
28610 \begin_deeper
28611 \begin_layout Itemize
28612 General organization and format of the documents.
28613 \end_layout
28614
28615 \begin_layout Itemize
28616 Documentation of :
28617 \end_layout
28618
28619 \begin_deeper
28620 \begin_layout Itemize
28621 LyX setup
28622 \end_layout
28623
28624 \begin_layout Itemize
28625 paragraph environments, document layout, nesting, typography notes, fonts
28626 \end_layout
28627
28628 \end_deeper
28629 \begin_layout Itemize
28630 Also responsible for Introduction in 
28631 \family typewriter
28632 Tutorial.lyx
28633 \end_layout
28634
28635 \begin_layout Itemize
28636 Editor of the documents.
28637  [from 6/96-fall 1997]
28638 \end_layout
28639
28640 \end_deeper
28641 \begin_layout Standard
28642 After fall of 1997, the LyX Team as a whole took over maintenance of the
28643  documentation.
28644 \end_layout
28645
28646 \begin_layout Bibliography
28647 \begin_inset LatexCommand bibitem
28648 key "lyxcredit"
28649
28650 \end_inset
28651
28652 The LyX Team: 
28653 \begin_inset ERT
28654 status collapsed
28655
28656 \begin_layout Standard
28657
28658
28659 \backslash
28660 href{http://www.lyx.org/about/credits.php}{
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \emph on
28667 CREDITS
28668 \emph default
28669
28670 \begin_inset ERT
28671 status collapsed
28672
28673 \begin_layout Standard
28674
28675 }
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Bibliography
28684 \begin_inset LatexCommand bibitem
28685 key "latexbook"
28686
28687 \end_inset
28688
28689 Leslie Lamport: 
28690 \emph on
28691 LaTeX: A Document Preparation System.
28692
28693 \emph default
28694  Addison-Wesley, second edition, 1994
28695 \end_layout
28696
28697 \begin_layout Bibliography
28698 \begin_inset LatexCommand bibitem
28699 key "latexcompanion"
28700
28701 \end_inset
28702
28703 Michel Goossens, Frank Mittelbach and Alexander Samarin: 
28704 \emph on
28705 The LaTeX Companion.
28706
28707 \emph default
28708  Addison-Wesley, 1994
28709 \end_layout
28710
28711 \begin_layout Bibliography
28712 \begin_inset LatexCommand bibitem
28713 key "latexguide"
28714
28715 \end_inset
28716
28717 Kopka and Daly: 
28718 \emph on
28719 A Guide to LaTeX2e
28720 \end_layout
28721
28722 \begin_layout Bibliography
28723 \begin_inset LatexCommand bibitem
28724 key "texbook"
28725
28726 \end_inset
28727
28728 Donald E.
28729  Knuth.
28730  
28731 \emph on
28732 The TeXbook
28733 \end_layout
28734
28735 \end_body
28736 \end_document