]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
ab54467ae132a60d482d6ae5efd9264b5afdca98
[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 \author "" 
97 \author "" 
98 \author "" 
99 \end_header
100
101 \begin_body
102
103 \begin_layout Title
104 The LyX User's Guide
105 \end_layout
106
107 \begin_layout Author
108 by the LyX Team
109 \begin_inset Foot
110 status collapsed
111
112 \begin_layout Standard
113 \noindent
114 If you have comments or error corrections, please send them to the LyX Documenta
115 tion mailing list: 
116 \family typewriter
117 lyx-docs@lists.lyx.org
118 \end_layout
119
120 \end_inset
121
122
123 \end_layout
124
125 \begin_layout Standard
126 \begin_inset Note Note
127 status open
128
129 \begin_layout Standard
130 To export this document as pdf, ps or dvi, the LaTeX-package 
131 \series bold
132 hyperref
133 \series default
134  has to be installed.
135 \end_layout
136
137 \begin_layout Standard
138 This package should be part of all popular LaTeX-distributions.
139 \end_layout
140
141 \end_inset
142
143
144 \end_layout
145
146 \begin_layout Standard
147 \begin_inset LatexCommand tableofcontents
148
149 \end_inset
150
151
152 \end_layout
153
154 \begin_layout Chapter
155 Introduction
156 \end_layout
157
158 \begin_layout Section
159 What is LyX?
160 \end_layout
161
162 \begin_layout Standard
163 LyX is a document preparation system.
164  It is a tool for producing beautiful manuscripts, publishable books, business
165  letters and proposals, and even poetry.
166  It is unlike most other 
167 \begin_inset Quotes eld
168 \end_inset
169
170 word processors
171 \begin_inset Quotes erd
172 \end_inset
173
174  in the sense that it uses the paradigm of a markup language as its core
175  editing style.
176  That means that when you type a section header, you mark it as a 
177 \begin_inset Quotes eld
178 \end_inset
179
180 Section
181 \begin_inset Quotes erd
182 \end_inset
183
184 , not 
185 \begin_inset Quotes eld
186 \end_inset
187
188 Bold, 17 pt type, left justified, 5 mm space below
189 \begin_inset Quotes erd
190 \end_inset
191
192 .
193  LyX takes care of the typesetting for you, so you deal only with concepts,
194  not the mechanics.
195 \end_layout
196
197 \begin_layout Standard
198 This philosophy is explained in much greater detail in the 
199 \emph on
200
201 \begin_inset Quotes eld
202 \end_inset
203
204 Introduction
205 \begin_inset Quotes erd
206 \end_inset
207
208
209 \emph default
210 .
211  If you haven't read it yet, you need to.
212  Yes, we mean now.
213 \end_layout
214
215 \begin_layout Standard
216 The 
217 \begin_inset Quotes eld
218 \end_inset
219
220
221 \emph on
222 Introduction
223 \emph default
224
225 \begin_inset Quotes erd
226 \end_inset
227
228  describes several things in addition to LyX's philosophy: most importantly,
229  the format of all of the manuals.
230  If you don't read it, you'll have a bear of a time navigating this manual.
231  You might also be better served looking in one of the other manuals instead
232  of this one.
233  
234 \begin_inset Quotes eld
235 \end_inset
236
237
238 \emph on
239 Introduction
240 \emph default
241
242 \begin_inset Quotes erd
243 \end_inset
244
245  describes that, too.
246 \end_layout
247
248 \begin_layout Section
249 Getting Started
250 \end_layout
251
252 \begin_layout Subsection
253 Invoking LyX
254 \end_layout
255
256 \begin_layout Standard
257 Similar to other Linux [and other brands of Unix] programs, you start LyX
258  by simply typing 
259 \family typewriter
260 lyx
261 \family default
262  at the command line.
263  You can, of course, include several command-line options, including file
264  names.
265  We're not going to repeat all of the command-line options here, since we've
266  already done that in the 
267 \family typewriter
268 man
269 \family default
270  page for LyX.
271  Check there for more info.
272 \end_layout
273
274 \begin_layout Standard
275 There are one or two things we'd like to comment on:
276 \end_layout
277
278 \begin_layout Standard
279 Please note that if you include more than one file name on the command line,
280  LyX will load them all, though it won't display them all simultaneously.
281  More on that in a bit.
282 \end_layout
283
284 \begin_layout Subsection
285 How LyX Looks
286 \end_layout
287
288 \begin_layout Standard
289 Like most applications, LyX has the familiar menu bar across the top of
290  its window.
291  Below it is a toolbar with a pulldown box and various buttons.
292  There is, of course, a vertical scrollbar and a main work area for editing
293  documents.
294  Near the bottom of the window is a small window containing a single line
295  of text.
296  This is the 
297 \emph on
298 minibuffer
299 \emph default
300  (a term which we've swiped, lock, stock, and barrel, from GNU Emacs), which
301  really means 
302 \begin_inset Quotes eld
303 \end_inset
304
305 command buffer
306 \begin_inset Quotes erd
307 \end_inset
308
309 .
310  Type 
311 \family sans
312 M-x
313 \family default
314  when you need to type a command in the minibuffer.
315 \end_layout
316
317 \begin_layout Standard
318 Note that there is no horizontal scroll bar.
319  This is not a bug or an oversight, but intentional.
320  When you read a book, you expect the end of a line to wrap around to the
321  next line.
322  Text overflows onto new pages in a vertical fashion, hence the need for
323  only a vertical scrollbar.
324 \end_layout
325
326 \begin_layout Standard
327 There are three cases where you might want a horizontal scrollbar.
328  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
329  This, however, is due
330  to a flaw in the routine that displays graphics on the LyX screen in a
331  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
332  as you'd need to rescale graphics to fit on a page.
333  The second and third cases are tables and equations which are wider than
334  the LyX window.
335  You can use the arrow keys to scroll horizontally through the table, but
336  this doesn't work for equations yet.
337 \end_layout
338
339 \begin_layout Subsection
340 HELP!
341 \end_layout
342
343 \begin_layout Standard
344 First, the bad news: the help system is not as thorough as that in many
345  commercial applications.
346  Patience.
347  We're working on it.
348 \end_layout
349
350 \begin_layout Standard
351 Now the good news: the help system consists of the LyX manuals.
352  You can read 
353 \emph on
354 all
355 \emph default
356  of the manuals from inside LyX.
357  Just select the manual you want read from the 
358 \family sans
359 \bar under
360 H
361 \bar default
362 elp
363 \family default
364  menu.
365 \end_layout
366
367 \begin_layout Standard
368 While we're at it, we'd like to make a comment about the manuals.
369  They're not idiot-proof, not in the least.
370  Here's what one of our authors, 
371 \noun on
372 John Weiss
373 \noun default
374 , once said about manuals:
375 \end_layout
376
377 \begin_layout Quotation
378 I hate manuals.
379 \end_layout
380
381 \begin_layout Quotation
382 Yes, we've all dealt with the terse, poorly-translated, or cryptic manuals.
383  They are aggravating.
384  I find, however, that the overly simplified ones are even more aggravating.
385  First, they spend about half their time carefully explaining to the user
386  how to operate a mouse, what a menu is, et cetera, ad nauseum.
387  Please, if someone doesn't know how to use their own computer, or a GUI,
388  then they should sit down and learn 
389 \emph on
390 before
391 \emph default
392  they start up a major piece of software.
393 \end_layout
394
395 \begin_layout Quotation
396 Second, what information they do provide seems to assume that the user is
397  stupid.
398  Utter nonsense! Most users, in my experience, are some combination of clueless
399  and intimidated, not stupid.
400  Besides, if someone is truly slow on the uptake, they need help that a
401  manual for a piece of computer software can't give.
402 \end_layout
403
404 \begin_layout Standard
405
406 \emph on
407 Editor's Note: With this in mind, I've instructed all of the other authors
408  to avoid patronizing you, the reader, and to be more pedagogical than pedantic.
409  As for those who are too lazy to read and understand the manuals --- well,
410  as we say here in America, there's no such thing as a free lunch.
411  - jw
412 \end_layout
413
414 \begin_layout Section
415 The LyX Interface
416 \end_layout
417
418 \begin_layout Subsection
419 Basic File Operations
420 \end_layout
421
422 \begin_layout Standard
423 Under the 
424 \family sans
425 \bar under
426 F
427 \bar default
428 ile
429 \family default
430  menu are the 9 basic operations for any word processor in addition to some
431  more advanced operations:
432 \end_layout
433
434 \begin_layout Itemize
435
436 \family sans
437 \bar under
438 N
439 \bar default
440 ew
441 \end_layout
442
443 \begin_layout Itemize
444
445 \family sans
446 New\InsetSpace ~
447 from
448 \bar under
449 \InsetSpace ~
450 T
451 \bar default
452 emplate
453 \end_layout
454
455 \begin_layout Itemize
456
457 \family sans
458 \bar under
459 O
460 \bar default
461 pen
462 \end_layout
463
464 \begin_layout Itemize
465
466 \family sans
467 \bar under
468 C
469 \bar default
470 lose
471 \end_layout
472
473 \begin_layout Itemize
474
475 \family sans
476 \bar under
477 S
478 \bar default
479 ave
480 \end_layout
481
482 \begin_layout Itemize
483
484 \family sans
485 Save\InsetSpace ~
486
487 \bar under
488 A
489 \bar default
490 s
491 \end_layout
492
493 \begin_layout Itemize
494
495 \family sans
496 \bar under
497 R
498 \bar default
499 evert
500 \end_layout
501
502 \begin_layout Itemize
503
504 \family sans
505 \bar under
506 P
507 \bar default
508 rint
509 \end_layout
510
511 \begin_layout Itemize
512
513 \family sans
514 E
515 \bar under
516 x
517 \bar default
518 it
519 \end_layout
520
521 \begin_layout Standard
522 They all do pretty much the same thing as in other word processors, with
523  a few minor differences.
524  The 
525 \family sans
526 \bar under
527 F
528 \bar default
529 ile\SpecialChar \menuseparator
530 New\InsetSpace ~
531 from
532 \bar under
533 \InsetSpace ~
534 T
535 \bar default
536 emplate
537 \family default
538  command not only prompts you for a name for the new file, but also prompts
539  you for a template to use.
540  Selecting a template will automatically set certain layout features for
541  the document, features you would otherwise need to change manually.
542  They can be of use for certain classes, especially those for writing letters
543  [see sec.
544  
545 \begin_inset LatexCommand ref
546 reference "sec:doc-classes"
547
548 \end_inset
549
550 ]
551 \end_layout
552
553 \begin_layout Standard
554 Note: There is no 
555 \begin_inset Quotes eld
556 \end_inset
557
558 default file
559 \begin_inset Quotes erd
560 \end_inset
561
562  or document named 
563 \begin_inset Quotes eld
564 \end_inset
565
566 Untitled
567 \begin_inset Quotes erd
568 \end_inset
569
570  or 
571 \begin_inset Quotes eld
572 \end_inset
573
574 scratch.
575 \begin_inset Quotes erd
576 \end_inset
577
578  Unless you tell LyX to open a file or create a new one, that big, blank
579  space is just that --- a big, blank space.
580 \end_layout
581
582 \begin_layout Standard
583 The 
584 \family sans
585 \bar under
586 R
587 \bar default
588 evert
589 \family default
590  command is useful if more people work on the same document at the same
591  time
592 \begin_inset Foot
593 status collapsed
594
595 \begin_layout Standard
596 If you plan to do this, you should check out the Version Control feature
597  in LyX also.
598  Read 
599 \emph on
600 Extended Features
601 \emph default
602 \SpecialChar \@.
603
604 \end_layout
605
606 \end_inset
607
608 .
609  It will simply reload the document from disk.
610  You can of course also use it if you regret that you changed a document
611  and want to restore it to the last save.
612 \end_layout
613
614 \begin_layout Standard
615 The second matter of note concerns the commands 
616 \family sans
617 \bar under
618 F
619 \bar default
620 ile\SpecialChar \menuseparator
621
622 \bar under
623 C
624 \bar default
625 lose
626 \family default
627  and 
628 \family sans
629 \bar under
630 F
631 \bar default
632 ile\SpecialChar \menuseparator
633 E
634 \bar under
635 x
636 \bar default
637 it
638 \family default
639 .
640  They both feature a 
641 \begin_inset Quotes eld
642 \end_inset
643
644 nag box
645 \begin_inset Quotes erd
646 \end_inset
647
648  to save us all from our own stupidity.
649  That is, if you try to close a file with changes [or exit LyX], you'll
650  be informed that there are unsaved files.
651 \end_layout
652
653 \begin_layout Subsection
654 Basic Editing Features
655 \end_layout
656
657 \begin_layout Standard
658 Like most modern word processors, LyX can perform cut and paste operations
659  on blocks of text, can move by character, word, or screenful of text, and
660  can delete whole words as well as individual characters.
661  The next four sections cover the basic LyX editing features and how to
662  access them.
663  We'll start with cut and paste.
664 \end_layout
665
666 \begin_layout Standard
667 As you might expect, the 
668 \family sans
669 \bar under
670 E
671 \bar default
672 dit
673 \family default
674  menu has the cut and paste commands, along with various other editing features.
675  Some of these are special and covered in later sections.
676  The basic ones are:
677 \end_layout
678
679 \begin_layout Itemize
680
681 \family sans
682 Cut
683 \end_layout
684
685 \begin_layout Itemize
686
687 \family sans
688 Copy
689 \end_layout
690
691 \begin_layout Itemize
692
693 \family sans
694 Paste
695 \end_layout
696
697 \begin_layout Itemize
698
699 \family sans
700 \bar under
701 F
702 \bar default
703 ind\InsetSpace ~
704 &\InsetSpace ~
705 Replace\SpecialChar \ldots{}
706
707 \end_layout
708
709 \begin_layout Standard
710 The first three are self-explanatory.
711  One thing to note: whenever you delete a block of text that you've selected,
712  it's automatically placed in the clipboard.
713  That is, the 
714 \family sans
715 Delete
716 \family default
717  and 
718 \family sans
719 Backspace
720 \family default
721  keys also functions as the 
722 \family sans
723 Cut
724 \family default
725  command.
726  Also, if you've selected text, be careful.
727  If you hit a key, LyX will completely delete the selected text and replace
728  it with what you just typed.
729  You'll have to do an 
730 \family sans
731 \bar under
732 U
733 \bar default
734 ndo
735 \family default
736  to get back the lost text.
737 \end_layout
738
739 \begin_layout Standard
740 The 
741 \family sans
742 \bar under
743 E
744 \bar default
745 dit\SpecialChar \menuseparator
746
747 \bar under
748 F
749 \bar default
750 ind\InsetSpace ~
751 &\InsetSpace ~
752 Replace\SpecialChar \ldots{}
753
754 \family default
755  item opens the 
756 \family sans
757 Find\InsetSpace ~
758 &\InsetSpace ~
759 Replace
760 \family default
761  dialog.
762  The text you want to find goes in the 
763 \family sans
764 Fi
765 \bar under
766 n
767 \bar default
768 d
769 \family default
770  box.
771  Once you've found a word or expression, LyX selects it.
772  Hitting the 
773 \family sans
774 \bar under
775 R
776 \bar default
777 eplace
778 \family default
779  button replaces the selected text with the contents of the 
780 \family sans
781 Replace\InsetSpace ~
782
783 \bar under
784 w
785 \bar default
786 ith
787 \family default
788  box.
789  You can click to search again to skip the current word.
790 \end_layout
791
792 \begin_layout Standard
793 Hit 
794 \family sans
795 Replace
796 \family default
797  
798 \family sans
799 \bar under
800 A
801 \bar default
802 ll
803 \family default
804  to replace all occurrences of the text in the document automatically.
805 \end_layout
806
807 \begin_layout Standard
808 The 
809 \family sans
810 Ca
811 \bar under
812 s
813 \bar default
814 e\InsetSpace ~
815 sensitive
816 \family default
817  toggle button can be used if you want the search to consider the case of
818  the search word.
819  If the toggle is set, searching for 
820 \begin_inset Quotes eld
821 \end_inset
822
823
824 \family typewriter
825 Match
826 \family default
827
828 \begin_inset Quotes erd
829 \end_inset
830
831  will not match the word 
832 \begin_inset Quotes eld
833 \end_inset
834
835
836 \family typewriter
837 match
838 \family default
839
840 \begin_inset Quotes erd
841 \end_inset
842
843 .
844 \end_layout
845
846 \begin_layout Standard
847 The 
848 \family sans
849 \bar under
850 M
851 \bar default
852 atch\InsetSpace ~
853 Word
854 \family default
855  toggle button can be used to force LyX to only find complete words.
856  I.e., searching for 
857 \begin_inset Quotes eld
858 \end_inset
859
860
861 \family typewriter
862 match
863 \family default
864
865 \begin_inset Quotes erd
866 \end_inset
867
868  will not match 
869 \begin_inset Quotes eld
870 \end_inset
871
872
873 \family typewriter
874 matches
875 \family default
876
877 \begin_inset Quotes erd
878 \end_inset
879
880
881 \begin_inset Quotes eld
882 \end_inset
883
884
885 \family typewriter
886 matchbox
887 \family default
888
889 \begin_inset Quotes erd
890 \end_inset
891
892 , etc.
893 \end_layout
894
895 \begin_layout Subsection
896 Undo and Redo
897 \end_layout
898
899 \begin_layout Standard
900 If you make a mistake, you can easily recover from it.
901  LyX has a large-capacity undo/redo buffer.
902  Select 
903 \family sans
904 \bar under
905 E
906 \bar default
907 dit\SpecialChar \menuseparator
908
909 \bar under
910 U
911 \bar default
912 ndo
913 \family default
914  to undo some mistake.
915  If you accidently undo too much, use 
916 \family sans
917 \bar under
918 E
919 \bar default
920 dit\SpecialChar \menuseparator
921
922 \bar under
923 R
924 \bar default
925 edo
926 \family default
927  to 
928 \begin_inset Quotes eld
929 \end_inset
930
931 undo the undo.
932 \begin_inset Quotes erd
933 \end_inset
934
935  The undo mechanism is currently limited to 100 steps to minimise memory
936  overhead.
937  
938 \end_layout
939
940 \begin_layout Standard
941 Notice that if you revert back all changes to arrive to the document as
942  it was last saved, the 
943 \begin_inset Quotes eld
944 \end_inset
945
946 changed
947 \begin_inset Quotes erd
948 \end_inset
949
950  status of the document is unfortunately not reset.
951  This is a consequence of the 100 step undo limit, above.
952 \end_layout
953
954 \begin_layout Standard
955 The 
956 \family sans
957 \bar under
958 U
959 \bar default
960 ndo
961 \family default
962  and 
963 \family sans
964 \bar under
965 R
966 \bar default
967 edo
968 \family default
969  work on almost everything in LyX.
970  They have some quirks, too.
971  They won't 
972 \family sans
973 \bar under
974 U
975 \bar default
976 ndo
977 \family default
978  or 
979 \family sans
980 \bar under
981 R
982 \bar default
983 edo
984 \family default
985  text character by character, but by blocks of text.
986  That can take some getting used to; you'll have to play with 
987 \family sans
988 \bar under
989 U
990 \bar default
991 ndo
992 \family default
993  and 
994 \family sans
995 \bar under
996 R
997 \bar default
998 edo
999 \family default
1000  to get a feel for just how much they'll undo/redo, and after time, you'll
1001  hopefully appreciate how it works.
1002 \end_layout
1003
1004 \begin_layout Subsection
1005 Basic Mouse Bindings
1006 \end_layout
1007
1008 \begin_layout Standard
1009 We're not going to go into all of the mouse bindings here.
1010  Some of the other sections of this manual cover specific operations you
1011  can do with the mouse.
1012  Instead, we're going to cover the most basic mouse operations.
1013 \end_layout
1014
1015 \begin_layout Enumerate
1016 Motion
1017 \end_layout
1018
1019 \begin_deeper
1020 \begin_layout Itemize
1021 Click the 
1022 \emph on
1023 left mouse button
1024 \emph default
1025  once anywhere in the edit window.
1026  The cursor moves to the text under the mouse.
1027 \end_layout
1028
1029 \end_deeper
1030 \begin_layout Enumerate
1031 Selecting Text
1032 \end_layout
1033
1034 \begin_deeper
1035 \begin_layout Itemize
1036 Hold down the 
1037 \emph on
1038 left mouse button
1039 \emph default
1040  and drag the mouse.
1041  LyX marks the text between the old and new mouse positions.
1042  Use 
1043 \family sans
1044 \bar under
1045 E
1046 \bar default
1047 dit\SpecialChar \menuseparator
1048 Copy
1049 \family default
1050  to create a copy of the text in LyX's buffer.
1051 \end_layout
1052
1053 \begin_layout Itemize
1054 Re-position the cursor and then paste the text back into LyX using 
1055 \family sans
1056 \bar under
1057 E
1058 \bar default
1059 dit\SpecialChar \menuseparator
1060 Paste
1061 \family default
1062 .
1063 \end_layout
1064
1065 \end_deeper
1066 \begin_layout Enumerate
1067 Footnotes, Margin Notes, Figure and Table Floats, etc.
1068 \end_layout
1069
1070 \begin_deeper
1071 \begin_layout Standard
1072
1073 \emph on
1074 Single click
1075 \emph default
1076  the left mouse button to open or close any of these.
1077  Also check the appropriate section of this manual for more details.
1078 \end_layout
1079
1080 \end_deeper
1081 \begin_layout Enumerate
1082 Tables
1083 \end_layout
1084
1085 \begin_deeper
1086 \begin_layout Standard
1087
1088 \emph on
1089 Single click
1090 \emph default
1091  the right mouse button to open a dialog that will allow you to manipulate
1092  the table.
1093 \end_layout
1094
1095 \end_deeper
1096 \begin_layout Subsection
1097 Basic Key Bindings
1098 \begin_inset LatexCommand label
1099 name "sec: key bindings"
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \begin_layout Standard
1107 Again, we're not going to cover all of the keybindings.
1108  Be aware that there are at least two different primary binding maps: CUA
1109  and Emacs.
1110  I guarantee you will cuss when you press Control-d to delete a character,
1111  and it starts up a DVI previewer instead (or vice versa).
1112 \end_layout
1113
1114 \begin_layout Standard
1115 Some keys, like 
1116 \family sans
1117 Page\InsetSpace ~
1118 Up
1119 \family default
1120
1121 \family sans
1122 Page\InsetSpace ~
1123 Down
1124 \family default
1125
1126 \family sans
1127 Left
1128 \family default
1129
1130 \family sans
1131 Right
1132 \family default
1133
1134 \family sans
1135 Up
1136 \family default
1137 , and 
1138 \family sans
1139 Down
1140 \family default
1141 , do exactly what you expect them to do.
1142  Other keys don't:
1143 \end_layout
1144
1145 \begin_layout Labeling
1146 \labelwidthstring 00.00.0000
1147
1148 \family sans
1149 Tab
1150 \family default
1151  There is no such thing as a tab stop in LyX.
1152  If you don't understand this, go read Sections 
1153 \begin_inset LatexCommand ref
1154 reference "sec:parindentintro"
1155
1156 \end_inset
1157
1158  and 
1159 \begin_inset LatexCommand ref
1160 reference "sec:par-environments"
1161
1162 \end_inset
1163
1164 , especially Section\InsetSpace ~
1165
1166 \begin_inset LatexCommand ref
1167 reference "sec:parenvlists"
1168
1169 \end_inset
1170
1171 , right now.
1172  Yes, right now.
1173  If you're still confused, look in the 
1174 \emph on
1175 Tutorial
1176 \emph default
1177 .
1178 \end_layout
1179
1180 \begin_layout Labeling
1181 \labelwidthstring 00.00.0000
1182
1183 \family sans
1184 Esc
1185 \family default
1186  This is the 
1187 \begin_inset Quotes eld
1188 \end_inset
1189
1190 cancel key.
1191 \begin_inset Quotes erd
1192 \end_inset
1193
1194  It's used, generically, to cancel operations.
1195  Other parts of the manual will go into greater detail about this.
1196 \end_layout
1197
1198 \begin_layout Labeling
1199 \labelwidthstring 00.00.0000
1200
1201 \family sans
1202 Home
1203 \family default
1204 \InsetSpace ~
1205 and\InsetSpace ~
1206
1207 \family sans
1208 End
1209 \family default
1210  These move the cursor, respectively, to the beginning and end of a line,
1211  unless you are using the Emacs bindings where they jump to the beginning
1212  or end of the file.
1213 \end_layout
1214
1215 \begin_layout Labeling
1216 \labelwidthstring 00.00.0000
1217
1218 \family sans
1219 Backspace
1220 \family default
1221 \InsetSpace ~
1222 and\InsetSpace ~
1223
1224 \family sans
1225 Delete
1226 \family default
1227  
1228 \emph on
1229 If
1230 \emph default
1231  you have your keyboard set up correctly under the X Windows System, 
1232 \family sans
1233 Backspace
1234 \family default
1235  works as expected and 
1236 \family sans
1237 Delete
1238 \family default
1239  deletes the character under the cursor [if no text is selected].
1240 \end_layout
1241
1242 \begin_deeper
1243 \begin_layout Standard
1244 If you haven't set up your keyboard under X, or have no idea what we mean
1245  by that, go read section 
1246 \begin_inset LatexCommand ref
1247 reference "sec:x-win-keys"
1248
1249 \end_inset
1250
1251  immediately.
1252  You'll save yourself a lot of headaches.
1253 \end_layout
1254
1255 \end_deeper
1256 \begin_layout Standard
1257 Then there are the modifier keys:
1258 \end_layout
1259
1260 \begin_layout Labeling
1261 \labelwidthstring 00.00.0000
1262
1263 \family sans
1264 Control-
1265 \family default
1266  This has a couple of different uses, depending on which keys it's used
1267  in combination with:
1268 \end_layout
1269
1270 \begin_deeper
1271 \begin_layout Itemize
1272 With 
1273 \family sans
1274 Backspace
1275 \family default
1276  or 
1277 \family sans
1278 Delete
1279 \family default
1280 , it deletes an entire word instead of a single character.
1281 \end_layout
1282
1283 \begin_layout Itemize
1284 With 
1285 \family sans
1286 Left
1287 \family default
1288  and 
1289 \family sans
1290 Right
1291 \family default
1292 , it moves by words instead of characters.
1293 \end_layout
1294
1295 \begin_layout Itemize
1296 With 
1297 \family sans
1298 Home
1299 \family default
1300  and 
1301 \family sans
1302 End
1303 \family default
1304 , it moves to the beginning and the end of the document, respectively.
1305 \end_layout
1306
1307 \end_deeper
1308 \begin_layout Labeling
1309 \labelwidthstring 00.00.0000
1310
1311 \family sans
1312 Shift-
1313 \family default
1314  Use this with any of the motion keys to select the text between the old
1315  and new cursor positions.
1316 \end_layout
1317
1318 \begin_layout Labeling
1319 \labelwidthstring 00.00.0000
1320
1321 \family sans
1322 Meta-
1323 \family default
1324  This is the Alt key on many keyboards, unless your keyboard has a distinct
1325  Meta key.
1326  Unfortunately, X sometimes has their functionality swapped, so if you have
1327  both keys, you will need to do a little trial and error to find out which
1328  one actually performs the 
1329 \family sans
1330 Meta-
1331 \family default
1332  function.
1333  This key does many different things, but it also activates the 
1334 \emph on
1335 menu accelerator keys
1336 \emph default
1337 .
1338  If you use this in combination with any of the underlined letters in a
1339  menu or menu item, it selects that menu item.
1340 \end_layout
1341
1342 \begin_deeper
1343 \begin_layout Standard
1344 For example, the sequence 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348
1349 \family sans
1350 M-e\InsetSpace ~
1351 s
1352 \family default
1353
1354 \begin_inset Quotes erd
1355 \end_inset
1356
1357  brings up the 
1358 \begin_inset Quotes eld
1359 \end_inset
1360
1361 Text Style
1362 \begin_inset Quotes erd
1363 \end_inset
1364
1365  menu.
1366  Typing 
1367 \begin_inset Quotes eld
1368 \end_inset
1369
1370
1371 \family sans
1372 M-f
1373 \family default
1374
1375 \begin_inset Quotes erd
1376 \end_inset
1377
1378  opens the 
1379 \family sans
1380 \bar under
1381 F
1382 \bar default
1383 ile
1384 \family default
1385  menu.
1386 \end_layout
1387
1388 \begin_layout Standard
1389 There are also other things bound to the 
1390 \family sans
1391 Meta-
1392 \family default
1393  key, but you'll have to check in the 
1394 \emph on
1395 Reference
1396 \emph default
1397  
1398 \emph on
1399 manual
1400 \emph default
1401  for more info.
1402 \end_layout
1403
1404 \end_deeper
1405 \begin_layout Standard
1406 Hopefully, you'll learn more and more keybindings and short-cut keys as
1407  you use LyX, because most mouse actions will prompt a small message in
1408  the minibuffer which describe the name of the action, you've just triggered,
1409  and any existing keybindings for that action.
1410  The notation for the keybindings is very similar to the notation used in
1411  this documentation, so you should not have any problems understanding it.
1412  However, notice that Shift-modifiers are explicitly mentioned, so 
1413 \family sans
1414
1415 \begin_inset Quotes eld
1416 \end_inset
1417
1418 M-p S-A
1419 \family default
1420
1421 \begin_inset Quotes erd
1422 \end_inset
1423
1424  means 
1425 \family sans
1426 Meta-p
1427 \family default
1428  followed by a capital 
1429 \family sans
1430 A
1431 \family default
1432 .
1433  
1434 \begin_inset Quotes eld
1435 \end_inset
1436
1437
1438 \family sans
1439 S-C-S
1440 \family default
1441
1442 \begin_inset Quotes erd
1443 \end_inset
1444
1445  means 
1446 \family sans
1447 Shift-Control-s
1448 \family default
1449 .
1450 \end_layout
1451
1452 \begin_layout Section
1453 Using LyX with Other Programs
1454 \end_layout
1455
1456 \begin_layout Subsection
1457 Importing plain text files
1458 \end_layout
1459
1460 \begin_layout Standard
1461 You can import text from an plain text file using the 
1462 \family sans
1463 \bar under
1464 F
1465 \bar default
1466 ile\SpecialChar \menuseparator
1467
1468 \bar under
1469 I
1470 \bar default
1471 mport\SpecialChar \menuseparator
1472
1473 \bar under
1474 A
1475 \bar default
1476 scii\InsetSpace ~
1477 text\InsetSpace ~
1478 as\InsetSpace ~
1479 lines
1480 \family default
1481  or 
1482 \family sans
1483 \bar under
1484 F
1485 \bar default
1486 ile\SpecialChar \menuseparator
1487
1488 \bar under
1489 I
1490 \bar default
1491 mport\SpecialChar \menuseparator
1492
1493 \bar under
1494 A
1495 \bar default
1496 scii\InsetSpace ~
1497 text\InsetSpace ~
1498 as\InsetSpace ~
1499 paragraphs
1500 \family default
1501  options.
1502 \end_layout
1503
1504 \begin_layout Standard
1505
1506 \family sans
1507 \bar under
1508 F
1509 \bar default
1510 ile\SpecialChar \menuseparator
1511
1512 \bar under
1513 I
1514 \bar default
1515 mport\SpecialChar \menuseparator
1516
1517 \bar under
1518 A
1519 \bar default
1520 scii\InsetSpace ~
1521 text\InsetSpace ~
1522 as_lines
1523 \family default
1524  puts each line of the file into its own LyX paragraph.
1525  This is useful if you're importing a text file with a simple list in it.
1526  However, if your text file contains paragraphs in it, LyX will mangle the
1527  paragraphs if you use this form of import.
1528 \end_layout
1529
1530 \begin_layout Standard
1531
1532 \family sans
1533 \bar under
1534 F
1535 \bar default
1536 ile\SpecialChar \menuseparator
1537
1538 \bar under
1539 I
1540 \bar default
1541 mport\SpecialChar \menuseparator
1542
1543 \bar under
1544 A
1545 \bar default
1546 scii\InsetSpace ~
1547 text\InsetSpace ~
1548 as\InsetSpace ~
1549 paragraphs
1550 \family default
1551  preserves paragraphs in text files.
1552  Often in a text file, you didn't put the contents of an entire paragraph
1553  on one line.
1554  You used 
1555 \family sans
1556 Return
1557 \family default
1558  to break up the paragraph into separate lines.
1559  Using the 
1560 \family sans
1561 as\InsetSpace ~
1562 paragraphs
1563 \family default
1564 , LyX won't mangle such paragraphs.
1565  Anything between two consecutive blank lines goes into its own LyX paragraph.
1566  Remember: you must make sure there is a 
1567 \emph on
1568 completely blank
1569 \emph default
1570  line between each and every paragraph in your text file.
1571  If not, LyX might end up merging two paragraphs.
1572 \end_layout
1573
1574 \begin_layout Subsection
1575 Cut and Paste Between LyX and Other X Programs
1576 \end_layout
1577
1578 \begin_layout Standard
1579 The 
1580 \family sans
1581 Cut
1582 \family default
1583
1584 \family sans
1585 Copy
1586 \family default
1587 , and 
1588 \family sans
1589 Paste
1590 \family default
1591  operations will transfer text to and from LyX.
1592  You can copy text from LyX to another window in this way: Select the text
1593  that you want to copy, then go to the destination window and paste the
1594  text with the middle mouse button.
1595  
1596 \end_layout
1597
1598 \begin_layout Standard
1599 Pasting text into LyX also works much the same way as in X.
1600  Select the text with the mouse in another X window.
1601  Go to the Lyx window and paste the text with the middle mouse button.
1602 \end_layout
1603
1604 \begin_layout Chapter
1605 LyX Setup and Supporting Applications
1606 \end_layout
1607
1608 \begin_layout Section
1609 Introduction
1610 \end_layout
1611
1612 \begin_layout Standard
1613 If you're using LyX on a system someone else has set up for you, then you
1614  can safely skip this chapter.
1615  It describes all of the things you need beyond the LyX binary and files
1616  distributed with it.
1617 \end_layout
1618
1619 \begin_layout Standard
1620 If you're installing LyX on your system, 
1621 \emph on
1622 you should read the README's that came with the LyX distribution and then
1623 \emph default
1624  
1625 \family sans
1626 \bar under
1627 H
1628 \bar default
1629 elp\SpecialChar \menuseparator
1630
1631 \bar under
1632 L
1633 \bar default
1634 aTeX\InsetSpace ~
1635 Configuration
1636 \family default
1637 \emph on
1638 .
1639
1640 \emph default
1641  Do that first.
1642  This chapter does not describe installation or setup of the LyX binary
1643  [Well, not everything\SpecialChar \ldots{}
1644 ].
1645  It does describe all of the things you'll need to use LyX to its fullest.
1646 \begin_inset Foot
1647 status collapsed
1648
1649 \begin_layout Standard
1650 This is basically where we decided to document a bunch of info about running
1651  LyX, including what other programs you'll need to make LyX useful.
1652 \end_layout
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \begin_layout Section
1660 Basic LyX Setup
1661 \begin_inset LatexCommand label
1662 name "sec:setup"
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \begin_layout Standard
1670 There are two ways to run LyX.
1671  The first way is to install LyX and all of its support files on your system.
1672  Of course, you need root (administrator) privileges to do that.
1673  The second way to run LyX doesn't require root access, letting you 
1674 \begin_inset Quotes eld
1675 \end_inset
1676
1677 install
1678 \begin_inset Quotes erd
1679 \end_inset
1680
1681  LyX somewhere in your own account.
1682  LyX will automatically detect where it is as long as the supporting directories
1683  are put in the correct places.
1684 \end_layout
1685
1686 \begin_layout Standard
1687 There are several features of LyX that can be configured from inside LyX,
1688  without resorting to configuration files.
1689  First, LyX is able to inspect your system to see what programs, LaTeX document
1690  classes and LaTeX packages are available.
1691  It uses this knowledge to give reasonable defaults to several 
1692 \family typewriter
1693 preferences
1694 \family default
1695  variables.
1696  Although this configuration has already been done when LyX was installed
1697  on your system, you might have some items that you installed locally and
1698  which are not seen by LyX.
1699  To force LyX to re-inspect your system, you should use 
1700 \family sans
1701 \bar under
1702 T
1703 \bar default
1704 ools\SpecialChar \menuseparator
1705
1706 \bar under
1707 R
1708 \bar default
1709 econfigure
1710 \family default
1711 .
1712  You should then restart LyX to ensure that the changes are taken into account.
1713  As far as LaTeX classes and packages are concerned, you will find information
1714  about what has been found under 
1715 \family sans
1716 \bar under
1717 H
1718 \bar default
1719 elp\SpecialChar \menuseparator
1720
1721 \bar under
1722 L
1723 \bar default
1724 aTeX\InsetSpace ~
1725 Configuration
1726 \family default
1727 .
1728 \end_layout
1729
1730 \begin_layout Standard
1731 The second set of settings that you might want to change comprises all the
1732  document-level setting that you can change via the 
1733 \family sans
1734 \bar under
1735 D
1736 \bar default
1737 ocument\SpecialChar \menuseparator
1738
1739 \bar under
1740 S
1741 \bar default
1742 ettings
1743 \family default
1744  dialog.
1745  To do this, open a scrap document, set all these options according to your
1746  taste and save them with the 
1747 \family sans
1748 \bar under
1749 S
1750 \bar default
1751 ave\InsetSpace ~
1752 as\InsetSpace ~
1753 Document\InsetSpace ~
1754 Defaults
1755 \family default
1756  button in the 
1757 \family sans
1758 \bar under
1759 D
1760 \bar default
1761 ocument
1762 \family default
1763  dialog.
1764  This will create a template named 
1765 \family typewriter
1766 default.lyx
1767 \family default
1768  which is automatically loaded by LyX when you open a document without template
1769  such that the settings are automatically set-up as you defined them.
1770 \end_layout
1771
1772 \begin_layout Standard
1773 There are many other user-configurable options that you can feed to LyX.
1774  Upon startup, LyX reads a global options file called 
1775 \family typewriter
1776 lyxrc.defaults
1777 \family default
1778 .
1779  It will then attempt to read a file called 
1780 \family typewriter
1781 preferences
1782 \family default
1783
1784 \begin_inset Foot
1785 status collapsed
1786
1787 \begin_layout Standard
1788 The 
1789 \family typewriter
1790 preferences
1791 \family default
1792  file is found in different directories on different systems.
1793  This directory is called LyX's 
1794 \emph on
1795 user directory
1796 \emph default
1797 .
1798  To find out where it is, use 
1799 \family sans
1800 \bar under
1801 H
1802 \bar default
1803 elp\SpecialChar \menuseparator
1804 About Ly
1805 \bar under
1806 X
1807 \family default
1808 \bar default
1809 .
1810  (You may set up an alternative user directory from the command line, using
1811  the switch 
1812 \family typewriter
1813 -userdir
1814 \family default
1815 .)
1816 \end_layout
1817
1818 \end_inset
1819
1820
1821 \end_layout
1822
1823 \begin_layout Standard
1824 The 
1825 \family sans
1826 \bar under
1827 T
1828 \bar default
1829 ools\SpecialChar \menuseparator
1830
1831 \bar under
1832 P
1833 \bar default
1834 references
1835 \family default
1836  dialog can be used to change these options; the document 
1837 \emph on
1838 Customization
1839 \emph default
1840  contains more information about the preferences dialog and these configuration
1841  files.
1842 \end_layout
1843
1844 \begin_layout Section
1845 Setting Up the X Keyboard [obsolescent]
1846 \begin_inset LatexCommand label
1847 name "sec:x-win-keys"
1848
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \begin_layout Standard
1855 To use LyX properly, X 
1856 \emph on
1857 must
1858 \emph default
1859  be set up correctly.
1860  This is especially vital if you're using the international support features
1861  of LyX and want to use non-English keyboard mappings.
1862  On modern distributions, this likely has been taken care of, but if not,
1863  you must do this yourself.
1864  Administrators of large systems often neglect this, so don't assume that
1865  you're safe if you're using a large system.
1866  Also ordinary users can instruct X how to use his or her keyboard.
1867 \end_layout
1868
1869 \begin_layout Subsection
1870 xmodmap and xkeycaps
1871 \end_layout
1872
1873 \begin_layout Standard
1874 First of all read the man pages for these two programs.
1875  They are your best friends when you are trying to set up X key mapping
1876  correctly.
1877  If you don't have them, install them.
1878 \end_layout
1879
1880 \begin_layout Subsubsection
1881 xmodmap
1882 \end_layout
1883
1884 \begin_layout Standard
1885 This document contains no information on how to use 
1886 \family typewriter
1887 xmodmap
1888 \family default
1889 .
1890  There is a sample 
1891 \family typewriter
1892 .Xmodmap
1893 \family default
1894  file in 
1895 \emph on
1896 Customization
1897 \emph default
1898 .
1899  To load the new X keyboard mappings, place the command 
1900 \family typewriter
1901 xmodmap\InsetSpace ~
1902 .Xmodmap
1903 \family default
1904  somewhere in your startup scripts [e.g.
1905  
1906 \family typewriter
1907 .cshrc
1908 \family default
1909
1910 \family typewriter
1911 .profile
1912 \family default
1913
1914 \family typewriter
1915 .login
1916 \family default
1917  or 
1918 \family typewriter
1919 .xinitrc
1920 \family default
1921  are possible].
1922 \end_layout
1923
1924 \begin_layout Subsubsection
1925 xkeycaps
1926 \end_layout
1927
1928 \begin_layout Standard
1929 This program brings up a graphical version of your keyboard, allows you
1930  to make modifications, and then spits those modifications out to the standard
1931  output in a form readable by 
1932 \family typewriter
1933 xmodmap
1934 \family default
1935 .
1936  It is very useful when you're trying to design a new 
1937 \family typewriter
1938 .Xmodmap
1939 \family default
1940  file, though it will require you to do a bit of cut-and-pasting.
1941 \end_layout
1942
1943 \begin_layout Subsection
1944 Modifiers and Mode_switch
1945 \end_layout
1946
1947 \begin_layout Standard
1948 LyX supports three modifiers: Shift [
1949 \family sans
1950 S-
1951 \family default
1952 ], Control [
1953 \family sans
1954 C-
1955 \family default
1956 ], and Meta [
1957 \family sans
1958 M-
1959 \family default
1960 ].
1961  Moreover, if one of the keys of your keyboard is configured as a 
1962 \family sans
1963 Compose
1964 \family default
1965  key, then you can use it to enter some characters not available on your
1966  keyboard.
1967  This compose key can be used either as a modifier (like 
1968 \family sans
1969 Shift
1970 \family default
1971  or 
1972 \family sans
1973 Control
1974 \family default
1975 ) or as a prefix key.
1976  Here are some examples of what you can do with a 
1977 \family sans
1978 Compose
1979 \family default
1980  key:
1981 \end_layout
1982
1983 \begin_layout Itemize
1984
1985 \family sans
1986 Compose+e+'
1987 \family default
1988  
1989 \begin_inset Formula $\rightarrow$
1990 \end_inset
1991
1992  é
1993 \end_layout
1994
1995 \begin_layout Itemize
1996
1997 \family sans
1998 Compose+O+R
1999 \family default
2000  
2001 \begin_inset Formula $\rightarrow$
2002 \end_inset
2003
2004  ®
2005 \end_layout
2006
2007 \begin_layout Itemize
2008
2009 \family sans
2010 Compose+1+2
2011 \family default
2012  
2013 \begin_inset Formula $\rightarrow$
2014 \end_inset
2015
2016  ½
2017 \end_layout
2018
2019 \begin_layout Itemize
2020
2021 \family sans
2022 Compose+<+<
2023 \family default
2024  
2025 \begin_inset Formula $\rightarrow$
2026 \end_inset
2027
2028  «
2029 \end_layout
2030
2031 \begin_layout Standard
2032 This input method is particularly handy when you use accented characters
2033  only from time to time.
2034  It works by default for latin1 characters, but other input methods will
2035  be used if you setup your locale correctly.
2036 \end_layout
2037
2038 \begin_layout Subsection
2039 Helpful Hints and Tips
2040 \end_layout
2041
2042 \begin_layout Standard
2043 First, open up two xterminals.
2044  Use one to edit a new 
2045 \family typewriter
2046 .Xmodmap
2047 \family default
2048  file and run 
2049 \family typewriter
2050 xkeycaps
2051 \family default
2052  from the other.
2053  Using 
2054 \family typewriter
2055 xkeycaps
2056 \family default
2057 , remap your keyboard the way you want it.
2058  There's a button in 
2059 \family typewriter
2060 xkeycaps
2061 \family default
2062  to output the new keymap.
2063  Once you hit it, 
2064 \family typewriter
2065 xkeycaps
2066 \family default
2067  will spit a bunch of stuff on the xterm you executed it from.
2068  Just copy and paste all of that into your 
2069 \family typewriter
2070 .Xmodmap
2071 \family default
2072  file, and you're done.
2073 \begin_inset Foot
2074 status collapsed
2075
2076 \begin_layout Standard
2077 You could also save yourself some typing by executing 
2078 \family typewriter
2079 xkeycaps > .Xmodmap
2080 \family default
2081 .
2082  This will create a usable map file.
2083 \end_layout
2084
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \begin_layout Standard
2091 Also, there are some things you can do to help you get oriented.
2092  Try executing the command 
2093 \family typewriter
2094 xmodmap -v -pm
2095 \family default
2096 .
2097  This will show you all of the currently active modifiers.
2098  Also try 
2099 \family typewriter
2100 xmodmap -v -pke | more
2101 \family default
2102  to see which keycode numbers are mapped to which symbolic names.
2103  It will also give you some idea of the syntax of the 
2104 \family typewriter
2105 .Xmodmap
2106 \family default
2107  file.
2108 \end_layout
2109
2110 \begin_layout Standard
2111 There's one thing you'll need to check.
2112  Make sure that your 
2113 \family sans
2114 Delete
2115 \family default
2116  and 
2117 \family sans
2118 BackSpace
2119 \family default
2120  keys are 
2121 \emph on
2122 not
2123 \emph default
2124  defined as the same key symbol by X! Note that giving these two keys unique
2125  symbol names will not necessarily alter the behavior of your programs.
2126  Some programs bind 
2127 \family sans
2128 Delete
2129 \family default
2130  and 
2131 \family sans
2132 BackSpace
2133 \family default
2134  to the same operation.
2135  Emacs is one.
2136  Other programs, however, use 
2137 \family sans
2138 Delete
2139 \family default
2140  and 
2141 \family sans
2142 BackSpace
2143 \family default
2144  for different operations.
2145  LyX is one of these programs, and if you have 
2146 \family sans
2147 Delete
2148 \family default
2149  and 
2150 \family sans
2151 BackSpace
2152 \family default
2153  labeled with the same key symbol name, you'll have trouble using LyX.
2154 \end_layout
2155
2156 \begin_layout Section
2157 LaTeX
2158 \end_layout
2159
2160 \begin_layout Standard
2161 If you want to do more with LyX than simply create documents and spit out
2162  
2163 \family typewriter
2164 .tex
2165 \family default
2166  files, you'll need LaTeX.
2167 \end_layout
2168
2169 \begin_layout Standard
2170 In case you were wondering, LaTeX is a markup language front end for TeX,
2171  a document preparation system invented in 1984 by Donald Knuth.
2172 \begin_inset Foot
2173 status collapsed
2174
2175 \begin_layout Standard
2176 A note about pronunciation: TeX originated from the Greek letters, 
2177 \begin_inset Formula $\tau\epsilon\chi$
2178 \end_inset
2179
2180 , which rhymes with 
2181 \begin_inset Quotes eld
2182 \end_inset
2183
2184 blech.
2185 \begin_inset Quotes erd
2186 \end_inset
2187
2188  That's how you pronounce 
2189 \begin_inset Quotes eld
2190 \end_inset
2191
2192 TeX
2193 \begin_inset Quotes erd
2194 \end_inset
2195
2196  and 
2197 \begin_inset Quotes eld
2198 \end_inset
2199
2200 LaTeX.
2201 \begin_inset Quotes erd
2202 \end_inset
2203
2204  [If you're American, just pronounce the 
2205 \begin_inset Quotes eld
2206 \end_inset
2207
2208 X
2209 \begin_inset Quotes erd
2210 \end_inset
2211
2212  as a 
2213 \begin_inset Quotes eld
2214 \end_inset
2215
2216 k
2217 \begin_inset Quotes erd
2218 \end_inset
2219
2220  and you've got it.]
2221 \end_layout
2222
2223 \end_inset
2224
2225  TeX takes a set of commands in an ASCII file and converts it to a 
2226 \begin_inset Quotes eld
2227 \end_inset
2228
2229 device-independent
2230 \begin_inset Quotes erd
2231 \end_inset
2232
2233  format, or Dvi, for short.
2234  The Dvi file can then be sent to printers.
2235  TeX is programmable, and LaTeX is nothing but a [really huge] set of TeX
2236  macros.
2237  LaTeX will typically come as part of a TeX distribution, so all you need
2238  is a TeX package.
2239 \end_layout
2240
2241 \begin_layout Standard
2242 Note that on some old systems you may find that only LaTeX 2.09 is installed
2243  (as opposed to the more current LaTeX2e).
2244  LyX cannot be used with LaTeX 2.09.
2245 \end_layout
2246
2247 \begin_layout Standard
2248 If you're using Linux, LaTeX2e should have come with your distribution.
2249  For other systems, you might need to install LaTeX yourself.You can obtain
2250  a LaTeX distribution (and anything and everything related to TeX and LaTeX)
2251  from a Comprehensive TeX Archive Network (CTAN) mirror.
2252  A complete list of mirrors may be found at
2253 \newline
2254
2255 \begin_inset LatexCommand url
2256 target "http://www.ctan.org"
2257
2258 \end_inset
2259
2260
2261 \begin_inset LatexCommand label
2262 name "sec:ctan"
2263
2264 \end_inset
2265
2266
2267 \end_layout
2268
2269 \begin_layout Section
2270 Dvips and Ghostscript
2271 \end_layout
2272
2273 \begin_layout Subsection
2274 What You Need
2275 \end_layout
2276
2277 \begin_layout Standard
2278 There's one more step you need to take if you want to print your LyX documents.
2279  Obviously, you'll need to make sure your printer is configured [see next
2280  section].
2281  You'll also need to install these programs (or compatibles), if you don't
2282  have them already:
2283 \end_layout
2284
2285 \begin_layout Itemize
2286
2287 \family typewriter
2288 dvips
2289 \end_layout
2290
2291 \begin_layout Itemize
2292
2293 \family typewriter
2294 ghostscript
2295 \end_layout
2296
2297 \begin_layout Itemize
2298
2299 \family typewriter
2300 xdvi
2301 \end_layout
2302
2303 \begin_layout Itemize
2304
2305 \family typewriter
2306 ghostview
2307 \end_layout
2308
2309 \begin_layout Standard
2310 The latter two programs are previewer for files in Dvi and PostScript®
2311 \begin_inset Foot
2312 status collapsed
2313
2314 \begin_layout Standard
2315 PostScript® is a registered trademark of Adobe Systems Incorporated, and
2316  is the main page description language in the UN*X world.
2317  
2318 \end_layout
2319
2320 \end_inset
2321
2322  format.
2323  If you don't know what a DVI file is, you've probably also never worked
2324  with LaTeX and should read the 
2325 \emph on
2326 Tutorial
2327 \emph default
2328  document before proceeding further.
2329  
2330 \family typewriter
2331 dvips
2332 \family default
2333  converts DVI files into PostScript, which is the format most printers use
2334  nowadays.
2335  For those of you using dot-matrix and inkjet printers, you'll want to filter
2336  the PostScript through 
2337 \family typewriter
2338 ghostscript
2339 \family default
2340 , which is capable of creating output for a variety of printers.
2341  The following section on printer setup describes how to do this automatically
2342  every time you print.
2343  For now, we'll concentrate on 
2344 \family typewriter
2345 dvips
2346 \family default
2347 .
2348 \end_layout
2349
2350 \begin_layout Subsection
2351 Dvips
2352 \begin_inset LatexCommand label
2353 name "sec:dvipsconfig"
2354
2355 \end_inset
2356
2357
2358 \end_layout
2359
2360 \begin_layout Standard
2361 Whether you'll be running LyX on a large system or a Linux box at home,
2362  you should configure 
2363 \family typewriter
2364 dvips
2365 \family default
2366 .
2367  
2368 \family typewriter
2369 dvips
2370 \family default
2371  will either 
2372 \begin_inset Quotes eld
2373 \end_inset
2374
2375 print
2376 \begin_inset Quotes erd
2377 \end_inset
2378
2379  into a file, or send output directly to the printer, depending on how it's
2380  configured.
2381  If it is set up to print to a file, and if no filename is specified, it
2382  will simply turn 
2383 \family typewriter
2384 foo.dvi
2385 \family default
2386  into 
2387 \family typewriter
2388 foo.ps
2389 \family default
2390 .
2391  Most systems have 
2392 \family typewriter
2393 dvips
2394 \family default
2395  set up to send output to the default printer.
2396  For LyX, you'll want the flexibility to do both.
2397 \end_layout
2398
2399 \begin_layout Standard
2400 If you are not in a mood to configure 
2401 \family typewriter
2402 dvips
2403 \family default
2404  to adapt its output to your printer, you can safely skip this section.
2405  Be warned however that the output will not match the quality that you could
2406  expect from your printer.
2407  At least, it will print.
2408 \end_layout
2409
2410 \begin_layout Standard
2411 If you are using teTeX (a TeX distribution which is particularly popular
2412  on Linux), you should run the program 
2413 \family typewriter
2414 texconfig
2415 \family default
2416 .
2417  To make the name of a new printer recognized by 
2418 \family typewriter
2419 dvips
2420 \family default
2421  you should then select menu entry 
2422 \family sans
2423 Dvips
2424 \family default
2425 , then add.
2426  Enter the required parameters and, before exiting, remember to select the
2427  function 
2428 \family sans
2429 Rehash
2430 \family default
2431 .
2432 \end_layout
2433
2434 \begin_layout Standard
2435 Let's turn now to manual configuration: in order to inform 
2436 \family typewriter
2437 dvips
2438 \family default
2439  how to automagically convert a 
2440 \family typewriter
2441 .dvi
2442 \family default
2443  file into a 
2444 \family typewriter
2445 .ps
2446 \family default
2447  file adapted to printer 
2448 \family typewriter
2449 foo
2450 \family default
2451 , you need to have a config-file, 
2452 \begin_inset Quotes eld
2453 \end_inset
2454
2455
2456 \family typewriter
2457 config.foo
2458 \family default
2459 ,
2460 \begin_inset Quotes erd
2461 \end_inset
2462
2463  lying around somewhere.
2464  Typically, the 
2465 \family typewriter
2466 config.*
2467 \family default
2468  files for 
2469 \family typewriter
2470 dvips
2471 \family default
2472  will be in 
2473 \family typewriter
2474 /usr/lib/texmf/dvips
2475 \family default
2476  in most TeX distributions.
2477  Your system will probably be different, of course, so just look under the
2478  main TeX directory for a subdirectory called 
2479 \begin_inset Quotes eld
2480 \end_inset
2481
2482
2483 \family typewriter
2484 dvips
2485 \family default
2486 .
2487 \begin_inset Quotes erd
2488 \end_inset
2489
2490  It'll be there somewhere.
2491 \end_layout
2492
2493 \begin_layout Standard
2494 Typically, there will be at least one config-file: 
2495 \family typewriter
2496 config.ps
2497 \family default
2498 .
2499  This file is the default configuration file, which is 
2500 \emph on
2501 always
2502 \emph default
2503  read by dvips
2504 \begin_inset Foot
2505 status collapsed
2506
2507 \begin_layout Standard
2508 In particular, this file is not necessarily connected to the existence of
2509  a file named 
2510 \family typewriter
2511 ps
2512 \family default
2513 .
2514 \end_layout
2515
2516 \end_inset
2517
2518 .
2519  Read this file and see what options could need to be changed for your particula
2520 r printer.
2521  Then create a file 
2522 \family typewriter
2523 config.foo
2524 \family default
2525  containing only the relevant lines.
2526  
2527 \end_layout
2528
2529 \begin_layout Standard
2530 There's at least one thing you need to do to the config-file.
2531  There may exist a line that looks like, 
2532 \begin_inset Quotes eld
2533 \end_inset
2534
2535
2536 \family typewriter
2537 o | lpr
2538 \family default
2539
2540 \begin_inset Quotes erd
2541 \end_inset
2542
2543  [without the quotes, of course\SpecialChar \ldots{}
2544 ].
2545  Change it to 
2546 \begin_inset Quotes eld
2547 \end_inset
2548
2549
2550 \family typewriter
2551 o | lpr -Pfoo
2552 \family default
2553
2554 \begin_inset Quotes erd
2555 \end_inset
2556
2557 , so that the output is sent by default to printer 
2558 \family typewriter
2559 foo
2560 \family default
2561 .
2562  However, you should probably investigate the entries 
2563 \begin_inset Quotes eld
2564 \end_inset
2565
2566
2567 \family typewriter
2568 M
2569 \family default
2570
2571 \begin_inset Quotes erd
2572 \end_inset
2573
2574  and 
2575 \begin_inset Quotes eld
2576 \end_inset
2577
2578
2579 \family typewriter
2580 D
2581 \family default
2582
2583 \begin_inset Quotes erd
2584 \end_inset
2585
2586 , which define respectively the Metafont mode and the resolution of the
2587  printer.
2588  If you do not know what a Metafont mode is, you can see it as a printer
2589  driver: it adapts the design of TeX fonts to ensure that they give the
2590  best possible result on your printer.
2591  Be warned however that, if you define different Metafont modes for different
2592  printers, 
2593 \family typewriter
2594 dvips
2595 \family default
2596  will generate several copies of your TeX fonts on disk, and these take
2597  valuable space.
2598 \end_layout
2599
2600 \begin_layout Standard
2601 Once you are satisfied that your printers are correctly configured, you
2602  should tell LyX to make use of this configuration.
2603  To do this, you should launch the 
2604 \family sans
2605 Preferences
2606 \family default
2607  dialog (
2608 \family sans
2609 \bar under
2610 T
2611 \bar default
2612 ools\SpecialChar \menuseparator
2613
2614 \bar under
2615 P
2616 \bar default
2617 references
2618 \family default
2619 ), select the 
2620 \family sans
2621 Printer
2622 \family default
2623  tab, and set the entries 
2624 \family sans
2625 Adapt\InsetSpace ~
2626 output
2627 \family default
2628  and 
2629 \family sans
2630 Spool\InsetSpace ~
2631 command
2632 \family default
2633 .
2634 \end_layout
2635
2636 \begin_layout Standard
2637 You can use as many configuration files as you like, one for each of your
2638  printers.
2639  The default printer for LyX can be specified from the 
2640 \family sans
2641 \bar under
2642 P
2643 \bar default
2644 references
2645 \family default
2646  dialog or with the 
2647 \family typewriter
2648 PRINTER
2649 \family default
2650  environment variable.
2651  You can also choose the desired printer from inside LyX, as described in
2652  a later section.
2653  Once you've done all that, you can print to either a PostScript printer
2654  or file from LyX.
2655  
2656 \end_layout
2657
2658 \begin_layout Standard
2659 If your printer doesn't understand PostScript®, you'll need to use 
2660 \family typewriter
2661 ghostscript
2662 \family default
2663  as a filter for your print spooler.
2664  That's covered in numerous HOWTO's and manuals.
2665  We also have a section that covers a little bit of this.
2666 \end_layout
2667
2668 \begin_layout Standard
2669 Some people don't seem to like using the 
2670 \family typewriter
2671 dvips
2672 \family default
2673  plus 
2674 \family typewriter
2675 ghostscript
2676 \family default
2677  combination.
2678  As alternative, you can use a program that converts the DVI file directly
2679  into your printer language.
2680  You can specify this program in the 
2681 \family sans
2682 Preferences
2683 \family default
2684  dialog, too.
2685  There is a major disadvantage to this method.
2686  You can't include any PostScript files, such as graphics, in your documents,
2687  since the printer-specific conversion programs don't understand PostScript®.
2688  For that reason, the LyX team highly recommends using 
2689 \family typewriter
2690 dvips
2691 \family default
2692  and 
2693 \family typewriter
2694 ghostscript
2695 \family default
2696  for printing.
2697  
2698 \end_layout
2699
2700 \begin_layout Subsection
2701 Ghostscript, Xdvi and Ghostview
2702 \end_layout
2703
2704 \begin_layout Standard
2705
2706 \family typewriter
2707 Xdvi
2708 \family default
2709  and 
2710 \family typewriter
2711 ghostview
2712 \family default
2713  are viewers.
2714  The former handles 
2715 \family typewriter
2716 .dvi
2717 \family default
2718  files, while the later interfaces with 
2719 \family typewriter
2720 ghostscript
2721 \family default
2722  to allow you to view PostScript files.
2723 \end_layout
2724
2725 \begin_layout Standard
2726 A quick note on both of these programs.
2727  Both automatically update themselves if the viewed file
2728 \begin_inset Foot
2729 status collapsed
2730
2731 \begin_layout Standard
2732 That means the 
2733 \family typewriter
2734 .dvi
2735 \family default
2736  or 
2737 \family typewriter
2738 .ps
2739 \family default
2740  file, not the files used to make these.
2741 \end_layout
2742
2743 \end_inset
2744
2745  changes.
2746  You can also force an update.
2747  So, once you've opened one of these two viewers, there's no reason to close
2748  it.
2749  Also, both programs are functionally the same, providing all of the same
2750  features.
2751 \end_layout
2752
2753 \begin_layout Standard
2754 The LyX team recommends using 
2755 \family typewriter
2756 xdvi
2757 \family default
2758  for fine tuning documents.
2759  Why? It's faster; there's one less layer of processing you need to do before
2760  you can view the changes.
2761  Here's an example:
2762 \end_layout
2763
2764 \begin_layout Enumerate
2765 Use 
2766 \family typewriter
2767 xdvi
2768 \family default
2769  to preview a document from LyX, and leave it running.
2770 \end_layout
2771
2772 \begin_layout Enumerate
2773 Make changes to the document using LyX.
2774 \end_layout
2775
2776 \begin_layout Enumerate
2777 To view those changes, just choose 
2778 \family sans
2779 \bar under
2780 V
2781 \bar default
2782 iew\SpecialChar \menuseparator
2783
2784 \bar under
2785 U
2786 \bar default
2787 pdate\SpecialChar \menuseparator
2788
2789 \bar under
2790 D
2791 \bar default
2792 VI
2793 \family default
2794 .
2795  When LaTeX's all done, click on the 
2796 \family typewriter
2797 xdvi
2798 \family default
2799  window, and voilà! 
2800 \family typewriter
2801 xdvi
2802 \family default
2803  will update itself.
2804 \end_layout
2805
2806 \begin_layout Standard
2807 Now, this doesn't mean 
2808 \family typewriter
2809 ghostview
2810 \family default
2811  is useless.
2812  
2813 \family typewriter
2814 ghostview
2815 \family default
2816  is better suited to those occasions where you 
2817 \emph on
2818 must
2819 \emph default
2820  view the PostScript version of the document.
2821  For repeated changes that aren't PostScript® dependent, you're better off
2822  previewing with 
2823 \family typewriter
2824 xdvi
2825 \family default
2826 .
2827  There is an alternative to 
2828 \family typewriter
2829 ghostview
2830 \family default
2831  which sports a much better interface: 
2832 \family typewriter
2833 gv
2834 \family default
2835 .
2836  LyX will automatically use it instead of 
2837 \family typewriter
2838 ghostview
2839 \family default
2840  if it is available.
2841 \end_layout
2842
2843 \begin_layout Section
2844 The Printer
2845 \end_layout
2846
2847 \begin_layout Standard
2848
2849 \size normal
2850 Anyone working on a large system shouldn't have any problems here.
2851  Your sysadmin [or you, if you are the sysadmin] should already have the
2852  printers set up for your system.
2853  All you need to do is find out the name of the printer you want to use,
2854  and configure you
2855 \size default
2856 r setup 
2857 \size normal
2858 as described in the last section.
2859 \end_layout
2860
2861 \begin_layout Standard
2862
2863 \size normal
2864 Those of you using Linux, however, may have a bit more work to do.
2865  Many people now install Linux from an ISO image of one of the popular distribut
2866 ions.
2867  They follow the install instructions, get Linux up and running, but never
2868  realize that they need to set up their printer.
2869  
2870 \size default
2871 The more desktop friendly distributions may do this for you automatically.
2872  However, if you find that you need to do this by hand, we've written a
2873  little something to help you out with that; check out the 
2874 \begin_inset Quotes eld
2875 \end_inset
2876
2877
2878 \emph on
2879 A Printer Tutorial
2880 \emph default
2881
2882 \begin_inset Quotes erd
2883 \end_inset
2884
2885  chapter in the 
2886 \emph on
2887 Customization
2888 \emph default
2889  manual for help.
2890 \end_layout
2891
2892 \begin_layout Chapter
2893 LyX Basics
2894 \end_layout
2895
2896 \begin_layout Section
2897 Document Types
2898 \end_layout
2899
2900 \begin_layout Subsection
2901 Introduction
2902 \end_layout
2903
2904 \begin_layout Standard
2905 Before you do anything else, before you ever start writing a document, you
2906  need to decide what 
2907 \emph on
2908 type
2909 \emph default
2910  of document you want to edit.
2911  Different types of documents use different types of spacing, headings,
2912  numbering schemes, and so on.
2913  Additionally, different documents use different paragraph environments,
2914  and format the title of your document differently.
2915 \end_layout
2916
2917 \begin_layout Standard
2918
2919 \emph on
2920 document class
2921 \emph default
2922  describes a group of properties common to a particular set of documents.
2923  By setting the document class, you automagically select these properties,
2924  making it easier to create the type of document you want.
2925  If you don't choose a document class, LyX picks one for you by default.
2926  So, it behooves you to change the class of your document.
2927 \end_layout
2928
2929 \begin_layout Standard
2930 Read on for info about the document classes you can choose from LyX, and
2931  how to fine-tune some of their properties.
2932 \end_layout
2933
2934 \begin_layout Subsection
2935 \begin_inset LatexCommand label
2936 name "sec:doc-classes"
2937
2938 \end_inset
2939
2940 The Various Document Classes
2941 \end_layout
2942
2943 \begin_layout Subsubsection
2944 Overview
2945 \end_layout
2946
2947 \begin_layout Standard
2948 There are five standard document classes in LyX.
2949  They are:
2950 \end_layout
2951
2952 \begin_layout Description
2953 Article for basic articles
2954 \end_layout
2955
2956 \begin_layout Description
2957 Report for basic reports
2958 \end_layout
2959
2960 \begin_layout Description
2961 Book for writing a book
2962 \end_layout
2963
2964 \begin_layout Description
2965 Letter for US-style letters
2966 \end_layout
2967
2968 \begin_layout Description
2969 Slides is used to make transparencies
2970 \end_layout
2971
2972 \begin_layout Standard
2973 There are also some non-standard classes, which LyX only uses if you have
2974  a LaTeX setup that supports them:
2975 \end_layout
2976
2977 \begin_layout Description
2978 Aapaper Journal articles in the style and format used in Astronomy & Astrophysic
2979 s
2980 \end_layout
2981
2982 \begin_layout Description
2983 Amsart Journal articles in the style and format used by the AMS [American
2984  Mathematical Society].
2985  There are three amsart layouts available.
2986  The standard one uses a typical numbering scheme for theorems, 
2987 \emph on
2988 etc.
2989 \emph default
2990 , that prepends the section number to the number of the result.
2991  All result-type statements (propositions, corollaries, and so on) are sequenced
2992  together, but definitions, examples, and the like have their own sequence.
2993  The 
2994 \begin_inset Quotes eld
2995 \end_inset
2996
2997 sequential numbering
2998 \begin_inset Quotes erd
2999 \end_inset
3000
3001  scheme does not place the section number with each result, but numbers
3002  them throughout the article in a single sequence.
3003  Each type of result gets its own sequence.
3004  There is also a layout that dispenses with numbering of statements altogether.
3005 \end_layout
3006
3007 \begin_layout Description
3008 Amsbook Books in the style and format used by the AMS.
3009  Only the standard numbering scheme is provided, under the assumption that
3010  you would not want to number results consecutively throughout a book, and
3011  that you would need to number results.
3012 \end_layout
3013
3014 \begin_layout Description
3015 Dinbrief für Briefe nach deutscher Art
3016 \end_layout
3017
3018 \begin_layout Description
3019 Foils is used to make transparencies, but is better than 
3020 \family sans
3021 slides
3022 \end_layout
3023
3024 \begin_layout Description
3025 Paper for use with the 
3026 \family typewriter
3027 paper
3028 \family default
3029  LaTeX document class [not in all LaTeX distributions]
3030 \end_layout
3031
3032 \begin_layout Description
3033 Revtex is used to write articles for the publications of the American Physical
3034  Society (APS), American Institute of Physics (AIP), and Optical Society
3035  of America (OSA).
3036  This class is not completely compatible with all LyX features.
3037 \end_layout
3038
3039 \begin_layout Standard
3040 We won't go into any detail about how to use these different document classes
3041  here.
3042  You can find all the details about the non-standard classes in the 
3043 \emph on
3044 Extended Editing
3045 \emph default
3046  manual.
3047  Here, we will settle with a list of some of the common properties of all
3048  of the document classes.
3049 \end_layout
3050
3051 \begin_layout Subsubsection
3052 Selecting a Class
3053 \end_layout
3054
3055 \begin_layout Standard
3056 You can select a class using the 
3057 \family sans
3058 \bar under
3059 D
3060 \bar default
3061 ocument
3062 \bar under
3063 \SpecialChar \menuseparator
3064 S
3065 \bar default
3066 ettings
3067 \family default
3068  dialog.
3069  Select the class you want to use, and make any fine tunings of the options
3070  you may need.
3071 \end_layout
3072
3073 \begin_layout Subsubsection
3074 Properties
3075 \end_layout
3076
3077 \begin_layout Standard
3078 Each class has a default set of options.
3079  Here's a quick table describing them:
3080 \end_layout
3081
3082 \begin_layout Standard
3083 \begin_inset VSpace 0.3cm
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \begin_layout Standard
3090 \align center
3091 \begin_inset Tabular
3092 <lyxtabular version="3" rows="9" columns="5">
3093 <features>
3094 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3095 <column alignment="center" valignment="top" leftline="true" width="0pt">
3096 <column alignment="center" valignment="top" leftline="true" width="0pt">
3097 <column alignment="center" valignment="top" leftline="true" width="0pt">
3098 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3099 <row topline="true" bottomline="true">
3100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Standard
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Standard
3113
3114 \family sans
3115 \series medium
3116 \shape up
3117 \size normal
3118 \emph off
3119 \bar no
3120 \noun off
3121 \color none
3122 Pagestyle
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Standard
3131
3132 \family sans
3133 \series medium
3134 \shape up
3135 \size normal
3136 \emph off
3137 \bar no
3138 \noun off
3139 \color none
3140 Sides
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Standard
3149
3150 \family sans
3151 \series medium
3152 \shape up
3153 \size normal
3154 \emph off
3155 \bar no
3156 \noun off
3157 \color none
3158 Columns
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Standard
3167
3168 \series medium
3169 \shape up
3170 \size normal
3171 \emph off
3172 \bar no
3173 \noun off
3174 \color none
3175 Max.
3176  sectioning level
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row topline="true">
3183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Standard
3187
3188 \series medium
3189 \shape up
3190 \size normal
3191 \emph off
3192 \bar no
3193 \noun off
3194 \color none
3195 article
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Standard
3204
3205 \family sans
3206 \series medium
3207 \shape up
3208 \size normal
3209 \emph off
3210 \bar no
3211 \noun off
3212 \color none
3213 Plain
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Standard
3222
3223 \family sans
3224 \series medium
3225 \shape up
3226 \size normal
3227 \emph off
3228 \bar no
3229 \noun off
3230 \color none
3231 One
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Standard
3240
3241 \family sans
3242 \series medium
3243 \shape up
3244 \size normal
3245 \emph off
3246 \bar no
3247 \noun off
3248 \color none
3249 One
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Standard
3258
3259 \family sans
3260 \series medium
3261 \shape up
3262 \size normal
3263 \emph off
3264 \bar no
3265 \noun off
3266 \color none
3267 Section
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 </row>
3273 <row topline="true">
3274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Standard
3278
3279 \series medium
3280 \shape up
3281 \size normal
3282 \emph off
3283 \bar no
3284 \noun off
3285 \color none
3286 report
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Standard
3295
3296 \family sans
3297 \series medium
3298 \shape up
3299 \size normal
3300 \emph off
3301 \bar no
3302 \noun off
3303 \color none
3304 Plain
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Standard
3313
3314 \family sans
3315 \series medium
3316 \shape up
3317 \size normal
3318 \emph off
3319 \bar no
3320 \noun off
3321 \color none
3322 One
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Standard
3331
3332 \family sans
3333 \series medium
3334 \shape up
3335 \size normal
3336 \emph off
3337 \bar no
3338 \noun off
3339 \color none
3340 One
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Standard
3349
3350 \family sans
3351 \series medium
3352 \shape up
3353 \size normal
3354 \emph off
3355 \bar no
3356 \noun off
3357 \color none
3358 Chapter
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row topline="true">
3365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Standard
3369
3370 \series medium
3371 \shape up
3372 \size normal
3373 \emph off
3374 \bar no
3375 \noun off
3376 \color none
3377 book
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Standard
3386
3387 \family sans
3388 \series medium
3389 \shape up
3390 \size normal
3391 \emph off
3392 \bar no
3393 \noun off
3394 \color none
3395 Headings
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Standard
3404
3405 \family sans
3406 \series medium
3407 \shape up
3408 \size normal
3409 \emph off
3410 \bar no
3411 \noun off
3412 \color none
3413 Two
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Standard
3422
3423 \family sans
3424 \series medium
3425 \shape up
3426 \size normal
3427 \emph off
3428 \bar no
3429 \noun off
3430 \color none
3431 One
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Standard
3440
3441 \family sans
3442 \series medium
3443 \shape up
3444 \size normal
3445 \emph off
3446 \bar no
3447 \noun off
3448 \color none
3449 Chapter
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 <row topline="true">
3456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Standard
3460
3461 \series medium
3462 \shape up
3463 \size normal
3464 \emph off
3465 \bar no
3466 \noun off
3467 \color none
3468 letter
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Standard
3477
3478 \family sans
3479 \series medium
3480 \shape up
3481 \size normal
3482 \emph off
3483 \bar no
3484 \noun off
3485 \color none
3486 Plain
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Standard
3495
3496 \family sans
3497 \series medium
3498 \shape up
3499 \size normal
3500 \emph off
3501 \bar no
3502 \noun off
3503 \color none
3504 One
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Standard
3513
3514 \family sans
3515 \series medium
3516 \shape up
3517 \size normal
3518 \emph off
3519 \bar no
3520 \noun off
3521 \color none
3522 One
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Standard
3531
3532 \series medium
3533 \shape up
3534 \size normal
3535 \emph off
3536 \bar no
3537 \noun off
3538 \color none
3539 none
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row topline="true">
3546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Standard
3550
3551 \series medium
3552 \shape up
3553 \size normal
3554 \emph off
3555 \bar no
3556 \noun off
3557 \color none
3558 aapaper
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Standard
3567
3568 \family sans
3569 \series medium
3570 \shape up
3571 \size normal
3572 \emph off
3573 \bar no
3574 \noun off
3575 \color none
3576 Plain
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Standard
3585
3586 \family sans
3587 \series medium
3588 \shape up
3589 \size normal
3590 \emph off
3591 \bar no
3592 \noun off
3593 \color none
3594 Two
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Standard
3603
3604 \family sans
3605 \series medium
3606 \shape up
3607 \size normal
3608 \emph off
3609 \bar no
3610 \noun off
3611 \color none
3612 Two
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Standard
3621
3622 \family sans
3623 \series medium
3624 \shape up
3625 \size normal
3626 \emph off
3627 \bar no
3628 \noun off
3629 \color none
3630 Section
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row topline="true">
3637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Standard
3641
3642 \series medium
3643 \shape up
3644 \size normal
3645 \emph off
3646 \bar no
3647 \noun off
3648 \color none
3649 amsart
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Standard
3658
3659 \family sans
3660 \series medium
3661 \shape up
3662 \size normal
3663 \emph off
3664 \bar no
3665 \noun off
3666 \color none
3667 Headings
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Standard
3676
3677 \family sans
3678 \series medium
3679 \shape up
3680 \size normal
3681 \emph off
3682 \bar no
3683 \noun off
3684 \color none
3685 One
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Standard
3694
3695 \family sans
3696 \series medium
3697 \shape up
3698 \size normal
3699 \emph off
3700 \bar no
3701 \noun off
3702 \color none
3703 One
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Standard
3712
3713 \family sans
3714 \series medium
3715 \shape up
3716 \size normal
3717 \emph off
3718 \bar no
3719 \noun off
3720 \color none
3721 Section
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row topline="true">
3728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Standard
3732
3733 \series medium
3734 \shape up
3735 \size normal
3736 \emph off
3737 \bar no
3738 \noun off
3739 \color none
3740 dinbrief
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Standard
3749
3750 \family sans
3751 \series medium
3752 \shape up
3753 \size normal
3754 \emph off
3755 \bar no
3756 \noun off
3757 \color none
3758 Plain
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Standard
3767
3768 \family sans
3769 \series medium
3770 \shape up
3771 \size normal
3772 \emph off
3773 \bar no
3774 \noun off
3775 \color none
3776 One
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Standard
3785
3786 \family sans
3787 \series medium
3788 \shape up
3789 \size normal
3790 \emph off
3791 \bar no
3792 \noun off
3793 \color none
3794 One
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Standard
3803
3804 \series medium
3805 \shape up
3806 \size normal
3807 \emph off
3808 \bar no
3809 \noun off
3810 \color none
3811 none
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row topline="true" bottomline="true">
3818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Standard
3822
3823 \series medium
3824 \shape up
3825 \size normal
3826 \emph off
3827 \bar no
3828 \noun off
3829 \color none
3830 paper
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Standard
3839
3840 \family sans
3841 \series medium
3842 \shape up
3843 \size normal
3844 \emph off
3845 \bar no
3846 \noun off
3847 \color none
3848 Headings
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Standard
3857
3858 \family sans
3859 \series medium
3860 \shape up
3861 \size normal
3862 \emph off
3863 \bar no
3864 \noun off
3865 \color none
3866 One
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Standard
3875
3876 \family sans
3877 \series medium
3878 \shape up
3879 \size normal
3880 \emph off
3881 \bar no
3882 \noun off
3883 \color none
3884 One
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Standard
3893
3894 \family sans
3895 \series medium
3896 \shape up
3897 \size normal
3898 \emph off
3899 \bar no
3900 \noun off
3901 \color none
3902 Section
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 </lyxtabular>
3909
3910 \end_inset
3911
3912
3913 \end_layout
3914
3915 \begin_layout Standard
3916 \begin_inset VSpace 0.3cm
3917 \end_inset
3918
3919
3920 \end_layout
3921
3922 \begin_layout Standard
3923 There is no default value of 
3924 \family sans
3925 E
3926 \bar under
3927 x
3928 \bar default
3929 tra\InsetSpace ~
3930 Options
3931 \family default
3932  for any of these classes.
3933  
3934 \end_layout
3935
3936 \begin_layout Standard
3937 You're probably also wondering what 
3938 \begin_inset Quotes eld
3939 \end_inset
3940
3941 Max.
3942  sectioning level
3943 \begin_inset Quotes erd
3944 \end_inset
3945
3946  means.
3947  There are several paragraph environment used to create section headings.
3948  Different document classes allow different types of section headings.
3949  Only two use the 
3950 \family sans
3951 Chapter
3952 \family default
3953  heading; the rest do not and begin instead with the 
3954 \family sans
3955 Section
3956 \family default
3957  heading.
3958  Some document classes, such as the three for letters, don't use any section
3959  headings.
3960  In addition to 
3961 \family sans
3962 Chapter
3963 \family default
3964  and 
3965 \family sans
3966 Section
3967 \family default
3968  headings, there are also 
3969 \family sans
3970 Subsection
3971 \family default
3972  headings, 
3973 \family sans
3974 Subsubsection
3975 \family default
3976  headings, and so on.
3977  We'll describe these headings fully in section 
3978 \begin_inset LatexCommand ref
3979 reference "sec:parenvheadings"
3980
3981 \end_inset
3982
3983 .
3984 \end_layout
3985
3986 \begin_layout Subsection
3987 Fine-tuning the Defaults 
3988 \end_layout
3989
3990 \begin_layout Standard
3991 Okay, we know we never told you what most of these 
3992 \begin_inset Quotes eld
3993 \end_inset
3994
3995 default options
3996 \begin_inset Quotes erd
3997 \end_inset
3998
3999  set by the 
4000 \family sans
4001 \bar under
4002 C
4003 \bar default
4004 lass
4005 \family default
4006  button do.
4007  That's what this section is for.
4008 \end_layout
4009
4010 \begin_layout Labeling
4011 \labelwidthstring MMMMMMM
4012
4013 \family sans
4014 \bar under
4015 P
4016 \bar default
4017 agestyle
4018 \family default
4019  This is another list, containing five options.
4020  It controls what sorts of headings and page numbers go on a page:
4021 \begin_inset Foot
4022 status collapsed
4023
4024 \begin_layout Standard
4025 LaTeX does this part.
4026 \end_layout
4027
4028 \end_inset
4029
4030
4031 \end_layout
4032
4033 \begin_deeper
4034 \begin_layout Labeling
4035 \labelwidthstring MMMMMMM
4036
4037 \family sans
4038 Default
4039 \family default
4040  Use default pagestyle of current class.
4041 \end_layout
4042
4043 \begin_layout Labeling
4044 \labelwidthstring MMMMMMM
4045
4046 \family sans
4047 Empty
4048 \family default
4049  No page numbers or headings.
4050 \end_layout
4051
4052 \begin_layout Labeling
4053 \labelwidthstring MMMMMMM
4054
4055 \family sans
4056 Plain
4057 \family default
4058  Page numbers only.
4059 \end_layout
4060
4061 \begin_layout Labeling
4062 \labelwidthstring MMMMMMM
4063
4064 \family sans
4065 Headings
4066 \family default
4067  Page numbers and either the current chapter or section title and number.
4068  Whether LyX uses the current chapter or the current section depends on
4069  which is the maximum sectioning level.
4070 \end_layout
4071
4072 \begin_layout Labeling
4073 \labelwidthstring MMMMMMM
4074
4075 \family sans
4076 Fancy
4077 \family default
4078  This allows you to create fully customizable headers and footers if you
4079  have the 
4080 \family sans
4081 fancyhdr
4082 \family default
4083  package installed.
4084  At the moment, support in LyX is limited to this setting.
4085  To use the full power of this package, you have to resort to magic codes
4086  in your preamble.
4087  Check the documentation for the 
4088 \family sans
4089 fancyhdr
4090 \family default
4091  package for more details.
4092 \end_layout
4093
4094 \end_deeper
4095 \begin_layout Labeling
4096 \labelwidthstring MMMMMMM
4097
4098 \family sans
4099 Sides
4100 \family default
4101  No, LyX can't make your printer print on both sides of a sheet of paper!
4102  However, it can use a different format for odd-numbered pages than even-numbere
4103 d pages.
4104  This way, if you 
4105 \emph on
4106 do
4107 \emph default
4108  have a printer that duplexes
4109 \begin_inset Foot
4110 status collapsed
4111
4112 \begin_layout Standard
4113 i.e.
4114  prints on both sides of a sheet of paper
4115 \end_layout
4116
4117 \end_inset
4118
4119 , your page number will always be in the upper right corner of the page
4120  and the left margin will have extra room for a binding.
4121 \end_layout
4122
4123 \begin_deeper
4124 \begin_layout Standard
4125 There are two radio buttons here: 
4126 \family sans
4127 One
4128 \family default
4129  for single-sided documents, 
4130 \family sans
4131 Two
4132 \family default
4133  for double-sided documents.
4134 \end_layout
4135
4136 \end_deeper
4137 \begin_layout Labeling
4138 \labelwidthstring MMMMMMM
4139
4140 \family sans
4141 Columns
4142 \family default
4143  Yes, this does control how many columns each page has.
4144  You can choose, using the toggle buttons, 
4145 \family sans
4146 One
4147 \family default
4148  or 
4149 \family sans
4150 Two
4151 \family default
4152  for the number of columns.
4153  
4154 \end_layout
4155
4156 \begin_deeper
4157 \begin_layout Standard
4158 Note that LyX won't show two columns on screen.
4159  That's impractical, often unreadable, and not part of the WYSIWYM concept.
4160  However, there 
4161 \emph on
4162 will
4163 \emph default
4164  be two columns in the generated output.
4165 \end_layout
4166
4167 \end_deeper
4168 \begin_layout Labeling
4169 \labelwidthstring MMMMMMM
4170
4171 \family sans
4172 E
4173 \bar under
4174 x
4175 \bar default
4176 tra\InsetSpace ~
4177 Options
4178 \family default
4179  The LaTeX command 
4180 \family typewriter
4181
4182 \backslash
4183 documentclass
4184 \family default
4185  takes several options.
4186  LyX sets some of these automatically for you.
4187  This text box allows you to enter in others.
4188  Just type in a comma-separated list of options.
4189  See a good LaTeX book to find out what kinds of additional options you
4190  can use.
4191 \end_layout
4192
4193 \begin_layout Labeling
4194 \labelwidthstring MMMMMMM
4195
4196 \family sans
4197 Separation
4198 \family default
4199  This has its own section.
4200  See sec.
4201  
4202 \begin_inset LatexCommand ref
4203 reference "sec:parindentintro"
4204
4205 \end_inset
4206
4207  for a description of what this does.
4208 \end_layout
4209
4210 \begin_layout Subsection
4211 Paper Size, Orientation, and Margins
4212 \end_layout
4213
4214 \begin_layout Standard
4215 There are several other options to set in the 
4216 \family sans
4217 Document\InsetSpace ~
4218 Settings
4219 \family default
4220  dialog.
4221  All of them are global options, but they have special purposes and only
4222  affect certain features.
4223  We describe what these options do in the same section that describes the
4224  features they affect.
4225 \end_layout
4226
4227 \begin_layout Standard
4228 There are two options that affect the overall layout of the document, so
4229  we'll describe them here.
4230  You'll find them in the 
4231 \family sans
4232 Paper
4233 \family default
4234  dialog under the 
4235 \family sans
4236 Layout
4237 \family default
4238  menu:
4239 \end_layout
4240
4241 \begin_layout Labeling
4242 \labelwidthstring MMMMMM
4243
4244 \family sans
4245 Orientation
4246 \family default
4247  Two toggle buttons choose whether to print the output as 
4248 \family sans
4249 \bar under
4250 L
4251 \bar default
4252 andscape
4253 \family default
4254  or as 
4255 \family sans
4256 Po
4257 \bar under
4258 r
4259 \bar default
4260 trait
4261 \family default
4262 .
4263 \end_layout
4264
4265 \begin_layout Labeling
4266 \labelwidthstring MMMMMM
4267
4268 \family sans
4269 Papersi
4270 \bar under
4271 z
4272 \bar default
4273 e
4274 \family default
4275  What size paper to print on.
4276  The choices are
4277 \end_layout
4278
4279 \begin_deeper
4280 \begin_layout Itemize
4281
4282 \family sans
4283 Default
4284 \end_layout
4285
4286 \begin_layout Itemize
4287
4288 \family sans
4289 A3, A4,
4290 \family default
4291  
4292 \family sans
4293 A5
4294 \end_layout
4295
4296 \begin_layout Itemize
4297
4298 \family sans
4299 B3, B4, B5
4300 \end_layout
4301
4302 \begin_layout Itemize
4303
4304 \family sans
4305 US Letter
4306 \end_layout
4307
4308 \begin_layout Itemize
4309
4310 \family sans
4311 US legal
4312 \end_layout
4313
4314 \begin_layout Itemize
4315
4316 \family sans
4317 US executive
4318 \end_layout
4319
4320 \begin_layout Itemize
4321
4322 \family sans
4323 Custom
4324 \end_layout
4325
4326 \end_deeper
4327 \begin_layout Standard
4328 Some of these settings require you to have the 
4329 \family sans
4330 geometry
4331 \family default
4332  package installed.
4333  This package will also allow you to set the margins in the 
4334 \family sans
4335 Paper
4336 \family default
4337  dialog.
4338 \end_layout
4339
4340 \begin_layout Subsection
4341 Important Note:
4342 \end_layout
4343
4344 \begin_layout Standard
4345 If you change a document's class, LyX has to convert 
4346 \emph on
4347 everything
4348 \emph default
4349  into the new class.
4350  That includes the paragraph environments.
4351  Some paragraph environments are standard; all of the document classes have
4352  them.
4353  Some classes have special paragraph environments, however.
4354  If this is the case, and you change document classes, LyX sets the missing
4355  paragraph environments to 
4356 \family sans
4357 Standard
4358 \family default
4359  and places an error box at the beginning of the paragraph.
4360  Just click on them and you'll get a message dialog that tells you about
4361  the conversion and why it failed.
4362 \end_layout
4363
4364 \begin_layout Section
4365 Paragraph Indentation and Separation
4366 \end_layout
4367
4368 \begin_layout Subsection
4369 Introduction
4370 \begin_inset LatexCommand label
4371 name "sec:parindentintro"
4372
4373 \end_inset
4374
4375
4376 \end_layout
4377
4378 \begin_layout Standard
4379 Before describing all of the various paragraph environments, we'd like to
4380  say a word or two about paragraph indentation.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 Everyone seems to have their own convention for separating paragraphs.
4385  Most Americans indent the first line of a paragraph.
4386  Others don't indent but put extra space between the paragraphs.
4387  LyX uses the same convention you find among typographers.
4388  The 
4389 \emph on
4390 first
4391 \emph default
4392  paragraph of a section, or after a figure, an equation, a table, a list,
4393  etc., is 
4394 \emph on
4395 not
4396 \emph default
4397  indented.
4398  Only a paragraph following another paragraph gets indented.
4399  Some people don't like this convention, but if you want to use indented
4400  paragraphs, you'll have to live with it.
4401 \begin_inset Foot
4402 status collapsed
4403
4404 \begin_layout Standard
4405 There is a way to force LaTeX to indent all paragraphs.
4406  LyX won't show this, of course, but LaTeX 
4407 \emph on
4408 will
4409 \emph default
4410  print it that way.
4411  You'll need to get a special package and insert an appropriate command
4412  in the preamble.
4413 \end_layout
4414
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \begin_layout Standard
4421 The space between paragraphs, like the line spacing, the space between headings
4422  and text --- in fact, all of the spacings for just about everything are
4423  pre-coded into LyX.
4424  As we said, you don't worry about how much space to add between what.
4425  LyX takes care of that.
4426  In fact, these pre-coded vertical spacings aren't a single number but a
4427  range.
4428  That way, LyX can squish or stretch the space between lines to make sure
4429  figures fit on a page with text, so that sections don't start at the bottom
4430  of a page, and so on.
4431 \begin_inset Foot
4432 status collapsed
4433
4434 \begin_layout Standard
4435 Actually, LaTeX does this when LyX goes to produce a printable file.
4436 \end_layout
4437
4438 \end_inset
4439
4440  However, pre-coded doesn't mean you can't change them.
4441  LyX gives you the ability to globally change 
4442 \emph on
4443 all
4444 \emph default
4445  of these pre-coded spacings.
4446  We'll explain more later.
4447 \end_layout
4448
4449 \begin_layout Subsection
4450 Global Indentation Method
4451 \end_layout
4452
4453 \begin_layout Standard
4454 To select the default method of separating paragraphs, select 
4455 \family sans
4456 \bar under
4457 I
4458 \bar default
4459 ndent
4460 \family default
4461  or 
4462 \family sans
4463 S
4464 \bar under
4465 k
4466 \bar default
4467 ip
4468 \family default
4469  to indent paragraphs or add extra space between paragraphs, respectively.
4470 \end_layout
4471
4472 \begin_layout Subsection
4473 Fine-Tuning
4474 \end_layout
4475
4476 \begin_layout Standard
4477 You can also change the separation method of a single paragraph.
4478  Open the 
4479 \family sans
4480 \bar under
4481 E
4482 \bar default
4483 dit\SpecialChar \menuseparator
4484
4485 \bar under
4486 P
4487 \bar default
4488 aragraph\InsetSpace ~
4489 Settings
4490 \family default
4491  dialog and toggle the 
4492 \family sans
4493 \bar under
4494 N
4495 \bar default
4496 o Indent
4497 \family default
4498  button to change the state of the current paragraph.
4499  If paragraphs indent by default, this button will be inactive at first.
4500  If paragraphs have no indentation but use extra space for separation, this
4501  button will be completely ignored (you can't indent a single paragraph
4502  by toggling this).
4503 \end_layout
4504
4505 \begin_layout Standard
4506 You should only need to change the indentation method for a single paragraph
4507  if you need to do some fine-tuning.
4508  Typically, you'll select 
4509 \family sans
4510 \bar under
4511 I
4512 \bar default
4513 ndent
4514 \family default
4515  or 
4516 \family sans
4517 S
4518 \bar under
4519 k
4520 \bar default
4521 ip
4522 \family default
4523  for the entire document and edit away.
4524 \end_layout
4525
4526 \begin_layout Subsection
4527 Changing Line Spacing
4528 \end_layout
4529
4530 \begin_layout Standard
4531 In the 
4532 \family sans
4533 \bar under
4534 D
4535 \bar default
4536 ocument\SpecialChar \menuseparator
4537
4538 \bar under
4539 S
4540 \bar default
4541 ettings
4542 \family default
4543  dialog you can choose your line spacing provided you have the 
4544 \family sans
4545 setspace
4546 \family default
4547  package installed.
4548 \end_layout
4549
4550 \begin_layout Section
4551 Paragraph Environments
4552 \begin_inset LatexCommand label
4553 name "sec:par-environments"
4554
4555 \end_inset
4556
4557
4558 \end_layout
4559
4560 \begin_layout Subsection
4561 Overview
4562 \end_layout
4563
4564 \begin_layout Standard
4565 The paragraph environments correspond to the various
4566 \end_layout
4567
4568 \begin_layout Standard
4569
4570 \family typewriter
4571
4572 \backslash
4573 begin{
4574 \family default
4575 \emph on
4576 environment
4577 \family typewriter
4578 \emph default
4579 } ...
4580  
4581 \backslash
4582 end{
4583 \family default
4584 \emph on
4585 environment
4586 \family typewriter
4587 \emph default
4588 }
4589 \family default
4590
4591 \newline
4592 command sequences in an ordinary LaTeX file.
4593  If you don't know LaTeX, or the concept of a paragraph environment is totally
4594  alien to you, we urge you to read the 
4595 \emph on
4596 Tutorial
4597 \emph default
4598 .
4599  The 
4600 \emph on
4601 Tutorial
4602 \emph default
4603  also contains many more examples than this section does.
4604 \end_layout
4605
4606 \begin_layout Standard
4607 A paragraph environment is simply a 
4608 \begin_inset Quotes eld
4609 \end_inset
4610
4611 container
4612 \begin_inset Quotes erd
4613 \end_inset
4614
4615  for a paragraph which gives that paragraph certain properties.
4616  This can include a particular style of font, different margins, a numbering
4617  scheme, labels, and so on.
4618  Additionally, you can 
4619 \begin_inset Quotes eld
4620 \end_inset
4621
4622 nest
4623 \begin_inset Quotes erd
4624 \end_inset
4625
4626  the different environments inside one another, allowing one environment
4627  to inherit some of the properties of another.
4628  The different paragraph environments totally replace the need for messy
4629  tab stops, on the fly margin adjustment, and other hold-overs from the
4630  days of typewriters.
4631  There are several paragraph environments which are specific to a particular
4632  document type.
4633  We'll only be covering the most common ones here.
4634 \end_layout
4635
4636 \begin_layout Standard
4637 To choose a new paragraph environment, use the pull-down box on the left
4638  end of the toolbar.
4639  LyX will change the environment of the 
4640 \emph on
4641 entire
4642 \emph default
4643  paragraph in which the cursor sits.
4644  You can also change the environment of an entire group of paragraphs if
4645  you select them before choosing the new environment.
4646  
4647 \end_layout
4648
4649 \begin_layout Standard
4650 Note that hitting 
4651 \family sans
4652 Return
4653 \family default
4654  will 
4655 \emph on
4656 typically
4657 \emph default
4658  create a new paragraph using the 
4659 \family sans
4660 Standard
4661 \family default
4662  paragraph environment.
4663  We say 
4664 \begin_inset Quotes eld
4665 \end_inset
4666
4667 typically
4668 \begin_inset Quotes erd
4669 \end_inset
4670
4671  because this isn't always the case.
4672 \begin_inset Foot
4673 status collapsed
4674
4675 \begin_layout Standard
4676 If you are in one of these environments:
4677 \begin_inset ERT
4678 status collapsed
4679
4680 \begin_layout Standard
4681
4682  
4683 \end_layout
4684
4685 \end_inset
4686
4687
4688 \end_layout
4689
4690 \begin_layout Standard
4691 \begin_inset ERT
4692 status collapsed
4693
4694 \begin_layout Standard
4695
4696
4697 \backslash
4698 vspace{-2ex} 
4699 \backslash
4700 parbox[t]{3cm}{
4701 \end_layout
4702
4703 \end_inset
4704
4705
4706 \end_layout
4707
4708 \begin_layout Itemize
4709
4710 \family sans
4711 Quote
4712 \end_layout
4713
4714 \begin_layout Itemize
4715
4716 \family sans
4717 Quotation
4718 \end_layout
4719
4720 \begin_layout Standard
4721 \begin_inset ERT
4722 status collapsed
4723
4724 \begin_layout Standard
4725
4726 }
4727 \backslash
4728 parbox[t]{3cm}{
4729 \end_layout
4730
4731 \end_inset
4732
4733
4734 \end_layout
4735
4736 \begin_layout Itemize
4737
4738 \family sans
4739 Verse
4740 \end_layout
4741
4742 \begin_layout Itemize
4743
4744 \family sans
4745 Itemize
4746 \end_layout
4747
4748 \begin_layout Standard
4749 \begin_inset ERT
4750 status collapsed
4751
4752 \begin_layout Standard
4753
4754 }
4755 \backslash
4756 parbox[t]{3cm}{
4757 \end_layout
4758
4759 \end_inset
4760
4761
4762 \end_layout
4763
4764 \begin_layout Itemize
4765
4766 \family sans
4767 Enumerate
4768 \end_layout
4769
4770 \begin_layout Itemize
4771
4772 \family sans
4773 Description
4774 \end_layout
4775
4776 \begin_layout Standard
4777 \begin_inset ERT
4778 status collapsed
4779
4780 \begin_layout Standard
4781
4782 }
4783 \backslash
4784 parbox[t]{3cm}{
4785 \end_layout
4786
4787 \end_inset
4788
4789
4790 \end_layout
4791
4792 \begin_layout Itemize
4793
4794 \family sans
4795 List
4796 \end_layout
4797
4798 \begin_layout Standard
4799 \begin_inset ERT
4800 status collapsed
4801
4802 \begin_layout Standard
4803
4804 }
4805 \end_layout
4806
4807 \end_inset
4808
4809
4810 \end_layout
4811
4812 \begin_layout Standard
4813 LyX keeps the old paragraph environment when you hit 
4814 \family sans
4815 Return
4816 \family default
4817 , rather than resetting it to 
4818 \family sans
4819 Standard
4820 \family default
4821 .
4822  LyX will still reset the nesting depth, however.
4823 \end_layout
4824
4825 \end_inset
4826
4827  Usually, starting a new paragraph resets both the paragraph environment
4828  and the nesting depth [more on nesting in section 
4829 \begin_inset LatexCommand ref
4830 reference "sec:nest"
4831
4832 \end_inset
4833
4834 ].
4835  At the moment, all this is context-specific; you're better off expecting
4836  
4837 \family sans
4838 Return
4839 \family default
4840  to reset the paragraph environment and depth.
4841  If you want a new paragraph to keep the current environment and depth,
4842  use 
4843 \family sans
4844 M-Return
4845 \family default
4846  instead.
4847 \end_layout
4848
4849 \begin_layout Subsection
4850 Standard
4851 \end_layout
4852
4853 \begin_layout Standard
4854 The default paragraph environment is 
4855 \family sans
4856 Standard
4857 \family default
4858  for most classes.
4859  It creates a plain paragraph.
4860  If LyX resets the paragraph environment, this is the one it chooses.
4861  In fact, the paragraph you're reading right now [and most of the ones in
4862  this manual] are in the 
4863 \family sans
4864 Standard
4865 \family default
4866  environment.
4867 \end_layout
4868
4869 \begin_layout Standard
4870 You can nest a paragraph using the 
4871 \family sans
4872 Standard
4873 \family default
4874  environment in just about anything else, but you can't really nest anything
4875  in a 
4876 \family sans
4877 Standard
4878 \family default
4879  environment.
4880 \end_layout
4881
4882 \begin_layout Subsection
4883 Document Titles
4884 \end_layout
4885
4886 \begin_layout Standard
4887 A LaTeX title page has three parts: the title itself, the name[s] of the
4888  author[s] and a 
4889 \begin_inset Quotes eld
4890 \end_inset
4891
4892 footnote
4893 \begin_inset Quotes erd
4894 \end_inset
4895
4896  for thanks or contact information.
4897  For certain types of documents, LaTeX places all of this on a separate
4898  page along with today's date.
4899  For other types of documents, the title 
4900 \begin_inset Quotes eld
4901 \end_inset
4902
4903 page
4904 \begin_inset Quotes erd
4905 \end_inset
4906
4907  goes at the top of the first page of the document.
4908  
4909 \end_layout
4910
4911 \begin_layout Standard
4912 LyX provides an interface to the title page commands through the paragraph
4913  environments 
4914 \family sans
4915 Title
4916 \family default
4917
4918 \family sans
4919 Author
4920 \family default
4921 , and 
4922 \family sans
4923 Date
4924 \family default
4925 .
4926  Here's how you use them:
4927 \end_layout
4928
4929 \begin_layout Itemize
4930 Put the title of your document in the 
4931 \family sans
4932 Title
4933 \family default
4934  environment.
4935 \end_layout
4936
4937 \begin_layout Itemize
4938 Put the author name in the 
4939 \family sans
4940 Author
4941 \family default
4942  environment.
4943 \end_layout
4944
4945 \begin_layout Itemize
4946 If you want the date to have a certain appearance, want to use a fixed date,
4947  or want other text to appear in place of today's date, put that text in
4948  the 
4949 \family sans
4950 Date
4951 \family default
4952  environment.
4953  Note that using this environment is optional.
4954  If you don't provide any, LaTeX will automatically insert today's date.
4955 \end_layout
4956
4957 \begin_layout Standard
4958 Be sure to do this at the top of the document.
4959  You can use footnotes to insert 
4960 \begin_inset Quotes eld
4961 \end_inset
4962
4963 thanks
4964 \begin_inset Quotes erd
4965 \end_inset
4966
4967  or contact information.
4968 \end_layout
4969
4970 \begin_layout Subsection
4971 Headings
4972 \begin_inset LatexCommand label
4973 name "sec:parenvheadings"
4974
4975 \end_inset
4976
4977
4978 \end_layout
4979
4980 \begin_layout Standard
4981 There are nine paragraph environments for producing section headings.
4982  LyX takes care of the numbering for you.
4983  All you need to do is decide what you're going to call section 3 of chapter
4984  9.
4985 \end_layout
4986
4987 \begin_layout Subsubsection
4988 Numbered Headings
4989 \end_layout
4990
4991 \begin_layout Standard
4992 There are 6 numbered types of section headings.
4993 \begin_inset Note Note
4994 status open
4995
4996 \begin_layout Standard
4997 Why no mention of Part ?
4998 \end_layout
4999
5000 \end_inset
5001
5002  They are:
5003 \end_layout
5004
5005 \begin_layout Enumerate
5006
5007 \family sans
5008 Chapter
5009 \end_layout
5010
5011 \begin_layout Enumerate
5012
5013 \family sans
5014 Section
5015 \end_layout
5016
5017 \begin_layout Enumerate
5018
5019 \family sans
5020 Subsection
5021 \end_layout
5022
5023 \begin_layout Enumerate
5024
5025 \family sans
5026 Subsubsection
5027 \end_layout
5028
5029 \begin_layout Enumerate
5030
5031 \family sans
5032 Paragraph
5033 \end_layout
5034
5035 \begin_layout Enumerate
5036
5037 \family sans
5038 Subparagraph
5039 \end_layout
5040
5041 \begin_layout Standard
5042 LyX labels each heading with a series of numbers, separated by periods.
5043  The numbers describe where in the document you are.
5044  These headings all subdivide your document into different pieces of text.
5045  For example, suppose you're writing a book.
5046  You group the book into chapters.
5047  LyX does similar grouping:
5048 \end_layout
5049
5050 \begin_layout Itemize
5051 Either 
5052 \family sans
5053 Chapter
5054 \family default
5055  or 
5056 \family sans
5057 Section
5058 \family default
5059  is the maximum sectioning level.
5060 \end_layout
5061
5062 \begin_layout Itemize
5063
5064 \family sans
5065 Chapter
5066 \family default
5067 s are divided into 
5068 \family sans
5069 Section
5070 \family default
5071 s
5072 \end_layout
5073
5074 \begin_layout Itemize
5075
5076 \family sans
5077 Section
5078 \family default
5079 s are divided into 
5080 \family sans
5081 Subsection
5082 \family default
5083 s
5084 \end_layout
5085
5086 \begin_layout Itemize
5087
5088 \family sans
5089 Subsection
5090 \family default
5091 s are divided into 
5092 \family sans
5093 Subsubsection
5094 \family default
5095 s
5096 \end_layout
5097
5098 \begin_layout Itemize
5099
5100 \family sans
5101 Subsubsection
5102 \family default
5103 s are divided into 
5104 \family sans
5105 Paragraph
5106 \family default
5107 s
5108 \end_layout
5109
5110 \begin_layout Itemize
5111
5112 \family sans
5113 Paragraph
5114 \family default
5115 s are divided into 
5116 \family sans
5117 Subparagraph
5118 \family default
5119 s
5120 \end_layout
5121
5122 \begin_layout Standard
5123
5124 \emph on
5125 Note:
5126 \emph default
5127  not all document types use the 
5128 \family sans
5129 Chapter
5130 \family default
5131  heading as the maximum sectioning level.
5132  In that case, the 
5133 \family sans
5134 Section
5135 \family default
5136  is the top-level heading.
5137 \end_layout
5138
5139 \begin_layout Standard
5140 So, if you use the 
5141 \family sans
5142 Subsubsection
5143 \family default
5144  environment to label a new sub-subsection, LyX labels it with its number,
5145  along with the number of the subsection, section, and, if applicable, chapter
5146  that it's in.
5147  For example: the fifth section of the second chapter of this book has the
5148  label 
5149 \begin_inset Quotes eld
5150 \end_inset
5151
5152 2.5
5153 \begin_inset Quotes erd
5154 \end_inset
5155
5156 .
5157 \end_layout
5158
5159 \begin_layout Subsubsection
5160 Unnumbered Headings
5161 \end_layout
5162
5163 \begin_layout Standard
5164 There are 3 types of unnumbered section headings.
5165  They are:
5166 \end_layout
5167
5168 \begin_layout Enumerate
5169
5170 \family sans
5171 Section*
5172 \end_layout
5173
5174 \begin_layout Enumerate
5175
5176 \family sans
5177 Subsection*
5178 \end_layout
5179
5180 \begin_layout Enumerate
5181
5182 \family sans
5183 Subsubsection*
5184 \end_layout
5185
5186 \begin_layout Standard
5187 The 
5188 \begin_inset Quotes eld
5189 \end_inset
5190
5191 *
5192 \begin_inset Quotes erd
5193 \end_inset
5194
5195  after each name means that these headings are not numbered.
5196  They work the same as their numbered counterparts.
5197 \end_layout
5198
5199 \begin_layout Subsubsection
5200 Changing the Numbering
5201 \begin_inset LatexCommand label
5202 name "sub:section-depth"
5203
5204 \end_inset
5205
5206
5207 \end_layout
5208
5209 \begin_layout Standard
5210 You can also alter which sectioning levels get numbered and which ones appear
5211  in the Table of Contents.
5212  Now, this doesn't remove any of the levels; that's preset in the document
5213  class.
5214  Certain classes start with 
5215 \family sans
5216 Chapter
5217 \family default
5218  and go down to the 
5219 \family sans
5220 Subparagraph
5221 \family default
5222  level.
5223  Others start at 
5224 \family sans
5225 Section
5226 \family default
5227 .
5228  Similarly, not all document classes number all sectioning levels.
5229  Most don't number 
5230 \family sans
5231 Paragraph
5232 \family default
5233  or 
5234 \family sans
5235 Subparagraph
5236 \family default
5237 .
5238  This is something you can change.
5239 \end_layout
5240
5241 \begin_layout Standard
5242 Open the 
5243 \family sans
5244 \bar under
5245 D
5246 \bar default
5247 ocument\SpecialChar \menuseparator
5248
5249 \bar under
5250 S
5251 \bar default
5252 ettings
5253 \family default
5254  dialog.
5255  You should see a counter labelled 
5256 \family sans
5257 Section\InsetSpace ~
5258 number\InsetSpace ~
5259 depth
5260 \family default
5261  under the 
5262 \family sans
5263 Extra
5264 \family default
5265  tab.
5266  This counter controls how far down in the sectioning hierarchy LyX numbers
5267  a section heading.
5268  Unfortunately, the number you choose with the slider is really goofy, so
5269  here's a table of values and what they do:
5270 \end_layout
5271
5272 \begin_layout Standard
5273 \begin_inset VSpace 0.3cm
5274 \end_inset
5275
5276
5277 \end_layout
5278
5279 \begin_layout Standard
5280 \align center
5281 \begin_inset Tabular
5282 <lyxtabular version="3" rows="10" columns="2">
5283 <features>
5284 <column alignment="center" valignment="top" leftline="true" width="0pt">
5285 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
5286 <row topline="true">
5287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Standard
5291
5292 \family sans
5293 \series medium
5294 \shape up
5295 \size normal
5296 \emph off
5297 \bar no
5298 \noun off
5299 \color none
5300 Sec.
5301  Num.
5302  Depth
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Standard
5311
5312 \series medium
5313 \shape up
5314 \size normal
5315 \emph off
5316 \bar no
5317 \noun off
5318 \color none
5319 LyX numbers these
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 <row bottomline="true">
5326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Standard
5330
5331 \series medium
5332 \shape up
5333 \size normal
5334 \emph off
5335 \bar no
5336 \noun off
5337 \color none
5338 value:
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Standard
5347
5348 \series medium
5349 \shape up
5350 \size normal
5351 \emph off
5352 \bar no
5353 \noun off
5354 \color none
5355 section headings:
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row topline="true">
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Standard
5366
5367 \series medium
5368 \shape up
5369 \size normal
5370 \emph off
5371 \bar no
5372 \noun off
5373 \color none
5374 -2
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Standard
5383
5384 \series medium
5385 \shape up
5386 \size normal
5387 \emph off
5388 \bar no
5389 \noun off
5390 \color none
5391 no numbering of any kind
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 </row>
5397 <row topline="true">
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Standard
5402
5403 \series medium
5404 \shape up
5405 \size normal
5406 \emph off
5407 \bar no
5408 \noun off
5409 \color none
5410 -1
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Standard
5419
5420 \family sans
5421 add
5422 \family default
5423  
5424 \family sans
5425 \series medium
5426 \shape up
5427 \size normal
5428 \emph off
5429 \bar no
5430 \noun off
5431 \color none
5432 Parts
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row topline="true">
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Standard
5443
5444 \series medium
5445 \shape up
5446 \size normal
5447 \emph off
5448 \bar no
5449 \noun off
5450 \color none
5451 -0 and 0
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Standard
5460
5461 \family sans
5462 \series medium
5463 \shape up
5464 \size normal
5465 \emph off
5466 \bar no
5467 \noun off
5468 \color none
5469 add Chapters
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row topline="true">
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Standard
5480
5481 \series medium
5482 \shape up
5483 \size normal
5484 \emph off
5485 \bar no
5486 \noun off
5487 \color none
5488 1
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Standard
5497
5498 \family sans
5499 \series medium
5500 \shape up
5501 \size normal
5502 \emph off
5503 \bar no
5504 \noun off
5505 \color none
5506 add Sections
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row topline="true">
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Standard
5517
5518 \series medium
5519 \shape up
5520 \size normal
5521 \emph off
5522 \bar no
5523 \noun off
5524 \color none
5525 2
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Standard
5534
5535 \family sans
5536 \series medium
5537 \shape up
5538 \size normal
5539 \emph off
5540 \bar no
5541 \noun off
5542 \color none
5543 add Subsections
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 <row topline="true">
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Standard
5554
5555 \series medium
5556 \shape up
5557 \size normal
5558 \emph off
5559 \bar no
5560 \noun off
5561 \color none
5562 3
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Standard
5571
5572 \family sans
5573 add
5574 \family default
5575  
5576 \family sans
5577 \series medium
5578 \shape up
5579 \size normal
5580 \emph off
5581 \bar no
5582 \noun off
5583 \color none
5584 Subsubsections
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 <row topline="true">
5591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Standard
5595
5596 \series medium
5597 \shape up
5598 \size normal
5599 \emph off
5600 \bar no
5601 \noun off
5602 \color none
5603 4
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Standard
5612
5613 \family sans
5614 add
5615 \family default
5616  
5617 \family sans
5618 \series medium
5619 \shape up
5620 \size normal
5621 \emph off
5622 \bar no
5623 \noun off
5624 \color none
5625 Paragraphs
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 </row>
5631 <row topline="true" bottomline="true">
5632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Standard
5636
5637 \series medium
5638 \shape up
5639 \size normal
5640 \emph off
5641 \bar no
5642 \noun off
5643 \color none
5644 5
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Standard
5653
5654 \family sans
5655 add
5656 \family default
5657  
5658 \family sans
5659 \series medium
5660 \shape up
5661 \size normal
5662 \emph off
5663 \bar no
5664 \noun off
5665 \color none
5666 Subparagraphs
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 </lyxtabular>
5673
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \begin_layout Standard
5680 \begin_inset VSpace 0.3cm
5681 \end_inset
5682
5683
5684 \end_layout
5685
5686 \begin_layout Standard
5687 The increasing numbers are cumulative: a setting of 
5688 \begin_inset Quotes eld
5689 \end_inset
5690
5691 0
5692 \begin_inset Quotes erd
5693 \end_inset
5694
5695  will number parts and chapters, while 
5696 \begin_inset Quotes eld
5697 \end_inset
5698
5699 2
5700 \begin_inset Quotes erd
5701 \end_inset
5702
5703  will number parts, chapters, sections, and subsections.
5704  Of course, if you're using a document class that doesn't use part or chapter
5705  headings (
5706 \emph on
5707 e.g.
5708
5709 \emph default
5710  the default article class), then the numbering begins at the 
5711 \family sans
5712 Section
5713 \family default
5714  heading, and 
5715 \begin_inset Quotes eld
5716 \end_inset
5717
5718 0
5719 \begin_inset Quotes erd
5720 \end_inset
5721
5722  also corresponds to 
5723 \begin_inset Quotes eld
5724 \end_inset
5725
5726 no numbering.
5727 \begin_inset Quotes erd
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \begin_layout Standard
5734 There's another counter in the dialog, called 
5735 \family sans
5736 Table\InsetSpace ~
5737 of\InsetSpace ~
5738 contents\InsetSpace ~
5739 depth
5740 \family default
5741 .
5742  It works the same way as 
5743 \family sans
5744 Section\InsetSpace ~
5745 numbering\InsetSpace ~
5746 depth
5747 \family default
5748 , only it controls which sectioning levels appear in, you guessed it, the
5749  Table of Contents.
5750  This is a great control to have.
5751  Suppose you wanted to number 
5752 \emph on
5753 all
5754 \emph default
5755  sectioning heading, but you only wanted 
5756 \family sans
5757 Chapter
5758 \family default
5759 s, 
5760 \family sans
5761 Section
5762 \family default
5763 s, and 
5764 \family sans
5765 Subsection
5766 \family default
5767 s in the Table of Contents.
5768  You'd just set 
5769 \family sans
5770 Section\InsetSpace ~
5771 numbering\InsetSpace ~
5772 depth
5773 \family default
5774  to 
5775 \begin_inset Quotes eld
5776 \end_inset
5777
5778 5
5779 \begin_inset Quotes erd
5780 \end_inset
5781
5782  and 
5783 \family sans
5784 Table of contents\InsetSpace ~
5785 depth
5786 \family default
5787  to 
5788 \begin_inset Quotes eld
5789 \end_inset
5790
5791 2
5792 \begin_inset Quotes erd
5793 \end_inset
5794
5795  and voilà! You're all set.
5796 \end_layout
5797
5798 \begin_layout Subsubsection
5799 Special Information
5800 \end_layout
5801
5802 \begin_layout Standard
5803 The following information applies to 
5804 \family sans
5805 Chapter
5806 \family default
5807
5808 \family sans
5809 Section
5810 \family default
5811
5812 \family sans
5813 Subsection
5814 \family default
5815
5816 \family sans
5817 Subsubsection
5818 \family default
5819
5820 \family sans
5821 Paragraph
5822 \family default
5823
5824 \family sans
5825 Subparagraph
5826 \family default
5827  as well as 
5828 \family sans
5829 Section*
5830 \family default
5831
5832 \family sans
5833 Subsection*
5834 \family default
5835 , and 
5836 \family sans
5837 Subsubsection*
5838 \family default
5839 :
5840 \end_layout
5841
5842 \begin_layout Itemize
5843 You cannot use a margin note in any of these environments.
5844 \end_layout
5845
5846 \begin_layout Itemize
5847 You can only use inlined math in these environments.
5848 \end_layout
5849
5850 \begin_layout Itemize
5851 You cannot nest other environments into these environments.
5852 \end_layout
5853
5854 \begin_layout Itemize
5855 You can use labels and cross-references to refer to their numbers.
5856 \end_layout
5857
5858 \begin_layout Standard
5859 As for examples of these paragraph environments - look around you! We're
5860  using them everywhere in the manuals.
5861 \end_layout
5862
5863 \begin_layout Subsubsection
5864 Creating an Appendix
5865 \end_layout
5866
5867 \begin_layout Standard
5868 To create an appendix, simply start by adding a new chapter or section heading.
5869  Move the cursor back to the beginning of the heading and select 
5870 \family sans
5871 \bar under
5872 D
5873 \bar default
5874 ocument\SpecialChar \menuseparator
5875
5876 \newline
5877 Start\InsetSpace ~
5878
5879 \bar under
5880 A
5881 \bar default
5882 ppendix\InsetSpace ~
5883 Here
5884 \family default
5885 .
5886  A red/brown box will be drawn around the remainder of the file to indicate
5887  there is something special about it, and the numerical chapter or section
5888  label(s) will be changed to a letter.
5889 \end_layout
5890
5891 \begin_layout Subsection
5892 Quotes and Poetry
5893 \end_layout
5894
5895 \begin_layout Standard
5896 LyX has three paragraph environments for writing poetry and quotations.
5897  They are 
5898 \family sans
5899 Quote
5900 \family default
5901
5902 \family sans
5903 Quotation
5904 \family default
5905 , and 
5906 \family sans
5907 Verse
5908 \family default
5909 .
5910  Forget the days of changing linespacing and twiddling with margins.
5911  These three paragraph environments already have those changes built-in.
5912  They all widen the left margin and add a bit of extra space above and below
5913  the text they contain.
5914  They also allow nesting, so you can put a 
5915 \family sans
5916 Verse
5917 \family default
5918  in a 
5919 \family sans
5920 Quotation
5921 \family default
5922 , as well as in some other paragraph environments.
5923 \end_layout
5924
5925 \begin_layout Standard
5926 There is another feature of these three paragraph environments: they do
5927  
5928 \emph on
5929 not
5930 \emph default
5931  reset to 
5932 \family sans
5933 Standard
5934 \family default
5935  when you start a new paragraph.
5936  So, you can type in that poem and merrily hit 
5937 \family sans
5938 Return
5939 \family default
5940  without worrying about the paragraph environment changing on you.
5941  Of course, that means that, once you're done typing in that poem, you have
5942  to change back to the 
5943 \family sans
5944 Standard
5945 \family default
5946  environment yourself.
5947 \end_layout
5948
5949 \begin_layout Subsubsection
5950
5951 \family sans
5952 Quote
5953 \family default
5954  and 
5955 \family sans
5956 Quotation
5957 \family default
5958
5959 \begin_inset LatexCommand label
5960 name "sec:quote"
5961
5962 \end_inset
5963
5964
5965 \end_layout
5966
5967 \begin_layout Standard
5968 Now that we've described the similarities of these three environments, it's
5969  time for the differences.
5970  
5971 \family sans
5972 Quote
5973 \family default
5974  and 
5975 \family sans
5976 Quotation
5977 \family default
5978  are identical except for one difference: 
5979 \family sans
5980 Quote
5981 \family default
5982  uses extra spacing to separate paragraphs and never indents the first line.
5983  
5984 \family sans
5985 Quotation
5986 \family default
5987  
5988 \emph on
5989 always
5990 \emph default
5991  indents the first line of a paragraph and uses the same line spacing throughout.
5992 \end_layout
5993
5994 \begin_layout Standard
5995 Here's an example of the 
5996 \family sans
5997 Quote
5998 \family default
5999  environment:
6000 \end_layout
6001
6002 \begin_layout Quote
6003 This is in the 
6004 \family sans
6005 Quote
6006 \family default
6007  environment.
6008  I can keep writing, extending this line out further and further until it
6009  wraps.
6010  See - no indentation!
6011 \end_layout
6012
6013 \begin_layout Quote
6014 Here's the second paragraph of this quote.
6015  Again, there's no indentation, but there is extra space between me and
6016  the other paragraph.
6017 \end_layout
6018
6019 \begin_layout Standard
6020 That ends that example.
6021  Here's another example, this time in the 
6022 \family sans
6023 Quotation
6024 \family default
6025  environment:
6026 \end_layout
6027
6028 \begin_layout Quotation
6029 This is in the 
6030 \family sans
6031 Quotation
6032 \family default
6033  environment.
6034  If I keep writing, you'll see the indentation.
6035  If your country uses a writing style that shows off new paragraphs by indenting
6036  the first line, then 
6037 \family sans
6038 Quotation
6039 \family default
6040  is the environment for you! Well, you'd use it 
6041 \emph on
6042 if
6043 \emph default
6044  you were quoting other text.
6045 \end_layout
6046
6047 \begin_layout Quotation
6048 Here's a new paragraph.
6049  I could ramble on and on, like a politician at election time.
6050  If I did that, though, you'd get bored.
6051 \end_layout
6052
6053 \begin_layout Standard
6054 That was our other example.
6055  As the example notes, 
6056 \family sans
6057 Quote
6058 \family default
6059  is for those people who use extra space to separate paragraphs.
6060  They should put quotes in the 
6061 \family sans
6062 Quote
6063 \family default
6064  environment.
6065  Those who use indentation to mark a new paragraph should use the 
6066 \family sans
6067 Quotation
6068 \family default
6069  paragraph environment for quoted text.
6070 \end_layout
6071
6072 \begin_layout Subsubsection
6073
6074 \family sans
6075 Verse
6076 \begin_inset LatexCommand label
6077 name "sec:verse"
6078
6079 \end_inset
6080
6081
6082 \end_layout
6083
6084 \begin_layout Standard
6085
6086 \family sans
6087 Verse
6088 \family default
6089  is a paragraph environment for poetry, rhymes, verses, and so on.
6090  Here's an example:
6091 \end_layout
6092
6093 \begin_layout Verse
6094 This is in Verse
6095 \newline
6096 Which I did not rehearse!
6097 \end_layout
6098
6099 \begin_layout Verse
6100 It could be much worse.
6101  This line could be long, very long, oh so long, so very long that it wraps
6102  around.
6103  It looks okay on screen, but in the printed version, the extra lines are
6104  indented a bit more than the first.
6105  Okay, so it's turned to prose and doesn't rhyme anymore.
6106  So sue me.
6107 \end_layout
6108
6109 \begin_layout Verse
6110 To break a line
6111 \newline
6112 And make things look fine
6113 \newline
6114 Use 
6115 \family sans
6116 C-Return
6117 \family default
6118 .
6119 \end_layout
6120
6121 \begin_layout Standard
6122 As you can see, 
6123 \family sans
6124 Verse
6125 \family default
6126  does not indent both margins.
6127  Each stanza of the verse or poem is in its own paragraph.
6128  To separate the individual lines of a stanza, use the 
6129 \family typewriter
6130 break-line
6131 \family default
6132  function, 
6133 \family sans
6134 C-Return
6135 \family default
6136 .
6137 \end_layout
6138
6139 \begin_layout Subsection
6140 Lists
6141 \begin_inset LatexCommand label
6142 name "sec:parenvlists"
6143
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \begin_layout Standard
6150 LyX has four different paragraph environments for creating different kinds
6151  of lists.
6152  In the 
6153 \family sans
6154 Itemize
6155 \family default
6156  and 
6157 \family sans
6158 Enumerate
6159 \family default
6160  environments, LyX labels your list items with bullets or numbers, respectively.
6161  In the 
6162 \family sans
6163 Description
6164 \family default
6165  and 
6166 \family sans
6167 List
6168 \family default
6169  environments, LyX lets you provide your own label.
6170  We'll present the individual details of each type of list next after describing
6171  some general features of all four of them.
6172 \end_layout
6173
6174 \begin_layout Subsubsection
6175 General Features
6176 \end_layout
6177
6178 \begin_layout Standard
6179 The four paragraph environments for lists differ from the other environments
6180  in several ways.
6181  First, LyX treats each paragraph as a list item.
6182  Hitting 
6183 \family sans
6184 Return
6185 \family default
6186  does 
6187 \emph on
6188 not
6189 \emph default
6190  reset the environment to 
6191 \family sans
6192 Standard
6193 \family default
6194  but keeps the current environment and creates a new list item.
6195  The nesting depth is typically reset, however.
6196  If you want to keep both the current nesting depth and paragraph environment,
6197  you should use 
6198 \family sans
6199 M-Return
6200 \family default
6201  to break paragraphs.
6202 \end_layout
6203
6204 \begin_layout Standard
6205 You can nest lists of any type inside one another.
6206  In fact, LyX changes the labels on some list items depending on how its
6207  nested.
6208  If you intend to use any of the list paragraph environments, we suggest
6209  you read all of section 
6210 \begin_inset LatexCommand ref
6211 reference "sec:nest"
6212
6213 \end_inset
6214
6215 .
6216  
6217 \end_layout
6218
6219 \begin_layout Subsubsection
6220
6221 \family sans
6222 Itemize
6223 \family default
6224
6225 \begin_inset LatexCommand label
6226 name "sec:itemize"
6227
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \begin_layout Standard
6234 The first type of list we'll describe in detail is the 
6235 \family sans
6236 Itemize
6237 \family default
6238  paragraph environment.
6239  It has the following properties:
6240 \end_layout
6241
6242 \begin_layout Itemize
6243 Each item has a particular bullet or symbol as its label.
6244 \end_layout
6245
6246 \begin_deeper
6247 \begin_layout Itemize
6248 LyX uses the same symbol for all of the items in a given nesting level.
6249 \end_layout
6250
6251 \begin_layout Itemize
6252 The symbol appears at the beginning of the first line.
6253 \end_layout
6254
6255 \end_deeper
6256 \begin_layout Itemize
6257 The items can be any length.
6258  LyX automatically offsets the left margin of each item.
6259  The offset is always relative to whatever environment the 
6260 \family sans
6261 Itemize
6262 \family default
6263  list may be in.
6264 \end_layout
6265
6266 \begin_layout Itemize
6267 If you nest an 
6268 \family sans
6269 Itemize
6270 \family default
6271  environment inside another 
6272 \family sans
6273 Itemize
6274 \family default
6275  environment, the label changes to a new symbol.
6276 \end_layout
6277
6278 \begin_deeper
6279 \begin_layout Itemize
6280 There are four different symbols for up to a four-fold nesting.
6281 \end_layout
6282
6283 \begin_layout Itemize
6284 LyX always shows the same symbol, an asterisk, on screen.
6285 \end_layout
6286
6287 \begin_layout Itemize
6288 See section 
6289 \begin_inset LatexCommand ref
6290 reference "sec:nest"
6291
6292 \end_inset
6293
6294  for a full explanation of nesting.
6295 \end_layout
6296
6297 \end_deeper
6298 \begin_layout Standard
6299 Of course, that explanation was also an example of an 
6300 \family sans
6301 Itemize
6302 \family default
6303  list.
6304  The 
6305 \family sans
6306 Itemize
6307 \family default
6308  environment is best suited for lists where the order doesn't matter.
6309 \end_layout
6310
6311 \begin_layout Standard
6312 We said that different levels use different symbols as their label.
6313  Here's an example of all four possible symbols.
6314  Note that those of you reading this manual online won't see any difference.
6315 \end_layout
6316
6317 \begin_layout Itemize
6318 The label for the first level 
6319 \family sans
6320 Itemize
6321 \family default
6322  is a large black dot, or bullet.
6323 \end_layout
6324
6325 \begin_deeper
6326 \begin_layout Itemize
6327 The label for the second level is a dash.
6328 \end_layout
6329
6330 \begin_deeper
6331 \begin_layout Itemize
6332 The label for the third is an asterisk.
6333 \end_layout
6334
6335 \begin_deeper
6336 \begin_layout Itemize
6337 The label for the fourth is a centered dot.
6338 \end_layout
6339
6340 \end_deeper
6341 \begin_layout Itemize
6342 Back out to the third level.
6343 \end_layout
6344
6345 \end_deeper
6346 \begin_layout Itemize
6347 Back to the second level.
6348 \end_layout
6349
6350 \end_deeper
6351 \begin_layout Itemize
6352 Back to the outermost level.
6353 \end_layout
6354
6355 \begin_layout Standard
6356 These are the default labels for an 
6357 \family sans
6358 Itemize
6359 \family default
6360  list.
6361  You can customize these labels in the
6362 \begin_inset ERT
6363 status collapsed
6364
6365 \begin_layout Standard
6366
6367
6368 \backslash
6369 linebreak 
6370 \end_layout
6371
6372 \end_inset
6373
6374  
6375 \family sans
6376 \bar under
6377 D
6378 \bar default
6379 ocument\SpecialChar \menuseparator
6380
6381 \bar under
6382 S
6383 \bar default
6384 ettings
6385 \family default
6386  dialog in the 
6387 \family sans
6388 Bullets
6389 \family default
6390  tab.
6391 \end_layout
6392
6393 \begin_layout Standard
6394 Notice how the space between items decreases with increasing depth.
6395  We'll explain nesting and all the tricks you can do with different depths
6396  in section 
6397 \begin_inset LatexCommand ref
6398 reference "sec:nest"
6399
6400 \end_inset
6401
6402 .
6403  Be sure to read it!
6404 \end_layout
6405
6406 \begin_layout Subsubsection
6407
6408 \family sans
6409 Enumerate
6410 \family default
6411
6412 \begin_inset LatexCommand label
6413 name "sec:enumerate"
6414
6415 \end_inset
6416
6417
6418 \end_layout
6419
6420 \begin_layout Standard
6421 The 
6422 \family sans
6423 Enumerate
6424 \family default
6425  environment is the tool to use to create numbered lists and outlines.
6426  It has these properties:
6427 \end_layout
6428
6429 \begin_layout Enumerate
6430 Each item has a numeral as its label.
6431 \end_layout
6432
6433 \begin_deeper
6434 \begin_layout Enumerate
6435 The type of numeral depends on the nesting depth.
6436 \end_layout
6437
6438 \end_deeper
6439 \begin_layout Enumerate
6440 LyX automatically counts the items for you and updates the label as appropriate.
6441 \end_layout
6442
6443 \begin_layout Enumerate
6444 Each new 
6445 \family sans
6446 Enumerate
6447 \family default
6448  environment resets the counter to one.
6449 \end_layout
6450
6451 \begin_layout Enumerate
6452 Like the 
6453 \family sans
6454 Itemize
6455 \family default
6456  environment, the 
6457 \family sans
6458 Enumerate
6459 \family default
6460  environment:
6461 \end_layout
6462
6463 \begin_deeper
6464 \begin_layout Enumerate
6465 Offsets the items relative to the left margin.
6466  Items can be any length.
6467 \end_layout
6468
6469 \begin_layout Enumerate
6470 Reduces the space between items as the nesting depth increases.
6471 \end_layout
6472
6473 \begin_layout Enumerate
6474 Uses different types of labels depending on the nesting depth.
6475 \end_layout
6476
6477 \begin_layout Enumerate
6478 Allows up to a four-fold nesting.
6479 \end_layout
6480
6481 \end_deeper
6482 \begin_layout Standard
6483 Unlike the 
6484 \family sans
6485 Itemize
6486 \family default
6487  environment, 
6488 \family sans
6489 Enumerate
6490 \family default
6491  
6492 \emph on
6493 does
6494 \emph default
6495  show the different labels for each item.
6496  Here is how LyX labels the four different levels in an 
6497 \family sans
6498 Enumerate
6499 \family default
6500 :
6501 \end_layout
6502
6503 \begin_layout Enumerate
6504 The first level of an 
6505 \family sans
6506 Enumerate
6507 \family default
6508  uses Arabic numerals followed by a period.
6509 \end_layout
6510
6511 \begin_deeper
6512 \begin_layout Enumerate
6513 The second level uses lower case letters surrounded by parentheses.
6514 \end_layout
6515
6516 \begin_deeper
6517 \begin_layout Enumerate
6518 The third level uses lower-case Roman numerals followed by a period.
6519 \end_layout
6520
6521 \begin_deeper
6522 \begin_layout Enumerate
6523 The fourth level uses capital letters followed by a period.
6524 \end_layout
6525
6526 \begin_layout Enumerate
6527 Again, notice the decrease in the spacing between items as the nesting depth
6528  increases.
6529 \end_layout
6530
6531 \end_deeper
6532 \begin_layout Enumerate
6533 Back to the third level
6534 \end_layout
6535
6536 \end_deeper
6537 \begin_layout Enumerate
6538 Back to the second level.
6539 \end_layout
6540
6541 \end_deeper
6542 \begin_layout Enumerate
6543 Back to the outermost level.
6544 \end_layout
6545
6546 \begin_layout Standard
6547 Once again, you can customize the type of numbering used in the 
6548 \family sans
6549 Enumerate
6550 \family default
6551  environment.
6552  It involves adding commands to the LaTeX preamble (see the 
6553 \emph on
6554 Extended Features
6555 \emph default
6556  manual), however.
6557  As stated earlier, such customization only shows up in the printed version,
6558  not on the LyX screen.
6559 \end_layout
6560
6561 \begin_layout Standard
6562 There is more to nesting 
6563 \family sans
6564 Enumerate
6565 \family default
6566  environments than we've stated here.
6567  You 
6568 \emph on
6569 really
6570 \emph default
6571  should read section 
6572 \begin_inset LatexCommand ref
6573 reference "sec:nest"
6574
6575 \end_inset
6576
6577  to learn more about nesting.
6578 \end_layout
6579
6580 \begin_layout Subsubsection
6581
6582 \family sans
6583 Description
6584 \family default
6585
6586 \begin_inset LatexCommand label
6587 name "sec:descrlist"
6588
6589 \end_inset
6590
6591
6592 \end_layout
6593
6594 \begin_layout Standard
6595 Unlike the previous two environments, the 
6596 \family sans
6597 Description
6598 \family default
6599  list has no fixed label.
6600  Instead, LyX uses the first 
6601 \begin_inset Quotes eld
6602 \end_inset
6603
6604 word
6605 \begin_inset Quotes erd
6606 \end_inset
6607
6608  of the first line as the label.
6609  Here's an example:
6610 \end_layout
6611
6612 \begin_layout Description
6613 Example: This is an example of the 
6614 \family sans
6615 Description
6616 \family default
6617  environment.
6618 \end_layout
6619
6620 \begin_layout Standard
6621 LyX typesets the label in boldface and puts extra space between it and the
6622  rest of the line.
6623 \end_layout
6624
6625 \begin_layout Standard
6626 Now, you're probably wondering what we mean by, 
6627 \begin_inset Quotes eld
6628 \end_inset
6629
6630 uses the first 'word'.
6631 \begin_inset Quotes erd
6632 \end_inset
6633
6634  The 
6635 \family sans
6636 Space
6637 \family default
6638  key does not add a whitespace character, but separates words from one another.
6639  Inside of a 
6640 \family sans
6641 Description
6642 \family default
6643  environment, the 
6644 \family sans
6645 Space
6646 \family default
6647  key tells LyX to end the label if we're at the beginning of the first line
6648  of an item.
6649 \end_layout
6650
6651 \begin_layout Standard
6652 However, what if you want or need to use more than one word in the label
6653  of a 
6654 \family sans
6655 Description
6656 \family default
6657  environment? Simple: use a 
6658 \family sans
6659 Protected Blank
6660 \family default
6661 .
6662  [Use either 
6663 \family sans
6664 C-Space
6665 \family default
6666  or 
6667 \family sans
6668 Special\InsetSpace ~
6669 F
6670 \bar under
6671 o
6672 \bar default
6673 rmatting\SpecialChar \menuseparator
6674 P
6675 \bar under
6676 r
6677 \bar default
6678 otected\InsetSpace ~
6679 Space
6680 \family default
6681  from the 
6682 \family sans
6683 \bar under
6684 I
6685 \bar default
6686 nsert
6687 \family default
6688  menu.
6689  See sec.
6690  
6691 \begin_inset LatexCommand ref
6692 reference "sec:hspace"
6693
6694 \end_inset
6695
6696  for more info.] Here's an example:
6697 \end_layout
6698
6699 \begin_layout Description
6700 Second\InsetSpace ~
6701 Example: This one shows how to use a 
6702 \family sans
6703 Protected\InsetSpace ~
6704 Blank
6705 \family default
6706  in the label of a 
6707 \family sans
6708 Description
6709 \family default
6710  list item.
6711 \end_layout
6712
6713 \begin_layout Description
6714 Usage: You should use the 
6715 \family sans
6716 Description
6717 \family default
6718  environment for things like definitions and theorems.
6719  Use it when you need to make one word in particular stand out in the text
6720  that describes it.
6721  It's not a good idea to use a 
6722 \family sans
6723 Description
6724 \family default
6725  environment when you have an entire sentence that you want to describe.
6726  You're better off using 
6727 \family sans
6728 Itemize
6729 \family default
6730  or 
6731 \family sans
6732 Enumerate
6733 \family default
6734  and nesting several 
6735 \family sans
6736 Standard
6737 \family default
6738  paragraphs into them.
6739 \end_layout
6740
6741 \begin_layout Description
6742 Nesting: You can, of course, nest 
6743 \family sans
6744 Description
6745 \family default
6746  environments inside one another, nest them in other types of lists, and
6747  so on.
6748 \end_layout
6749
6750 \begin_layout Standard
6751 Notice that after the first line, LyX indents subsequent lines, offsetting
6752  them from the first line.
6753 \end_layout
6754
6755 \begin_layout Subsubsection
6756 The LyX 
6757 \family sans
6758 List
6759 \family default
6760
6761 \begin_inset LatexCommand label
6762 name "sec:lyxlist"
6763
6764 \end_inset
6765
6766
6767 \end_layout
6768
6769 \begin_layout Standard
6770 The 
6771 \family sans
6772 List
6773 \family default
6774  environment is a LyX extension to LaTeX.
6775  
6776 \end_layout
6777
6778 \begin_layout Standard
6779 Now, if you jumped here without reading sections 
6780 \begin_inset LatexCommand ref
6781 reference "sec:itemize"
6782
6783 \end_inset
6784
6785 -
6786 \begin_inset LatexCommand ref
6787 reference "sec:descrlist"
6788
6789 \end_inset
6790
6791 , you've goofed.
6792  The 
6793 \family sans
6794 List
6795 \family default
6796  environment does 
6797 \emph on
6798 not
6799 \emph default
6800  create numbered lists.
6801  That's what 
6802 \family sans
6803 Enumerate
6804 \family default
6805  does, and it's documented in section 
6806 \begin_inset LatexCommand ref
6807 reference "sec:enumerate"
6808
6809 \end_inset
6810
6811 .
6812  
6813 \end_layout
6814
6815 \begin_layout Standard
6816 Like the 
6817 \family sans
6818 Description
6819 \family default
6820  environment the 
6821 \family sans
6822 List
6823 \family default
6824  environment has user-defined labels for each list item.
6825  There are some key differences between this list environment and the other
6826  three:
6827 \end_layout
6828
6829 \begin_layout Labeling
6830 \labelwidthstring MMMMMM
6831 item\InsetSpace ~
6832 labels LyX uses the first 
6833 \begin_inset Quotes eld
6834 \end_inset
6835
6836 word
6837 \begin_inset Quotes erd
6838 \end_inset
6839
6840  of each line as the item label.
6841  The first 
6842 \family sans
6843 Space
6844 \family default
6845  after the beginning of the first line of an item marks the end of the label.
6846  If you need to use more than one word in an item label, use a protected
6847  blank as described above.
6848 \end_layout
6849
6850 \begin_layout Labeling
6851 \labelwidthstring MMMMMM
6852 margins As you can see, LyX uses different margins for the item label and
6853  the body of the item text.
6854  The body of the text has a larger left margin, which is equal to the default
6855  label width plus a little extra space.
6856  
6857 \end_layout
6858
6859 \begin_layout Labeling
6860 \labelwidthstring MMMMMM
6861 label\InsetSpace ~
6862 width LyX uses one of two things for the label width: the actual width
6863  of the label, or the default width, whichever is larger.
6864  If the actual width is larger, then the label 
6865 \begin_inset Quotes eld
6866 \end_inset
6867
6868 extends
6869 \begin_inset Quotes erd
6870 \end_inset
6871
6872  into the first line.
6873  In other words, the text of the first line isn't aligned with the left
6874  margin of the rest of the item text.
6875 \end_layout
6876
6877 \begin_layout Labeling
6878 \labelwidthstring MMMMMM
6879 default\InsetSpace ~
6880 width You can very easily set this default width.
6881  It's quite painless, actually.
6882  So, you can easily ensure that the text of all items in a 
6883 \family sans
6884 List
6885 \family default
6886  environment have the same left margin.
6887 \end_layout
6888
6889 \begin_layout Labeling
6890 \labelwidthstring MMMMMM
6891 uses You should use the 
6892 \family sans
6893 List
6894 \family default
6895  environment the same way you'd use as 
6896 \family sans
6897 Description
6898 \family default
6899  list: when you need one word to stand out from the text that describes
6900  it.
6901  The 
6902 \family sans
6903 List
6904 \family default
6905  environment gives you another way to do this, using a different overall
6906  layout.
6907 \end_layout
6908
6909 \begin_layout Labeling
6910 \labelwidthstring MMMMMM
6911 nesting You can nest 
6912 \family sans
6913 List
6914 \family default
6915  environments inside one another, nest them in other types of lists, and
6916  so on.
6917  They work just like the other list paragraph environments.
6918  Read section 
6919 \begin_inset LatexCommand ref
6920 reference "sec:nest"
6921
6922 \end_inset
6923
6924  to learn about nesting.
6925 \end_layout
6926
6927 \begin_layout Standard
6928 As you can see, this is a feature-packed paragraph environment!
6929 \end_layout
6930
6931 \begin_layout Standard
6932 To change the default width of the label, select the items in the list to
6933  change.
6934  You can also simply move the cursor into a 
6935 \family sans
6936 List
6937 \family default
6938  item if you want to change only its label width.
6939  Now open the 
6940 \family sans
6941 \bar under
6942 E
6943 \bar default
6944 dit\SpecialChar \menuseparator
6945
6946 \bar under
6947 P
6948 \bar default
6949 aragraph\InsetSpace ~
6950 Settings
6951 \family default
6952  dialog and find the 
6953 \family sans
6954 Label\InsetSpace ~
6955 width
6956 \family default
6957  text box.
6958  The text in the 
6959 \family sans
6960 Label\InsetSpace ~
6961 width
6962 \family default
6963  box determines the default label width.
6964  If you really, really want to, you can use the text of your largest label
6965  here, but you don't need to.
6966  We recommend using the letter 
6967 \begin_inset Quotes eld
6968 \end_inset
6969
6970 M
6971 \begin_inset Quotes erd
6972 \end_inset
6973
6974  multiple times.
6975  It's the widest character and is a standard unit of width in LaTeX.
6976  The default label width in the example 
6977 \family sans
6978 List
6979 \family default
6980  is 6 
6981 \begin_inset Quotes eld
6982 \end_inset
6983
6984 M
6985 \begin_inset Quotes erd
6986 \end_inset
6987
6988 s wide.
6989  Using 
6990 \begin_inset Quotes eld
6991 \end_inset
6992
6993 M
6994 \begin_inset Quotes erd
6995 \end_inset
6996
6997  as your unit of width in the 
6998 \family sans
6999 Label\InsetSpace ~
7000 Width
7001 \family default
7002  box has one more advantage: you don't need to keep changing the contents
7003  of 
7004 \family sans
7005 Label\InsetSpace ~
7006 Width
7007 \family default
7008  every time you alter a label in a 
7009 \family sans
7010 List
7011 \family default
7012  environment.
7013 \end_layout
7014
7015 \begin_layout Standard
7016 There's yet another feature of the 
7017 \family sans
7018 List
7019 \family default
7020  environment we need to tell you about.
7021  As you can see in the examples, LyX left-justifies the item labels by default.
7022  You can use additional 
7023 \family sans
7024 HFills
7025 \family default
7026  to change how LyX justifies the item label.
7027  We'll document 
7028 \family sans
7029 HFills
7030 \family default
7031  later in section 
7032 \begin_inset LatexCommand ref
7033 reference "sec:hspace"
7034
7035 \end_inset
7036
7037 .
7038  Here are some examples:
7039 \end_layout
7040
7041 \begin_layout Labeling
7042 \labelwidthstring MMMMMMMM
7043 Left The default for 
7044 \family sans
7045 List
7046 \family default
7047  item labels.
7048 \end_layout
7049
7050 \begin_layout Labeling
7051 \labelwidthstring MMMMMMMM
7052
7053 \hfill
7054 Right One 
7055 \family sans
7056 HFill
7057 \family default
7058  at the beginning of the label right justifies it.
7059 \end_layout
7060
7061 \begin_layout Labeling
7062 \labelwidthstring MMMMMMMM
7063
7064 \hfill
7065 Center
7066 \hfill
7067  One 
7068 \family sans
7069 HFill
7070 \family default
7071  at the beginning of the label and one at the end centers it.
7072 \end_layout
7073
7074 \begin_layout Standard
7075 Don't worry if you have no idea what 
7076 \family sans
7077 HFill
7078 \family default
7079 s are yet.
7080  Just remember that you can use them to customize the look of the 
7081 \family sans
7082 List
7083 \family default
7084  environment.
7085 \end_layout
7086
7087 \begin_layout Standard
7088 That does it for the four paragraph environments for making lists.
7089  Oh - did we mention that you should read about nesting environments in
7090  section 
7091 \begin_inset LatexCommand ref
7092 reference "sec:nest"
7093
7094 \end_inset
7095
7096  if you want to use any of these list environments?
7097 \end_layout
7098
7099 \begin_layout Subsection
7100 Letters
7101 \end_layout
7102
7103 \begin_layout Subsubsection
7104
7105 \family sans
7106 Address
7107 \family default
7108  and 
7109 \family sans
7110 Right\InsetSpace ~
7111 Address
7112 \family default
7113 : An Overview
7114 \end_layout
7115
7116 \begin_layout Standard
7117 Although LyX has document classes for letters, we've also created two paragraph
7118  environments called 
7119 \family sans
7120 Address
7121 \family default
7122  and 
7123 \family sans
7124 Right\InsetSpace ~
7125 Address
7126 \family default
7127 .
7128  To use the letter class, you need to use specific paragraph environments
7129  in a specific order, otherwise LaTeX gags on the document.
7130  In contrast, you can use the 
7131 \family sans
7132 Address
7133 \family default
7134  and 
7135 \family sans
7136 Right\InsetSpace ~
7137 Address
7138 \family default
7139  paragraph environments anywhere with no problem.
7140  You can even nest them inside other environments, though you can't nest
7141  anything in them.
7142 \end_layout
7143
7144 \begin_layout Standard
7145 Of course, you're not limited to using 
7146 \family sans
7147 Address
7148 \family default
7149  and 
7150 \family sans
7151 Right\InsetSpace ~
7152 Address
7153 \family default
7154  for letters only.
7155  
7156 \family sans
7157 Right\InsetSpace ~
7158 Address
7159 \family default
7160 , in particular, is useful for creating article titles like those used in
7161  some European academic papers.
7162 \end_layout
7163
7164 \begin_layout Subsubsection
7165 Usage
7166 \begin_inset LatexCommand label
7167 name "sec:adress_usage"
7168
7169 \end_inset
7170
7171
7172 \end_layout
7173
7174 \begin_layout Standard
7175 The 
7176 \family sans
7177 Address
7178 \family default
7179  environment formats text in the style of an address, which is also used
7180  for the opening and signature in some countries.
7181  Similarly, the 
7182 \family sans
7183 Right\InsetSpace ~
7184 Address
7185 \family default
7186  environment formats text in the style of a right-justified address, which
7187  is used for the sender's address and today's date in some countries.
7188  Here's an example of each:
7189 \end_layout
7190
7191 \begin_layout Right Address
7192 Right Address
7193 \newline
7194 WhoAmI
7195 \newline
7196 WhereAmI
7197 \newline
7198 When is it? What is today?
7199 \end_layout
7200
7201 \begin_layout Standard
7202 That was 
7203 \family sans
7204 Right\InsetSpace ~
7205 Address
7206 \family default
7207 .
7208  Notice that the lines all have the same left margin, which LyX sets to
7209  fit the largest block of text on a single line.
7210  Here's an example of the 
7211 \family sans
7212 Address
7213 \family default
7214  environment:
7215 \end_layout
7216
7217 \begin_layout Address
7218 WhoAreYou
7219 \newline
7220 Where do I send this
7221 \newline
7222 Your post office and country
7223 \end_layout
7224
7225 \begin_layout Standard
7226 As you can see, both 
7227 \family sans
7228 Address
7229 \family default
7230  and 
7231 \family sans
7232 Right\InsetSpace ~
7233 Address
7234 \family default
7235  add extra space between themselves and the next paragraph.
7236  Speaking of which, if you hit 
7237 \family sans
7238 Return
7239 \family default
7240  in either of these environments, LyX resets the nesting depth and sets
7241  the environment to 
7242 \family sans
7243 Standard
7244 \family default
7245 .
7246  This makes sense, however, since 
7247 \family sans
7248 Return
7249 \family default
7250  is the 
7251 \family typewriter
7252 break-paragraph
7253 \family default
7254  function, and the individual lines of an address are not paragraphs.
7255  Thus, you'd use 
7256 \family typewriter
7257 break-line
7258 \family default
7259  [
7260 \family sans
7261 C-Return
7262 \family default
7263  or 
7264 \family sans
7265 Special\InsetSpace ~
7266 F
7267 \bar under
7268 o
7269 \bar default
7270 rmatting\SpecialChar \menuseparator
7271
7272 \bar under
7273 L
7274 \bar default
7275 inebreak
7276 \family default
7277  from the 
7278 \family sans
7279 \bar under
7280 I
7281 \bar default
7282 nsert
7283 \family default
7284  menu] to start a new line in an 
7285 \family sans
7286 Address
7287 \family default
7288  or 
7289 \family sans
7290 Right\InsetSpace ~
7291 Address
7292 \family default
7293  environment.
7294 \end_layout
7295
7296 \begin_layout Subsection
7297 Academic Writing
7298 \end_layout
7299
7300 \begin_layout Standard
7301 Most academic writing begins with an abstract and ends with a bibliography
7302  or list of references.
7303  LyX contains paragraph environments for both of these.
7304 \end_layout
7305
7306 \begin_layout Subsubsection
7307
7308 \family sans
7309 Abstract
7310 \end_layout
7311
7312 \begin_layout Standard
7313 The 
7314 \family sans
7315 Abstract
7316 \family default
7317  environment is used for the abstract of an article.
7318  Technically, you 
7319 \emph on
7320 could
7321 \emph default
7322  use this environment anywhere, but you really 
7323 \emph on
7324 should
7325 \emph default
7326  only use it at the beginning of the document, after the title.
7327  The 
7328 \family sans
7329 Abstract
7330 \family default
7331  environment is only useful in the 
7332 \begin_inset Quotes eld
7333 \end_inset
7334
7335 article
7336 \begin_inset Quotes erd
7337 \end_inset
7338
7339  and 
7340 \begin_inset Quotes eld
7341 \end_inset
7342
7343 report
7344 \begin_inset Quotes erd
7345 \end_inset
7346
7347  document classes [as well as 
7348 \begin_inset Quotes eld
7349 \end_inset
7350
7351 amsart,
7352 \begin_inset Quotes erd
7353 \end_inset
7354
7355  which is just a specialized version of 
7356 \begin_inset Quotes eld
7357 \end_inset
7358
7359 article
7360 \begin_inset Quotes erd
7361 \end_inset
7362
7363 ].
7364  The 
7365 \begin_inset Quotes eld
7366 \end_inset
7367
7368 book
7369 \begin_inset Quotes erd
7370 \end_inset
7371
7372  document class ignores the 
7373 \family sans
7374 Abstract
7375 \family default
7376  completely, and it's utterly silly to use 
7377 \family sans
7378 Abstract
7379 \family default
7380  in the 
7381 \begin_inset Quotes eld
7382 \end_inset
7383
7384 letter
7385 \begin_inset Quotes erd
7386 \end_inset
7387
7388  document class.
7389 \end_layout
7390
7391 \begin_layout Standard
7392 The 
7393 \family sans
7394 Abstract
7395 \family default
7396  environment does several things for you.
7397  First, it puts the centered label 
7398 \begin_inset Quotes eld
7399 \end_inset
7400
7401 Abstract
7402 \begin_inset Quotes erd
7403 \end_inset
7404
7405  above the text.
7406  The label and the text of the abstract are separated by some extra vertical
7407  space.
7408  Second, it typesets everything in a smaller font, just as you'd expect.
7409  Lastly, it adds a bit of extra vertical space between the abstract and
7410  the subsequent text.
7411  Well, that's how it will appear on the LyX screen.
7412  If your document is in the 
7413 \begin_inset Quotes eld
7414 \end_inset
7415
7416 report
7417 \begin_inset Quotes erd
7418 \end_inset
7419
7420  class, the abstract actually appears on a separate page in the printed
7421  version of the file.
7422 \end_layout
7423
7424 \begin_layout Standard
7425 Starting a new paragraph by hitting 
7426 \family sans
7427 Return
7428 \family default
7429  does 
7430 \emph on
7431 not
7432 \emph default
7433  reset the paragraph environment.
7434  The new paragraph will still be in the 
7435 \family sans
7436 Abstract
7437 \family default
7438  environment.
7439  So, you will have to change the paragraph environment yourself when you
7440  finish entering the abstract of your document.
7441 \end_layout
7442
7443 \begin_layout Standard
7444 We'd love to give you an example of the 
7445 \family sans
7446 Abstract
7447 \family default
7448  environment, but we can't, since this document is in the 
7449 \begin_inset Quotes eld
7450 \end_inset
7451
7452 book
7453 \begin_inset Quotes erd
7454 \end_inset
7455
7456  class.
7457  If you've never heard of an 
7458 \begin_inset Quotes eld
7459 \end_inset
7460
7461 abstract
7462 \begin_inset Quotes erd
7463 \end_inset
7464
7465  before, you can safely ignore this environment.
7466 \end_layout
7467
7468 \begin_layout Subsubsection
7469
7470 \family sans
7471 Bibliography
7472 \family default
7473
7474 \begin_inset LatexCommand label
7475 name "sec:bibliography"
7476
7477 \end_inset
7478
7479
7480 \end_layout
7481
7482 \begin_layout Standard
7483 The 
7484 \family sans
7485 Bibliography
7486 \family default
7487  environment is used to list references.
7488  Technically, you 
7489 \emph on
7490 could
7491 \emph default
7492  use this environment anywhere, but you really 
7493 \emph on
7494 should
7495 \emph default
7496  only use it at the end of the document.
7497  Also, don't bother trying to nest 
7498 \family sans
7499 Bibliography
7500 \family default
7501  in anything else or vice versa.
7502  It won't work.
7503 \end_layout
7504
7505 \begin_layout Standard
7506 When you first open a 
7507 \family sans
7508 Bibliography
7509 \family default
7510  environment, LyX add a large vertical space, followed by the heading 
7511 \begin_inset Quotes eld
7512 \end_inset
7513
7514 Bibliography
7515 \begin_inset Quotes erd
7516 \end_inset
7517
7518  or 
7519 \begin_inset Quotes eld
7520 \end_inset
7521
7522 References,
7523 \begin_inset Quotes erd
7524 \end_inset
7525
7526  depending on the document class.
7527  The heading is in a large boldface font.
7528  Each paragraph of the 
7529 \family sans
7530 Bibliography
7531 \family default
7532  environment is a bibliography entry.
7533  Thus, hitting 
7534 \family sans
7535 Return
7536 \family default
7537  does 
7538 \emph on
7539 not
7540 \emph default
7541  reset the paragraph environment.
7542  Each new paragraph is still in the 
7543 \family sans
7544 Bibliography
7545 \family default
7546  environment.
7547 \end_layout
7548
7549 \begin_layout Standard
7550 At the 
7551 \emph on
7552 beginning
7553 \emph default
7554  of the 
7555 \emph on
7556 first line
7557 \emph default
7558  of each paragraph, you will see a gray button showing a number.
7559  If you click on it, you will get a dialog in which you can set a 
7560 \family sans
7561 key
7562 \family default
7563  and a 
7564 \family sans
7565 label
7566 \family default
7567 .
7568  The key is the symbolic name by which you will refer to this bibliography
7569  entry.
7570  For example, suppose your first entry in the bibliography was a book about
7571  LaTeX.
7572  We could choose the key 
7573 \begin_inset Quotes eld
7574 \end_inset
7575
7576 latexguide
7577 \begin_inset Quotes erd
7578 \end_inset
7579
7580  for that entry.
7581  You can also give a label, which will be displayed in the gray inset box.
7582 \end_layout
7583
7584 \begin_layout Standard
7585 The 
7586 \family sans
7587 key
7588 \family default
7589  field isn't useless.
7590  You can refer to your bibliography entries using the 
7591 \family sans
7592 \bar under
7593 I
7594 \bar default
7595 nsert\SpecialChar \menuseparator
7596
7597 \bar under
7598 C
7599 \bar default
7600 itation
7601 \family default
7602  command.
7603  Just choose the key inside in the available keys list, then add a reference
7604  by clicking on the left arrow, which will add it to the selected keys list.
7605  Multiple references can be placed by selecting more than one key.
7606  An example of the 
7607 \family sans
7608 Bibliography
7609 \family default
7610  appears at the end of this document.
7611  
7612 \begin_inset Quotes eld
7613 \end_inset
7614
7615 See 
7616 \begin_inset LatexCommand cite
7617 key "latexguide"
7618
7619 \end_inset
7620
7621  or 
7622 \begin_inset LatexCommand cite
7623 after "Chapter 3"
7624 key "latexcompanion"
7625
7626 \end_inset
7627
7628
7629 \begin_inset Quotes erd
7630 \end_inset
7631
7632  is an example of how to cite two of the entries in it.
7633  In the second one, we used the 
7634 \family sans
7635 T
7636 \bar under
7637 e
7638 \bar default
7639 xt\InsetSpace ~
7640 after
7641 \family default
7642  field of the citation dialog to add the text 
7643 \begin_inset Quotes eld
7644 \end_inset
7645
7646 Chapter 3
7647 \begin_inset Quotes erd
7648 \end_inset
7649
7650 .
7651  The texts 
7652 \begin_inset Quotes eld
7653 \end_inset
7654
7655 latexguide
7656 \begin_inset Quotes erd
7657 \end_inset
7658
7659  and 
7660 \begin_inset Quotes eld
7661 \end_inset
7662
7663 latexcompanion
7664 \begin_inset Quotes erd
7665 \end_inset
7666
7667  that you see on screen will be replaced in print by the number or the label
7668  of the bibliography entry.
7669 \end_layout
7670
7671 \begin_layout Standard
7672 The more advanced LaTeX bibliography package BibTeX is also supported by
7673  LyX.
7674  For a description of how to use it, please refer to the 
7675 \emph on
7676 Extended LyX Features
7677 \emph default
7678  document.
7679 \end_layout
7680
7681 \begin_layout Subsection
7682 Special Purpose
7683 \end_layout
7684
7685 \begin_layout Standard
7686 There are three standard paragraph environments that simply don't fit any
7687  category, as they are very specialized for a particular purpose.
7688  We'll point out the highlights and uses of each.
7689 \end_layout
7690
7691 \begin_layout Subsubsection
7692
7693 \family sans
7694 Caption
7695 \family default
7696
7697 \begin_inset LatexCommand label
7698 name "sec:captionlayout"
7699
7700 \end_inset
7701
7702
7703 \end_layout
7704
7705 \begin_layout Standard
7706 The 
7707 \family sans
7708 Caption
7709 \family default
7710  environment is the default paragraph environment for 
7711 \family sans
7712 Figure\InsetSpace ~
7713 Floats
7714 \family default
7715  and 
7716 \family sans
7717 Table\InsetSpace ~
7718 Floats
7719 \family default
7720 .
7721  On the LyX screen, you'll see either the label 
7722 \begin_inset Quotes eld
7723 \end_inset
7724
7725 Figure #:
7726 \begin_inset Quotes erd
7727 \end_inset
7728
7729  or 
7730 \begin_inset Quotes eld
7731 \end_inset
7732
7733 Table #:
7734 \begin_inset Quotes erd
7735 \end_inset
7736
7737 , depending on which type of 
7738 \family sans
7739 Float
7740 \family default
7741  it's in.
7742  The actual reference number is substituted in this label in the printed
7743  output.
7744 \end_layout
7745
7746 \begin_layout Standard
7747 You can't really nest things into a 
7748 \family sans
7749 Caption
7750 \family default
7751  environment.
7752  Additionally, hitting 
7753 \family sans
7754 Return
7755 \family default
7756  resets the paragraph environment to 
7757 \family sans
7758 Standard
7759 \family default
7760 , so a 
7761 \family sans
7762 Caption
7763 \family default
7764  can only be a single paragraph.
7765 \end_layout
7766
7767 \begin_layout Standard
7768 You cannot use a 
7769 \family sans
7770 Caption
7771 \family default
7772  environment outside of a 
7773 \family sans
7774 Figure\InsetSpace ~
7775 Float
7776 \family default
7777  or a 
7778 \family sans
7779 Table\InsetSpace ~
7780 Float
7781 \family default
7782 .
7783  See sections 
7784 \begin_inset LatexCommand ref
7785 reference "sec:figures"
7786
7787 \end_inset
7788
7789  and 
7790 \begin_inset LatexCommand ref
7791 reference "sec:tables"
7792
7793 \end_inset
7794
7795  for more information on 
7796 \family sans
7797 Figure\InsetSpace ~
7798 Floats
7799 \family default
7800  and 
7801 \family sans
7802 Table\InsetSpace ~
7803 Floats
7804 \family default
7805 .
7806  
7807 \end_layout
7808
7809 \begin_layout Subsubsection
7810 LyX
7811 \family sans
7812 -Code
7813 \end_layout
7814
7815 \begin_layout Standard
7816 The 
7817 \family sans
7818 LyX-Code
7819 \family default
7820  environment is another LyX extension.
7821  It type-sets text in a typewriter-style font.
7822  It also treats the 
7823 \family sans
7824 Space
7825 \family default
7826  key as a fixed whitespace;
7827 \begin_inset Foot
7828 status collapsed
7829
7830 \begin_layout Standard
7831 In the 
7832 \family sans
7833 LyX-Code
7834 \family default
7835  environment, the 
7836 \family sans
7837 Space
7838 \family default
7839  key is treated as a 
7840 \family sans
7841 Protected\InsetSpace ~
7842 Blank
7843 \family default
7844  instead of an end-of-word marker.
7845 \end_layout
7846
7847 \end_inset
7848
7849  this is the only case in which you can type multiple whitespaces in LyX.
7850  If you need to insert blank lines, you'll still need to use 
7851 \family sans
7852 C-Return
7853 \family default
7854  [the 
7855 \family typewriter
7856 break-line
7857 \family default
7858  function].
7859  
7860 \family sans
7861 Return
7862 \family default
7863  breaks paragraphs.
7864  Note, however, that 
7865 \family sans
7866 Return
7867 \family default
7868  does 
7869 \emph on
7870 not
7871 \emph default
7872  reset the paragraph environment.
7873  So, when you finish using the 
7874 \family sans
7875 LyX-Code
7876 \family default
7877  environment, you'll need to change the paragraph environment yourself.
7878  Also, you 
7879 \emph on
7880 can
7881 \emph default
7882  nest the 
7883 \family sans
7884 LyX-Code
7885 \family default
7886  environment inside of others.
7887 \end_layout
7888
7889 \begin_layout Standard
7890 There are a few quirks with this environment:
7891 \end_layout
7892
7893 \begin_layout Itemize
7894 You cannot use 
7895 \family sans
7896 C-Return
7897 \family default
7898  at the beginning of a new paragraph [i.e.
7899  you can't follow 
7900 \family sans
7901 Return
7902 \family default
7903  with a 
7904 \family sans
7905 C-Return
7906 \family default
7907 ].
7908 \end_layout
7909
7910 \begin_layout Itemize
7911 You can't follow a 
7912 \family sans
7913 C-Return
7914 \family default
7915  with a 
7916 \family sans
7917 Space
7918 \family default
7919 .
7920 \end_layout
7921
7922 \begin_deeper
7923 \begin_layout Itemize
7924 Use a 
7925 \family sans
7926 Return
7927 \family default
7928  to begin a new paragraph, then you can use a 
7929 \family sans
7930 Space
7931 \family default
7932 .
7933 \end_layout
7934
7935 \begin_layout Itemize
7936 Or: use 
7937 \family sans
7938 C-Space
7939 \family default
7940  instead.
7941 \end_layout
7942
7943 \end_deeper
7944 \begin_layout Itemize
7945 You can't have an empty paragraph or an empty line.
7946  You must put at least one 
7947 \family sans
7948 Space
7949 \family default
7950  in any line you want blank.
7951  Otherwise, LaTeX generates errors.
7952 \end_layout
7953
7954 \begin_layout Itemize
7955 You cannot get the typewriter double quotes by typing 
7956 \family sans
7957 "
7958 \family default
7959  since that will insert 
7960 \emph on
7961 real
7962 \emph default
7963  quotes.
7964  You get the typewriter double quotes with 
7965 \family sans
7966 C-"
7967 \family default
7968  (or 
7969 \family sans
7970 C-q
7971 \family default
7972  if you use Emacs-like key bindings).
7973 \end_layout
7974
7975 \begin_layout Standard
7976 Here's an example:
7977 \end_layout
7978
7979 \begin_layout LyX-Code
7980 #include <stdio.h>
7981 \end_layout
7982
7983 \begin_layout LyX-Code
7984  
7985 \end_layout
7986
7987 \begin_layout LyX-Code
7988 int main(void)
7989 \end_layout
7990
7991 \begin_layout LyX-Code
7992 {
7993 \end_layout
7994
7995 \begin_layout LyX-Code
7996     printf("Hello World
7997 \backslash
7998 n");
7999 \end_layout
8000
8001 \begin_layout LyX-Code
8002     return 0;
8003 \end_layout
8004
8005 \begin_layout LyX-Code
8006 }
8007 \end_layout
8008
8009 \begin_layout Standard
8010 This is just the standard 
8011 \begin_inset Quotes eld
8012 \end_inset
8013
8014 Hello world!
8015 \begin_inset Quotes erd
8016 \end_inset
8017
8018  program.
8019  
8020 \end_layout
8021
8022 \begin_layout Standard
8023
8024 \family sans
8025 LyX-Code
8026 \family default
8027  has one purpose: to typeset code, such as program source, shell scripts,
8028  rc-files, and so on.
8029  Use it only in those very, very special cases where you need to generate
8030  text as if you used a typewriter.
8031 \end_layout
8032
8033 \begin_layout Section
8034 Nesting Environments
8035 \begin_inset LatexCommand label
8036 name "sec:nest"
8037
8038 \end_inset
8039
8040
8041 \end_layout
8042
8043 \begin_layout Subsection
8044 The Big Deal
8045 \end_layout
8046
8047 \begin_layout Standard
8048 Throughout the previous sections, we've been nagging you to 
8049 \begin_inset Quotes eld
8050 \end_inset
8051
8052 go read Section\InsetSpace ~
8053
8054 \begin_inset LatexCommand ref
8055 reference "sec:nest"
8056
8057 \end_inset
8058
8059 .
8060 \begin_inset Quotes erd
8061 \end_inset
8062
8063  So, you're probably wondering what the big deal is.
8064 \end_layout
8065
8066 \begin_layout Standard
8067 The big deal is that LyX differs rather strongly from the traditional 
8068 \begin_inset Quotes eld
8069 \end_inset
8070
8071 word\SpecialChar \-
8072 processor-as-overglorified-typewriter
8073 \begin_inset Quotes erd
8074 \end_inset
8075
8076  concept.
8077  With a typewriter, text is merely ink on a page.
8078  Most word processors aren't much better, treating text as pixels on the
8079  screen and bytes in memory.
8080  In contrast, LyX treats text as a unified block with a particular context
8081  and specific properties.
8082  However, what if you wanted one 
8083 \begin_inset Quotes eld
8084 \end_inset
8085
8086 block
8087 \begin_inset Quotes erd
8088 \end_inset
8089
8090  to inherit some of the properties of another 
8091 \begin_inset Quotes eld
8092 \end_inset
8093
8094 block
8095 \begin_inset Quotes erd
8096 \end_inset
8097
8098  ? 
8099 \end_layout
8100
8101 \begin_layout Standard
8102 Here's a more specific example: outlines.
8103  You have three main points in your outline, but point #2 also has two subpoints.
8104  In other words, you have a list 
8105 \emph on
8106 inside
8107 \emph default
8108  of another list, with the inner list 
8109 \begin_inset Quotes eld
8110 \end_inset
8111
8112 attached
8113 \begin_inset Quotes erd
8114 \end_inset
8115
8116  to item #2:
8117 \end_layout
8118
8119 \begin_layout Enumerate
8120 one
8121 \end_layout
8122
8123 \begin_layout Enumerate
8124 two
8125 \end_layout
8126
8127 \begin_deeper
8128 \begin_layout Enumerate
8129 sublist - item #1
8130 \end_layout
8131
8132 \begin_layout Enumerate
8133 sublist - item #2
8134 \end_layout
8135
8136 \end_deeper
8137 \begin_layout Enumerate
8138 three
8139 \end_layout
8140
8141 \begin_layout Standard
8142 How do you put a list inside of a list? By now, the answer should be obvious:
8143  you nest one list inside the other.
8144  
8145 \end_layout
8146
8147 \begin_layout Standard
8148 How to nest an environment is quite simple.
8149  Select 
8150 \family sans
8151 \bar under
8152 I
8153 \bar default
8154 ncrease\InsetSpace ~
8155 Environment\InsetSpace ~
8156 Depth
8157 \family default
8158  or 
8159 \family sans
8160 \bar under
8161 D
8162 \bar default
8163 ecrease\InsetSpace ~
8164 Environment\InsetSpace ~
8165 Depth
8166 \family default
8167  from the 
8168 \family sans
8169 \bar under
8170 E
8171 \bar default
8172 dit
8173 \family default
8174  menu to change the nesting depth of the current paragraph (the status bar
8175  will tell you how far you are nested).
8176 \end_layout
8177
8178 \begin_layout Standard
8179 You can also use the convenient key bindings 
8180 \family sans
8181 S-M-Left
8182 \family default
8183  and 
8184 \family sans
8185 S-M-Right
8186 \begin_inset Foot
8187 status collapsed
8188
8189 \begin_layout Standard
8190
8191 \family sans
8192 M-p\InsetSpace ~
8193 Left
8194 \family default
8195  and 
8196 \family sans
8197 M-p\InsetSpace ~
8198 Right
8199 \family default
8200  are alternatives, if you prefer those bindings
8201 \end_layout
8202
8203 \end_inset
8204
8205
8206 \family default
8207  to change the nesting level.
8208  The change will work on the current selection if you have made one (allowing
8209  you to change the nesting of several paragraphs at once), or the current
8210  paragraph.
8211 \end_layout
8212
8213 \begin_layout Standard
8214 Note that LyX only changes the nesting depth if it can.
8215  If it's invalid to do so, nothing happens if you try to change the depth.
8216  Additionally, if you change the depth of one paragraph, it affects the
8217  depth of every paragraph nested inside of it.
8218  It's hard to describe what exactly LyX does in this case.
8219  That depends specifically on what your text looks like.
8220  Your best bet is to simply play with changing the nesting depth and see
8221  what happens.
8222 \end_layout
8223
8224 \begin_layout Standard
8225 Nesting isn't just limited to lists.
8226  In LyX, you can nest just about anything inside anything else, as you're
8227  about to find out.
8228  This is the real power of nesting paragraph environments.
8229 \end_layout
8230
8231 \begin_layout Subsection
8232 What You Can and Can't Nest
8233 \end_layout
8234
8235 \begin_layout Standard
8236 Before we fire a list of paragraph environments at you, we need to tell
8237  you a little bit more about how nesting works.
8238 \end_layout
8239
8240 \begin_layout Standard
8241 The question of nesting is a bit more complicated than a simple yes or no,
8242  can you or can't you.
8243  There's also the question of how.
8244  Can you nest this environment into anything else? Can you nest another
8245  environment into it? A 
8246 \begin_inset Quotes eld
8247 \end_inset
8248
8249 yes
8250 \begin_inset Quotes erd
8251 \end_inset
8252
8253  to one of these doesn't guarantee a 
8254 \begin_inset Quotes eld
8255 \end_inset
8256
8257 yes
8258 \begin_inset Quotes erd
8259 \end_inset
8260
8261  to the other.
8262 \end_layout
8263
8264 \begin_layout Standard
8265 The paragraph environments in LyX can do one of three things when it comes
8266  to nesting.
8267  First, an environment may be completely unnestable.
8268  Second, there are environments that are fully nestable.
8269  You can nest them inside of things and you can also nest other things inside
8270  of them.
8271  There is one last type of environment.
8272  You can nest them into other environments, but that's it.
8273  You can't nest anything into them.
8274 \end_layout
8275
8276 \begin_layout Standard
8277 Here's a list of the three types of nesting behavior, and which paragraph
8278  environments have them:
8279 \begin_inset Foot
8280 status collapsed
8281
8282 \begin_layout Standard
8283 For some odd reason, LyX allows you to fully nest both 
8284 \family sans
8285 Bibliography
8286 \family default
8287  and 
8288 \family sans
8289 Abstract
8290 \family default
8291 .
8292  Also, LyX allows you to nest 
8293 \family sans
8294 Title
8295 \family default
8296
8297 \family sans
8298 Author
8299 \family default
8300 , and 
8301 \family sans
8302 Date
8303 \family default
8304  into other environments.
8305  We urge you not to.
8306  LaTeX may barf if you try it.
8307  Then again, it may not.
8308  We don't know for certain.
8309  However, it makes no sense contextually to perform any nesting with these
8310  environments, so why would you ever want to?
8311 \end_layout
8312
8313 \end_inset
8314
8315
8316 \end_layout
8317
8318 \begin_layout Description
8319 Unnestable Can't nest them.
8320  Can't nest into them.
8321 \end_layout
8322
8323 \begin_deeper
8324 \begin_layout Itemize
8325
8326 \family sans
8327 Bibliography
8328 \end_layout
8329
8330 \begin_layout Itemize
8331
8332 \family sans
8333 Title
8334 \end_layout
8335
8336 \begin_layout Itemize
8337
8338 \family sans
8339 Author
8340 \end_layout
8341
8342 \begin_layout Itemize
8343
8344 \family sans
8345 Date
8346 \end_layout
8347
8348 \end_deeper
8349 \begin_layout Description
8350 Fully\InsetSpace ~
8351 Nestable You can nest them.
8352  You can nest other things into them.
8353 \end_layout
8354
8355 \begin_deeper
8356 \begin_layout Itemize
8357
8358 \family sans
8359 Abstract
8360 \end_layout
8361
8362 \begin_layout Itemize
8363
8364 \family sans
8365 Verse
8366 \end_layout
8367
8368 \begin_layout Itemize
8369
8370 \family sans
8371 Quote
8372 \end_layout
8373
8374 \begin_layout Itemize
8375
8376 \family sans
8377 Quotation
8378 \end_layout
8379
8380 \begin_layout Itemize
8381
8382 \family sans
8383 Itemize
8384 \end_layout
8385
8386 \begin_layout Itemize
8387
8388 \family sans
8389 Enumerate
8390 \end_layout
8391
8392 \begin_layout Itemize
8393
8394 \family sans
8395 Description
8396 \end_layout
8397
8398 \begin_layout Itemize
8399
8400 \family sans
8401 List
8402 \end_layout
8403
8404 \begin_layout Itemize
8405
8406 \family sans
8407 LyX-Code
8408 \end_layout
8409
8410 \end_deeper
8411 \begin_layout Description
8412 Nestable-Inside You can nest them inside of other things.
8413  You can't nest anything into them.
8414 \end_layout
8415
8416 \begin_deeper
8417 \begin_layout Itemize
8418
8419 \family sans
8420 Part
8421 \end_layout
8422
8423 \begin_layout Itemize
8424
8425 \family sans
8426 Chapter
8427 \end_layout
8428
8429 \begin_layout Itemize
8430
8431 \family sans
8432 Section
8433 \family default
8434  
8435 \end_layout
8436
8437 \begin_layout Itemize
8438
8439 \family sans
8440 Subsection
8441 \end_layout
8442
8443 \begin_layout Itemize
8444
8445 \family sans
8446 Subsubsection
8447 \end_layout
8448
8449 \begin_layout Itemize
8450
8451 \family sans
8452 Paragraph
8453 \family default
8454  
8455 \end_layout
8456
8457 \begin_layout Itemize
8458
8459 \family sans
8460 Subparagraph
8461 \end_layout
8462
8463 \begin_layout Itemize
8464
8465 \family sans
8466 Part*
8467 \end_layout
8468
8469 \begin_layout Itemize
8470
8471 \family sans
8472 Chapter*
8473 \end_layout
8474
8475 \begin_layout Itemize
8476
8477 \family sans
8478 Section*
8479 \end_layout
8480
8481 \begin_layout Itemize
8482
8483 \family sans
8484 Subsection*
8485 \end_layout
8486
8487 \begin_layout Itemize
8488
8489 \family sans
8490 Subsubsection*
8491 \end_layout
8492
8493 \begin_layout Itemize
8494
8495 \family sans
8496 Standard
8497 \end_layout
8498
8499 \begin_layout Itemize
8500
8501 \family sans
8502 Right\InsetSpace ~
8503 Address
8504 \end_layout
8505
8506 \begin_layout Itemize
8507
8508 \family sans
8509 Address
8510 \end_layout
8511
8512 \begin_layout Itemize
8513
8514 \family sans
8515 Caption
8516 \end_layout
8517
8518 \end_deeper
8519 \begin_layout Subsection
8520 Nesting Other Things: Tables, Math, Floats, etc.
8521 \begin_inset LatexCommand label
8522 name "sec:table-and-fig-nesting"
8523
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \begin_layout Standard
8530 There are several things that aren't paragraph environments, but which are
8531  affected by nesting anyhow.
8532  They are:
8533 \end_layout
8534
8535 \begin_layout Itemize
8536 equations
8537 \end_layout
8538
8539 \begin_layout Itemize
8540 tables
8541 \end_layout
8542
8543 \begin_layout Itemize
8544 figures
8545 \end_layout
8546
8547 \begin_layout Standard
8548 [Note: if you put a figure or a table in a 
8549 \family sans
8550 Float
8551 \family default
8552 , this is no longer true.
8553  See below or look in sections 
8554 \begin_inset LatexCommand ref
8555 reference "sec:figures"
8556
8557 \end_inset
8558
8559  or 
8560 \begin_inset LatexCommand ref
8561 reference "sec:tables"
8562
8563 \end_inset
8564
8565  for more info.]
8566 \end_layout
8567
8568 \begin_layout Standard
8569 LyX can treat these three objects as either a word or as a paragraph.
8570  Well, you can't inline a table, but you can inline math and figures.
8571  If a figure or an equation is inlined, it goes wherever the paragraph it's
8572  in goes.
8573 \end_layout
8574
8575 \begin_layout Standard
8576 On the other hand, if you have an equation, figure or table in a 
8577 \begin_inset Quotes eld
8578 \end_inset
8579
8580 paragraph
8581 \begin_inset Quotes erd
8582 \end_inset
8583
8584  of its own, it behaves just like a 
8585 \begin_inset Quotes eld
8586 \end_inset
8587
8588 nestable-inside
8589 \begin_inset Quotes erd
8590 \end_inset
8591
8592  paragraph environment.
8593  You can nest it into any environment, but you [obviously] can't nest anything
8594  into it.
8595 \end_layout
8596
8597 \begin_layout Standard
8598 Here's an example with a table:
8599 \end_layout
8600
8601 \begin_layout Enumerate
8602 Item One
8603 \end_layout
8604
8605 \begin_deeper
8606 \begin_layout Enumerate
8607 This is (a) and it's nested.
8608 \end_layout
8609
8610 \begin_deeper
8611 \begin_layout Standard
8612 \begin_inset VSpace 0.3cm
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \begin_layout Standard
8619 \align center
8620 \begin_inset Tabular
8621 <lyxtabular version="3" rows="2" columns="2">
8622 <features>
8623 <column alignment="center" valignment="top" leftline="true" width="0pt">
8624 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8625 <row topline="true">
8626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Standard
8630
8631 \family roman
8632 \series medium
8633 \shape up
8634 \size normal
8635 \emph off
8636 \bar no
8637 \noun off
8638 \color none
8639 a
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Standard
8648
8649 \family roman
8650 \series medium
8651 \shape up
8652 \size normal
8653 \emph off
8654 \bar no
8655 \noun off
8656 \color none
8657 b
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row topline="true" bottomline="true">
8664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Standard
8668
8669 \family roman
8670 \series medium
8671 \shape up
8672 \size normal
8673 \emph off
8674 \bar no
8675 \noun off
8676 \color none
8677 c
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Standard
8686
8687 \family roman
8688 \series medium
8689 \shape up
8690 \size normal
8691 \emph off
8692 \bar no
8693 \noun off
8694 \color none
8695 d
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 </lyxtabular>
8702
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \begin_layout Standard
8709 \begin_inset VSpace 0.3cm
8710 \end_inset
8711
8712
8713 \end_layout
8714
8715 \end_deeper
8716 \begin_layout Enumerate
8717 This is (b).
8718  The table is actually nested inside (a).
8719 \end_layout
8720
8721 \end_deeper
8722 \begin_layout Enumerate
8723 Back out again.
8724 \end_layout
8725
8726 \begin_layout Standard
8727 If we hadn't nested the table at all, the list would look like this:
8728 \end_layout
8729
8730 \begin_layout Enumerate
8731 Item One
8732 \end_layout
8733
8734 \begin_deeper
8735 \begin_layout Enumerate
8736 This is (a) and it's nested.
8737 \end_layout
8738
8739 \end_deeper
8740 \begin_layout Standard
8741 \begin_inset VSpace 0.3cm
8742 \end_inset
8743
8744
8745 \end_layout
8746
8747 \begin_layout Standard
8748 \align center
8749 \begin_inset Tabular
8750 <lyxtabular version="3" rows="2" columns="2">
8751 <features>
8752 <column alignment="center" valignment="top" leftline="true" width="0pt">
8753 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8754 <row topline="true">
8755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Standard
8759
8760 \family roman
8761 \series medium
8762 \shape up
8763 \size normal
8764 \emph off
8765 \bar no
8766 \noun off
8767 \color none
8768 a
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Standard
8777
8778 \family roman
8779 \series medium
8780 \shape up
8781 \size normal
8782 \emph off
8783 \bar no
8784 \noun off
8785 \color none
8786 b
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row topline="true" bottomline="true">
8793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Standard
8797
8798 \family roman
8799 \series medium
8800 \shape up
8801 \size normal
8802 \emph off
8803 \bar no
8804 \noun off
8805 \color none
8806 c
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Standard
8815
8816 \family roman
8817 \series medium
8818 \shape up
8819 \size normal
8820 \emph off
8821 \bar no
8822 \noun off
8823 \color none
8824 d
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 </lyxtabular>
8831
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \begin_layout Standard
8838 \begin_inset VSpace 0.3cm
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \begin_layout Enumerate
8845 This is (b).
8846  The table is 
8847 \emph on
8848 not
8849 \emph default
8850  nested inside (a).
8851  In fact, it's not nested at all.
8852 \end_layout
8853
8854 \begin_layout Enumerate
8855 Back out again.
8856 \end_layout
8857
8858 \begin_layout Standard
8859 Notice how item (b) is not only no longer nested, but is also the first
8860  item of a new list!
8861 \end_layout
8862
8863 \begin_layout Standard
8864 There's another trap you can fall into: nesting the table, but not going
8865  deep enough.
8866  LyX turns anything after the table into a new [sub]list.
8867 \end_layout
8868
8869 \begin_layout Enumerate
8870 Item One
8871 \end_layout
8872
8873 \begin_deeper
8874 \begin_layout Enumerate
8875 This is (a) and it's nested.
8876 \end_layout
8877
8878 \begin_layout Standard
8879 \begin_inset VSpace 0.3cm
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \begin_layout Standard
8886 \align center
8887 \begin_inset Tabular
8888 <lyxtabular version="3" rows="2" columns="2">
8889 <features>
8890 <column alignment="center" valignment="top" leftline="true" width="0pt">
8891 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8892 <row topline="true">
8893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Standard
8897
8898 \family roman
8899 \series medium
8900 \shape up
8901 \size normal
8902 \emph off
8903 \bar no
8904 \noun off
8905 \color none
8906 a
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Standard
8915
8916 \family roman
8917 \series medium
8918 \shape up
8919 \size normal
8920 \emph off
8921 \bar no
8922 \noun off
8923 \color none
8924 b
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row topline="true" bottomline="true">
8931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Standard
8935
8936 \family roman
8937 \series medium
8938 \shape up
8939 \size normal
8940 \emph off
8941 \bar no
8942 \noun off
8943 \color none
8944 c
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Standard
8953
8954 \family roman
8955 \series medium
8956 \shape up
8957 \size normal
8958 \emph off
8959 \bar no
8960 \noun off
8961 \color none
8962 d
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 </lyxtabular>
8969
8970 \end_inset
8971
8972
8973 \end_layout
8974
8975 \begin_layout Standard
8976 \begin_inset VSpace 0.3cm
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \begin_layout Enumerate
8983 This is (b).
8984  The table is actually nested inside Item One, but 
8985 \emph on
8986 not
8987 \emph default
8988  inside (a).
8989 \end_layout
8990
8991 \end_deeper
8992 \begin_layout Enumerate
8993 Back out again.
8994 \end_layout
8995
8996 \begin_layout Standard
8997 As you can see, item (b) turned into the first item of a new list, but a
8998  new list 
8999 \emph on
9000 inside
9001 \emph default
9002  item 1.
9003  The same thing would have happened to a figure or an equation.
9004  So, if you nest tables, figures or equations, make sure you go to the right
9005  depth!
9006 \end_layout
9007
9008 \begin_layout Standard
9009 Then there are the so-called 
9010 \family sans
9011 Floats
9012 \family default
9013 .
9014  A 
9015 \family sans
9016 Float
9017 \family default
9018  is a block of text associated with some sort of label, but which doesn't
9019  have a fixed location.
9020  It can 
9021 \begin_inset Quotes eld
9022 \end_inset
9023
9024 float
9025 \begin_inset Quotes erd
9026 \end_inset
9027
9028  forward or backward a page or two, to wherever it fits best.
9029  
9030 \family sans
9031 Footnotes
9032 \family default
9033  and 
9034 \family sans
9035 Margin\InsetSpace ~
9036 Notes
9037 \family default
9038  are floats, as are 
9039 \family sans
9040 Table\InsetSpace ~
9041 Floats
9042 \family default
9043  and 
9044 \family sans
9045 Figure\InsetSpace ~
9046 Floats
9047 \family default
9048 .
9049  When you're editing a document in LyX, a closed 
9050 \family sans
9051 Float
9052 \family default
9053  looks like a gray button with a red label and goes wherever the paragraph
9054  it's in goes.
9055  However, because a 
9056 \family sans
9057 Float
9058 \family default
9059  has no fixed location in the final text, nesting has no effect on its actual
9060  location after you feed your document to LaTeX.
9061 \end_layout
9062
9063 \begin_layout Subsection
9064 Usage and General Features
9065 \end_layout
9066
9067 \begin_layout Standard
9068 Speaking of levels, LyX can perform up to a six-fold nesting.
9069  In other words, 
9070 \begin_inset Quotes eld
9071 \end_inset
9072
9073 level #6
9074 \begin_inset Quotes erd
9075 \end_inset
9076
9077  is the innermost possible depth.
9078  Here's an example to display what we mean:
9079 \end_layout
9080
9081 \begin_layout Enumerate
9082 level #1 - outermost
9083 \end_layout
9084
9085 \begin_deeper
9086 \begin_layout Enumerate
9087 level #2
9088 \end_layout
9089
9090 \begin_deeper
9091 \begin_layout Enumerate
9092 level #3
9093 \end_layout
9094
9095 \begin_deeper
9096 \begin_layout Enumerate
9097 level #4
9098 \end_layout
9099
9100 \begin_deeper
9101 \begin_layout Itemize
9102 level #5
9103 \end_layout
9104
9105 \begin_deeper
9106 \begin_layout Itemize
9107 level #6
9108 \end_layout
9109
9110 \end_deeper
9111 \end_deeper
9112 \end_deeper
9113 \end_deeper
9114 \end_deeper
9115 \begin_layout Standard
9116 Once again, LyX has a maximum of 6 levels, regardless of which specific
9117  paragraph environments you're using at a given level.
9118 \begin_inset Foot
9119 status collapsed
9120
9121 \begin_layout Standard
9122 Unfortunately, LyX doesn't enforce this limitation.
9123  If you try to exceed it, however, LaTeX will return errors when you go
9124  to produce output for your document.
9125 \end_layout
9126
9127 \end_inset
9128
9129  That means that you can perform a six-fold nesting of a 
9130 \family sans
9131 Description
9132 \family default
9133  list, or a 
9134 \family sans
9135 Verse
9136 \family default
9137  environment, and so on.
9138  You can also mix environments, as we shall see later.
9139 \end_layout
9140
9141 \begin_layout Standard
9142 There are two exceptions to the six-fold nesting limit, and you can see
9143  both of them in the example.
9144  Unlike the other fully-nestable environments, you can only perform a four-fold
9145  nesting with the 
9146 \family sans
9147 Enumerate
9148 \family default
9149  and 
9150 \family sans
9151 Itemize
9152 \family default
9153  environments.
9154  For example, if we tried to nest another 
9155 \family sans
9156 Enumerate
9157 \family default
9158  list inside of item 
9159 \begin_inset Quotes eld
9160 \end_inset
9161
9162 A.
9163 \begin_inset Quotes erd
9164 \end_inset
9165
9166 , we'd get errors.
9167 \begin_inset Foot
9168 status collapsed
9169
9170 \begin_layout Standard
9171 Once again, LyX doesn't enforce this limitation.
9172  If you try to exceed it, however, LaTeX will return errors when you go
9173  to produce output for your document.
9174 \end_layout
9175
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \begin_layout Standard
9182 In case that you want to start a new list immediately after a list, or consecuti
9183 ve definitions, proofs etc, you can use the 
9184 \family sans
9185 --Separator--
9186 \family default
9187  environment to separate them.
9188  For example
9189 \end_layout
9190
9191 \begin_layout Enumerate
9192 item1
9193 \end_layout
9194
9195 \begin_layout --Separator--
9196
9197 \end_layout
9198
9199 \begin_layout Enumerate
9200 another item1
9201 \end_layout
9202
9203 \begin_deeper
9204 \begin_layout Enumerate
9205 nested item1
9206 \end_layout
9207
9208 \begin_layout --Separator--
9209
9210 \end_layout
9211
9212 \begin_layout Enumerate
9213 nested another item1
9214 \end_layout
9215
9216 \end_deeper
9217 \begin_layout Subsection
9218 Some Examples
9219 \end_layout
9220
9221 \begin_layout Standard
9222 The best way to explain just what you can do with nesting is by illustration.
9223  We have several examples of nested environments.
9224  In them, we explain how we created the example, so that you can reproduce
9225  them.
9226 \end_layout
9227
9228 \begin_layout Subsubsection
9229 Example #1: The Six-fold Way and Mixed Nesting
9230 \end_layout
9231
9232 \begin_layout Labeling
9233 \labelwidthstring MMM
9234 #1-a This is the outermost level.
9235  It's a 
9236 \family sans
9237 List
9238 \family default
9239  environment.
9240 \end_layout
9241
9242 \begin_deeper
9243 \begin_layout Labeling
9244 \labelwidthstring MMM
9245 #2-a This is level #2.
9246  We created it by using 
9247 \family sans
9248 M-Return
9249 \family default
9250  followed by 
9251 \family sans
9252 M-p\InsetSpace ~
9253 Right
9254 \family default
9255 .
9256 \end_layout
9257
9258 \begin_deeper
9259 \begin_layout Labeling
9260 \labelwidthstring MMM
9261 #3-a This is level #3.
9262  This time, we just hit 
9263 \family sans
9264 Return
9265 \family default
9266 , then used 
9267 \family sans
9268 M-p\InsetSpace ~
9269 Right
9270 \family default
9271  twice in a row.
9272  We could have also created it the same way as we did the previous level,
9273  by hitting 
9274 \family sans
9275 M-Return
9276 \family default
9277  followed by 
9278 \family sans
9279 M-p\InsetSpace ~
9280 Right
9281 \family default
9282 .
9283 \end_layout
9284
9285 \begin_deeper
9286 \begin_layout Standard
9287 This is actually a 
9288 \family sans
9289 Standard
9290 \family default
9291  environment, nested inside of 
9292 \begin_inset Quotes eld
9293 \end_inset
9294
9295 #3-a
9296 \begin_inset Quotes erd
9297 \end_inset
9298
9299 .
9300  So, it's at level #4.
9301  We did this by hitting 
9302 \family sans
9303 M-Return
9304 \family default
9305 , then 
9306 \family sans
9307 M-p\InsetSpace ~
9308 Right
9309 \family default
9310 , then changing the paragraph environment to 
9311 \family sans
9312 Standard
9313 \family default
9314 .
9315  Do this to create list items with more than one paragraph - it also works
9316  for the 
9317 \family sans
9318 Description
9319 \family default
9320
9321 \family sans
9322 Enumerate
9323 \family default
9324 , and 
9325 \family sans
9326 Itemize
9327 \family default
9328  environments!
9329 \end_layout
9330
9331 \begin_layout Standard
9332 Here's another 
9333 \family sans
9334 Standard
9335 \family default
9336  paragraph, also at level #4, made with just a 
9337 \family sans
9338 M-Return
9339 \family default
9340 .
9341 \end_layout
9342
9343 \begin_layout Labeling
9344 \labelwidthstring MMM
9345 #4-a This is level #4.
9346  We hit 
9347 \family sans
9348 M-Return
9349 \family default
9350  and changed the paragraph environment back to 
9351 \family sans
9352 List
9353 \family default
9354 .
9355  Remember - we can't nest anything inside of a 
9356 \family sans
9357 Standard
9358 \family default
9359  environment, which is why we're still at level #4.
9360  However, we 
9361 \emph on
9362 can
9363 \emph default
9364  keep nesting things inside of 
9365 \begin_inset Quotes eld
9366 \end_inset
9367
9368 #3-a
9369 \begin_inset Quotes erd
9370 \end_inset
9371
9372 .
9373 \end_layout
9374
9375 \begin_deeper
9376 \begin_layout Labeling
9377 \labelwidthstring MMM
9378 #5-a This is level #5\SpecialChar \ldots{}
9379
9380 \end_layout
9381
9382 \begin_deeper
9383 \begin_layout Labeling
9384 \labelwidthstring MMM
9385 #6-a \SpecialChar \ldots{}
9386 and this is level #6.
9387  By now, you should know how we made these two.
9388 \end_layout
9389
9390 \end_deeper
9391 \begin_layout Labeling
9392 \labelwidthstring MMM
9393 #5-b Back to level #5.
9394  Just hit 
9395 \family sans
9396 M-Return
9397 \family default
9398  followed by a 
9399 \family sans
9400 M-p\InsetSpace ~
9401 Left
9402 \family default
9403 .
9404 \end_layout
9405
9406 \end_deeper
9407 \begin_layout Labeling
9408 \labelwidthstring MMM
9409 #4-b After another 
9410 \family sans
9411 M-Return
9412 \family default
9413  followed by a 
9414 \family sans
9415 M-p\InsetSpace ~
9416 Left
9417 \family default
9418 , we're back at level #4.
9419 \end_layout
9420
9421 \end_deeper
9422 \begin_layout Labeling
9423 \labelwidthstring MMM
9424 #3-b Back to level #3.
9425  By now it should be obvious how we did this.
9426 \end_layout
9427
9428 \end_deeper
9429 \begin_layout Labeling
9430 \labelwidthstring MMM
9431 #2-b Back to level #2.
9432  
9433 \end_layout
9434
9435 \end_deeper
9436 \begin_layout Labeling
9437 \labelwidthstring MMM
9438 #1-b And last, back to the outermost level, #1.
9439  After this sentence, we'll hit 
9440 \family sans
9441 Return
9442 \family default
9443  and change the paragraph environment back to 
9444 \family sans
9445 Standard
9446 \family default
9447  to end the list.
9448 \end_layout
9449
9450 \begin_layout Standard
9451 There you have it! Oh --- we could have also used the 
9452 \family sans
9453 Description
9454 \family default
9455
9456 \family sans
9457 Quote
9458 \family default
9459
9460 \family sans
9461 Quotation
9462 \family default
9463 , or even the 
9464 \family sans
9465 Verse
9466 \family default
9467  environment in place of the 
9468 \family sans
9469 List
9470 \family default
9471  environment.
9472  The example would have worked exactly the same.
9473 \end_layout
9474
9475 \begin_layout Subsubsection
9476 Example #2: Inheritance
9477 \end_layout
9478
9479 \begin_layout LyX-Code
9480 This is the LyX-Code environment, at level #1, the outermost
9481 \end_layout
9482
9483 \begin_layout LyX-Code
9484 level.
9485   Now we'll hit 
9486 \family sans
9487 Return
9488 \family default
9489 , then 
9490 \family sans
9491 M-p Right
9492 \family default
9493 , after which, we'll change to the 
9494 \family sans
9495 Enumerate
9496 \family default
9497  environment.
9498 \end_layout
9499
9500 \begin_deeper
9501 \begin_layout Enumerate
9502 This is the 
9503 \family sans
9504 Enumerate
9505 \family default
9506  environment, at level #2.
9507 \end_layout
9508
9509 \begin_layout Enumerate
9510 Notice how the nested 
9511 \family sans
9512 Enumerate
9513 \family default
9514  not only inherits its margins from its parent environment [
9515 \family sans
9516 LyX-Code
9517 \family default
9518 ], but also inherits its font and spacing!
9519 \end_layout
9520
9521 \end_deeper
9522 \begin_layout Standard
9523 We ended this example by hitting 
9524 \family sans
9525 Return
9526 \family default
9527 .
9528  After that, we needed to reset the paragraph environment to 
9529 \family sans
9530 Standard
9531 \family default
9532  and resetting the nesting depth by using 
9533 \family sans
9534 M-p\InsetSpace ~
9535 Left
9536 \family default
9537  once.
9538 \end_layout
9539
9540 \begin_layout Subsubsection
9541 Example #3: Labels, Levels, and the 
9542 \family sans
9543 Enumerate
9544 \family default
9545  and 
9546 \family sans
9547 Itemize
9548 \family default
9549  Environments
9550 \begin_inset OptArg
9551 status collapsed
9552
9553 \begin_layout Standard
9554 Example #3: Labels, Levels and other list environments
9555 \end_layout
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \begin_layout Enumerate
9563 This is level #1, in an 
9564 \family sans
9565 Enumerate
9566 \family default
9567  paragraph environment.
9568  We're actually going to nest a bunch of these.
9569 \end_layout
9570
9571 \begin_deeper
9572 \begin_layout Enumerate
9573 This is level #2.
9574  We used 
9575 \family sans
9576 M-Return
9577 \family default
9578  followed by 
9579 \family sans
9580 M-p\InsetSpace ~
9581 Right
9582 \family default
9583 .
9584  Now, what happens if we nest an 
9585 \family sans
9586 Itemize
9587 \family default
9588  environment inside of this one? It will be at level #3, but what will its
9589  label be? An asterisk?
9590 \end_layout
9591
9592 \begin_deeper
9593 \begin_layout Itemize
9594 No! It's a bullet.
9595  This is the 
9596 \emph on
9597 first
9598 \emph default
9599  
9600 \family sans
9601 Itemize
9602 \family default
9603  environment, even though it's at level #3.
9604  So, its label is a bullet.
9605  [Note: we got here by using 
9606 \family sans
9607 M-Return
9608 \family default
9609 , then 
9610 \family sans
9611 M-p\InsetSpace ~
9612 Right
9613 \family default
9614 , then changing the environment to 
9615 \family sans
9616 Itemize
9617 \family default
9618 .]
9619 \end_layout
9620
9621 \begin_deeper
9622 \begin_layout Itemize
9623 Here's level #4, produced using 
9624 \family sans
9625 M-Return
9626 \family default
9627 , then 
9628 \family sans
9629 M-p\InsetSpace ~
9630 Right
9631 \family default
9632 .
9633  We'll do that again\SpecialChar \ldots{}
9634
9635 \end_layout
9636
9637 \begin_deeper
9638 \begin_layout Enumerate
9639 \SpecialChar \ldots{}
9640 to get to level #5.
9641  This time, however, we also changed the paragraph environment back to 
9642 \family sans
9643 Enumerate
9644 \family default
9645 .
9646  Notice the type of numbering! It's 
9647 \emph on
9648 lowercase Roman
9649 \emph default
9650 , because we're the 
9651 \emph on
9652 thirdfold
9653 \emph default
9654  
9655 \family sans
9656 Enumerate
9657 \family default
9658  environment [i.e.
9659  we're an 
9660 \family sans
9661 Enumerate
9662 \family default
9663  inside an 
9664 \family sans
9665 Enumerate
9666 \family default
9667  inside an 
9668 \family sans
9669 Enumerate
9670 \family default
9671 ].
9672 \end_layout
9673
9674 \begin_layout Enumerate
9675 What happens if we 
9676 \emph on
9677 don't
9678 \emph default
9679  change the paragraph environment, but decrease the nesting depth? What
9680  type of numbering does LyX use?
9681 \end_layout
9682
9683 \begin_layout Enumerate
9684 Oh, as if you couldn't guess by now, we're just using 
9685 \family sans
9686 M-Return
9687 \family default
9688  to keep the current environment and depth but create a new item.
9689 \end_layout
9690
9691 \begin_layout Enumerate
9692 Let's use 
9693 \family sans
9694 M-p\InsetSpace ~
9695 Left
9696 \family default
9697  to decrease the depth after the next 
9698 \family sans
9699 M-Return
9700 \family default
9701 .
9702 \end_layout
9703
9704 \end_deeper
9705 \begin_layout Enumerate
9706 This is level #4.
9707  Look what type of label LyX is using!
9708 \end_layout
9709
9710 \end_deeper
9711 \begin_layout Enumerate
9712 This is level #3.
9713  Even though we've changed levels, LyX is still using a lowercase Roman
9714  numeral as the label.
9715  Why?!
9716 \end_layout
9717
9718 \begin_layout Enumerate
9719 Because, even though the nesting depth has changed, the paragraph is 
9720 \emph on
9721 still
9722 \emph default
9723  a thirdfold 
9724 \family sans
9725 Enumerate
9726 \family default
9727  environment.
9728  Notice, however, that LyX 
9729 \emph on
9730 did
9731 \emph default
9732  reset the counter for the label.
9733 \end_layout
9734
9735 \end_deeper
9736 \begin_layout Enumerate
9737 Another 
9738 \family sans
9739 M-Return
9740 \family default
9741  
9742 \family sans
9743 M-p\InsetSpace ~
9744 Left
9745 \family default
9746  sequence, and we're back to level #2.
9747  This time, we not only changed the nesting depth, but we also moved back
9748  into the twofold-nested 
9749 \family sans
9750 Enumerate
9751 \family default
9752  environment.
9753 \end_layout
9754
9755 \end_deeper
9756 \begin_layout Enumerate
9757 The same thing happens if we do another 
9758 \family sans
9759 M-Return
9760 \family default
9761  
9762 \family sans
9763 M-p\InsetSpace ~
9764 Left
9765 \family default
9766  sequence and return to level #1, the outermost level.
9767 \end_layout
9768
9769 \begin_layout Standard
9770 Lastly, we reset the environment to 
9771 \family sans
9772 Standard
9773 \family default
9774 .
9775  As you can see, the level number doesn't correspond to what type of labelling
9776  LyX uses for the 
9777 \family sans
9778 Enumerate
9779 \family default
9780  and 
9781 \family sans
9782 Itemize
9783 \family default
9784  environments.
9785  The number of 
9786 \emph on
9787 other
9788 \emph default
9789  
9790 \family sans
9791 \emph on
9792 Enumerate
9793 \family default
9794 \emph default
9795  
9796 \emph on
9797 environments
9798 \emph default
9799  surrounding it determines what kind of label LyX uses for an 
9800 \family sans
9801 Enumerate
9802 \family default
9803  item.
9804  The same rule applies for the 
9805 \family sans
9806 Itemize
9807 \family default
9808  environment, as well.
9809 \end_layout
9810
9811 \begin_layout Subsubsection
9812 Example #4: Going Bonkers
9813 \end_layout
9814
9815 \begin_layout Enumerate
9816 We're going to go totally nuts now.
9817  We won't nest as deep as in the other examples, nor will we go into the
9818  same detail with how we did it.
9819  [level #1: 
9820 \family sans
9821 Enumerate
9822 \family default
9823 ]
9824 \end_layout
9825
9826 \begin_deeper
9827 \begin_layout Standard
9828 [
9829 \family sans
9830 Return, M-p\InsetSpace ~
9831 Right, Standard
9832 \family default
9833 : level #2] We'll stick an encapsulated description of how we created the
9834  example in brackets someplace.
9835  For example, the two keybindings are how we changed the depth.
9836  The environment name is, obviously, the name of the current environment.
9837  Either before or after this, we'll put in the level.
9838 \end_layout
9839
9840 \end_deeper
9841 \begin_layout Enumerate
9842 [
9843 \family sans
9844 Return, Enumerate
9845 \family default
9846 : level #1] This is the next item in the list.
9847 \end_layout
9848
9849 \begin_deeper
9850 \begin_layout Verse
9851 Now we'll add verse.
9852 \newline
9853 It will get much worse.
9854 \newline
9855 [
9856 \family sans
9857 Return, M-p\InsetSpace ~
9858 Right, Verse
9859 \family default
9860 : level #2]
9861 \end_layout
9862
9863 \begin_layout Verse
9864 Fiddle dee, Fiddle doo.
9865 \newline
9866 Bippitey boppitey boo!
9867 \newline
9868 [
9869 \family sans
9870 M-Return
9871 \family default
9872 ]
9873 \end_layout
9874
9875 \begin_layout Verse
9876 Here comes a table for you:
9877 \end_layout
9878
9879 \begin_deeper
9880 \begin_layout Standard
9881 \begin_inset VSpace 0.3cm
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \begin_layout Standard
9888 \align center
9889 \begin_inset Tabular
9890 <lyxtabular version="3" rows="2" columns="2">
9891 <features>
9892 <column alignment="center" valignment="top" width="0pt">
9893 <column alignment="center" valignment="top" leftline="true" width="0pt">
9894 <row>
9895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Standard
9899
9900 \family roman
9901 \series medium
9902 \shape up
9903 \size normal
9904 \emph off
9905 \bar no
9906 \noun off
9907 \color none
9908 one-fish
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Standard
9917
9918 \family roman
9919 \series medium
9920 \shape up
9921 \size normal
9922 \emph off
9923 \bar no
9924 \noun off
9925 \color none
9926 two-fish
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row topline="true">
9933 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Standard
9937
9938 \family roman
9939 \series medium
9940 \shape up
9941 \size normal
9942 \emph off
9943 \bar no
9944 \noun off
9945 \color none
9946 red-fish
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Standard
9955
9956 \family roman
9957 \series medium
9958 \shape up
9959 \size normal
9960 \emph off
9961 \bar no
9962 \noun off
9963 \color none
9964 blue-fish
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 </lyxtabular>
9971
9972 \end_inset
9973
9974
9975 \end_layout
9976
9977 \end_deeper
9978 \begin_layout Verse
9979 [
9980 \family sans
9981 M-Return, Table, M-p\InsetSpace ~
9982 Right
9983 \family default
9984  3 times, 
9985 \family sans
9986 M-Return, Verse, M-p\InsetSpace ~
9987 Left
9988 \family default
9989 ]
9990 \end_layout
9991
9992 \end_deeper
9993 \begin_layout Enumerate
9994 [
9995 \family sans
9996 Return, Enumerate
9997 \family default
9998 : level #1] This is another item.
9999  Note that selecting a 
10000 \family sans
10001 Table
10002 \family default
10003  resets the nesting depth to level #1, so we increased the nesting depth
10004  3 times to put the table inside the 
10005 \family sans
10006 Verse
10007 \family default
10008  environment.
10009  
10010 \end_layout
10011
10012 \begin_layout Quotation
10013 We're now ending the 
10014 \family sans
10015 Enumerate
10016 \family default
10017  list and changing to 
10018 \family sans
10019 Quotation
10020 \family default
10021 .
10022  We're still at level #1.
10023  We want to show you some of the things you can do by mixing environments.
10024  The next set of paragraphs is a 
10025 \begin_inset Quotes eld
10026 \end_inset
10027
10028 quoted letter.
10029 \begin_inset Quotes erd
10030 \end_inset
10031
10032  We'll nest both the 
10033 \family sans
10034 Address
10035 \family default
10036  and 
10037 \family sans
10038 Right\InsetSpace ~
10039 Address
10040 \family default
10041  environments inside of this one, then use another nested 
10042 \family sans
10043 Quotation
10044 \family default
10045  for the letter body.
10046  We'll use 
10047 \family sans
10048 M-Return
10049 \family default
10050  to preserve the depth.
10051  Remember that you need to use 
10052 \family sans
10053 C-Return
10054 \family default
10055  to create multiple lines inside the 
10056 \family sans
10057 Address
10058 \family default
10059  and 
10060 \family sans
10061 Right\InsetSpace ~
10062 Address
10063 \family default
10064  environments.
10065  Here it goes:
10066 \end_layout
10067
10068 \begin_deeper
10069 \begin_layout Right Address
10070 1234 Nowhere Rd.
10071 \newline
10072 Moosegroin, MT 00100
10073 \newline
10074 9-6-96
10075 \end_layout
10076
10077 \begin_layout Address
10078 Dear Mr.\InsetSpace ~
10079 Fizlewitz:
10080 \end_layout
10081
10082 \begin_layout Quotation
10083 We regret to inform you that we cannot fill your order for 50L of compressed
10084  methane gas due to circumstances beyond our control.
10085  Unfortunately, several of our cows have mysteriously exploded, creating
10086  a backlog in our orders for methane.
10087  We will place your name on the waiting list and try to fill your order
10088  as soon as possible.
10089  In the meantime, we thank you for your patience.
10090 \end_layout
10091
10092 \begin_layout Quotation
10093 We do, however, now have a special on beef.
10094  If you are interested, please return the enclosed pricing and order form
10095  with your order, along with payment.
10096 \end_layout
10097
10098 \begin_layout Quotation
10099 We thank you again for your patience.
10100 \end_layout
10101
10102 \begin_layout Address
10103 Sincerely,
10104 \newline
10105 Bill Hick
10106 \end_layout
10107
10108 \end_deeper
10109 \begin_layout Quotation
10110 That ends that example!
10111 \end_layout
10112
10113 \begin_layout Standard
10114 As you can see, nesting environments in LyX gives you a lot of power with
10115  just a few keystrokes.
10116  We could have easily nested an 
10117 \family sans
10118 Itemize
10119 \family default
10120  list inside of a 
10121 \family sans
10122 Quotation
10123 \family default
10124  or 
10125 \family sans
10126 Quote
10127 \family default
10128 , or put a 
10129 \family sans
10130 Quote
10131 \family default
10132  inside of an 
10133 \family sans
10134 Itemize
10135 \family default
10136  list.
10137  You have a huge variety of options at your disposal.
10138 \end_layout
10139
10140 \begin_layout Section
10141 Fonts and Text Styles
10142 \end_layout
10143
10144 \begin_layout Subsection
10145 Overview
10146 \end_layout
10147
10148 \begin_layout Standard
10149 Many modern typesetting and markup languages have begun to move towards
10150  specifying character styles rather than specifying a particular font.
10151  For example, instead of changing to an italicized version of the current
10152  font to emphasize text, you use an 
10153 \begin_inset Quotes eld
10154 \end_inset
10155
10156 emphasized style
10157 \begin_inset Quotes erd
10158 \end_inset
10159
10160  instead.
10161  This concept fits in perfectly with LyX.
10162  In LyX, you do things based on contexts, rather than focusing on typesetting
10163  details.
10164 \end_layout
10165
10166 \begin_layout Standard
10167 Right now, LyX allows you to specify a global default font, and has two
10168  character styles, 
10169 \family sans
10170 Emphasized
10171 \family default
10172  and 
10173 \family sans
10174 Noun
10175 \family default
10176 .
10177  The 
10178 \family sans
10179 Emphasized
10180 \family default
10181  style corresponds to an italics font.
10182  The 
10183 \family sans
10184 Noun
10185 \family default
10186  style corresponds to a font in smallcaps, which some languages and writing
10187  styles use to typeset proper names.
10188  The LyX Team has at last (as of LyX version\InsetSpace ~
10189 1.4) introduced true character
10190  styles, but currently these must be defined explicitly in the document
10191  layout file.
10192  There's currently no GUI support to define new, or tweak existing, character
10193  styles to allow you, the user, to customize which font changes correspond
10194  to what styles.
10195 \end_layout
10196
10197 \begin_layout Subsection
10198 Global Options
10199 \end_layout
10200
10201 \begin_layout Standard
10202 You can set the default font from the 
10203 \family sans
10204 \bar under
10205 D
10206 \bar default
10207 ocument\SpecialChar \menuseparator
10208
10209 \bar under
10210 S
10211 \bar default
10212 ettings
10213 \family default
10214  dialog.
10215  The 
10216 \family sans
10217 Fonts
10218 \family default
10219  tabfolder/pane offers you a variety of possibilities to set up and adjust
10220  your document fonts.
10221  The most important ones are those in the 
10222 \family sans
10223 Font Families
10224 \family default
10225  and 
10226 \family sans
10227 Font Sizes
10228 \family default
10229  group.
10230  The possible options under 
10231 \family sans
10232 Font Families
10233 \family default
10234  include 
10235 \begin_inset Quotes eld
10236 \end_inset
10237
10238
10239 \family sans
10240 Default
10241 \family default
10242
10243 \begin_inset Quotes erd
10244 \end_inset
10245
10246  and a list of fonts available on your system, each for the 
10247 \family sans
10248 \bar under
10249 R
10250 \bar default
10251 oman
10252 \family default
10253
10254 \family sans
10255 \bar under
10256 S
10257 \bar default
10258 ans Serif
10259 \family default
10260  and 
10261 \family sans
10262 T
10263 \bar under
10264 y
10265 \bar default
10266 pewriter
10267 \family default
10268  (a.\InsetSpace \thinspace{}
10269 k.\InsetSpace \thinspace{}
10270 a.
10271  Monospaced) family of fonts.
10272  The option 
10273 \begin_inset Quotes eld
10274 \end_inset
10275
10276
10277 \family sans
10278 Default
10279 \family default
10280
10281 \begin_inset Quotes erd
10282 \end_inset
10283
10284  uses the fonts that are specified by the document class you are using.
10285  Often, these are the standard TeX fonts, known as 
10286 \begin_inset Quotes eld
10287 \end_inset
10288
10289 computer modern
10290 \begin_inset Quotes erd
10291 \end_inset
10292
10293  (cm) or 
10294 \begin_inset Quotes eld
10295 \end_inset
10296
10297 European modern
10298 \begin_inset Quotes erd
10299 \end_inset
10300
10301  (ec).
10302  Depending on the document class, however, it might as well be another font.
10303  Most fonts in the list should be installed on your system.
10304  For others, you might have to get and install the fonts first (LyX indicates
10305  if a font is not installed).
10306  Please have a look at 
10307 \family sans
10308 \bar under
10309 H
10310 \bar default
10311 elp\SpecialChar \menuseparator
10312
10313 \bar under
10314 L
10315 \bar default
10316 aTeX Configuration
10317 \family default
10318  about where to get the fonts.
10319  Installing a new font for LaTeX is, unfortunately, not as easy as installing
10320  a new font to common operation systems.
10321  However, most font packages include a step-by-step instruction.
10322 \end_layout
10323
10324 \begin_layout Standard
10325 In most cases, the default family of a document class is roman (a.\InsetSpace \thinspace{}
10326 k.\InsetSpace \thinspace{}
10327 a.
10328  serif), so the roman font (e.\InsetSpace \thinspace{}
10329 g.
10330  Times) will be used all over, unless you select 
10331 \begin_inset Quotes eld
10332 \end_inset
10333
10334 Sans Serif
10335 \begin_inset Quotes erd
10336 \end_inset
10337
10338  od 
10339 \begin_inset Quotes eld
10340 \end_inset
10341
10342 Typewriter
10343 \begin_inset Quotes erd
10344 \end_inset
10345
10346  from 
10347 \family sans
10348 \bar under
10349 E
10350 \bar default
10351 dit\SpecialChar \menuseparator
10352 Text St
10353 \bar under
10354 y
10355 \bar default
10356 le
10357 \family default
10358  for specific selections of the text (see below section 
10359 \begin_inset LatexCommand ref
10360 reference "sub:Text-Style-Dialog"
10361
10362 \end_inset
10363
10364 ).
10365  The 
10366 \family sans
10367 Default\InsetSpace ~
10368 Family
10369 \family default
10370  option lets you change this.
10371  So if you want your document (including footnotes etc.), say, all over in
10372  Helvetica, chose 
10373 \begin_inset Quotes eld
10374 \end_inset
10375
10376 Helvetica
10377 \begin_inset Quotes erd
10378 \end_inset
10379
10380  as 
10381 \family sans
10382 Sans Serif
10383 \family default
10384  Font and 
10385 \begin_inset Quotes eld
10386 \end_inset
10387
10388 Sans Serif
10389 \begin_inset Quotes erd
10390 \end_inset
10391
10392  as 
10393 \family sans
10394 Default\InsetSpace ~
10395 Family
10396 \family default
10397 .
10398 \end_layout
10399
10400 \begin_layout Standard
10401 In the 
10402 \family sans
10403 Font\InsetSpace ~
10404
10405 \bar under
10406 S
10407 \bar default
10408 izes
10409 \family default
10410  group, you can usually select from four possible 
10411 \family sans
10412 Base\InsetSpace ~
10413 Size
10414 \family default
10415  values: 
10416 \family sans
10417 default, 10
10418 \family default
10419
10420 \family sans
10421 11
10422 \family default
10423 , and 
10424 \family sans
10425 12
10426 \family default
10427  (some document classes provide more, some less choices).
10428  Remember, this is the 
10429 \emph on
10430 base
10431 \emph default
10432  font size.
10433  LyX actually scales all of the other possible font sizes (such as those
10434  used in footnotes, superscripts, and subscripts) by this value.
10435  You can always fine-tune the font size from within the document if you
10436  need to.
10437  It's also rather silly to use an 8pt or 24pt font as the default font size,
10438  as this typically renders your document unreadable.
10439 \end_layout
10440
10441 \begin_layout Standard
10442 Some Sans Serif and Typewriter Fonts provide the possibility to be scaled.
10443  This might be useful, if a Sans Serif or Typewriter Font has a different
10444  height than the Roman Font.
10445  Please be careful with this option, it can be easily misused.
10446 \end_layout
10447
10448 \begin_layout Standard
10449 In the 
10450 \family sans
10451 Advanced Options
10452 \family default
10453  group box, you'll finally find possibilities for using so-called 
10454 \begin_inset Quotes eld
10455 \end_inset
10456
10457 expert settings
10458 \begin_inset Quotes erd
10459 \end_inset
10460
10461 , given that they are provided by a certain font.
10462  
10463 \family sans
10464 Use true S
10465 \bar under
10466 m
10467 \bar default
10468 all Caps
10469 \family default
10470  indicates that lots of fonts do not use real, but 
10471 \emph on
10472 faked
10473 \emph default
10474  Small Caps.
10475  True Small Caps are specifically designed characters, whereas faked Small
10476  Caps are just scaled Capital letters.
10477  The former looks way better, so if a font offers you the choice, you should
10478  check this option.
10479  
10480 \family sans
10481 Use
10482 \family default
10483  
10484 \family sans
10485 \bar under
10486 O
10487 \bar default
10488 ld Style Figures
10489 \family default
10490  finally lets you select so called Old Style Figures (a.\InsetSpace \thinspace{}
10491 k.\InsetSpace \thinspace{}
10492 a.
10493  Medieval Figures, i.\InsetSpace \thinspace{}
10494 e.
10495  figures with ascending or descending form) instead of the standard Lining
10496  Figures.
10497  Old Style Figures are often preferred due to better legibility in the text,
10498  but it's certainly also a matter of taste.
10499  Just try it out, if it is provided for your font of choice.
10500  Note that math figures are 
10501 \emph on
10502 not
10503 \emph default
10504  affected by this choice.
10505 \end_layout
10506
10507 \begin_layout Standard
10508 Please note that even if LyX tries its best in guessing what fonts are installed
10509  and which options are provided by a given font, it might fail if the fonts
10510  are not set up correctly.
10511 \end_layout
10512
10513 \begin_layout Standard
10514 Note further that once you choose a new value for 
10515 \family sans
10516 \bar under
10517 F
10518 \bar default
10519 onts
10520 \family default
10521  or 
10522 \family sans
10523 Font\InsetSpace ~
10524
10525 \bar under
10526 S
10527 \bar default
10528 ize
10529 \family default
10530 , LyX does 
10531 \emph on
10532 not
10533 \emph default
10534  change the screen.
10535  You'll only see a difference once you generate the final output.
10536  This is part of the WYSIWYM concept.
10537  The only visible change is caused by a change of the default font family.
10538  However, you certainly noticed that, for instance, the roman font on screen
10539  is just a representation of 
10540 \begin_inset Quotes eld
10541 \end_inset
10542
10543 Roman
10544 \begin_inset Quotes erd
10545 \end_inset
10546
10547  (as set up in the 
10548 \family sans
10549 \bar under
10550 T
10551 \bar default
10552 ools\SpecialChar \menuseparator
10553
10554 \bar under
10555 P
10556 \bar default
10557 references
10558 \family default
10559  dialog), not of the actual roman document font.
10560 \end_layout
10561
10562 \begin_layout Subsection
10563 Using Different Character Styles
10564 \end_layout
10565
10566 \begin_layout Standard
10567 As we've already seen, LyX automatically changes the character style for
10568  certain paragraph environments.
10569  We also mentioned two other character styles, 
10570 \family sans
10571 Emphasized
10572 \family default
10573  and 
10574 \family sans
10575 Noun
10576 \family default
10577 .
10578  You can activate both of these styles via keybindings, the menus, and the
10579  toolbar.
10580 \end_layout
10581
10582 \begin_layout Standard
10583 To activate the 
10584 \family sans
10585 Noun
10586 \family default
10587  style, do one of the following:
10588 \end_layout
10589
10590 \begin_layout Itemize
10591 click on the toolbar button with the person-shaped icon
10592 \end_layout
10593
10594 \begin_layout Itemize
10595 use the keybinding 
10596 \family sans
10597 M-c\InsetSpace ~
10598 c
10599 \end_layout
10600
10601 \begin_layout Standard
10602 These commands are all toggles.
10603  That is, if 
10604 \family sans
10605 Noun
10606 \family default
10607  style is already active, they deactivate it.
10608 \end_layout
10609
10610 \begin_layout Standard
10611 One typically uses the 
10612 \family sans
10613 Noun
10614 \family default
10615  style for proper names.
10616  For example: 
10617 \begin_inset Quotes eld
10618 \end_inset
10619
10620
10621 \noun on
10622 Matthias Ettrich
10623 \noun default
10624  is the original author of LyX.
10625 \begin_inset Quotes erd
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \begin_layout Standard
10632 A more widely used character style is the 
10633 \family sans
10634 Emphasized
10635 \family default
10636  style.
10637  You can activate [or deactivate - it's also a toggle] the 
10638 \family sans
10639 Emphasized
10640 \family default
10641  style by:
10642 \end_layout
10643
10644 \begin_layout Itemize
10645 clicking on the toolbar button with the 
10646 \begin_inset Quotes eld
10647 \end_inset
10648
10649 !
10650 \begin_inset Quotes erd
10651 \end_inset
10652
10653  character on it
10654 \end_layout
10655
10656 \begin_layout Itemize
10657 using the keybindings 
10658 \family sans
10659 M-c\InsetSpace ~
10660 e
10661 \end_layout
10662
10663 \begin_layout Standard
10664 At the moment, the 
10665 \family sans
10666 Emphasized
10667 \family default
10668  style is equivalent to an italicized font.
10669  We have plans to make that association more user-configurable in the future.
10670 \end_layout
10671
10672 \begin_layout Standard
10673 We've been using the 
10674 \family sans
10675 Emphasized
10676 \family default
10677  style all over the place in this document.
10678  Here's one more example:
10679 \end_layout
10680
10681 \begin_layout Quotation
10682
10683 \emph on
10684 Don't overuse character styles!
10685 \end_layout
10686
10687 \begin_layout Standard
10688 It's also a warning in addition to an example.
10689  One's writing should parallel ordinary conversation.
10690  Since we don't all constantly scream at each other, we should also avoid
10691  the common tendency to overuse character style.
10692  
10693 \end_layout
10694
10695 \begin_layout Standard
10696 Oh --- one last note: You can always reset to the default font using the
10697  keybinding 
10698 \family sans
10699 M-c\InsetSpace ~
10700 Space
10701 \family default
10702 .
10703 \end_layout
10704
10705 \begin_layout Subsection
10706 Fine-Tuning with the 
10707 \family sans
10708 Character Layout
10709 \family default
10710  dialog
10711 \begin_inset LatexCommand label
10712 name "sub:Text-Style-Dialog"
10713
10714 \end_inset
10715
10716
10717 \end_layout
10718
10719 \begin_layout Standard
10720 There are always occasions when you'll need to do some fine-tuning, so LyX
10721  gives you a way to create custom character style.
10722  For example, an academic journal or a corporation may have a style sheet
10723  requiring a sans-serif font be used in certain situations.
10724 \begin_inset Foot
10725 status collapsed
10726
10727 \begin_layout Standard
10728 Note from 
10729 \noun on
10730 John Weiss
10731 \noun default
10732 : There is, in fact, such a style sheet for the LyX Documentation, since
10733  manuals need a certain amount of consistency.
10734 \end_layout
10735
10736 \end_inset
10737
10738  Also, writers sometimes use a different font to offset a character's thoughts
10739  from ordinary dialogue.
10740 \end_layout
10741
10742 \begin_layout Standard
10743 Before we document how to use custom character style, we want to issue a
10744  warning yet again: Don't overuse character styles.
10745  Many modern word processors have a vast array of fonts available to them,
10746  providing you with the power of a printing press.
10747  Unfortunately, there is a tendency to overuse that power.
10748  The phrase, 
10749 \begin_inset Quotes eld
10750 \end_inset
10751
10752 Using a sledgehammer to swat a fly,
10753 \begin_inset Quotes erd
10754 \end_inset
10755
10756  comes to mind.
10757  And, as the old saying implies, documents that overuse different fonts
10758  and sizes tend to look like someone's knocked huge holes in them.
10759 \end_layout
10760
10761 \begin_layout Standard
10762 Enough complaining.
10763 \end_layout
10764
10765 \begin_layout Standard
10766 To use custom fonts, open the 
10767 \family sans
10768 \bar under
10769 E
10770 \bar default
10771 dit\SpecialChar \menuseparator
10772 Text\InsetSpace ~
10773
10774 \bar under
10775 S
10776 \bar default
10777 tyle
10778 \family default
10779  dialog.
10780  There are seven buttons on this dialog, each corresponding to a different
10781  font property which you can choose.
10782  You can choose an option for one of these seven properties, or select 
10783 \family sans
10784 No\InsetSpace ~
10785 change
10786 \family default
10787 , which keeps the current state of that property.
10788  The item 
10789 \family sans
10790 Reset
10791 \family default
10792  will reset the property to whatever is the default for the hosting paragraph
10793  environment.
10794  You can use this to reset attributes across a bunch of different paragraph
10795  environments in a snap.
10796 \end_layout
10797
10798 \begin_layout Standard
10799 The seven font properties, and their options [in addition to 
10800 \family sans
10801 No\InsetSpace ~
10802 change
10803 \family default
10804  and 
10805 \family sans
10806 Reset
10807 \family default
10808 ] are:
10809 \end_layout
10810
10811 \begin_layout Labeling
10812 \labelwidthstring MMMMM
10813
10814 \family sans
10815 \bar under
10816 F
10817 \bar default
10818 amily
10819 \family default
10820  The 
10821 \begin_inset Quotes eld
10822 \end_inset
10823
10824 overall look
10825 \begin_inset Quotes erd
10826 \end_inset
10827
10828  of the font.
10829  The possible options are:
10830 \end_layout
10831
10832 \begin_deeper
10833 \begin_layout Labeling
10834 \labelwidthstring MMMMMM
10835
10836 \family sans
10837 Roman
10838 \family default
10839  This is the Roman font family.
10840 \end_layout
10841
10842 \begin_deeper
10843 \begin_layout Standard
10844 It's also the default family.
10845  [keybinding = 
10846 \family sans
10847 M-c\InsetSpace ~
10848 r
10849 \family default
10850 ]
10851 \end_layout
10852
10853 \end_deeper
10854 \begin_layout Labeling
10855 \labelwidthstring MMMMMM
10856
10857 \family sans
10858 Sans\InsetSpace ~
10859 Serif
10860 \family default
10861  
10862 \family sans
10863 This is the Sans Serif font family.
10864 \end_layout
10865
10866 \begin_deeper
10867 \begin_layout Standard
10868 [keybinding = 
10869 \family sans
10870 M-c\InsetSpace ~
10871 s
10872 \family default
10873 ]
10874 \end_layout
10875
10876 \end_deeper
10877 \begin_layout Labeling
10878 \labelwidthstring MMMMMM
10879
10880 \family sans
10881 Typewriter
10882 \family default
10883  
10884 \family typewriter
10885 This is the Typewriter font family.
10886 \end_layout
10887
10888 \begin_deeper
10889 \begin_layout Standard
10890 [keybinding = 
10891 \family sans
10892 M-c\InsetSpace ~
10893 p
10894 \family default
10895 ]
10896 \end_layout
10897
10898 \end_deeper
10899 \end_deeper
10900 \begin_layout Labeling
10901 \labelwidthstring MMMMM
10902
10903 \family sans
10904 \bar under
10905 S
10906 \bar default
10907 eries
10908 \family default
10909  This corresponds to the print weight.
10910  Options are:
10911 \end_layout
10912
10913 \begin_deeper
10914 \begin_layout Labeling
10915 \labelwidthstring MMMMMM
10916
10917 \family sans
10918 Medium
10919 \family default
10920  This is the Medium font series.
10921 \end_layout
10922
10923 \begin_deeper
10924 \begin_layout Standard
10925 It's also the default series.
10926 \end_layout
10927
10928 \end_deeper
10929 \begin_layout Labeling
10930 \labelwidthstring MMMMMM
10931
10932 \family sans
10933 Bold
10934 \family default
10935  
10936 \series bold
10937 This is the Bold font series.
10938 \end_layout
10939
10940 \begin_deeper
10941 \begin_layout Standard
10942 You can toggle this series on or off with the keybinding 
10943 \family sans
10944 M-c\InsetSpace ~
10945 b
10946 \family default
10947 .
10948 \end_layout
10949
10950 \end_deeper
10951 \end_deeper
10952 \begin_layout Labeling
10953 \labelwidthstring MMMMM
10954
10955 \family sans
10956 S
10957 \bar under
10958 h
10959 \bar default
10960 ape
10961 \family default
10962  As the name implies.
10963  Options are:
10964 \end_layout
10965
10966 \begin_deeper
10967 \begin_layout Labeling
10968 \labelwidthstring MMMMMM
10969
10970 \family sans
10971 Upright
10972 \family default
10973  This is the Upright font shape.
10974 \end_layout
10975
10976 \begin_deeper
10977 \begin_layout Standard
10978 It's also the default shape.
10979 \end_layout
10980
10981 \end_deeper
10982 \begin_layout Labeling
10983 \labelwidthstring MMMMMM
10984
10985 \family sans
10986 Italic
10987 \family default
10988  
10989 \shape italic
10990 This
10991 \shape default
10992  
10993 \family sans
10994 \shape italic
10995 i
10996 \family default
10997 s the Italic font shape
10998 \shape default
10999 \emph on
11000 .
11001 \end_layout
11002
11003 \begin_layout Labeling
11004 \labelwidthstring MMMMMM
11005
11006 \family sans
11007 Slanted
11008 \family default
11009  
11010 \shape slanted
11011 This is the Slanted font shape
11012 \shape default
11013  (although it might not be visible on screen, this is different from italic).
11014 \end_layout
11015
11016 \begin_layout Labeling
11017 \labelwidthstring MMMMMM
11018
11019 \family sans
11020 Small\InsetSpace ~
11021 Caps
11022 \family default
11023  
11024 \shape smallcaps
11025 This is the Small caps font shape
11026 \shape default
11027 \noun on
11028 .
11029 \end_layout
11030
11031 \end_deeper
11032 \begin_layout Labeling
11033 \labelwidthstring MMMMM
11034
11035 \family sans
11036 Si
11037 \bar under
11038 z
11039 \bar default
11040 e
11041 \family default
11042  Alters the size of the font.
11043  You'll find no numerical values here; all possible sizes are actually proportio
11044 nal to the default font size.
11045  Once again, you don't feed LyX the details, but a general description of
11046  what you want to do.
11047 \end_layout
11048
11049 \begin_deeper
11050 \begin_layout Standard
11051 The options [and their keybindings] are:
11052 \end_layout
11053
11054 \begin_layout Labeling
11055 \labelwidthstring MMMMMM
11056
11057 \family sans
11058 Tiny
11059 \family default
11060  
11061 \size tiny
11062 This is the 
11063 \begin_inset Quotes eld
11064 \end_inset
11065
11066 Tiny
11067 \begin_inset Quotes erd
11068 \end_inset
11069
11070  font size.
11071 \end_layout
11072
11073 \begin_deeper
11074 \begin_layout Standard
11075 [keybinding = 
11076 \family sans
11077 M-s\InsetSpace ~
11078 t
11079 \family default
11080  or 
11081 \family sans
11082 M-s\InsetSpace ~
11083 1
11084 \family default
11085 ]
11086 \end_layout
11087
11088 \end_deeper
11089 \begin_layout Labeling
11090 \labelwidthstring MMMMMM
11091
11092 \family sans
11093 Smallest
11094 \family default
11095  
11096 \size scriptsize
11097 This is the 
11098 \begin_inset Quotes eld
11099 \end_inset
11100
11101 Smallest
11102 \begin_inset Quotes erd
11103 \end_inset
11104
11105  font size
11106 \end_layout
11107
11108 \begin_deeper
11109 \begin_layout Standard
11110 [keybinding = 
11111 \family sans
11112 M-s\InsetSpace ~
11113
11114 \family default
11115 2]
11116 \end_layout
11117
11118 \end_deeper
11119 \begin_layout Labeling
11120 \labelwidthstring MMMMMM
11121
11122 \family sans
11123 Smaller
11124 \family default
11125  
11126 \size footnotesize
11127 This is the 
11128 \begin_inset Quotes eld
11129 \end_inset
11130
11131 Smaller
11132 \begin_inset Quotes erd
11133 \end_inset
11134
11135  font size
11136 \end_layout
11137
11138 \begin_deeper
11139 \begin_layout Standard
11140 [keybinding = 
11141 \family sans
11142 M-s\InsetSpace ~
11143 S
11144 \family default
11145  or 
11146 \family sans
11147 M-s\InsetSpace ~
11148
11149 \family default
11150 3]
11151 \end_layout
11152
11153 \end_deeper
11154 \begin_layout Labeling
11155 \labelwidthstring MMMMMM
11156
11157 \family sans
11158 Small
11159 \family default
11160  
11161 \size small
11162 This is the 
11163 \begin_inset Quotes eld
11164 \end_inset
11165
11166 Small
11167 \begin_inset Quotes erd
11168 \end_inset
11169
11170  font size.
11171 \end_layout
11172
11173 \begin_deeper
11174 \begin_layout Standard
11175 [keybinding = 
11176 \family sans
11177 M-s\InsetSpace ~
11178 s
11179 \family default
11180  or 
11181 \family sans
11182 M-s\InsetSpace ~
11183
11184 \family default
11185 4]
11186 \end_layout
11187
11188 \end_deeper
11189 \begin_layout Labeling
11190 \labelwidthstring MMMMMM
11191
11192 \family sans
11193 Normal
11194 \family default
11195  This is the 
11196 \begin_inset Quotes eld
11197 \end_inset
11198
11199 Normal
11200 \begin_inset Quotes erd
11201 \end_inset
11202
11203  font size.
11204 \end_layout
11205
11206 \begin_deeper
11207 \begin_layout Standard
11208 It's also the default size.
11209  [keybinding = 
11210 \family sans
11211 M-s\InsetSpace ~
11212 n
11213 \family default
11214  or 
11215 \family sans
11216 M-s\InsetSpace ~
11217
11218 \family default
11219 5]
11220 \end_layout
11221
11222 \end_deeper
11223 \begin_layout Labeling
11224 \labelwidthstring MMMMMM
11225
11226 \family sans
11227 Large
11228 \family default
11229  
11230 \size large
11231 This is the 
11232 \begin_inset Quotes eld
11233 \end_inset
11234
11235 Large
11236 \begin_inset Quotes erd
11237 \end_inset
11238
11239  font size.
11240 \end_layout
11241
11242 \begin_deeper
11243 \begin_layout Standard
11244 [keybinding = 
11245 \family sans
11246 M-s\InsetSpace ~
11247 l
11248 \family default
11249  or 
11250 \family sans
11251 M-s\InsetSpace ~
11252
11253 \family default
11254 6]
11255 \end_layout
11256
11257 \end_deeper
11258 \begin_layout Labeling
11259 \labelwidthstring MMMMMM
11260
11261 \family sans
11262 Larger
11263 \family default
11264  
11265 \size larger
11266 This is the 
11267 \begin_inset Quotes eld
11268 \end_inset
11269
11270 Larger
11271 \begin_inset Quotes erd
11272 \end_inset
11273
11274  font size.
11275 \end_layout
11276
11277 \begin_deeper
11278 \begin_layout Standard
11279 [keybinding = 
11280 \family sans
11281 M-s\InsetSpace ~
11282 S-L
11283 \family default
11284  or 
11285 \family sans
11286 M-s\InsetSpace ~
11287
11288 \family default
11289 7]
11290 \end_layout
11291
11292 \end_deeper
11293 \begin_layout Labeling
11294 \labelwidthstring MMMMMM
11295
11296 \family sans
11297 Largest
11298 \family default
11299  
11300 \size largest
11301 This is the 
11302 \begin_inset Quotes eld
11303 \end_inset
11304
11305 Largest
11306 \begin_inset Quotes erd
11307 \end_inset
11308
11309  font size.
11310 \end_layout
11311
11312 \begin_deeper
11313 \begin_layout Standard
11314 [keybinding = 
11315 \family sans
11316 M-s\InsetSpace ~
11317
11318 \family default
11319 8]
11320 \end_layout
11321
11322 \end_deeper
11323 \begin_layout Labeling
11324 \labelwidthstring MMMMMM
11325
11326 \family sans
11327 Huge
11328 \family default
11329  
11330 \size huge
11331 This is the 
11332 \begin_inset Quotes eld
11333 \end_inset
11334
11335 Huge
11336 \begin_inset Quotes erd
11337 \end_inset
11338
11339  font size.
11340 \end_layout
11341
11342 \begin_deeper
11343 \begin_layout Standard
11344 [keybinding = 
11345 \family sans
11346 M-s\InsetSpace ~
11347 h
11348 \family default
11349  or 
11350 \family sans
11351 M-s\InsetSpace ~
11352
11353 \family default
11354 9]
11355 \end_layout
11356
11357 \end_deeper
11358 \begin_layout Labeling
11359 \labelwidthstring MMMMMM
11360
11361 \family sans
11362 Huger
11363 \family default
11364  
11365 \size giant
11366 This is the 
11367 \begin_inset Quotes eld
11368 \end_inset
11369
11370 Huger
11371 \begin_inset Quotes erd
11372 \end_inset
11373
11374  font size.
11375 \end_layout
11376
11377 \begin_deeper
11378 \begin_layout Standard
11379 [keybinding = 
11380 \family sans
11381 M-s\InsetSpace ~
11382 H
11383 \family default
11384  or 
11385 \family sans
11386 M-s\InsetSpace ~
11387
11388 \family default
11389 0]
11390 \end_layout
11391
11392 \end_deeper
11393 \begin_layout Standard
11394 We'll warn you 
11395 \emph on
11396 yet again
11397 \emph default
11398 : don't go crazy with this feature.
11399  You should almost never need to change the font size.
11400  LyX automatically changes the font size for different paragraph environments
11401  - use that instead.
11402  This is here for fine-tuning 
11403 \emph on
11404 only!
11405 \end_layout
11406
11407 \end_deeper
11408 \begin_layout Labeling
11409 \labelwidthstring MMMMM
11410
11411 \family sans
11412 \bar under
11413 M
11414 \bar default
11415 isc
11416 \family default
11417  Here you can change a few other things at the character level.
11418  Options are:
11419 \end_layout
11420
11421 \begin_deeper
11422 \begin_layout Labeling
11423 \labelwidthstring MMMMMM
11424
11425 \family sans
11426 Emph
11427 \family default
11428  
11429 \emph on
11430 This is text with emphasize on
11431 \emph default
11432 .
11433 \end_layout
11434
11435 \begin_deeper
11436 \begin_layout Standard
11437 This might seem like the same as 
11438 \shape italic
11439 Italic
11440 \shape default
11441 , but it is actually a bit different.
11442  If you use emphasize on italicized text, it will make it upright.
11443  In future versions of LyX, we hope to let you customize the exact behavior
11444  of this 
11445 \emph on
11446 logical
11447 \emph default
11448  property.
11449 \end_layout
11450
11451 \end_deeper
11452 \begin_layout Labeling
11453 \labelwidthstring MMMMMM
11454
11455 \family sans
11456 Underbar
11457 \family default
11458  
11459 \bar under
11460 This is text with Underbar on.
11461 \end_layout
11462
11463 \begin_deeper
11464 \begin_layout Standard
11465 [keybinding = 
11466 \family sans
11467 M-c\InsetSpace ~
11468 u
11469 \family default
11470 ]
11471 \end_layout
11472
11473 \end_deeper
11474 \begin_layout Labeling
11475 \labelwidthstring MMMMMM
11476
11477 \family sans
11478 Noun
11479 \family default
11480  
11481 \noun on
11482 This is text with Noun on.
11483 \end_layout
11484
11485 \begin_deeper
11486 \begin_layout Standard
11487 Like 
11488 \family sans
11489 Emph
11490 \family default
11491 , this is a logical attribute.
11492  For the moment, it is equivalent to 
11493 \family sans
11494 Small\InsetSpace ~
11495 Caps
11496 \family default
11497 , but that is bound to change some day.
11498 \end_layout
11499
11500 \end_deeper
11501 \begin_layout Standard
11502 Avoid using underbar if you can! It's a holdover from the typewriter days,
11503  when you couldn't change fonts.
11504  We no longer need to resort to emphasizing text by overstriking it with
11505  an underscore character.
11506  It's only included in LyX because it's also in LaTeX, and because some
11507  people 
11508 \emph on
11509 may
11510 \emph default
11511  need it in order to follow style sheets for journal submissions (and in
11512  fact we use it in these manuals to indicate keyboard shortcuts for menu
11513  items).
11514 \end_layout
11515
11516 \end_deeper
11517 \begin_layout Labeling
11518 \labelwidthstring 00.00.0000
11519
11520 \family sans
11521 Color
11522 \family default
11523  You can adjust the color of the text with this control.
11524  Of course, you need to have a color printer to exploit this, but you also
11525  need to have the 
11526 \family sans
11527 color
11528 \family default
11529  LaTeX package installed.
11530  Notice that 
11531 \family typewriter
11532 xdvi
11533 \family default
11534  is not able to display these colors.
11535  Besides 
11536 \family sans
11537 No\InsetSpace ~
11538 color
11539 \family default
11540 , which is the standard 
11541 \begin_inset Quotes eld
11542 \end_inset
11543
11544 color
11545 \begin_inset Quotes erd
11546 \end_inset
11547
11548 , you can choose between 
11549 \family sans
11550 Black
11551 \family default
11552
11553 \family sans
11554 White
11555 \family default
11556
11557 \family sans
11558 Red
11559 \family default
11560
11561 \family sans
11562 Green
11563 \family default
11564
11565 \family sans
11566 Blue
11567 \family default
11568
11569 \family sans
11570 Cyan
11571 \family default
11572
11573 \family sans
11574 Magenta
11575 \family default
11576  and 
11577 \family sans
11578 Yellow
11579 \family default
11580  text.
11581 \end_layout
11582
11583 \begin_layout Labeling
11584 \labelwidthstring 00.00.0000
11585
11586 \family sans
11587 Language
11588 \family default
11589  This is used to mark regions of text as having a different language from
11590  the language of the document.
11591  Text marked in this way will be underlined in blue to indicate the change.
11592 \end_layout
11593
11594 \begin_layout Standard
11595 You have a huge number of combinations to choose from.
11596 \end_layout
11597
11598 \begin_layout Standard
11599 Once you've chosen a new character style via the 
11600 \family sans
11601 \bar under
11602 E
11603 \bar default
11604 dit\SpecialChar \menuseparator
11605 Text\InsetSpace ~
11606
11607 \bar under
11608 S
11609 \bar default
11610 tyle
11611 \family default
11612  dialog, you can activate it using the toolbar button labelled 
11613 \begin_inset Quotes eld
11614 \end_inset
11615
11616 Font
11617 \begin_inset Quotes erd
11618 \end_inset
11619
11620 , or select 
11621 \family sans
11622 \bar under
11623 A
11624 \bar default
11625 pply
11626 \family default
11627 .
11628  The toolbar button lets you toggle the state of your custom character style
11629  even when the dialog isn't visible.
11630  
11631 \end_layout
11632
11633 \begin_layout Standard
11634 As we stated earlier, to completely reset the character style to the default,
11635  use 
11636 \family sans
11637 M-c\InsetSpace ~
11638 Space
11639 \family default
11640 .
11641  If you want to toggle only those properties that you have just changed
11642  (suppose you just sent the shape to 
11643 \begin_inset Quotes eld
11644 \end_inset
11645
11646 slanted
11647 \begin_inset Quotes erd
11648 \end_inset
11649
11650  and the series to 
11651 \begin_inset Quotes eld
11652 \end_inset
11653
11654 bold
11655 \begin_inset Quotes erd
11656 \end_inset
11657
11658 ), set the 
11659 \family sans
11660 Toggle on all these
11661 \family default
11662  switch and press 
11663 \family sans
11664 \bar under
11665 A
11666 \bar default
11667 pply
11668 \family default
11669 .
11670  
11671 \end_layout
11672
11673 \begin_layout Standard
11674 We conclude with the same warning we've been spewing: Don't overuse the
11675  fonts.
11676  They are, more often than not, a kludge and a horrible substitute for good
11677  writing.
11678  Your writing should speak for itself --- and will.
11679 \end_layout
11680
11681 \begin_layout Section
11682 Printing and Previewing
11683 \end_layout
11684
11685 \begin_layout Subsection
11686 Overview
11687 \end_layout
11688
11689 \begin_layout Standard
11690 Now that we've covered some of the basic features of document preparation
11691  using LyX, you probably want to know how to print out your masterpiece.
11692  Before we tell you that, however, we want to give you a quickie explanation
11693  of what goes on behind-the-scenes.
11694  We cover this information in much greater detail in the 
11695 \emph on
11696 Extended Features
11697 \emph default
11698  manual as well.
11699 \end_layout
11700
11701 \begin_layout Standard
11702 LyX uses a program called 
11703 \begin_inset Quotes eld
11704 \end_inset
11705
11706 LaTeX
11707 \begin_inset Quotes erd
11708 \end_inset
11709
11710  as its backend.
11711  (Actually, LaTeX is just a macro package for the TeX typesetting system,
11712  but to prevent confusion, we'll just refer to the whole magilla as 
11713 \begin_inset Quotes eld
11714 \end_inset
11715
11716 LaTeX.
11717 \begin_inset Quotes erd
11718 \end_inset
11719
11720 ) Think of it this way: LyX is what you use to do your actual writing.
11721  Then, LyX calls LaTeX to turn your writing into printable output.
11722  This happens in a couple of stages:
11723 \end_layout
11724
11725 \begin_layout Enumerate
11726 First, LyX converts your document to a series of text commands for LaTeX,
11727  generating a file with the extension, 
11728 \begin_inset Quotes eld
11729 \end_inset
11730
11731
11732 \family typewriter
11733 .tex
11734 \family default
11735
11736 \begin_inset Quotes erd
11737 \end_inset
11738
11739 .
11740  
11741 \end_layout
11742
11743 \begin_layout Enumerate
11744 Next, LaTeX uses the commands in the 
11745 \family typewriter
11746 .tex
11747 \family default
11748  file to produce printable output.
11749  It doesn't know anything about your printer, however.
11750  Instead, LaTeX produces what's known as a 
11751 \emph on
11752 device-independent
11753 \emph default
11754  file, or DVI for short.
11755  The actual output is in a file with the extension, 
11756 \begin_inset Quotes eld
11757 \end_inset
11758
11759
11760 \family typewriter
11761 .dvi
11762 \family default
11763
11764 \begin_inset Quotes erd
11765 \end_inset
11766
11767 .
11768  DVI files are completely portable; you can move them from one machine to
11769  another without needing to do any sort of conversion.
11770 \end_layout
11771
11772 \begin_deeper
11773 \begin_layout Description
11774 NOTE: The DVI file only contains what was in the LaTeX file itself.
11775  If you have included PostScript pictures in your document, there will only
11776  be a link to these files.
11777  So don't forget these files if you move your 
11778 \family typewriter
11779 .dvi
11780 \family default
11781  file to another computer.
11782 \end_layout
11783
11784 \end_deeper
11785 \begin_layout Enumerate
11786 Consider the 
11787 \family typewriter
11788 .dvi
11789 \family default
11790  file to be the 
11791 \begin_inset Quotes eld
11792 \end_inset
11793
11794 final output.
11795 \begin_inset Quotes erd
11796 \end_inset
11797
11798  Once you have it, you can view it, print it, or convert it to other formats.
11799 \end_layout
11800
11801 \begin_deeper
11802 \begin_layout Enumerate
11803 You can view 
11804 \family typewriter
11805 .dvi
11806 \family default
11807  files using a program called 
11808 \family typewriter
11809 xdvi
11810 \family default
11811 .
11812 \end_layout
11813
11814 \begin_layout Enumerate
11815 Some printers and Unix systems understand DVI, and can print your 
11816 \family typewriter
11817 .dvi
11818 \family default
11819  file directly.
11820 \end_layout
11821
11822 \begin_layout Enumerate
11823 Nowadays, most printers understand the PostScript format.
11824  LyX automatically converts the 
11825 \family typewriter
11826 .dvi
11827 \family default
11828  file to a PostScript file for you when you go to print out your document.
11829  LyX will also let you preview a PostScript version of your document using
11830  the program 
11831 \family typewriter
11832 ghostview
11833 \family default
11834 .
11835 \end_layout
11836
11837 \begin_deeper
11838 \begin_layout Standard
11839 One advantage of using PostScript® is that the converter program [called
11840  
11841 \family typewriter
11842 dvips
11843 \family default
11844 ] takes any PostScript graphics you may have included in your document and
11845  puts it into the resulting PostScript version of your document.
11846  It also includes any special fonts you may have used.
11847  That makes the PostScript version much, much more portable than the DVI
11848  version.
11849 \end_layout
11850
11851 \end_deeper
11852 \end_deeper
11853 \begin_layout Standard
11854 LyX does all of these steps automagically for you.
11855 \end_layout
11856
11857 \begin_layout Standard
11858 As you have seen, a lot of things happen before you get a hardcopy or a
11859  preview of your document.
11860  So, don't worry if printing requires a bit more time than with other word
11861  processors.
11862  The printed result is worth the wait.
11863  Quality always has its price.
11864 \end_layout
11865
11866 \begin_layout Subsection
11867 Quick Viewing with xdvi
11868 \end_layout
11869
11870 \begin_layout Standard
11871 To get a look at the final version of your document, with all of the pagebreaks
11872  in place, the footnotes correctly numbered, and so on, select 
11873 \family sans
11874 \bar under
11875 V
11876 \bar default
11877 iew\SpecialChar \menuseparator
11878
11879 \bar under
11880 D
11881 \bar default
11882 VI
11883 \family default
11884 .
11885  Then wait a while.
11886 \end_layout
11887
11888 \begin_layout Standard
11889 When all of the behind-the-scenes action is done, LyX calls the program
11890  
11891 \family typewriter
11892 xdvi
11893 \family default
11894 .
11895  You can now look at the results.
11896  [If you want more info on the 
11897 \family typewriter
11898 xdvi
11899 \family default
11900  program, see the 
11901 \family typewriter
11902 man
11903 \family default
11904 -pages.]
11905 \end_layout
11906
11907 \begin_layout Description
11908 Helpful-Tip: Keep the 
11909 \family typewriter
11910 xdvi
11911 \family default
11912  window open, maybe moving it to another desktop.
11913  Then, after you make changes to your document, just use 
11914 \family sans
11915 \bar under
11916 V
11917 \bar default
11918 iew\SpecialChar \menuseparator
11919
11920 \bar under
11921 U
11922 \bar default
11923 pdate\SpecialChar \menuseparator
11924
11925 \bar under
11926 D
11927 \bar default
11928 VI
11929 \family default
11930 .
11931  Now click on the 
11932 \family typewriter
11933 xdvi
11934 \family default
11935  window.
11936  The 
11937 \family typewriter
11938 xdvi
11939 \family default
11940  program will automatically reread the 
11941 \family typewriter
11942 .dvi
11943 \family default
11944  file and give you an updated view.
11945 \end_layout
11946
11947 \begin_layout Subsection
11948 Viewing the PostScript Version with ghostview
11949 \end_layout
11950
11951 \begin_layout Standard
11952 In general, using 
11953 \family typewriter
11954 xdvi
11955 \family default
11956  to view your document is the easiest and fastest way.
11957  There may be times, however, when you want to look at the PostScript version.
11958  One reason is fonts.
11959 \begin_inset Foot
11960 status collapsed
11961
11962 \begin_layout Standard
11963 Note from 
11964 \noun on
11965 John Weiss
11966 \noun default
11967 : Another reason is paranoia.
11968  I always like to look at the PostScript file before I print it, just so
11969  I see exactly what went to the printer\SpecialChar \ldots{}
11970
11971 \end_layout
11972
11973 \end_inset
11974
11975  You can use PostScript fonts in a LaTeX document, but 
11976 \family typewriter
11977 xdvi
11978 \family default
11979  won't show this.
11980  You'll need to use 
11981 \family typewriter
11982 ghostview
11983 \family default
11984  or some other PostScript file viewer to see the actual results.
11985 \end_layout
11986
11987 \begin_layout Standard
11988 To view the PostScript version of your document, select 
11989 \family sans
11990 Pos
11991 \bar under
11992 t
11993 \bar default
11994 Script
11995 \family default
11996  from the 
11997 \family sans
11998 \bar under
11999 V
12000 \bar default
12001 iew
12002 \family default
12003  menu.
12004  When all of the magic behind-the-scenes is done, LyX calls the program
12005  
12006 \family typewriter
12007 ghostview
12008 \family default
12009 .
12010  You can now look at the results.
12011 \end_layout
12012
12013 \begin_layout Standard
12014 You've guessed what the 
12015 \family sans
12016 \bar under
12017 U
12018 \bar default
12019 pdate\SpecialChar \menuseparator
12020 Pos
12021 \bar under
12022 t
12023 \bar default
12024 script
12025 \family default
12026  command from the 
12027 \family sans
12028 \bar under
12029 V
12030 \bar default
12031 iew
12032 \family default
12033  menu does, haven't you? Remember to click once in the 
12034 \family typewriter
12035 ghostview
12036 \family default
12037  window after this command to update the view.
12038 \end_layout
12039
12040 \begin_layout Subsection
12041 Printing the File
12042 \end_layout
12043
12044 \begin_layout Standard
12045 To print a file, select 
12046 \family sans
12047 \bar under
12048 P
12049 \bar default
12050 rint
12051 \family default
12052  from the 
12053 \family sans
12054 \bar under
12055 F
12056 \bar default
12057 ile
12058 \family default
12059  menu, or click on the toolbar button with the printer on it.
12060  This opens the 
12061 \family sans
12062 Print
12063 \family default
12064  dialog.
12065 \end_layout
12066
12067 \begin_layout Standard
12068 You can choose to only print even-numbered or odd-numbered pages - this
12069  is useful for printing on two sides: you can re-insert the pages after
12070  printing one set of pages, to print on the other side.
12071  Some printers spit out pages face-up, others, face-down.
12072  By choosing a particular order to print in, you can take the entire stack
12073  of pages out of the printer without needing to reorder them.
12074 \end_layout
12075
12076 \begin_layout Standard
12077 You can set the parameters in the 
12078 \family sans
12079 Destination
12080 \family default
12081  box as follows :
12082 \end_layout
12083
12084 \begin_layout Labeling
12085 \labelwidthstring MMMM
12086
12087 \family sans
12088 \bar under
12089 P
12090 \bar default
12091 rinter
12092 \family default
12093  This is the name of the printer to print to.
12094 \begin_inset Foot
12095 status collapsed
12096
12097 \begin_layout Standard
12098 Note that this printer name isn't for the 
12099 \family typewriter
12100 lpr
12101 \family default
12102  command but for 
12103 \family typewriter
12104 dvips
12105 \family default
12106 .
12107  That means 
12108 \family typewriter
12109 dvips
12110 \family default
12111  has to be configured for this printer name.
12112  See the section 
12113 \begin_inset LatexCommand ref
12114 reference "sec:dvipsconfig"
12115
12116 \end_inset
12117
12118  or the 
12119 \family typewriter
12120 dvips
12121 \family default
12122  documentation for details.
12123  The default printer can also be set in 
12124 \family typewriter
12125 lyxrc
12126 \family default
12127 .
12128 \end_layout
12129
12130 \end_inset
12131
12132  The printer should understand PostScript files.
12133 \end_layout
12134
12135 \begin_layout Labeling
12136 \labelwidthstring MMMM
12137
12138 \family sans
12139 \bar under
12140 F
12141 \bar default
12142 ile
12143 \family default
12144  The name of a file to print to.
12145  The output will be in Post\SpecialChar \-
12146 Script format.
12147  The file will generally be written in the current directory, unless you
12148  specify the full path.
12149 \end_layout
12150
12151 \begin_layout Standard
12152 Note that printing may need little time, since LaTeX, 
12153 \family typewriter
12154 dvips
12155 \family default
12156  and, if you don't have a PostScript printer, 
12157 \family typewriter
12158 ghostscript
12159 \family default
12160  have to process your document.
12161 \end_layout
12162
12163 \begin_layout Section
12164 A Few Words about Typography
12165 \end_layout
12166
12167 \begin_layout Subsection
12168 Hyphens and Hyphenation
12169 \begin_inset LatexCommand label
12170 name "sec:hyphens"
12171
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \begin_layout Standard
12178 In LyX, the 
12179 \begin_inset Quotes eld
12180 \end_inset
12181
12182
12183 \family typewriter
12184 -
12185 \family default
12186
12187 \begin_inset Quotes erd
12188 \end_inset
12189
12190  character comes in three lengths, often called the 
12191 \emph on
12192 hyphen
12193 \emph default
12194 , the 
12195 \emph on
12196 en dash
12197 \emph default
12198 , and the 
12199 \emph on
12200 em dash
12201 \emph default
12202 :
12203 \end_layout
12204
12205 \begin_layout Enumerate
12206 hyphen
12207 \hfill
12208 -
12209 \hfill
12210 made with 
12211 \begin_inset Quotes eld
12212 \end_inset
12213
12214
12215 \family typewriter
12216 -
12217 \family default
12218
12219 \begin_inset Quotes eld
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Enumerate
12226 en dash
12227 \hfill
12228 --
12229 \hfill
12230 made with 
12231 \begin_inset Quotes eld
12232 \end_inset
12233
12234
12235 \family typewriter
12236 -
12237 \begin_inset ERT
12238 status collapsed
12239
12240 \begin_layout Standard
12241
12242
12243 \backslash
12244 /
12245 \end_layout
12246
12247 \end_inset
12248
12249 -
12250 \family default
12251
12252 \begin_inset Quotes erd
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Enumerate
12259 em dash
12260 \hfill
12261 ---
12262 \hfill
12263 made with 
12264 \begin_inset Quotes eld
12265 \end_inset
12266
12267
12268 \family typewriter
12269 -
12270 \begin_inset ERT
12271 status collapsed
12272
12273 \begin_layout Standard
12274
12275
12276 \backslash
12277 /
12278 \end_layout
12279
12280 \end_inset
12281
12282 -
12283 \begin_inset ERT
12284 status collapsed
12285
12286 \begin_layout Standard
12287
12288
12289 \backslash
12290 /
12291 \end_layout
12292
12293 \end_inset
12294
12295 -
12296 \family default
12297
12298 \begin_inset Quotes erd
12299 \end_inset
12300
12301
12302 \end_layout
12303
12304 \begin_layout Enumerate
12305 minus sign
12306 \hfill
12307
12308 \begin_inset Formula $-$
12309 \end_inset
12310
12311
12312 \hfill
12313
12314 \begin_inset Quotes eld
12315 \end_inset
12316
12317
12318 \family typewriter
12319 -
12320 \family default
12321
12322 \begin_inset Quotes erd
12323 \end_inset
12324
12325  in math mode
12326 \end_layout
12327
12328 \begin_layout Standard
12329 You generate these by using the 
12330 \begin_inset Quotes eld
12331 \end_inset
12332
12333
12334 \family typewriter
12335 -
12336 \family default
12337
12338 \begin_inset Quotes erd
12339 \end_inset
12340
12341  character multiple times in a row.
12342  LyX automatically converts them to the appropriate length dash in the final
12343  output.
12344 \end_layout
12345
12346 \begin_layout Standard
12347 The three types of dash are distinct from the minus sign, which appears
12348  in math mode and has a length of its own.
12349  Here are some examples of the 
12350 \begin_inset Quotes eld
12351 \end_inset
12352
12353
12354 \family typewriter
12355 -
12356 \family default
12357
12358 \begin_inset Quotes erd
12359 \end_inset
12360
12361  in use:
12362 \end_layout
12363
12364 \begin_layout Enumerate
12365 line- and page-breaks
12366 \hfill
12367 (
12368 \emph on
12369 hyphen
12370 \emph default
12371 )
12372 \end_layout
12373
12374 \begin_layout Enumerate
12375 From A--Z
12376 \hfill
12377 (
12378 \emph on
12379 en dash
12380 \emph default
12381 )
12382 \end_layout
12383
12384 \begin_layout Enumerate
12385 Oh --- there's a dash.
12386 \hfill
12387 (
12388 \emph on
12389 em dash
12390 \emph default
12391 )
12392 \end_layout
12393
12394 \begin_layout Enumerate
12395 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12396 \end_inset
12397
12398
12399 \hfill
12400 (
12401 \emph on
12402 minus sign
12403 \emph default
12404 )
12405 \end_layout
12406
12407 \begin_layout Standard
12408 Those of you reading this from within LyX will see no difference, though
12409  there is one in the printed version.
12410 \end_layout
12411
12412 \begin_layout Standard
12413 One more note about hyphenation --- LyX automatically breaks up words and
12414  inserts hyphens in English text.
12415  The words won't be hyphenated until you generate the final output.
12416 \end_layout
12417
12418 \begin_layout Standard
12419 Actually, it's LaTeX that does this, and it will also hyphenate words in
12420  
12421 \emph on
12422 some
12423 \emph default
12424  other languages.
12425  To know whether (PDF)LaTeX hyphenates for 
12426 \emph on
12427 your
12428 \emph default
12429  language, look at any log file produced by a LaTeX run: it will say
12430 \end_layout
12431
12432 \begin_layout Quote
12433
12434 \family typewriter
12435 Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman,
12436  nohyphenation, loaded.
12437 \end_layout
12438
12439 \begin_layout Standard
12440 This tells you that, e.g., if you write in Finnish, you're out of luck.
12441  Study (for the teTeX distribution of LaTeX) the utilities 
12442 \family typewriter
12443 texconfig
12444 \family default
12445  and 
12446 \family typewriter
12447 fmtutil
12448 \family default
12449  in order to switch hyphenation on for your language by 
12450 \begin_inset Quotes eld
12451 \end_inset
12452
12453 uncommenting
12454 \begin_inset Quotes erd
12455 \end_inset
12456
12457  the relevant line in a file typically named 
12458 \family typewriter
12459 language.dat
12460 \family default
12461 .
12462  Sorry for the inconvenience.
12463 \end_layout
12464
12465 \begin_layout Standard
12466 If, for whatever reason, LaTeX 
12467 \emph on
12468 still
12469 \emph default
12470  can't break a word correctly (e.g., a compound word), you can set hyphenation
12471  points manually.
12472  This is done with the menu item 
12473 \family sans
12474 Hyphenation\InsetSpace ~
12475
12476 \bar under
12477 P
12478 \bar default
12479 oint
12480 \family default
12481  under 
12482 \family sans
12483 Special\InsetSpace ~
12484 F
12485 \bar under
12486 o
12487 \bar default
12488 rmatting
12489 \family default
12490  in the 
12491 \family sans
12492 \bar under
12493 I
12494 \bar default
12495 nsert
12496 \family default
12497  menu.
12498  Note that these extra hyphenation points are only recommendations to LaTeX.
12499  If no hyphenation is necessary, LaTeX will totally ignore them.
12500 \end_layout
12501
12502 \begin_layout Subsection
12503 Punctuation Marks
12504 \end_layout
12505
12506 \begin_layout Subsubsection
12507 Abbreviations and End of Sentence
12508 \begin_inset LatexCommand label
12509 name "sec:abbrev"
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \begin_layout Standard
12517 When LyX calls LaTeX to generate the final version of your document, LaTeX
12518  automatically distinguishes between words, sentences, and abbreviations.
12519  LaTeX then adds the 
12520 \begin_inset Quotes eld
12521 \end_inset
12522
12523 appropriate amount of space
12524 \begin_inset Quotes erd
12525 \end_inset
12526
12527 : sentences get a little bit more space between the period and the next
12528  word.
12529  Abbreviations get the same amount of space after the period as a word uses.
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Unfortunately, the algorithm for figuring out what's an abbreviation and
12534  what's the end of a sentence is really quite brain-dead.
12535  If a 
12536 \begin_inset Quotes eld
12537 \end_inset
12538
12539
12540 \family typewriter
12541 .
12542 \family default
12543
12544 \begin_inset Quotes erd
12545 \end_inset
12546
12547  is at the end of a lowercase letter, it's the end of a sentence; if it's
12548  at the end of a capitalized letter, it's an abbreviation.
12549 \end_layout
12550
12551 \begin_layout Standard
12552 Here are some examples of 
12553 \emph on
12554 correct
12555 \emph default
12556  abbreviations and the end of a sentence:
12557 \end_layout
12558
12559 \begin_layout Itemize
12560 M.
12561  Butterfly
12562 \end_layout
12563
12564 \begin_layout Itemize
12565 Don't worry.
12566  Be happy.
12567 \end_layout
12568
12569 \begin_layout Standard
12570 \SpecialChar \ldots{}
12571 and here's an example of the algorithm going wrong:
12572 \end_layout
12573
12574 \begin_layout Itemize
12575 e.
12576  g.
12577  this is too much space!
12578 \end_layout
12579
12580 \begin_layout Itemize
12581 This is I.
12582  It's okay.
12583 \end_layout
12584
12585 \begin_layout Standard
12586 You won't see anything wrong until you view a final version of your document.
12587 \end_layout
12588
12589 \begin_layout Standard
12590 To fix this problem, use one of the following:
12591 \end_layout
12592
12593 \begin_layout Enumerate
12594 Use an 
12595 \family sans
12596 Inter-word\InsetSpace ~
12597 Space
12598 \family default
12599  after lowercase abbreviations (see section\InsetSpace ~
12600
12601 \begin_inset LatexCommand ref
12602 reference "sec:normblank-lbreak-horline"
12603
12604 \end_inset
12605
12606 ).
12607 \end_layout
12608
12609 \begin_layout Enumerate
12610 Use a 
12611 \family sans
12612 Thin\InsetSpace ~
12613 Space
12614 \family default
12615  between two tokens of an abbreviation (see section\InsetSpace ~
12616
12617 \begin_inset LatexCommand ref
12618 reference "sec:thinblank-lbreak-horline"
12619
12620 \end_inset
12621
12622 ).
12623 \end_layout
12624
12625 \begin_layout Enumerate
12626 Use an 
12627 \family sans
12628 End\InsetSpace ~
12629 of\InsetSpace ~
12630 sentence\InsetSpace ~
12631 period
12632 \family default
12633  found under the 
12634 \family sans
12635 \bar under
12636 I
12637 \bar default
12638 nsert\SpecialChar \menuseparator
12639
12640 \bar under
12641 S
12642 \bar default
12643 pecial\InsetSpace ~
12644 Character
12645 \family default
12646  menu to force the use of inter-sentence spacing.
12647  This function is also bound to 
12648 \family sans
12649 C-period
12650 \family default
12651  for easy access.
12652 \end_layout
12653
12654 \begin_layout Standard
12655 With the corrections, our earlier examples look like this:
12656 \end_layout
12657
12658 \begin_layout Itemize
12659 e.\InsetSpace \thinspace{}
12660 g.\InsetSpace \space{}
12661 this is too much space!
12662 \end_layout
12663
12664 \begin_layout Itemize
12665 This is I\SpecialChar \@.
12666  It's okay.
12667 \end_layout
12668
12669 \begin_layout Standard
12670 Some languages don't use extra spacing between sentences.
12671  If your language is such a language, you don't need to worry about all
12672  of this.
12673  For those that do need to bother, there is help to catch those sneaky errors:
12674  check out the 
12675 \family sans
12676 \bar under
12677 T
12678 \bar default
12679 ools\SpecialChar \menuseparator
12680 C
12681 \bar under
12682 h
12683 \bar default
12684 eck\InsetSpace ~
12685 TeX
12686 \family default
12687  feature described in 
12688 \emph on
12689 Extended Editing
12690 \emph default
12691 .
12692 \end_layout
12693
12694 \begin_layout Subsubsection
12695 Quotes
12696 \begin_inset LatexCommand label
12697 name "sec:quotes"
12698
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \begin_layout Standard
12705 LyX usually sets quotes correctly.
12706  Specifically, it will use an opening quote at the beginning of quoted text,
12707  and use a closing quote at the end.
12708  For example, 
12709 \begin_inset Quotes eld
12710 \end_inset
12711
12712 open close
12713 \begin_inset Quotes erd
12714 \end_inset
12715
12716 .
12717  The keyboard character, 
12718 \family sans
12719 "
12720 \family default
12721 , generates this automatically.
12722 \end_layout
12723
12724 \begin_layout Standard
12725
12726 \series bold
12727 New in version 1.4:
12728 \series default
12729  To get single quotation marks, you have to press 
12730 \family sans
12731 C-"
12732 \family default
12733 .
12734   This produces quotation marks like this: 
12735 \begin_inset Quotes els
12736 \end_inset
12737
12738 '.
12739 \end_layout
12740
12741 \begin_layout Standard
12742 You can also select quotes for different languages via the 
12743 \family sans
12744 \bar under
12745 T
12746 \bar default
12747 ype
12748 \family default
12749  option.
12750  There are six choices:
12751 \end_layout
12752
12753 \begin_layout Labeling
12754 \labelwidthstring MMMMM
12755
12756 \family sans
12757 \begin_inset Quotes eld
12758 \end_inset
12759
12760 Text
12761 \begin_inset Quotes erd
12762 \end_inset
12763
12764
12765 \family default
12766  Use quotes like this 
12767 \begin_inset Quotes eld
12768 \end_inset
12769
12770 double
12771 \begin_inset Quotes erd
12772 \end_inset
12773
12774  or 
12775 \begin_inset Quotes els
12776 \end_inset
12777
12778 single
12779 \begin_inset Quotes ers
12780 \end_inset
12781
12782
12783 \end_layout
12784
12785 \begin_layout Labeling
12786 \labelwidthstring MMMMM
12787
12788 \family sans
12789 \begin_inset Quotes sld
12790 \end_inset
12791
12792 Text
12793 \begin_inset Quotes srd
12794 \end_inset
12795
12796
12797 \family default
12798  Use quotes like 
12799 \begin_inset Quotes sld
12800 \end_inset
12801
12802 this
12803 \begin_inset Quotes srd
12804 \end_inset
12805
12806  or 'this
12807 \begin_inset Quotes ers
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \begin_layout Labeling
12814 \labelwidthstring MMMMM
12815
12816 \family sans
12817 \begin_inset Quotes gld
12818 \end_inset
12819
12820 Text
12821 \begin_inset Quotes grd
12822 \end_inset
12823
12824
12825 \family default
12826  Use quotes like 
12827 \begin_inset Quotes gld
12828 \end_inset
12829
12830 this
12831 \begin_inset Quotes grd
12832 \end_inset
12833
12834  or 
12835 \begin_inset Quotes gls
12836 \end_inset
12837
12838 this
12839 \begin_inset Quotes grs
12840 \end_inset
12841
12842
12843 \end_layout
12844
12845 \begin_layout Labeling
12846 \labelwidthstring MMMMM
12847
12848 \family sans
12849 \begin_inset Quotes pld
12850 \end_inset
12851
12852 Text
12853 \begin_inset Quotes prd
12854 \end_inset
12855
12856
12857 \family default
12858  Use quotes like 
12859 \begin_inset Quotes pld
12860 \end_inset
12861
12862 this
12863 \begin_inset Quotes prd
12864 \end_inset
12865
12866  or 
12867 \begin_inset Quotes pls
12868 \end_inset
12869
12870 this
12871 \begin_inset Quotes prs
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Labeling
12878 \labelwidthstring MMMMM
12879
12880 \family sans
12881 \begin_inset Quotes fld
12882 \end_inset
12883
12884 Text
12885 \begin_inset Quotes frd
12886 \end_inset
12887
12888
12889 \family default
12890  Use quotes like 
12891 \begin_inset Quotes fld
12892 \end_inset
12893
12894 this
12895 \begin_inset Quotes frd
12896 \end_inset
12897
12898  or 
12899 \begin_inset Quotes fls
12900 \end_inset
12901
12902 this
12903 \begin_inset Quotes frs
12904 \end_inset
12905
12906
12907 \end_layout
12908
12909 \begin_layout Labeling
12910 \labelwidthstring MMMMM
12911
12912 \family sans
12913 \begin_inset Quotes ald
12914 \end_inset
12915
12916 Text
12917 \begin_inset Quotes ard
12918 \end_inset
12919
12920
12921 \family default
12922  Use quotes like 
12923 \begin_inset Quotes ald
12924 \end_inset
12925
12926 this
12927 \begin_inset Quotes ard
12928 \end_inset
12929
12930  or 
12931 \begin_inset Quotes als
12932 \end_inset
12933
12934 this
12935 \begin_inset Quotes ars
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \begin_layout Standard
12942 Again, this affects what character the 
12943 \family sans
12944 "
12945 \family default
12946  key produces.
12947 \end_layout
12948
12949 \begin_layout Standard
12950 On the other hand, if you want to produce a bona-fide quote character, type
12951  
12952 \family sans
12953 M-"
12954 \family default
12955 .
12956  This produces: 
12957 \family typewriter
12958 "
12959 \family default
12960 .
12961 \end_layout
12962
12963 \begin_layout Subsection
12964 Ligatures
12965 \begin_inset LatexCommand label
12966 name "sec:ligatures"
12967
12968 \end_inset
12969
12970
12971 \end_layout
12972
12973 \begin_layout Standard
12974 It is standard typesetting practice to group certain letters together and
12975  print them as single characters.
12976  These groups are known as 
12977 \emph on
12978 ligatures
12979 \emph default
12980 .
12981  Since LaTeX knows about ligatures, your LyX documents will contain them,
12982  too.
12983  Here are the possible ligatures:
12984 \end_layout
12985
12986 \begin_layout Itemize
12987 ff
12988 \end_layout
12989
12990 \begin_layout Itemize
12991 fi
12992 \end_layout
12993
12994 \begin_layout Itemize
12995 fl
12996 \end_layout
12997
12998 \begin_layout Itemize
12999 ffi
13000 \end_layout
13001
13002 \begin_layout Itemize
13003 ffl
13004 \end_layout
13005
13006 \begin_layout Standard
13007 Once in a while, though, you don't want a ligature in a word.
13008  While a ligature may be okay in the word, 
13009 \begin_inset Quotes eld
13010 \end_inset
13011
13012 graffiti,
13013 \begin_inset Quotes erd
13014 \end_inset
13015
13016  it looks really weird in compound words, such as 
13017 \begin_inset Quotes eld
13018 \end_inset
13019
13020 cufflink
13021 \begin_inset Quotes erd
13022 \end_inset
13023
13024  or the German 
13025 \begin_inset Quotes eld
13026 \end_inset
13027
13028 Dorffest.
13029 \begin_inset Quotes erd
13030 \end_inset
13031
13032  To break a ligature, use 
13033 \family sans
13034 \bar under
13035 I
13036 \bar default
13037 nsert\SpecialChar \menuseparator
13038 Special\InsetSpace ~
13039 F
13040 \bar under
13041 o
13042 \bar default
13043 rmatting
13044 \family default
13045 \SpecialChar \menuseparator
13046
13047 \family sans
13048 Ligature\InsetSpace ~
13049 Break.
13050
13051 \family default
13052  This changes 
13053 \begin_inset Quotes eld
13054 \end_inset
13055
13056 cufflinks
13057 \begin_inset Quotes erd
13058 \end_inset
13059
13060  to 
13061 \begin_inset Quotes eld
13062 \end_inset
13063
13064 cuff\SpecialChar \textcompwordmark{}
13065 links
13066 \begin_inset Quotes erd
13067 \end_inset
13068
13069  and 
13070 \begin_inset Quotes eld
13071 \end_inset
13072
13073 Dorffest
13074 \begin_inset Quotes erd
13075 \end_inset
13076
13077  to 
13078 \begin_inset Quotes eld
13079 \end_inset
13080
13081 Dorf\SpecialChar \textcompwordmark{}
13082 fest
13083 \begin_inset Quotes erd
13084 \end_inset
13085
13086 .
13087 \end_layout
13088
13089 \begin_layout Subsection
13090 Widows and Orphans
13091 \begin_inset LatexCommand label
13092 name "sec:widows"
13093
13094 \end_inset
13095
13096
13097 \end_layout
13098
13099 \begin_layout Standard
13100 In the early days of word processors, page breaks went wherever the page
13101  happened to end.
13102  There was no regard for what was actually going on in the text.
13103  You may remember once printing out a document, only to find the heading
13104  for a new section printed at the very bottom of the page, the first line
13105  of a new paragraph all alone at the bottom of a page, or the last line
13106  of a paragraph at the top of a new page.
13107  These dangly-bits of text became known as 
13108 \emph on
13109 widows
13110 \emph default
13111  and 
13112 \emph on
13113 orphans
13114 \emph default
13115 .
13116 \end_layout
13117
13118 \begin_layout Standard
13119 Clearly, LyX can avoid breaking pages after a section heading.
13120  That's part of the advantage of paragraph environments.
13121  But what about widows and orphans, where the page breaks leave one line
13122  of a paragraph all alone at the top or bottom of a page? There are rules
13123  built into LaTeX governing page breaks, and some of those rules are there
13124  to specifically prevent widows and orphans.
13125  This is the advantage LyX has in using LaTeX as its backend.
13126 \end_layout
13127
13128 \begin_layout Standard
13129 There's no way we can go into how TeX and LaTeX decide to break a page,
13130  or how you can tweak that behavior.
13131  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13132
13133 \begin_inset LatexCommand cite
13134 key "latexcompanion"
13135
13136 \end_inset
13137
13138  or\InsetSpace ~
13139
13140 \begin_inset LatexCommand cite
13141 key "latexguide"
13142
13143 \end_inset
13144
13145 ] may have more information.
13146  You will almost never need to worry about this, however.
13147 \end_layout
13148
13149 \begin_layout Chapter
13150 Floats: Tables, Figures, Footnotes and Margin Notes
13151 \begin_inset OptArg
13152 status collapsed
13153
13154 \begin_layout Standard
13155 Tables, Figures, and Notes
13156 \end_layout
13157
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Section
13164 Footnotes
13165 \end_layout
13166
13167 \begin_layout Standard
13168 Unlike other typesetting programs, LyX uses 
13169 \begin_inset Quotes eld
13170 \end_inset
13171
13172 foldable
13173 \begin_inset Quotes erd
13174 \end_inset
13175
13176  boxes instead of displaying its footnotes at the bottom of the screen or
13177  somewhere else in your text.
13178  When you insert a footnote with 
13179 \family sans
13180 \series medium
13181 \bar under
13182 I
13183 \bar no
13184 nsert
13185 \series default
13186 \bar default
13187 \SpecialChar \menuseparator
13188
13189 \series medium
13190 \bar under
13191 F
13192 \bar no
13193 ootnote,
13194 \family default
13195 \series default
13196 \bar default
13197  
13198 \family roman
13199 \series medium
13200 \bar no
13201 you'll first see a
13202 \family default
13203 \series default
13204 \bar default
13205  grey 
13206 \family roman
13207 \series medium
13208 \bar no
13209 box with a
13210 \family default
13211 \series default
13212 \bar default
13213  red 
13214 \family roman
13215 \series medium
13216 \bar no
13217 label 
13218 \begin_inset Quotes eld
13219 \end_inset
13220
13221 foot
13222 \begin_inset Quotes erd
13223 \end_inset
13224
13225  appearing within your text.
13226  This box is LyX's representation of your footnote.
13227  You can enter your text into this box.
13228  If you click the 
13229 \begin_inset Quotes eld
13230 \end_inset
13231
13232
13233 \family sans
13234 foot
13235 \family roman
13236
13237 \begin_inset Quotes erd
13238 \end_inset
13239
13240
13241 \family default
13242 \series default
13243 \bar default
13244  
13245 \family roman
13246 \series medium
13247 \bar no
13248 label, the box will 
13249 \begin_inset Quotes eld
13250 \end_inset
13251
13252 fold
13253 \begin_inset Quotes erd
13254 \end_inset
13255
13256 .
13257
13258 \family default
13259 \series default
13260 \bar default
13261  Clicking on the button again will 
13262 \family roman
13263 \series medium
13264 \bar no
13265
13266 \begin_inset Quotes eld
13267 \end_inset
13268
13269 unfold
13270 \begin_inset Quotes erd
13271 \end_inset
13272
13273  the footnote.
13274 \begin_inset Foot
13275 status collapsed
13276
13277 \begin_layout Standard
13278 To close this footnote, click on the red box at the top left.
13279 \end_layout
13280
13281 \end_inset
13282
13283  You will not see any numbers within LyX.
13284  You don't need to worry about those, anyhow, because LyX does the numbering
13285  for you, as well as putting the footnote at the bottom of the correct page,
13286  when it processes your file.
13287  If you want to turn already existing text into a footnote, simply mark
13288  it and click on the footnote button (a picture of text with an arrow pointing
13289  to stuff in the bottom margin).
13290
13291 \family default
13292 \series default
13293 \bar default
13294  Vice versa, you can change a footnote to regular text by hitting the 
13295 \family sans
13296 Backspace
13297 \family default
13298  key when the cursor is in the first position of a footnote, or by hitting
13299  the 
13300 \family sans
13301 Delete
13302 \family default
13303  key when the cursor is in the very last position of the footnote, respectively
13304  (this works for all 
13305 \begin_inset Quotes eld
13306 \end_inset
13307
13308 foldable
13309 \begin_inset Quotes erd
13310 \end_inset
13311
13312  boxes in LyX).
13313 \end_layout
13314
13315 \begin_layout Standard
13316 What LyX cannot do, yet, is take care of special needs like setting the
13317  footnote numbering back to 1 after each section in the 
13318 \begin_inset Quotes eld
13319 \end_inset
13320
13321
13322 \family typewriter
13323 article
13324 \family default
13325
13326 \begin_inset Quotes erd
13327 \end_inset
13328
13329  
13330 \family roman
13331 document class or changing the counter
13332 \family default
13333  
13334 \family roman
13335 style.
13336  You'll need to insert LaTeX commands like th
13337 \family default
13338 os
13339 \family roman
13340 e
13341 \family default
13342  described in the 
13343 \emph on
13344 Tricks for Footnotes and Marginpars
13345 \emph default
13346  section of 
13347 \begin_inset Quotes eld
13348 \end_inset
13349
13350
13351 \emph on
13352 Extended
13353 \emph default
13354  
13355 \emph on
13356 Features
13357 \emph default
13358 .
13359 \begin_inset Quotes erd
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \begin_layout Description
13366 NOTE: A float in LaTeX and LyX isn't a simple paragraph as with usual word
13367  processors.
13368  It is a complex text structure that may contain everything except floats.
13369  That means you can use all the layouts inside a float, even figures and
13370  tables.
13371  You may not need this too often, but if you do occasionally need it, it's
13372  a neat feature.
13373 \end_layout
13374
13375 \begin_layout Section
13376 Margin Notes
13377 \end_layout
13378
13379 \begin_layout Standard
13380 Margin notes look and behave just like footnotes in LyX.
13381  When you insert a margin note via 
13382 \family sans
13383 \series medium
13384 \bar under
13385 I
13386 \bar no
13387 nsert\SpecialChar \menuseparator
13388
13389 \bar under
13390 M
13391 \bar no
13392 argin
13393 \series default
13394 \bar default
13395 \InsetSpace ~
13396 N
13397 \series medium
13398 \bar no
13399 ote
13400 \family default
13401 \series default
13402 \bar default
13403  or the toolbar button (which contains a picture of text in a margin with
13404  an arrow pointing to it), you'll see 
13405 \family roman
13406 \series medium
13407 a
13408 \family default
13409 \series default
13410  grey 
13411 \family roman
13412 \series medium
13413 box with a
13414 \family default
13415 \series default
13416  red 
13417 \family roman
13418 \series medium
13419 label 
13420 \begin_inset Quotes eld
13421 \end_inset
13422
13423 margin
13424 \begin_inset Quotes erd
13425 \end_inset
13426
13427  appearing within your text.
13428 \begin_inset Marginal
13429 status open
13430
13431 \begin_layout Standard
13432 This is a margin note.
13433 \end_layout
13434
13435 \end_inset
13436
13437  This box is LyX's representation of your margin note.
13438  You can enter your text into this box.
13439  If you click the 
13440 \begin_inset Quotes eld
13441 \end_inset
13442
13443 margin
13444 \begin_inset Quotes erd
13445 \end_inset
13446
13447
13448 \family default
13449 \series default
13450  
13451 \family roman
13452 \series medium
13453 label, the box will 
13454 \begin_inset Quotes eld
13455 \end_inset
13456
13457 fold
13458 \begin_inset Quotes erd
13459 \end_inset
13460
13461 .
13462  You can access it at a later time by clicking on the
13463 \family default
13464 \series default
13465  label again
13466 \family roman
13467 \series medium
13468 , thereby 
13469 \begin_inset Quotes eld
13470 \end_inset
13471
13472 unfolding
13473 \begin_inset Quotes erd
13474 \end_inset
13475
13476  the margin note.
13477 \end_layout
13478
13479 \begin_layout Standard
13480 As a default, LyX uses 1.9 cm (0.75 inches) as the margin width to allow room
13481  for margin notes.
13482  This might not be what you're looking for, but as with footnotes, LyX cannot
13483  yet do everything LaTeX has to offer.
13484  You might want to consult your LaTeX handbook for additional commands.
13485  
13486 \end_layout
13487
13488 \begin_layout Section
13489 Figures and Imported Graphics
13490 \begin_inset LatexCommand label
13491 name "sec:figures"
13492
13493 \end_inset
13494
13495
13496 \end_layout
13497
13498 \begin_layout Standard
13499 No document preparation system is complete without the ability to import
13500  graphics from other utilities into the document.
13501  In LyX, these are referred to as ``figures'' whether they are actually
13502  figures in the traditional sense or simply some kind of imported image.
13503  
13504 \end_layout
13505
13506 \begin_layout Standard
13507 Note that figures referred to here are do not have captions and sit wherever
13508  in the document you place them.
13509  If you need one of these features, see sec.\InsetSpace ~
13510
13511 \begin_inset LatexCommand ref
13512 reference "sec:figurefloats"
13513
13514 \end_inset
13515
13516  below.
13517 \end_layout
13518
13519 \begin_layout Standard
13520 To place a figure in your document, click on the second right-most icon
13521  on the toolbar, or select 
13522 \family sans
13523 \bar under
13524 I
13525 \bar default
13526 nsert\SpecialChar \menuseparator
13527
13528 \bar under
13529 G
13530 \bar default
13531 raphics...
13532
13533 \family default
13534  from the menu.
13535 \end_layout
13536
13537 \begin_layout Standard
13538 A dialog will appear for you to choose the file to load.
13539  You can also change any settings you need to in this dialog.
13540 \end_layout
13541
13542 \begin_layout Standard
13543 \align center
13544 \begin_inset Graphics
13545         filename clipart/mobius.eps
13546         display color
13547         scale 70
13548         scaleBeforeRotation
13549         rotateOrigin center
13550
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \begin_layout Standard
13557 This dialog has numerous parameters, though most should be self-explanatory.
13558  The 
13559 \family sans
13560 File
13561 \family default
13562  field allows you to choose your image file.
13563  (See Section 
13564 \begin_inset LatexCommand ref
13565 reference "sub:How-it-works"
13566
13567 \end_inset
13568
13569  for information on supported formats.) The figure can be transformed by
13570  setting a rotation angle, setting the output size, and clipping the image.
13571  It is possible to set the clipping parameters automatically for some image
13572  formats by clicking the 
13573 \begin_inset Quotes eld
13574 \end_inset
13575
13576 Clip to bounding box
13577 \begin_inset Quotes erd
13578 \end_inset
13579
13580  check box under the 
13581 \family sans
13582 Clipping
13583 \family default
13584  tab.
13585  For scaling, you can set the scale directly by using a percentage value,
13586  or you can set the width and height explicitly.
13587  (See Table 
13588 \begin_inset LatexCommand ref
13589 reference "cap:Units-for-image"
13590
13591 \end_inset
13592
13593  for the available units.) If you set only one of these, the other will be
13594  determined automatically.
13595  If you set both, then the image will be transformed to the given size,
13596  possibly distorting it.
13597  If you do not want the image distorted, check the 
13598 \family sans
13599 Maintain aspect ratio
13600 \family default
13601  box.
13602  The image will then be scaled so that its width and height do not exceed
13603  the specified dimensions.
13604 \end_layout
13605
13606 \begin_layout Standard
13607 It is possible to control the display of the figure in LyX and the display
13608  in the final document separately, which can be very useful for large figures.
13609  LaTeX wizards can specify additional LaTeX options in the 
13610 \family sans
13611 LaTeX and LyX Options
13612 \family default
13613  tab.
13614  You can also set the 
13615 \family sans
13616 Subfigure
13617 \family default
13618  option here, for use in figure floats (see Section\InsetSpace ~
13619
13620 \begin_inset LatexCommand ref
13621 reference "sec:figurefloats"
13622
13623 \end_inset
13624
13625 ).
13626  See the documentation for the LaTeX-package 
13627 \family typewriter
13628 subfigure
13629 \family default
13630  for more information.
13631 \end_layout
13632
13633 \begin_layout Subsection
13634 How it works
13635 \begin_inset LatexCommand label
13636 name "sub:How-it-works"
13637
13638 \end_inset
13639
13640
13641 \end_layout
13642
13643 \begin_layout Standard
13644 LyX has the ability to handle literally any graphics format in the known
13645  universe so long as a conversion path from this graphics format to the
13646  target output format can be created.
13647  If that sounds a little obtuse, consider how LyX handles Encapsulated PostScrip
13648 t® figures.
13649  LaTeX provides native support for this format, so LyX needs do nothing
13650  other than use the 
13651 \family typewriter
13652
13653 \backslash
13654 includegraphics
13655 \family default
13656  LaTeX command to insert the figure in the final document.
13657 \end_layout
13658
13659 \begin_layout Standard
13660 \begin_inset Float table
13661 placement t
13662 wide false
13663 sideways false
13664 status collapsed
13665
13666 \begin_layout Standard
13667 \begin_inset Caption
13668
13669 \begin_layout Standard
13670 \begin_inset LatexCommand label
13671 name "cap:Units-for-image"
13672
13673 \end_inset
13674
13675 Units for setting the image size
13676 \end_layout
13677
13678 \end_inset
13679
13680
13681 \end_layout
13682
13683 \begin_layout Standard
13684 \begin_inset VSpace medskip
13685 \end_inset
13686
13687
13688 \end_layout
13689
13690 \begin_layout Standard
13691 \align center
13692 \begin_inset Tabular
13693 <lyxtabular version="3" rows="20" columns="2">
13694 <features>
13695 <column alignment="center" valignment="top" leftline="true" width="0">
13696 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13697 <row topline="true" bottomline="true">
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Standard
13702 unit
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Standard
13711 name/description
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 </row>
13717 <row topline="true">
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Standard
13722 mm
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Standard
13731 millimetre
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 </row>
13737 <row topline="true">
13738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Standard
13742 cm
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Standard
13751 centimetre
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 </row>
13757 <row topline="true">
13758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Standard
13762 in
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Standard
13771 inch
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 </row>
13777 <row topline="true">
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Standard
13782 pt
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Standard
13791 point (72.27\InsetSpace \thinspace{}
13792 pt = 1 in)
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 </row>
13798 <row topline="true">
13799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Standard
13803 pc
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Standard
13812 pica (1\InsetSpace \thinspace{}
13813 pc = 12\InsetSpace \thinspace{}
13814 pt)
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 </row>
13820 <row topline="true">
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Standard
13825 sp
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Standard
13834 scaled point (65536\InsetSpace \thinspace{}
13835 sp = 1\InsetSpace \thinspace{}
13836 pt)
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 </row>
13842 <row topline="true">
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Standard
13847 bp
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Standard
13856 big point (72\InsetSpace \thinspace{}
13857 bp = 1\InsetSpace \thinspace{}
13858 in)
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row topline="true">
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Standard
13869 dd
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Standard
13878 didot (1\InsetSpace \thinspace{}
13879 dd 
13880 \begin_inset Formula $\approx$
13881 \end_inset
13882
13883  0.376\InsetSpace \thinspace{}
13884 mm)
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 </row>
13890 <row topline="true">
13891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Standard
13895 cc
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Standard
13904 cicero (1\InsetSpace \thinspace{}
13905 cc = 12\InsetSpace \thinspace{}
13906 dd)
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 </row>
13912 <row topline="true">
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Standard
13917 Scale%
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Standard
13926 % of original image width
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 </row>
13932 <row topline="true">
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Standard
13937 text%
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Standard
13946 % of text width
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row topline="true">
13953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Standard
13957 col%
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Standard
13966 % of column width
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 <row topline="true">
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Standard
13977 page%
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Standard
13986 % of paper width
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 </row>
13992 <row topline="true">
13993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Standard
13997 line%
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Standard
14006 % of line width
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 </row>
14012 <row topline="true">
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Standard
14017 theight%
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Standard
14026 % of text height
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 </row>
14032 <row topline="true">
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Standard
14037 pheight%
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Standard
14046 % of paper height
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 </row>
14052 <row topline="true">
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Standard
14057 ex
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Standard
14066 height of letter 
14067 \emph on
14068 x
14069 \emph default
14070  in current font
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 </row>
14076 <row topline="true">
14077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Standard
14081 em
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Standard
14090 width of letter 
14091 \emph on
14092 M
14093 \emph default
14094  in current font
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 </row>
14100 <row topline="true" bottomline="true">
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Standard
14105 mu
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Standard
14114 math unit (1\InsetSpace \thinspace{}
14115 mu = 1/18\InsetSpace \thinspace{}
14116 em)
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 </lyxtabular>
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Standard
14135 To view the figure on the LyX screen, however, some additional work is required
14136  because neither the XForms nor the Qt GUI libraries can load PostScript®
14137  figures themselves.
14138  The XForms library can load figures in the following, widely used graphics
14139  formats: 
14140 \family typewriter
14141 bmp
14142 \family default
14143
14144 \family typewriter
14145 gif
14146 \family default
14147
14148 \family typewriter
14149 jpeg
14150 \family default
14151
14152 \family typewriter
14153 pbm
14154 \family default
14155
14156 \family typewriter
14157 pgm
14158 \family default
14159
14160 \family typewriter
14161 ppm
14162 \family default
14163
14164 \family typewriter
14165 tif
14166 \family default
14167  and 
14168 \family typewriter
14169 xbm
14170 \family default
14171  whilst the Qt library can also handle 
14172 \family typewriter
14173 mng
14174 \family default
14175
14176 \family typewriter
14177 png
14178 \family default
14179  and 
14180 \family typewriter
14181 xpm
14182 \family default
14183  format figures.
14184  Thus, LyX must initiate a conversion from Encapsulated PostScript® to a
14185  loadable graphics format.
14186 \end_layout
14187
14188 \begin_layout Standard
14189 It does this using the powerful, configurable converters mechanism exposed
14190  in the 
14191 \family sans
14192 Converters
14193 \family default
14194  section of the 
14195 \family sans
14196 \bar under
14197 E
14198 \bar default
14199 dit
14200 \family default
14201 \SpecialChar \menuseparator
14202
14203 \family sans
14204 \bar under
14205 P
14206 \bar default
14207 references
14208 \family default
14209  dialog.
14210  If LyX cannot create a conversion path (which might have many steps) from
14211  Encapsulated PostScript® to one of the loadable formats listed above, then
14212  it defaults to the use of ImageMagick's 
14213 \family typewriter
14214 convert
14215 \family default
14216  utility.
14217  If, after all that, LyX 
14218 \emph on
14219 still
14220 \emph default
14221  cannot load the figure, then it'll tell you so with a message 
14222 \begin_inset Quotes eld
14223 \end_inset
14224
14225 Error converting to loadable format
14226 \begin_inset Quotes erd
14227 \end_inset
14228
14229  in place of an on-screen view of your figure.
14230  If you're presented with such a message, then you'll need to augment the
14231  list of known converters.
14232 \end_layout
14233
14234 \begin_layout Standard
14235 This strategy is used both to generate on-screen views of your image and
14236  when generating the final document.
14237  In the latter case, the LaTeX compiler must be supplied with graphics files
14238  in PostScript® format.
14239  Similarly the PDFLaTeX compiler requires files in 
14240 \family typewriter
14241 pdf
14242 \family default
14243
14244 \family typewriter
14245 png
14246 \family default
14247  or 
14248 \family typewriter
14249 jpeg
14250 \family default
14251  format.
14252  LyX will handle the necessary conversions behind the scenes.
14253 \end_layout
14254
14255 \begin_layout Subsection
14256 Figure Floats
14257 \end_layout
14258
14259 \begin_layout Subsubsection
14260 Using Figure Floats
14261 \begin_inset LatexCommand label
14262 name "sec:figurefloats"
14263
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \begin_layout Standard
14270 The problem with inserting figures straight into your text is that they
14271  might make the pagination of your document extremely awkward.
14272  To suit the LyX mentality of automating such processes, you might find
14273  it preferable to use 
14274 \family sans
14275 Figure\InsetSpace ~
14276 Floats
14277 \family default
14278 , which LyX (actually, LaTeX) is free to move about your document as it
14279  deems necessary for a good fit.
14280  In return, LyX automates the listing of these figures and allows you to
14281  place a caption on them, using the 
14282 \family sans
14283 Caption
14284 \family default
14285  environment explained in Section\InsetSpace ~
14286
14287 \begin_inset LatexCommand ref
14288 reference "sec:captionlayout"
14289
14290 \end_inset
14291
14292 .
14293 \end_layout
14294
14295 \begin_layout Standard
14296 To place a 
14297 \family sans
14298 Figure\InsetSpace ~
14299 Float
14300 \family default
14301  simply select 
14302 \family sans
14303 \bar under
14304 I
14305 \bar default
14306 nsert\SpecialChar \menuseparator
14307 Flo
14308 \bar under
14309 a
14310 \bar default
14311 t\SpecialChar \menuseparator
14312 Figure
14313 \family default
14314  from the menu bar.
14315  You will get a float without a figure in it; use the toolbar icon described
14316  above to insert the actual figure.
14317 \end_layout
14318
14319 \begin_layout Standard
14320 \begin_inset Float figure
14321 placement htbp
14322 wide false
14323 sideways false
14324 status open
14325
14326 \begin_layout Standard
14327 \begin_inset Caption
14328
14329 \begin_layout Standard
14330 \begin_inset LatexCommand label
14331 name "fig:escher"
14332
14333 \end_inset
14334
14335 M.C.
14336  Escher on acid.
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \begin_layout Standard
14345 \align center
14346 \begin_inset Graphics
14347         filename clipart/escher-lsd.eps
14348         display color
14349         scaleBeforeRotation
14350         rotateOrigin center
14351
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \begin_layout Standard
14363 \begin_inset Float figure
14364 placement htbp
14365 wide false
14366 sideways false
14367 status open
14368
14369 \begin_layout Standard
14370 \align center
14371 \begin_inset Graphics
14372         filename clipart/platypus.eps
14373         display color
14374         scaleBeforeRotation
14375         rotateOrigin center
14376
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \begin_layout Standard
14383 \begin_inset Caption
14384
14385 \begin_layout Standard
14386 \begin_inset LatexCommand label
14387 name "fig:kill-plat"
14388
14389 \end_inset
14390
14391 A severely distorted platypus in a float.
14392 \end_layout
14393
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \begin_layout Standard
14405 It seems simple, but there is subtlety involved in the placement of the
14406  caption.
14407  If you prefer your caption to appear below the figure, then you must press
14408  return when the cursor is at the very start of the caption, and insert
14409  the figure in the new paragraph created above the caption; or you can delete
14410  the caption and recreate it by selecting the 
14411 \family sans
14412 Caption
14413 \family default
14414  environment after the figure has been inserted.
14415  This is what we did for figure 
14416 \begin_inset LatexCommand ref
14417 reference "fig:kill-plat"
14418
14419 \end_inset
14420
14421 .
14422  If the cursor is in a paragraph after the caption when you insert the 
14423 \family sans
14424 Figure
14425 \family default
14426  then it will be inserted after the caption, as was the case for 
14427 \begin_inset LatexCommand ref
14428 reference "fig:escher"
14429
14430 \end_inset
14431
14432 .
14433  It is preferred to use one 
14434 \family sans
14435 Figure
14436 \family default
14437  per 
14438 \family sans
14439 Float
14440 \family default
14441 .
14442  This allows LyX [actually LaTeX] to best position each figure.
14443 \end_layout
14444
14445 \begin_layout Standard
14446 Right-clicking on a float opens a dialog where you can alter the placement
14447  options that LaTeX uses for positioning the float (see 
14448 \begin_inset LatexCommand ref
14449 reference "sec:float-locn"
14450
14451 \end_inset
14452
14453 ).
14454  
14455 \family sans
14456 Span\InsetSpace ~
14457 columns
14458 \family default
14459  is only useful for two-column documents: if you select it, the float will
14460  span across both columns on the page instead of being confined to just
14461  one.
14462 \end_layout
14463
14464 \begin_layout Standard
14465 This figure also shows how we place a label and create a cross-reference
14466  to it; as you would expect from reading section 
14467 \begin_inset LatexCommand ref
14468 reference "sec:crossref"
14469
14470 \end_inset
14471
14472  you can simply insert a 
14473 \family sans
14474 \bar under
14475 L
14476 \bar default
14477 abel
14478 \family default
14479  in the caption and refer to it using a 
14480 \family sans
14481 \bar under
14482 C
14483 \bar default
14484 ross\InsetSpace ~
14485 Reference
14486 \family default
14487  as normal.
14488  It is especially important to use these with figure floats, rather than
14489  using vague references to 
14490 \begin_inset Quotes eld
14491 \end_inset
14492
14493 the above figure,
14494 \begin_inset Quotes erd
14495 \end_inset
14496
14497  as LaTeX will reposition your floats for you in the final document; it
14498  might not be 
14499 \begin_inset Quotes eld
14500 \end_inset
14501
14502 above
14503 \begin_inset Quotes erd
14504 \end_inset
14505
14506  at all.
14507  If it is not possible to fit the floats neatly on the same page as the
14508  text which refers to it, the figures will be placed on a separate page
14509  by themselves.
14510  Rest assured that the overall effect is usually quite nice.
14511 \end_layout
14512
14513 \begin_layout Standard
14514 Note that the caption is used in a 
14515 \family sans
14516 List\InsetSpace ~
14517 of\InsetSpace ~
14518
14519 \bar under
14520 F
14521 \bar default
14522 igures
14523 \family default
14524  (as described in Section\InsetSpace ~
14525
14526 \begin_inset LatexCommand ref
14527 reference "sec:ListsOf"
14528
14529 \end_inset
14530
14531 ) automatically, should you choose to include one in your document.
14532 \end_layout
14533
14534 \begin_layout Subsubsection
14535 Float Placement
14536 \begin_inset LatexCommand label
14537 name "sec:float-locn"
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \begin_layout Standard
14545 Now, the whole idea behind 
14546 \family sans
14547 Figure\InsetSpace ~
14548 Floats
14549 \family default
14550  [as well as 
14551 \family sans
14552 Table\InsetSpace ~
14553 Floats
14554 \family default
14555 , which we introduce later] is to allow LyX to place a figure [or table]
14556  on a page in a consistent, sensible fashion.
14557  The rules LaTeX uses are rather arcane; refer to the LaTeX documentation
14558  for the exact details.
14559  You can use check boxes in the float dialog to set placement for a particular
14560  float.
14561  By default, each float uses the document's default placement rules.
14562  You can change these, if you wish, in the 
14563 \family sans
14564 \bar under
14565 D
14566 \bar default
14567 ocument\SpecialChar \menuseparator
14568
14569 \bar under
14570 S
14571 \bar default
14572 ettings
14573 \family default
14574  dialog.
14575  The 
14576 \family sans
14577 Float\InsetSpace ~
14578 placement
14579 \family default
14580  box takes a LaTeX-style placement specification.
14581  You can place any combination of four letters in the 
14582 \family sans
14583 Float\InsetSpace ~
14584 placement
14585 \family default
14586  box, in any order:
14587 \end_layout
14588
14589 \begin_layout Itemize
14590
14591 \family sans
14592 h
14593 \family default
14594  for 
14595 \emph on
14596 here
14597 \end_layout
14598
14599 \begin_layout Itemize
14600
14601 \family sans
14602 t
14603 \family default
14604  for 
14605 \emph on
14606 top
14607 \end_layout
14608
14609 \begin_layout Itemize
14610
14611 \family sans
14612 b
14613 \family default
14614  for 
14615 \emph on
14616 bottom
14617 \end_layout
14618
14619 \begin_layout Itemize
14620
14621 \family sans
14622 p
14623 \family default
14624  for 
14625 \emph on
14626 page
14627 \end_layout
14628
14629 \begin_layout Standard
14630 The letters correspond to the following behaviour:
14631 \end_layout
14632
14633 \begin_layout Description
14634 Here: LyX tries to put the 
14635 \family sans
14636 Float
14637 \family default
14638  at the same point in the text where you put it.
14639 \end_layout
14640
14641 \begin_deeper
14642 \begin_layout Standard
14643 If there isn't enough room, LyX tries one of the other three location types.
14644 \end_layout
14645
14646 \end_deeper
14647 \begin_layout Description
14648 Top: LyX tries to put the 
14649 \family sans
14650 Float
14651 \family default
14652  at the top of the current page.
14653  If the figure won't fit on the current page, it goes to the next page.
14654 \end_layout
14655
14656 \begin_layout Description
14657 Bottom: LyX tries to put the 
14658 \family sans
14659 Float
14660 \family default
14661  at the bottom of the current page.
14662  If there isn't room, it goes to the next page.
14663 \end_layout
14664
14665 \begin_layout Description
14666 Page: LyX tries to put the 
14667 \family sans
14668 Float
14669 \family default
14670  (or a number of 
14671 \family sans
14672 Float
14673 \family default
14674 s) on a page of its own.
14675 \end_layout
14676
14677 \begin_layout Standard
14678 There is some subtlety to how this all works.
14679  The order specifies what location LyX should try first.
14680  If that one fails, it tries the next one, and so on, though 
14681 \begin_inset Quotes eld
14682 \end_inset
14683
14684
14685 \family sans
14686 h
14687 \family default
14688
14689 \begin_inset Quotes erd
14690 \end_inset
14691
14692  will always take precedence if it appears in the list.
14693  The default placement list is 
14694 \begin_inset Quotes eld
14695 \end_inset
14696
14697
14698 \family sans
14699 tbp
14700 \family default
14701
14702 \begin_inset Quotes erd
14703 \end_inset
14704
14705 : try the top of a text page first, then the bottom of a text page, then
14706  on a page by itself.
14707  If you want LyX to try 
14708 \begin_inset Quotes eld
14709 \end_inset
14710
14711 really hard
14712 \begin_inset Quotes erd
14713 \end_inset
14714
14715  to place the figure where you command it, precede the list with an exclamation
14716  point; for example 
14717 \begin_inset Quotes eld
14718 \end_inset
14719
14720
14721 \family sans
14722 !htbp
14723 \family default
14724
14725 \begin_inset Quotes erd
14726 \end_inset
14727
14728 .
14729  Here are some example entries and what they do:
14730 \end_layout
14731
14732 \begin_layout Enumerate
14733
14734 \family sans
14735 hbp
14736 \end_layout
14737
14738 \begin_deeper
14739 \begin_layout Standard
14740 Try putting the figure/table at its actual position in the text.
14741  If that doesn't work, put it on the bottom of the page.
14742  If that fails, put it on a separate page.
14743 \end_layout
14744
14745 \end_deeper
14746 \begin_layout Enumerate
14747
14748 \family sans
14749 !hbp
14750 \end_layout
14751
14752 \begin_deeper
14753 \begin_layout Standard
14754 Try really hard to put the figure/table at its actual position in the text.
14755  Then the bottom of the page, then on a separate page.
14756 \end_layout
14757
14758 \end_deeper
14759 \begin_layout Enumerate
14760
14761 \family sans
14762 tp
14763 \end_layout
14764
14765 \begin_deeper
14766 \begin_layout Standard
14767 Put the figure/table at the top of each page.
14768  If it's too long, put it on a separate page.
14769 \end_layout
14770
14771 \end_deeper
14772 \begin_layout Enumerate
14773
14774 \family sans
14775 p
14776 \end_layout
14777
14778 \begin_deeper
14779 \begin_layout Standard
14780 Always put figures and tables on their own page.
14781 \end_layout
14782
14783 \end_deeper
14784 \begin_layout Subsection
14785 XFig and LyX
14786 \end_layout
14787
14788 \begin_layout Standard
14789 One obvious question is 
14790 \begin_inset Quotes eld
14791 \end_inset
14792
14793 how would I create the figures?
14794 \begin_inset Quotes erd
14795 \end_inset
14796
14797  Fortunately, the answer is included in most Linux and/or LaTeX distributions.
14798  
14799 \family typewriter
14800 XFig
14801 \family default
14802  is a powerful though slightly awkward drawing tool.
14803  If you want to include figures that you have created with 
14804 \family typewriter
14805 XFig
14806 \family default
14807  there are several ways.
14808  We recommend the following:
14809 \end_layout
14810
14811 \begin_layout Enumerate
14812 Export the figure as Encapsulated PostScript.
14813  This could be very easy included into LyX as described in the previous
14814  sections.
14815  The great advantage of this way is, that you have the full power of PostScript®
14816  available.
14817  That means Bezier curves, colors, all line thicknesses and many more.
14818  If you have inserted text into your fig-document this will be printed with
14819  PostScript fonts, which is OK\SpecialChar \@.
14820  The figure can be manipulated like any other
14821  EPS figure, as described above.
14822  
14823 \end_layout
14824
14825 \begin_deeper
14826 \begin_layout Standard
14827 The only disadvantage is that you cannot create formulas as PostScript text
14828  except by hand.
14829  If you also need formulas or simple exponents or indices in your figure,
14830  the next way is recommended.
14831 \end_layout
14832
14833 \end_deeper
14834 \begin_layout Enumerate
14835 Export the figure as LaTeX.
14836  This is just as easy to include into LyX, with the advantage that you may
14837  use all LaTeX commands within the text inside XFig.
14838  Therefore you have to set the 
14839 \emph on
14840 special flag
14841 \emph default
14842  for text in XFig.
14843  This is automatic if you invoke XFig with 
14844 \family typewriter
14845 xfig\InsetSpace ~
14846 -specialtext
14847 \family default
14848 .
14849  If this is done and you have also chosen a LaTeX font you may simply write
14850  
14851 \begin_inset Quotes eld
14852 \end_inset
14853
14854 $H_2$
14855 \begin_inset Quotes erd
14856 \end_inset
14857
14858  in 
14859 \family typewriter
14860 XFig\SpecialChar \@.
14861
14862 \family default
14863  If you export this figure as LaTeX and include it in LyX with 
14864 \family sans
14865 \bar under
14866 I
14867 \bar default
14868 nsert\SpecialChar \menuseparator
14869 Chil
14870 \bar under
14871 d
14872 \bar default
14873 \InsetSpace ~
14874 Document
14875 \family default
14876  (see description in 
14877 \emph on
14878 Extended Features
14879 \emph default
14880 ) this text will appear as 
14881 \begin_inset Formula $H_{2}$
14882 \end_inset
14883
14884 .
14885  
14886 \end_layout
14887
14888 \begin_deeper
14889 \begin_layout Standard
14890 The disadvantage of this way is that the graphical power of LaTeX isn't
14891  as strong as PostScript®\SpecialChar \@.
14892  You cannot use all thicknesses of lines and, more
14893  annoyingly, not all slopes.
14894  This is why we recommend the third way for more complex figures.
14895 \end_layout
14896
14897 \end_deeper
14898 \begin_layout Enumerate
14899 Export the figure as LaTeX/PostScript combined.
14900  Then 
14901 \family typewriter
14902 XFig
14903 \family default
14904  [
14905 \family typewriter
14906 transfig
14907 \family default
14908 , really] will generate two files: 
14909 \end_layout
14910
14911 \begin_deeper
14912 \begin_layout Enumerate
14913 the PostScript part 
14914 \family typewriter
14915 foo.pstex
14916 \family default
14917 , that contains all painting.
14918 \end_layout
14919
14920 \begin_layout Enumerate
14921 the LaTeX part 
14922 \family typewriter
14923 foo.pstex_t
14924 \family default
14925 , that contains all text and a link to the PostScript part.
14926 \end_layout
14927
14928 \end_deeper
14929 \begin_layout Standard
14930 Then you just have to include the LaTeX part as described above.
14931  This will automatically include the PostScript part, too.
14932 \begin_inset Foot
14933 status collapsed
14934
14935 \begin_layout Standard
14936 If you get an error like 
14937 \begin_inset Quotes eld
14938 \end_inset
14939
14940 unknown graphics extension pstex
14941 \begin_inset Quotes erd
14942 \end_inset
14943
14944  you have to declare these graphic extensions.
14945  I think this is a 
14946 \family typewriter
14947 transfig
14948 \family default
14949  bug that occurs with LaTeX2e.
14950  Simply add a line like
14951 \end_layout
14952
14953 \begin_layout Standard
14954
14955 \family typewriter
14956
14957 \backslash
14958 @namedef{Gin@rule@ps_tex}#1{{eps}{ps_tex}{#1}}
14959 \end_layout
14960
14961 \begin_layout Standard
14962 in the file 
14963 \family typewriter
14964 /usr/lib/texmf/tex/latex/graphics/dvips.def
14965 \family default
14966 .
14967  Then add 
14968 \family typewriter
14969 pstex
14970 \family default
14971  to the extension:
14972 \end_layout
14973
14974 \begin_layout Standard
14975
14976 \backslash
14977 def
14978 \backslash
14979 Gin@extensions{eps, ps, pstex, eps.gz, ps.gz, eps=2EZ}
14980 \end_layout
14981
14982 \begin_layout Standard
14983 This should fix the whole thing.
14984  Alternatively you may export the postscript part as 
14985 \family typewriter
14986 foo.eps
14987 \family default
14988  and change the LaTeX part 
14989 \family typewriter
14990 foo.pstex_t
14991 \family default
14992  manually.
14993  But this is annoying.
14994  
14995 \end_layout
14996
14997 \end_inset
14998
14999  This way you have the full PostScript® and LaTeX power combined except
15000  for the possibility to scale the figure after creating.
15001  So if you want scalable pictures, the PostScript format is your only choice.
15002  Another little advantage of letting LaTeX typeset the font is that the
15003  same font will appear in your figures as in your text, which looks a little
15004  nicer.
15005 \end_layout
15006
15007 \begin_layout Section
15008 Tables
15009 \begin_inset LatexCommand label
15010 name "sec:tables"
15011
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \begin_layout Standard
15018 LyX has powerful table support, but LaTeX can do many more things with tables
15019  than LyX is currently capable of, so you might want to look at a good LaTeX
15020  book if the features described here should turn out to be inadequate.
15021 \end_layout
15022
15023 \begin_layout Standard
15024 You can insert a table using either the table toolbar button or 
15025 \family sans
15026 \bar under
15027 I
15028 \bar default
15029 nsert\SpecialChar \menuseparator
15030
15031 \bar under
15032 T
15033 \bar default
15034 able
15035 \family default
15036 .
15037  A dialog will appear, asking you for the number of rows and columns.
15038  The default table has lines at the top and to the left of every cell, a
15039  line to the right of the rightmost column and a line at the bottom of the
15040  lowest row, forming a box around the table.
15041  Additionally, the topmost row also has a line at the bottom, which causes
15042  this row to appear separated from the rest of the table.
15043  Here's an example:
15044 \end_layout
15045
15046 \begin_layout Standard
15047 \align center
15048 \begin_inset Tabular
15049 <lyxtabular version="3" rows="4" columns="4">
15050 <features>
15051 <column alignment="center" valignment="top" leftline="true" width="0pt">
15052 <column alignment="center" valignment="top" leftline="true" width="0pt">
15053 <column alignment="center" valignment="top" leftline="true" width="0in">
15054 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15055 <row topline="true" bottomline="true">
15056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Standard
15060
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Standard
15069
15070 \family roman
15071 \series medium
15072 \shape up
15073 \size normal
15074 \emph off
15075 \bar no
15076 \noun off
15077 \color none
15078 12
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Standard
15087
15088 \family roman
15089 \series medium
15090 \shape up
15091 \size normal
15092 \emph off
15093 \bar no
15094 \noun off
15095 \color none
15096 45
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Standard
15105
15106 \family roman
15107 \series medium
15108 \shape up
15109 \size normal
15110 \emph off
15111 \bar no
15112 \noun off
15113 \color none
15114 98
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row topline="true">
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Standard
15125
15126 \family roman
15127 \series medium
15128 \shape up
15129 \size normal
15130 \emph off
15131 \bar no
15132 \noun off
15133 \color none
15134 A
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Standard
15143
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Standard
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Standard
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 <row topline="true">
15168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Standard
15172
15173 \family roman
15174 \series medium
15175 \shape up
15176 \size normal
15177 \emph off
15178 \bar no
15179 \noun off
15180 \color none
15181 B
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Standard
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Standard
15199
15200 \family roman
15201 \series medium
15202 \shape up
15203 \size normal
15204 \emph off
15205 \bar no
15206 \noun off
15207 \color none
15208 multi 
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Standard
15217
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 </row>
15223 <row topline="true" bottomline="true">
15224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Standard
15228
15229 \family roman
15230 \series medium
15231 \shape up
15232 \size normal
15233 \emph off
15234 \bar no
15235 \noun off
15236 \color none
15237 C
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Standard
15246
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Standard
15255
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Standard
15264
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 </row>
15270 </lyxtabular>
15271
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \begin_layout Subsection
15278 The Table dialog
15279 \end_layout
15280
15281 \begin_layout Standard
15282 You can alter a table by clicking on it with the right mouse button, which
15283  brings up a settings dialog.
15284  Among these options are:
15285 \end_layout
15286
15287 \begin_layout Itemize
15288 Adding/removing border lines from a row or column.
15289  If you remove the top line from one of the rows, you'll get a dotted line
15290  in LyX, but no line will appear in the printout.
15291  If you set the bottom line of one row and the top line of the row below,
15292  then the rows are separated by a small space, as you can see with the top
15293  row in the example above.
15294  You can do the same vertically if you set the right line of a column and
15295  the left line of the column to the right.
15296 \end_layout
15297
15298 \begin_layout Itemize
15299 Text alignment in a column
15300 \end_layout
15301
15302 \begin_layout Itemize
15303 Appending rows and columns
15304 \end_layout
15305
15306 \begin_layout Itemize
15307 Deleting rows, columns, or the entire table
15308 \end_layout
15309
15310 \begin_layout Itemize
15311 Multicolumn
15312 \end_layout
15313
15314 \begin_layout Itemize
15315 Setting a fixed width for a column
15316 \end_layout
15317
15318 \begin_layout Itemize
15319 Longtable options - this is useful if your table is higher than the paper.
15320  Then the table is split on the bottom of the page and continued on the
15321  next one, instead of running of the end of the page.
15322 \end_layout
15323
15324 \begin_layout Itemize
15325 Rotate the whole table or a single cell sideways, by 90 degrees
15326 \end_layout
15327
15328 \begin_layout Standard
15329 You can also use the menu to perform these operations.
15330  Try 
15331 \family sans
15332 \bar under
15333 E
15334 \bar default
15335 dit\SpecialChar \menuseparator
15336
15337 \family default
15338 \bar under
15339 T
15340 \family sans
15341 \bar default
15342 able
15343 \family default
15344  or 
15345 \family sans
15346 \bar under
15347 E
15348 \bar default
15349 dit\SpecialChar \menuseparator
15350 Rows&
15351 \bar under
15352 C
15353 \bar default
15354 ols
15355 \family default
15356  when the cursor is inside a table.
15357  
15358 \end_layout
15359
15360 \begin_layout Standard
15361 Most of these options also work on selections.
15362  This means that if you select more cells, columns or rows the action is
15363  done on all of your selection.
15364  Note that there is a difference between selecting the 
15365 \emph on
15366 contents
15367 \emph default
15368  of the cell, and the cell itself.
15369  If you can see a red border inside a cell, then a selection will select
15370  the contents.
15371  If you press 
15372 \family sans
15373 Escape
15374 \family default
15375  or click outside of the box, then the selection will select cells (whether
15376  you use the mouse or the normal cursor-movement keys).
15377 \end_layout
15378
15379 \begin_layout Standard
15380 When you append a row, it is added 
15381 \emph on
15382 below
15383 \emph default
15384  the row containing the cursor.
15385  Similarly, columns are appended to the 
15386 \emph on
15387 right
15388 \emph default
15389  of the cursor.
15390  This makes it difficult to add columns on the left edge of a table without
15391  a lot of cutting and pasting.
15392  Deletion is always performed on the row or column containing the cursor.
15393  
15394 \end_layout
15395
15396 \begin_layout Standard
15397 The multicolumn option merges two or more adjacent cells on a given row.
15398  For example, in the above table, row 
15399 \begin_inset Quotes eld
15400 \end_inset
15401
15402 B
15403 \begin_inset Quotes erd
15404 \end_inset
15405
15406  has had multicolumn applied to the columns labelled 
15407 \begin_inset Quotes eld
15408 \end_inset
15409
15410 45
15411 \begin_inset Quotes erd
15412 \end_inset
15413
15414  and 
15415 \begin_inset Quotes eld
15416 \end_inset
15417
15418 98.
15419 \begin_inset Quotes erd
15420 \end_inset
15421
15422  To use it, you must first select the cells, then choose 
15423 \family sans
15424 Multicolumn
15425 \family default
15426  from the menu.
15427  This will not work vertically - see the Table Examples document for how
15428  to do this.
15429 \end_layout
15430
15431 \begin_layout Standard
15432 You can also use 
15433 \family sans
15434 Multicolumn
15435 \family default
15436  if you need to have a special handling for a single table cell's top and
15437  bottom border lines and text alignment.
15438  Here an example of this special handling of a cell:
15439 \end_layout
15440
15441 \begin_layout Standard
15442 \align center
15443 \begin_inset Tabular
15444 <lyxtabular version="3" rows="5" columns="3">
15445 <features>
15446 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15447 <column alignment="right" valignment="top" leftline="true" width="0pt">
15448 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15449 <row topline="true" bottomline="true">
15450 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Standard
15454
15455 \family roman
15456 \series bold
15457 \shape up
15458 \size normal
15459 \emph off
15460 \bar no
15461 \noun off
15462 \color none
15463 *
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Standard
15472
15473 \family roman
15474 \series bold
15475 \shape up
15476 \size normal
15477 \emph off
15478 \bar no
15479 \noun off
15480 \color none
15481 x
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Standard
15490
15491 \family roman
15492 \series bold
15493 \shape up
15494 \size normal
15495 \emph off
15496 \bar no
15497 \noun off
15498 \color none
15499 y
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row topline="true">
15506 <cell multicolumn="1" alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Standard
15510
15511 \family roman
15512 \series bold
15513 \shape up
15514 \size normal
15515 \emph off
15516 \bar no
15517 \noun off
15518 \color none
15519 point a & b
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Standard
15528
15529 \family roman
15530 \shape up
15531 \size normal
15532 \emph off
15533 \bar no
15534 \noun off
15535 \color none
15536 103
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Standard
15545
15546 \family roman
15547 \shape up
15548 \size normal
15549 \emph off
15550 \bar no
15551 \noun off
15552 \color none
15553 9
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 </row>
15559 <row topline="true">
15560 <cell multicolumn="1" alignment="left" valignment="top" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Standard
15564
15565 \family roman
15566 \series bold
15567 \shape up
15568 \size normal
15569 \emph off
15570 \bar no
15571 \noun off
15572 \color none
15573 point b & a
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Standard
15582
15583 \family roman
15584 \shape up
15585 \size normal
15586 \emph off
15587 \bar no
15588 \noun off
15589 \color none
15590 599
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Standard
15599
15600 \family roman
15601 \shape up
15602 \size normal
15603 \emph off
15604 \bar no
15605 \noun off
15606 \color none
15607 340
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 </row>
15613 <row topline="true">
15614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15615 \begin_inset Text
15616
15617 \begin_layout Standard
15618
15619 \family roman
15620 \series bold
15621 \shape up
15622 \size normal
15623 \emph off
15624 \bar no
15625 \noun off
15626 \color none
15627 point abc
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Standard
15636
15637 \family roman
15638 \shape up
15639 \size normal
15640 \emph off
15641 \bar no
15642 \noun off
15643 \color none
15644 1009
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Standard
15653
15654 \family roman
15655 \shape up
15656 \size normal
15657 \emph off
15658 \bar no
15659 \noun off
15660 \color none
15661 52
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 </row>
15667 <row topline="true" bottomline="true">
15668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Standard
15672
15673 \family roman
15674 \series bold
15675 \shape up
15676 \size normal
15677 \emph off
15678 \bar no
15679 \noun off
15680 \color none
15681 point abcd
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Standard
15690
15691 \family roman
15692 \shape up
15693 \size normal
15694 \emph off
15695 \bar no
15696 \noun off
15697 \color none
15698 96
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Standard
15707
15708 \family roman
15709 \shape up
15710 \size normal
15711 \emph off
15712 \bar no
15713 \noun off
15714 \color none
15715 11
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 </lyxtabular>
15722
15723 \end_inset
15724
15725
15726 \end_layout
15727
15728 \begin_layout Standard
15729 You see here that the header line cells are aligned to the center, whereas
15730  the left column is aligned to the left, and the other columns are aligned
15731  to the right.
15732  Also the bottom and top line of two cells have been removed.
15733 \begin_inset Note Note
15734 status open
15735
15736 \begin_layout Standard
15737 I can make nothing of this explanation.
15738  An improvement would be nice :) - jbl
15739 \end_layout
15740
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \begin_layout Standard
15747 If you want your column to have a fixed width, then you can insert a width
15748  in the 
15749 \family sans
15750 Width
15751 \family default
15752  input-field of the 
15753 \family sans
15754 Table
15755 \family default
15756  dialog.
15757  This will then allow the cell to have multiple paragraphs of text.
15758 \end_layout
15759
15760 \begin_layout Standard
15761 If your table becomes too large to fit on a portrait document layout, you
15762  can select the 
15763 \family sans
15764 Rotate\InsetSpace ~
15765 90°
15766 \family default
15767  button, and the table will appear sideways (this means landscape in a portrait
15768  document style).
15769  You might also like to rotate single table cells to give them more horizontal
15770  space.
15771  The example below demonstrates why it is useful to rotate single cells.
15772 \end_layout
15773
15774 \begin_layout Standard
15775
15776 \emph on
15777 Note:
15778 \emph default
15779  This 
15780 \family sans
15781 Rotate\InsetSpace ~
15782 90°
15783 \family default
15784  option will 
15785 \emph on
15786 not
15787 \emph default
15788  display on screen, and works 
15789 \emph on
15790 only
15791 \emph default
15792  for PostScript output.
15793  So, if you want to preview them, use 
15794 \family sans
15795 \bar under
15796 V
15797 \bar default
15798 iew\SpecialChar \menuseparator
15799 Pos
15800 \bar under
15801 t
15802 \bar default
15803 script
15804 \family default
15805 , as 
15806 \family sans
15807 \bar under
15808 V
15809 \bar default
15810 iew
15811 \bar under
15812 \SpecialChar \menuseparator
15813 D
15814 \bar default
15815 VI
15816 \family default
15817  will not show the table properly.
15818 \end_layout
15819
15820 \begin_layout Standard
15821 \align center
15822 \begin_inset Tabular
15823 <lyxtabular version="3" rows="6" columns="12">
15824 <features>
15825 <column alignment="left" valignment="top" leftline="true" rightline="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" width="0pt">
15833 <column alignment="center" valignment="top" leftline="true" width="0pt">
15834 <column alignment="center" valignment="top" leftline="true" width="0pt">
15835 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15836 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15837 <row topline="true" bottomline="true">
15838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Standard
15842
15843 \family roman
15844 \series medium
15845 \shape up
15846 \size normal
15847 \emph off
15848 \bar no
15849 \noun off
15850 \color none
15851 Description
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Standard
15860
15861 \family roman
15862 \series medium
15863 \shape up
15864 \size normal
15865 \emph off
15866 \bar no
15867 \noun off
15868 \color none
15869 Flag 1
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Standard
15878
15879 \family roman
15880 \series medium
15881 \shape up
15882 \size normal
15883 \emph off
15884 \bar no
15885 \noun off
15886 \color none
15887 Flag 2
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Standard
15896
15897 \family roman
15898 \series medium
15899 \shape up
15900 \size normal
15901 \emph off
15902 \bar no
15903 \noun off
15904 \color none
15905 Flag 3
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Standard
15914
15915 \family roman
15916 \series medium
15917 \shape up
15918 \size normal
15919 \emph off
15920 \bar no
15921 \noun off
15922 \color none
15923 Flag 4
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Standard
15932
15933 \family roman
15934 \series medium
15935 \shape up
15936 \size normal
15937 \emph off
15938 \bar no
15939 \noun off
15940 \color none
15941 Flag 5
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Standard
15950
15951 \family roman
15952 \series medium
15953 \shape up
15954 \size normal
15955 \emph off
15956 \bar no
15957 \noun off
15958 \color none
15959 Flag 6
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Standard
15968
15969 \family roman
15970 \series medium
15971 \shape up
15972 \size normal
15973 \emph off
15974 \bar no
15975 \noun off
15976 \color none
15977 Flag 7
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Standard
15986
15987 \family roman
15988 \series medium
15989 \shape up
15990 \size normal
15991 \emph off
15992 \bar no
15993 \noun off
15994 \color none
15995 Flag 8
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Standard
16004
16005 \family roman
16006 \series medium
16007 \shape up
16008 \size normal
16009 \emph off
16010 \bar no
16011 \noun off
16012 \color none
16013 Flag 9
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" rotate="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Standard
16022
16023 \family roman
16024 \series medium
16025 \shape up
16026 \size normal
16027 \emph off
16028 \bar no
16029 \noun off
16030 \color none
16031 Flag 10
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Standard
16040
16041 \family roman
16042 \series medium
16043 \shape up
16044 \size normal
16045 \emph off
16046 \bar no
16047 \noun off
16048 \color none
16049 Total
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 </row>
16055 <row topline="true">
16056 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Standard
16060
16061 \family roman
16062 \series medium
16063 \shape up
16064 \size normal
16065 \emph off
16066 \bar no
16067 \noun off
16068 \color none
16069 Desc.\InsetSpace ~
16070 1
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Standard
16079
16080 \family roman
16081 \series medium
16082 \shape up
16083 \size normal
16084 \emph off
16085 \bar no
16086 \noun off
16087 \color none
16088 *
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Standard
16097
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Standard
16106
16107 \family roman
16108 \series medium
16109 \shape up
16110 \size normal
16111 \emph off
16112 \bar no
16113 \noun off
16114 \color none
16115 *
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Standard
16124
16125 \family roman
16126 \series medium
16127 \shape up
16128 \size normal
16129 \emph off
16130 \bar no
16131 \noun off
16132 \color none
16133 *
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Standard
16142
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Standard
16151
16152 \family roman
16153 \series medium
16154 \shape up
16155 \size normal
16156 \emph off
16157 \bar no
16158 \noun off
16159 \color none
16160 *
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Standard
16169
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Standard
16178
16179 \family roman
16180 \series medium
16181 \shape up
16182 \size normal
16183 \emph off
16184 \bar no
16185 \noun off
16186 \color none
16187 *
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Standard
16196
16197 \family roman
16198 \series medium
16199 \shape up
16200 \size normal
16201 \emph off
16202 \bar no
16203 \noun off
16204 \color none
16205 *
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Standard
16214
16215 \family roman
16216 \series medium
16217 \shape up
16218 \size normal
16219 \emph off
16220 \bar no
16221 \noun off
16222 \color none
16223 *
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Standard
16232
16233 \family roman
16234 \series medium
16235 \shape up
16236 \size normal
16237 \emph off
16238 \bar no
16239 \noun off
16240 \color none
16241 7
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 <row topline="true">
16248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Standard
16252
16253 \family roman
16254 \series medium
16255 \shape up
16256 \size normal
16257 \emph off
16258 \bar no
16259 \noun off
16260 \color none
16261 Desc.\InsetSpace ~
16262 2
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Standard
16271
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Standard
16280
16281 \family roman
16282 \series medium
16283 \shape up
16284 \size normal
16285 \emph off
16286 \bar no
16287 \noun off
16288 \color none
16289 *
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Standard
16298
16299 \family roman
16300 \series medium
16301 \shape up
16302 \size normal
16303 \emph off
16304 \bar no
16305 \noun off
16306 \color none
16307 *
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Standard
16316
16317 \family roman
16318 \series medium
16319 \shape up
16320 \size normal
16321 \emph off
16322 \bar no
16323 \noun off
16324 \color none
16325 *
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Standard
16334
16335 \family roman
16336 \series medium
16337 \shape up
16338 \size normal
16339 \emph off
16340 \bar no
16341 \noun off
16342 \color none
16343 *
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Standard
16352
16353 \family roman
16354 \series medium
16355 \shape up
16356 \size normal
16357 \emph off
16358 \bar no
16359 \noun off
16360 \color none
16361 *
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Standard
16370
16371 \family roman
16372 \series medium
16373 \shape up
16374 \size normal
16375 \emph off
16376 \bar no
16377 \noun off
16378 \color none
16379 *
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Standard
16388
16389 \family roman
16390 \series medium
16391 \shape up
16392 \size normal
16393 \emph off
16394 \bar no
16395 \noun off
16396 \color none
16397 *
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Standard
16406
16407 \family roman
16408 \series medium
16409 \shape up
16410 \size normal
16411 \emph off
16412 \bar no
16413 \noun off
16414 \color none
16415 *
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Standard
16424
16425 \family roman
16426 \series medium
16427 \shape up
16428 \size normal
16429 \emph off
16430 \bar no
16431 \noun off
16432 \color none
16433 *
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Standard
16442
16443 \family roman
16444 \series medium
16445 \shape up
16446 \size normal
16447 \emph off
16448 \bar no
16449 \noun off
16450 \color none
16451 9
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 </row>
16457 <row topline="true">
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Standard
16462
16463 \family roman
16464 \series medium
16465 \shape up
16466 \size normal
16467 \emph off
16468 \bar no
16469 \noun off
16470 \color none
16471 Desc.\InsetSpace ~
16472 3
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Standard
16481
16482 \family roman
16483 \series medium
16484 \shape up
16485 \size normal
16486 \emph off
16487 \bar no
16488 \noun off
16489 \color none
16490 *
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Standard
16499
16500 \family roman
16501 \series medium
16502 \shape up
16503 \size normal
16504 \emph off
16505 \bar no
16506 \noun off
16507 \color none
16508 *
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Standard
16517
16518 \family roman
16519 \series medium
16520 \shape up
16521 \size normal
16522 \emph off
16523 \bar no
16524 \noun off
16525 \color none
16526 *
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Standard
16535
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Standard
16544
16545 \family roman
16546 \series medium
16547 \shape up
16548 \size normal
16549 \emph off
16550 \bar no
16551 \noun off
16552 \color none
16553 *
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Standard
16562
16563 \family roman
16564 \series medium
16565 \shape up
16566 \size normal
16567 \emph off
16568 \bar no
16569 \noun off
16570 \color none
16571 *
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Standard
16580
16581 \family roman
16582 \series medium
16583 \shape up
16584 \size normal
16585 \emph off
16586 \bar no
16587 \noun off
16588 \color none
16589 *
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Standard
16598
16599 \family roman
16600 \series medium
16601 \shape up
16602 \size normal
16603 \emph off
16604 \bar no
16605 \noun off
16606 \color none
16607 *
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Standard
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Standard
16625
16626 \family roman
16627 \series medium
16628 \shape up
16629 \size normal
16630 \emph off
16631 \bar no
16632 \noun off
16633 \color none
16634 *
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Standard
16643
16644 \family roman
16645 \series medium
16646 \shape up
16647 \size normal
16648 \emph off
16649 \bar no
16650 \noun off
16651 \color none
16652 8
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row topline="true" bottomline="true">
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Standard
16663
16664 \family roman
16665 \series medium
16666 \shape up
16667 \size normal
16668 \emph off
16669 \bar no
16670 \noun off
16671 \color none
16672 Desc.\InsetSpace ~
16673 4
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Standard
16682
16683 \family roman
16684 \series medium
16685 \shape up
16686 \size normal
16687 \emph off
16688 \bar no
16689 \noun off
16690 \color none
16691 *
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Standard
16700
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Standard
16709
16710 \family roman
16711 \series medium
16712 \shape up
16713 \size normal
16714 \emph off
16715 \bar no
16716 \noun off
16717 \color none
16718 *
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Standard
16727
16728 \family roman
16729 \series medium
16730 \shape up
16731 \size normal
16732 \emph off
16733 \bar no
16734 \noun off
16735 \color none
16736 *
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Standard
16745
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Standard
16754
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Standard
16763
16764 \family roman
16765 \series medium
16766 \shape up
16767 \size normal
16768 \emph off
16769 \bar no
16770 \noun off
16771 \color none
16772 *
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Standard
16781
16782 \family roman
16783 \series medium
16784 \shape up
16785 \size normal
16786 \emph off
16787 \bar no
16788 \noun off
16789 \color none
16790 *
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Standard
16799
16800 \family roman
16801 \series medium
16802 \shape up
16803 \size normal
16804 \emph off
16805 \bar no
16806 \noun off
16807 \color none
16808 *
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Standard
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Standard
16826
16827 \family roman
16828 \series medium
16829 \shape up
16830 \size normal
16831 \emph off
16832 \bar no
16833 \noun off
16834 \color none
16835 6
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 <row topline="true" bottomline="true">
16842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Standard
16846
16847 \family roman
16848 \series medium
16849 \shape up
16850 \size normal
16851 \emph off
16852 \bar no
16853 \noun off
16854 \color none
16855 Total
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Standard
16864
16865 \size normal
16866 \noun off
16867 \color none
16868  
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Standard
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Standard
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Standard
16895
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Standard
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Standard
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Standard
16922
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Standard
16931
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Standard
16940
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Standard
16949
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Standard
16958
16959 \family roman
16960 \series medium
16961 \shape up
16962 \size normal
16963 \emph off
16964 \bar no
16965 \noun off
16966 \color none
16967 30
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 </lyxtabular>
16974
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \begin_layout Subsection
16981 What can be placed inside a table cell?
16982 \end_layout
16983
16984 \begin_layout Standard
16985 Many objects can be placed inside a table cell.
16986  Any single line of text, an equation (not a displayed or multilined equation,
16987  though), or a figure can be in a cell; in fact, all three kinds of objects
16988  can be placed in the same cell.
16989  Font sizes and shapes can be altered, and the table will adjust to display
16990  them properly.
16991  However, you can't put a special environment in a cell (like 
16992 \family sans
16993 Section*
16994 \family default
16995 , etc.), nor set spacing options etc.
16996  for the cell's paragraph.
16997 \end_layout
16998
16999 \begin_layout Subsection
17000 Cut & Paste in Tables
17001 \end_layout
17002
17003 \begin_layout Standard
17004 Cutting and pasting between tables works reasonably well.
17005  You can cut and paste even more than one row.
17006  Selection with the mouse or with 
17007 \family sans
17008 Shift
17009 \family default
17010  plus the arrow keys works as usual.
17011  The values in the second table below were cut and pasted from the first,
17012  using the mouse to select and paste.
17013 \end_layout
17014
17015 \begin_layout Standard
17016 \align center
17017 \begin_inset Tabular
17018 <lyxtabular version="3" rows="3" columns="3">
17019 <features>
17020 <column alignment="center" valignment="top" leftline="true" width="0pt">
17021 <column alignment="center" valignment="top" leftline="true" width="0pt">
17022 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17023 <row topline="true" bottomline="true">
17024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Standard
17028
17029 \family roman
17030 \series medium
17031 \shape up
17032 \size normal
17033 \emph off
17034 \bar no
17035 \noun off
17036 \color none
17037 1
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Standard
17046
17047 \family roman
17048 \series medium
17049 \shape up
17050 \size normal
17051 \emph off
17052 \bar no
17053 \noun off
17054 \color none
17055 2
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Standard
17064
17065 \family roman
17066 \series medium
17067 \shape up
17068 \size normal
17069 \emph off
17070 \bar no
17071 \noun off
17072 \color none
17073 3
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 </row>
17079 <row>
17080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Standard
17084
17085 \family roman
17086 \series medium
17087 \shape up
17088 \size normal
17089 \emph off
17090 \bar no
17091 \noun off
17092 \color none
17093 4
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Standard
17102
17103 \family roman
17104 \series medium
17105 \shape up
17106 \size normal
17107 \emph off
17108 \bar no
17109 \noun off
17110 \color none
17111 5
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Standard
17120
17121 \family roman
17122 \series medium
17123 \shape up
17124 \size normal
17125 \emph off
17126 \bar no
17127 \noun off
17128 \color none
17129 6
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 </row>
17135 <row topline="true" bottomline="true">
17136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Standard
17140
17141 \family roman
17142 \series medium
17143 \shape up
17144 \size normal
17145 \emph off
17146 \bar no
17147 \noun off
17148 \color none
17149 7
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Standard
17158
17159 \family roman
17160 \series medium
17161 \shape up
17162 \size normal
17163 \emph off
17164 \bar no
17165 \noun off
17166 \color none
17167 8
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Standard
17176
17177 \family roman
17178 \series medium
17179 \shape up
17180 \size normal
17181 \emph off
17182 \bar no
17183 \noun off
17184 \color none
17185 9
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 </row>
17191 </lyxtabular>
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Standard
17199 \align center
17200 \begin_inset Tabular
17201 <lyxtabular version="3" rows="4" columns="3">
17202 <features>
17203 <column alignment="center" valignment="top" leftline="true" width="0pt">
17204 <column alignment="center" valignment="top" leftline="true" width="0pt">
17205 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17206 <row topline="true" bottomline="true">
17207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Standard
17211
17212 \family roman
17213 \series medium
17214 \shape up
17215 \size normal
17216 \emph off
17217 \bar no
17218 \noun off
17219 \color none
17220 1
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Standard
17229
17230 \family roman
17231 \series medium
17232 \shape up
17233 \size normal
17234 \emph off
17235 \bar no
17236 \noun off
17237 \color none
17238 2
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Standard
17247
17248 \family roman
17249 \series medium
17250 \shape up
17251 \size normal
17252 \emph off
17253 \bar no
17254 \noun off
17255 \color none
17256 3
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 <row>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Standard
17267
17268 \family roman
17269 \series medium
17270 \shape up
17271 \size normal
17272 \emph off
17273 \bar no
17274 \noun off
17275 \color none
17276 4
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Standard
17285
17286 \family roman
17287 \series medium
17288 \shape up
17289 \size normal
17290 \emph off
17291 \bar no
17292 \noun off
17293 \color none
17294 5
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Standard
17303
17304 \family roman
17305 \series medium
17306 \shape up
17307 \size normal
17308 \emph off
17309 \bar no
17310 \noun off
17311 \color none
17312 6
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row topline="true">
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Standard
17323
17324 \family roman
17325 \series medium
17326 \shape up
17327 \size normal
17328 \emph off
17329 \bar no
17330 \noun off
17331 \color none
17332 7
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Standard
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Standard
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 </row>
17356 <row topline="true" bottomline="true">
17357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Standard
17361
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Standard
17370
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Standard
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 </row>
17385 </lyxtabular>
17386
17387 \end_inset
17388
17389
17390 \end_layout
17391
17392 \begin_layout Standard
17393 Note that you can also copy and paste the entire table as a single unit
17394  by starting the selection from outside the table.
17395 \end_layout
17396
17397 \begin_layout Subsection
17398 Multiple lines in cells
17399 \end_layout
17400
17401 \begin_layout Standard
17402 It is possible to have multi-line entries in tables, but not in a completely
17403  WYSIWYM manner.
17404  Define a fixed length for the column in the 
17405 \family sans
17406 Table
17407 \family default
17408  dialog.
17409  After this, your text is automatically split into more lines and the cell
17410  enlarged vertically when the length of the text exceeds the given fixed
17411  length.
17412  An example:
17413 \end_layout
17414
17415 \begin_layout Standard
17416 \align center
17417 \begin_inset Tabular
17418 <lyxtabular version="3" rows="4" columns="3">
17419 <features>
17420 <column alignment="center" valignment="top" leftline="true" width="0pt">
17421 <column alignment="block" valignment="top" leftline="true" width="3cm">
17422 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17423 <row topline="true" bottomline="true">
17424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Standard
17428
17429 \family roman
17430 \series medium
17431 \shape up
17432 \size normal
17433 \emph off
17434 \bar no
17435 \noun off
17436 \color none
17437 1
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Standard
17446
17447 \family roman
17448 \series medium
17449 \shape up
17450 \size normal
17451 \emph off
17452 \bar no
17453 \noun off
17454 \color none
17455 2
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Standard
17464
17465 \family roman
17466 \series medium
17467 \shape up
17468 \size normal
17469 \emph off
17470 \bar no
17471 \noun off
17472 \color none
17473 3
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 </row>
17479 <row>
17480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Standard
17484
17485 \family roman
17486 \series medium
17487 \shape up
17488 \size normal
17489 \emph off
17490 \bar no
17491 \noun off
17492 \color none
17493 4
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Standard
17502
17503 \family roman
17504 \series medium
17505 \shape up
17506 \size normal
17507 \emph off
17508 \bar no
17509 \noun off
17510 \color none
17511 This is a multiline entry in a table.
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Standard
17520
17521 \family roman
17522 \series medium
17523 \shape up
17524 \size normal
17525 \emph off
17526 \bar no
17527 \noun off
17528 \color none
17529 5
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 </row>
17535 <row bottomline="true">
17536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Standard
17540
17541 \family roman
17542 \series medium
17543 \shape up
17544 \size normal
17545 \emph off
17546 \bar no
17547 \noun off
17548 \color none
17549 6
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Standard
17558
17559 \family roman
17560 \series medium
17561 \shape up
17562 \size normal
17563 \emph off
17564 \bar no
17565 \noun off
17566 \color none
17567 This is longer now.
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Standard
17576
17577 \family roman
17578 \series medium
17579 \shape up
17580 \size normal
17581 \emph off
17582 \bar no
17583 \noun off
17584 \color none
17585 7
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 <row bottomline="true">
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Standard
17596
17597 \family roman
17598 \series medium
17599 \shape up
17600 \size normal
17601 \emph off
17602 \bar no
17603 \noun off
17604 \color none
17605 8
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Standard
17614
17615 \family roman
17616 \series medium
17617 \shape up
17618 \size normal
17619 \emph off
17620 \bar no
17621 \noun off
17622 \color none
17623 This is a multiline entry in a table.
17624  This is longer now.
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Standard
17633
17634 \family roman
17635 \series medium
17636 \shape up
17637 \size normal
17638 \emph off
17639 \bar no
17640 \noun off
17641 \color none
17642 9
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 </row>
17648 </lyxtabular>
17649
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Standard
17656 Text within a cell will not normally wrap to fit the page, so if a line
17657  of text in a table is too long, the table will extend beyond the right
17658  margin of the page.
17659  Similarly, tables will not split themselves at the bottom of a page, and
17660  so might extend below the bottom margin.
17661  You have these options to resolve this problem:
17662 \end_layout
17663
17664 \begin_layout Enumerate
17665 Split it into two tables.
17666 \end_layout
17667
17668 \begin_layout Enumerate
17669 Select the 
17670 \family sans
17671 Longtable
17672 \family default
17673  button in the 
17674 \family sans
17675 Table
17676 \family default
17677  dialog.
17678  This automatically splits the table over more pages, if it is too tall.
17679  After doing this, the list of 
17680 \family sans
17681 Longtable
17682 \family default
17683  buttons activate themselves and you may now define:
17684 \end_layout
17685
17686 \begin_deeper
17687 \begin_layout Enumerate
17688
17689 \family sans
17690 First\InsetSpace ~
17691 header
17692 \family default
17693 : The current row and all rows above that don't have any special options
17694  defined are defined to be the header rows of the first page of the longtable.
17695 \end_layout
17696
17697 \begin_layout Enumerate
17698
17699 \family sans
17700 Header
17701 \family default
17702 : The current row and all rows above that don't have any special options
17703  defined are defined to be the header rows of all pages of the longtable;
17704  except for the first page, if 
17705 \family sans
17706 First\InsetSpace ~
17707 header
17708 \family default
17709  is defined.
17710 \end_layout
17711
17712 \begin_layout Enumerate
17713
17714 \family sans
17715 Footer
17716 \family default
17717 : The current row and all rows below that don't have any special options
17718  defined are defined to be the footer rows of all pages of the longtable;
17719  except for the last page, if 
17720 \family sans
17721 Last\InsetSpace ~
17722 footer
17723 \family default
17724  is defined.
17725 \end_layout
17726
17727 \begin_layout Enumerate
17728
17729 \family sans
17730 Last\InsetSpace ~
17731 footer
17732 \family default
17733 : The current row and all rows below that don't have any special options
17734  defined are defined to be the footer rows of the last page of the longtable.
17735 \end_layout
17736
17737 \begin_layout Standard
17738 If you set more than one option in the same table row, you should be aware
17739  of the fact that only the first flag is used in the given table rows.
17740  The others will then be defined as 
17741 \emph on
17742 empty
17743 \emph default
17744 .
17745  In this context, first means first in this order: 
17746 \family sans
17747 Footer, Last\InsetSpace ~
17748 footer,
17749 \family default
17750  
17751 \family sans
17752 Header,
17753 \family default
17754  
17755 \family sans
17756 First\InsetSpace ~
17757 header.
17758
17759 \family default
17760  See the 
17761 \family typewriter
17762 TableExamples.lyx
17763 \family default
17764  example file to see how this works.
17765  
17766 \end_layout
17767
17768 \begin_layout Standard
17769 The check box in the long table options can be used to specify specific
17770  rows to break the page on as well.
17771 \end_layout
17772
17773 \end_deeper
17774 \begin_layout Enumerate
17775 A table can also be placed in a float, as described below, which will allow
17776  TeX to place it as well as it can within the page.
17777 \end_layout
17778
17779 \begin_layout Subsection
17780 Table Floats
17781 \begin_inset LatexCommand label
17782 name "sec:table float"
17783
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \begin_layout Standard
17790 Outside of a float, the table will be positioned exactly where it is placed
17791  in the document.
17792  Using a 
17793 \family sans
17794 \shape up
17795 Tabl
17796 \bar under
17797 e
17798 \bar default
17799 \InsetSpace ~
17800 Float
17801 \family default
17802 \shape default
17803  from the 
17804 \family sans
17805 \shape up
17806 \bar under
17807 I
17808 \bar default
17809 nsert\SpecialChar \menuseparator
17810 Flo
17811 \shape default
17812 \bar under
17813 a
17814 \shape up
17815 \bar default
17816 t
17817 \family default
17818 \shape default
17819  menu will enable LaTeX to place the table where it fits best, rather than
17820  exactly where you insert it.
17821  Float placement for table floats is similar to that for figure floats 
17822 \begin_inset LatexCommand ref
17823 reference "sec:figurefloats"
17824
17825 \end_inset
17826
17827 , and is described in section 
17828 \begin_inset LatexCommand ref
17829 reference "sec:float-locn"
17830
17831 \end_inset
17832
17833 .
17834  Captions also work the same way as with figure floats, as described in
17835  section 
17836 \begin_inset LatexCommand ref
17837 reference "sec:figurefloats"
17838
17839 \end_inset
17840
17841 .
17842  Table 
17843 \begin_inset LatexCommand ref
17844 reference "table:a table float"
17845
17846 \end_inset
17847
17848  is an example of a table float.
17849 \begin_inset Float table
17850 placement htbp
17851 wide false
17852 sideways false
17853 status collapsed
17854
17855 \begin_layout Standard
17856 \begin_inset Caption
17857
17858 \begin_layout Standard
17859 \begin_inset LatexCommand label
17860 name "table:a table float"
17861
17862 \end_inset
17863
17864 A table float.
17865 \end_layout
17866
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \begin_layout Standard
17873 \align center
17874 \begin_inset Tabular
17875 <lyxtabular version="3" rows="3" columns="3">
17876 <features>
17877 <column alignment="center" valignment="top" leftline="true" width="0pt">
17878 <column alignment="center" valignment="top" leftline="true" width="0pt">
17879 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17880 <row topline="true" bottomline="true">
17881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Standard
17885
17886 \family roman
17887 \series medium
17888 \shape up
17889 \size normal
17890 \emph off
17891 \bar no
17892 \noun off
17893 \color none
17894 1
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Standard
17903
17904 \family roman
17905 \series medium
17906 \shape up
17907 \size normal
17908 \emph off
17909 \bar no
17910 \noun off
17911 \color none
17912 2
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Standard
17921
17922 \family roman
17923 \series medium
17924 \shape up
17925 \size normal
17926 \emph off
17927 \bar no
17928 \noun off
17929 \color none
17930 3
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 </row>
17936 <row topline="true">
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Standard
17941
17942 \family roman
17943 \series medium
17944 \shape up
17945 \size normal
17946 \emph off
17947 \bar no
17948 \noun off
17949 \color none
17950 Joe
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Standard
17959
17960 \family roman
17961 \series medium
17962 \shape up
17963 \size normal
17964 \emph off
17965 \bar no
17966 \noun off
17967 \color none
17968 Mary
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Standard
17977
17978 \family roman
17979 \series medium
17980 \shape up
17981 \size normal
17982 \emph off
17983 \bar no
17984 \noun off
17985 \color none
17986 Ted
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 </row>
17992 <row topline="true" bottomline="true">
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Standard
17997
17998 \family roman
17999 \series medium
18000 \shape up
18001 \size normal
18002 \emph off
18003 \bar no
18004 \noun off
18005 \color none
18006 \begin_inset Formula $\int x^{2}dx$
18007 \end_inset
18008
18009
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Standard
18018
18019 \family roman
18020 \series medium
18021 \shape up
18022 \size normal
18023 \emph off
18024 \bar no
18025 \noun off
18026 \color none
18027 \begin_inset Formula $\left[\begin{array}{cc}
18028 a & b\\
18029 c & d\end{array}\right]$
18030 \end_inset
18031
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Standard
18041
18042 \family roman
18043 \series medium
18044 \shape up
18045 \size normal
18046 \emph off
18047 \bar no
18048 \noun off
18049 \color none
18050 \begin_inset Formula $1+1=2$
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 </row>
18059 </lyxtabular>
18060
18061 \end_inset
18062
18063
18064 \end_layout
18065
18066 \end_inset
18067
18068  
18069 \end_layout
18070
18071 \begin_layout Section
18072 Table of Contents and other Listings
18073 \begin_inset LatexCommand label
18074 name "sec:toc"
18075
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \begin_layout Standard
18082 One of the really nice features of LaTeX is the ease with which it lets
18083  you create various 
18084 \begin_inset Quotes eld
18085 \end_inset
18086
18087 Lists,
18088 \begin_inset Quotes erd
18089 \end_inset
18090
18091  such as a Table of Contents.
18092  All you need to do is to use certain environments and insert a reference
18093  at the place where you want the list to appear.
18094 \end_layout
18095
18096 \begin_layout Subsection
18097 The Table of Contents
18098 \end_layout
18099
18100 \begin_layout Standard
18101 In order to get a Table of Contents, you need to do four things:
18102 \end_layout
18103
18104 \begin_layout Enumerate
18105 Use a document class that includes support (all but 
18106 \family typewriter
18107 letter
18108 \family default
18109 ).
18110 \end_layout
18111
18112 \begin_layout Enumerate
18113 Set paragraph environments appropriately: 
18114 \family sans
18115 Chapter
18116 \family default
18117
18118 \family sans
18119 (Sub...) Section
18120 \family default
18121
18122 \family sans
18123 (Sub...), Paragraph
18124 \family default
18125 .
18126  Note that styles with a 
18127 \family sans
18128 *
18129 \family default
18130 , like 
18131 \family sans
18132 Section*
18133 \family default
18134 , will 
18135 \emph on
18136 not
18137 \emph default
18138  appear in the Table of Contents.
18139 \end_layout
18140
18141 \begin_layout Enumerate
18142 Make sure you set the 
18143 \family sans
18144 \bar under
18145 S
18146 \bar default
18147 ection\InsetSpace ~
18148 number\InsetSpace ~
18149 depth
18150 \family default
18151  and 
18152 \family sans
18153 \bar under
18154 T
18155 \bar default
18156 able\InsetSpace ~
18157 of\InsetSpace ~
18158 contents
18159 \family default
18160 .
18161 \family sans
18162 \InsetSpace ~
18163 depth
18164 \family default
18165  in the 
18166 \family sans
18167 Document\InsetSpace ~
18168 Layout
18169 \family default
18170  dialog to the appropriate value as described in 
18171 \begin_inset LatexCommand ref
18172 reference "sub:section-depth"
18173
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \begin_layout Enumerate
18180 Insert the ToC command at some place in the document.
18181  You'll find it under 
18182 \family sans
18183 \bar under
18184 I
18185 \bar default
18186 nsert\SpecialChar \menuseparator
18187 List\InsetSpace ~
18188 /\InsetSpace ~
18189 T
18190 \bar under
18191 O
18192 \bar default
18193 C\SpecialChar \menuseparator
18194
18195 \bar under
18196 T
18197 \bar default
18198 able\InsetSpace ~
18199 of\InsetSpace ~
18200 Contents
18201 \family default
18202 .
18203 \end_layout
18204
18205 \begin_layout Standard
18206 You can also bring up a dialog for navigating through your document with
18207  
18208 \family sans
18209 \bar under
18210 D
18211 \bar default
18212 ocument\SpecialChar \menuseparator
18213
18214 \bar under
18215 T
18216 \bar default
18217 able\InsetSpace ~
18218 of\InsetSpace ~
18219 Contents
18220 \family default
18221 .
18222 \end_layout
18223
18224 \begin_layout Subsection
18225 List of Figures, Tables and Algorithms
18226 \begin_inset LatexCommand label
18227 name "sec:ListsOf"
18228
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Standard
18235 Table, figure, and algorithm lists are very much like the table of contents.
18236  You can insert them from the 
18237 \family sans
18238 \bar under
18239 I
18240 \bar default
18241 nsert\SpecialChar \menuseparator
18242 List\InsetSpace ~
18243 /\InsetSpace ~
18244
18245 \bar under
18246 T
18247 \bar default
18248 OC
18249 \family default
18250  submenu.
18251  If you want figures, tables, or algorithms to appear in the list, you must
18252  place them inside a float of the relevant type and add a caption.
18253 \end_layout
18254
18255 \begin_layout Chapter
18256 Mathematical Formulae
18257 \end_layout
18258
18259 \begin_layout Section
18260 Basic Math Editing
18261 \end_layout
18262
18263 \begin_layout Standard
18264 To create a math formula, you can just click on the toolbar icon with 
18265 \begin_inset Formula $\frac{a+b}{c}$
18266 \end_inset
18267
18268  on it.
18269  That will open a little blue square, with purple markers around it, on
18270  the corners.
18271  That blue square is the formula itself; the purple markers indicate what
18272  level of nesting within the formula you are at.
18273  You can also choose a particular formula type to insert via the 
18274 \family sans
18275 \bar under
18276 I
18277 \bar default
18278 nsert
18279 \bar under
18280 \SpecialChar \menuseparator
18281 M
18282 \bar default
18283 ath
18284 \family default
18285  menu; or you can use a keyboard macro, 
18286 \family sans
18287 M-c\InsetSpace ~
18288 m
18289 \family default
18290
18291 \family sans
18292 M-m\InsetSpace ~
18293 m
18294 \family default
18295 , or 
18296 \family sans
18297 C-m
18298 \family default
18299  (CUA binding only).
18300 \end_layout
18301
18302 \begin_layout Standard
18303 If you simply need to type a single Greek letter, such as 
18304 \begin_inset Formula $\alpha$
18305 \end_inset
18306
18307 , there is a special shortcut.
18308  Just type 
18309 \family sans
18310 M-m\InsetSpace ~
18311 g\InsetSpace ~
18312 a
18313 \family default
18314  to get 
18315 \begin_inset Formula $\alpha$
18316 \end_inset
18317
18318
18319 \family sans
18320 M-m\InsetSpace ~
18321 g\InsetSpace ~
18322 b
18323 \family default
18324  to get 
18325 \begin_inset Formula $\beta$
18326 \end_inset
18327
18328 , etc.
18329 \end_layout
18330
18331 \begin_layout Standard
18332 Editing the parameters of a formula may be done from the 
18333 \family sans
18334 \bar under
18335 I
18336 \bar default
18337 nsert\SpecialChar \menuseparator
18338
18339 \bar under
18340 M
18341 \bar default
18342 ath\SpecialChar \menuseparator
18343 Math\InsetSpace ~
18344 Pane
18345 \bar under
18346 l
18347 \family default
18348 \bar default
18349  dialog, by 
18350 \family sans
18351 Edit\SpecialChar \menuseparator
18352 Math
18353 \family default
18354 , or by clicking the right mouse button on the formula.
18355  The math panel is very useful, so you may want to open it and leave it
18356  somewhere on the screen.
18357  If you're not already in a formula, selecting anything from the math panel
18358  will insert a formula for you.
18359 \end_layout
18360
18361 \begin_layout Subsection
18362 Navigating a Formula
18363 \end_layout
18364
18365 \begin_layout Standard
18366 The best control over cursor position within an existing formula is achieved
18367  with the arrow keys.
18368  Mathed uses small squares to indicate places where something can be inserted.
18369  The arrow keys can be used to navigate between parts of a formula.
18370  Pressing 
18371 \family sans
18372 Space
18373 \family default
18374  will leave a fraction or other formula construct (a square root 
18375 \begin_inset Formula $\sqrt{2}$
18376 \end_inset
18377
18378 , or parentheses 
18379 \begin_inset Formula $\left(f\right)$
18380 \end_inset
18381
18382 , or a matrix 
18383 \begin_inset Formula $\left[\begin{array}{cc}
18384 1 & 2\\
18385 3 & 4\end{array}\right]$
18386 \end_inset
18387
18388 ).
18389  Pressing 
18390 \family sans
18391 Escape
18392 \family default
18393  will leave the formula, placing the cursor after the formula.
18394  
18395 \family sans
18396 Tab
18397 \family default
18398  can be used to move horizontally in a formula; for example, through the
18399  cells of a matrix or the positions in a multi-line equation.
18400 \end_layout
18401
18402 \begin_layout Standard
18403
18404 \family sans
18405 Space
18406 \family default
18407  seems to do nothing in Mathed, since it does not in fact add a space between
18408  characters, but it does exit a nested structure.
18409  For this reason, you have to be careful about using 
18410 \family sans
18411 Space
18412 \family default
18413 .
18414  For example, if you want 
18415 \begin_inset Formula $\sqrt{2x+1}$
18416 \end_inset
18417
18418 , type 
18419 \family typewriter
18420
18421 \backslash
18422 sqrt
18423 \family sans
18424 \InsetSpace ~
18425
18426 \family default
18427 then 
18428 \family sans
18429 Space
18430 \family default
18431 , then
18432 \family sans
18433 \InsetSpace ~
18434
18435 \family typewriter
18436 2x+1
18437 \family default
18438 , not 
18439 \family typewriter
18440
18441 \backslash
18442 sqrt
18443 \family sans
18444 \InsetSpace ~
18445 Space\InsetSpace ~
18446
18447 \family typewriter
18448 2x
18449 \family sans
18450 \InsetSpace ~
18451 Space\InsetSpace ~
18452
18453 \family typewriter
18454 +
18455 \family sans
18456 \InsetSpace ~
18457 Space\InsetSpace ~
18458
18459 \family typewriter
18460 1
18461 \family default
18462 , since in the latter case only the 
18463 \family typewriter
18464
18465 \begin_inset Formula $2x$
18466 \end_inset
18467
18468
18469 \family default
18470  will be under the square root sign, 
18471 \begin_inset Formula $\sqrt{2x}+1$
18472 \end_inset
18473
18474 .
18475  For those who learned to space out expressions in this way, it takes a
18476  little unlearning.
18477 \end_layout
18478
18479 \begin_layout Standard
18480 You can leave many parts of a formula, like this matrix, partially filled
18481  in, such as:
18482 \begin_inset Formula \[
18483 \left(\begin{array}{ccc}
18484 \lambda_{1}\\
18485  & \ddots\\
18486  &  & \lambda_{n}\end{array}\right).\]
18487
18488 \end_inset
18489
18490 If you leave a fraction only partially filled in, or a subscript with nothing
18491  in it, the results will be unpredictable, but most constructs don't mind.
18492 \end_layout
18493
18494 \begin_layout Subsection
18495 Selecting Text
18496 \end_layout
18497
18498 \begin_layout Standard
18499 You can select text within a formula in two different ways.
18500  Place the cursor at one end of the string of text you want, and press 
18501 \family sans
18502 Shift
18503 \family default
18504  and a cursor movement key to select text.
18505  It will be highlighted as with regular text selection.
18506  Alternatively, you can select text with the mouse in the usual way.
18507  That text can then be cut or copied, and then pasted within any formula
18508  (not in a plain text region in LyX, though).
18509 \end_layout
18510
18511 \begin_layout Subsection
18512 Exponents and Subscripts
18513 \end_layout
18514
18515 \begin_layout Standard
18516 You can use the math panel to add superscripts or subscripts, but the much
18517  easier way is to use the standard TeX method.
18518  To get 
18519 \begin_inset Formula $x^{2}$
18520 \end_inset
18521
18522 , type (in Mathed) 
18523 \family typewriter
18524 x^2
18525 \family default
18526  then 
18527 \family sans
18528 Space
18529 \family default
18530 .
18531  The final 
18532 \family sans
18533 Space
18534 \family default
18535  puts the cursor back down on the base line of the expression, instead of
18536  in the superscript.
18537  If you type 
18538 \family typewriter
18539 x^2y
18540 \family default
18541 , you will get 
18542 \begin_inset Formula $x^{2y}$
18543 \end_inset
18544
18545 , to get 
18546 \begin_inset Formula $x^{2}y$
18547 \end_inset
18548
18549 , type 
18550 \family typewriter
18551 x^2
18552 \family default
18553  then 
18554 \family sans
18555 Space
18556 \family default
18557  then
18558 \family sans
18559 \InsetSpace ~
18560
18561 \family typewriter
18562 y
18563 \family default
18564 .
18565  Subscripts are similar, to get 
18566 \begin_inset Formula $a_{1}$
18567 \end_inset
18568
18569 , type (in Mathed) 
18570 \family typewriter
18571 a_1
18572 \family sans
18573 \InsetSpace ~
18574
18575 \family default
18576 then 
18577 \family sans
18578 Space
18579 \family default
18580 .
18581  Note that by default, the superscript or subscript is only for the single
18582  symbol to the left, which changes the spacing and alignment; you should
18583  read section 
18584 \begin_inset LatexCommand ref
18585 reference "sec:Grouping"
18586
18587 \end_inset
18588
18589  if you need to alter this.
18590 \end_layout
18591
18592 \begin_layout Subsection
18593 Fractions 
18594 \end_layout
18595
18596 \begin_layout Standard
18597 Create a fraction with either 
18598 \family typewriter
18599
18600 \backslash
18601 frac
18602 \family default
18603  (in Mathed) or using the fraction icon in the 
18604 \family sans
18605 Math\InsetSpace ~
18606 Panel
18607 \family default
18608  dialog or the 
18609 \family sans
18610 \bar under
18611 M
18612 \bar default
18613 ath
18614 \family default
18615  menu item 
18616 \family sans
18617 \bar under
18618 F
18619 \bar default
18620 raction
18621 \family default
18622 .
18623  You will be presented with an empty fraction, with two Mathed insertion
18624  squares top and bottom.
18625  The cursor moves immediately to the top of the fraction.
18626  To move to the bottom, simply press 
18627 \family sans
18628 Down
18629 \family default
18630 .
18631  To move back up, press 
18632 \family sans
18633 Up
18634 \family default
18635 .
18636  Any math structure can be placed in a fraction, as this example shows:
18637 \begin_inset Formula \[
18638 \left[\frac{1}{\left(\begin{array}{cc}
18639 2 & 3\\
18640 4 & 5\end{array}\right)}\right]\]
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Subsection
18648 Sums and Integrals 
18649 \end_layout
18650
18651 \begin_layout Standard
18652 Sum (
18653 \begin_inset Formula $\sum$
18654 \end_inset
18655
18656 ) and integral (
18657 \begin_inset Formula $\int$
18658 \end_inset
18659
18660 ) signs are very often decorated with one or more sets of 
18661 \begin_inset Quotes eld
18662 \end_inset
18663
18664 limits
18665 \begin_inset Quotes erd
18666 \end_inset
18667
18668 .
18669  These limits can be entered in LyX by entering them as you would enter
18670  a superscript or subscript, directly after the symbol.
18671  Sum will automatically place its 
18672 \begin_inset Quotes eld
18673 \end_inset
18674
18675 limits
18676 \begin_inset Quotes erd
18677 \end_inset
18678
18679  over and under the symbol in display style, but will move them to the side
18680  when inlined, such as 
18681 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
18682 \end_inset
18683
18684 , versus 
18685 \begin_inset Note Note
18686 status open
18687
18688 \begin_layout Standard
18689 We haven't yet explained what display vs.
18690  inline means...
18691 \end_layout
18692
18693 \end_inset
18694
18695
18696 \begin_inset Formula \[
18697 \sum_{n=1}^{\infty}\frac{x^{n}}{n}=\ln\left(\frac{1}{1-x}\right).\]
18698
18699 \end_inset
18700
18701 Integral signs, however, will not by default move the limits to directly
18702  over and under the integral sign in display style, as in 
18703 \begin_inset Formula $\int_{a}^{x}f(t)dt:=F(x)$
18704 \end_inset
18705
18706 , versus
18707 \begin_inset Formula \[
18708 \int_{-\infty}^{\infty}\frac{dx}{1+x^{2}}=\pi.\]
18709
18710 \end_inset
18711
18712 Both symbols will be automatically re-sized when placed in display mode.
18713  In display mode, the placement of the limits (directly above and below,
18714  or offset to the right from the sign) can be changed by placing the cursor
18715  in front of the sign and hitting 
18716 \family sans
18717 M-m l
18718 \family default
18719 .
18720  Exactly what change occurs depends on the sign.
18721  
18722 \end_layout
18723
18724 \begin_layout Standard
18725 Certain other mathematical expressions have this 
18726 \begin_inset Quotes eld
18727 \end_inset
18728
18729 moving limits
18730 \begin_inset Quotes erd
18731 \end_inset
18732
18733  feature as addition, such as 
18734 \begin_inset Formula \[
18735 \lim_{x\rightarrow\infty}f(x),\]
18736
18737 \end_inset
18738
18739 which will place the 
18740 \begin_inset Formula $x\rightarrow\infty$
18741 \end_inset
18742
18743  underneath the 
18744 \begin_inset Quotes eld
18745 \end_inset
18746
18747 lim
18748 \begin_inset Quotes erd
18749 \end_inset
18750
18751  in display mode, but not in inlined mode, 
18752 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
18753 \end_inset
18754
18755 .
18756  Note that the 
18757 \begin_inset Formula $\lim$
18758 \end_inset
18759
18760  was entered as a function - you get it in LyX by typing 
18761 \family typewriter
18762
18763 \backslash
18764 lim
18765 \family default
18766  in math-mode, or choosing from the 
18767 \begin_inset Quotes eld
18768 \end_inset
18769
18770 functions
18771 \begin_inset Quotes erd
18772 \end_inset
18773
18774  menu in the math panel; see 
18775 \begin_inset LatexCommand ref
18776 reference "sec:math-functions"
18777
18778 \end_inset
18779
18780 .
18781 \end_layout
18782
18783 \begin_layout Subsubsection
18784 Special integral symbols
18785 \end_layout
18786
18787 \begin_layout Standard
18788 Standard LaTeX does only provide a very limited set of integral symbols.
18789  Therefore several packages implement additional symbols, e.g.\InsetSpace ~
18790 moredimensional
18791  integrals like 
18792 \begin_inset Formula $\iint$
18793 \end_inset
18794
18795  (
18796 \family typewriter
18797
18798 \backslash
18799 iint
18800 \family default
18801 ).
18802  Unfortunately they do not always look consistent, e.g.\InsetSpace ~
18803 the 
18804 \family typewriter
18805
18806 \begin_inset Formula $\iint$
18807 \end_inset
18808
18809  (
18810 \backslash
18811 iint)
18812 \family default
18813  symbol from the 
18814 \family typewriter
18815 wasysym
18816 \family default
18817  package looks like 
18818 \family typewriter
18819
18820 \begin_inset Formula $\varint$
18821 \end_inset
18822
18823  (
18824 \backslash
18825 varint
18826 \family default
18827 ), not 
18828 \family typewriter
18829
18830 \begin_inset Formula $\int$
18831 \end_inset
18832
18833  (
18834 \backslash
18835 int
18836 \family default
18837 ).
18838  Therefore you should enable the automatic loading of the 
18839 \family typewriter
18840 esint
18841 \family default
18842  package in 
18843 \family sans
18844 \bar under
18845 D
18846 \bar default
18847 ocument\SpecialChar \menuseparator
18848
18849 \bar under
18850 S
18851 \bar default
18852 ettings
18853 \family default
18854  if you need special integrals.
18855  This package defines a complete set of consistent looking integral symbols.
18856  You can find most of them in the math panel.
18857  This document does use the 
18858 \family typewriter
18859 wasysym
18860 \family default
18861  package instead of the 
18862 \family typewriter
18863 esint
18864 \family default
18865  package, because the latter is not yet included in all TeX distributions,
18866  so you can see the different looking integral symbols using 
18867 \family sans
18868 \bar under
18869 V
18870 \bar default
18871 iew\SpecialChar \menuseparator
18872
18873 \bar under
18874 D
18875 \bar default
18876 VI
18877 \family default
18878 .
18879 \end_layout
18880
18881 \begin_layout Subsection
18882 The Math Panel
18883 \begin_inset LatexCommand label
18884 name "sec:math-panel"
18885
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \begin_layout Standard
18892 The 
18893 \family sans
18894 Math\InsetSpace ~
18895
18896 \bar under
18897 P
18898 \bar default
18899 anel
18900 \family default
18901  dialog (accessible via 
18902 \family sans
18903 \bar under
18904 I
18905 \bar default
18906 nsert\SpecialChar \menuseparator
18907
18908 \bar under
18909 M
18910 \bar default
18911 ath
18912 \family default
18913 ) has a more extensive list of symbols and structures.
18914  As stated earlier, you can keep the math panel open when writing mathematics.
18915  The use of the panel should be fairly obvious; we'll describe some of the
18916  details in later sections.
18917 \end_layout
18918
18919 \begin_layout Standard
18920 Note that right-clicking on a formula opens the panel as well.
18921 \end_layout
18922
18923 \begin_layout Subsection
18924 Other Math Symbols 
18925 \end_layout
18926
18927 \begin_layout Standard
18928 Most math symbols can be found in the math panel under one of several categories
18929 ; including 
18930 \family sans
18931 Greek
18932 \family default
18933  
18934 \begin_inset Formula $\Gamma\rho\epsilon\epsilon\kappa$
18935 \end_inset
18936
18937
18938 \family sans
18939 operators
18940 \family default
18941  
18942 \begin_inset Formula $\pm\times$
18943 \end_inset
18944
18945
18946 \family sans
18947 relations
18948 \family default
18949  
18950 \begin_inset Formula $\leq\cong$
18951 \end_inset
18952
18953
18954 \family sans
18955 arrows
18956 \family default
18957  
18958 \begin_inset Formula $\uparrow\Leftrightarrow$
18959 \end_inset
18960
18961
18962 \family sans
18963 large\InsetSpace ~
18964 operators
18965 \family default
18966  
18967 \begin_inset Formula $\sum\int$
18968 \end_inset
18969
18970 , and the dreaded 
18971 \family sans
18972 miscellaneous
18973 \family default
18974 .
18975  There are also the additional symbols provided by the American Mathematical
18976  Society (AMS).
18977  If you know the standard LaTeX macro for a particular symbol you which
18978  to use, you do not have to use these dialogs, but they will help for those
18979  symbols whose LaTeX name you do not know.
18980  Note that the AMS symbols will not be displayed as symbols in LyX unless
18981  you install the right fonts as described in the relevant manual.
18982 \end_layout
18983
18984 \begin_layout Standard
18985 It is possible to get an nth root symbol.
18986  In the minibuffer, type 
18987 \family typewriter
18988 math-insert root
18989 \family default
18990 .
18991  This generates a root symbol with an extra box above the root sign.
18992  Use 
18993 \family sans
18994 Up
18995 \family default
18996  and 
18997 \family sans
18998 Down
18999 \family default
19000  to move between the two boxes.
19001  You can also use the key binding 
19002 \family sans
19003 M-m-r
19004 \family default
19005 .
19006 \end_layout
19007
19008 \begin_layout Subsection
19009 Altering spacing
19010 \end_layout
19011
19012 \begin_layout Standard
19013 You may want to create blank spaces that differs from the standard spacing
19014  that LaTeX provides.
19015  We don't recommend this as a matter of course, since the whole idea of
19016  WYSIWYM is that you don't think about the typesetting, but the content.
19017  However, there are situations where you will want to add spaces.
19018  The first thing to do is to type 
19019 \family sans
19020 C-Space
19021 \family default
19022 .
19023  This generates a small space, and shows a small marker on the screen within
19024  LyX: 
19025 \begin_inset Formula $a\, b$
19026 \end_inset
19027
19028 .
19029  The next trick is to change that space to different sizes.
19030  
19031 \emph on
19032 Before
19033 \emph default
19034  you move the cursor, after typing 
19035 \family sans
19036 C-Space
19037 \family default
19038 , if you hit 
19039 \family sans
19040 Space
19041 \family default
19042  again, you will change the size of the space, through a number of variable
19043  sizes.
19044  The last ones in the list are red, and are a negative space.
19045  For example: 
19046 \begin_inset Formula $a\quad b$
19047 \end_inset
19048
19049 , or 
19050 \begin_inset Formula $a\! b$
19051 \end_inset
19052
19053 .
19054  You can also insert these spaces via the math panel.
19055 \end_layout
19056
19057 \begin_layout Subsection
19058 Math functions
19059 \begin_inset LatexCommand label
19060 name "sec:math-functions"
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \begin_layout Standard
19068 The math panel contains a number of 
19069 \begin_inset Quotes eld
19070 \end_inset
19071
19072 functions
19073 \begin_inset Quotes erd
19074 \end_inset
19075
19076 , such as 
19077 \begin_inset Formula $\sin$
19078 \end_inset
19079
19080
19081 \begin_inset Formula $\lim$
19082 \end_inset
19083
19084
19085 \emph on
19086 etc
19087 \emph default
19088 .
19089  (you can type them in a formula by typing 
19090 \family typewriter
19091
19092 \backslash
19093 sin
19094 \family default
19095  etc).
19096  Standard mathematical practice is that functions which are names, like
19097  
19098 \begin_inset Formula $\sin$
19099 \end_inset
19100
19101 , should not be italicized.
19102  Entering just the letters 
19103 \begin_inset Formula $sin$
19104 \end_inset
19105
19106  within Mathed will give italics, of course, so these special macros are
19107  available.
19108  They do more to the final output than just change the typeface, however.
19109  For example, the expression 
19110 \begin_inset Formula $\sin t$
19111 \end_inset
19112
19113  will typeset with a little extra space between the n and the t.
19114  For words which are more sophisticated mathematical objects, like 
19115 \begin_inset Formula $\lim$
19116 \end_inset
19117
19118 , the macro changes the way that subscripts are placed, depending on whether
19119  the math-inset is inlined or displayed: 
19120 \begin_inset Formula $\lim_{x\rightarrow0}f(x)=L$
19121 \end_inset
19122
19123  versus
19124 \begin_inset Formula \[
19125 \lim_{x\rightarrow0}f(x)=L.\]
19126
19127 \end_inset
19128
19129 These two expressions were typed the same way, but using the macro 
19130 \family typewriter
19131
19132 \backslash
19133 lim
19134 \family default
19135  alters the appearance (actually, it is the inlined version that is altered,
19136  to improve linespacing).
19137 \end_layout
19138
19139 \begin_layout Subsection
19140 Accents
19141 \end_layout
19142
19143 \begin_layout Standard
19144 In a formula you can insert accented characters in the same way as in text
19145  mode.
19146  This may depend on your keyboard, or the bindings file you use.
19147  You can also use TeX macro equivalents, as macros.
19148  That is, you can enter 
19149 \begin_inset Formula $\hat{a}$
19150 \end_inset
19151
19152  to get the same effect if your keyboard does not have accents enabled.
19153  This is entered by typing 
19154 \begin_inset Quotes eld
19155 \end_inset
19156
19157
19158 \family typewriter
19159
19160 \backslash
19161 hat a
19162 \family default
19163
19164 \begin_inset Quotes erd
19165 \end_inset
19166
19167  in Mathed.
19168  These are the equivalences between the text names and the macro names for
19169  the various accents:
19170 \end_layout
19171
19172 \begin_layout Standard
19173 \align center
19174 \begin_inset Tabular
19175 <lyxtabular version="3" rows="11" columns="3">
19176 <features>
19177 <column alignment="center" valignment="top" leftline="true" width="0pt">
19178 <column alignment="center" valignment="top" leftline="true" width="0pt">
19179 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19180 <row topline="true" bottomline="true">
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Standard
19185
19186 \family roman
19187 \series medium
19188 \shape up
19189 \size normal
19190 \emph off
19191 \bar no
19192 \noun off
19193 \color none
19194 text
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Standard
19203
19204 \family roman
19205 \series medium
19206 \shape up
19207 \size normal
19208 \emph off
19209 \bar no
19210 \noun off
19211 \color none
19212 math
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Standard
19221
19222 \family roman
19223 \series medium
19224 \shape up
19225 \size normal
19226 \emph off
19227 \bar no
19228 \noun off
19229 \color none
19230 example
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 </row>
19236 <row topline="true">
19237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Standard
19241
19242 \family roman
19243 \series medium
19244 \shape up
19245 \size normal
19246 \emph off
19247 \bar no
19248 \noun off
19249 \color none
19250 circumflex
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Standard
19259
19260 \family roman
19261 \series medium
19262 \shape up
19263 \size normal
19264 \emph off
19265 \bar no
19266 \noun off
19267 \color none
19268 hat
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Standard
19277
19278 \family roman
19279 \series medium
19280 \shape up
19281 \size normal
19282 \emph off
19283 \bar no
19284 \noun off
19285 \color none
19286 \begin_inset Formula $\hat{a}$
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 </row>
19295 <row topline="true">
19296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Standard
19300
19301 \family roman
19302 \series medium
19303 \shape up
19304 \size normal
19305 \emph off
19306 \bar no
19307 \noun off
19308 \color none
19309 grave
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Standard
19318
19319 \family roman
19320 \series medium
19321 \shape up
19322 \size normal
19323 \emph off
19324 \bar no
19325 \noun off
19326 \color none
19327 grave
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Standard
19336
19337 \family roman
19338 \series medium
19339 \shape up
19340 \size normal
19341 \emph off
19342 \bar no
19343 \noun off
19344 \color none
19345 \begin_inset Formula $\grave{a}$
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 </row>
19354 <row topline="true">
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Standard
19359
19360 \family roman
19361 \series medium
19362 \shape up
19363 \size normal
19364 \emph off
19365 \bar no
19366 \noun off
19367 \color none
19368 acute
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Standard
19377
19378 \family roman
19379 \series medium
19380 \shape up
19381 \size normal
19382 \emph off
19383 \bar no
19384 \noun off
19385 \color none
19386 acute
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Standard
19395
19396 \family roman
19397 \series medium
19398 \shape up
19399 \size normal
19400 \emph off
19401 \bar no
19402 \noun off
19403 \color none
19404 \begin_inset Formula $\acute{a}$
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 </row>
19413 <row topline="true">
19414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Standard
19418
19419 \family roman
19420 \series medium
19421 \shape up
19422 \size normal
19423 \emph off
19424 \bar no
19425 \noun off
19426 \color none
19427 umlaut
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Standard
19436
19437 \family roman
19438 \series medium
19439 \shape up
19440 \size normal
19441 \emph off
19442 \bar no
19443 \noun off
19444 \color none
19445 ddot
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Standard
19454
19455 \family roman
19456 \series medium
19457 \shape up
19458 \size normal
19459 \emph off
19460 \bar no
19461 \noun off
19462 \color none
19463 \begin_inset Formula $\ddot{a}$
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 </row>
19472 <row topline="true">
19473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Standard
19477
19478 \family roman
19479 \series medium
19480 \shape up
19481 \size normal
19482 \emph off
19483 \bar no
19484 \noun off
19485 \color none
19486 tilde
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Standard
19495
19496 \family roman
19497 \series medium
19498 \shape up
19499 \size normal
19500 \emph off
19501 \bar no
19502 \noun off
19503 \color none
19504 tilde
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Standard
19513
19514 \family roman
19515 \series medium
19516 \shape up
19517 \size normal
19518 \emph off
19519 \bar no
19520 \noun off
19521 \color none
19522 \begin_inset Formula $\tilde{a}$
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row topline="true">
19532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Standard
19536
19537 \family roman
19538 \series medium
19539 \shape up
19540 \size normal
19541 \emph off
19542 \bar no
19543 \noun off
19544 \color none
19545 dot
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Standard
19554
19555 \family roman
19556 \series medium
19557 \shape up
19558 \size normal
19559 \emph off
19560 \bar no
19561 \noun off
19562 \color none
19563 dot
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Standard
19572
19573 \family roman
19574 \series medium
19575 \shape up
19576 \size normal
19577 \emph off
19578 \bar no
19579 \noun off
19580 \color none
19581 \begin_inset Formula $\dot{a}$
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 </row>
19590 <row topline="true">
19591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Standard
19595
19596 \family roman
19597 \series medium
19598 \shape up
19599 \size normal
19600 \emph off
19601 \bar no
19602 \noun off
19603 \color none
19604 breve
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Standard
19613
19614 \family roman
19615 \series medium
19616 \shape up
19617 \size normal
19618 \emph off
19619 \bar no
19620 \noun off
19621 \color none
19622 breve
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Standard
19631
19632 \family roman
19633 \series medium
19634 \shape up
19635 \size normal
19636 \emph off
19637 \bar no
19638 \noun off
19639 \color none
19640 \begin_inset Formula $\breve{a}$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row topline="true">
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Standard
19654
19655 \family roman
19656 \series medium
19657 \shape up
19658 \size normal
19659 \emph off
19660 \bar no
19661 \noun off
19662 \color none
19663 caron
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Standard
19672
19673 \family roman
19674 \series medium
19675 \shape up
19676 \size normal
19677 \emph off
19678 \bar no
19679 \noun off
19680 \color none
19681 check
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Standard
19690
19691 \family roman
19692 \series medium
19693 \shape up
19694 \size normal
19695 \emph off
19696 \bar no
19697 \noun off
19698 \color none
19699 \begin_inset Formula $\check{a}$
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row topline="true">
19709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Standard
19713
19714 \family roman
19715 \series medium
19716 \shape up
19717 \size normal
19718 \emph off
19719 \bar no
19720 \noun off
19721 \color none
19722 macron
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Standard
19731
19732 \family roman
19733 \series medium
19734 \shape up
19735 \size normal
19736 \emph off
19737 \bar no
19738 \noun off
19739 \color none
19740 bar
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Standard
19749
19750 \family roman
19751 \series medium
19752 \shape up
19753 \size normal
19754 \emph off
19755 \bar no
19756 \noun off
19757 \color none
19758 \begin_inset Formula $\bar{a}$
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 </row>
19767 <row topline="true" bottomline="true">
19768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Standard
19772
19773 \family roman
19774 \series medium
19775 \shape up
19776 \size normal
19777 \emph off
19778 \bar no
19779 \noun off
19780 \color none
19781 ---
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Standard
19790
19791 \family roman
19792 \series medium
19793 \shape up
19794 \size normal
19795 \emph off
19796 \bar no
19797 \noun off
19798 \color none
19799 vec
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Standard
19808
19809 \family roman
19810 \series medium
19811 \shape up
19812 \size normal
19813 \emph off
19814 \bar no
19815 \noun off
19816 \color none
19817 \begin_inset Formula $\vec{a}$
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 </lyxtabular>
19827
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \begin_layout Standard
19834 Finally, you can choose one of these accents by selecting an item from the
19835  
19836 \family sans
19837 Decorations
19838 \family default
19839  symbol set in the math panel; this will apply to any selection you have
19840  made within a formula too.
19841 \end_layout
19842
19843 \begin_layout Subsection
19844 The math editor for LaTeX users
19845 \end_layout
19846
19847 \begin_layout Standard
19848 Editing mathematical expressions in LyX can be done in one of two ways.
19849  You can use the native LyX support for rendering the formulae in a WYSIWYM
19850  fashion.
19851  LaTeX users might like to be able to use the keyboard to enter things like
19852  
19853 \family typewriter
19854 $
19855 \backslash
19856 alpha$
19857 \family default
19858  (this gets, in ordinary TeX, an 
19859 \begin_inset Formula $\alpha$
19860 \end_inset
19861
19862  in the final document), believing that it is faster than chasing around
19863  menus for a symbol.
19864  Here's a testimonial of one of those old LaTeX users, 
19865 \noun on
19866 David Johnson:
19867 \end_layout
19868
19869 \begin_layout Quotation
19870 I was finally convinced that the math editor was the way to go when I found
19871  that, with a few modifications, I could use it the same way I was accustomed
19872  to writing TeX.
19873  As an example, I created this 
19874 \begin_inset Formula $\alpha$
19875 \end_inset
19876
19877  by typing the following keys: First type 
19878 \family sans
19879 M-c\InsetSpace ~
19880 m
19881 \family default
19882  to enter 
19883 \family typewriter
19884 math-mode
19885 \family default
19886 , then type 
19887 \family typewriter
19888
19889 \backslash
19890 alpha
19891 \family default
19892  , then 
19893 \family sans
19894 Space
19895 \family default
19896  and 
19897 \family sans
19898 Esc
19899 \family default
19900 .
19901  As soon as I typed that 
19902 \family sans
19903 Space
19904 \family default
19905  the 
19906 \begin_inset Formula $\alpha$
19907 \end_inset
19908
19909  was right there on the screen.
19910  
19911 \end_layout
19912
19913 \begin_layout Standard
19914 The 
19915 \family sans
19916 M-c\InsetSpace ~
19917 m
19918 \family default
19919  sequence inserts a formula (you may also use 
19920 \family sans
19921 C-m
19922 \family default
19923  or 
19924 \family sans
19925 M-m\InsetSpace ~
19926 m
19927 \family default
19928 ), the 
19929 \family typewriter
19930
19931 \backslash
19932 alpha
19933 \family default
19934  is of course the standard TeX command for a Greek alpha letter, and the
19935  
19936 \family sans
19937 Esc
19938 \family default
19939  leaves the formula.
19940  Some of the advantages of this approach are:
19941 \end_layout
19942
19943 \begin_layout Itemize
19944 You have immediate visual feedback to be sure your TeX was correct
19945 \end_layout
19946
19947 \begin_layout Itemize
19948 You have the real mathematical expression on the screen, correctly displayed,
19949  to make sure your mathematics is correct (correctly written, at least)
19950 \end_layout
19951
19952 \begin_layout Itemize
19953 All the new LaTeX fuss with special environments and such are taken care
19954  of by LyX, not you
19955 \end_layout
19956
19957 \begin_layout Itemize
19958 You won't have to chase through the code trying to find that missing 
19959 \family sans
19960 $
19961 \family default
19962  or extra 
19963 \family sans
19964 {
19965 \family default
19966  any more
19967 \end_layout
19968
19969 \begin_layout Itemize
19970 If you don't remember the LaTeX name of a particular symbol, like 
19971 \begin_inset Formula $\wp$
19972 \end_inset
19973
19974 , you can find it in the dialogs
19975 \end_layout
19976
19977 \begin_layout Section
19978 Brackets and decorations
19979 \end_layout
19980
19981 \begin_layout Standard
19982 There are several brackets available through LyX.
19983  For most purposes, using just the keys 
19984 \family typewriter
19985 [{]}()|
19986 \backslash
19987 <>
19988 \family default
19989  should suffice, but the effect, especially if you want to surround a large
19990  structure, such as a matrix or a fraction, or if you have several layers
19991  of brackets, is better using the math panel's 
19992 \family sans
19993 Delimiter
19994 \family default
19995  dialog [see sec.
19996  
19997 \begin_inset LatexCommand ref
19998 reference "sec:math-panel"
19999
20000 \end_inset
20001
20002 ].
20003  For example, that's how you would construct the brackets around a standard
20004  matrix such as :
20005 \begin_inset Formula \[
20006 \left[\begin{array}{cc}
20007 1 & 2\\
20008 3 & 4\end{array}\right],\]
20009
20010 \end_inset
20011
20012 and to make it easier to see the layers of parentheses of an abomination
20013  such as: 
20014 \begin_inset Formula \[
20015 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20016
20017 \end_inset
20018
20019 or:
20020 \begin_inset Formula \[
20021 f\left(g\left(h\left(k\left(l\left(x\right)\right)\right)\right)\right).\]
20022
20023 \end_inset
20024
20025 The parentheses, and other brackets, from that menu will automatically re-size
20026  to accommodate the size of what is inside (This is done in straight LaTeX
20027  by 
20028 \family typewriter
20029
20030 \backslash
20031 left( blah 
20032 \backslash
20033 right)
20034 \family default
20035  ).
20036  
20037 \end_layout
20038
20039 \begin_layout Standard
20040 It is very easy to construct the braces you want to use.
20041  Click on the brace you want on the left side with the left mouse button,
20042  the right side with the right button, and place them in the document by
20043  clicking on the button.
20044  If you want one side to not have a bracket, use the blank button.
20045  It will appear in LyX with a dotted line, but nothing will print.
20046 \end_layout
20047
20048 \begin_layout Standard
20049 If you decide after the fact to place parentheses (or other math structure,
20050  like a square root, or other decoration) around some math structure, you
20051  can do that by highlighting (selecting) the structure that is to go inside
20052  the parentheses (that is done by holding the 
20053 \family sans
20054 Shift
20055 \family default
20056  key down and moving the cursor with the arrow keys, or selecting with the
20057  mouse).
20058  Then, choose the appropriate brackets for left and right, and click on
20059  
20060 \family sans
20061 Apply
20062 \family default
20063 .
20064  The parentheses will be drawn around the selected structure.
20065 \end_layout
20066
20067 \begin_layout Standard
20068 If you're trying to enter a LaTeX 
20069 \family typewriter
20070 {
20071 \family default
20072  for grouping, you should read 
20073 \begin_inset LatexCommand ref
20074 reference "sec:Grouping"
20075
20076 \end_inset
20077
20078 .
20079 \end_layout
20080
20081 \begin_layout Section
20082 Grouping
20083 \begin_inset LatexCommand label
20084 name "sec:Grouping"
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \begin_layout Standard
20092 You may need to group a set of symbols.
20093  In LaTeX, for example, the typesetting of 
20094 \family typewriter
20095 {x^y}^z
20096 \family default
20097  is different from 
20098 \family typewriter
20099 x^{y^z}
20100 \family default
20101 :
20102 \end_layout
20103
20104 \begin_layout Standard
20105 \begin_inset Formula \[
20106 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{{y^{z}}}\]
20107
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \begin_layout Standard
20114 However, trying to type the 
20115 \family typewriter
20116 }
20117 \family default
20118  in LyX gives an actual closing brace in the output.
20119  To create this grouping, you need to use the key sequence 
20120 \family typewriter
20121
20122 \backslash
20123 {
20124 \family default
20125  then type space.
20126  Inside LyX, you will see red braces indicating the grouping.
20127  The example directly above shows how this works.
20128 \end_layout
20129
20130 \begin_layout Section
20131 Arrays and Multi-line Equations
20132 \end_layout
20133
20134 \begin_layout Standard
20135 Arrays, such as matrices, are easily entered in LyX.
20136  In the 
20137 \family sans
20138 Math\InsetSpace ~
20139 Panel
20140 \family default
20141  there is a matrix button, which will open a dialog for you to choose the
20142  number of rows/columns.
20143  Here is an example:
20144 \begin_inset Formula \[
20145 \left(\begin{array}{ccc}
20146 1 & 2 & 3\\
20147 4 & 5 & 6\\
20148 7 & 8 & 9\end{array}\right).\]
20149
20150 \end_inset
20151
20152 The parentheses aren't automatic, but you can add them as usual.
20153  Remember that you can add this after the fact, by highlighting the matrix
20154  inside Mathed (Position the mouse on one side of the matrix, hold the 
20155 \family sans
20156 Shift
20157 \family default
20158  key down, and hit the appropriate arrow key to move the cursor across the
20159  matrix).
20160  You can, when you construct the matrix, decide whether the columns (or
20161  some of them) will be left-, right-, or center-justified.
20162  The specification is 
20163 \family typewriter
20164 ccc
20165 \family default
20166  by default.
20167  Each letter corresponds to the relevant column.
20168  For example, 
20169 \family typewriter
20170 lcr
20171 \family default
20172  means that the first column will be left-justified, the second will be
20173  centered, and the third column will be right-justified..
20174  It will look like this:
20175 \begin_inset Formula \[
20176 \begin{array}{lcr}
20177 this & this\, column & this\, column\\
20178 column & has & has\, right\\
20179 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20180
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \begin_layout Standard
20187 You can add more rows to an existing matrix by hitting 
20188 \family sans
20189 C-Enter
20190 \family default
20191  while in the matrix, and you can add columns, or delete either, via the
20192  
20193 \family sans
20194 \bar under
20195 E
20196 \bar default
20197 dit\SpecialChar \menuseparator
20198
20199 \bar under
20200 M
20201 \bar default
20202 ath
20203 \family default
20204  and 
20205 \family sans
20206 \bar under
20207 E
20208 \bar default
20209 dit\SpecialChar \menuseparator
20210 Rows&
20211 \bar under
20212 C
20213 \bar default
20214 ols
20215 \family default
20216  menus.
20217 \end_layout
20218
20219 \begin_layout Standard
20220 There are numerous other arrays used in LaTeX math-mode, particularly with
20221  the AMS-LaTeX packages included, such as 
20222 \family typewriter
20223
20224 \backslash
20225 cases
20226 \family default
20227  and commutative diagrams.
20228  Not all of these are supported in LyX but some are, see 
20229 \family sans
20230 \bar under
20231 I
20232 \bar default
20233 nsert\SpecialChar \menuseparator
20234 Mat
20235 \bar under
20236 h
20237 \family default
20238 \bar default
20239 .
20240 \end_layout
20241
20242 \begin_layout Standard
20243 Multi-line equations are very easy to construct in LyX.
20244  A formula will automatically switch to an 
20245 \family typewriter
20246 \series medium
20247 eqnarray
20248 \family default
20249 \series default
20250  format (LaTeX's multi-line displayed equation format) if you hit 
20251 \family sans
20252 \series medium
20253 C-E
20254 \series default
20255 nter
20256 \family default
20257 .
20258  The best way to do this, if you decide you want a multi-line displayed
20259  equation, is to insert a new line (with 
20260 \family sans
20261 \series medium
20262 C-Enter
20263 \family default
20264 \series default
20265 ) immediately.
20266  Each line then has three regions, left, center, and right, which you can
20267  move through using either the arrow keys, the mouse, or the 
20268 \family sans
20269 \series medium
20270 Tab
20271 \family default
20272 \series default
20273  key.
20274  Here is an example:
20275 \begin_inset Formula \begin{eqnarray*}
20276 3 & = & 1+2\\
20277 4+5 & = & 9.\end{eqnarray*}
20278
20279 \end_inset
20280
20281 You can also turn an existing displayed formula into a multi-line formula
20282  by hitting 
20283 \family sans
20284 \series medium
20285 C-Enter
20286 \family default
20287 \series default
20288  while the cursor is anywhere on the original formula.
20289  However, LyX will 
20290 \emph on
20291 not
20292 \emph default
20293  try to decide where to break the formula up into three parts, but places
20294  everything in the left side of the line.
20295  To change the alignment points of the equation, place the cursor where
20296  you want to start the middle part of the line, and hit 
20297 \family sans
20298 C-Tab.
20299
20300 \family default
20301  It then puts everything to the right of the cursor in the middle region
20302  of the equation (which, by the way, is not typeset by LaTeX in display-math
20303  size, so you should not put large expressions like fractions there).
20304  Move to where you want the right side of the line to begin, and hit 
20305 \family sans
20306 C-Tab
20307 \family default
20308  again.
20309  The 
20310 \begin_inset Quotes eld
20311 \end_inset
20312
20313 extra
20314 \begin_inset Quotes erd
20315 \end_inset
20316
20317  insertion points in the line will disappear.
20318 \end_layout
20319
20320 \begin_layout Section
20321 Equation Numbering and Labels
20322 \begin_inset LatexCommand label
20323 name "sec:math-label"
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \begin_layout Standard
20331 Equation numbering is very easy in LyX.
20332  All it takes to change a displayed equation like: 
20333 \begin_inset Formula \[
20334 1+2=3\]
20335
20336 \end_inset
20337
20338 into the numbered equation :
20339 \begin_inset Formula \begin{equation}
20340 1+2=3\label{mathed:first-eqn}\end{equation}
20341
20342 \end_inset
20343
20344 is to go to the 
20345 \family sans
20346 \bar under
20347 I
20348 \bar default
20349 nsert
20350 \family default
20351  menu, and select the 
20352 \family sans
20353 \bar under
20354 L
20355 \bar default
20356 abel...
20357
20358 \family default
20359  option.
20360  This opens a dialog in which you must enter some string as the label.
20361  There is no need to call it by a specific number, since LaTeX will take
20362  care of re-numbering the equation.
20363  Labels will not appear as such on the final output.
20364  LaTeX will insert appropriate numbers for the equations.
20365  The labels are used internally for cross-referencing.
20366  You can turn on numbering without a specific label with the menu option
20367  
20368 \family sans
20369 \bar under
20370 E
20371 \bar default
20372 dit\SpecialChar \menuseparator
20373
20374 \bar under
20375 M
20376 \bar default
20377 ath\SpecialChar \menuseparator
20378 Toggle\InsetSpace ~
20379
20380 \bar under
20381 N
20382 \bar default
20383 umbering
20384 \family default
20385  while the cursor is in the equation, such as: 
20386 \end_layout
20387
20388 \begin_layout Standard
20389 \begin_inset Formula \begin{equation}
20390 1+1=2.\end{equation}
20391
20392 \end_inset
20393
20394 You can toggle it on or off with this menu item.
20395  You can reference a labelled (not just numbered) equation, (cf.
20396  (
20397 \begin_inset LatexCommand ref
20398 reference "mathed:first-eqn"
20399
20400 \end_inset
20401
20402 )) by using the 
20403 \family sans
20404 Cross-Reference
20405 \family default
20406  dialog, which you open using 
20407 \family sans
20408 \bar under
20409 I
20410 \bar default
20411 nsert\SpecialChar \menuseparator
20412
20413 \bar under
20414 C
20415 \bar default
20416 ross-Reference...
20417 \family default
20418 \InsetSpace ~
20419 .
20420 \end_layout
20421
20422 \begin_layout Standard
20423 For numbered (or labelled) multi-line formulas, the default is that all
20424  lines are numbered separately.
20425  Once you attach a label to make the equation numbered, all subsequent lines
20426  receive a label of #.
20427  That label can be changed to another so that you can refer to that line,
20428  like (
20429 \begin_inset LatexCommand ref
20430 reference "mathed:third-eqn"
20431
20432 \end_inset
20433
20434 ) below.
20435 \begin_inset Formula \begin{eqnarray}
20436 1 & = & 3-2\label{mathed:second-equation}\\
20437 2 & = & 4-2\label{mathed:third-eqn}\\
20438 4 & \leq & 7.\end{eqnarray}
20439
20440 \end_inset
20441
20442 You can turn off numbering of a specific line with 
20443 \family sans
20444 \bar under
20445 E
20446 \bar default
20447 dit\SpecialChar \menuseparator
20448
20449 \bar under
20450 M
20451 \bar default
20452 ath\SpecialChar \menuseparator
20453 Toggle\InsetSpace ~
20454
20455 \bar under
20456 n
20457 \bar default
20458 umbering\InsetSpace ~
20459 of\InsetSpace ~
20460 line
20461 \family default
20462  while the cursor is on that line of a multi-line numbered equation.
20463  This also toggles.
20464  For example :
20465 \begin_inset Formula \begin{eqnarray}
20466 1 & = & 4-3\label{mathed:fourth-eqn}\\
20467 2 & = & 7-5\\
20468 1 & = & e^{2\pi i}\nonumber \\
20469 16 & \equiv & 2\,(mod\,7)\label{mathed:fifth-eqn}\end{eqnarray}
20470
20471 \end_inset
20472
20473 Note that the first equation in this set (
20474 \begin_inset LatexCommand ref
20475 reference "mathed:fourth-eqn"
20476
20477 \end_inset
20478
20479 ) is labelled, the next is numbered but unlabelled, the third is unnumbered,
20480  and the last (
20481 \begin_inset LatexCommand ref
20482 reference "mathed:fifth-eqn"
20483
20484 \end_inset
20485
20486 ) is again labelled.
20487  
20488 \end_layout
20489
20490 \begin_layout Section
20491 User defined macros in math mode
20492 \end_layout
20493
20494 \begin_layout Standard
20495 LyX allows the user to define macros for use in math mode.
20496  A macro definition box appears on screen as purple box with the name of
20497  the macro in blue (math color).
20498  It contains two cells initially marked empty by blue rectangles that can
20499  be edited as if it were ordinary math.
20500  Just try it:
20501 \begin_inset FormulaMacro
20502 \newcommand{\macro}{a+b}
20503 \end_inset
20504
20505  The contents of the first cell will be used when the macro definition is
20506  written during export as LaTeX.
20507  The contents of the second cell, however, will be used for drawing the
20508  macro's expansion on screen.
20509  In the common case where both export and drawing use the same representation,
20510  the second cell can be left empty and LyX will use the contents of the
20511  first cell will be used for export and drawing automatically.
20512 \end_layout
20513
20514 \begin_layout Standard
20515 Now, to use this macro in other math boxes just type the name in TeX mode,
20516  in this case 
20517 \family typewriter
20518
20519 \backslash
20520 macro
20521 \family default
20522 , and it will be automatically expanded: 
20523 \begin_inset Formula $c=\macro$
20524 \end_inset
20525
20526 .
20527  As you can verify, the cursor can't go inside the macro, the whole macro
20528  is like a single character, and the TeX generated code of this expression
20529  is 
20530 \family typewriter
20531 c = 
20532 \backslash
20533 macro.
20534 \end_layout
20535
20536 \begin_layout Standard
20537 However the cursor could go inside of some kind of macros, those that have
20538  
20539 \emph on
20540 arguments
20541 \emph default
20542 .
20543  In a macro definition box an argument looks like a 
20544 \family typewriter
20545 #
20546 \family default
20547  followed by the argument number:
20548 \begin_inset FormulaMacro
20549 \newcommand{\macrowarg}[1]{2+\sqrt{#1}}
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Once expanded, this macro includes the usual empty rectangle to indicate
20557  that you can insert there whatever you want: 
20558 \family typewriter
20559
20560 \backslash
20561 macrowarg = 
20562 \begin_inset Formula $\macrowarg{}$
20563 \end_inset
20564
20565
20566 \family default
20567 .
20568  Example: 
20569 \begin_inset Formula $b=\macrowarg{x-2}$
20570 \end_inset
20571
20572 .
20573  
20574 \end_layout
20575
20576 \begin_layout Standard
20577 When exported to LaTeX, a macro definition will produce the command
20578 \newline
20579
20580 \family typewriter
20581
20582 \backslash
20583 newcommand{
20584 \backslash
20585 macrowarg}[1]{2+
20586 \backslash
20587 sqrt{#1}}
20588 \end_layout
20589
20590 \begin_layout Subsection
20591 How to create macros
20592 \end_layout
20593
20594 \begin_layout Standard
20595 To create a macro definition box use this syntax in the minibuffer:
20596 \begin_inset Foot
20597 status collapsed
20598
20599 \begin_layout Standard
20600 Macro names mustn't contain numbers!
20601 \end_layout
20602
20603 \end_inset
20604
20605
20606 \end_layout
20607
20608 \begin_layout Standard
20609
20610 \family typewriter
20611 math-macro <macro name> [number of arguments]
20612 \end_layout
20613
20614 \begin_layout Standard
20615 For example, 
20616 \family typewriter
20617
20618 \backslash
20619 macro
20620 \family default
20621  was created with 
20622 \begin_inset Quotes eld
20623 \end_inset
20624
20625
20626 \family typewriter
20627 math-macro macro
20628 \family default
20629
20630 \begin_inset Quotes erd
20631 \end_inset
20632
20633 , and 
20634 \family typewriter
20635
20636 \backslash
20637 macrowarg
20638 \family default
20639  was created with 
20640 \begin_inset Quotes eld
20641 \end_inset
20642
20643
20644 \family typewriter
20645 math-macro macrowarg 1
20646 \family default
20647
20648 \begin_inset Quotes erd
20649 \end_inset
20650
20651 .
20652 \end_layout
20653
20654 \begin_layout Standard
20655 To insert an argument mark (only inside a macro definition box) simply type
20656 \newline
20657
20658 \family typewriter
20659 #<number>
20660 \family default
20661  or use 
20662 \family typewriter
20663 math-macro-arg <number>
20664 \end_layout
20665
20666 \begin_layout Standard
20667 The argument mark in 
20668 \family typewriter
20669
20670 \backslash
20671 macrowarg
20672 \family default
20673  was introduced with 
20674 \begin_inset Quotes eld
20675 \end_inset
20676
20677
20678 \family typewriter
20679 math-macro-arg 1
20680 \family default
20681
20682 \begin_inset Quotes erd
20683 \end_inset
20684
20685 .
20686 \end_layout
20687
20688 \begin_layout Standard
20689 You can use no more than 9 arguments, numbered from 1 to 9.
20690  An argument can be repeated inside the macro definition box, but of course
20691  can be edited only once.
20692 \end_layout
20693
20694 \begin_layout Subsection
20695 How to navigate in macros
20696 \end_layout
20697
20698 \begin_layout Description
20699 With\InsetSpace ~
20700 the\InsetSpace ~
20701 arrow\InsetSpace ~
20702 keys: Opening a macro from the left side will put the cursor
20703  in the first argument, to move to the second argument use the TAB key.
20704  Remember that pressing the Space bar will get the cursor out and at the
20705  right side of the macro.
20706 \end_layout
20707
20708 \begin_layout Description
20709 With\InsetSpace ~
20710 the\InsetSpace ~
20711 mouse: As usual, click on the desired argument box.
20712  Sometimes this fails if the box is empty or too small.
20713 \end_layout
20714
20715 \begin_layout Standard
20716 Currently it is only possible to define command macros, but not environment
20717  macros.
20718 \end_layout
20719
20720 \begin_layout Section
20721 Fine-Tuning
20722 \end_layout
20723
20724 \begin_layout Subsection
20725 Typefaces
20726 \end_layout
20727
20728 \begin_layout Standard
20729 You can use various typefaces in a formula.
20730  The standard font for text is italic, 
20731 \begin_inset Formula $text$
20732 \end_inset
20733
20734 , but for numbers the standard is Roman.
20735  To set a font in a formula, choose it from the math panel, or by entering
20736  the LaTeX command for it directly, as follows:
20737 \end_layout
20738
20739 \begin_layout Standard
20740 \align center
20741 \begin_inset Tabular
20742 <lyxtabular version="3" rows="9" columns="2">
20743 <features>
20744 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20745 <column alignment="center" valignment="top" rightline="true" width="0pt">
20746 <row topline="true" bottomline="true">
20747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Standard
20751 Font
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Standard
20760 LaTeX Command
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 <row topline="true">
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Standard
20771
20772 \shape up
20773 \size normal
20774 \bar no
20775 \noun off
20776 \color none
20777 \begin_inset Formula $\mathrm{Roman}$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Standard
20789
20790 \family typewriter
20791
20792 \backslash
20793 mathrm
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 </row>
20799 <row topline="true">
20800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Standard
20804 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Standard
20816
20817 \family typewriter
20818
20819 \backslash
20820 mathbf
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row topline="true">
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Standard
20831 \begin_inset Formula $\mathit{Italic}$
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Standard
20843
20844 \family typewriter
20845
20846 \backslash
20847 mathit
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 </row>
20853 <row topline="true">
20854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Standard
20858
20859 \shape up
20860 \size normal
20861 \bar no
20862 \noun off
20863 \color none
20864 \begin_inset Formula $\mathtt{Typewriter}$
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Standard
20876
20877 \family typewriter
20878
20879 \backslash
20880 mathtt
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row topline="true">
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Standard
20891 \begin_inset Formula $\mathbb{BLACKBOARD}$
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Standard
20903
20904 \family typewriter
20905
20906 \backslash
20907 mathbb
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row topline="true">
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Standard
20918 \begin_inset Formula $\mathfrak{Fraktur}$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Standard
20930
20931 \family typewriter
20932
20933 \backslash
20934 mathfrak
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row topline="true">
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Standard
20945
20946 \shape up
20947 \size normal
20948 \emph on
20949 \bar no
20950 \noun off
20951 \color none
20952 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Standard
20964
20965 \family typewriter
20966
20967 \backslash
20968 mathcal
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row topline="true" bottomline="true">
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Standard
20979 \begin_inset Formula $\mathsf{SansSerif}$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Standard
20991
20992 \backslash
20993
20994 \family typewriter
20995 mathsf
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 </lyxtabular>
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Standard
21009 LaTeX's math mode does not support all characters in all fonts, and only
21010  letters will be supported with these font styles; some only support capital
21011  letters.
21012 \end_layout
21013
21014 \begin_layout Standard
21015 For any of these fonts, you have to be careful how you enter the text.
21016  If there is text to the right of the entry point, the font reverts to that
21017  style after one character.
21018  To be able to type a string in a particular font, make sure there is a
21019  protected-space to the right of the cursor.
21020  Also, entering a protected-space will revert subsequent text to standard
21021  font.
21022  The font styles are nestable, as LaTeX does.
21023  This can be a little confusing, as selecting a different font on a selection
21024  will 
21025 \emph on
21026 not
21027 \emph default
21028  change the selection, but insert a new nested level with the new typeface.
21029 \end_layout
21030
21031 \begin_layout Standard
21032 It is possible (in AMS-LaTeX) to embolden (not italicize) numbers and special
21033  symbols.
21034  However, LyX does not yet support this in WYSIWYM manner\SpecialChar \@.
21035  It will print
21036  correctly, though.
21037  To get emboldened symbols, for example a bold 
21038 \begin_inset Formula $\alpha$
21039 \end_inset
21040
21041 , enter 
21042 \family typewriter
21043
21044 \backslash
21045 boldsymbol{
21046 \backslash
21047 alpha}
21048 \family default
21049  in Mathed.
21050  The closing brace appears (in red) automatically when you type the opening
21051  brace.
21052  This works for all symbols, as well as numbers.
21053 \end_layout
21054
21055 \begin_layout Standard
21056 A number of other options are available as well, via 
21057 \family sans
21058 \bar under
21059 I
21060 \bar default
21061 nsert\SpecialChar \menuseparator
21062 Mat
21063 \bar under
21064 h
21065 \bar default
21066 \SpecialChar \menuseparator
21067 Font\InsetSpace ~
21068 Change
21069 \family default
21070 .
21071 \end_layout
21072
21073 \begin_layout Subsection
21074 Math Text Mode
21075 \end_layout
21076
21077 \begin_layout Standard
21078 Typefaces are useful for entering variable names in some given font, but
21079  certainly not for anything else, and in particular not text.
21080  For typing longer pieces of text, use math text mode, which is obtained
21081  by typing 
21082 \family sans
21083 M-m m
21084 \family default
21085  while already in math mode.
21086  (The same command will get out of math text mode, too.) Math text mode appears
21087  on the screen in black instead of blue.
21088  You cannot enter punctuation or font changes in your text
21089 \begin_inset Foot
21090 status collapsed
21091
21092 \begin_layout Standard
21093 Moreover, math text mode outputs its contents inside a 
21094 \family typewriter
21095
21096 \backslash
21097 textrm{}
21098 \family default
21099 , whereas 
21100 \family typewriter
21101
21102 \backslash
21103 mbox
21104 \family default
21105  or AMS-LaTeX's 
21106 \backslash
21107
21108 \family typewriter
21109 text
21110 \family default
21111  might have been a better choice
21112 \end_layout
21113
21114 \end_inset
21115
21116 , but it works for simple text.
21117  Here's an example:
21118 \begin_inset Formula \[
21119 f(x)=\begin{array}{cc}
21120 x & \textrm{if I say so}\\
21121 -x & \textrm{otherwise}\end{array}\]
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Subsection
21129 Font Sizes
21130 \end_layout
21131
21132 \begin_layout Standard
21133 There are four (relative) font sizes (or 
21134 \begin_inset Quotes eld
21135 \end_inset
21136
21137 styles
21138 \begin_inset Quotes erd
21139 \end_inset
21140
21141 ) used in math-mode, which are automatically chosen in most situations.
21142  These are called 
21143 \emph on
21144 textstyle
21145 \emph default
21146
21147 \emph on
21148 displaystyle
21149 \emph default
21150
21151 \emph on
21152 scriptstyle
21153 \emph default
21154 , and 
21155 \emph on
21156 scriptscriptstyle
21157 \emph default
21158 .
21159  For most characters, 
21160 \emph on
21161 textstyle
21162 \emph default
21163  and 
21164 \emph on
21165 displaystyle
21166 \emph default
21167  are actually the same size, but fractions, superscripts and subscripts,
21168  and certain other effects, are set larger or placed differently in 
21169 \emph on
21170 displaystyle
21171 \emph default
21172 .
21173  Except for some operators, which re-size themselves to accommodate various
21174  situations, all text will be set in these various sizes as LaTeX thinks
21175  is appropriate.
21176  These choices can be over-ridden by using the math panel button 
21177 \begin_inset Graphics
21178         filename ../images/math/style.xpm
21179         scale 70
21180
21181 \end_inset
21182
21183 .
21184  For example, you can set 
21185 \begin_inset Formula $\frac{1}{2}$
21186 \end_inset
21187
21188  normally (
21189 \emph on
21190 textstyle
21191 \emph default
21192 ), or you can make it larger, which also changes the line-spacing, by using
21193  
21194 \emph on
21195 displaystyle
21196 \emph default
21197 .
21198  Then a new box will appear in the formula where you can insert the fraction:
21199  
21200 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21201 \end_inset
21202
21203 .
21204  Here are some text in the various styles: 
21205 \begin_inset Formula $displaystyle$
21206 \end_inset
21207
21208
21209 \begin_inset Formula ${\textstyle textstyle}$
21210 \end_inset
21211
21212
21213 \begin_inset Formula ${\scriptstyle scriptstyle}$
21214 \end_inset
21215
21216
21217 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21218 \end_inset
21219
21220 .
21221 \end_layout
21222
21223 \begin_layout Standard
21224 All these math-mode font sizes are relative, that is, if the whole math
21225  inset and surrounding text are set in a particular size, all these sizes
21226  will be adjusted.
21227  Similarly, if the base font size of the document is changed, all fonts
21228  will be adjusted to correspond.
21229  
21230 \end_layout
21231
21232 \begin_layout Standard
21233
21234 \family roman
21235 \size largest
21236 Here is a paragraph in 
21237 \begin_inset Quotes eld
21238 \end_inset
21239
21240 largest
21241 \begin_inset Quotes erd
21242 \end_inset
21243
21244  font, with symbols: 
21245 \begin_inset Formula $\alpha$
21246 \end_inset
21247
21248 .
21249 \end_layout
21250
21251 \begin_layout Standard
21252 This applies to math fonts in titles, etc.
21253  as well.
21254 \end_layout
21255
21256 \begin_layout Section
21257 AMS-LaTeX
21258 \end_layout
21259
21260 \begin_layout Standard
21261 The American Mathematical Society (AMS) provide a LaTeX packages that are
21262  in common use.
21263  LyX includes some support for these packages.
21264 \end_layout
21265
21266 \begin_layout Subsection
21267 Enabling AMS-Support
21268 \end_layout
21269
21270 \begin_layout Standard
21271 In the 
21272 \family sans
21273 \bar under
21274 D
21275 \bar default
21276 ocument\SpecialChar \menuseparator
21277
21278 \bar under
21279 S
21280 \bar default
21281 ettings
21282 \family default
21283  dialog there is a checkbox, 
21284 \family sans
21285 Use\InsetSpace ~
21286 AMS\InsetSpace ~
21287 Math
21288 \family default
21289 .
21290  If selected, this will include the AMS-package in the document, and make
21291  the facilities available.
21292 \end_layout
21293
21294 \begin_layout Subsection
21295 AMS-Symbols
21296 \end_layout
21297
21298 \begin_layout Standard
21299 The AMS-LaTeX packages add support for some mathematical symbols that are
21300  not accessible from plain LaTeX (or LyX), but are fairly common in mathematical
21301  typesetting, such as the old-German Fraktur font and the stylized 
21302 \begin_inset Quotes eld
21303 \end_inset
21304
21305 blackboard bold
21306 \begin_inset Quotes erd
21307 \end_inset
21308
21309  fonts commonly used to denote the real or complex numbers, or the integers.
21310  Once activated, all AMS-LaTeX symbols and environments are available.
21311  You will run into trouble if you include these packages from the preamble,
21312  since LyX now defines a few of the macros used in these packages on its
21313  own.
21314  The AMS-layouts include these packages automatically.
21315 \end_layout
21316
21317 \begin_layout Subsection
21318 AMS-Formula Types
21319 \end_layout
21320
21321 \begin_layout Standard
21322 AMS-LaTeX provides a selection of different formula types.
21323  LyX allows you to choose between 
21324 \family typewriter
21325 align
21326 \family default
21327
21328 \family typewriter
21329 alignat
21330 \family default
21331
21332 \family typewriter
21333 flalign
21334 \family default
21335
21336 \family typewriter
21337 gather
21338 \family default
21339 , and 
21340 \family typewriter
21341 multline
21342 \family default
21343 .
21344  Refer to the AMS-documenta\SpecialChar \-
21345 tion for the differences between these formula
21346  types.
21347 \end_layout
21348
21349 \begin_layout Chapter
21350 More Tools
21351 \end_layout
21352
21353 \begin_layout Section
21354 Cross-References
21355 \begin_inset LatexCommand label
21356 name "sec:crossref"
21357
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \begin_layout Standard
21364 Those of you reading this manual online will see a grey box with text in
21365  it, right before the beginning of this sentence.
21366  This is a 
21367 \family sans
21368 Label
21369 \family default
21370 .
21371  Properly speaking, it is one half of a cross-reference.
21372  The other half is the 
21373 \family sans
21374 Reference
21375 \family default
21376  proper, and it looks like this: 
21377 \begin_inset LatexCommand ref
21378 reference "sec:crossref"
21379
21380 \end_inset
21381
21382 .
21383  Again, those of you reading the manual online will see a gray box with
21384  text in it.
21385  Those reading printed versions, however, will see a number --- in this
21386  case, the number of this section.
21387  There are also other varieties of cross-reference: for example, 
21388 \begin_inset LatexCommand pageref
21389 reference "sec:crossref"
21390
21391 \end_inset
21392
21393 .
21394  This is the page number containing the location of the label.
21395  That's what cross-references do: they let you reference other parts of
21396  your document.
21397  You don't need to remember which section number was what anymore --- LyX
21398  will do that for you! All you need to do is use a 
21399 \family sans
21400 Label
21401 \family default
21402  to mark a section, figure, table, formula, etc., and then refer to it via
21403  a 
21404 \family sans
21405 Reference
21406 \family default
21407 .
21408 \end_layout
21409
21410 \begin_layout Standard
21411 To insert a label, use 
21412 \family sans
21413 \bar under
21414 I
21415 \bar default
21416 nsert
21417 \bar under
21418 \SpecialChar \menuseparator
21419 L
21420 \bar default
21421 abel
21422 \family default
21423 .
21424  A box will appear where you can enter your label.
21425  You can change the name of the label at a later time by simply clicking
21426  on the gray box and reopening the label dialog.
21427 \end_layout
21428
21429 \begin_layout Standard
21430 To insert a reference, select 
21431 \family sans
21432 \bar under
21433 I
21434 \bar default
21435 nsert
21436 \bar under
21437 \SpecialChar \menuseparator
21438 C
21439 \bar default
21440 ross\InsetSpace ~
21441 Reference
21442 \family default
21443 .
21444  The 
21445 \family sans
21446 Insert\InsetSpace ~
21447 Cross-Reference
21448 \family default
21449  dialog appears with a list of labels.
21450  Selecting a list item, then clicking 
21451 \family sans
21452 OK
21453 \family default
21454  inserts a reference into the text; changing the 
21455 \family sans
21456 \bar under
21457 R
21458 \bar default
21459 eference type
21460 \family default
21461  allows you to insert a page number or other reference variant instead.
21462 \end_layout
21463
21464 \begin_layout Standard
21465 Note that if you cut & paste text from another document that contains a
21466  
21467 \family sans
21468 Label
21469 \family default
21470  or 
21471 \family sans
21472 Reference
21473 \family default
21474 , or if you delete a label in your text, LaTeX will complain:
21475 \end_layout
21476
21477 \begin_layout Quote
21478
21479 \family typewriter
21480 LaTeX Warning:
21481 \family default
21482  
21483 \family typewriter
21484 Reference `X' on page Y undefined on input line Z
21485 \newline
21486 LaTeX Warning:
21487 \family default
21488  
21489 \family typewriter
21490 There were undefined references
21491 \end_layout
21492
21493 \begin_layout Standard
21494 You'll also see two question marks in the output instead of the reference.
21495 \end_layout
21496
21497 \begin_layout Standard
21498 There are a few more comments we need to make about the 
21499 \family sans
21500 Labels
21501 \family default
21502 .
21503  They always print the number of the section heading closest to them.
21504  So --- if you want to put a label on a 
21505 \family sans
21506 Chapter
21507 \family default
21508 , but a 
21509 \family sans
21510 Section
21511 \family default
21512  heading immediately follows it, you need to put the 
21513 \family sans
21514 Label
21515 \family default
21516  
21517 \emph on
21518 into
21519 \emph default
21520  the 
21521 \family sans
21522 Chapter
21523 \family default
21524  environment.
21525  It doesn't matter where, and it will look weird on the LyX screen.
21526  However, you need to do this if you want to label the 
21527 \family sans
21528 Chapter
21529 \family default
21530  separately from the 
21531 \family sans
21532 Section
21533 \family default
21534 .
21535  The same goes for all other section headings.
21536 \end_layout
21537
21538 \begin_layout Standard
21539 Also, a 
21540 \family sans
21541 Label
21542 \family default
21543  
21544 \emph on
21545 only
21546 \emph default
21547  makes sense in 
21548 \emph on
21549 numbered
21550 \emph default
21551  section headings and table and figure floats.
21552  Bare figures and tables aren't numbered, so, like unnumbered section headings,
21553  you can't really use a 
21554 \family sans
21555 Label
21556 \family default
21557  on it.
21558 \begin_inset Foot
21559 status open
21560
21561 \begin_layout Standard
21562 Well, you 
21563 \emph on
21564 can
21565 \emph default
21566 , but only if you use the 
21567 \family sans
21568 Page\InsetSpace ~
21569 number
21570 \family default
21571  reference.
21572  The regular 
21573 \family sans
21574 Reference
21575 \family default
21576  --- the one that refers to a section/table/figure number --- won't work,
21577  because there's no numbered thingy to refer to! You could also use bare
21578  
21579 \family sans
21580 Label
21581 \family default
21582 s as page markers, then refer back to them using the 
21583 \family sans
21584 Page\InsetSpace ~
21585 number
21586 \family default
21587  reference.
21588  Once again, the regular 
21589 \family sans
21590 Reference
21591 \family default
21592  won't work very well.
21593  It will refer to something, but that something will typically be the number
21594  of the previous numbered section heading.
21595 \end_layout
21596
21597 \end_inset
21598
21599  See sections 
21600 \begin_inset LatexCommand ref
21601 reference "sec:figurefloats"
21602
21603 \end_inset
21604
21605
21606 \begin_inset LatexCommand ref
21607 reference "sec:table float"
21608
21609 \end_inset
21610
21611 , and 
21612 \begin_inset LatexCommand ref
21613 reference "sec:math-label"
21614
21615 \end_inset
21616
21617  for details on using a 
21618 \family sans
21619 Label
21620 \family default
21621  with figures, tables, and equations, respectively.
21622  
21623 \end_layout
21624
21625 \begin_layout Section
21626 URLs (Uniform Resource Locators)
21627 \end_layout
21628
21629 \begin_layout Standard
21630 It is often desirable to include long 
21631 \begin_inset Quotes eld
21632 \end_inset
21633
21634 verbatim
21635 \begin_inset Quotes erd
21636 \end_inset
21637
21638  items in a document such as Web site URLs, e-mail addresses, etc.; these
21639  things typically do not contain any spaces and are thus difficult to typeset
21640  properly.
21641  Such items will often fall on a line boundary if they cannot be split,
21642  resulting in an overfull or underfull line depending on the circumstances.
21643  You can use 
21644 \family sans
21645 Insert\SpecialChar \menuseparator
21646
21647 \bar under
21648 U
21649 \bar default
21650 RL
21651 \family default
21652  within LyX to enter a long URL and have it split gracefully (if necessary)
21653  along automatically determined boundaries.
21654 \end_layout
21655
21656 \begin_layout Standard
21657 At the point in the document where you want to enter the URL (or other address-l
21658 ike entity) simply select 
21659 \family sans
21660 Insert\SpecialChar \menuseparator
21661
21662 \bar under
21663 U
21664 \bar default
21665 RL
21666 \family default
21667 ; a dialog will appear where you can enter the full URL (in the 
21668 \family sans
21669 \bar under
21670 U
21671 \bar default
21672 rl:
21673 \family default
21674  field).
21675  In its simplest usage, that's all you need to do.
21676  Click on the following gray box to see how LyX's homepage would be entered:
21677  
21678 \begin_inset LatexCommand url
21679 target "http://www.lyx.org"
21680
21681 \end_inset
21682
21683 .
21684 \begin_inset Foot
21685 status open
21686
21687 \begin_layout Standard
21688
21689 \series bold
21690 Important note
21691 \series default
21692 : When you use the following characters: "%", "#", "^", you have to write
21693  them with a backslash before, e.g.
21694  
21695 \begin_inset Quotes eld
21696 \end_inset
21697
21698
21699 \backslash
21700 #
21701 \begin_inset Quotes erd
21702 \end_inset
21703
21704 .
21705  URLs mustn't end with a backslash!
21706 \end_layout
21707
21708 \end_inset
21709
21710
21711 \end_layout
21712
21713 \begin_layout Standard
21714 If you would like to associate some definite phrase with the URL, enter
21715  it into the 
21716 \family sans
21717 \bar under
21718 N
21719 \bar default
21720 ame
21721 \family default
21722  field of the dialog; it will be typeset as plain text immediately before
21723  the URL.
21724  For example, I might say that you can find all things related to LaTeX
21725  at 
21726 \newline
21727
21728 \begin_inset LatexCommand url
21729 name "CTAN"
21730 target "http://ctan.tug.org"
21731
21732 \end_inset
21733
21734 .
21735  On the printed page, the last sentence ends as 
21736 \begin_inset Quotes eld
21737 \end_inset
21738
21739 all things related to LaTeX at CTAN 
21740 \family typewriter
21741 http://ctan.tug.org
21742 \family default
21743
21744 \begin_inset Quotes erd
21745 \end_inset
21746
21747 .
21748 \end_layout
21749
21750 \begin_layout Standard
21751 [
21752 \emph on
21753 Author's Note: somebody needs to document the
21754 \emph default
21755  
21756 \family sans
21757 \bar under
21758 H
21759 \bar default
21760 TML Type
21761 \family default
21762  
21763 \emph on
21764 button
21765 \emph default
21766 ]
21767 \end_layout
21768
21769 \begin_layout Section
21770 Specifying Short Titles with Optional Arguments
21771 \begin_inset OptArg
21772 status collapsed
21773
21774 \begin_layout Standard
21775 Short Titles
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \begin_layout Standard
21784 Some section or chapter titles, such as this one, can get quite long.
21785  This can cause over-runs when there is limited horizontal space.
21786  For example, if the header of the page is set to show the current section
21787  title, a long title will over-run past the edges, and look awful.
21788 \end_layout
21789
21790 \begin_layout Standard
21791 LaTeX allows you to specify an optional argument to the section commands
21792  that specifies a shorter version of the title
21793 \begin_inset Foot
21794 status collapsed
21795
21796 \begin_layout Standard
21797 For those who don't know LaTeX, commands look like this: 
21798 \family typewriter
21799
21800 \backslash
21801 command[optionalargument]{the content}
21802 \end_layout
21803
21804 \end_inset
21805
21806 .
21807  This shorter version is used in the header and in the actual Table of Contents,
21808  avoiding the problem mentioned.
21809  LyX allows you to specify this optional argument by selecting 
21810 \family sans
21811 \bar under
21812 I
21813 \bar default
21814 nsert\SpecialChar \menuseparator
21815 Short\InsetSpace ~
21816 Title
21817 \family default
21818 .
21819  This will insert a box (labelled 
21820 \begin_inset Quotes eld
21821 \end_inset
21822
21823 opt
21824 \begin_inset Quotes erd
21825 \end_inset
21826
21827 , which stands for 
21828 \begin_inset Quotes eld
21829 \end_inset
21830
21831 optional
21832 \begin_inset Quotes erd
21833 \end_inset
21834
21835 ) which you can use to enter the short title text.
21836  This also works for captions inside floats.
21837 \end_layout
21838
21839 \begin_layout Standard
21840 The title of this section is a good example of using this feature.
21841 \end_layout
21842
21843 \begin_layout Section
21844 Branches
21845 \end_layout
21846
21847 \begin_layout Standard
21848 Sometimes you wish to be able to output to paper multiple versions of the
21849  same document.
21850  The most extreme version of this is, when you want to prepare a single
21851  document in two or more different languages, but as a single document file,
21852  with corresponding pieces of text adjacent in the file and on-screen.
21853  This can be achieved with 
21854 \emph on
21855 branches
21856 \emph default
21857 .
21858 \end_layout
21859
21860 \begin_layout Standard
21861 First, you have to 
21862 \emph on
21863 define
21864 \emph default
21865  the branches available within a particular document.
21866  This is done in the 
21867 \family sans
21868 Document\SpecialChar \menuseparator
21869 Settings\SpecialChar \menuseparator
21870 Branches
21871 \family default
21872  tab.
21873  You can also associate a background colour with each branch, e.g., red for
21874  the English language, blue for the German language branch.
21875  Then, you create a branch inset from the 
21876 \family sans
21877 Insert\SpecialChar \menuseparator
21878 Branch
21879 \family default
21880  menu item.
21881  The inset will contain the text that you want to be output when this branch
21882  is activated.
21883 \end_layout
21884
21885 \begin_layout Standard
21886
21887 \emph on
21888 Activation
21889 \emph default
21890  or 
21891 \emph on
21892 deactivation
21893 \emph default
21894  of a branch is done from the document settings menu.
21895  All insets belonging to deactivated branches will be automatically closed,
21896  those belonging to activated branches automatically opened.
21897 \end_layout
21898
21899 \begin_layout Standard
21900 Other possible applications of the Branches paradigm include a 
21901 \begin_inset Quotes eld
21902 \end_inset
21903
21904 teacher's version
21905 \begin_inset Quotes erd
21906 \end_inset
21907
21908  of a textbook containing the answers to questions, etc.
21909 \begin_inset Note Note
21910 status collapsed
21911
21912 \begin_layout Standard
21913 Once this doc is updated to 1.4, include branch examples here!
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Section
21922 Previewing snippets of your document
21923 \end_layout
21924
21925 \begin_layout Standard
21926 LyX allows you to generate previews of sections of your document on the
21927  fly so you can see how they'll look in the final document without having
21928  to break your train of thought with 
21929 \family sans
21930 \bar under
21931 V
21932 \bar default
21933 iew\SpecialChar \menuseparator
21934
21935 \bar under
21936 D
21937 \bar default
21938 VI
21939 \family default
21940 .
21941  If you'd like to see your math formulae typeset by LaTeX then install the
21942  necessary software (see below) and select the 
21943 \family sans
21944 Instant
21945 \family default
21946  
21947 \family sans
21948 \bar under
21949 p
21950 \bar default
21951 review
21952 \family default
21953  
21954 \begin_inset Quotes eld
21955 \end_inset
21956
21957 On
21958 \begin_inset Quotes erd
21959 \end_inset
21960
21961  pulldown item in the 
21962 \family sans
21963 \bar under
21964 T
21965 \bar default
21966 ools\SpecialChar \menuseparator
21967
21968 \bar under
21969 P
21970 \bar default
21971 references
21972 \family default
21973  dialog.
21974  (It can be found in the 
21975 \family sans
21976 Look\InsetSpace ~
21977 and\InsetSpace ~
21978 feel\SpecialChar \menuseparator
21979 Graphics
21980 \family default
21981  pane in the Qt frontend and the 
21982 \family sans
21983 Look\InsetSpace ~
21984 &\InsetSpace ~
21985 Feel\SpecialChar \menuseparator
21986 Misc
21987 \family default
21988  tab in the XForms frontend.) Previews are generated when you load a document
21989  into LyX and when you finish editing an inset.
21990  Previews of an already loaded document are 
21991 \emph on
21992 not
21993 \emph default
21994  generated just by selecting the 
21995 \family sans
21996 Instant
21997 \family default
21998  
21999 \family sans
22000 \bar under
22001 p
22002 \bar default
22003 review
22004 \family default
22005  check box.
22006 \end_layout
22007
22008 \begin_layout Standard
22009 LyX will generate previews of math insets.
22010  It will also generate previews of include insets or 
22011 \begin_inset Quotes eld
22012 \end_inset
22013
22014 child documents
22015 \begin_inset Quotes erd
22016 \end_inset
22017
22018  if you select the 
22019 \family sans
22020 \bar under
22021 S
22022 \bar default
22023 how\InsetSpace ~
22024 preview
22025 \family default
22026  check box in the inset's dialog.
22027  This latter is useful if you wish to generate a preview of a LaTeX figure,
22028  for example.
22029  Coming in version 1.4 are previews of the external inset also.
22030 \end_layout
22031
22032 \begin_layout Standard
22033 To get previews working, you'll need some additional software.
22034  First, you'll need the preview.sty LaTeX package.
22035  Find it on your local CTAN mirror at 
22036 \newline
22037
22038 \family typewriter
22039 CTAN/support/preview-latex/
22040 \family default
22041 .
22042  Thereafter, you'll need the usual tools: 
22043 \family typewriter
22044 latex
22045 \family default
22046
22047 \family typewriter
22048 dvips
22049 \family default
22050  and 
22051 \family typewriter
22052 gs
22053 \family default
22054 .Finally, you'll obtain prettier results if you install 
22055 \family typewriter
22056 pnmcrop
22057 \family default
22058 from the 
22059 \family typewriter
22060 netpbm
22061 \family default
22062  package.
22063 \end_layout
22064
22065 \begin_layout Section
22066 Spacing, pagination and line breaks
22067 \end_layout
22068
22069 \begin_layout Subsection
22070 Extra Horizontal Space
22071 \begin_inset LatexCommand label
22072 name "sec:hspace"
22073
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \begin_layout Standard
22080
22081 \family sans
22082 HFill
22083 \family default
22084 s are a special LyX feature for adding extra space in a uniform fashion.
22085  An 
22086 \family sans
22087 HFill
22088 \family default
22089  is actually a variable length space, whose length always equals the remaining
22090  space between the left and right margins.
22091  If there is more than one 
22092 \family sans
22093 HFill
22094 \family default
22095  on a line, they divide the available space equally between themselves.
22096  
22097 \end_layout
22098
22099 \begin_layout Standard
22100 Note: if an 
22101 \family sans
22102 HFill
22103 \family default
22104  is at the beginning of a line, and it's 
22105 \emph on
22106 not
22107 \emph default
22108  the first line in a paragraph, LyX ignores it.
22109  This prevents 
22110 \family sans
22111 HFill
22112 \family default
22113 s from accidentally being wrapped onto a new line.
22114 \end_layout
22115
22116 \begin_layout Standard
22117
22118 \family sans
22119 HFill
22120 \family roman
22121 s
22122 \family default
22123  can be inserted with 
22124 \family sans
22125 \bar under
22126 I
22127 \bar default
22128 nsert\SpecialChar \menuseparator
22129 Special\InsetSpace ~
22130 F
22131 \bar under
22132 o
22133 \bar default
22134 rmatting\SpecialChar \menuseparator
22135
22136 \bar under
22137 H
22138 \bar default
22139 orizontal\InsetSpace ~
22140 Fill
22141 \family default
22142 .
22143  Here a few examples what you can do with them:
22144 \end_layout
22145
22146 \begin_layout Quote
22147 \noindent
22148 This is on the left side 
22149 \hfill
22150 This is on the right
22151 \end_layout
22152
22153 \begin_layout Quote
22154 \noindent
22155 Left
22156 \hfill
22157 Middle
22158 \hfill
22159 Right
22160 \end_layout
22161
22162 \begin_layout Quote
22163 \noindent
22164 Left
22165 \hfill
22166 1/3 Left
22167 \hfill
22168
22169 \hfill
22170 Right
22171 \end_layout
22172
22173 \begin_layout Standard
22174 That was an example in the 
22175 \family sans
22176 Quote
22177 \family default
22178  environment.
22179  Here:
22180 \hfill
22181 :is one in a standard paragraph.
22182  It may or may not be apparent in the printed text, but it 
22183 \emph on
22184 is
22185 \emph default
22186  sitting in-between the two 
22187 \begin_inset Quotes eld
22188 \end_inset
22189
22190 :
22191 \begin_inset Quotes erd
22192 \end_inset
22193
22194 .
22195 \end_layout
22196
22197 \begin_layout Standard
22198 Remember that we said that an 
22199 \family sans
22200 HFill
22201 \family default
22202  always fills the remaining space between the margins? There may be more
22203  than one set of margins on a line.
22204  Here's an example with the 
22205 \family sans
22206 List
22207 \family default
22208  environment.
22209 \end_layout
22210
22211 \begin_layout Labeling
22212 \labelwidthstring MMMMMMM
22213 one
22214 \hfill
22215 two :three
22216 \hfill
22217 four
22218 \hfill
22219 five
22220 \hfill
22221 six
22222 \end_layout
22223
22224 \begin_layout Standard
22225 The 
22226 \begin_inset Quotes eld
22227 \end_inset
22228
22229 :
22230 \begin_inset Quotes erd
22231 \end_inset
22232
22233  marks the beginning of the item.
22234  (There is actually a 
22235 \begin_inset Quotes eld
22236 \end_inset
22237
22238 hidden
22239 \begin_inset Quotes erd
22240 \end_inset
22241
22242  
22243 \family sans
22244 HFill
22245 \family default
22246  inside of the label of the 
22247 \family sans
22248 List
22249 \family default
22250  environment; it's put at the end of the label automatically.) 
22251 \family sans
22252 HFill
22253 \family default
22254 s work similarly in other 
22255 \begin_inset Quotes eld
22256 \end_inset
22257
22258 multi-margin
22259 \begin_inset Quotes erd
22260 \end_inset
22261
22262  situations, like two-column mode.
22263 \end_layout
22264
22265 \begin_layout Subsection
22266 Extra Vertical Space
22267 \begin_inset LatexCommand label
22268 name "sec:vertspace"
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Standard
22276 To add extra vertical space above or below a paragraph, use 
22277 \family sans
22278 \bar under
22279 E
22280 \bar default
22281 dit\SpecialChar \menuseparator
22282
22283 \bar under
22284 P
22285 \bar default
22286 aragraph\InsetSpace ~
22287 Settings
22288 \family default
22289  to open the 
22290 \family sans
22291 Paragraph\InsetSpace ~
22292 Settings
22293 \family default
22294  dialog.
22295 \end_layout
22296
22297 \begin_layout Standard
22298 We will not provide an example of a 
22299 \family sans
22300 VFill
22301 \family default
22302 , as it would waste paper.
22303  They work the same as any other type of filler, including 
22304 \family sans
22305 HFill
22306 \family default
22307 s: they fill the remaining vertical space on a page with blank space.
22308  If there are several 
22309 \family sans
22310 VFill
22311 \family default
22312 s on a page, they divide the remaining vertical space equally between themselves.
22313  You can therefore use 
22314 \family sans
22315 VFill
22316 \family default
22317 s to center text on a page, or even place text 2/3 down a page, or 1/4,
22318  and so on.
22319 \end_layout
22320
22321 \begin_layout Standard
22322 Note that for paragraphs at the top/bottom of a page, the extra space is
22323  only added if you have also checked the option 
22324 \family sans
22325 \bar under
22326 E
22327 \bar default
22328 dit\SpecialChar \menuseparator
22329
22330 \bar under
22331 P
22332 \bar default
22333 aragraph\InsetSpace ~
22334 Settings\SpecialChar \menuseparator
22335
22336 \bar under
22337 S
22338 \bar default
22339 pacing\SpecialChar \menuseparator
22340
22341 \bar under
22342 K
22343 \bar default
22344 eep\InsetSpace ~
22345 space
22346 \family default
22347 .
22348 \end_layout
22349
22350 \begin_layout Subsection
22351 Changing Paragraph Alignment
22352 \end_layout
22353
22354 \begin_layout Standard
22355 You can also change the paragraph alignment with the 
22356 \family sans
22357 \bar under
22358 E
22359 \bar default
22360 dit\SpecialChar \menuseparator
22361
22362 \bar under
22363 P
22364 \bar default
22365 aragraph\InsetSpace ~
22366 Settings
22367 \family default
22368  dialog.
22369  There are four possibilities: 
22370 \end_layout
22371
22372 \begin_layout Itemize
22373
22374 \family sans
22375 \bar under
22376 J
22377 \bar default
22378 ustified
22379 \end_layout
22380
22381 \begin_layout Itemize
22382
22383 \family sans
22384 \bar under
22385 L
22386 \bar default
22387 eft
22388 \end_layout
22389
22390 \begin_layout Itemize
22391
22392 \family sans
22393 \bar under
22394 R
22395 \bar default
22396 ight
22397 \end_layout
22398
22399 \begin_layout Itemize
22400
22401 \family sans
22402 \bar under
22403 C
22404 \bar default
22405 enter
22406 \end_layout
22407
22408 \begin_layout Standard
22409 The default in most cases is justified alignment, in which the inter-word
22410  spacing is variable and each line of a paragraph fills the region between
22411  the left and right margins.
22412  The other three alignments should be self-explanatory, and look like this:
22413 \end_layout
22414
22415 \begin_layout Standard
22416 \align right
22417 This paragraph is right aligned,
22418 \end_layout
22419
22420 \begin_layout Standard
22421 \align center
22422 this one is centered,
22423 \end_layout
22424
22425 \begin_layout Standard
22426 \align left
22427 this one is left aligned.
22428 \end_layout
22429
22430 \begin_layout Standard
22431 In some paragraph environments, the default is something other than justified
22432  alignment.
22433  
22434 \end_layout
22435
22436 \begin_layout Subsection
22437 Forcing Page Breaks
22438 \begin_inset LatexCommand label
22439 name "sec:pagebreak"
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Standard
22447 If you don't like the way LaTeX does the page breaks in your document, you
22448  can force a pagebreak where you want one.
22449  In general, this will 
22450 \emph on
22451 not
22452 \emph default
22453  be necessary because LaTeX is good at pagebreaking, as was already mentioned
22454  in section 
22455 \begin_inset LatexCommand ref
22456 reference "sec:widows"
22457
22458 \end_inset
22459
22460 .
22461 \end_layout
22462
22463 \begin_layout Standard
22464 So in general there is no need to use the option described below, and we
22465  recommend not using it until the text is finished, and until you have checked
22466  in the preview to see if you 
22467 \emph on
22468 really
22469 \emph default
22470  have to change the pagebreaking.You can force a pagebreak above or below
22471  a paragraph in the 
22472 \family sans
22473 \bar under
22474 E
22475 \bar default
22476 dit\SpecialChar \menuseparator
22477
22478 \bar under
22479 P
22480 \bar default
22481 aragraph\InsetSpace ~
22482 Settings
22483 \family default
22484  dialog by selecting the checkboxes to add a pagebreak above or below the
22485  paragraph.
22486 \end_layout
22487
22488 \begin_layout Standard
22489 You might try to use a pagebreak to ensure that a figure or table appears
22490  at the top of a page.
22491  This is, of course, the wrong way to do it.
22492  LyX gives you a way of automatically ensuring that your figures and tables
22493  appear at the top of a page [or the bottom, or on their own page] without
22494  having to worry about what precedes or follows your figure or table.
22495  See sections 
22496 \begin_inset LatexCommand ref
22497 reference "sec:figures"
22498
22499 \end_inset
22500
22501  and 
22502 \begin_inset LatexCommand ref
22503 reference "sec:tables"
22504
22505 \end_inset
22506
22507  and read about 
22508 \family sans
22509 Floats
22510 \family default
22511  to learn more.
22512 \end_layout
22513
22514 \begin_layout Subsection
22515 Blanks/Spaces
22516 \end_layout
22517
22518 \begin_layout Standard
22519 A blank is a blank? Not in good typography.
22520  While you might be used to press the space key anytime you want to separate
22521  two words in ordinary word processors, LyX offers you more spaces: Spaces
22522  of different width and spaces which can or cannot be broken at the end
22523  of a line.
22524  The following sections will show you some examples where those spaces are
22525  useful.
22526 \end_layout
22527
22528 \begin_layout Subsubsection
22529 Inter-word Space
22530 \begin_inset LatexCommand label
22531 name "sec:normblank-lbreak-horline"
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \begin_layout Standard
22539 Some languages (e.\InsetSpace \thinspace{}
22540 g.\InsetSpace \space{}
22541 English) have the typographical convention to add extra
22542  space after an end-of-sentence punctuation mark, and LyX honors those conventio
22543 ns (see section\InsetSpace ~
22544
22545 \begin_inset LatexCommand ref
22546 reference "sec:abbrev"
22547
22548 \end_inset
22549
22550 ).
22551  Sometimes, you want a normal space nevertheless.
22552  In this case, insert one with 
22553 \family sans
22554 \bar under
22555 I
22556 \bar default
22557 nsert\SpecialChar \menuseparator
22558 Special\InsetSpace ~
22559 F
22560 \bar under
22561 o
22562 \bar default
22563 rmatting\SpecialChar \menuseparator
22564 Inter-
22565 \bar under
22566 w
22567 \bar default
22568 ord\InsetSpace ~
22569 Space
22570 \family default
22571  or with 
22572 \family sans
22573 C-M-Space.
22574 \end_layout
22575
22576 \begin_layout Subsubsection
22577 Protected Space
22578 \end_layout
22579
22580 \begin_layout Standard
22581 \begin_inset LatexCommand label
22582 name "sec:protblank-lbreak-horline"
22583
22584 \end_inset
22585
22586 The protected space: It is used to tell LyX (and LaTeX) not to break the
22587  line at that point.
22588  This may be necessary to avoid unlucky linebreaks, like in: 
22589 \end_layout
22590
22591 \begin_layout Quote
22592 A good documentation should weight no more than 1
22593 \newline
22594 kg.
22595  
22596 \end_layout
22597
22598 \begin_layout Standard
22599 Obviously, it would be a good thing to put a protected space between 
22600 \begin_inset Quotes eld
22601 \end_inset
22602
22603 1
22604 \begin_inset Quotes erd
22605 \end_inset
22606
22607  and 
22608 \begin_inset Quotes eld
22609 \end_inset
22610
22611 kg
22612 \begin_inset Quotes erd
22613 \end_inset
22614
22615 .
22616  A protected space is set with 
22617 \family sans
22618 \bar under
22619 I
22620 \bar default
22621 nsert\SpecialChar \menuseparator
22622 Special\InsetSpace ~
22623 F
22624 \bar under
22625 o
22626 \bar default
22627 rmatting\SpecialChar \menuseparator
22628 Protected
22629 \bar under
22630 \InsetSpace ~
22631 S
22632 \bar default
22633 pace
22634 \family default
22635  or with 
22636 \family sans
22637 C-Space.
22638 \end_layout
22639
22640 \begin_layout Subsubsection
22641 Thin Space
22642 \begin_inset LatexCommand label
22643 name "sec:thinblank-lbreak-horline"
22644
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \begin_layout Standard
22651
22652 \begin_inset Quotes eld
22653 \end_inset
22654
22655 thin space
22656 \begin_inset Quotes erd
22657 \end_inset
22658
22659  is a blank which has half the size of a normal space (and it is also 
22660 \begin_inset Quotes eld
22661 \end_inset
22662
22663 protected
22664 \begin_inset Quotes erd
22665 \end_inset
22666
22667 ).
22668  The typographical conventions in a lot of languages propose the use of
22669  thin spaces in cases where normal spaces would be too wide, for instance
22670  inside abbreviations:
22671 \end_layout
22672
22673 \begin_layout Quote
22674 D.\InsetSpace \thinspace{}
22675 E.
22676  Knuth has developped our beloved typesetting program, i.\InsetSpace \thinspace{}
22677 e.\InsetSpace \space{}
22678 TeX.
22679 \end_layout
22680
22681 \begin_layout Standard
22682 You can insert a thin space with 
22683 \family sans
22684 \bar under
22685 I
22686 \bar default
22687 nsert\SpecialChar \menuseparator
22688 Special\InsetSpace ~
22689 F
22690 \bar under
22691 o
22692 \bar default
22693 rmatting\SpecialChar \menuseparator
22694
22695 \bar under
22696 T
22697 \bar default
22698 hin\InsetSpace ~
22699 Space
22700 \family default
22701  or with 
22702 \family sans
22703 C-S-Space.
22704 \end_layout
22705
22706 \begin_layout Subsubsection
22707 More Spaces
22708 \end_layout
22709
22710 \begin_layout Standard
22711 Apart from the ones described, there are still some more spaces.
22712  Although LyX supports them natively, they can only be reached via the 
22713 \emph on
22714 minibuffer
22715 \emph default
22716 .
22717  To get them, just type 
22718 \family typewriter
22719 space-insert <command>
22720 \family default
22721  into the minibuffer, where 
22722 \family typewriter
22723 <command>
22724 \family default
22725  is one of the following:
22726 \end_layout
22727
22728 \begin_layout Standard
22729 \align center
22730 \begin_inset Tabular
22731 <lyxtabular version="3" rows="9" columns="3">
22732 <features>
22733 <column alignment="center" valignment="top" leftline="true" width="0">
22734 <column alignment="center" valignment="top" leftline="true" width="0">
22735 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22736 <row topline="true" bottomline="true">
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Standard
22741
22742 \series bold
22743 command
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Standard
22752
22753 \series bold
22754 width
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Standard
22763
22764 \series bold
22765 protected?
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 </row>
22771 <row topline="true">
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Standard
22776
22777 \family typewriter
22778 normal
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Standard
22787 1/3\InsetSpace ~
22788 em
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Standard
22797 no
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 </row>
22803 <row topline="true">
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Standard
22808
22809 \family typewriter
22810 protected
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Standard
22819 1/3\InsetSpace ~
22820 em
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Standard
22829 yes
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row topline="true" bottomline="true">
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Standard
22840
22841 \family typewriter
22842 thin
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Standard
22851 1/6\InsetSpace ~
22852 em
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Standard
22861 yes
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 </row>
22867 <row bottomline="true">
22868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Standard
22872
22873 \family typewriter
22874 enspace
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Standard
22883 0.5\InsetSpace ~
22884 em
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Standard
22893 yes
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 </row>
22899 <row bottomline="true">
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Standard
22904
22905 \family typewriter
22906 enskip
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Standard
22915 0.5\InsetSpace ~
22916 em
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Standard
22925 no
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 </row>
22931 <row bottomline="true">
22932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Standard
22936
22937 \family typewriter
22938 quad
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Standard
22947 1\InsetSpace ~
22948 em
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Standard
22957 no
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 </row>
22963 <row bottomline="true">
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Standard
22968
22969 \family typewriter
22970 qquad
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Standard
22979 2\InsetSpace ~
22980 em
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Standard
22989 no
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row bottomline="true">
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Standard
23000
23001 \family typewriter
23002 negthinspace
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Standard
23011 -1/6\InsetSpace ~
23012 em
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Standard
23021 yes
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 </lyxtabular>
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \begin_layout Subsection
23035 Line breaking
23036 \end_layout
23037
23038 \begin_layout Standard
23039 You can force line breaks within a paragraph by selecting 
23040 \family sans
23041 \bar under
23042 I
23043 \bar default
23044 nsert\SpecialChar \menuseparator
23045 Special\InsetSpace ~
23046 F
23047 \bar under
23048 o
23049 \bar default
23050 rmatting\SpecialChar \menuseparator
23051
23052 \bar under
23053 L
23054 \bar default
23055 inebreak
23056 \family default
23057  or with 
23058 \family sans
23059 C-Return.
23060
23061 \family default
23062  You should, however, not use this to correct LaTeX's linebreaking, as LaTeX
23063  is 
23064 \emph on
23065 very
23066 \emph default
23067  good at linebreaking\SpecialChar \ldots{}
23068  (see section 
23069 \begin_inset LatexCommand ref
23070 reference "sec:pagebreak"
23071
23072 \end_inset
23073
23074 ).
23075  There are, however, a number of situations where it is necessary to actively
23076  set a linebreak, e.g.
23077  in a poem or for an Address (see sections 
23078 \begin_inset LatexCommand ref
23079 reference "sec:quote"
23080
23081 \end_inset
23082
23083
23084 \begin_inset LatexCommand ref
23085 reference "sec:verse"
23086
23087 \end_inset
23088
23089  and 
23090 \begin_inset LatexCommand ref
23091 reference "sec:adress_usage"
23092
23093 \end_inset
23094
23095 ).
23096 \end_layout
23097
23098 \begin_layout Section
23099 Spellchecking
23100 \begin_inset LatexCommand label
23101 name "sec:spellchecking"
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \begin_layout Standard
23109 LyX itself has no built-in spellchecker.
23110  Rather it uses the external 
23111 \family typewriter
23112 ispell
23113 \family default
23114  program as a backend or the newer and generally better 
23115 \family typewriter
23116 aspell
23117 \family default
23118 .
23119  This section assumes you have already installed and set up one of these
23120  programs.
23121  
23122 \end_layout
23123
23124 \begin_layout Standard
23125 The spellchecker can be started with the menu entry 
23126 \family sans
23127 \bar under
23128 T
23129 \bar default
23130 ools
23131 \bar under
23132 \SpecialChar \menuseparator
23133
23134 \shape up
23135 S
23136 \bar default
23137 pellchecker
23138 \family default
23139 \shape default
23140 .
23141  Checking will start just after the current cursor position.
23142  A dialog window will appear showing any incorrect (or unknown) word found,
23143  allowing you to edit and replace it in a second line.
23144  Whenever an unknown word is found, the word is highlighted and the view
23145  in your text buffer is updated to make the word visible.
23146  In the 
23147 \family sans
23148 Spellchecker
23149 \family default
23150  dialog, there is also a box showing suggestions for a correction, if any
23151  could be found.
23152  Clicking on one of the corrections will copy the near miss into the replace
23153  input field (double-click to invoke replace).
23154 \end_layout
23155
23156 \begin_layout Subsection
23157 Spellchecker Options
23158 \begin_inset LatexCommand label
23159 name "sec:spell_opt"
23160
23161 \end_inset
23162
23163
23164 \end_layout
23165
23166 \begin_layout Standard
23167 The following options can be set in the 
23168 \family sans
23169 \bar under
23170 T
23171 \bar default
23172 ools\SpecialChar \menuseparator
23173
23174 \bar under
23175 P
23176 \bar default
23177 references
23178 \family default
23179  dialog.
23180 \end_layout
23181
23182 \begin_layout Subsubsection
23183 Dictionary
23184 \end_layout
23185
23186 \begin_layout Standard
23187 By default, the dictionary file to use is determined by the language of
23188  the text you're checking, which is set in the 
23189 \family sans
23190 \bar under
23191 D
23192 \bar default
23193 ocument\SpecialChar \menuseparator
23194
23195 \bar under
23196 S
23197 \bar default
23198 ettings
23199 \family default
23200  dialog.
23201  If you do not have a dictionary for the document language, the spellchecker
23202  will not work.
23203  In this case, you can specify another dictionary file in the dialog by
23204  specifying a different 
23205 \begin_inset Quotes eld
23206 \end_inset
23207
23208 alternative language
23209 \begin_inset Quotes erd
23210 \end_inset
23211
23212 .
23213 \end_layout
23214
23215 \begin_layout Standard
23216 If you're using 
23217 \family typewriter
23218 ispell
23219 \family default
23220 , you may need to make a link from say 
23221 \family typewriter
23222 deutsch.(aff|hash)
23223 \family default
23224  to 
23225 \family typewriter
23226 german.(aff|hash)
23227 \family default
23228  or whatever applies for your language.
23229  This is because these 
23230 \family typewriter
23231 ispell
23232 \family default
23233  files normally have the native language name (
23234 \begin_inset Quotes eld
23235 \end_inset
23236
23237 deutsch
23238 \begin_inset Quotes erd
23239 \end_inset
23240
23241 ) whereas 
23242 \family typewriter
23243 ispell
23244 \family default
23245 , when started from LyX, searches for the English version of the name used
23246  with the LaTeX babel package (
23247 \begin_inset Quotes eld
23248 \end_inset
23249
23250 german
23251 \begin_inset Quotes erd
23252 \end_inset
23253
23254 ).
23255 \end_layout
23256
23257 \begin_layout Standard
23258 You may also have problems the font encoding is not correct for that dictionary.
23259  If you use a language with 
23260 \family typewriter
23261 latin1
23262 \family default
23263  encoding and set the 
23264 \family sans
23265 \bar under
23266 E
23267 \bar default
23268 ncoding
23269 \family default
23270  option in the 
23271 \family sans
23272 \bar under
23273 D
23274 \bar default
23275 ocument\SpecialChar \menuseparator
23276
23277 \bar under
23278 S
23279 \bar default
23280 ettings
23281 \family default
23282  dialog to 
23283 \family sans
23284 latin1
23285 \family default
23286  (or other than 
23287 \family sans
23288 default
23289 \family default
23290 ), you must have this option in your language dictionary as well.
23291  If your dictionary doesn't support the 
23292 \family sans
23293 Encoding
23294 \family default
23295  you chose, you'll have an error like this on stderr:
23296 \end_layout
23297
23298 \begin_layout Standard
23299
23300 \family typewriter
23301 ispell: unrecognized formatter type 'latin1'
23302 \end_layout
23303
23304 \begin_layout Standard
23305 The spellchecker gives you an error that it couldn't start the 
23306 \family typewriter
23307 ispell
23308 \family default
23309  process and that you probably have some problems with your dictionary file.
23310  
23311 \end_layout
23312
23313 \begin_layout Standard
23314 There are four solutions to this problem.
23315  The easiest is to try the 
23316 \family sans
23317 Use\InsetSpace ~
23318 Input\InsetSpace ~
23319 Encoding
23320 \family default
23321  option.
23322  If that does not help, you can set 
23323 \family sans
23324 \bar under
23325 E
23326 \bar default
23327 ncoding
23328 \family default
23329  to 
23330 \family sans
23331 default
23332 \family default
23333  when calling the spellchecker (which is probably annoying).
23334  The third is to add the 
23335 \family typewriter
23336 latin1
23337 \family default
23338  option to your dictionary 
23339 \family typewriter
23340 \emph on
23341 <
23342 \family default
23343 language
23344 \family typewriter
23345 >
23346 \emph default
23347 .aff
23348 \family default
23349  file and recompile the dictionary (which probably isn't easy if you installed
23350  the whole stuff with some distribution and don't have the language directory
23351  of the 
23352 \family typewriter
23353 ispell
23354 \family default
23355  sources).
23356  Read the 
23357 \family typewriter
23358 ispell
23359 \family default
23360  documentation for this task! The fourth is to send a message to your package-ma
23361 intainer, or better yet to the maintainer of the dictionary file in question
23362  and ask him to solve your problem.
23363 \end_layout
23364
23365 \begin_layout Subsubsection
23366 Personal dictionary
23367 \end_layout
23368
23369 \begin_layout Standard
23370 If you want to use a different file from the spellchecker's default choice
23371  as your personal dictionary, you can set this in the dialog.
23372  Specifying a filename which does not already exist will result in an error
23373  message on stderr which you can ignore (
23374 \family typewriter
23375 ispell
23376 \family default
23377  will create the file when you finish checking your spelling).
23378 \end_layout
23379
23380 \begin_layout Subsubsection
23381 Further Options 
23382 \end_layout
23383
23384 \begin_layout Standard
23385 The 
23386 \family sans
23387 \bar under
23388 S
23389 \bar default
23390 pellchecker\InsetSpace ~
23391 Options
23392 \family default
23393  dialog has some additional options which are self-explanatory:
23394 \end_layout
23395
23396 \begin_layout Itemize
23397
23398 \family sans
23399 \bar under
23400 A
23401 \bar default
23402 ccept compound words
23403 \family default
23404
23405 \newline
23406 Prevent the spellchecker from complaining about compounded words like
23407 \newline
23408
23409 \begin_inset Quotes erd
23410 \end_inset
23411
23412 passthrough
23413 \begin_inset Quotes erd
23414 \end_inset
23415
23416 .
23417 \end_layout
23418
23419 \begin_layout Itemize
23420
23421 \family sans
23422 \bar under
23423 E
23424 \bar default
23425 scape characters
23426 \family default
23427
23428 \newline
23429 Allows you to add nonstandard characters to what the spellchecker considers
23430  words, e.g.
23431  German umlauts.
23432  This should not normally be needed.
23433 \end_layout
23434
23435 \begin_layout Subsection
23436 Limitations
23437 \end_layout
23438
23439 \begin_layout Standard
23440 Some users have expressed a wish to be able to globally change the spelling
23441  of a particular word, rather than having to change the spelling separately
23442  for each occurrence of the word.
23443  Per-document word lists would also be useful.
23444  Neither of these features are present as of this writing.
23445 \end_layout
23446
23447 \begin_layout Standard
23448 Unless you're using the 
23449 \family typewriter
23450 pspell
23451 \family default
23452  spellchecker, LyX cannot correctly spellcheck documents containing multiple
23453  languages.
23454  This, does, however, work with 
23455 \family typewriter
23456 pspell
23457 \family default
23458 , assuming you have marked the different languages appropriately.
23459 \end_layout
23460
23461 \begin_layout Section
23462 International Support
23463 \end_layout
23464
23465 \begin_layout Standard
23466 This section describes how to use LyX with any language you want.
23467  LyX comes with a default configuration which supports the English language
23468  on a U.S.-style keyboard, with a standard U.S.
23469  paper size and the spellchecker set to U.S.
23470  English.
23471  You can change any or all of these settings as desired, and you can make
23472  the changes apply to the current session only, or use them as your new
23473  default configuration.
23474 \end_layout
23475
23476 \begin_layout Standard
23477 If you have a keyboard suited to the language you are using (for example,
23478  a German keyboard for writing in German), and you have correctly configured
23479  your X environment, all you need to do for LyX is tell it your language,
23480  the character encoding, and desired paper size.
23481  Refer to 
23482 \begin_inset LatexCommand ref
23483 reference "sec:langlay"
23484
23485 \end_inset
23486
23487  for more information.
23488 \end_layout
23489
23490 \begin_layout Standard
23491 If, however, you have a U.S.-style keyboard and want to write in a different
23492  language than English, you can use an alternate keymap.
23493  For example, if you have a U.S.-style keyboard but want to write in Italian,
23494  you can configure LyX to use an Italian keymap.
23495  Refer to 
23496 \begin_inset LatexCommand ref
23497 reference "sec:optkey"
23498
23499 \end_inset
23500
23501  for details.
23502  
23503 \end_layout
23504
23505 \begin_layout Standard
23506 Finally, you may just want to change a few key mappings or create an entirely
23507  different keymap (for Vulcan, for instance).
23508  You may, for example, normally write in Italian on a U.S.
23509  keyboard but want to include an occasional quotation in German.
23510  In such a case, you can write your own keyboard mapping or modify an existing
23511  one to support the characters you want.
23512  
23513 \end_layout
23514
23515 \begin_layout Standard
23516 The details of how to customize LyX to your own language are 
23517 \emph on
23518 way
23519 \emph default
23520  beyond the scope of this manual.
23521  You cannot only alter the keyboard layout, you can also change the names
23522  of the menus buttons, etc., to reflect your language.
23523  If you want to learn more about writing keymap files and tailoring LyX
23524  to your native tongue, please see the 
23525 \emph on
23526 Customization
23527 \emph default
23528  manual for details.
23529 \end_layout
23530
23531 \begin_layout Subsection
23532 Language Options
23533 \begin_inset LatexCommand label
23534 name "sec:langlay"
23535
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \begin_layout Standard
23542 The 
23543 \family sans
23544 \bar under
23545 D
23546 \bar default
23547 ocument\SpecialChar \menuseparator
23548
23549 \bar under
23550 S
23551 \bar default
23552 ettings
23553 \family default
23554  dialog lets you set 
23555 \family roman
23556 the language and character encoding for your language.
23557  
23558 \end_layout
23559
23560 \begin_layout Standard
23561 Choose your language by clicking on the arrow in t
23562 \family roman
23563 he
23564 \family default
23565  
23566 \family sans
23567 Language
23568 \family default
23569  combo
23570 \family roman
23571 box
23572 \family default
23573  of the 
23574 \family sans
23575 \bar under
23576 D
23577 \bar default
23578 ocument\SpecialChar \menuseparator
23579
23580 \bar under
23581 S
23582 \bar default
23583 ettings
23584 \family default
23585  dialog.
23586  The default is U.S.
23587  English.
23588  Scroll to find the language you want and then click on your choice.
23589  The language name appears in the window.
23590 \begin_inset Foot
23591 status collapsed
23592
23593 \begin_layout Standard
23594 In LaTeX terms, selecting a language other than default adds Babel support.
23595  If you do not have Babel installed, refer to the different LaTeX distributions
23596  for it.
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \begin_layout Standard
23605 The 
23606 \family sans
23607 Enco
23608 \bar under
23609 d
23610 \bar default
23611 ing
23612 \family default
23613  box lets you choose the character encoding map you want to use.
23614  The default is the 
23615 \family typewriter
23616 Latin1
23617 \family default
23618  encoding, which includes the characters required by the various Western
23619  European languages.
23620 \end_layout
23621
23622 \begin_layout Subsection
23623 Keyboard mapping configuration
23624 \begin_inset LatexCommand label
23625 name "sec:optkey"
23626
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \begin_layout Standard
23633 The preferences dialog allows you to choose up to two keyboard mappings.
23634  This allows you to choose the keymap of your choice for your U.S.-style keyboard.
23635  You can choose primary and secondary keyboard languages and then select
23636  which one you want to use.
23637 \end_layout
23638
23639 \begin_layout Subsection
23640 Character Tables
23641 \begin_inset LatexCommand label
23642 name "sec:keytab"
23643
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \begin_layout Standard
23650 Table\InsetSpace ~
23651
23652 \begin_inset LatexCommand ref
23653 reference "cap:The-latin1-character"
23654
23655 \end_inset
23656
23657  shows the 
23658 \family typewriter
23659 Latin1
23660 \family default
23661  character set.
23662  You should be able to enter the characters in the first eight columns directly
23663  from the keyboard.
23664 \end_layout
23665
23666 \begin_layout Standard
23667 There are a few things you need to know about this table.
23668  This manual is set up --- by hand, mind you --- to print all of these character
23669 s.
23670  That ain't the default.
23671  Nowhere near, in fact.
23672  Here are some of the details you'll need to bear in mind when using characters
23673  from the 
23674 \family typewriter
23675 Latin1
23676 \family default
23677  character set:
23678 \end_layout
23679
23680 \begin_layout Itemize
23681 Even if you've selected 
23682 \family sans
23683 latin1
23684 \family default
23685  in the 
23686 \family sans
23687 \bar under
23688 D
23689 \bar default
23690 ocument\SpecialChar \menuseparator
23691
23692 \bar under
23693 S
23694 \bar default
23695 ettings
23696 \family default
23697  dialog, users who have only the 
23698 \family typewriter
23699 T1
23700 \family default
23701 -fonts for LaTeX [or who have the 
23702 \family typewriter
23703 T1
23704 \family default
23705 -fonts but aren't using them] will still miss a few characters: D0, F0,
23706  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
23707  french quotes won't show up.
23708 \end_layout
23709
23710 \begin_layout Standard
23711 \begin_inset Float table
23712 wide false
23713 sideways false
23714 status open
23715
23716 \begin_layout Standard
23717 \begin_inset Caption
23718
23719 \begin_layout Standard
23720 \begin_inset LatexCommand label
23721 name "cap:The-latin1-character"
23722
23723 \end_inset
23724
23725 The 
23726 \family typewriter
23727 latin1
23728 \family default
23729  character set
23730 \end_layout
23731
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \begin_layout Standard
23738 \align center
23739 \begin_inset Tabular
23740 <lyxtabular version="3" rows="17" columns="17">
23741 <features>
23742 <column alignment="center" valignment="top" leftline="true" rightline="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" width="0pt">
23756 <column alignment="center" valignment="top" leftline="true" width="0pt">
23757 <column alignment="center" valignment="top" leftline="true" width="0pt">
23758 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23759 <row topline="true" bottomline="true">
23760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Standard
23764
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Standard
23773
23774 \family roman
23775 \series medium
23776 \shape up
23777 \size tiny
23778 \emph off
23779 \bar no
23780 \noun off
23781 \color none
23782 00
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Standard
23791
23792 \family roman
23793 \series medium
23794 \shape up
23795 \size tiny
23796 \emph off
23797 \bar no
23798 \noun off
23799 \color none
23800 10
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Standard
23809
23810 \family roman
23811 \series medium
23812 \shape up
23813 \size tiny
23814 \emph off
23815 \bar no
23816 \noun off
23817 \color none
23818 20
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Standard
23827
23828 \family roman
23829 \series medium
23830 \shape up
23831 \size tiny
23832 \emph off
23833 \bar no
23834 \noun off
23835 \color none
23836 30
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Standard
23845
23846 \family roman
23847 \series medium
23848 \shape up
23849 \size tiny
23850 \emph off
23851 \bar no
23852 \noun off
23853 \color none
23854 40
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Standard
23863
23864 \family roman
23865 \series medium
23866 \shape up
23867 \size tiny
23868 \emph off
23869 \bar no
23870 \noun off
23871 \color none
23872 50
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Standard
23881
23882 \family roman
23883 \series medium
23884 \shape up
23885 \size tiny
23886 \emph off
23887 \bar no
23888 \noun off
23889 \color none
23890 60
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Standard
23899
23900 \family roman
23901 \series medium
23902 \shape up
23903 \size tiny
23904 \emph off
23905 \bar no
23906 \noun off
23907 \color none
23908 70
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Standard
23917
23918 \family roman
23919 \series medium
23920 \shape up
23921 \size tiny
23922 \emph off
23923 \bar no
23924 \noun off
23925 \color none
23926 80
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Standard
23935
23936 \family roman
23937 \series medium
23938 \shape up
23939 \size tiny
23940 \emph off
23941 \bar no
23942 \noun off
23943 \color none
23944 90
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Standard
23953
23954 \family roman
23955 \series medium
23956 \shape up
23957 \size tiny
23958 \emph off
23959 \bar no
23960 \noun off
23961 \color none
23962 A0
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Standard
23971
23972 \family roman
23973 \series medium
23974 \shape up
23975 \size tiny
23976 \emph off
23977 \bar no
23978 \noun off
23979 \color none
23980 B0
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Standard
23989
23990 \family roman
23991 \series medium
23992 \shape up
23993 \size tiny
23994 \emph off
23995 \bar no
23996 \noun off
23997 \color none
23998 C0
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Standard
24007
24008 \family roman
24009 \series medium
24010 \shape up
24011 \size tiny
24012 \emph off
24013 \bar no
24014 \noun off
24015 \color none
24016 D0
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Standard
24025
24026 \family roman
24027 \series medium
24028 \shape up
24029 \size tiny
24030 \emph off
24031 \bar no
24032 \noun off
24033 \color none
24034 E0
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Standard
24043
24044 \family roman
24045 \series medium
24046 \shape up
24047 \size tiny
24048 \emph off
24049 \bar no
24050 \noun off
24051 \color none
24052 F0
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 </row>
24058 <row topline="true">
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Standard
24063
24064 \family roman
24065 \series medium
24066 \shape up
24067 \size tiny
24068 \emph off
24069 \bar no
24070 \noun off
24071 \color none
24072 00
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Standard
24081
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Standard
24090
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Standard
24099
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Standard
24108
24109 \family roman
24110 \series medium
24111 \shape up
24112 \emph off
24113 \bar no
24114 \noun off
24115 \color none
24116 0
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Standard
24125
24126 \family roman
24127 \series medium
24128 \shape up
24129 \emph off
24130 \bar no
24131 \noun off
24132 \color none
24133 @
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Standard
24142
24143 \family roman
24144 \series medium
24145 \shape up
24146 \emph off
24147 \bar no
24148 \noun off
24149 \color none
24150 P
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Standard
24159
24160 \family roman
24161 \series medium
24162 \shape up
24163 \emph off
24164 \bar no
24165 \noun off
24166 \color none
24167 '
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Standard
24176
24177 \family roman
24178 \series medium
24179 \shape up
24180 \emph off
24181 \bar no
24182 \noun off
24183 \color none
24184 p
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Standard
24193
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Standard
24202
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Standard
24211
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Standard
24220
24221 \family roman
24222 \series medium
24223 \shape up
24224 \emph off
24225 \bar no
24226 \noun off
24227 \color none
24228 °
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Standard
24237
24238 \family roman
24239 \series medium
24240 \shape up
24241 \emph off
24242 \bar no
24243 \noun off
24244 \color none
24245 À
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Standard
24254
24255 \family roman
24256 \series medium
24257 \shape up
24258 \emph off
24259 \bar no
24260 \noun off
24261 \color none
24262 Ð
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Standard
24271
24272 \family roman
24273 \series medium
24274 \shape up
24275 \emph off
24276 \bar no
24277 \noun off
24278 \color none
24279 à
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Standard
24288
24289 \family roman
24290 \series medium
24291 \shape up
24292 \emph off
24293 \bar no
24294 \noun off
24295 \color none
24296 ð
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 </row>
24302 <row topline="true">
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Standard
24307
24308 \family roman
24309 \series medium
24310 \shape up
24311 \size tiny
24312 \emph off
24313 \bar no
24314 \noun off
24315 \color none
24316 01
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Standard
24325
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Standard
24334
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Standard
24343
24344 \family roman
24345 \series medium
24346 \shape up
24347 \emph off
24348 \bar no
24349 \noun off
24350 \color none
24351 !
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Standard
24360
24361 \family roman
24362 \series medium
24363 \shape up
24364 \emph off
24365 \bar no
24366 \noun off
24367 \color none
24368 1
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Standard
24377
24378 \family roman
24379 \series medium
24380 \shape up
24381 \emph off
24382 \bar no
24383 \noun off
24384 \color none
24385 A
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Standard
24394
24395 \family roman
24396 \series medium
24397 \shape up
24398 \emph off
24399 \bar no
24400 \noun off
24401 \color none
24402 Q
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Standard
24411
24412 \family roman
24413 \series medium
24414 \shape up
24415 \emph off
24416 \bar no
24417 \noun off
24418 \color none
24419 a
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Standard
24428
24429 \family roman
24430 \series medium
24431 \shape up
24432 \emph off
24433 \bar no
24434 \noun off
24435 \color none
24436 q
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Standard
24445
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Standard
24454
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Standard
24463
24464 \family roman
24465 \series medium
24466 \shape up
24467 \emph off
24468 \bar no
24469 \noun off
24470 \color none
24471 ¡
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Standard
24480
24481 \family roman
24482 \series medium
24483 \shape up
24484 \emph off
24485 \bar no
24486 \noun off
24487 \color none
24488 ±
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24494 \begin_inset Text
24495
24496 \begin_layout Standard
24497
24498 \family roman
24499 \series medium
24500 \shape up
24501 \emph off
24502 \bar no
24503 \noun off
24504 \color none
24505 Á
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Standard
24514
24515 \family roman
24516 \series medium
24517 \shape up
24518 \emph off
24519 \bar no
24520 \noun off
24521 \color none
24522 Ñ
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Standard
24531
24532 \family roman
24533 \series medium
24534 \shape up
24535 \emph off
24536 \bar no
24537 \noun off
24538 \color none
24539 á
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Standard
24548
24549 \family roman
24550 \series medium
24551 \shape up
24552 \emph off
24553 \bar no
24554 \noun off
24555 \color none
24556 ñ
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 <row topline="true">
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Standard
24567
24568 \family roman
24569 \series medium
24570 \shape up
24571 \size tiny
24572 \emph off
24573 \bar no
24574 \noun off
24575 \color none
24576 02
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Standard
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24591 \begin_inset Text
24592
24593 \begin_layout Standard
24594
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Standard
24603
24604 \family roman
24605 \series medium
24606 \shape up
24607 \emph off
24608 \bar no
24609 \noun off
24610 \color none
24611 \begin_inset Quotes eld
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Standard
24623
24624 \family roman
24625 \series medium
24626 \shape up
24627 \emph off
24628 \bar no
24629 \noun off
24630 \color none
24631 2
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Standard
24640
24641 \family roman
24642 \series medium
24643 \shape up
24644 \emph off
24645 \bar no
24646 \noun off
24647 \color none
24648 B
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Standard
24657
24658 \family roman
24659 \series medium
24660 \shape up
24661 \emph off
24662 \bar no
24663 \noun off
24664 \color none
24665 R
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Standard
24674
24675 \family roman
24676 \series medium
24677 \shape up
24678 \emph off
24679 \bar no
24680 \noun off
24681 \color none
24682 b
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Standard
24691
24692 \family roman
24693 \series medium
24694 \shape up
24695 \emph off
24696 \bar no
24697 \noun off
24698 \color none
24699 r
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Standard
24708
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Standard
24717
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Standard
24726 ¢
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Standard
24735
24736 \family roman
24737 \series medium
24738 \shape up
24739 \emph off
24740 \bar no
24741 \noun off
24742 \color none
24743 ²
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Standard
24752
24753 \family roman
24754 \series medium
24755 \shape up
24756 \emph off
24757 \bar no
24758 \noun off
24759 \color none
24760 Â
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Standard
24769
24770 \family roman
24771 \series medium
24772 \shape up
24773 \emph off
24774 \bar no
24775 \noun off
24776 \color none
24777 Ò
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Standard
24786
24787 \family roman
24788 \series medium
24789 \shape up
24790 \emph off
24791 \bar no
24792 \noun off
24793 \color none
24794 â
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Standard
24803
24804 \family roman
24805 \series medium
24806 \shape up
24807 \emph off
24808 \bar no
24809 \noun off
24810 \color none
24811 ò
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 </row>
24817 <row topline="true">
24818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Standard
24822
24823 \family roman
24824 \series medium
24825 \shape up
24826 \size tiny
24827 \emph off
24828 \bar no
24829 \noun off
24830 \color none
24831 03
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Standard
24840
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Standard
24849
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Standard
24858
24859 \family roman
24860 \series medium
24861 \shape up
24862 \emph off
24863 \bar no
24864 \noun off
24865 \color none
24866 #
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Standard
24875
24876 \family roman
24877 \series medium
24878 \shape up
24879 \emph off
24880 \bar no
24881 \noun off
24882 \color none
24883 3
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Standard
24892
24893 \family roman
24894 \series medium
24895 \shape up
24896 \emph off
24897 \bar no
24898 \noun off
24899 \color none
24900 C
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Standard
24909
24910 \family roman
24911 \series medium
24912 \shape up
24913 \emph off
24914 \bar no
24915 \noun off
24916 \color none
24917 S
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Standard
24926
24927 \family roman
24928 \series medium
24929 \shape up
24930 \emph off
24931 \bar no
24932 \noun off
24933 \color none
24934 c
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Standard
24943
24944 \family roman
24945 \series medium
24946 \shape up
24947 \emph off
24948 \bar no
24949 \noun off
24950 \color none
24951 s
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Standard
24960
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Standard
24969
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Standard
24978
24979 \family roman
24980 \series medium
24981 \shape up
24982 \emph off
24983 \bar no
24984 \noun off
24985 \color none
24986 £
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Standard
24995
24996 \family roman
24997 \series medium
24998 \shape up
24999 \emph off
25000 \bar no
25001 \noun off
25002 \color none
25003 ³
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Standard
25012
25013 \family roman
25014 \series medium
25015 \shape up
25016 \emph off
25017 \bar no
25018 \noun off
25019 \color none
25020 Ã
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Standard
25029
25030 \family roman
25031 \series medium
25032 \shape up
25033 \emph off
25034 \bar no
25035 \noun off
25036 \color none
25037 Ó
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Standard
25046
25047 \family roman
25048 \series medium
25049 \shape up
25050 \emph off
25051 \bar no
25052 \noun off
25053 \color none
25054 ã
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Standard
25063
25064 \family roman
25065 \series medium
25066 \shape up
25067 \emph off
25068 \bar no
25069 \noun off
25070 \color none
25071 ó
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 </row>
25077 <row topline="true">
25078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Standard
25082
25083 \family roman
25084 \series medium
25085 \shape up
25086 \size tiny
25087 \emph off
25088 \bar no
25089 \noun off
25090 \color none
25091 04
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Standard
25100
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Standard
25109
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Standard
25118
25119 \family roman
25120 \series medium
25121 \shape up
25122 \emph off
25123 \bar no
25124 \noun off
25125 \color none
25126 $
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Standard
25135
25136 \family roman
25137 \series medium
25138 \shape up
25139 \emph off
25140 \bar no
25141 \noun off
25142 \color none
25143 4
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Standard
25152
25153 \family roman
25154 \series medium
25155 \shape up
25156 \emph off
25157 \bar no
25158 \noun off
25159 \color none
25160 D
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Standard
25169
25170 \family roman
25171 \series medium
25172 \shape up
25173 \emph off
25174 \bar no
25175 \noun off
25176 \color none
25177 T
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Standard
25186
25187 \family roman
25188 \series medium
25189 \shape up
25190 \emph off
25191 \bar no
25192 \noun off
25193 \color none
25194 d
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25200 \begin_inset Text
25201
25202 \begin_layout Standard
25203
25204 \family roman
25205 \series medium
25206 \shape up
25207 \emph off
25208 \bar no
25209 \noun off
25210 \color none
25211 t
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Standard
25220
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Standard
25229
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Standard
25238 ¤
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Standard
25247
25248 \family roman
25249 \series medium
25250 \shape up
25251 \emph off
25252 \bar no
25253 \noun off
25254 \color none
25255 ´
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Standard
25264
25265 \family roman
25266 \series medium
25267 \shape up
25268 \emph off
25269 \bar no
25270 \noun off
25271 \color none
25272 Ä
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Standard
25281
25282 \family roman
25283 \series medium
25284 \shape up
25285 \emph off
25286 \bar no
25287 \noun off
25288 \color none
25289 Ô
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Standard
25298
25299 \family roman
25300 \series medium
25301 \shape up
25302 \emph off
25303 \bar no
25304 \noun off
25305 \color none
25306 ä
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Standard
25315
25316 \family roman
25317 \series medium
25318 \shape up
25319 \emph off
25320 \bar no
25321 \noun off
25322 \color none
25323 ô
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 </row>
25329 <row topline="true">
25330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Standard
25334
25335 \family roman
25336 \series medium
25337 \shape up
25338 \size tiny
25339 \emph off
25340 \bar no
25341 \noun off
25342 \color none
25343 05
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Standard
25352
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Standard
25361
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Standard
25370
25371 \family roman
25372 \series medium
25373 \shape up
25374 \emph off
25375 \bar no
25376 \noun off
25377 \color none
25378 %
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Standard
25387
25388 \family roman
25389 \series medium
25390 \shape up
25391 \emph off
25392 \bar no
25393 \noun off
25394 \color none
25395 5
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Standard
25404
25405 \family roman
25406 \series medium
25407 \shape up
25408 \emph off
25409 \bar no
25410 \noun off
25411 \color none
25412 E
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Standard
25421
25422 \family roman
25423 \series medium
25424 \shape up
25425 \emph off
25426 \bar no
25427 \noun off
25428 \color none
25429 U
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Standard
25438
25439 \family roman
25440 \series medium
25441 \shape up
25442 \emph off
25443 \bar no
25444 \noun off
25445 \color none
25446 e
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Standard
25455
25456 \family roman
25457 \series medium
25458 \shape up
25459 \emph off
25460 \bar no
25461 \noun off
25462 \color none
25463 u
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Standard
25472
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25478 \begin_inset Text
25479
25480 \begin_layout Standard
25481
25482 \end_layout
25483
25484 \end_inset
25485 </cell>
25486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25487 \begin_inset Text
25488
25489 \begin_layout Standard
25490 ¥
25491 \end_layout
25492
25493 \end_inset
25494 </cell>
25495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Standard
25499
25500 \family roman
25501 \series medium
25502 \shape up
25503 \emph off
25504 \bar no
25505 \noun off
25506 \color none
25507 µ
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Standard
25516
25517 \family roman
25518 \series medium
25519 \shape up
25520 \emph off
25521 \bar no
25522 \noun off
25523 \color none
25524 Å
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Standard
25533
25534 \family roman
25535 \series medium
25536 \shape up
25537 \emph off
25538 \bar no
25539 \noun off
25540 \color none
25541 Õ
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Standard
25550
25551 \family roman
25552 \series medium
25553 \shape up
25554 \emph off
25555 \bar no
25556 \noun off
25557 \color none
25558 å
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Standard
25567
25568 \family roman
25569 \series medium
25570 \shape up
25571 \emph off
25572 \bar no
25573 \noun off
25574 \color none
25575 õ
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 </row>
25581 <row topline="true">
25582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Standard
25586
25587 \family roman
25588 \series medium
25589 \shape up
25590 \size tiny
25591 \emph off
25592 \bar no
25593 \noun off
25594 \color none
25595 06
25596 \end_layout
25597
25598 \end_inset
25599 </cell>
25600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Standard
25604
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Standard
25613
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Standard
25622
25623 \family roman
25624 \series medium
25625 \shape up
25626 \emph off
25627 \bar no
25628 \noun off
25629 \color none
25630 &
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Standard
25639
25640 \family roman
25641 \series medium
25642 \shape up
25643 \emph off
25644 \bar no
25645 \noun off
25646 \color none
25647 6
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Standard
25656
25657 \family roman
25658 \series medium
25659 \shape up
25660 \emph off
25661 \bar no
25662 \noun off
25663 \color none
25664 F
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Standard
25673
25674 \family roman
25675 \series medium
25676 \shape up
25677 \emph off
25678 \bar no
25679 \noun off
25680 \color none
25681 V
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Standard
25690
25691 \family roman
25692 \series medium
25693 \shape up
25694 \emph off
25695 \bar no
25696 \noun off
25697 \color none
25698 f
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Standard
25707
25708 \family roman
25709 \series medium
25710 \shape up
25711 \emph off
25712 \bar no
25713 \noun off
25714 \color none
25715 v
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Standard
25724
25725 \end_layout
25726
25727 \end_inset
25728 </cell>
25729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25730 \begin_inset Text
25731
25732 \begin_layout Standard
25733
25734 \end_layout
25735
25736 \end_inset
25737 </cell>
25738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Standard
25742 ¦
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Standard
25751
25752 \family roman
25753 \series medium
25754 \shape up
25755 \emph off
25756 \bar no
25757 \noun off
25758 \color none
25759
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Standard
25768
25769 \family roman
25770 \series medium
25771 \shape up
25772 \emph off
25773 \bar no
25774 \noun off
25775 \color none
25776 Æ
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Standard
25785
25786 \family roman
25787 \series medium
25788 \shape up
25789 \emph off
25790 \bar no
25791 \noun off
25792 \color none
25793 Ö
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25799 \begin_inset Text
25800
25801 \begin_layout Standard
25802
25803 \family roman
25804 \series medium
25805 \shape up
25806 \emph off
25807 \bar no
25808 \noun off
25809 \color none
25810 æ
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Standard
25819
25820 \family roman
25821 \series medium
25822 \shape up
25823 \emph off
25824 \bar no
25825 \noun off
25826 \color none
25827 ö
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 <row topline="true">
25834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Standard
25838
25839 \family roman
25840 \series medium
25841 \shape up
25842 \size tiny
25843 \emph off
25844 \bar no
25845 \noun off
25846 \color none
25847 07
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Standard
25856
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Standard
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Standard
25874
25875 \family roman
25876 \series medium
25877 \shape up
25878 \emph off
25879 \bar no
25880 \noun off
25881 \color none
25882 `
25883 \end_layout
25884
25885 \end_inset
25886 </cell>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Standard
25891
25892 \family roman
25893 \series medium
25894 \shape up
25895 \emph off
25896 \bar no
25897 \noun off
25898 \color none
25899 7
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Standard
25908
25909 \family roman
25910 \series medium
25911 \shape up
25912 \emph off
25913 \bar no
25914 \noun off
25915 \color none
25916 G
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Standard
25925
25926 \family roman
25927 \series medium
25928 \shape up
25929 \emph off
25930 \bar no
25931 \noun off
25932 \color none
25933 W
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Standard
25942
25943 \family roman
25944 \series medium
25945 \shape up
25946 \emph off
25947 \bar no
25948 \noun off
25949 \color none
25950 g
25951 \end_layout
25952
25953 \end_inset
25954 </cell>
25955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Standard
25959
25960 \family roman
25961 \series medium
25962 \shape up
25963 \emph off
25964 \bar no
25965 \noun off
25966 \color none
25967 w
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25973 \begin_inset Text
25974
25975 \begin_layout Standard
25976
25977 \end_layout
25978
25979 \end_inset
25980 </cell>
25981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25982 \begin_inset Text
25983
25984 \begin_layout Standard
25985
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25991 \begin_inset Text
25992
25993 \begin_layout Standard
25994
25995 \family roman
25996 \series medium
25997 \shape up
25998 \emph off
25999 \bar no
26000 \noun off
26001 \color none
26002 §
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Standard
26011
26012 \family roman
26013 \series medium
26014 \shape up
26015 \emph off
26016 \bar no
26017 \noun off
26018 \color none
26019 ·
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Standard
26028
26029 \family roman
26030 \series medium
26031 \shape up
26032 \emph off
26033 \bar no
26034 \noun off
26035 \color none
26036 Ç
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Standard
26045
26046 \family roman
26047 \series medium
26048 \shape up
26049 \emph off
26050 \bar no
26051 \noun off
26052 \color none
26053 ×
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Standard
26062
26063 \family roman
26064 \series medium
26065 \shape up
26066 \emph off
26067 \bar no
26068 \noun off
26069 \color none
26070 ç
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Standard
26079
26080 \family roman
26081 \series medium
26082 \shape up
26083 \emph off
26084 \bar no
26085 \noun off
26086 \color none
26087 ÷
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 </row>
26093 <row topline="true">
26094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Standard
26098
26099 \family roman
26100 \series medium
26101 \shape up
26102 \size tiny
26103 \emph off
26104 \bar no
26105 \noun off
26106 \color none
26107 08
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Standard
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Standard
26125
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Standard
26134
26135 \family roman
26136 \series medium
26137 \shape up
26138 \emph off
26139 \bar no
26140 \noun off
26141 \color none
26142 (
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Standard
26151
26152 \family roman
26153 \series medium
26154 \shape up
26155 \emph off
26156 \bar no
26157 \noun off
26158 \color none
26159 8
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Standard
26168
26169 \family roman
26170 \series medium
26171 \shape up
26172 \emph off
26173 \bar no
26174 \noun off
26175 \color none
26176 H
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Standard
26185
26186 \family roman
26187 \series medium
26188 \shape up
26189 \emph off
26190 \bar no
26191 \noun off
26192 \color none
26193 X
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Standard
26202
26203 \family roman
26204 \series medium
26205 \shape up
26206 \emph off
26207 \bar no
26208 \noun off
26209 \color none
26210 h
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26216 \begin_inset Text
26217
26218 \begin_layout Standard
26219
26220 \family roman
26221 \series medium
26222 \shape up
26223 \emph off
26224 \bar no
26225 \noun off
26226 \color none
26227 x
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Standard
26236
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Standard
26245
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Standard
26254
26255 \family roman
26256 \series medium
26257 \shape up
26258 \emph off
26259 \bar no
26260 \noun off
26261 \color none
26262 ¨
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Standard
26271
26272 \family roman
26273 \series medium
26274 \shape up
26275 \emph off
26276 \bar no
26277 \noun off
26278 \color none
26279 ¸
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Standard
26288
26289 \family roman
26290 \series medium
26291 \shape up
26292 \emph off
26293 \bar no
26294 \noun off
26295 \color none
26296 È
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Standard
26305
26306 \family roman
26307 \series medium
26308 \shape up
26309 \emph off
26310 \bar no
26311 \noun off
26312 \color none
26313 Ø
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Standard
26322
26323 \family roman
26324 \series medium
26325 \shape up
26326 \emph off
26327 \bar no
26328 \noun off
26329 \color none
26330 è
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Standard
26339
26340 \family roman
26341 \series medium
26342 \shape up
26343 \emph off
26344 \bar no
26345 \noun off
26346 \color none
26347 ø
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 </row>
26353 <row topline="true">
26354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Standard
26358
26359 \family roman
26360 \series medium
26361 \shape up
26362 \size tiny
26363 \emph off
26364 \bar no
26365 \noun off
26366 \color none
26367 09
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26373 \begin_inset Text
26374
26375 \begin_layout Standard
26376
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Standard
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Standard
26394
26395 \family roman
26396 \series medium
26397 \shape up
26398 \emph off
26399 \bar no
26400 \noun off
26401 \color none
26402 )
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Standard
26411
26412 \family roman
26413 \series medium
26414 \shape up
26415 \emph off
26416 \bar no
26417 \noun off
26418 \color none
26419 9
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Standard
26428
26429 \family roman
26430 \series medium
26431 \shape up
26432 \emph off
26433 \bar no
26434 \noun off
26435 \color none
26436 I
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26442 \begin_inset Text
26443
26444 \begin_layout Standard
26445
26446 \family roman
26447 \series medium
26448 \shape up
26449 \emph off
26450 \bar no
26451 \noun off
26452 \color none
26453 Y
26454 \end_layout
26455
26456 \end_inset
26457 </cell>
26458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Standard
26462
26463 \family roman
26464 \series medium
26465 \shape up
26466 \emph off
26467 \bar no
26468 \noun off
26469 \color none
26470 i
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Standard
26479
26480 \family roman
26481 \series medium
26482 \shape up
26483 \emph off
26484 \bar no
26485 \noun off
26486 \color none
26487 y
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Standard
26496
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Standard
26505
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Standard
26514
26515 \family roman
26516 \series medium
26517 \shape up
26518 \emph off
26519 \bar no
26520 \noun off
26521 \color none
26522 ©
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Standard
26531
26532 \family roman
26533 \series medium
26534 \shape up
26535 \emph off
26536 \bar no
26537 \noun off
26538 \color none
26539 ¹
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Standard
26548
26549 \family roman
26550 \series medium
26551 \shape up
26552 \emph off
26553 \bar no
26554 \noun off
26555 \color none
26556 É
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Standard
26565
26566 \family roman
26567 \series medium
26568 \shape up
26569 \emph off
26570 \bar no
26571 \noun off
26572 \color none
26573 Ù
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Standard
26582
26583 \family roman
26584 \series medium
26585 \shape up
26586 \emph off
26587 \bar no
26588 \noun off
26589 \color none
26590 é
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Standard
26599
26600 \family roman
26601 \series medium
26602 \shape up
26603 \emph off
26604 \bar no
26605 \noun off
26606 \color none
26607 ù
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 <row topline="true">
26614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Standard
26618
26619 \family roman
26620 \series medium
26621 \shape up
26622 \size tiny
26623 \emph off
26624 \bar no
26625 \noun off
26626 \color none
26627 0A
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Standard
26636
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Standard
26645
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Standard
26654
26655 \family roman
26656 \series medium
26657 \shape up
26658 \emph off
26659 \bar no
26660 \noun off
26661 \color none
26662 *
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Standard
26671
26672 \family roman
26673 \series medium
26674 \shape up
26675 \emph off
26676 \bar no
26677 \noun off
26678 \color none
26679 :
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Standard
26688
26689 \family roman
26690 \series medium
26691 \shape up
26692 \emph off
26693 \bar no
26694 \noun off
26695 \color none
26696 J
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Standard
26705
26706 \family roman
26707 \series medium
26708 \shape up
26709 \emph off
26710 \bar no
26711 \noun off
26712 \color none
26713 Z
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Standard
26722
26723 \family roman
26724 \series medium
26725 \shape up
26726 \emph off
26727 \bar no
26728 \noun off
26729 \color none
26730 j
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Standard
26739
26740 \family roman
26741 \series medium
26742 \shape up
26743 \emph off
26744 \bar no
26745 \noun off
26746 \color none
26747 z
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Standard
26756
26757 \end_layout
26758
26759 \end_inset
26760 </cell>
26761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26762 \begin_inset Text
26763
26764 \begin_layout Standard
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Standard
26774
26775 \family roman
26776 \series medium
26777 \shape up
26778 \emph off
26779 \bar no
26780 \noun off
26781 \color none
26782 ª
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Standard
26791
26792 \family roman
26793 \series medium
26794 \shape up
26795 \emph off
26796 \bar no
26797 \noun off
26798 \color none
26799 º
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Standard
26808
26809 \family roman
26810 \series medium
26811 \shape up
26812 \emph off
26813 \bar no
26814 \noun off
26815 \color none
26816 Ê
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Standard
26825
26826 \family roman
26827 \series medium
26828 \shape up
26829 \emph off
26830 \bar no
26831 \noun off
26832 \color none
26833 Ú
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Standard
26842
26843 \family roman
26844 \series medium
26845 \shape up
26846 \emph off
26847 \bar no
26848 \noun off
26849 \color none
26850 ê
26851 \end_layout
26852
26853 \end_inset
26854 </cell>
26855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26856 \begin_inset Text
26857
26858 \begin_layout Standard
26859
26860 \family roman
26861 \series medium
26862 \shape up
26863 \emph off
26864 \bar no
26865 \noun off
26866 \color none
26867 ú
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 <row topline="true">
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Standard
26878
26879 \family roman
26880 \series medium
26881 \shape up
26882 \size tiny
26883 \emph off
26884 \bar no
26885 \noun off
26886 \color none
26887 0B
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26893 \begin_inset Text
26894
26895 \begin_layout Standard
26896
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26902 \begin_inset Text
26903
26904 \begin_layout Standard
26905
26906 \end_layout
26907
26908 \end_inset
26909 </cell>
26910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26911 \begin_inset Text
26912
26913 \begin_layout Standard
26914
26915 \family roman
26916 \series medium
26917 \shape up
26918 \emph off
26919 \bar no
26920 \noun off
26921 \color none
26922 +
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Standard
26931
26932 \family roman
26933 \series medium
26934 \shape up
26935 \emph off
26936 \bar no
26937 \noun off
26938 \color none
26939 ;
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Standard
26948
26949 \family roman
26950 \series medium
26951 \shape up
26952 \emph off
26953 \bar no
26954 \noun off
26955 \color none
26956 K
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Standard
26965
26966 \family roman
26967 \series medium
26968 \shape up
26969 \emph off
26970 \bar no
26971 \noun off
26972 \color none
26973 [
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Standard
26982
26983 \family roman
26984 \series medium
26985 \shape up
26986 \emph off
26987 \bar no
26988 \noun off
26989 \color none
26990 k
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Standard
26999
27000 \family roman
27001 \series medium
27002 \shape up
27003 \emph off
27004 \bar no
27005 \noun off
27006 \color none
27007 {
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Standard
27016
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Standard
27025
27026 \end_layout
27027
27028 \end_inset
27029 </cell>
27030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Standard
27034
27035 \family roman
27036 \series medium
27037 \shape up
27038 \emph off
27039 \bar no
27040 \noun off
27041 \color none
27042 «
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Standard
27051
27052 \family roman
27053 \series medium
27054 \shape up
27055 \emph off
27056 \bar no
27057 \noun off
27058 \color none
27059 »
27060 \end_layout
27061
27062 \end_inset
27063 </cell>
27064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Standard
27068
27069 \family roman
27070 \series medium
27071 \shape up
27072 \emph off
27073 \bar no
27074 \noun off
27075 \color none
27076 Ë
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27082 \begin_inset Text
27083
27084 \begin_layout Standard
27085
27086 \family roman
27087 \series medium
27088 \shape up
27089 \emph off
27090 \bar no
27091 \noun off
27092 \color none
27093 Û
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Standard
27102
27103 \family roman
27104 \series medium
27105 \shape up
27106 \emph off
27107 \bar no
27108 \noun off
27109 \color none
27110 ë
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27116 \begin_inset Text
27117
27118 \begin_layout Standard
27119
27120 \family roman
27121 \series medium
27122 \shape up
27123 \emph off
27124 \bar no
27125 \noun off
27126 \color none
27127 û
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 </row>
27133 <row topline="true">
27134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Standard
27138
27139 \family roman
27140 \series medium
27141 \shape up
27142 \size tiny
27143 \emph off
27144 \bar no
27145 \noun off
27146 \color none
27147 0C
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Standard
27156
27157 \end_layout
27158
27159 \end_inset
27160 </cell>
27161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27162 \begin_inset Text
27163
27164 \begin_layout Standard
27165
27166 \end_layout
27167
27168 \end_inset
27169 </cell>
27170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Standard
27174
27175 \family roman
27176 \series medium
27177 \shape up
27178 \emph off
27179 \bar no
27180 \noun off
27181 \color none
27182 ,
27183 \end_layout
27184
27185 \end_inset
27186 </cell>
27187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Standard
27191
27192 \family roman
27193 \series medium
27194 \shape up
27195 \emph off
27196 \bar no
27197 \noun off
27198 \color none
27199 <
27200 \end_layout
27201
27202 \end_inset
27203 </cell>
27204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27205 \begin_inset Text
27206
27207 \begin_layout Standard
27208
27209 \family roman
27210 \series medium
27211 \shape up
27212 \emph off
27213 \bar no
27214 \noun off
27215 \color none
27216 L
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Standard
27225
27226 \family roman
27227 \series medium
27228 \shape up
27229 \emph off
27230 \bar no
27231 \noun off
27232 \color none
27233
27234 \backslash
27235
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27241 \begin_inset Text
27242
27243 \begin_layout Standard
27244
27245 \family roman
27246 \series medium
27247 \shape up
27248 \emph off
27249 \bar no
27250 \noun off
27251 \color none
27252 l
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27258 \begin_inset Text
27259
27260 \begin_layout Standard
27261
27262 \family roman
27263 \series medium
27264 \shape up
27265 \emph off
27266 \bar no
27267 \noun off
27268 \color none
27269 |
27270 \end_layout
27271
27272 \end_inset
27273 </cell>
27274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27275 \begin_inset Text
27276
27277 \begin_layout Standard
27278
27279 \end_layout
27280
27281 \end_inset
27282 </cell>
27283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27284 \begin_inset Text
27285
27286 \begin_layout Standard
27287
27288 \end_layout
27289
27290 \end_inset
27291 </cell>
27292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27293 \begin_inset Text
27294
27295 \begin_layout Standard
27296
27297 \family roman
27298 \series medium
27299 \shape up
27300 \emph off
27301 \bar no
27302 \noun off
27303 \color none
27304 ¬
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Standard
27313
27314 \family roman
27315 \series medium
27316 \shape up
27317 \emph off
27318 \bar no
27319 \noun off
27320 \color none
27321 ¼
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27327 \begin_inset Text
27328
27329 \begin_layout Standard
27330
27331 \family roman
27332 \series medium
27333 \shape up
27334 \emph off
27335 \bar no
27336 \noun off
27337 \color none
27338 Ì
27339 \end_layout
27340
27341 \end_inset
27342 </cell>
27343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27344 \begin_inset Text
27345
27346 \begin_layout Standard
27347
27348 \family roman
27349 \series medium
27350 \shape up
27351 \emph off
27352 \bar no
27353 \noun off
27354 \color none
27355 Ü
27356 \end_layout
27357
27358 \end_inset
27359 </cell>
27360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Standard
27364
27365 \family roman
27366 \series medium
27367 \shape up
27368 \emph off
27369 \bar no
27370 \noun off
27371 \color none
27372 ì
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27378 \begin_inset Text
27379
27380 \begin_layout Standard
27381
27382 \family roman
27383 \series medium
27384 \shape up
27385 \emph off
27386 \bar no
27387 \noun off
27388 \color none
27389 ü
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 </row>
27395 <row topline="true">
27396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Standard
27400
27401 \family roman
27402 \series medium
27403 \shape up
27404 \size tiny
27405 \emph off
27406 \bar no
27407 \noun off
27408 \color none
27409 0D
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Standard
27418
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27424 \begin_inset Text
27425
27426 \begin_layout Standard
27427
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Standard
27436
27437 \family roman
27438 \series medium
27439 \shape up
27440 \emph off
27441 \bar no
27442 \noun off
27443 \color none
27444 -
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Standard
27453
27454 \family roman
27455 \series medium
27456 \shape up
27457 \emph off
27458 \bar no
27459 \noun off
27460 \color none
27461 =
27462 \end_layout
27463
27464 \end_inset
27465 </cell>
27466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27467 \begin_inset Text
27468
27469 \begin_layout Standard
27470
27471 \family roman
27472 \series medium
27473 \shape up
27474 \emph off
27475 \bar no
27476 \noun off
27477 \color none
27478 M
27479 \end_layout
27480
27481 \end_inset
27482 </cell>
27483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Standard
27487
27488 \family roman
27489 \series medium
27490 \shape up
27491 \emph off
27492 \bar no
27493 \noun off
27494 \color none
27495 ]
27496 \end_layout
27497
27498 \end_inset
27499 </cell>
27500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27501 \begin_inset Text
27502
27503 \begin_layout Standard
27504
27505 \family roman
27506 \series medium
27507 \shape up
27508 \emph off
27509 \bar no
27510 \noun off
27511 \color none
27512 m
27513 \end_layout
27514
27515 \end_inset
27516 </cell>
27517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27518 \begin_inset Text
27519
27520 \begin_layout Standard
27521
27522 \family roman
27523 \series medium
27524 \shape up
27525 \emph off
27526 \bar no
27527 \noun off
27528 \color none
27529 }
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27535 \begin_inset Text
27536
27537 \begin_layout Standard
27538
27539 \end_layout
27540
27541 \end_inset
27542 </cell>
27543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Standard
27547
27548 \end_layout
27549
27550 \end_inset
27551 </cell>
27552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Standard
27556
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Standard
27565
27566 \family roman
27567 \series medium
27568 \shape up
27569 \emph off
27570 \bar no
27571 \noun off
27572 \color none
27573 ½
27574 \end_layout
27575
27576 \end_inset
27577 </cell>
27578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27579 \begin_inset Text
27580
27581 \begin_layout Standard
27582
27583 \family roman
27584 \series medium
27585 \shape up
27586 \emph off
27587 \bar no
27588 \noun off
27589 \color none
27590 Í
27591 \end_layout
27592
27593 \end_inset
27594 </cell>
27595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27596 \begin_inset Text
27597
27598 \begin_layout Standard
27599
27600 \family roman
27601 \series medium
27602 \shape up
27603 \emph off
27604 \bar no
27605 \noun off
27606 \color none
27607 Ý
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Standard
27616
27617 \family roman
27618 \series medium
27619 \shape up
27620 \emph off
27621 \bar no
27622 \noun off
27623 \color none
27624 í
27625 \end_layout
27626
27627 \end_inset
27628 </cell>
27629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Standard
27633
27634 \family roman
27635 \series medium
27636 \shape up
27637 \emph off
27638 \bar no
27639 \noun off
27640 \color none
27641 ý
27642 \end_layout
27643
27644 \end_inset
27645 </cell>
27646 </row>
27647 <row topline="true">
27648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27649 \begin_inset Text
27650
27651 \begin_layout Standard
27652
27653 \family roman
27654 \series medium
27655 \shape up
27656 \size tiny
27657 \emph off
27658 \bar no
27659 \noun off
27660 \color none
27661 0E
27662 \end_layout
27663
27664 \end_inset
27665 </cell>
27666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27667 \begin_inset Text
27668
27669 \begin_layout Standard
27670
27671 \end_layout
27672
27673 \end_inset
27674 </cell>
27675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27676 \begin_inset Text
27677
27678 \begin_layout Standard
27679
27680 \end_layout
27681
27682 \end_inset
27683 </cell>
27684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27685 \begin_inset Text
27686
27687 \begin_layout Standard
27688
27689 \family roman
27690 \series medium
27691 \shape up
27692 \emph off
27693 \bar no
27694 \noun off
27695 \color none
27696 .
27697 \end_layout
27698
27699 \end_inset
27700 </cell>
27701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27702 \begin_inset Text
27703
27704 \begin_layout Standard
27705
27706 \family roman
27707 \series medium
27708 \shape up
27709 \emph off
27710 \bar no
27711 \noun off
27712 \color none
27713 >
27714 \end_layout
27715
27716 \end_inset
27717 </cell>
27718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27719 \begin_inset Text
27720
27721 \begin_layout Standard
27722
27723 \family roman
27724 \series medium
27725 \shape up
27726 \emph off
27727 \bar no
27728 \noun off
27729 \color none
27730 N
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27736 \begin_inset Text
27737
27738 \begin_layout Standard
27739
27740 \family roman
27741 \series medium
27742 \shape up
27743 \emph off
27744 \bar no
27745 \noun off
27746 \color none
27747 ^
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27753 \begin_inset Text
27754
27755 \begin_layout Standard
27756
27757 \family roman
27758 \series medium
27759 \shape up
27760 \emph off
27761 \bar no
27762 \noun off
27763 \color none
27764 n
27765 \end_layout
27766
27767 \end_inset
27768 </cell>
27769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Standard
27773
27774 \family roman
27775 \series medium
27776 \shape up
27777 \emph off
27778 \bar no
27779 \noun off
27780 \color none
27781 ~
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27787 \begin_inset Text
27788
27789 \begin_layout Standard
27790
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Standard
27799
27800 \end_layout
27801
27802 \end_inset
27803 </cell>
27804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27805 \begin_inset Text
27806
27807 \begin_layout Standard
27808
27809 \family roman
27810 \series medium
27811 \shape up
27812 \emph off
27813 \bar no
27814 \noun off
27815 \color none
27816 ®
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Standard
27825
27826 \family roman
27827 \series medium
27828 \shape up
27829 \emph off
27830 \bar no
27831 \noun off
27832 \color none
27833 ¾
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Standard
27842
27843 \family roman
27844 \series medium
27845 \shape up
27846 \emph off
27847 \bar no
27848 \noun off
27849 \color none
27850 Î
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Standard
27859
27860 \family roman
27861 \series medium
27862 \shape up
27863 \emph off
27864 \bar no
27865 \noun off
27866 \color none
27867 Þ
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Standard
27876
27877 \family roman
27878 \series medium
27879 \shape up
27880 \emph off
27881 \bar no
27882 \noun off
27883 \color none
27884 î
27885 \end_layout
27886
27887 \end_inset
27888 </cell>
27889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27890 \begin_inset Text
27891
27892 \begin_layout Standard
27893
27894 \family roman
27895 \series medium
27896 \shape up
27897 \emph off
27898 \bar no
27899 \noun off
27900 \color none
27901 þ
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 </row>
27907 <row topline="true" bottomline="true">
27908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27909 \begin_inset Text
27910
27911 \begin_layout Standard
27912
27913 \family roman
27914 \series medium
27915 \shape up
27916 \size tiny
27917 \emph off
27918 \bar no
27919 \noun off
27920 \color none
27921 0F
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27927 \begin_inset Text
27928
27929 \begin_layout Standard
27930
27931 \end_layout
27932
27933 \end_inset
27934 </cell>
27935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27936 \begin_inset Text
27937
27938 \begin_layout Standard
27939
27940 \end_layout
27941
27942 \end_inset
27943 </cell>
27944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27945 \begin_inset Text
27946
27947 \begin_layout Standard
27948
27949 \family roman
27950 \series medium
27951 \shape up
27952 \emph off
27953 \bar no
27954 \noun off
27955 \color none
27956 /
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Standard
27965
27966 \family roman
27967 \series medium
27968 \shape up
27969 \emph off
27970 \bar no
27971 \noun off
27972 \color none
27973 ?
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Standard
27982
27983 \family roman
27984 \series medium
27985 \shape up
27986 \emph off
27987 \bar no
27988 \noun off
27989 \color none
27990 O
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Standard
27999
28000 \family roman
28001 \series medium
28002 \shape up
28003 \emph off
28004 \bar no
28005 \noun off
28006 \color none
28007 _
28008 \end_layout
28009
28010 \end_inset
28011 </cell>
28012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28013 \begin_inset Text
28014
28015 \begin_layout Standard
28016
28017 \family roman
28018 \series medium
28019 \shape up
28020 \emph off
28021 \bar no
28022 \noun off
28023 \color none
28024 o
28025 \end_layout
28026
28027 \end_inset
28028 </cell>
28029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28030 \begin_inset Text
28031
28032 \begin_layout Standard
28033
28034 \end_layout
28035
28036 \end_inset
28037 </cell>
28038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28039 \begin_inset Text
28040
28041 \begin_layout Standard
28042
28043 \end_layout
28044
28045 \end_inset
28046 </cell>
28047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28048 \begin_inset Text
28049
28050 \begin_layout Standard
28051
28052 \end_layout
28053
28054 \end_inset
28055 </cell>
28056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28057 \begin_inset Text
28058
28059 \begin_layout Standard
28060
28061 \family roman
28062 \series medium
28063 \shape up
28064 \emph off
28065 \bar no
28066 \noun off
28067 \color none
28068 ¯
28069 \end_layout
28070
28071 \end_inset
28072 </cell>
28073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28074 \begin_inset Text
28075
28076 \begin_layout Standard
28077
28078 \family roman
28079 \series medium
28080 \shape up
28081 \emph off
28082 \bar no
28083 \noun off
28084 \color none
28085 ¿
28086 \end_layout
28087
28088 \end_inset
28089 </cell>
28090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28091 \begin_inset Text
28092
28093 \begin_layout Standard
28094
28095 \family roman
28096 \series medium
28097 \shape up
28098 \emph off
28099 \bar no
28100 \noun off
28101 \color none
28102 Ï
28103 \end_layout
28104
28105 \end_inset
28106 </cell>
28107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28108 \begin_inset Text
28109
28110 \begin_layout Standard
28111
28112 \family roman
28113 \series medium
28114 \shape up
28115 \emph off
28116 \bar no
28117 \noun off
28118 \color none
28119 ß
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Standard
28128
28129 \family roman
28130 \series medium
28131 \shape up
28132 \emph off
28133 \bar no
28134 \noun off
28135 \color none
28136 ï
28137 \end_layout
28138
28139 \end_inset
28140 </cell>
28141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28142 \begin_inset Text
28143
28144 \begin_layout Standard
28145
28146 \family roman
28147 \series medium
28148 \shape up
28149 \emph off
28150 \bar no
28151 \noun off
28152 \color none
28153 ÿ
28154 \end_layout
28155
28156 \end_inset
28157 </cell>
28158 </row>
28159 </lyxtabular>
28160
28161 \end_inset
28162
28163
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \begin_layout Standard
28172 The following is a full list of all of the accented characters LyX can display
28173  directly.
28174  It includes not only the accented characters from the previous table, but
28175  also the characters from 
28176 \family typewriter
28177 ISO8859--2
28178 \family default
28179  through 
28180 \family typewriter
28181 4
28182 \family default
28183 .
28184  
28185 \end_layout
28186
28187 \begin_layout Itemize
28188 From 
28189 \family typewriter
28190 ISO8859--1
28191 \family default
28192 :
28193 \end_layout
28194
28195 \begin_deeper
28196 \begin_layout Standard
28197 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
28198 \hfill
28199 diaeresis
28200 \end_layout
28201
28202 \begin_layout Standard
28203 ^ Â Ê Î Ô Û â ê î ô û
28204 \hfill
28205 circumflex
28206 \end_layout
28207
28208 \begin_layout Standard
28209 ` À È Ì Ò Ù à è ì ò ù
28210 \hfill
28211 grave
28212 \end_layout
28213
28214 \begin_layout Standard
28215 ´ Á É Í Ó Ú Ý á é í ó ú ý
28216 \hfill
28217 acute
28218 \end_layout
28219
28220 \begin_layout Standard
28221 ~ Ã Ñ Õ ã ñ õ
28222 \hfill
28223 tilde
28224 \end_layout
28225
28226 \begin_layout Standard
28227 ¸Çç
28228 \hfill
28229 cedilla
28230 \end_layout
28231
28232 \begin_layout Standard
28233 ¯
28234 \hfill
28235 macron
28236 \begin_inset Foot
28237 status collapsed
28238
28239 \begin_layout Standard
28240 The dead macron in usually not needed, as you will use a non--dead key for
28241  this instead.
28242  For example, S-M-minus, or if 
28243 \family typewriter
28244 \shape up
28245 .Xmodmap
28246 \family default
28247 \shape default
28248  is correct, S-M-macron.
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \end_deeper
28257 \begin_layout Itemize
28258 From 
28259 \family typewriter
28260 ISO8859--2
28261 \family default
28262  through 
28263 \family typewriter
28264 4
28265 \family default
28266 :
28267 \end_layout
28268
28269 \begin_deeper
28270 \begin_layout Standard
28271 ĤĴĥȷ̂ĈĜŜĉĝŝ
28272 \hfill
28273 circumflex
28274 \end_layout
28275
28276 \begin_layout Standard
28277 ŚŹśźŔĹĆŃŕĺćń
28278 \hfill
28279 acute
28280 \end_layout
28281
28282 \begin_layout Standard
28283 Ĩı̃Ũũ
28284 \hfill
28285 tilde
28286 \end_layout
28287
28288 \begin_layout Standard
28289 ŞşŢţŖĻĢŗļģŅĶņķ
28290 \hfill
28291 cedilla
28292 \begin_inset Foot
28293 status collapsed
28294
28295 \begin_layout Standard
28296 These characters might not look very nice on screen, but they will be just
28297  fine when run through LaTeX and printed.
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \begin_layout Standard
28306 ĒēĀĪŌŪāı̄ōū
28307 \hfill
28308 macron
28309 \end_layout
28310
28311 \begin_layout Standard
28312 ŐŰőű
28313 \hfill
28314 hungarian umlaut
28315 \end_layout
28316
28317 \end_deeper
28318 \begin_layout Standard
28319 All the characters above are actively supported by TeX fonts.
28320  In addition TeX allows diacritical marks on almost all characters.
28321  Also make sure you're using the 
28322 \family typewriter
28323 T1
28324 \family default
28325  font-encoding.
28326 \end_layout
28327
28328 \begin_layout Chapter
28329 Credits
28330 \end_layout
28331
28332 \begin_layout Standard
28333 The documentation is a collaborative effort between many different people
28334  (and we would encourage people to contribute !).
28335 \end_layout
28336
28337 \begin_layout Standard
28338 First, we need to give due credit to those who came before us.
28339  They gave us the base upon which the new manuals are built, and some continue
28340  to provide information:
28341 \end_layout
28342
28343 \begin_layout Itemize
28344
28345 \noun on
28346 Matthias Ettrich
28347 \noun default
28348  wrote the original documentation, from which this manual is built, as well
28349  as the introduction to this manual [or the 
28350 \begin_inset Quotes eld
28351 \end_inset
28352
28353 LyX Manifesto,
28354 \begin_inset Quotes erd
28355 \end_inset
28356
28357  as some of us call it].
28358 \end_layout
28359
28360 \begin_layout Itemize
28361
28362 \noun on
28363 Lars Gullik Bjønnes
28364 \noun default
28365  wrote several minidocs, including some of the information about international
28366  support in LyX.
28367 \end_layout
28368
28369 \begin_layout Itemize
28370
28371 \noun on
28372 Ivan Schreter
28373 \noun default
28374  also wrote a minidoc about international support, specifically about internatio
28375 nal keyboard maps and customization.
28376 \end_layout
28377
28378 \begin_layout Itemize
28379
28380 \noun on
28381 Alejandro Aguilar Sierra
28382 \noun default
28383  originally documented math mode and provided the entries for the math functions
28384  in 
28385 \family typewriter
28386 Reference.lyx
28387 \end_layout
28388
28389 \begin_layout Itemize
28390 Special thanks to the LyX Team\InsetSpace ~
28391
28392 \begin_inset LatexCommand cite
28393 key "lyxcredit"
28394
28395 \end_inset
28396
28397  for help and answers to questions.
28398 \end_layout
28399
28400 \begin_layout Standard
28401 Next, it's time to give credit to the 
28402 \begin_inset Quotes eld
28403 \end_inset
28404
28405 LyX Documentation Team,
28406 \begin_inset Quotes erd
28407 \end_inset
28408
28409  all of the people who helped rewrite the old documentation into the form
28410  it had after LyX version 0.10:
28411 \end_layout
28412
28413 \begin_layout Itemize
28414
28415 \noun on
28416 David Johnson
28417 \noun default
28418 :
28419 \end_layout
28420
28421 \begin_deeper
28422 \begin_layout Itemize
28423 Contributor to the FAQ and the old 
28424 \begin_inset Quotes eld
28425 \end_inset
28426
28427
28428 \family typewriter
28429 HowDoI-.lyx
28430 \family default
28431
28432 \begin_inset Quotes erd
28433 \end_inset
28434
28435  [now defunct].
28436 \end_layout
28437
28438 \begin_layout Itemize
28439 General editing assistance.
28440 \end_layout
28441
28442 \begin_layout Itemize
28443 Documentation of: 
28444 \end_layout
28445
28446 \begin_deeper
28447 \begin_layout Itemize
28448 math mode 
28449 \end_layout
28450
28451 \begin_layout Itemize
28452 tables
28453 \end_layout
28454
28455 \begin_layout Itemize
28456 spellchecking
28457 \end_layout
28458
28459 \end_deeper
28460 \end_deeper
28461 \begin_layout Itemize
28462
28463 \noun on
28464 Rich Fields
28465 \noun default
28466 :
28467 \end_layout
28468
28469 \begin_deeper
28470 \begin_layout Itemize
28471 Primary contributor to 
28472 \family typewriter
28473 Reference.lyx
28474 \end_layout
28475
28476 \begin_layout Itemize
28477 Documentation of the basic LyX interface in 
28478 \family typewriter
28479 UserGuide.lyx
28480 \end_layout
28481
28482 \end_deeper
28483 \begin_layout Itemize
28484
28485 \noun on
28486 Paul Evans
28487 \noun default
28488 :
28489 \end_layout
28490
28491 \begin_deeper
28492 \begin_layout Itemize
28493 Former maintainer of the FAQ and the old 
28494 \begin_inset Quotes eld
28495 \end_inset
28496
28497
28498 \family typewriter
28499 HowDoI-.lyx
28500 \family default
28501
28502 \begin_inset Quotes erd
28503 \end_inset
28504
28505  [now defunct].
28506 \end_layout
28507
28508 \end_deeper
28509 \begin_layout Itemize
28510
28511 \noun on
28512 Paul Russel:
28513 \end_layout
28514
28515 \begin_deeper
28516 \begin_layout Itemize
28517 Documentation of figures and imported graphics in 
28518 \family typewriter
28519 UserGuide.lyx
28520 \end_layout
28521
28522 \end_deeper
28523 \begin_layout Itemize
28524
28525 \noun on
28526 John Raithel
28527 \noun default
28528 :
28529 \end_layout
28530
28531 \begin_deeper
28532 \begin_layout Itemize
28533 Documentation of internationalization features in 
28534 \family typewriter
28535 UserGuide.lyx
28536 \end_layout
28537
28538 \end_deeper
28539 \begin_layout Itemize
28540
28541 \noun on
28542 Robin Socha:
28543 \end_layout
28544
28545 \begin_deeper
28546 \begin_layout Itemize
28547 Documentation of:
28548 \end_layout
28549
28550 \begin_deeper
28551 \begin_layout Itemize
28552 footnotes
28553 \end_layout
28554
28555 \begin_layout Itemize
28556 margin notes
28557 \end_layout
28558
28559 \begin_layout Itemize
28560 table of contents
28561 \end_layout
28562
28563 \begin_layout Itemize
28564 cross-references
28565 \end_layout
28566
28567 \end_deeper
28568 \end_deeper
28569 \begin_layout Itemize
28570
28571 \noun on
28572 Amir Karger
28573 \end_layout
28574
28575 \begin_deeper
28576 \begin_layout Itemize
28577 Primary contributor to 
28578 \family typewriter
28579 Tutorial.lyx
28580 \end_layout
28581
28582 \end_deeper
28583 \begin_layout Itemize
28584
28585 \noun on
28586 Matthias Zenker:
28587 \end_layout
28588
28589 \begin_deeper
28590 \begin_layout Itemize
28591 Documentation of 
28592 \end_layout
28593
28594 \begin_deeper
28595 \begin_layout Itemize
28596 manual fine-tuning 
28597 \end_layout
28598
28599 \begin_layout Itemize
28600 using LaTeX from within LyX
28601 \end_layout
28602
28603 \end_deeper
28604 \end_deeper
28605 \begin_layout Itemize
28606
28607 \noun on
28608 John Weiss
28609 \noun default
28610 :
28611 \end_layout
28612
28613 \begin_deeper
28614 \begin_layout Itemize
28615 General organization and format of the documents.
28616 \end_layout
28617
28618 \begin_layout Itemize
28619 Documentation of :
28620 \end_layout
28621
28622 \begin_deeper
28623 \begin_layout Itemize
28624 LyX setup
28625 \end_layout
28626
28627 \begin_layout Itemize
28628 paragraph environments, document layout, nesting, typography notes, fonts
28629 \end_layout
28630
28631 \end_deeper
28632 \begin_layout Itemize
28633 Also responsible for Introduction in 
28634 \family typewriter
28635 Tutorial.lyx
28636 \end_layout
28637
28638 \begin_layout Itemize
28639 Editor of the documents.
28640  [from 6/96-fall 1997]
28641 \end_layout
28642
28643 \end_deeper
28644 \begin_layout Standard
28645 After fall of 1997, the LyX Team as a whole took over maintenance of the
28646  documentation.
28647 \end_layout
28648
28649 \begin_layout Bibliography
28650 \begin_inset LatexCommand bibitem
28651 key "lyxcredit"
28652
28653 \end_inset
28654
28655 The LyX Team: 
28656 \begin_inset ERT
28657 status collapsed
28658
28659 \begin_layout Standard
28660
28661
28662 \backslash
28663 href{http://www.lyx.org/about/credits.php}{
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \emph on
28670 CREDITS
28671 \emph default
28672
28673 \begin_inset ERT
28674 status collapsed
28675
28676 \begin_layout Standard
28677
28678 }
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Bibliography
28687 \begin_inset LatexCommand bibitem
28688 key "latexbook"
28689
28690 \end_inset
28691
28692 Leslie Lamport: 
28693 \emph on
28694 LaTeX: A Document Preparation System.
28695
28696 \emph default
28697  Addison-Wesley, second edition, 1994
28698 \end_layout
28699
28700 \begin_layout Bibliography
28701 \begin_inset LatexCommand bibitem
28702 key "latexcompanion"
28703
28704 \end_inset
28705
28706 Michel Goossens, Frank Mittelbach and Alexander Samarin: 
28707 \emph on
28708 The LaTeX Companion.
28709
28710 \emph default
28711  Addison-Wesley, 1994
28712 \end_layout
28713
28714 \begin_layout Bibliography
28715 \begin_inset LatexCommand bibitem
28716 key "latexguide"
28717
28718 \end_inset
28719
28720 Kopka and Daly: 
28721 \emph on
28722 A Guide to LaTeX2e
28723 \end_layout
28724
28725 \begin_layout Bibliography
28726 \begin_inset LatexCommand bibitem
28727 key "texbook"
28728
28729 \end_inset
28730
28731 Donald E.
28732  Knuth.
28733  
28734 \emph on
28735 The TeXbook
28736 \end_layout
28737
28738 \end_body
28739 \end_document