]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
Spanish EmbeddedObjects.lyx: Updates from Ignacio
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.5.0rc2 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 "Anonymous" 
95 \author "usti" 
96 \author "Bo Peng" 
97 \author "Uwe Stöhr" 
98 \end_header
99
100 \begin_body
101
102 \begin_layout Title
103 The LyX User's Guide
104 \end_layout
105
106 \begin_layout Author
107 by the LyX Team
108 \begin_inset Foot
109 status collapsed
110
111 \begin_layout Standard
112 \noindent
113 If you have comments or error corrections, please send them to the LyX Documenta
114 tion mailing list: 
115 \family typewriter
116 lyx-docs@lists.lyx.org
117 \end_layout
118
119 \end_inset
120
121
122 \end_layout
123
124 \begin_layout Standard
125 \begin_inset Note Note
126 status open
127
128 \begin_layout Standard
129 To export this document as pdf, ps or dvi, the LaTeX-package 
130 \series bold
131 hyperref
132 \series default
133  has to be installed.
134 \end_layout
135
136 \begin_layout Standard
137 This package should be part of all popular LaTeX-distributions.
138 \end_layout
139
140 \end_inset
141
142
143 \end_layout
144
145 \begin_layout Standard
146 \begin_inset LatexCommand tableofcontents
147
148 \end_inset
149
150
151 \end_layout
152
153 \begin_layout Chapter
154 Introduction
155 \end_layout
156
157 \begin_layout Section
158 What is LyX?
159 \end_layout
160
161 \begin_layout Standard
162 LyX is a document preparation system.
163  It is a tool for producing beautiful manuscripts, publishable books, business
164  letters and proposals, and even poetry.
165  It is unlike most other 
166 \begin_inset Quotes eld
167 \end_inset
168
169 word processors
170 \begin_inset Quotes erd
171 \end_inset
172
173  in the sense that it uses the paradigm of a markup language as its core
174  editing style.
175  That means that when you type a section header, you mark it as a 
176 \begin_inset Quotes eld
177 \end_inset
178
179 Section
180 \begin_inset Quotes erd
181 \end_inset
182
183 , not 
184 \begin_inset Quotes eld
185 \end_inset
186
187 Bold, 17 pt type, left justified, 5 mm space below
188 \begin_inset Quotes erd
189 \end_inset
190
191 .
192  LyX takes care of the typesetting for you, so you deal only with concepts,
193  not the mechanics.
194 \end_layout
195
196 \begin_layout Standard
197 This philosophy is explained in much greater detail in the 
198 \emph on
199
200 \begin_inset Quotes eld
201 \end_inset
202
203 Introduction
204 \begin_inset Quotes erd
205 \end_inset
206
207
208 \emph default
209 .
210  If you haven't read it yet, you need to.
211  Yes, we mean now.
212 \end_layout
213
214 \begin_layout Standard
215 The 
216 \begin_inset Quotes eld
217 \end_inset
218
219
220 \emph on
221 Introduction
222 \emph default
223
224 \begin_inset Quotes erd
225 \end_inset
226
227  describes several things in addition to LyX's philosophy: most importantly,
228  the format of all of the manuals.
229  If you don't read it, you'll have a bear of a time navigating this manual.
230  You might also be better served looking in one of the other manuals instead
231  of this one.
232  
233 \begin_inset Quotes eld
234 \end_inset
235
236
237 \emph on
238 Introduction
239 \emph default
240
241 \begin_inset Quotes erd
242 \end_inset
243
244  describes that, too.
245 \end_layout
246
247 \begin_layout Section
248 Getting Started
249 \end_layout
250
251 \begin_layout Subsection
252 Invoking LyX
253 \end_layout
254
255 \begin_layout Standard
256 Similar to other Linux [and other brands of Unix] programs, you start LyX
257  by simply typing 
258 \family typewriter
259 lyx
260 \family default
261  at the command line.
262  You can, of course, include several command-line options, including file
263  names.
264  We're not going to repeat all of the command-line options here, since we've
265  already done that in the 
266 \family typewriter
267 man
268 \family default
269  page for LyX.
270  Check there for more info.
271 \end_layout
272
273 \begin_layout Standard
274 There are one or two things we'd like to comment on:
275 \end_layout
276
277 \begin_layout Standard
278 Please note that if you include more than one file name on the command line,
279  LyX will load them all, though it won't display them all simultaneously.
280  More on that in a bit.
281 \end_layout
282
283 \begin_layout Subsection
284 How LyX Looks
285 \end_layout
286
287 \begin_layout Standard
288 Like most applications, LyX has the familiar menu bar across the top of
289  its window.
290  Below it is a toolbar with a pulldown box and various buttons.
291  There is, of course, a vertical scrollbar and a main work area for editing
292  documents.
293  Near the bottom of the window is a small window containing a single line
294  of text.
295  This is the 
296 \emph on
297 minibuffer
298 \emph default
299  (a term which we've swiped, lock, stock, and barrel, from GNU Emacs), which
300  really means 
301 \begin_inset Quotes eld
302 \end_inset
303
304 command buffer
305 \begin_inset Quotes erd
306 \end_inset
307
308 .
309  Type 
310 \family sans
311 M-x
312 \family default
313  when you need to type a command in the minibuffer.
314 \end_layout
315
316 \begin_layout Standard
317 Note that there is no horizontal scroll bar.
318  This is not a bug or an oversight, but intentional.
319  When you read a book, you expect the end of a line to wrap around to the
320  next line.
321  Text overflows onto new pages in a vertical fashion, hence the need for
322  only a vertical scrollbar.
323 \end_layout
324
325 \begin_layout Standard
326 There are three cases where you might want a horizontal scrollbar.
327  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
328  This, however, is due
329  to a flaw in the routine that displays graphics on the LyX screen in a
330  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
331  as you'd need to rescale graphics to fit on a page.
332  The second and third cases are tables and equations which are wider than
333  the LyX window.
334  You can use the arrow keys to scroll horizontally through the table, but
335  this doesn't work for equations yet.
336 \end_layout
337
338 \begin_layout Subsection
339 HELP!
340 \end_layout
341
342 \begin_layout Standard
343 First, the bad news: the help system is not as thorough as that in many
344  commercial applications.
345  Patience.
346  We're working on it.
347 \end_layout
348
349 \begin_layout Standard
350 Now the good news: the help system consists of the LyX manuals.
351  You can read 
352 \emph on
353 all
354 \emph default
355  of the manuals from inside LyX.
356  Just select the manual you want read from the 
357 \family sans
358 \bar under
359 H
360 \bar default
361 elp
362 \family default
363  menu.
364 \end_layout
365
366 \begin_layout Standard
367 While we're at it, we'd like to make a comment about the manuals.
368  They're not idiot-proof, not in the least.
369  Here's what one of our authors, 
370 \noun on
371 John Weiss
372 \noun default
373 , once said about manuals:
374 \end_layout
375
376 \begin_layout Quotation
377 I hate manuals.
378 \end_layout
379
380 \begin_layout Quotation
381 Yes, we've all dealt with the terse, poorly-translated, or cryptic manuals.
382  They are aggravating.
383  I find, however, that the overly simplified ones are even more aggravating.
384  First, they spend about half their time carefully explaining to the user
385  how to operate a mouse, what a menu is, et cetera, ad nauseum.
386  Please, if someone doesn't know how to use their own computer, or a GUI,
387  then they should sit down and learn 
388 \emph on
389 before
390 \emph default
391  they start up a major piece of software.
392 \end_layout
393
394 \begin_layout Quotation
395 Second, what information they do provide seems to assume that the user is
396  stupid.
397  Utter nonsense! Most users, in my experience, are some combination of clueless
398  and intimidated, not stupid.
399  Besides, if someone is truly slow on the uptake, they need help that a
400  manual for a piece of computer software can't give.
401 \end_layout
402
403 \begin_layout Standard
404
405 \emph on
406 Editor's Note: With this in mind, I've instructed all of the other authors
407  to avoid patronizing you, the reader, and to be more pedagogical than pedantic.
408  As for those who are too lazy to read and understand the manuals --- well,
409  as we say here in America, there's no such thing as a free lunch.
410  - jw
411 \end_layout
412
413 \begin_layout Section
414 The LyX Interface
415 \end_layout
416
417 \begin_layout Subsection
418 Basic File Operations
419 \end_layout
420
421 \begin_layout Standard
422 Under the 
423 \family sans
424 \bar under
425 F
426 \bar default
427 ile
428 \family default
429  menu are the 9 basic operations for any word processor in addition to some
430  more advanced operations:
431 \end_layout
432
433 \begin_layout Itemize
434
435 \family sans
436 \bar under
437 N
438 \bar default
439 ew
440 \end_layout
441
442 \begin_layout Itemize
443
444 \family sans
445 New\InsetSpace ~
446 from
447 \bar under
448 \InsetSpace ~
449 T
450 \bar default
451 emplate
452 \end_layout
453
454 \begin_layout Itemize
455
456 \family sans
457 \bar under
458 O
459 \bar default
460 pen
461 \end_layout
462
463 \begin_layout Itemize
464
465 \family sans
466 \bar under
467 C
468 \bar default
469 lose
470 \end_layout
471
472 \begin_layout Itemize
473
474 \family sans
475 \bar under
476 S
477 \bar default
478 ave
479 \end_layout
480
481 \begin_layout Itemize
482
483 \family sans
484 Save\InsetSpace ~
485
486 \bar under
487 A
488 \bar default
489 s
490 \end_layout
491
492 \begin_layout Itemize
493
494 \family sans
495 \bar under
496 R
497 \bar default
498 evert
499 \end_layout
500
501 \begin_layout Itemize
502
503 \family sans
504 \bar under
505 P
506 \bar default
507 rint
508 \end_layout
509
510 \begin_layout Itemize
511
512 \family sans
513 E
514 \bar under
515 x
516 \bar default
517 it
518 \end_layout
519
520 \begin_layout Standard
521 They all do pretty much the same thing as in other word processors, with
522  a few minor differences.
523  The 
524 \family sans
525 \bar under
526 F
527 \bar default
528 ile\SpecialChar \menuseparator
529 New\InsetSpace ~
530 from
531 \bar under
532 \InsetSpace ~
533 T
534 \bar default
535 emplate
536 \family default
537  command not only prompts you for a name for the new file, but also prompts
538  you for a template to use.
539  Selecting a template will automatically set certain layout features for
540  the document, features you would otherwise need to change manually.
541  They can be of use for certain classes, especially those for writing letters
542  [see sec.
543  
544 \begin_inset LatexCommand ref
545 reference "sec:doc-classes"
546
547 \end_inset
548
549 ]
550 \end_layout
551
552 \begin_layout Standard
553 Note: There is no 
554 \begin_inset Quotes eld
555 \end_inset
556
557 default file
558 \begin_inset Quotes erd
559 \end_inset
560
561  or document named 
562 \begin_inset Quotes eld
563 \end_inset
564
565 Untitled
566 \begin_inset Quotes erd
567 \end_inset
568
569  or 
570 \begin_inset Quotes eld
571 \end_inset
572
573 scratch.
574 \begin_inset Quotes erd
575 \end_inset
576
577  Unless you tell LyX to open a file or create a new one, that big, blank
578  space is just that --- a big, blank space.
579 \end_layout
580
581 \begin_layout Standard
582 The 
583 \family sans
584 \bar under
585 R
586 \bar default
587 evert
588 \family default
589  command is useful if more people work on the same document at the same
590  time
591 \begin_inset Foot
592 status collapsed
593
594 \begin_layout Standard
595 If you plan to do this, you should check out the Version Control feature
596  in LyX also.
597  Read 
598 \emph on
599 Extended Features
600 \emph default
601 \SpecialChar \@.
602
603 \end_layout
604
605 \end_inset
606
607 .
608  It will simply reload the document from disk.
609  You can of course also use it if you regret that you changed a document
610  and want to restore it to the last save.
611 \end_layout
612
613 \begin_layout Standard
614 The second matter of note concerns the commands 
615 \family sans
616 \bar under
617 F
618 \bar default
619 ile\SpecialChar \menuseparator
620
621 \bar under
622 C
623 \bar default
624 lose
625 \family default
626  and 
627 \family sans
628 \bar under
629 F
630 \bar default
631 ile\SpecialChar \menuseparator
632 E
633 \bar under
634 x
635 \bar default
636 it
637 \family default
638 .
639  They both feature a 
640 \begin_inset Quotes eld
641 \end_inset
642
643 nag box
644 \begin_inset Quotes erd
645 \end_inset
646
647  to save us all from our own stupidity.
648  That is, if you try to close a file with changes [or exit LyX], you'll
649  be informed that there are unsaved files.
650 \end_layout
651
652 \begin_layout Subsection
653 Basic Editing Features
654 \end_layout
655
656 \begin_layout Standard
657 Like most modern word processors, LyX can perform cut and paste operations
658  on blocks of text, can move by character, word, or screenful of text, and
659  can delete whole words as well as individual characters.
660  The next four sections cover the basic LyX editing features and how to
661  access them.
662  We'll start with cut and paste.
663 \end_layout
664
665 \begin_layout Standard
666 As you might expect, the 
667 \family sans
668 \bar under
669 E
670 \bar default
671 dit
672 \family default
673  menu has the cut and paste commands, along with various other editing features.
674  Some of these are special and covered in later sections.
675  The basic ones are:
676 \end_layout
677
678 \begin_layout Itemize
679
680 \family sans
681 Cut
682 \end_layout
683
684 \begin_layout Itemize
685
686 \family sans
687 Copy
688 \end_layout
689
690 \begin_layout Itemize
691
692 \family sans
693 Paste
694 \end_layout
695
696 \begin_layout Itemize
697
698 \family sans
699 \bar under
700 F
701 \bar default
702 ind\InsetSpace ~
703 &\InsetSpace ~
704 Replace\SpecialChar \ldots{}
705
706 \end_layout
707
708 \begin_layout Standard
709 The first three are self-explanatory.
710  One thing to note: whenever you delete a block of text that you've selected,
711  it's automatically placed in the clipboard.
712  That is, the 
713 \family sans
714 Delete
715 \family default
716  and 
717 \family sans
718 Backspace
719 \family default
720  keys also functions as the 
721 \family sans
722 Cut
723 \family default
724  command.
725  Also, if you've selected text, be careful.
726  If you hit a key, LyX will completely delete the selected text and replace
727  it with what you just typed.
728  You'll have to do an 
729 \family sans
730 \bar under
731 U
732 \bar default
733 ndo
734 \family default
735  to get back the lost text.
736 \end_layout
737
738 \begin_layout Standard
739 The 
740 \family sans
741 \bar under
742 E
743 \bar default
744 dit\SpecialChar \menuseparator
745
746 \bar under
747 F
748 \bar default
749 ind\InsetSpace ~
750 &\InsetSpace ~
751 Replace\SpecialChar \ldots{}
752
753 \family default
754  item opens the 
755 \family sans
756 Find\InsetSpace ~
757 &\InsetSpace ~
758 Replace
759 \family default
760  dialog.
761  The text you want to find goes in the 
762 \family sans
763 Fi
764 \bar under
765 n
766 \bar default
767 d
768 \family default
769  box.
770  Once you've found a word or expression, LyX selects it.
771  Hitting the 
772 \family sans
773 \bar under
774 R
775 \bar default
776 eplace
777 \family default
778  button replaces the selected text with the contents of the 
779 \family sans
780 Replace\InsetSpace ~
781
782 \bar under
783 w
784 \bar default
785 ith
786 \family default
787  box.
788  You can click to search again to skip the current word.
789 \end_layout
790
791 \begin_layout Standard
792 Hit 
793 \family sans
794 Replace
795 \family default
796  
797 \family sans
798 \bar under
799 A
800 \bar default
801 ll
802 \family default
803  to replace all occurrences of the text in the document automatically.
804 \end_layout
805
806 \begin_layout Standard
807 The 
808 \family sans
809 Ca
810 \bar under
811 s
812 \bar default
813 e\InsetSpace ~
814 sensitive
815 \family default
816  toggle button can be used if you want the search to consider the case of
817  the search word.
818  If the toggle is set, searching for 
819 \begin_inset Quotes eld
820 \end_inset
821
822
823 \family typewriter
824 Match
825 \family default
826
827 \begin_inset Quotes erd
828 \end_inset
829
830  will not match the word 
831 \begin_inset Quotes eld
832 \end_inset
833
834
835 \family typewriter
836 match
837 \family default
838
839 \begin_inset Quotes erd
840 \end_inset
841
842 .
843 \end_layout
844
845 \begin_layout Standard
846 The 
847 \family sans
848 \bar under
849 M
850 \bar default
851 atch\InsetSpace ~
852 Word
853 \family default
854  toggle button can be used to force LyX to only find complete words.
855  I.e., searching for 
856 \begin_inset Quotes eld
857 \end_inset
858
859
860 \family typewriter
861 match
862 \family default
863
864 \begin_inset Quotes erd
865 \end_inset
866
867  will not match 
868 \begin_inset Quotes eld
869 \end_inset
870
871
872 \family typewriter
873 matches
874 \family default
875
876 \begin_inset Quotes erd
877 \end_inset
878
879
880 \begin_inset Quotes eld
881 \end_inset
882
883
884 \family typewriter
885 matchbox
886 \family default
887
888 \begin_inset Quotes erd
889 \end_inset
890
891 , etc.
892 \end_layout
893
894 \begin_layout Subsection
895 Undo and Redo
896 \end_layout
897
898 \begin_layout Standard
899 If you make a mistake, you can easily recover from it.
900  LyX has a large-capacity undo/redo buffer.
901  Select 
902 \family sans
903 \bar under
904 E
905 \bar default
906 dit\SpecialChar \menuseparator
907
908 \bar under
909 U
910 \bar default
911 ndo
912 \family default
913  to undo some mistake.
914  If you accidently undo too much, use 
915 \family sans
916 \bar under
917 E
918 \bar default
919 dit\SpecialChar \menuseparator
920
921 \bar under
922 R
923 \bar default
924 edo
925 \family default
926  to 
927 \begin_inset Quotes eld
928 \end_inset
929
930 undo the undo.
931 \begin_inset Quotes erd
932 \end_inset
933
934  The undo mechanism is currently limited to 100 steps to minimise memory
935  overhead.
936  
937 \end_layout
938
939 \begin_layout Standard
940 Notice that if you revert back all changes to arrive to the document as
941  it was last saved, the 
942 \begin_inset Quotes eld
943 \end_inset
944
945 changed
946 \begin_inset Quotes erd
947 \end_inset
948
949  status of the document is unfortunately not reset.
950  This is a consequence of the 100 step undo limit, above.
951 \end_layout
952
953 \begin_layout Standard
954 The 
955 \family sans
956 \bar under
957 U
958 \bar default
959 ndo
960 \family default
961  and 
962 \family sans
963 \bar under
964 R
965 \bar default
966 edo
967 \family default
968  work on almost everything in LyX.
969  They have some quirks, too.
970  They won't 
971 \family sans
972 \bar under
973 U
974 \bar default
975 ndo
976 \family default
977  or 
978 \family sans
979 \bar under
980 R
981 \bar default
982 edo
983 \family default
984  text character by character, but by blocks of text.
985  That can take some getting used to; you'll have to play with 
986 \family sans
987 \bar under
988 U
989 \bar default
990 ndo
991 \family default
992  and 
993 \family sans
994 \bar under
995 R
996 \bar default
997 edo
998 \family default
999  to get a feel for just how much they'll undo/redo, and after time, you'll
1000  hopefully appreciate how it works.
1001 \end_layout
1002
1003 \begin_layout Subsection
1004 Basic Mouse Bindings
1005 \end_layout
1006
1007 \begin_layout Standard
1008 We're not going to go into all of the mouse bindings here.
1009  Some of the other sections of this manual cover specific operations you
1010  can do with the mouse.
1011  Instead, we're going to cover the most basic mouse operations.
1012 \end_layout
1013
1014 \begin_layout Enumerate
1015 Motion
1016 \end_layout
1017
1018 \begin_deeper
1019 \begin_layout Itemize
1020 Click the 
1021 \emph on
1022 left mouse button
1023 \emph default
1024  once anywhere in the edit window.
1025  The cursor moves to the text under the mouse.
1026 \end_layout
1027
1028 \end_deeper
1029 \begin_layout Enumerate
1030 Selecting Text
1031 \end_layout
1032
1033 \begin_deeper
1034 \begin_layout Itemize
1035 Hold down the 
1036 \emph on
1037 left mouse button
1038 \emph default
1039  and drag the mouse.
1040  LyX marks the text between the old and new mouse positions.
1041  Use 
1042 \family sans
1043 \bar under
1044 E
1045 \bar default
1046 dit\SpecialChar \menuseparator
1047 Copy
1048 \family default
1049  to create a copy of the text in LyX's buffer.
1050 \end_layout
1051
1052 \begin_layout Itemize
1053 Re-position the cursor and then paste the text back into LyX using 
1054 \family sans
1055 \bar under
1056 E
1057 \bar default
1058 dit\SpecialChar \menuseparator
1059 Paste
1060 \family default
1061 .
1062 \end_layout
1063
1064 \end_deeper
1065 \begin_layout Enumerate
1066 Footnotes, Margin Notes, Figure and Table Floats, etc.
1067 \end_layout
1068
1069 \begin_deeper
1070 \begin_layout Standard
1071
1072 \emph on
1073 Single click
1074 \emph default
1075  the left mouse button to open or close any of these.
1076  Also check the appropriate section of this manual for more details.
1077 \end_layout
1078
1079 \end_deeper
1080 \begin_layout Enumerate
1081 Tables
1082 \end_layout
1083
1084 \begin_deeper
1085 \begin_layout Standard
1086
1087 \emph on
1088 Single click
1089 \emph default
1090  the right mouse button to open a dialog that will allow you to manipulate
1091  the table.
1092 \end_layout
1093
1094 \end_deeper
1095 \begin_layout Subsection
1096 Basic Key Bindings
1097 \begin_inset LatexCommand label
1098 name "sec: key bindings"
1099
1100 \end_inset
1101
1102
1103 \end_layout
1104
1105 \begin_layout Standard
1106 Again, we're not going to cover all of the keybindings.
1107  Be aware that there are at least two different primary binding maps: CUA
1108  and Emacs.
1109  I guarantee you will cuss when you press Control-d to delete a character,
1110  and it starts up a DVI previewer instead (or vice versa).
1111 \end_layout
1112
1113 \begin_layout Standard
1114 Some keys, like 
1115 \family sans
1116 Page\InsetSpace ~
1117 Up
1118 \family default
1119
1120 \family sans
1121 Page\InsetSpace ~
1122 Down
1123 \family default
1124
1125 \family sans
1126 Left
1127 \family default
1128
1129 \family sans
1130 Right
1131 \family default
1132
1133 \family sans
1134 Up
1135 \family default
1136 , and 
1137 \family sans
1138 Down
1139 \family default
1140 , do exactly what you expect them to do.
1141  Other keys don't:
1142 \end_layout
1143
1144 \begin_layout Labeling
1145 \labelwidthstring 00.00.0000
1146
1147 \family sans
1148 Tab
1149 \family default
1150  There is no such thing as a tab stop in LyX.
1151  If you don't understand this, go read Sections 
1152 \begin_inset LatexCommand ref
1153 reference "sec:parindentintro"
1154
1155 \end_inset
1156
1157  and 
1158 \begin_inset LatexCommand ref
1159 reference "sec:par-environments"
1160
1161 \end_inset
1162
1163 , especially Section\InsetSpace ~
1164
1165 \begin_inset LatexCommand ref
1166 reference "sec:parenvlists"
1167
1168 \end_inset
1169
1170 , right now.
1171  Yes, right now.
1172  If you're still confused, look in the 
1173 \emph on
1174 Tutorial
1175 \emph default
1176 .
1177 \end_layout
1178
1179 \begin_layout Labeling
1180 \labelwidthstring 00.00.0000
1181
1182 \family sans
1183 Esc
1184 \family default
1185  This is the 
1186 \begin_inset Quotes eld
1187 \end_inset
1188
1189 cancel key.
1190 \begin_inset Quotes erd
1191 \end_inset
1192
1193  It's used, generically, to cancel operations.
1194  Other parts of the manual will go into greater detail about this.
1195 \end_layout
1196
1197 \begin_layout Labeling
1198 \labelwidthstring 00.00.0000
1199
1200 \family sans
1201 Home
1202 \family default
1203 \InsetSpace ~
1204 and\InsetSpace ~
1205
1206 \family sans
1207 End
1208 \family default
1209  These move the cursor, respectively, to the beginning and end of a line,
1210  unless you are using the Emacs bindings where they jump to the beginning
1211  or end of the file.
1212 \end_layout
1213
1214 \begin_layout Labeling
1215 \labelwidthstring 00.00.0000
1216
1217 \family sans
1218 Backspace
1219 \family default
1220 \InsetSpace ~
1221 and\InsetSpace ~
1222
1223 \family sans
1224 Delete
1225 \family default
1226  
1227 \emph on
1228 If
1229 \emph default
1230  you have your keyboard set up correctly under the X Windows System, 
1231 \family sans
1232 Backspace
1233 \family default
1234  works as expected and 
1235 \family sans
1236 Delete
1237 \family default
1238  deletes the character under the cursor [if no text is selected].
1239 \end_layout
1240
1241 \begin_deeper
1242 \begin_layout Standard
1243 If you haven't set up your keyboard under X, or have no idea what we mean
1244  by that, go read section 
1245 \begin_inset LatexCommand ref
1246 reference "sec:x-win-keys"
1247
1248 \end_inset
1249
1250  immediately.
1251  You'll save yourself a lot of headaches.
1252 \end_layout
1253
1254 \end_deeper
1255 \begin_layout Standard
1256 Then there are the modifier keys:
1257 \end_layout
1258
1259 \begin_layout Labeling
1260 \labelwidthstring 00.00.0000
1261
1262 \family sans
1263 Control-
1264 \family default
1265  This has a couple of different uses, depending on which keys it's used
1266  in combination with:
1267 \end_layout
1268
1269 \begin_deeper
1270 \begin_layout Itemize
1271 With 
1272 \family sans
1273 Backspace
1274 \family default
1275  or 
1276 \family sans
1277 Delete
1278 \family default
1279 , it deletes an entire word instead of a single character.
1280 \end_layout
1281
1282 \begin_layout Itemize
1283 With 
1284 \family sans
1285 Left
1286 \family default
1287  and 
1288 \family sans
1289 Right
1290 \family default
1291 , it moves by words instead of characters.
1292 \end_layout
1293
1294 \begin_layout Itemize
1295 With 
1296 \family sans
1297 Home
1298 \family default
1299  and 
1300 \family sans
1301 End
1302 \family default
1303 , it moves to the beginning and the end of the document, respectively.
1304 \end_layout
1305
1306 \end_deeper
1307 \begin_layout Labeling
1308 \labelwidthstring 00.00.0000
1309
1310 \family sans
1311 Shift-
1312 \family default
1313  Use this with any of the motion keys to select the text between the old
1314  and new cursor positions.
1315 \end_layout
1316
1317 \begin_layout Labeling
1318 \labelwidthstring 00.00.0000
1319
1320 \family sans
1321 Meta-
1322 \family default
1323  This is the Alt key on many keyboards, unless your keyboard has a distinct
1324  Meta key.
1325  Unfortunately, X sometimes has their functionality swapped, so if you have
1326  both keys, you will need to do a little trial and error to find out which
1327  one actually performs the 
1328 \family sans
1329 Meta-
1330 \family default
1331  function.
1332  This key does many different things, but it also activates the 
1333 \emph on
1334 menu accelerator keys
1335 \emph default
1336 .
1337  If you use this in combination with any of the underlined letters in a
1338  menu or menu item, it selects that menu item.
1339 \end_layout
1340
1341 \begin_deeper
1342 \begin_layout Standard
1343 For example, the sequence 
1344 \begin_inset Quotes eld
1345 \end_inset
1346
1347
1348 \family sans
1349 M-e\InsetSpace ~
1350 s
1351 \family default
1352
1353 \begin_inset Quotes erd
1354 \end_inset
1355
1356  brings up the 
1357 \begin_inset Quotes eld
1358 \end_inset
1359
1360 Text Style
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364  menu.
1365  Typing 
1366 \begin_inset Quotes eld
1367 \end_inset
1368
1369
1370 \family sans
1371 M-f
1372 \family default
1373
1374 \begin_inset Quotes erd
1375 \end_inset
1376
1377  opens the 
1378 \family sans
1379 \bar under
1380 F
1381 \bar default
1382 ile
1383 \family default
1384  menu.
1385 \end_layout
1386
1387 \begin_layout Standard
1388 There are also other things bound to the 
1389 \family sans
1390 Meta-
1391 \family default
1392  key, but you'll have to check in the 
1393 \emph on
1394 Reference
1395 \emph default
1396  
1397 \emph on
1398 manual
1399 \emph default
1400  for more info.
1401 \end_layout
1402
1403 \end_deeper
1404 \begin_layout Standard
1405 Hopefully, you'll learn more and more keybindings and short-cut keys as
1406  you use LyX, because most mouse actions will prompt a small message in
1407  the minibuffer which describe the name of the action, you've just triggered,
1408  and any existing keybindings for that action.
1409  The notation for the keybindings is very similar to the notation used in
1410  this documentation, so you should not have any problems understanding it.
1411  However, notice that Shift-modifiers are explicitly mentioned, so 
1412 \family sans
1413
1414 \begin_inset Quotes eld
1415 \end_inset
1416
1417 M-p S-A
1418 \family default
1419
1420 \begin_inset Quotes erd
1421 \end_inset
1422
1423  means 
1424 \family sans
1425 Meta-p
1426 \family default
1427  followed by a capital 
1428 \family sans
1429 A
1430 \family default
1431 .
1432  
1433 \begin_inset Quotes eld
1434 \end_inset
1435
1436
1437 \family sans
1438 S-C-S
1439 \family default
1440
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444  means 
1445 \family sans
1446 Shift-Control-s
1447 \family default
1448 .
1449 \end_layout
1450
1451 \begin_layout Section
1452 Using LyX with Other Programs
1453 \end_layout
1454
1455 \begin_layout Subsection
1456 Importing plain text files
1457 \end_layout
1458
1459 \begin_layout Standard
1460 You can import text from an plain text file using the 
1461 \family sans
1462 \bar under
1463 F
1464 \bar default
1465 ile\SpecialChar \menuseparator
1466
1467 \bar under
1468 I
1469 \bar default
1470 mport\SpecialChar \menuseparator
1471
1472 \bar under
1473 A
1474 \bar default
1475 scii\InsetSpace ~
1476 text\InsetSpace ~
1477 as\InsetSpace ~
1478 lines
1479 \family default
1480  or 
1481 \family sans
1482 \bar under
1483 F
1484 \bar default
1485 ile\SpecialChar \menuseparator
1486
1487 \bar under
1488 I
1489 \bar default
1490 mport\SpecialChar \menuseparator
1491
1492 \bar under
1493 A
1494 \bar default
1495 scii\InsetSpace ~
1496 text\InsetSpace ~
1497 as\InsetSpace ~
1498 paragraphs
1499 \family default
1500  options.
1501 \end_layout
1502
1503 \begin_layout Standard
1504
1505 \family sans
1506 \bar under
1507 F
1508 \bar default
1509 ile\SpecialChar \menuseparator
1510
1511 \bar under
1512 I
1513 \bar default
1514 mport\SpecialChar \menuseparator
1515
1516 \bar under
1517 A
1518 \bar default
1519 scii\InsetSpace ~
1520 text\InsetSpace ~
1521 as_lines
1522 \family default
1523  puts each line of the file into its own LyX paragraph.
1524  This is useful if you're importing a text file with a simple list in it.
1525  However, if your text file contains paragraphs in it, LyX will mangle the
1526  paragraphs if you use this form of import.
1527 \end_layout
1528
1529 \begin_layout Standard
1530
1531 \family sans
1532 \bar under
1533 F
1534 \bar default
1535 ile\SpecialChar \menuseparator
1536
1537 \bar under
1538 I
1539 \bar default
1540 mport\SpecialChar \menuseparator
1541
1542 \bar under
1543 A
1544 \bar default
1545 scii\InsetSpace ~
1546 text\InsetSpace ~
1547 as\InsetSpace ~
1548 paragraphs
1549 \family default
1550  preserves paragraphs in text files.
1551  Often in a text file, you didn't put the contents of an entire paragraph
1552  on one line.
1553  You used 
1554 \family sans
1555 Return
1556 \family default
1557  to break up the paragraph into separate lines.
1558  Using the 
1559 \family sans
1560 as\InsetSpace ~
1561 paragraphs
1562 \family default
1563 , LyX won't mangle such paragraphs.
1564  Anything between two consecutive blank lines goes into its own LyX paragraph.
1565  Remember: you must make sure there is a 
1566 \emph on
1567 completely blank
1568 \emph default
1569  line between each and every paragraph in your text file.
1570  If not, LyX might end up merging two paragraphs.
1571 \end_layout
1572
1573 \begin_layout Subsection
1574 Cut and Paste Between LyX and Other X Programs
1575 \end_layout
1576
1577 \begin_layout Standard
1578 The 
1579 \family sans
1580 Cut
1581 \family default
1582
1583 \family sans
1584 Copy
1585 \family default
1586 , and 
1587 \family sans
1588 Paste
1589 \family default
1590  operations will transfer text to and from LyX.
1591  You can copy text from LyX to another window in this way: Select the text
1592  that you want to copy, then go to the destination window and paste the
1593  text with the middle mouse button.
1594  
1595 \end_layout
1596
1597 \begin_layout Standard
1598 Pasting text into LyX also works much the same way as in X.
1599  Select the text with the mouse in another X window.
1600  Go to the Lyx window and paste the text with the middle mouse button.
1601 \end_layout
1602
1603 \begin_layout Chapter
1604 LyX Setup and Supporting Applications
1605 \end_layout
1606
1607 \begin_layout Section
1608 Introduction
1609 \end_layout
1610
1611 \begin_layout Standard
1612 If you're using LyX on a system someone else has set up for you, then you
1613  can safely skip this chapter.
1614  It describes all of the things you need beyond the LyX binary and files
1615  distributed with it.
1616 \end_layout
1617
1618 \begin_layout Standard
1619 If you're installing LyX on your system, 
1620 \emph on
1621 you should read the README's that came with the LyX distribution and then
1622 \emph default
1623  
1624 \family sans
1625 \bar under
1626 H
1627 \bar default
1628 elp\SpecialChar \menuseparator
1629
1630 \bar under
1631 L
1632 \bar default
1633 aTeX\InsetSpace ~
1634 Configuration
1635 \family default
1636 \emph on
1637 .
1638
1639 \emph default
1640  Do that first.
1641  This chapter does not describe installation or setup of the LyX binary
1642  [Well, not everything\SpecialChar \ldots{}
1643 ].
1644  It does describe all of the things you'll need to use LyX to its fullest.
1645 \begin_inset Foot
1646 status collapsed
1647
1648 \begin_layout Standard
1649 This is basically where we decided to document a bunch of info about running
1650  LyX, including what other programs you'll need to make LyX useful.
1651 \end_layout
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Section
1659 Basic LyX Setup
1660 \begin_inset LatexCommand label
1661 name "sec:setup"
1662
1663 \end_inset
1664
1665
1666 \end_layout
1667
1668 \begin_layout Standard
1669 There are two ways to run LyX.
1670  The first way is to install LyX and all of its support files on your system.
1671  Of course, you need root (administrator) privileges to do that.
1672  The second way to run LyX doesn't require root access, letting you 
1673 \begin_inset Quotes eld
1674 \end_inset
1675
1676 install
1677 \begin_inset Quotes erd
1678 \end_inset
1679
1680  LyX somewhere in your own account.
1681  LyX will automatically detect where it is as long as the supporting directories
1682  are put in the correct places.
1683 \end_layout
1684
1685 \begin_layout Standard
1686 There are several features of LyX that can be configured from inside LyX,
1687  without resorting to configuration files.
1688  First, LyX is able to inspect your system to see what programs, LaTeX document
1689  classes and LaTeX packages are available.
1690  It uses this knowledge to give reasonable defaults to several 
1691 \family typewriter
1692 preferences
1693 \family default
1694  variables.
1695  Although this configuration has already been done when LyX was installed
1696  on your system, you might have some items that you installed locally and
1697  which are not seen by LyX.
1698  To force LyX to re-inspect your system, you should use 
1699 \family sans
1700 \bar under
1701 T
1702 \bar default
1703 ools\SpecialChar \menuseparator
1704
1705 \bar under
1706 R
1707 \bar default
1708 econfigure
1709 \family default
1710 .
1711  You should then restart LyX to ensure that the changes are taken into account.
1712  As far as LaTeX classes and packages are concerned, you will find information
1713  about what has been found under 
1714 \family sans
1715 \bar under
1716 H
1717 \bar default
1718 elp\SpecialChar \menuseparator
1719
1720 \bar under
1721 L
1722 \bar default
1723 aTeX\InsetSpace ~
1724 Configuration
1725 \family default
1726 .
1727 \end_layout
1728
1729 \begin_layout Standard
1730 The second set of settings that you might want to change comprises all the
1731  document-level setting that you can change via the 
1732 \family sans
1733 \bar under
1734 D
1735 \bar default
1736 ocument\SpecialChar \menuseparator
1737
1738 \bar under
1739 S
1740 \bar default
1741 ettings
1742 \family default
1743  dialog.
1744  To do this, open a scrap document, set all these options according to your
1745  taste and save them with the 
1746 \family sans
1747 \bar under
1748 S
1749 \bar default
1750 ave\InsetSpace ~
1751 as\InsetSpace ~
1752 Document\InsetSpace ~
1753 Defaults
1754 \family default
1755  button in the 
1756 \family sans
1757 \bar under
1758 D
1759 \bar default
1760 ocument
1761 \family default
1762  dialog.
1763  This will create a template named 
1764 \family typewriter
1765 default.lyx
1766 \family default
1767  which is automatically loaded by LyX when you open a document without template
1768  such that the settings are automatically set-up as you defined them.
1769 \end_layout
1770
1771 \begin_layout Standard
1772 There are many other user-configurable options that you can feed to LyX.
1773  Upon startup, LyX reads a global options file called 
1774 \family typewriter
1775 lyxrc.defaults
1776 \family default
1777 .
1778  It will then attempt to read a file called 
1779 \family typewriter
1780 preferences
1781 \family default
1782
1783 \begin_inset Foot
1784 status collapsed
1785
1786 \begin_layout Standard
1787 The 
1788 \family typewriter
1789 preferences
1790 \family default
1791  file is found in different directories on different systems.
1792  This directory is called LyX's 
1793 \emph on
1794 user directory
1795 \emph default
1796 .
1797  To find out where it is, use 
1798 \family sans
1799 \bar under
1800 H
1801 \bar default
1802 elp\SpecialChar \menuseparator
1803 About Ly
1804 \bar under
1805 X
1806 \family default
1807 \bar default
1808 .
1809  (You may set up an alternative user directory from the command line, using
1810  the switch 
1811 \family typewriter
1812 -userdir
1813 \family default
1814 .)
1815 \end_layout
1816
1817 \end_inset
1818
1819
1820 \end_layout
1821
1822 \begin_layout Standard
1823 The 
1824 \family sans
1825 \bar under
1826 T
1827 \bar default
1828 ools\SpecialChar \menuseparator
1829
1830 \bar under
1831 P
1832 \bar default
1833 references
1834 \family default
1835  dialog can be used to change these options; the document 
1836 \emph on
1837 Customization
1838 \emph default
1839  contains more information about the preferences dialog and these configuration
1840  files.
1841 \end_layout
1842
1843 \begin_layout Section
1844 Setting Up the X Keyboard [obsolescent]
1845 \begin_inset LatexCommand label
1846 name "sec:x-win-keys"
1847
1848 \end_inset
1849
1850
1851 \end_layout
1852
1853 \begin_layout Standard
1854 To use LyX properly, X 
1855 \emph on
1856 must
1857 \emph default
1858  be set up correctly.
1859  This is especially vital if you're using the international support features
1860  of LyX and want to use non-English keyboard mappings.
1861  On modern distributions, this likely has been taken care of, but if not,
1862  you must do this yourself.
1863  Administrators of large systems often neglect this, so don't assume that
1864  you're safe if you're using a large system.
1865  Also ordinary users can instruct X how to use his or her keyboard.
1866 \end_layout
1867
1868 \begin_layout Subsection
1869 xmodmap and xkeycaps
1870 \end_layout
1871
1872 \begin_layout Standard
1873 First of all read the man pages for these two programs.
1874  They are your best friends when you are trying to set up X key mapping
1875  correctly.
1876  If you don't have them, install them.
1877 \end_layout
1878
1879 \begin_layout Subsubsection
1880 xmodmap
1881 \end_layout
1882
1883 \begin_layout Standard
1884 This document contains no information on how to use 
1885 \family typewriter
1886 xmodmap
1887 \family default
1888 .
1889  There is a sample 
1890 \family typewriter
1891 .Xmodmap
1892 \family default
1893  file in 
1894 \emph on
1895 Customization
1896 \emph default
1897 .
1898  To load the new X keyboard mappings, place the command 
1899 \family typewriter
1900 xmodmap\InsetSpace ~
1901 .Xmodmap
1902 \family default
1903  somewhere in your startup scripts [e.g.
1904  
1905 \family typewriter
1906 .cshrc
1907 \family default
1908
1909 \family typewriter
1910 .profile
1911 \family default
1912
1913 \family typewriter
1914 .login
1915 \family default
1916  or 
1917 \family typewriter
1918 .xinitrc
1919 \family default
1920  are possible].
1921 \end_layout
1922
1923 \begin_layout Subsubsection
1924 xkeycaps
1925 \end_layout
1926
1927 \begin_layout Standard
1928 This program brings up a graphical version of your keyboard, allows you
1929  to make modifications, and then spits those modifications out to the standard
1930  output in a form readable by 
1931 \family typewriter
1932 xmodmap
1933 \family default
1934 .
1935  It is very useful when you're trying to design a new 
1936 \family typewriter
1937 .Xmodmap
1938 \family default
1939  file, though it will require you to do a bit of cut-and-pasting.
1940 \end_layout
1941
1942 \begin_layout Subsection
1943 Modifiers and Mode_switch
1944 \end_layout
1945
1946 \begin_layout Standard
1947 LyX supports three modifiers: Shift [
1948 \family sans
1949 S-
1950 \family default
1951 ], Control [
1952 \family sans
1953 C-
1954 \family default
1955 ], and Meta [
1956 \family sans
1957 M-
1958 \family default
1959 ].
1960  Moreover, if one of the keys of your keyboard is configured as a 
1961 \family sans
1962 Compose
1963 \family default
1964  key, then you can use it to enter some characters not available on your
1965  keyboard.
1966  This compose key can be used either as a modifier (like 
1967 \family sans
1968 Shift
1969 \family default
1970  or 
1971 \family sans
1972 Control
1973 \family default
1974 ) or as a prefix key.
1975  Here are some examples of what you can do with a 
1976 \family sans
1977 Compose
1978 \family default
1979  key:
1980 \end_layout
1981
1982 \begin_layout Itemize
1983
1984 \family sans
1985 Compose+e+'
1986 \family default
1987  
1988 \begin_inset Formula $\rightarrow$
1989 \end_inset
1990
1991  é
1992 \end_layout
1993
1994 \begin_layout Itemize
1995
1996 \family sans
1997 Compose+O+R
1998 \family default
1999  
2000 \begin_inset Formula $\rightarrow$
2001 \end_inset
2002
2003  ®
2004 \end_layout
2005
2006 \begin_layout Itemize
2007
2008 \family sans
2009 Compose+1+2
2010 \family default
2011  
2012 \begin_inset Formula $\rightarrow$
2013 \end_inset
2014
2015  ½
2016 \end_layout
2017
2018 \begin_layout Itemize
2019
2020 \family sans
2021 Compose+<+<
2022 \family default
2023  
2024 \begin_inset Formula $\rightarrow$
2025 \end_inset
2026
2027  «
2028 \end_layout
2029
2030 \begin_layout Standard
2031 This input method is particularly handy when you use accented characters
2032  only from time to time.
2033  It works by default for latin1 characters, but other input methods will
2034  be used if you setup your locale correctly.
2035 \end_layout
2036
2037 \begin_layout Subsection
2038 Helpful Hints and Tips
2039 \end_layout
2040
2041 \begin_layout Standard
2042 First, open up two xterminals.
2043  Use one to edit a new 
2044 \family typewriter
2045 .Xmodmap
2046 \family default
2047  file and run 
2048 \family typewriter
2049 xkeycaps
2050 \family default
2051  from the other.
2052  Using 
2053 \family typewriter
2054 xkeycaps
2055 \family default
2056 , remap your keyboard the way you want it.
2057  There's a button in 
2058 \family typewriter
2059 xkeycaps
2060 \family default
2061  to output the new keymap.
2062  Once you hit it, 
2063 \family typewriter
2064 xkeycaps
2065 \family default
2066  will spit a bunch of stuff on the xterm you executed it from.
2067  Just copy and paste all of that into your 
2068 \family typewriter
2069 .Xmodmap
2070 \family default
2071  file, and you're done.
2072 \begin_inset Foot
2073 status collapsed
2074
2075 \begin_layout Standard
2076 You could also save yourself some typing by executing 
2077 \family typewriter
2078 xkeycaps > .Xmodmap
2079 \family default
2080 .
2081  This will create a usable map file.
2082 \end_layout
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 Also, there are some things you can do to help you get oriented.
2091  Try executing the command 
2092 \family typewriter
2093 xmodmap -v -pm
2094 \family default
2095 .
2096  This will show you all of the currently active modifiers.
2097  Also try 
2098 \family typewriter
2099 xmodmap -v -pke | more
2100 \family default
2101  to see which keycode numbers are mapped to which symbolic names.
2102  It will also give you some idea of the syntax of the 
2103 \family typewriter
2104 .Xmodmap
2105 \family default
2106  file.
2107 \end_layout
2108
2109 \begin_layout Standard
2110 There's one thing you'll need to check.
2111  Make sure that your 
2112 \family sans
2113 Delete
2114 \family default
2115  and 
2116 \family sans
2117 BackSpace
2118 \family default
2119  keys are 
2120 \emph on
2121 not
2122 \emph default
2123  defined as the same key symbol by X! Note that giving these two keys unique
2124  symbol names will not necessarily alter the behavior of your programs.
2125  Some programs bind 
2126 \family sans
2127 Delete
2128 \family default
2129  and 
2130 \family sans
2131 BackSpace
2132 \family default
2133  to the same operation.
2134  Emacs is one.
2135  Other programs, however, use 
2136 \family sans
2137 Delete
2138 \family default
2139  and 
2140 \family sans
2141 BackSpace
2142 \family default
2143  for different operations.
2144  LyX is one of these programs, and if you have 
2145 \family sans
2146 Delete
2147 \family default
2148  and 
2149 \family sans
2150 BackSpace
2151 \family default
2152  labeled with the same key symbol name, you'll have trouble using LyX.
2153 \end_layout
2154
2155 \begin_layout Section
2156 LaTeX
2157 \end_layout
2158
2159 \begin_layout Standard
2160 If you want to do more with LyX than simply create documents and spit out
2161  
2162 \family typewriter
2163 .tex
2164 \family default
2165  files, you'll need LaTeX.
2166 \end_layout
2167
2168 \begin_layout Standard
2169 In case you were wondering, LaTeX is a markup language front end for TeX,
2170  a document preparation system invented in 1984 by Donald Knuth.
2171 \begin_inset Foot
2172 status collapsed
2173
2174 \begin_layout Standard
2175 A note about pronunciation: TeX originated from the Greek letters, 
2176 \begin_inset Formula $\tau\epsilon\chi$
2177 \end_inset
2178
2179 , which rhymes with 
2180 \begin_inset Quotes eld
2181 \end_inset
2182
2183 blech.
2184 \begin_inset Quotes erd
2185 \end_inset
2186
2187  That's how you pronounce 
2188 \begin_inset Quotes eld
2189 \end_inset
2190
2191 TeX
2192 \begin_inset Quotes erd
2193 \end_inset
2194
2195  and 
2196 \begin_inset Quotes eld
2197 \end_inset
2198
2199 LaTeX.
2200 \begin_inset Quotes erd
2201 \end_inset
2202
2203  [If you're American, just pronounce the 
2204 \begin_inset Quotes eld
2205 \end_inset
2206
2207 X
2208 \begin_inset Quotes erd
2209 \end_inset
2210
2211  as a 
2212 \begin_inset Quotes eld
2213 \end_inset
2214
2215 k
2216 \begin_inset Quotes erd
2217 \end_inset
2218
2219  and you've got it.]
2220 \end_layout
2221
2222 \end_inset
2223
2224  TeX takes a set of commands in an ASCII file and converts it to a 
2225 \begin_inset Quotes eld
2226 \end_inset
2227
2228 device-independent
2229 \begin_inset Quotes erd
2230 \end_inset
2231
2232  format, or Dvi, for short.
2233  The Dvi file can then be sent to printers.
2234  TeX is programmable, and LaTeX is nothing but a [really huge] set of TeX
2235  macros.
2236  LaTeX will typically come as part of a TeX distribution, so all you need
2237  is a TeX package.
2238 \end_layout
2239
2240 \begin_layout Standard
2241 Note that on some old systems you may find that only LaTeX 2.09 is installed
2242  (as opposed to the more current LaTeX2e).
2243  LyX cannot be used with LaTeX 2.09.
2244 \end_layout
2245
2246 \begin_layout Standard
2247 If you're using Linux, LaTeX2e should have come with your distribution.
2248  For other systems, you might need to install LaTeX yourself.You can obtain
2249  a LaTeX distribution (and anything and everything related to TeX and LaTeX)
2250  from a Comprehensive TeX Archive Network (CTAN) mirror.
2251  A complete list of mirrors may be found at
2252 \newline
2253
2254 \begin_inset LatexCommand url
2255 target "http://www.ctan.org"
2256
2257 \end_inset
2258
2259
2260 \begin_inset LatexCommand label
2261 name "sec:ctan"
2262
2263 \end_inset
2264
2265
2266 \end_layout
2267
2268 \begin_layout Section
2269 Dvips and Ghostscript
2270 \end_layout
2271
2272 \begin_layout Subsection
2273 What You Need
2274 \end_layout
2275
2276 \begin_layout Standard
2277 There's one more step you need to take if you want to print your LyX documents.
2278  Obviously, you'll need to make sure your printer is configured [see next
2279  section].
2280  You'll also need to install these programs (or compatibles), if you don't
2281  have them already:
2282 \end_layout
2283
2284 \begin_layout Itemize
2285
2286 \family typewriter
2287 dvips
2288 \end_layout
2289
2290 \begin_layout Itemize
2291
2292 \family typewriter
2293 ghostscript
2294 \end_layout
2295
2296 \begin_layout Itemize
2297
2298 \family typewriter
2299 xdvi
2300 \end_layout
2301
2302 \begin_layout Itemize
2303
2304 \family typewriter
2305 ghostview
2306 \end_layout
2307
2308 \begin_layout Standard
2309 The latter two programs are previewer for files in Dvi and PostScript®
2310 \begin_inset Foot
2311 status collapsed
2312
2313 \begin_layout Standard
2314 PostScript® is a registered trademark of Adobe Systems Incorporated, and
2315  is the main page description language in the UN*X world.
2316  
2317 \end_layout
2318
2319 \end_inset
2320
2321  format.
2322  If you don't know what a DVI file is, you've probably also never worked
2323  with LaTeX and should read the 
2324 \emph on
2325 Tutorial
2326 \emph default
2327  document before proceeding further.
2328  
2329 \family typewriter
2330 dvips
2331 \family default
2332  converts DVI files into PostScript, which is the format most printers use
2333  nowadays.
2334  For those of you using dot-matrix and inkjet printers, you'll want to filter
2335  the PostScript through 
2336 \family typewriter
2337 ghostscript
2338 \family default
2339 , which is capable of creating output for a variety of printers.
2340  The following section on printer setup describes how to do this automatically
2341  every time you print.
2342  For now, we'll concentrate on 
2343 \family typewriter
2344 dvips
2345 \family default
2346 .
2347 \end_layout
2348
2349 \begin_layout Subsection
2350 Dvips
2351 \begin_inset LatexCommand label
2352 name "sec:dvipsconfig"
2353
2354 \end_inset
2355
2356
2357 \end_layout
2358
2359 \begin_layout Standard
2360 Whether you'll be running LyX on a large system or a Linux box at home,
2361  you should configure 
2362 \family typewriter
2363 dvips
2364 \family default
2365 .
2366  
2367 \family typewriter
2368 dvips
2369 \family default
2370  will either 
2371 \begin_inset Quotes eld
2372 \end_inset
2373
2374 print
2375 \begin_inset Quotes erd
2376 \end_inset
2377
2378  into a file, or send output directly to the printer, depending on how it's
2379  configured.
2380  If it is set up to print to a file, and if no filename is specified, it
2381  will simply turn 
2382 \family typewriter
2383 foo.dvi
2384 \family default
2385  into 
2386 \family typewriter
2387 foo.ps
2388 \family default
2389 .
2390  Most systems have 
2391 \family typewriter
2392 dvips
2393 \family default
2394  set up to send output to the default printer.
2395  For LyX, you'll want the flexibility to do both.
2396 \end_layout
2397
2398 \begin_layout Standard
2399 If you are not in a mood to configure 
2400 \family typewriter
2401 dvips
2402 \family default
2403  to adapt its output to your printer, you can safely skip this section.
2404  Be warned however that the output will not match the quality that you could
2405  expect from your printer.
2406  At least, it will print.
2407 \end_layout
2408
2409 \begin_layout Standard
2410 If you are using teTeX (a TeX distribution which is particularly popular
2411  on Linux), you should run the program 
2412 \family typewriter
2413 texconfig
2414 \family default
2415 .
2416  To make the name of a new printer recognized by 
2417 \family typewriter
2418 dvips
2419 \family default
2420  you should then select menu entry 
2421 \family sans
2422 Dvips
2423 \family default
2424 , then add.
2425  Enter the required parameters and, before exiting, remember to select the
2426  function 
2427 \family sans
2428 Rehash
2429 \family default
2430 .
2431 \end_layout
2432
2433 \begin_layout Standard
2434 Let's turn now to manual configuration: in order to inform 
2435 \family typewriter
2436 dvips
2437 \family default
2438  how to automagically convert a 
2439 \family typewriter
2440 .dvi
2441 \family default
2442  file into a 
2443 \family typewriter
2444 .ps
2445 \family default
2446  file adapted to printer 
2447 \family typewriter
2448 foo
2449 \family default
2450 , you need to have a config-file, 
2451 \begin_inset Quotes eld
2452 \end_inset
2453
2454
2455 \family typewriter
2456 config.foo
2457 \family default
2458 ,
2459 \begin_inset Quotes erd
2460 \end_inset
2461
2462  lying around somewhere.
2463  Typically, the 
2464 \family typewriter
2465 config.*
2466 \family default
2467  files for 
2468 \family typewriter
2469 dvips
2470 \family default
2471  will be in 
2472 \family typewriter
2473 /usr/lib/texmf/dvips
2474 \family default
2475  in most TeX distributions.
2476  Your system will probably be different, of course, so just look under the
2477  main TeX directory for a subdirectory called 
2478 \begin_inset Quotes eld
2479 \end_inset
2480
2481
2482 \family typewriter
2483 dvips
2484 \family default
2485 .
2486 \begin_inset Quotes erd
2487 \end_inset
2488
2489  It'll be there somewhere.
2490 \end_layout
2491
2492 \begin_layout Standard
2493 Typically, there will be at least one config-file: 
2494 \family typewriter
2495 config.ps
2496 \family default
2497 .
2498  This file is the default configuration file, which is 
2499 \emph on
2500 always
2501 \emph default
2502  read by dvips
2503 \begin_inset Foot
2504 status collapsed
2505
2506 \begin_layout Standard
2507 In particular, this file is not necessarily connected to the existence of
2508  a file named 
2509 \family typewriter
2510 ps
2511 \family default
2512 .
2513 \end_layout
2514
2515 \end_inset
2516
2517 .
2518  Read this file and see what options could need to be changed for your particula
2519 r printer.
2520  Then create a file 
2521 \family typewriter
2522 config.foo
2523 \family default
2524  containing only the relevant lines.
2525  
2526 \end_layout
2527
2528 \begin_layout Standard
2529 There's at least one thing you need to do to the config-file.
2530  There may exist a line that looks like, 
2531 \begin_inset Quotes eld
2532 \end_inset
2533
2534
2535 \family typewriter
2536 o | lpr
2537 \family default
2538
2539 \begin_inset Quotes erd
2540 \end_inset
2541
2542  [without the quotes, of course\SpecialChar \ldots{}
2543 ].
2544  Change it to 
2545 \begin_inset Quotes eld
2546 \end_inset
2547
2548
2549 \family typewriter
2550 o | lpr -Pfoo
2551 \family default
2552
2553 \begin_inset Quotes erd
2554 \end_inset
2555
2556 , so that the output is sent by default to printer 
2557 \family typewriter
2558 foo
2559 \family default
2560 .
2561  However, you should probably investigate the entries 
2562 \begin_inset Quotes eld
2563 \end_inset
2564
2565
2566 \family typewriter
2567 M
2568 \family default
2569
2570 \begin_inset Quotes erd
2571 \end_inset
2572
2573  and 
2574 \begin_inset Quotes eld
2575 \end_inset
2576
2577
2578 \family typewriter
2579 D
2580 \family default
2581
2582 \begin_inset Quotes erd
2583 \end_inset
2584
2585 , which define respectively the Metafont mode and the resolution of the
2586  printer.
2587  If you do not know what a Metafont mode is, you can see it as a printer
2588  driver: it adapts the design of TeX fonts to ensure that they give the
2589  best possible result on your printer.
2590  Be warned however that, if you define different Metafont modes for different
2591  printers, 
2592 \family typewriter
2593 dvips
2594 \family default
2595  will generate several copies of your TeX fonts on disk, and these take
2596  valuable space.
2597 \end_layout
2598
2599 \begin_layout Standard
2600 Once you are satisfied that your printers are correctly configured, you
2601  should tell LyX to make use of this configuration.
2602  To do this, you should launch the 
2603 \family sans
2604 Preferences
2605 \family default
2606  dialog (
2607 \family sans
2608 \bar under
2609 T
2610 \bar default
2611 ools\SpecialChar \menuseparator
2612
2613 \bar under
2614 P
2615 \bar default
2616 references
2617 \family default
2618 ), select the 
2619 \family sans
2620 Printer
2621 \family default
2622  tab, and set the entries 
2623 \family sans
2624 Adapt\InsetSpace ~
2625 output
2626 \family default
2627  and 
2628 \family sans
2629 Spool\InsetSpace ~
2630 command
2631 \family default
2632 .
2633 \end_layout
2634
2635 \begin_layout Standard
2636 You can use as many configuration files as you like, one for each of your
2637  printers.
2638  The default printer for LyX can be specified from the 
2639 \family sans
2640 \bar under
2641 P
2642 \bar default
2643 references
2644 \family default
2645  dialog or with the 
2646 \family typewriter
2647 PRINTER
2648 \family default
2649  environment variable.
2650  You can also choose the desired printer from inside LyX, as described in
2651  a later section.
2652  Once you've done all that, you can print to either a PostScript printer
2653  or file from LyX.
2654  
2655 \end_layout
2656
2657 \begin_layout Standard
2658 If your printer doesn't understand PostScript®, you'll need to use 
2659 \family typewriter
2660 ghostscript
2661 \family default
2662  as a filter for your print spooler.
2663  That's covered in numerous HOWTO's and manuals.
2664  We also have a section that covers a little bit of this.
2665 \end_layout
2666
2667 \begin_layout Standard
2668 Some people don't seem to like using the 
2669 \family typewriter
2670 dvips
2671 \family default
2672  plus 
2673 \family typewriter
2674 ghostscript
2675 \family default
2676  combination.
2677  As alternative, you can use a program that converts the DVI file directly
2678  into your printer language.
2679  You can specify this program in the 
2680 \family sans
2681 Preferences
2682 \family default
2683  dialog, too.
2684  There is a major disadvantage to this method.
2685  You can't include any PostScript files, such as graphics, in your documents,
2686  since the printer-specific conversion programs don't understand PostScript®.
2687  For that reason, the LyX team highly recommends using 
2688 \family typewriter
2689 dvips
2690 \family default
2691  and 
2692 \family typewriter
2693 ghostscript
2694 \family default
2695  for printing.
2696  
2697 \end_layout
2698
2699 \begin_layout Subsection
2700 Ghostscript, Xdvi and Ghostview
2701 \end_layout
2702
2703 \begin_layout Standard
2704
2705 \family typewriter
2706 Xdvi
2707 \family default
2708  and 
2709 \family typewriter
2710 ghostview
2711 \family default
2712  are viewers.
2713  The former handles 
2714 \family typewriter
2715 .dvi
2716 \family default
2717  files, while the later interfaces with 
2718 \family typewriter
2719 ghostscript
2720 \family default
2721  to allow you to view PostScript files.
2722 \end_layout
2723
2724 \begin_layout Standard
2725 A quick note on both of these programs.
2726  Both automatically update themselves if the viewed file
2727 \begin_inset Foot
2728 status collapsed
2729
2730 \begin_layout Standard
2731 That means the 
2732 \family typewriter
2733 .dvi
2734 \family default
2735  or 
2736 \family typewriter
2737 .ps
2738 \family default
2739  file, not the files used to make these.
2740 \end_layout
2741
2742 \end_inset
2743
2744  changes.
2745  You can also force an update.
2746  So, once you've opened one of these two viewers, there's no reason to close
2747  it.
2748  Also, both programs are functionally the same, providing all of the same
2749  features.
2750 \end_layout
2751
2752 \begin_layout Standard
2753 The LyX team recommends using 
2754 \family typewriter
2755 xdvi
2756 \family default
2757  for fine tuning documents.
2758  Why? It's faster; there's one less layer of processing you need to do before
2759  you can view the changes.
2760  Here's an example:
2761 \end_layout
2762
2763 \begin_layout Enumerate
2764 Use 
2765 \family typewriter
2766 xdvi
2767 \family default
2768  to preview a document from LyX, and leave it running.
2769 \end_layout
2770
2771 \begin_layout Enumerate
2772 Make changes to the document using LyX.
2773 \end_layout
2774
2775 \begin_layout Enumerate
2776 To view those changes, just choose 
2777 \family sans
2778 \bar under
2779 V
2780 \bar default
2781 iew\SpecialChar \menuseparator
2782
2783 \bar under
2784 U
2785 \bar default
2786 pdate\SpecialChar \menuseparator
2787
2788 \bar under
2789 D
2790 \bar default
2791 VI
2792 \family default
2793 .
2794  When LaTeX's all done, click on the 
2795 \family typewriter
2796 xdvi
2797 \family default
2798  window, and voilà! 
2799 \family typewriter
2800 xdvi
2801 \family default
2802  will update itself.
2803 \end_layout
2804
2805 \begin_layout Standard
2806 Now, this doesn't mean 
2807 \family typewriter
2808 ghostview
2809 \family default
2810  is useless.
2811  
2812 \family typewriter
2813 ghostview
2814 \family default
2815  is better suited to those occasions where you 
2816 \emph on
2817 must
2818 \emph default
2819  view the PostScript version of the document.
2820  For repeated changes that aren't PostScript® dependent, you're better off
2821  previewing with 
2822 \family typewriter
2823 xdvi
2824 \family default
2825 .
2826  There is an alternative to 
2827 \family typewriter
2828 ghostview
2829 \family default
2830  which sports a much better interface: 
2831 \family typewriter
2832 gv
2833 \family default
2834 .
2835  LyX will automatically use it instead of 
2836 \family typewriter
2837 ghostview
2838 \family default
2839  if it is available.
2840 \end_layout
2841
2842 \begin_layout Section
2843 The Printer
2844 \end_layout
2845
2846 \begin_layout Standard
2847
2848 \size normal
2849 Anyone working on a large system shouldn't have any problems here.
2850  Your sysadmin [or you, if you are the sysadmin] should already have the
2851  printers set up for your system.
2852  All you need to do is find out the name of the printer you want to use,
2853  and configure you
2854 \size default
2855 r setup 
2856 \size normal
2857 as described in the last section.
2858 \end_layout
2859
2860 \begin_layout Standard
2861
2862 \size normal
2863 Those of you using Linux, however, may have a bit more work to do.
2864  Many people now install Linux from an ISO image of one of the popular distribut
2865 ions.
2866  They follow the install instructions, get Linux up and running, but never
2867  realize that they need to set up their printer.
2868  
2869 \size default
2870 The more desktop friendly distributions may do this for you automatically.
2871  However, if you find that you need to do this by hand, we've written a
2872  little something to help you out with that; check out the 
2873 \begin_inset Quotes eld
2874 \end_inset
2875
2876
2877 \emph on
2878 A Printer Tutorial
2879 \emph default
2880
2881 \begin_inset Quotes erd
2882 \end_inset
2883
2884  chapter in the 
2885 \emph on
2886 Customization
2887 \emph default
2888  manual for help.
2889 \end_layout
2890
2891 \begin_layout Chapter
2892 LyX Basics
2893 \end_layout
2894
2895 \begin_layout Section
2896 Document Types
2897 \end_layout
2898
2899 \begin_layout Subsection
2900 Introduction
2901 \end_layout
2902
2903 \begin_layout Standard
2904 Before you do anything else, before you ever start writing a document, you
2905  need to decide what 
2906 \emph on
2907 type
2908 \emph default
2909  of document you want to edit.
2910  Different types of documents use different types of spacing, headings,
2911  numbering schemes, and so on.
2912  Additionally, different documents use different paragraph environments,
2913  and format the title of your document differently.
2914 \end_layout
2915
2916 \begin_layout Standard
2917
2918 \emph on
2919 document class
2920 \emph default
2921  describes a group of properties common to a particular set of documents.
2922  By setting the document class, you automagically select these properties,
2923  making it easier to create the type of document you want.
2924  If you don't choose a document class, LyX picks one for you by default.
2925  So, it behooves you to change the class of your document.
2926 \end_layout
2927
2928 \begin_layout Standard
2929 Read on for info about the document classes you can choose from LyX, and
2930  how to fine-tune some of their properties.
2931 \end_layout
2932
2933 \begin_layout Subsection
2934 \begin_inset LatexCommand label
2935 name "sec:doc-classes"
2936
2937 \end_inset
2938
2939 The Various Document Classes
2940 \end_layout
2941
2942 \begin_layout Subsubsection
2943 Overview
2944 \end_layout
2945
2946 \begin_layout Standard
2947 There are five standard document classes in LyX.
2948  They are:
2949 \end_layout
2950
2951 \begin_layout Description
2952 Article for basic articles
2953 \end_layout
2954
2955 \begin_layout Description
2956 Report for basic reports
2957 \end_layout
2958
2959 \begin_layout Description
2960 Book for writing a book
2961 \end_layout
2962
2963 \begin_layout Description
2964 Letter for US-style letters
2965 \end_layout
2966
2967 \begin_layout Description
2968 Slides is used to make transparencies
2969 \end_layout
2970
2971 \begin_layout Standard
2972 There are also some non-standard classes, which LyX only uses if you have
2973  a LaTeX setup that supports them:
2974 \end_layout
2975
2976 \begin_layout Description
2977 Aapaper Journal articles in the style and format used in Astronomy & Astrophysic
2978 s
2979 \end_layout
2980
2981 \begin_layout Description
2982 Amsart Journal articles in the style and format used by the AMS [American
2983  Mathematical Society].
2984  There are three amsart layouts available.
2985  The standard one uses a typical numbering scheme for theorems, 
2986 \emph on
2987 etc.
2988 \emph default
2989 , that prepends the section number to the number of the result.
2990  All result-type statements (propositions, corollaries, and so on) are sequenced
2991  together, but definitions, examples, and the like have their own sequence.
2992  The 
2993 \begin_inset Quotes eld
2994 \end_inset
2995
2996 sequential numbering
2997 \begin_inset Quotes erd
2998 \end_inset
2999
3000  scheme does not place the section number with each result, but numbers
3001  them throughout the article in a single sequence.
3002  Each type of result gets its own sequence.
3003  There is also a layout that dispenses with numbering of statements altogether.
3004 \end_layout
3005
3006 \begin_layout Description
3007 Amsbook Books in the style and format used by the AMS.
3008  Only the standard numbering scheme is provided, under the assumption that
3009  you would not want to number results consecutively throughout a book, and
3010  that you would need to number results.
3011 \end_layout
3012
3013 \begin_layout Description
3014 Dinbrief für Briefe nach deutscher Art
3015 \end_layout
3016
3017 \begin_layout Description
3018 Foils is used to make transparencies, but is better than 
3019 \family sans
3020 slides
3021 \end_layout
3022
3023 \begin_layout Description
3024 Linuxdoc Used with the SGML-tools package (formerly known as LinuxDoc).
3025  It allows LyX to produce SGML output.
3026  SGML is a markup language and is the predecessor to HTML\SpecialChar \@.
3027  The SGML-tools
3028  package allows you to convert SGML to HTML or to the format used by 
3029 \family typewriter
3030 man
3031 \family default
3032  pages.
3033 \end_layout
3034
3035 \begin_layout Description
3036 Paper for use with the 
3037 \family typewriter
3038 paper
3039 \family default
3040  LaTeX document class [not in all LaTeX distributions]
3041 \end_layout
3042
3043 \begin_layout Description
3044 Revtex is used to write articles for the publications of the American Physical
3045  Society (APS), American Institute of Physics (AIP), and Optical Society
3046  of America (OSA).
3047  This class is not completely compatible with all LyX features.
3048 \end_layout
3049
3050 \begin_layout Standard
3051 We won't go into any detail about how to use these different document classes
3052  here.
3053  You can find all the details about the non-standard classes in the 
3054 \emph on
3055 Extended Editing
3056 \emph default
3057  manual.
3058  Here, we will settle with a list of some of the common properties of all
3059  of the document classes.
3060 \end_layout
3061
3062 \begin_layout Subsubsection
3063 Selecting a Class
3064 \end_layout
3065
3066 \begin_layout Standard
3067 You can select a class using the 
3068 \family sans
3069 \bar under
3070 D
3071 \bar default
3072 ocument
3073 \bar under
3074 \SpecialChar \menuseparator
3075 S
3076 \bar default
3077 ettings
3078 \family default
3079  dialog.
3080  Select the class you want to use, and make any fine tunings of the options
3081  you may need.
3082 \end_layout
3083
3084 \begin_layout Subsubsection
3085 Properties
3086 \end_layout
3087
3088 \begin_layout Standard
3089 Each class has a default set of options.
3090  Here's a quick table describing them:
3091 \end_layout
3092
3093 \begin_layout Standard
3094 \begin_inset VSpace 0.3cm
3095 \end_inset
3096
3097
3098 \end_layout
3099
3100 \begin_layout Standard
3101 \align center
3102 \begin_inset Tabular
3103 <lyxtabular version="3" rows="10" columns="5">
3104 <features>
3105 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3106 <column alignment="center" valignment="top" leftline="true" width="0pt">
3107 <column alignment="center" valignment="top" leftline="true" width="0pt">
3108 <column alignment="center" valignment="top" leftline="true" width="0pt">
3109 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3110 <row topline="true" bottomline="true">
3111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Standard
3115
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Standard
3124
3125 \family sans
3126 \series medium
3127 \shape up
3128 \size normal
3129 \emph off
3130 \bar no
3131 \noun off
3132 \color none
3133 Pagestyle
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Standard
3142
3143 \family sans
3144 \series medium
3145 \shape up
3146 \size normal
3147 \emph off
3148 \bar no
3149 \noun off
3150 \color none
3151 Sides
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Standard
3160
3161 \family sans
3162 \series medium
3163 \shape up
3164 \size normal
3165 \emph off
3166 \bar no
3167 \noun off
3168 \color none
3169 Columns
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Standard
3178
3179 \series medium
3180 \shape up
3181 \size normal
3182 \emph off
3183 \bar no
3184 \noun off
3185 \color none
3186 Max.
3187  sectioning level
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row topline="true">
3194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Standard
3198
3199 \series medium
3200 \shape up
3201 \size normal
3202 \emph off
3203 \bar no
3204 \noun off
3205 \color none
3206 article
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Standard
3215
3216 \family sans
3217 \series medium
3218 \shape up
3219 \size normal
3220 \emph off
3221 \bar no
3222 \noun off
3223 \color none
3224 Plain
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Standard
3233
3234 \family sans
3235 \series medium
3236 \shape up
3237 \size normal
3238 \emph off
3239 \bar no
3240 \noun off
3241 \color none
3242 One
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Standard
3251
3252 \family sans
3253 \series medium
3254 \shape up
3255 \size normal
3256 \emph off
3257 \bar no
3258 \noun off
3259 \color none
3260 One
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Standard
3269
3270 \family sans
3271 \series medium
3272 \shape up
3273 \size normal
3274 \emph off
3275 \bar no
3276 \noun off
3277 \color none
3278 Section
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row topline="true">
3285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Standard
3289
3290 \series medium
3291 \shape up
3292 \size normal
3293 \emph off
3294 \bar no
3295 \noun off
3296 \color none
3297 report
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Standard
3306
3307 \family sans
3308 \series medium
3309 \shape up
3310 \size normal
3311 \emph off
3312 \bar no
3313 \noun off
3314 \color none
3315 Plain
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Standard
3324
3325 \family sans
3326 \series medium
3327 \shape up
3328 \size normal
3329 \emph off
3330 \bar no
3331 \noun off
3332 \color none
3333 One
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Standard
3342
3343 \family sans
3344 \series medium
3345 \shape up
3346 \size normal
3347 \emph off
3348 \bar no
3349 \noun off
3350 \color none
3351 One
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Standard
3360
3361 \family sans
3362 \series medium
3363 \shape up
3364 \size normal
3365 \emph off
3366 \bar no
3367 \noun off
3368 \color none
3369 Chapter
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 <row topline="true">
3376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Standard
3380
3381 \series medium
3382 \shape up
3383 \size normal
3384 \emph off
3385 \bar no
3386 \noun off
3387 \color none
3388 book
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Standard
3397
3398 \family sans
3399 \series medium
3400 \shape up
3401 \size normal
3402 \emph off
3403 \bar no
3404 \noun off
3405 \color none
3406 Headings
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Standard
3415
3416 \family sans
3417 \series medium
3418 \shape up
3419 \size normal
3420 \emph off
3421 \bar no
3422 \noun off
3423 \color none
3424 Two
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Standard
3433
3434 \family sans
3435 \series medium
3436 \shape up
3437 \size normal
3438 \emph off
3439 \bar no
3440 \noun off
3441 \color none
3442 One
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Standard
3451
3452 \family sans
3453 \series medium
3454 \shape up
3455 \size normal
3456 \emph off
3457 \bar no
3458 \noun off
3459 \color none
3460 Chapter
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 </row>
3466 <row topline="true">
3467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Standard
3471
3472 \series medium
3473 \shape up
3474 \size normal
3475 \emph off
3476 \bar no
3477 \noun off
3478 \color none
3479 letter
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Standard
3488
3489 \family sans
3490 \series medium
3491 \shape up
3492 \size normal
3493 \emph off
3494 \bar no
3495 \noun off
3496 \color none
3497 Plain
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Standard
3506
3507 \family sans
3508 \series medium
3509 \shape up
3510 \size normal
3511 \emph off
3512 \bar no
3513 \noun off
3514 \color none
3515 One
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Standard
3524
3525 \family sans
3526 \series medium
3527 \shape up
3528 \size normal
3529 \emph off
3530 \bar no
3531 \noun off
3532 \color none
3533 One
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Standard
3542
3543 \series medium
3544 \shape up
3545 \size normal
3546 \emph off
3547 \bar no
3548 \noun off
3549 \color none
3550 none
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row topline="true">
3557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Standard
3561
3562 \series medium
3563 \shape up
3564 \size normal
3565 \emph off
3566 \bar no
3567 \noun off
3568 \color none
3569 linuxdoc
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Standard
3578
3579 \family sans
3580 \series medium
3581 \shape up
3582 \size normal
3583 \emph off
3584 \bar no
3585 \noun off
3586 \color none
3587 Plain
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Standard
3596
3597 \family sans
3598 \series medium
3599 \shape up
3600 \size normal
3601 \emph off
3602 \bar no
3603 \noun off
3604 \color none
3605 One
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Standard
3614
3615 \family sans
3616 \series medium
3617 \shape up
3618 \size normal
3619 \emph off
3620 \bar no
3621 \noun off
3622 \color none
3623 One
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Standard
3632
3633 \family sans
3634 \series medium
3635 \shape up
3636 \size normal
3637 \emph off
3638 \bar no
3639 \noun off
3640 \color none
3641 Section
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row topline="true">
3648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Standard
3652
3653 \series medium
3654 \shape up
3655 \size normal
3656 \emph off
3657 \bar no
3658 \noun off
3659 \color none
3660 aapaper
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Standard
3669
3670 \family sans
3671 \series medium
3672 \shape up
3673 \size normal
3674 \emph off
3675 \bar no
3676 \noun off
3677 \color none
3678 Plain
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Standard
3687
3688 \family sans
3689 \series medium
3690 \shape up
3691 \size normal
3692 \emph off
3693 \bar no
3694 \noun off
3695 \color none
3696 Two
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Standard
3705
3706 \family sans
3707 \series medium
3708 \shape up
3709 \size normal
3710 \emph off
3711 \bar no
3712 \noun off
3713 \color none
3714 Two
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Standard
3723
3724 \family sans
3725 \series medium
3726 \shape up
3727 \size normal
3728 \emph off
3729 \bar no
3730 \noun off
3731 \color none
3732 Section
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row topline="true">
3739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Standard
3743
3744 \series medium
3745 \shape up
3746 \size normal
3747 \emph off
3748 \bar no
3749 \noun off
3750 \color none
3751 amsart
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Standard
3760
3761 \family sans
3762 \series medium
3763 \shape up
3764 \size normal
3765 \emph off
3766 \bar no
3767 \noun off
3768 \color none
3769 Headings
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Standard
3778
3779 \family sans
3780 \series medium
3781 \shape up
3782 \size normal
3783 \emph off
3784 \bar no
3785 \noun off
3786 \color none
3787 One
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Standard
3796
3797 \family sans
3798 \series medium
3799 \shape up
3800 \size normal
3801 \emph off
3802 \bar no
3803 \noun off
3804 \color none
3805 One
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Standard
3814
3815 \family sans
3816 \series medium
3817 \shape up
3818 \size normal
3819 \emph off
3820 \bar no
3821 \noun off
3822 \color none
3823 Section
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row topline="true">
3830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Standard
3834
3835 \series medium
3836 \shape up
3837 \size normal
3838 \emph off
3839 \bar no
3840 \noun off
3841 \color none
3842 dinbrief
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Standard
3851
3852 \family sans
3853 \series medium
3854 \shape up
3855 \size normal
3856 \emph off
3857 \bar no
3858 \noun off
3859 \color none
3860 Plain
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Standard
3869
3870 \family sans
3871 \series medium
3872 \shape up
3873 \size normal
3874 \emph off
3875 \bar no
3876 \noun off
3877 \color none
3878 One
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Standard
3887
3888 \family sans
3889 \series medium
3890 \shape up
3891 \size normal
3892 \emph off
3893 \bar no
3894 \noun off
3895 \color none
3896 One
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Standard
3905
3906 \series medium
3907 \shape up
3908 \size normal
3909 \emph off
3910 \bar no
3911 \noun off
3912 \color none
3913 none
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 </row>
3919 <row topline="true" bottomline="true">
3920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Standard
3924
3925 \series medium
3926 \shape up
3927 \size normal
3928 \emph off
3929 \bar no
3930 \noun off
3931 \color none
3932 paper
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Standard
3941
3942 \family sans
3943 \series medium
3944 \shape up
3945 \size normal
3946 \emph off
3947 \bar no
3948 \noun off
3949 \color none
3950 Headings
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Standard
3959
3960 \family sans
3961 \series medium
3962 \shape up
3963 \size normal
3964 \emph off
3965 \bar no
3966 \noun off
3967 \color none
3968 One
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Standard
3977
3978 \family sans
3979 \series medium
3980 \shape up
3981 \size normal
3982 \emph off
3983 \bar no
3984 \noun off
3985 \color none
3986 One
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Standard
3995
3996 \family sans
3997 \series medium
3998 \shape up
3999 \size normal
4000 \emph off
4001 \bar no
4002 \noun off
4003 \color none
4004 Section
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 </row>
4010 </lyxtabular>
4011
4012 \end_inset
4013
4014
4015 \end_layout
4016
4017 \begin_layout Standard
4018 \begin_inset VSpace 0.3cm
4019 \end_inset
4020
4021
4022 \end_layout
4023
4024 \begin_layout Standard
4025 There is no default value of 
4026 \family sans
4027 E
4028 \bar under
4029 x
4030 \bar default
4031 tra\InsetSpace ~
4032 Options
4033 \family default
4034  for any of these classes.
4035  
4036 \end_layout
4037
4038 \begin_layout Standard
4039 You're probably also wondering what 
4040 \begin_inset Quotes eld
4041 \end_inset
4042
4043 Max.
4044  sectioning level
4045 \begin_inset Quotes erd
4046 \end_inset
4047
4048  means.
4049  There are several paragraph environment used to create section headings.
4050  Different document classes allow different types of section headings.
4051  Only two use the 
4052 \family sans
4053 Chapter
4054 \family default
4055  heading; the rest do not and begin instead with the 
4056 \family sans
4057 Section
4058 \family default
4059  heading.
4060  Some document classes, such as the three for letters, don't use any section
4061  headings.
4062  In addition to 
4063 \family sans
4064 Chapter
4065 \family default
4066  and 
4067 \family sans
4068 Section
4069 \family default
4070  headings, there are also 
4071 \family sans
4072 Subsection
4073 \family default
4074  headings, 
4075 \family sans
4076 Subsubsection
4077 \family default
4078  headings, and so on.
4079  We'll describe these headings fully in section 
4080 \begin_inset LatexCommand ref
4081 reference "sec:parenvheadings"
4082
4083 \end_inset
4084
4085 .
4086 \end_layout
4087
4088 \begin_layout Subsection
4089 Fine-tuning the Defaults 
4090 \end_layout
4091
4092 \begin_layout Standard
4093 Okay, we know we never told you what most of these 
4094 \begin_inset Quotes eld
4095 \end_inset
4096
4097 default options
4098 \begin_inset Quotes erd
4099 \end_inset
4100
4101  set by the 
4102 \family sans
4103 \bar under
4104 C
4105 \bar default
4106 lass
4107 \family default
4108  button do.
4109  That's what this section is for.
4110 \end_layout
4111
4112 \begin_layout Labeling
4113 \labelwidthstring MMMMMMM
4114
4115 \family sans
4116 \bar under
4117 P
4118 \bar default
4119 agestyle
4120 \family default
4121  This is another list, containing five options.
4122  It controls what sorts of headings and page numbers go on a page:
4123 \begin_inset Foot
4124 status collapsed
4125
4126 \begin_layout Standard
4127 LaTeX does this part.
4128 \end_layout
4129
4130 \end_inset
4131
4132
4133 \end_layout
4134
4135 \begin_deeper
4136 \begin_layout Labeling
4137 \labelwidthstring MMMMMMM
4138
4139 \family sans
4140 Default
4141 \family default
4142  Use default pagestyle of current class.
4143 \end_layout
4144
4145 \begin_layout Labeling
4146 \labelwidthstring MMMMMMM
4147
4148 \family sans
4149 Empty
4150 \family default
4151  No page numbers or headings.
4152 \end_layout
4153
4154 \begin_layout Labeling
4155 \labelwidthstring MMMMMMM
4156
4157 \family sans
4158 Plain
4159 \family default
4160  Page numbers only.
4161 \end_layout
4162
4163 \begin_layout Labeling
4164 \labelwidthstring MMMMMMM
4165
4166 \family sans
4167 Headings
4168 \family default
4169  Page numbers and either the current chapter or section title and number.
4170  Whether LyX uses the current chapter or the current section depends on
4171  which is the maximum sectioning level.
4172 \end_layout
4173
4174 \begin_layout Labeling
4175 \labelwidthstring MMMMMMM
4176
4177 \family sans
4178 Fancy
4179 \family default
4180  This allows you to create fully customizable headers and footers if you
4181  have the 
4182 \family sans
4183 fancyhdr
4184 \family default
4185  package installed.
4186  At the moment, support in LyX is limited to this setting.
4187  To use the full power of this package, you have to resort to magic codes
4188  in your preamble.
4189  Check the documentation for the 
4190 \family sans
4191 fancyhdr
4192 \family default
4193  package for more details.
4194 \end_layout
4195
4196 \end_deeper
4197 \begin_layout Labeling
4198 \labelwidthstring MMMMMMM
4199
4200 \family sans
4201 Sides
4202 \family default
4203  No, LyX can't make your printer print on both sides of a sheet of paper!
4204  However, it can use a different format for odd-numbered pages than even-numbere
4205 d pages.
4206  This way, if you 
4207 \emph on
4208 do
4209 \emph default
4210  have a printer that duplexes
4211 \begin_inset Foot
4212 status collapsed
4213
4214 \begin_layout Standard
4215 i.e.
4216  prints on both sides of a sheet of paper
4217 \end_layout
4218
4219 \end_inset
4220
4221 , your page number will always be in the upper right corner of the page
4222  and the left margin will have extra room for a binding.
4223 \end_layout
4224
4225 \begin_deeper
4226 \begin_layout Standard
4227 There are two radio buttons here: 
4228 \family sans
4229 One
4230 \family default
4231  for single-sided documents, 
4232 \family sans
4233 Two
4234 \family default
4235  for double-sided documents.
4236 \end_layout
4237
4238 \end_deeper
4239 \begin_layout Labeling
4240 \labelwidthstring MMMMMMM
4241
4242 \family sans
4243 Columns
4244 \family default
4245  Yes, this does control how many columns each page has.
4246  You can choose, using the toggle buttons, 
4247 \family sans
4248 One
4249 \family default
4250  or 
4251 \family sans
4252 Two
4253 \family default
4254  for the number of columns.
4255  
4256 \end_layout
4257
4258 \begin_deeper
4259 \begin_layout Standard
4260 Note that LyX won't show two columns on screen.
4261  That's impractical, often unreadable, and not part of the WYSIWYM concept.
4262  However, there 
4263 \emph on
4264 will
4265 \emph default
4266  be two columns in the generated output.
4267 \end_layout
4268
4269 \end_deeper
4270 \begin_layout Labeling
4271 \labelwidthstring MMMMMMM
4272
4273 \family sans
4274 E
4275 \bar under
4276 x
4277 \bar default
4278 tra\InsetSpace ~
4279 Options
4280 \family default
4281  The LaTeX command 
4282 \family typewriter
4283
4284 \backslash
4285 documentclass
4286 \family default
4287  takes several options.
4288  LyX sets some of these automatically for you.
4289  This text box allows you to enter in others.
4290  Just type in a comma-separated list of options.
4291  See a good LaTeX book to find out what kinds of additional options you
4292  can use.
4293 \end_layout
4294
4295 \begin_layout Labeling
4296 \labelwidthstring MMMMMMM
4297
4298 \family sans
4299 Separation
4300 \family default
4301  This has its own section.
4302  See sec.
4303  
4304 \begin_inset LatexCommand ref
4305 reference "sec:parindentintro"
4306
4307 \end_inset
4308
4309  for a description of what this does.
4310 \end_layout
4311
4312 \begin_layout Subsection
4313 Paper Size, Orientation, and Margins
4314 \end_layout
4315
4316 \begin_layout Standard
4317 There are several other options to set in the 
4318 \family sans
4319 Document\InsetSpace ~
4320 Settings
4321 \family default
4322  dialog.
4323  All of them are global options, but they have special purposes and only
4324  affect certain features.
4325  We describe what these options do in the same section that describes the
4326  features they affect.
4327 \end_layout
4328
4329 \begin_layout Standard
4330 There are two options that affect the overall layout of the document, so
4331  we'll describe them here.
4332  You'll find them in the 
4333 \family sans
4334 Paper
4335 \family default
4336  dialog under the 
4337 \family sans
4338 Layout
4339 \family default
4340  menu:
4341 \end_layout
4342
4343 \begin_layout Labeling
4344 \labelwidthstring MMMMMM
4345
4346 \family sans
4347 Orientation
4348 \family default
4349  Two toggle buttons choose whether to print the output as 
4350 \family sans
4351 \bar under
4352 L
4353 \bar default
4354 andscape
4355 \family default
4356  or as 
4357 \family sans
4358 Po
4359 \bar under
4360 r
4361 \bar default
4362 trait
4363 \family default
4364 .
4365 \end_layout
4366
4367 \begin_layout Labeling
4368 \labelwidthstring MMMMMM
4369
4370 \family sans
4371 Papersi
4372 \bar under
4373 z
4374 \bar default
4375 e
4376 \family default
4377  What size paper to print on.
4378  The choices are
4379 \end_layout
4380
4381 \begin_deeper
4382 \begin_layout Itemize
4383
4384 \family sans
4385 Default
4386 \end_layout
4387
4388 \begin_layout Itemize
4389
4390 \family sans
4391 A3, A4,
4392 \family default
4393  
4394 \family sans
4395 A5
4396 \end_layout
4397
4398 \begin_layout Itemize
4399
4400 \family sans
4401 B3, B4, B5
4402 \end_layout
4403
4404 \begin_layout Itemize
4405
4406 \family sans
4407 US Letter
4408 \end_layout
4409
4410 \begin_layout Itemize
4411
4412 \family sans
4413 US legal
4414 \end_layout
4415
4416 \begin_layout Itemize
4417
4418 \family sans
4419 US executive
4420 \end_layout
4421
4422 \begin_layout Itemize
4423
4424 \family sans
4425 Custom
4426 \end_layout
4427
4428 \end_deeper
4429 \begin_layout Standard
4430 Some of these settings require you to have the 
4431 \family sans
4432 geometry
4433 \family default
4434  package installed.
4435  This package will also allow you to set the margins in the 
4436 \family sans
4437 Paper
4438 \family default
4439  dialog.
4440 \end_layout
4441
4442 \begin_layout Subsection
4443 Important Note:
4444 \end_layout
4445
4446 \begin_layout Standard
4447 If you change a document's class, LyX has to convert 
4448 \emph on
4449 everything
4450 \emph default
4451  into the new class.
4452  That includes the paragraph environments.
4453  Some paragraph environments are standard; all of the document classes have
4454  them.
4455  Some classes have special paragraph environments, however.
4456  If this is the case, and you change document classes, LyX sets the missing
4457  paragraph environments to 
4458 \family sans
4459 Standard
4460 \family default
4461  and places an error box at the beginning of the paragraph.
4462  Just click on them and you'll get a message dialog that tells you about
4463  the conversion and why it failed.
4464 \end_layout
4465
4466 \begin_layout Section
4467 Paragraph Indentation and Separation
4468 \end_layout
4469
4470 \begin_layout Subsection
4471 Introduction
4472 \begin_inset LatexCommand label
4473 name "sec:parindentintro"
4474
4475 \end_inset
4476
4477
4478 \end_layout
4479
4480 \begin_layout Standard
4481 Before describing all of the various paragraph environments, we'd like to
4482  say a word or two about paragraph indentation.
4483 \end_layout
4484
4485 \begin_layout Standard
4486 Everyone seems to have their own convention for separating paragraphs.
4487  Most Americans indent the first line of a paragraph.
4488  Others don't indent but put extra space between the paragraphs.
4489  LyX uses the same convention you find among typographers.
4490  The 
4491 \emph on
4492 first
4493 \emph default
4494  paragraph of a section, or after a figure, an equation, a table, a list,
4495  etc., is 
4496 \emph on
4497 not
4498 \emph default
4499  indented.
4500  Only a paragraph following another paragraph gets indented.
4501  Some people don't like this convention, but if you want to use indented
4502  paragraphs, you'll have to live with it.
4503 \begin_inset Foot
4504 status collapsed
4505
4506 \begin_layout Standard
4507 There is a way to force LaTeX to indent all paragraphs.
4508  LyX won't show this, of course, but LaTeX 
4509 \emph on
4510 will
4511 \emph default
4512  print it that way.
4513  You'll need to get a special package and insert an appropriate command
4514  in the preamble.
4515 \end_layout
4516
4517 \end_inset
4518
4519
4520 \end_layout
4521
4522 \begin_layout Standard
4523 The space between paragraphs, like the line spacing, the space between headings
4524  and text --- in fact, all of the spacings for just about everything are
4525  pre-coded into LyX.
4526  As we said, you don't worry about how much space to add between what.
4527  LyX takes care of that.
4528  In fact, these pre-coded vertical spacings aren't a single number but a
4529  range.
4530  That way, LyX can squish or stretch the space between lines to make sure
4531  figures fit on a page with text, so that sections don't start at the bottom
4532  of a page, and so on.
4533 \begin_inset Foot
4534 status collapsed
4535
4536 \begin_layout Standard
4537 Actually, LaTeX does this when LyX goes to produce a printable file.
4538 \end_layout
4539
4540 \end_inset
4541
4542  However, pre-coded doesn't mean you can't change them.
4543  LyX gives you the ability to globally change 
4544 \emph on
4545 all
4546 \emph default
4547  of these pre-coded spacings.
4548  We'll explain more later.
4549 \end_layout
4550
4551 \begin_layout Subsection
4552 Global Indentation Method
4553 \end_layout
4554
4555 \begin_layout Standard
4556 To select the default method of separating paragraphs, select 
4557 \family sans
4558 \bar under
4559 I
4560 \bar default
4561 ndent
4562 \family default
4563  or 
4564 \family sans
4565 S
4566 \bar under
4567 k
4568 \bar default
4569 ip
4570 \family default
4571  to indent paragraphs or add extra space between paragraphs, respectively.
4572 \end_layout
4573
4574 \begin_layout Subsection
4575 Fine-Tuning
4576 \end_layout
4577
4578 \begin_layout Standard
4579 You can also change the separation method of a single paragraph.
4580  Open the 
4581 \family sans
4582 \bar under
4583 E
4584 \bar default
4585 dit\SpecialChar \menuseparator
4586
4587 \bar under
4588 P
4589 \bar default
4590 aragraph\InsetSpace ~
4591 Settings
4592 \family default
4593  dialog and toggle the 
4594 \family sans
4595 \bar under
4596 N
4597 \bar default
4598 o Indent
4599 \family default
4600  button to change the state of the current paragraph.
4601  If paragraphs indent by default, this button will be inactive at first.
4602  If paragraphs have no indentation but use extra space for separation, this
4603  button will be completely ignored (you can't indent a single paragraph
4604  by toggling this).
4605 \end_layout
4606
4607 \begin_layout Standard
4608 You should only need to change the indentation method for a single paragraph
4609  if you need to do some fine-tuning.
4610  Typically, you'll select 
4611 \family sans
4612 \bar under
4613 I
4614 \bar default
4615 ndent
4616 \family default
4617  or 
4618 \family sans
4619 S
4620 \bar under
4621 k
4622 \bar default
4623 ip
4624 \family default
4625  for the entire document and edit away.
4626 \end_layout
4627
4628 \begin_layout Subsection
4629 Changing Line Spacing
4630 \end_layout
4631
4632 \begin_layout Standard
4633 In the 
4634 \family sans
4635 \bar under
4636 D
4637 \bar default
4638 ocument\SpecialChar \menuseparator
4639
4640 \bar under
4641 S
4642 \bar default
4643 ettings
4644 \family default
4645  dialog you can choose your line spacing provided you have the 
4646 \family sans
4647 setspace
4648 \family default
4649  package installed.
4650 \end_layout
4651
4652 \begin_layout Section
4653 Paragraph Environments
4654 \begin_inset LatexCommand label
4655 name "sec:par-environments"
4656
4657 \end_inset
4658
4659
4660 \end_layout
4661
4662 \begin_layout Subsection
4663 Overview
4664 \end_layout
4665
4666 \begin_layout Standard
4667 The paragraph environments correspond to the various
4668 \end_layout
4669
4670 \begin_layout Standard
4671
4672 \family typewriter
4673
4674 \backslash
4675 begin{
4676 \family default
4677 \emph on
4678 environment
4679 \family typewriter
4680 \emph default
4681 } ...
4682  
4683 \backslash
4684 end{
4685 \family default
4686 \emph on
4687 environment
4688 \family typewriter
4689 \emph default
4690 }
4691 \family default
4692
4693 \newline
4694 command sequences in an ordinary LaTeX file.
4695  If you don't know LaTeX, or the concept of a paragraph environment is totally
4696  alien to you, we urge you to read the 
4697 \emph on
4698 Tutorial
4699 \emph default
4700 .
4701  The 
4702 \emph on
4703 Tutorial
4704 \emph default
4705  also contains many more examples than this section does.
4706 \end_layout
4707
4708 \begin_layout Standard
4709 A paragraph environment is simply a 
4710 \begin_inset Quotes eld
4711 \end_inset
4712
4713 container
4714 \begin_inset Quotes erd
4715 \end_inset
4716
4717  for a paragraph which gives that paragraph certain properties.
4718  This can include a particular style of font, different margins, a numbering
4719  scheme, labels, and so on.
4720  Additionally, you can 
4721 \begin_inset Quotes eld
4722 \end_inset
4723
4724 nest
4725 \begin_inset Quotes erd
4726 \end_inset
4727
4728  the different environments inside one another, allowing one environment
4729  to inherit some of the properties of another.
4730  The different paragraph environments totally replace the need for messy
4731  tab stops, on the fly margin adjustment, and other hold-overs from the
4732  days of typewriters.
4733  There are several paragraph environments which are specific to a particular
4734  document type.
4735  We'll only be covering the most common ones here.
4736 \end_layout
4737
4738 \begin_layout Standard
4739 To choose a new paragraph environment, use the pull-down box on the left
4740  end of the toolbar.
4741  LyX will change the environment of the 
4742 \emph on
4743 entire
4744 \emph default
4745  paragraph in which the cursor sits.
4746  You can also change the environment of an entire group of paragraphs if
4747  you select them before choosing the new environment.
4748  
4749 \end_layout
4750
4751 \begin_layout Standard
4752 Note that hitting 
4753 \family sans
4754 Return
4755 \family default
4756  will 
4757 \emph on
4758 typically
4759 \emph default
4760  create a new paragraph using the 
4761 \family sans
4762 Standard
4763 \family default
4764  paragraph environment.
4765  We say 
4766 \begin_inset Quotes eld
4767 \end_inset
4768
4769 typically
4770 \begin_inset Quotes erd
4771 \end_inset
4772
4773  because this isn't always the case.
4774 \begin_inset Foot
4775 status collapsed
4776
4777 \begin_layout Standard
4778 If you are in one of these environments:
4779 \begin_inset ERT
4780 status collapsed
4781
4782 \begin_layout Standard
4783
4784  
4785 \end_layout
4786
4787 \end_inset
4788
4789
4790 \end_layout
4791
4792 \begin_layout Standard
4793 \begin_inset ERT
4794 status collapsed
4795
4796 \begin_layout Standard
4797
4798
4799 \backslash
4800 vspace{-2ex} 
4801 \backslash
4802 parbox[t]{3cm}{
4803 \end_layout
4804
4805 \end_inset
4806
4807
4808 \end_layout
4809
4810 \begin_layout Itemize
4811
4812 \family sans
4813 Quote
4814 \end_layout
4815
4816 \begin_layout Itemize
4817
4818 \family sans
4819 Quotation
4820 \end_layout
4821
4822 \begin_layout Standard
4823 \begin_inset ERT
4824 status collapsed
4825
4826 \begin_layout Standard
4827
4828 }
4829 \backslash
4830 parbox[t]{3cm}{
4831 \end_layout
4832
4833 \end_inset
4834
4835
4836 \end_layout
4837
4838 \begin_layout Itemize
4839
4840 \family sans
4841 Verse
4842 \end_layout
4843
4844 \begin_layout Itemize
4845
4846 \family sans
4847 Itemize
4848 \end_layout
4849
4850 \begin_layout Standard
4851 \begin_inset ERT
4852 status collapsed
4853
4854 \begin_layout Standard
4855
4856 }
4857 \backslash
4858 parbox[t]{3cm}{
4859 \end_layout
4860
4861 \end_inset
4862
4863
4864 \end_layout
4865
4866 \begin_layout Itemize
4867
4868 \family sans
4869 Enumerate
4870 \end_layout
4871
4872 \begin_layout Itemize
4873
4874 \family sans
4875 Description
4876 \end_layout
4877
4878 \begin_layout Standard
4879 \begin_inset ERT
4880 status collapsed
4881
4882 \begin_layout Standard
4883
4884 }
4885 \backslash
4886 parbox[t]{3cm}{
4887 \end_layout
4888
4889 \end_inset
4890
4891
4892 \end_layout
4893
4894 \begin_layout Itemize
4895
4896 \family sans
4897 List
4898 \end_layout
4899
4900 \begin_layout Standard
4901 \begin_inset ERT
4902 status collapsed
4903
4904 \begin_layout Standard
4905
4906 }
4907 \end_layout
4908
4909 \end_inset
4910
4911
4912 \end_layout
4913
4914 \begin_layout Standard
4915 LyX keeps the old paragraph environment when you hit 
4916 \family sans
4917 Return
4918 \family default
4919 , rather than resetting it to 
4920 \family sans
4921 Standard
4922 \family default
4923 .
4924  LyX will still reset the nesting depth, however.
4925 \end_layout
4926
4927 \end_inset
4928
4929  Usually, starting a new paragraph resets both the paragraph environment
4930  and the nesting depth [more on nesting in section 
4931 \begin_inset LatexCommand ref
4932 reference "sec:nest"
4933
4934 \end_inset
4935
4936 ].
4937  At the moment, all this is context-specific; you're better off expecting
4938  
4939 \family sans
4940 Return
4941 \family default
4942  to reset the paragraph environment and depth.
4943  If you want a new paragraph to keep the current environment and depth,
4944  use 
4945 \family sans
4946 M-Return
4947 \family default
4948  instead.
4949 \end_layout
4950
4951 \begin_layout Subsection
4952 Standard
4953 \end_layout
4954
4955 \begin_layout Standard
4956 The default paragraph environment is 
4957 \family sans
4958 Standard
4959 \family default
4960  for most classes.
4961  It creates a plain paragraph.
4962  If LyX resets the paragraph environment, this is the one it chooses.
4963  In fact, the paragraph you're reading right now [and most of the ones in
4964  this manual] are in the 
4965 \family sans
4966 Standard
4967 \family default
4968  environment.
4969 \end_layout
4970
4971 \begin_layout Standard
4972 You can nest a paragraph using the 
4973 \family sans
4974 Standard
4975 \family default
4976  environment in just about anything else, but you can't really nest anything
4977  in a 
4978 \family sans
4979 Standard
4980 \family default
4981  environment.
4982 \end_layout
4983
4984 \begin_layout Subsection
4985 Document Titles
4986 \end_layout
4987
4988 \begin_layout Standard
4989 A LaTeX title page has three parts: the title itself, the name[s] of the
4990  author[s] and a 
4991 \begin_inset Quotes eld
4992 \end_inset
4993
4994 footnote
4995 \begin_inset Quotes erd
4996 \end_inset
4997
4998  for thanks or contact information.
4999  For certain types of documents, LaTeX places all of this on a separate
5000  page along with today's date.
5001  For other types of documents, the title 
5002 \begin_inset Quotes eld
5003 \end_inset
5004
5005 page
5006 \begin_inset Quotes erd
5007 \end_inset
5008
5009  goes at the top of the first page of the document.
5010  
5011 \end_layout
5012
5013 \begin_layout Standard
5014 LyX provides an interface to the title page commands through the paragraph
5015  environments 
5016 \family sans
5017 Title
5018 \family default
5019
5020 \family sans
5021 Author
5022 \family default
5023 , and 
5024 \family sans
5025 Date
5026 \family default
5027 .
5028  Here's how you use them:
5029 \end_layout
5030
5031 \begin_layout Itemize
5032 Put the title of your document in the 
5033 \family sans
5034 Title
5035 \family default
5036  environment.
5037 \end_layout
5038
5039 \begin_layout Itemize
5040 Put the author name in the 
5041 \family sans
5042 Author
5043 \family default
5044  environment.
5045 \end_layout
5046
5047 \begin_layout Itemize
5048 If you want the date to have a certain appearance, want to use a fixed date,
5049  or want other text to appear in place of today's date, put that text in
5050  the 
5051 \family sans
5052 Date
5053 \family default
5054  environment.
5055  Note that using this environment is optional.
5056  If you don't provide any, LaTeX will automatically insert today's date.
5057 \end_layout
5058
5059 \begin_layout Standard
5060 Be sure to do this at the top of the document.
5061  You can use footnotes to insert 
5062 \begin_inset Quotes eld
5063 \end_inset
5064
5065 thanks
5066 \begin_inset Quotes erd
5067 \end_inset
5068
5069  or contact information.
5070 \end_layout
5071
5072 \begin_layout Subsection
5073 Headings
5074 \begin_inset LatexCommand label
5075 name "sec:parenvheadings"
5076
5077 \end_inset
5078
5079
5080 \end_layout
5081
5082 \begin_layout Standard
5083 There are nine paragraph environments for producing section headings.
5084  LyX takes care of the numbering for you.
5085  All you need to do is decide what you're going to call section 3 of chapter
5086  9.
5087 \end_layout
5088
5089 \begin_layout Subsubsection
5090 Numbered Headings
5091 \end_layout
5092
5093 \begin_layout Standard
5094 There are 6 numbered types of section headings.
5095 \begin_inset Note Note
5096 status open
5097
5098 \begin_layout Standard
5099 Why no mention of Part ?
5100 \end_layout
5101
5102 \end_inset
5103
5104  They are:
5105 \end_layout
5106
5107 \begin_layout Enumerate
5108
5109 \family sans
5110 Chapter
5111 \end_layout
5112
5113 \begin_layout Enumerate
5114
5115 \family sans
5116 Section
5117 \end_layout
5118
5119 \begin_layout Enumerate
5120
5121 \family sans
5122 Subsection
5123 \end_layout
5124
5125 \begin_layout Enumerate
5126
5127 \family sans
5128 Subsubsection
5129 \end_layout
5130
5131 \begin_layout Enumerate
5132
5133 \family sans
5134 Paragraph
5135 \end_layout
5136
5137 \begin_layout Enumerate
5138
5139 \family sans
5140 Subparagraph
5141 \end_layout
5142
5143 \begin_layout Standard
5144 LyX labels each heading with a series of numbers, separated by periods.
5145  The numbers describe where in the document you are.
5146  These headings all subdivide your document into different pieces of text.
5147  For example, suppose you're writing a book.
5148  You group the book into chapters.
5149  LyX does similar grouping:
5150 \end_layout
5151
5152 \begin_layout Itemize
5153 Either 
5154 \family sans
5155 Chapter
5156 \family default
5157  or 
5158 \family sans
5159 Section
5160 \family default
5161  is the maximum sectioning level.
5162 \end_layout
5163
5164 \begin_layout Itemize
5165
5166 \family sans
5167 Chapter
5168 \family default
5169 s are divided into 
5170 \family sans
5171 Section
5172 \family default
5173 s
5174 \end_layout
5175
5176 \begin_layout Itemize
5177
5178 \family sans
5179 Section
5180 \family default
5181 s are divided into 
5182 \family sans
5183 Subsection
5184 \family default
5185 s
5186 \end_layout
5187
5188 \begin_layout Itemize
5189
5190 \family sans
5191 Subsection
5192 \family default
5193 s are divided into 
5194 \family sans
5195 Subsubsection
5196 \family default
5197 s
5198 \end_layout
5199
5200 \begin_layout Itemize
5201
5202 \family sans
5203 Subsubsection
5204 \family default
5205 s are divided into 
5206 \family sans
5207 Paragraph
5208 \family default
5209 s
5210 \end_layout
5211
5212 \begin_layout Itemize
5213
5214 \family sans
5215 Paragraph
5216 \family default
5217 s are divided into 
5218 \family sans
5219 Subparagraph
5220 \family default
5221 s
5222 \end_layout
5223
5224 \begin_layout Standard
5225
5226 \emph on
5227 Note:
5228 \emph default
5229  not all document types use the 
5230 \family sans
5231 Chapter
5232 \family default
5233  heading as the maximum sectioning level.
5234  In that case, the 
5235 \family sans
5236 Section
5237 \family default
5238  is the top-level heading.
5239 \end_layout
5240
5241 \begin_layout Standard
5242 So, if you use the 
5243 \family sans
5244 Subsubsection
5245 \family default
5246  environment to label a new sub-subsection, LyX labels it with its number,
5247  along with the number of the subsection, section, and, if applicable, chapter
5248  that it's in.
5249  For example: the fifth section of the second chapter of this book has the
5250  label 
5251 \begin_inset Quotes eld
5252 \end_inset
5253
5254 2.5
5255 \begin_inset Quotes erd
5256 \end_inset
5257
5258 .
5259 \end_layout
5260
5261 \begin_layout Subsubsection
5262 Unnumbered Headings
5263 \end_layout
5264
5265 \begin_layout Standard
5266 There are 3 types of unnumbered section headings.
5267  They are:
5268 \end_layout
5269
5270 \begin_layout Enumerate
5271
5272 \family sans
5273 Section*
5274 \end_layout
5275
5276 \begin_layout Enumerate
5277
5278 \family sans
5279 Subsection*
5280 \end_layout
5281
5282 \begin_layout Enumerate
5283
5284 \family sans
5285 Subsubsection*
5286 \end_layout
5287
5288 \begin_layout Standard
5289 The 
5290 \begin_inset Quotes eld
5291 \end_inset
5292
5293 *
5294 \begin_inset Quotes erd
5295 \end_inset
5296
5297  after each name means that these headings are not numbered.
5298  They work the same as their numbered counterparts.
5299 \end_layout
5300
5301 \begin_layout Subsubsection
5302 Changing the Numbering
5303 \begin_inset LatexCommand label
5304 name "sub:section-depth"
5305
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \begin_layout Standard
5312 You can also alter which sectioning levels get numbered and which ones appear
5313  in the Table of Contents.
5314  Now, this doesn't remove any of the levels; that's preset in the document
5315  class.
5316  Certain classes start with 
5317 \family sans
5318 Chapter
5319 \family default
5320  and go down to the 
5321 \family sans
5322 Subparagraph
5323 \family default
5324  level.
5325  Others start at 
5326 \family sans
5327 Section
5328 \family default
5329 .
5330  Similarly, not all document classes number all sectioning levels.
5331  Most don't number 
5332 \family sans
5333 Paragraph
5334 \family default
5335  or 
5336 \family sans
5337 Subparagraph
5338 \family default
5339 .
5340  This is something you can change.
5341 \end_layout
5342
5343 \begin_layout Standard
5344 Open the 
5345 \family sans
5346 \bar under
5347 D
5348 \bar default
5349 ocument\SpecialChar \menuseparator
5350
5351 \bar under
5352 S
5353 \bar default
5354 ettings
5355 \family default
5356  dialog.
5357  You should see a counter labelled 
5358 \family sans
5359 Section\InsetSpace ~
5360 number\InsetSpace ~
5361 depth
5362 \family default
5363  under the 
5364 \family sans
5365 Extra
5366 \family default
5367  tab.
5368  This counter controls how far down in the sectioning hierarchy LyX numbers
5369  a section heading.
5370  Unfortunately, the number you choose with the slider is really goofy, so
5371  here's a table of values and what they do:
5372 \end_layout
5373
5374 \begin_layout Standard
5375 \begin_inset VSpace 0.3cm
5376 \end_inset
5377
5378
5379 \end_layout
5380
5381 \begin_layout Standard
5382 \align center
5383 \begin_inset Tabular
5384 <lyxtabular version="3" rows="10" columns="2">
5385 <features>
5386 <column alignment="center" valignment="top" leftline="true" width="0pt">
5387 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
5388 <row topline="true">
5389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Standard
5393
5394 \family sans
5395 \series medium
5396 \shape up
5397 \size normal
5398 \emph off
5399 \bar no
5400 \noun off
5401 \color none
5402 Sec.
5403  Num.
5404  Depth
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Standard
5413
5414 \series medium
5415 \shape up
5416 \size normal
5417 \emph off
5418 \bar no
5419 \noun off
5420 \color none
5421 LyX numbers these
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 </row>
5427 <row bottomline="true">
5428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Standard
5432
5433 \series medium
5434 \shape up
5435 \size normal
5436 \emph off
5437 \bar no
5438 \noun off
5439 \color none
5440 value:
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Standard
5449
5450 \series medium
5451 \shape up
5452 \size normal
5453 \emph off
5454 \bar no
5455 \noun off
5456 \color none
5457 section headings:
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row topline="true">
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Standard
5468
5469 \series medium
5470 \shape up
5471 \size normal
5472 \emph off
5473 \bar no
5474 \noun off
5475 \color none
5476 -2
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Standard
5485
5486 \series medium
5487 \shape up
5488 \size normal
5489 \emph off
5490 \bar no
5491 \noun off
5492 \color none
5493 no numbering of any kind
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 </row>
5499 <row topline="true">
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Standard
5504
5505 \series medium
5506 \shape up
5507 \size normal
5508 \emph off
5509 \bar no
5510 \noun off
5511 \color none
5512 -1
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Standard
5521
5522 \family sans
5523 add
5524 \family default
5525  
5526 \family sans
5527 \series medium
5528 \shape up
5529 \size normal
5530 \emph off
5531 \bar no
5532 \noun off
5533 \color none
5534 Parts
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 </row>
5540 <row topline="true">
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Standard
5545
5546 \series medium
5547 \shape up
5548 \size normal
5549 \emph off
5550 \bar no
5551 \noun off
5552 \color none
5553 -0 and 0
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Standard
5562
5563 \family sans
5564 \series medium
5565 \shape up
5566 \size normal
5567 \emph off
5568 \bar no
5569 \noun off
5570 \color none
5571 add Chapters
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row topline="true">
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Standard
5582
5583 \series medium
5584 \shape up
5585 \size normal
5586 \emph off
5587 \bar no
5588 \noun off
5589 \color none
5590 1
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Standard
5599
5600 \family sans
5601 \series medium
5602 \shape up
5603 \size normal
5604 \emph off
5605 \bar no
5606 \noun off
5607 \color none
5608 add Sections
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 </row>
5614 <row topline="true">
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Standard
5619
5620 \series medium
5621 \shape up
5622 \size normal
5623 \emph off
5624 \bar no
5625 \noun off
5626 \color none
5627 2
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Standard
5636
5637 \family sans
5638 \series medium
5639 \shape up
5640 \size normal
5641 \emph off
5642 \bar no
5643 \noun off
5644 \color none
5645 add Subsections
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row topline="true">
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Standard
5656
5657 \series medium
5658 \shape up
5659 \size normal
5660 \emph off
5661 \bar no
5662 \noun off
5663 \color none
5664 3
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Standard
5673
5674 \family sans
5675 add
5676 \family default
5677  
5678 \family sans
5679 \series medium
5680 \shape up
5681 \size normal
5682 \emph off
5683 \bar no
5684 \noun off
5685 \color none
5686 Subsubsections
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 </row>
5692 <row topline="true">
5693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Standard
5697
5698 \series medium
5699 \shape up
5700 \size normal
5701 \emph off
5702 \bar no
5703 \noun off
5704 \color none
5705 4
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Standard
5714
5715 \family sans
5716 add
5717 \family default
5718  
5719 \family sans
5720 \series medium
5721 \shape up
5722 \size normal
5723 \emph off
5724 \bar no
5725 \noun off
5726 \color none
5727 Paragraphs
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 </row>
5733 <row topline="true" bottomline="true">
5734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Standard
5738
5739 \series medium
5740 \shape up
5741 \size normal
5742 \emph off
5743 \bar no
5744 \noun off
5745 \color none
5746 5
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Standard
5755
5756 \family sans
5757 add
5758 \family default
5759  
5760 \family sans
5761 \series medium
5762 \shape up
5763 \size normal
5764 \emph off
5765 \bar no
5766 \noun off
5767 \color none
5768 Subparagraphs
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 </lyxtabular>
5775
5776 \end_inset
5777
5778
5779 \end_layout
5780
5781 \begin_layout Standard
5782 \begin_inset VSpace 0.3cm
5783 \end_inset
5784
5785
5786 \end_layout
5787
5788 \begin_layout Standard
5789 The increasing numbers are cumulative: a setting of 
5790 \begin_inset Quotes eld
5791 \end_inset
5792
5793 0
5794 \begin_inset Quotes erd
5795 \end_inset
5796
5797  will number parts and chapters, while 
5798 \begin_inset Quotes eld
5799 \end_inset
5800
5801 2
5802 \begin_inset Quotes erd
5803 \end_inset
5804
5805  will number parts, chapters, sections, and subsections.
5806  Of course, if you're using a document class that doesn't use part or chapter
5807  headings (
5808 \emph on
5809 e.g.
5810
5811 \emph default
5812  the default article class), then the numbering begins at the 
5813 \family sans
5814 Section
5815 \family default
5816  heading, and 
5817 \begin_inset Quotes eld
5818 \end_inset
5819
5820 0
5821 \begin_inset Quotes erd
5822 \end_inset
5823
5824  also corresponds to 
5825 \begin_inset Quotes eld
5826 \end_inset
5827
5828 no numbering.
5829 \begin_inset Quotes erd
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \begin_layout Standard
5836 There's another counter in the dialog, called 
5837 \family sans
5838 Table\InsetSpace ~
5839 of\InsetSpace ~
5840 contents\InsetSpace ~
5841 depth
5842 \family default
5843 .
5844  It works the same way as 
5845 \family sans
5846 Section\InsetSpace ~
5847 numbering\InsetSpace ~
5848 depth
5849 \family default
5850 , only it controls which sectioning levels appear in, you guessed it, the
5851  Table of Contents.
5852  This is a great control to have.
5853  Suppose you wanted to number 
5854 \emph on
5855 all
5856 \emph default
5857  sectioning heading, but you only wanted 
5858 \family sans
5859 Chapter
5860 \family default
5861 s, 
5862 \family sans
5863 Section
5864 \family default
5865 s, and 
5866 \family sans
5867 Subsection
5868 \family default
5869 s in the Table of Contents.
5870  You'd just set 
5871 \family sans
5872 Section\InsetSpace ~
5873 numbering\InsetSpace ~
5874 depth
5875 \family default
5876  to 
5877 \begin_inset Quotes eld
5878 \end_inset
5879
5880 5
5881 \begin_inset Quotes erd
5882 \end_inset
5883
5884  and 
5885 \family sans
5886 Table of contents\InsetSpace ~
5887 depth
5888 \family default
5889  to 
5890 \begin_inset Quotes eld
5891 \end_inset
5892
5893 2
5894 \begin_inset Quotes erd
5895 \end_inset
5896
5897  and voilà! You're all set.
5898 \end_layout
5899
5900 \begin_layout Subsubsection
5901 Special Information
5902 \end_layout
5903
5904 \begin_layout Standard
5905 The following information applies to 
5906 \family sans
5907 Chapter
5908 \family default
5909
5910 \family sans
5911 Section
5912 \family default
5913
5914 \family sans
5915 Subsection
5916 \family default
5917
5918 \family sans
5919 Subsubsection
5920 \family default
5921
5922 \family sans
5923 Paragraph
5924 \family default
5925
5926 \family sans
5927 Subparagraph
5928 \family default
5929  as well as 
5930 \family sans
5931 Section*
5932 \family default
5933
5934 \family sans
5935 Subsection*
5936 \family default
5937 , and 
5938 \family sans
5939 Subsubsection*
5940 \family default
5941 :
5942 \end_layout
5943
5944 \begin_layout Itemize
5945 You cannot use a margin note in any of these environments.
5946 \end_layout
5947
5948 \begin_layout Itemize
5949 You can only use inlined math in these environments.
5950 \end_layout
5951
5952 \begin_layout Itemize
5953 You cannot nest other environments into these environments.
5954 \end_layout
5955
5956 \begin_layout Itemize
5957 You can use labels and cross-references to refer to their numbers.
5958 \end_layout
5959
5960 \begin_layout Standard
5961 As for examples of these paragraph environments - look around you! We're
5962  using them everywhere in the manuals.
5963 \end_layout
5964
5965 \begin_layout Subsubsection
5966 Creating an Appendix
5967 \end_layout
5968
5969 \begin_layout Standard
5970 To create an appendix, simply start by adding a new chapter or section heading.
5971  Move the cursor back to the beginning of the heading and select 
5972 \family sans
5973 \bar under
5974 D
5975 \bar default
5976 ocument\SpecialChar \menuseparator
5977
5978 \newline
5979 Start\InsetSpace ~
5980
5981 \bar under
5982 A
5983 \bar default
5984 ppendix\InsetSpace ~
5985 Here
5986 \family default
5987 .
5988  A red/brown box will be drawn around the remainder of the file to indicate
5989  there is something special about it, and the numerical chapter or section
5990  label(s) will be changed to a letter.
5991 \end_layout
5992
5993 \begin_layout Subsection
5994 Quotes and Poetry
5995 \end_layout
5996
5997 \begin_layout Standard
5998 LyX has three paragraph environments for writing poetry and quotations.
5999  They are 
6000 \family sans
6001 Quote
6002 \family default
6003
6004 \family sans
6005 Quotation
6006 \family default
6007 , and 
6008 \family sans
6009 Verse
6010 \family default
6011 .
6012  Forget the days of changing linespacing and twiddling with margins.
6013  These three paragraph environments already have those changes built-in.
6014  They all widen the left margin and add a bit of extra space above and below
6015  the text they contain.
6016  They also allow nesting, so you can put a 
6017 \family sans
6018 Verse
6019 \family default
6020  in a 
6021 \family sans
6022 Quotation
6023 \family default
6024 , as well as in some other paragraph environments.
6025 \end_layout
6026
6027 \begin_layout Standard
6028 There is another feature of these three paragraph environments: they do
6029  
6030 \emph on
6031 not
6032 \emph default
6033  reset to 
6034 \family sans
6035 Standard
6036 \family default
6037  when you start a new paragraph.
6038  So, you can type in that poem and merrily hit 
6039 \family sans
6040 Return
6041 \family default
6042  without worrying about the paragraph environment changing on you.
6043  Of course, that means that, once you're done typing in that poem, you have
6044  to change back to the 
6045 \family sans
6046 Standard
6047 \family default
6048  environment yourself.
6049 \end_layout
6050
6051 \begin_layout Subsubsection
6052
6053 \family sans
6054 Quote
6055 \family default
6056  and 
6057 \family sans
6058 Quotation
6059 \family default
6060
6061 \begin_inset LatexCommand label
6062 name "sec:quote"
6063
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \begin_layout Standard
6070 Now that we've described the similarities of these three environments, it's
6071  time for the differences.
6072  
6073 \family sans
6074 Quote
6075 \family default
6076  and 
6077 \family sans
6078 Quotation
6079 \family default
6080  are identical except for one difference: 
6081 \family sans
6082 Quote
6083 \family default
6084  uses extra spacing to separate paragraphs and never indents the first line.
6085  
6086 \family sans
6087 Quotation
6088 \family default
6089  
6090 \emph on
6091 always
6092 \emph default
6093  indents the first line of a paragraph and uses the same line spacing throughout.
6094 \end_layout
6095
6096 \begin_layout Standard
6097 Here's an example of the 
6098 \family sans
6099 Quote
6100 \family default
6101  environment:
6102 \end_layout
6103
6104 \begin_layout Quote
6105 This is in the 
6106 \family sans
6107 Quote
6108 \family default
6109  environment.
6110  I can keep writing, extending this line out further and further until it
6111  wraps.
6112  See - no indentation!
6113 \end_layout
6114
6115 \begin_layout Quote
6116 Here's the second paragraph of this quote.
6117  Again, there's no indentation, but there is extra space between me and
6118  the other paragraph.
6119 \end_layout
6120
6121 \begin_layout Standard
6122 That ends that example.
6123  Here's another example, this time in the 
6124 \family sans
6125 Quotation
6126 \family default
6127  environment:
6128 \end_layout
6129
6130 \begin_layout Quotation
6131 This is in the 
6132 \family sans
6133 Quotation
6134 \family default
6135  environment.
6136  If I keep writing, you'll see the indentation.
6137  If your country uses a writing style that shows off new paragraphs by indenting
6138  the first line, then 
6139 \family sans
6140 Quotation
6141 \family default
6142  is the environment for you! Well, you'd use it 
6143 \emph on
6144 if
6145 \emph default
6146  you were quoting other text.
6147 \end_layout
6148
6149 \begin_layout Quotation
6150 Here's a new paragraph.
6151  I could ramble on and on, like a politician at election time.
6152  If I did that, though, you'd get bored.
6153 \end_layout
6154
6155 \begin_layout Standard
6156 That was our other example.
6157  As the example notes, 
6158 \family sans
6159 Quote
6160 \family default
6161  is for those people who use extra space to separate paragraphs.
6162  They should put quotes in the 
6163 \family sans
6164 Quote
6165 \family default
6166  environment.
6167  Those who use indentation to mark a new paragraph should use the 
6168 \family sans
6169 Quotation
6170 \family default
6171  paragraph environment for quoted text.
6172 \end_layout
6173
6174 \begin_layout Subsubsection
6175
6176 \family sans
6177 Verse
6178 \begin_inset LatexCommand label
6179 name "sec:verse"
6180
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \begin_layout Standard
6187
6188 \family sans
6189 Verse
6190 \family default
6191  is a paragraph environment for poetry, rhymes, verses, and so on.
6192  Here's an example:
6193 \end_layout
6194
6195 \begin_layout Verse
6196 This is in Verse
6197 \newline
6198 Which I did not rehearse!
6199 \end_layout
6200
6201 \begin_layout Verse
6202 It could be much worse.
6203  This line could be long, very long, oh so long, so very long that it wraps
6204  around.
6205  It looks okay on screen, but in the printed version, the extra lines are
6206  indented a bit more than the first.
6207  Okay, so it's turned to prose and doesn't rhyme anymore.
6208  So sue me.
6209 \end_layout
6210
6211 \begin_layout Verse
6212 To break a line
6213 \newline
6214 And make things look fine
6215 \newline
6216 Use 
6217 \family sans
6218 C-Return
6219 \family default
6220 .
6221 \end_layout
6222
6223 \begin_layout Standard
6224 As you can see, 
6225 \family sans
6226 Verse
6227 \family default
6228  does not indent both margins.
6229  Each stanza of the verse or poem is in its own paragraph.
6230  To separate the individual lines of a stanza, use the 
6231 \family typewriter
6232 break-line
6233 \family default
6234  function, 
6235 \family sans
6236 C-Return
6237 \family default
6238 .
6239 \end_layout
6240
6241 \begin_layout Subsection
6242 Lists
6243 \begin_inset LatexCommand label
6244 name "sec:parenvlists"
6245
6246 \end_inset
6247
6248
6249 \end_layout
6250
6251 \begin_layout Standard
6252 LyX has four different paragraph environments for creating different kinds
6253  of lists.
6254  In the 
6255 \family sans
6256 Itemize
6257 \family default
6258  and 
6259 \family sans
6260 Enumerate
6261 \family default
6262  environments, LyX labels your list items with bullets or numbers, respectively.
6263  In the 
6264 \family sans
6265 Description
6266 \family default
6267  and 
6268 \family sans
6269 List
6270 \family default
6271  environments, LyX lets you provide your own label.
6272  We'll present the individual details of each type of list next after describing
6273  some general features of all four of them.
6274 \end_layout
6275
6276 \begin_layout Subsubsection
6277 General Features
6278 \end_layout
6279
6280 \begin_layout Standard
6281 The four paragraph environments for lists differ from the other environments
6282  in several ways.
6283  First, LyX treats each paragraph as a list item.
6284  Hitting 
6285 \family sans
6286 Return
6287 \family default
6288  does 
6289 \emph on
6290 not
6291 \emph default
6292  reset the environment to 
6293 \family sans
6294 Standard
6295 \family default
6296  but keeps the current environment and creates a new list item.
6297  The nesting depth is typically reset, however.
6298  If you want to keep both the current nesting depth and paragraph environment,
6299  you should use 
6300 \family sans
6301 M-Return
6302 \family default
6303  to break paragraphs.
6304 \end_layout
6305
6306 \begin_layout Standard
6307 You can nest lists of any type inside one another.
6308  In fact, LyX changes the labels on some list items depending on how its
6309  nested.
6310  If you intend to use any of the list paragraph environments, we suggest
6311  you read all of section 
6312 \begin_inset LatexCommand ref
6313 reference "sec:nest"
6314
6315 \end_inset
6316
6317 .
6318  
6319 \end_layout
6320
6321 \begin_layout Subsubsection
6322
6323 \family sans
6324 Itemize
6325 \family default
6326
6327 \begin_inset LatexCommand label
6328 name "sec:itemize"
6329
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \begin_layout Standard
6336 The first type of list we'll describe in detail is the 
6337 \family sans
6338 Itemize
6339 \family default
6340  paragraph environment.
6341  It has the following properties:
6342 \end_layout
6343
6344 \begin_layout Itemize
6345 Each item has a particular bullet or symbol as its label.
6346 \end_layout
6347
6348 \begin_deeper
6349 \begin_layout Itemize
6350 LyX uses the same symbol for all of the items in a given nesting level.
6351 \end_layout
6352
6353 \begin_layout Itemize
6354 The symbol appears at the beginning of the first line.
6355 \end_layout
6356
6357 \end_deeper
6358 \begin_layout Itemize
6359 The items can be any length.
6360  LyX automatically offsets the left margin of each item.
6361  The offset is always relative to whatever environment the 
6362 \family sans
6363 Itemize
6364 \family default
6365  list may be in.
6366 \end_layout
6367
6368 \begin_layout Itemize
6369 If you nest an 
6370 \family sans
6371 Itemize
6372 \family default
6373  environment inside another 
6374 \family sans
6375 Itemize
6376 \family default
6377  environment, the label changes to a new symbol.
6378 \end_layout
6379
6380 \begin_deeper
6381 \begin_layout Itemize
6382 There are four different symbols for up to a four-fold nesting.
6383 \end_layout
6384
6385 \begin_layout Itemize
6386 LyX always shows the same symbol, an asterisk, on screen.
6387 \end_layout
6388
6389 \begin_layout Itemize
6390 See section 
6391 \begin_inset LatexCommand ref
6392 reference "sec:nest"
6393
6394 \end_inset
6395
6396  for a full explanation of nesting.
6397 \end_layout
6398
6399 \end_deeper
6400 \begin_layout Standard
6401 Of course, that explanation was also an example of an 
6402 \family sans
6403 Itemize
6404 \family default
6405  list.
6406  The 
6407 \family sans
6408 Itemize
6409 \family default
6410  environment is best suited for lists where the order doesn't matter.
6411 \end_layout
6412
6413 \begin_layout Standard
6414 We said that different levels use different symbols as their label.
6415  Here's an example of all four possible symbols.
6416  Note that those of you reading this manual online won't see any difference.
6417 \end_layout
6418
6419 \begin_layout Itemize
6420 The label for the first level 
6421 \family sans
6422 Itemize
6423 \family default
6424  is a large black dot, or bullet.
6425 \end_layout
6426
6427 \begin_deeper
6428 \begin_layout Itemize
6429 The label for the second level is a dash.
6430 \end_layout
6431
6432 \begin_deeper
6433 \begin_layout Itemize
6434 The label for the third is an asterisk.
6435 \end_layout
6436
6437 \begin_deeper
6438 \begin_layout Itemize
6439 The label for the fourth is a centered dot.
6440 \end_layout
6441
6442 \end_deeper
6443 \begin_layout Itemize
6444 Back out to the third level.
6445 \end_layout
6446
6447 \end_deeper
6448 \begin_layout Itemize
6449 Back to the second level.
6450 \end_layout
6451
6452 \end_deeper
6453 \begin_layout Itemize
6454 Back to the outermost level.
6455 \end_layout
6456
6457 \begin_layout Standard
6458 These are the default labels for an 
6459 \family sans
6460 Itemize
6461 \family default
6462  list.
6463  You can customize these labels in the
6464 \begin_inset ERT
6465 status collapsed
6466
6467 \begin_layout Standard
6468
6469
6470 \backslash
6471 linebreak 
6472 \end_layout
6473
6474 \end_inset
6475
6476  
6477 \family sans
6478 \bar under
6479 D
6480 \bar default
6481 ocument\SpecialChar \menuseparator
6482
6483 \bar under
6484 S
6485 \bar default
6486 ettings
6487 \family default
6488  dialog in the 
6489 \family sans
6490 Bullets
6491 \family default
6492  tab.
6493 \end_layout
6494
6495 \begin_layout Standard
6496 Notice how the space between items decreases with increasing depth.
6497  We'll explain nesting and all the tricks you can do with different depths
6498  in section 
6499 \begin_inset LatexCommand ref
6500 reference "sec:nest"
6501
6502 \end_inset
6503
6504 .
6505  Be sure to read it!
6506 \end_layout
6507
6508 \begin_layout Subsubsection
6509
6510 \family sans
6511 Enumerate
6512 \family default
6513
6514 \begin_inset LatexCommand label
6515 name "sec:enumerate"
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 The 
6524 \family sans
6525 Enumerate
6526 \family default
6527  environment is the tool to use to create numbered lists and outlines.
6528  It has these properties:
6529 \end_layout
6530
6531 \begin_layout Enumerate
6532 Each item has a numeral as its label.
6533 \end_layout
6534
6535 \begin_deeper
6536 \begin_layout Enumerate
6537 The type of numeral depends on the nesting depth.
6538 \end_layout
6539
6540 \end_deeper
6541 \begin_layout Enumerate
6542 LyX automatically counts the items for you and updates the label as appropriate.
6543 \end_layout
6544
6545 \begin_layout Enumerate
6546 Each new 
6547 \family sans
6548 Enumerate
6549 \family default
6550  environment resets the counter to one.
6551 \end_layout
6552
6553 \begin_layout Enumerate
6554 Like the 
6555 \family sans
6556 Itemize
6557 \family default
6558  environment, the 
6559 \family sans
6560 Enumerate
6561 \family default
6562  environment:
6563 \end_layout
6564
6565 \begin_deeper
6566 \begin_layout Enumerate
6567 Offsets the items relative to the left margin.
6568  Items can be any length.
6569 \end_layout
6570
6571 \begin_layout Enumerate
6572 Reduces the space between items as the nesting depth increases.
6573 \end_layout
6574
6575 \begin_layout Enumerate
6576 Uses different types of labels depending on the nesting depth.
6577 \end_layout
6578
6579 \begin_layout Enumerate
6580 Allows up to a four-fold nesting.
6581 \end_layout
6582
6583 \end_deeper
6584 \begin_layout Standard
6585 Unlike the 
6586 \family sans
6587 Itemize
6588 \family default
6589  environment, 
6590 \family sans
6591 Enumerate
6592 \family default
6593  
6594 \emph on
6595 does
6596 \emph default
6597  show the different labels for each item.
6598  Here is how LyX labels the four different levels in an 
6599 \family sans
6600 Enumerate
6601 \family default
6602 :
6603 \end_layout
6604
6605 \begin_layout Enumerate
6606 The first level of an 
6607 \family sans
6608 Enumerate
6609 \family default
6610  uses Arabic numerals followed by a period.
6611 \end_layout
6612
6613 \begin_deeper
6614 \begin_layout Enumerate
6615 The second level uses lower case letters surrounded by parentheses.
6616 \end_layout
6617
6618 \begin_deeper
6619 \begin_layout Enumerate
6620 The third level uses lower-case Roman numerals followed by a period.
6621 \end_layout
6622
6623 \begin_deeper
6624 \begin_layout Enumerate
6625 The fourth level uses capital letters followed by a period.
6626 \end_layout
6627
6628 \begin_layout Enumerate
6629 Again, notice the decrease in the spacing between items as the nesting depth
6630  increases.
6631 \end_layout
6632
6633 \end_deeper
6634 \begin_layout Enumerate
6635 Back to the third level
6636 \end_layout
6637
6638 \end_deeper
6639 \begin_layout Enumerate
6640 Back to the second level.
6641 \end_layout
6642
6643 \end_deeper
6644 \begin_layout Enumerate
6645 Back to the outermost level.
6646 \end_layout
6647
6648 \begin_layout Standard
6649 Once again, you can customize the type of numbering used in the 
6650 \family sans
6651 Enumerate
6652 \family default
6653  environment.
6654  It involves adding commands to the LaTeX preamble (see the 
6655 \emph on
6656 Extended Features
6657 \emph default
6658  manual), however.
6659  As stated earlier, such customization only shows up in the printed version,
6660  not on the LyX screen.
6661 \end_layout
6662
6663 \begin_layout Standard
6664 There is more to nesting 
6665 \family sans
6666 Enumerate
6667 \family default
6668  environments than we've stated here.
6669  You 
6670 \emph on
6671 really
6672 \emph default
6673  should read section 
6674 \begin_inset LatexCommand ref
6675 reference "sec:nest"
6676
6677 \end_inset
6678
6679  to learn more about nesting.
6680 \end_layout
6681
6682 \begin_layout Subsubsection
6683
6684 \family sans
6685 Description
6686 \family default
6687
6688 \begin_inset LatexCommand label
6689 name "sec:descrlist"
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \begin_layout Standard
6697 Unlike the previous two environments, the 
6698 \family sans
6699 Description
6700 \family default
6701  list has no fixed label.
6702  Instead, LyX uses the first 
6703 \begin_inset Quotes eld
6704 \end_inset
6705
6706 word
6707 \begin_inset Quotes erd
6708 \end_inset
6709
6710  of the first line as the label.
6711  Here's an example:
6712 \end_layout
6713
6714 \begin_layout Description
6715 Example: This is an example of the 
6716 \family sans
6717 Description
6718 \family default
6719  environment.
6720 \end_layout
6721
6722 \begin_layout Standard
6723 LyX typesets the label in boldface and puts extra space between it and the
6724  rest of the line.
6725 \end_layout
6726
6727 \begin_layout Standard
6728 Now, you're probably wondering what we mean by, 
6729 \begin_inset Quotes eld
6730 \end_inset
6731
6732 uses the first 'word'.
6733 \begin_inset Quotes erd
6734 \end_inset
6735
6736  The 
6737 \family sans
6738 Space
6739 \family default
6740  key does not add a whitespace character, but separates words from one another.
6741  Inside of a 
6742 \family sans
6743 Description
6744 \family default
6745  environment, the 
6746 \family sans
6747 Space
6748 \family default
6749  key tells LyX to end the label if we're at the beginning of the first line
6750  of an item.
6751 \end_layout
6752
6753 \begin_layout Standard
6754 However, what if you want or need to use more than one word in the label
6755  of a 
6756 \family sans
6757 Description
6758 \family default
6759  environment? Simple: use a 
6760 \family sans
6761 Protected Blank
6762 \family default
6763 .
6764  [Use either 
6765 \family sans
6766 C-Space
6767 \family default
6768  or 
6769 \family sans
6770 Special\InsetSpace ~
6771 F
6772 \bar under
6773 o
6774 \bar default
6775 rmatting\SpecialChar \menuseparator
6776 P
6777 \bar under
6778 r
6779 \bar default
6780 otected\InsetSpace ~
6781 Space
6782 \family default
6783  from the 
6784 \family sans
6785 \bar under
6786 I
6787 \bar default
6788 nsert
6789 \family default
6790  menu.
6791  See sec.
6792  
6793 \begin_inset LatexCommand ref
6794 reference "sec:hspace"
6795
6796 \end_inset
6797
6798  for more info.] Here's an example:
6799 \end_layout
6800
6801 \begin_layout Description
6802 Second\InsetSpace ~
6803 Example: This one shows how to use a 
6804 \family sans
6805 Protected\InsetSpace ~
6806 Blank
6807 \family default
6808  in the label of a 
6809 \family sans
6810 Description
6811 \family default
6812  list item.
6813 \end_layout
6814
6815 \begin_layout Description
6816 Usage: You should use the 
6817 \family sans
6818 Description
6819 \family default
6820  environment for things like definitions and theorems.
6821  Use it when you need to make one word in particular stand out in the text
6822  that describes it.
6823  It's not a good idea to use a 
6824 \family sans
6825 Description
6826 \family default
6827  environment when you have an entire sentence that you want to describe.
6828  You're better off using 
6829 \family sans
6830 Itemize
6831 \family default
6832  or 
6833 \family sans
6834 Enumerate
6835 \family default
6836  and nesting several 
6837 \family sans
6838 Standard
6839 \family default
6840  paragraphs into them.
6841 \end_layout
6842
6843 \begin_layout Description
6844 Nesting: You can, of course, nest 
6845 \family sans
6846 Description
6847 \family default
6848  environments inside one another, nest them in other types of lists, and
6849  so on.
6850 \end_layout
6851
6852 \begin_layout Standard
6853 Notice that after the first line, LyX indents subsequent lines, offsetting
6854  them from the first line.
6855 \end_layout
6856
6857 \begin_layout Subsubsection
6858 The LyX 
6859 \family sans
6860 List
6861 \family default
6862
6863 \begin_inset LatexCommand label
6864 name "sec:lyxlist"
6865
6866 \end_inset
6867
6868
6869 \end_layout
6870
6871 \begin_layout Standard
6872 The 
6873 \family sans
6874 List
6875 \family default
6876  environment is a LyX extension to LaTeX.
6877  
6878 \end_layout
6879
6880 \begin_layout Standard
6881 Now, if you jumped here without reading sections 
6882 \begin_inset LatexCommand ref
6883 reference "sec:itemize"
6884
6885 \end_inset
6886
6887 -
6888 \begin_inset LatexCommand ref
6889 reference "sec:descrlist"
6890
6891 \end_inset
6892
6893 , you've goofed.
6894  The 
6895 \family sans
6896 List
6897 \family default
6898  environment does 
6899 \emph on
6900 not
6901 \emph default
6902  create numbered lists.
6903  That's what 
6904 \family sans
6905 Enumerate
6906 \family default
6907  does, and it's documented in section 
6908 \begin_inset LatexCommand ref
6909 reference "sec:enumerate"
6910
6911 \end_inset
6912
6913 .
6914  
6915 \end_layout
6916
6917 \begin_layout Standard
6918 Like the 
6919 \family sans
6920 Description
6921 \family default
6922  environment the 
6923 \family sans
6924 List
6925 \family default
6926  environment has user-defined labels for each list item.
6927  There are some key differences between this list environment and the other
6928  three:
6929 \end_layout
6930
6931 \begin_layout Labeling
6932 \labelwidthstring MMMMMM
6933 item\InsetSpace ~
6934 labels LyX uses the first 
6935 \begin_inset Quotes eld
6936 \end_inset
6937
6938 word
6939 \begin_inset Quotes erd
6940 \end_inset
6941
6942  of each line as the item label.
6943  The first 
6944 \family sans
6945 Space
6946 \family default
6947  after the beginning of the first line of an item marks the end of the label.
6948  If you need to use more than one word in an item label, use a protected
6949  blank as described above.
6950 \end_layout
6951
6952 \begin_layout Labeling
6953 \labelwidthstring MMMMMM
6954 margins As you can see, LyX uses different margins for the item label and
6955  the body of the item text.
6956  The body of the text has a larger left margin, which is equal to the default
6957  label width plus a little extra space.
6958  
6959 \end_layout
6960
6961 \begin_layout Labeling
6962 \labelwidthstring MMMMMM
6963 label\InsetSpace ~
6964 width LyX uses one of two things for the label width: the actual width
6965  of the label, or the default width, whichever is larger.
6966  If the actual width is larger, then the label 
6967 \begin_inset Quotes eld
6968 \end_inset
6969
6970 extends
6971 \begin_inset Quotes erd
6972 \end_inset
6973
6974  into the first line.
6975  In other words, the text of the first line isn't aligned with the left
6976  margin of the rest of the item text.
6977 \end_layout
6978
6979 \begin_layout Labeling
6980 \labelwidthstring MMMMMM
6981 default\InsetSpace ~
6982 width You can very easily set this default width.
6983  It's quite painless, actually.
6984  So, you can easily ensure that the text of all items in a 
6985 \family sans
6986 List
6987 \family default
6988  environment have the same left margin.
6989 \end_layout
6990
6991 \begin_layout Labeling
6992 \labelwidthstring MMMMMM
6993 uses You should use the 
6994 \family sans
6995 List
6996 \family default
6997  environment the same way you'd use as 
6998 \family sans
6999 Description
7000 \family default
7001  list: when you need one word to stand out from the text that describes
7002  it.
7003  The 
7004 \family sans
7005 List
7006 \family default
7007  environment gives you another way to do this, using a different overall
7008  layout.
7009 \end_layout
7010
7011 \begin_layout Labeling
7012 \labelwidthstring MMMMMM
7013 nesting You can nest 
7014 \family sans
7015 List
7016 \family default
7017  environments inside one another, nest them in other types of lists, and
7018  so on.
7019  They work just like the other list paragraph environments.
7020  Read section 
7021 \begin_inset LatexCommand ref
7022 reference "sec:nest"
7023
7024 \end_inset
7025
7026  to learn about nesting.
7027 \end_layout
7028
7029 \begin_layout Standard
7030 As you can see, this is a feature-packed paragraph environment!
7031 \end_layout
7032
7033 \begin_layout Standard
7034 To change the default width of the label, select the items in the list to
7035  change.
7036  You can also simply move the cursor into a 
7037 \family sans
7038 List
7039 \family default
7040  item if you want to change only its label width.
7041  Now open the 
7042 \family sans
7043 \bar under
7044 E
7045 \bar default
7046 dit\SpecialChar \menuseparator
7047
7048 \bar under
7049 P
7050 \bar default
7051 aragraph\InsetSpace ~
7052 Settings
7053 \family default
7054  dialog and find the 
7055 \family sans
7056 Label\InsetSpace ~
7057 width
7058 \family default
7059  text box.
7060  The text in the 
7061 \family sans
7062 Label\InsetSpace ~
7063 width
7064 \family default
7065  box determines the default label width.
7066  If you really, really want to, you can use the text of your largest label
7067  here, but you don't need to.
7068  We recommend using the letter 
7069 \begin_inset Quotes eld
7070 \end_inset
7071
7072 M
7073 \begin_inset Quotes erd
7074 \end_inset
7075
7076  multiple times.
7077  It's the widest character and is a standard unit of width in LaTeX.
7078  The default label width in the example 
7079 \family sans
7080 List
7081 \family default
7082  is 6 
7083 \begin_inset Quotes eld
7084 \end_inset
7085
7086 M
7087 \begin_inset Quotes erd
7088 \end_inset
7089
7090 s wide.
7091  Using 
7092 \begin_inset Quotes eld
7093 \end_inset
7094
7095 M
7096 \begin_inset Quotes erd
7097 \end_inset
7098
7099  as your unit of width in the 
7100 \family sans
7101 Label\InsetSpace ~
7102 Width
7103 \family default
7104  box has one more advantage: you don't need to keep changing the contents
7105  of 
7106 \family sans
7107 Label\InsetSpace ~
7108 Width
7109 \family default
7110  every time you alter a label in a 
7111 \family sans
7112 List
7113 \family default
7114  environment.
7115 \end_layout
7116
7117 \begin_layout Standard
7118 There's yet another feature of the 
7119 \family sans
7120 List
7121 \family default
7122  environment we need to tell you about.
7123  As you can see in the examples, LyX left-justifies the item labels by default.
7124  You can use additional 
7125 \family sans
7126 HFills
7127 \family default
7128  to change how LyX justifies the item label.
7129  We'll document 
7130 \family sans
7131 HFills
7132 \family default
7133  later in section 
7134 \begin_inset LatexCommand ref
7135 reference "sec:hspace"
7136
7137 \end_inset
7138
7139 .
7140  Here are some examples:
7141 \end_layout
7142
7143 \begin_layout Labeling
7144 \labelwidthstring MMMMMMMM
7145 Left The default for 
7146 \family sans
7147 List
7148 \family default
7149  item labels.
7150 \end_layout
7151
7152 \begin_layout Labeling
7153 \labelwidthstring MMMMMMMM
7154
7155 \hfill
7156 Right One 
7157 \family sans
7158 HFill
7159 \family default
7160  at the beginning of the label right justifies it.
7161 \end_layout
7162
7163 \begin_layout Labeling
7164 \labelwidthstring MMMMMMMM
7165
7166 \hfill
7167 Center
7168 \hfill
7169  One 
7170 \family sans
7171 HFill
7172 \family default
7173  at the beginning of the label and one at the end centers it.
7174 \end_layout
7175
7176 \begin_layout Standard
7177 Don't worry if you have no idea what 
7178 \family sans
7179 HFill
7180 \family default
7181 s are yet.
7182  Just remember that you can use them to customize the look of the 
7183 \family sans
7184 List
7185 \family default
7186  environment.
7187 \end_layout
7188
7189 \begin_layout Standard
7190 That does it for the four paragraph environments for making lists.
7191  Oh - did we mention that you should read about nesting environments in
7192  section 
7193 \begin_inset LatexCommand ref
7194 reference "sec:nest"
7195
7196 \end_inset
7197
7198  if you want to use any of these list environments?
7199 \end_layout
7200
7201 \begin_layout Subsection
7202 Letters
7203 \end_layout
7204
7205 \begin_layout Subsubsection
7206
7207 \family sans
7208 Address
7209 \family default
7210  and 
7211 \family sans
7212 Right\InsetSpace ~
7213 Address
7214 \family default
7215 : An Overview
7216 \end_layout
7217
7218 \begin_layout Standard
7219 Although LyX has document classes for letters, we've also created two paragraph
7220  environments called 
7221 \family sans
7222 Address
7223 \family default
7224  and 
7225 \family sans
7226 Right\InsetSpace ~
7227 Address
7228 \family default
7229 .
7230  To use the letter class, you need to use specific paragraph environments
7231  in a specific order, otherwise LaTeX gags on the document.
7232  In contrast, you can use the 
7233 \family sans
7234 Address
7235 \family default
7236  and 
7237 \family sans
7238 Right\InsetSpace ~
7239 Address
7240 \family default
7241  paragraph environments anywhere with no problem.
7242  You can even nest them inside other environments, though you can't nest
7243  anything in them.
7244 \end_layout
7245
7246 \begin_layout Standard
7247 Of course, you're not limited to using 
7248 \family sans
7249 Address
7250 \family default
7251  and 
7252 \family sans
7253 Right\InsetSpace ~
7254 Address
7255 \family default
7256  for letters only.
7257  
7258 \family sans
7259 Right\InsetSpace ~
7260 Address
7261 \family default
7262 , in particular, is useful for creating article titles like those used in
7263  some European academic papers.
7264 \end_layout
7265
7266 \begin_layout Subsubsection
7267 Usage
7268 \begin_inset LatexCommand label
7269 name "sec:adress_usage"
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \begin_layout Standard
7277 The 
7278 \family sans
7279 Address
7280 \family default
7281  environment formats text in the style of an address, which is also used
7282  for the opening and signature in some countries.
7283  Similarly, the 
7284 \family sans
7285 Right\InsetSpace ~
7286 Address
7287 \family default
7288  environment formats text in the style of a right-justified address, which
7289  is used for the sender's address and today's date in some countries.
7290  Here's an example of each:
7291 \end_layout
7292
7293 \begin_layout Right Address
7294 Right Address
7295 \newline
7296 WhoAmI
7297 \newline
7298 WhereAmI
7299 \newline
7300 When is it? What is today?
7301 \end_layout
7302
7303 \begin_layout Standard
7304 That was 
7305 \family sans
7306 Right\InsetSpace ~
7307 Address
7308 \family default
7309 .
7310  Notice that the lines all have the same left margin, which LyX sets to
7311  fit the largest block of text on a single line.
7312  Here's an example of the 
7313 \family sans
7314 Address
7315 \family default
7316  environment:
7317 \end_layout
7318
7319 \begin_layout Address
7320 WhoAreYou
7321 \newline
7322 Where do I send this
7323 \newline
7324 Your post office and country
7325 \end_layout
7326
7327 \begin_layout Standard
7328 As you can see, both 
7329 \family sans
7330 Address
7331 \family default
7332  and 
7333 \family sans
7334 Right\InsetSpace ~
7335 Address
7336 \family default
7337  add extra space between themselves and the next paragraph.
7338  Speaking of which, if you hit 
7339 \family sans
7340 Return
7341 \family default
7342  in either of these environments, LyX resets the nesting depth and sets
7343  the environment to 
7344 \family sans
7345 Standard
7346 \family default
7347 .
7348  This makes sense, however, since 
7349 \family sans
7350 Return
7351 \family default
7352  is the 
7353 \family typewriter
7354 break-paragraph
7355 \family default
7356  function, and the individual lines of an address are not paragraphs.
7357  Thus, you'd use 
7358 \family typewriter
7359 break-line
7360 \family default
7361  [
7362 \family sans
7363 C-Return
7364 \family default
7365  or 
7366 \family sans
7367 Special\InsetSpace ~
7368 F
7369 \bar under
7370 o
7371 \bar default
7372 rmatting\SpecialChar \menuseparator
7373
7374 \bar under
7375 L
7376 \bar default
7377 inebreak
7378 \family default
7379  from the 
7380 \family sans
7381 \bar under
7382 I
7383 \bar default
7384 nsert
7385 \family default
7386  menu] to start a new line in an 
7387 \family sans
7388 Address
7389 \family default
7390  or 
7391 \family sans
7392 Right\InsetSpace ~
7393 Address
7394 \family default
7395  environment.
7396 \end_layout
7397
7398 \begin_layout Subsection
7399 Academic Writing
7400 \end_layout
7401
7402 \begin_layout Standard
7403 Most academic writing begins with an abstract and ends with a bibliography
7404  or list of references.
7405  LyX contains paragraph environments for both of these.
7406 \end_layout
7407
7408 \begin_layout Subsubsection
7409
7410 \family sans
7411 Abstract
7412 \end_layout
7413
7414 \begin_layout Standard
7415 The 
7416 \family sans
7417 Abstract
7418 \family default
7419  environment is used for the abstract of an article.
7420  Technically, you 
7421 \emph on
7422 could
7423 \emph default
7424  use this environment anywhere, but you really 
7425 \emph on
7426 should
7427 \emph default
7428  only use it at the beginning of the document, after the title.
7429  The 
7430 \family sans
7431 Abstract
7432 \family default
7433  environment is only useful in the 
7434 \begin_inset Quotes eld
7435 \end_inset
7436
7437 article
7438 \begin_inset Quotes erd
7439 \end_inset
7440
7441  and 
7442 \begin_inset Quotes eld
7443 \end_inset
7444
7445 report
7446 \begin_inset Quotes erd
7447 \end_inset
7448
7449  document classes [as well as 
7450 \begin_inset Quotes eld
7451 \end_inset
7452
7453 amsart,
7454 \begin_inset Quotes erd
7455 \end_inset
7456
7457  which is just a specialized version of 
7458 \begin_inset Quotes eld
7459 \end_inset
7460
7461 article
7462 \begin_inset Quotes erd
7463 \end_inset
7464
7465 ].
7466  The 
7467 \begin_inset Quotes eld
7468 \end_inset
7469
7470 book
7471 \begin_inset Quotes erd
7472 \end_inset
7473
7474  document class ignores the 
7475 \family sans
7476 Abstract
7477 \family default
7478  completely, and it's utterly silly to use 
7479 \family sans
7480 Abstract
7481 \family default
7482  in the 
7483 \begin_inset Quotes eld
7484 \end_inset
7485
7486 letter
7487 \begin_inset Quotes erd
7488 \end_inset
7489
7490  document class.
7491 \end_layout
7492
7493 \begin_layout Standard
7494 The 
7495 \family sans
7496 Abstract
7497 \family default
7498  environment does several things for you.
7499  First, it puts the centered label 
7500 \begin_inset Quotes eld
7501 \end_inset
7502
7503 Abstract
7504 \begin_inset Quotes erd
7505 \end_inset
7506
7507  above the text.
7508  The label and the text of the abstract are separated by some extra vertical
7509  space.
7510  Second, it typesets everything in a smaller font, just as you'd expect.
7511  Lastly, it adds a bit of extra vertical space between the abstract and
7512  the subsequent text.
7513  Well, that's how it will appear on the LyX screen.
7514  If your document is in the 
7515 \begin_inset Quotes eld
7516 \end_inset
7517
7518 report
7519 \begin_inset Quotes erd
7520 \end_inset
7521
7522  class, the abstract actually appears on a separate page in the printed
7523  version of the file.
7524 \end_layout
7525
7526 \begin_layout Standard
7527 Starting a new paragraph by hitting 
7528 \family sans
7529 Return
7530 \family default
7531  does 
7532 \emph on
7533 not
7534 \emph default
7535  reset the paragraph environment.
7536  The new paragraph will still be in the 
7537 \family sans
7538 Abstract
7539 \family default
7540  environment.
7541  So, you will have to change the paragraph environment yourself when you
7542  finish entering the abstract of your document.
7543 \end_layout
7544
7545 \begin_layout Standard
7546 We'd love to give you an example of the 
7547 \family sans
7548 Abstract
7549 \family default
7550  environment, but we can't, since this document is in the 
7551 \begin_inset Quotes eld
7552 \end_inset
7553
7554 book
7555 \begin_inset Quotes erd
7556 \end_inset
7557
7558  class.
7559  If you've never heard of an 
7560 \begin_inset Quotes eld
7561 \end_inset
7562
7563 abstract
7564 \begin_inset Quotes erd
7565 \end_inset
7566
7567  before, you can safely ignore this environment.
7568 \end_layout
7569
7570 \begin_layout Subsubsection
7571
7572 \family sans
7573 Bibliography
7574 \family default
7575
7576 \begin_inset LatexCommand label
7577 name "sec:bibliography"
7578
7579 \end_inset
7580
7581
7582 \end_layout
7583
7584 \begin_layout Standard
7585 The 
7586 \family sans
7587 Bibliography
7588 \family default
7589  environment is used to list references.
7590  Technically, you 
7591 \emph on
7592 could
7593 \emph default
7594  use this environment anywhere, but you really 
7595 \emph on
7596 should
7597 \emph default
7598  only use it at the end of the document.
7599  Also, don't bother trying to nest 
7600 \family sans
7601 Bibliography
7602 \family default
7603  in anything else or vice versa.
7604  It won't work.
7605 \end_layout
7606
7607 \begin_layout Standard
7608 When you first open a 
7609 \family sans
7610 Bibliography
7611 \family default
7612  environment, LyX add a large vertical space, followed by the heading 
7613 \begin_inset Quotes eld
7614 \end_inset
7615
7616 Bibliography
7617 \begin_inset Quotes erd
7618 \end_inset
7619
7620  or 
7621 \begin_inset Quotes eld
7622 \end_inset
7623
7624 References,
7625 \begin_inset Quotes erd
7626 \end_inset
7627
7628  depending on the document class.
7629  The heading is in a large boldface font.
7630  Each paragraph of the 
7631 \family sans
7632 Bibliography
7633 \family default
7634  environment is a bibliography entry.
7635  Thus, hitting 
7636 \family sans
7637 Return
7638 \family default
7639  does 
7640 \emph on
7641 not
7642 \emph default
7643  reset the paragraph environment.
7644  Each new paragraph is still in the 
7645 \family sans
7646 Bibliography
7647 \family default
7648  environment.
7649 \end_layout
7650
7651 \begin_layout Standard
7652 At the 
7653 \emph on
7654 beginning
7655 \emph default
7656  of the 
7657 \emph on
7658 first line
7659 \emph default
7660  of each paragraph, you will see a gray button showing a number.
7661  If you click on it, you will get a dialog in which you can set a 
7662 \family sans
7663 key
7664 \family default
7665  and a 
7666 \family sans
7667 label
7668 \family default
7669 .
7670  The key is the symbolic name by which you will refer to this bibliography
7671  entry.
7672  For example, suppose your first entry in the bibliography was a book about
7673  LaTeX.
7674  We could choose the key 
7675 \begin_inset Quotes eld
7676 \end_inset
7677
7678 latexguide
7679 \begin_inset Quotes erd
7680 \end_inset
7681
7682  for that entry.
7683  You can also give a label, which will be displayed in the gray inset box.
7684 \end_layout
7685
7686 \begin_layout Standard
7687 The 
7688 \family sans
7689 key
7690 \family default
7691  field isn't useless.
7692  You can refer to your bibliography entries using the 
7693 \family sans
7694 \bar under
7695 I
7696 \bar default
7697 nsert\SpecialChar \menuseparator
7698
7699 \bar under
7700 C
7701 \bar default
7702 itation
7703 \family default
7704  command.
7705  Just choose the key inside in the available keys list, then add a reference
7706  by clicking on the left arrow, which will add it to the selected keys list.
7707  Multiple references can be placed by selecting more than one key.
7708  An example of the 
7709 \family sans
7710 Bibliography
7711 \family default
7712  appears at the end of this document.
7713  
7714 \begin_inset Quotes eld
7715 \end_inset
7716
7717 See 
7718 \begin_inset LatexCommand cite
7719 key "latexguide"
7720
7721 \end_inset
7722
7723  or 
7724 \begin_inset LatexCommand cite
7725 after "Chapter 3"
7726 key "latexcompanion"
7727
7728 \end_inset
7729
7730
7731 \begin_inset Quotes erd
7732 \end_inset
7733
7734  is an example of how to cite two of the entries in it.
7735  In the second one, we used the 
7736 \family sans
7737 T
7738 \bar under
7739 e
7740 \bar default
7741 xt\InsetSpace ~
7742 after
7743 \family default
7744  field of the citation dialog to add the text 
7745 \begin_inset Quotes eld
7746 \end_inset
7747
7748 Chapter 3
7749 \begin_inset Quotes erd
7750 \end_inset
7751
7752 .
7753  The texts 
7754 \begin_inset Quotes eld
7755 \end_inset
7756
7757 latexguide
7758 \begin_inset Quotes erd
7759 \end_inset
7760
7761  and 
7762 \begin_inset Quotes eld
7763 \end_inset
7764
7765 latexcompanion
7766 \begin_inset Quotes erd
7767 \end_inset
7768
7769  that you see on screen will be replaced in print by the number or the label
7770  of the bibliography entry.
7771 \end_layout
7772
7773 \begin_layout Standard
7774 The more advanced LaTeX bibliography package BibTeX is also supported by
7775  LyX.
7776  For a description of how to use it, please refer to the 
7777 \emph on
7778 Extended LyX Features
7779 \emph default
7780  document.
7781 \end_layout
7782
7783 \begin_layout Subsection
7784 Special Purpose
7785 \end_layout
7786
7787 \begin_layout Standard
7788 There are three standard paragraph environments that simply don't fit any
7789  category, as they are very specialized for a particular purpose.
7790  We'll point out the highlights and uses of each.
7791 \end_layout
7792
7793 \begin_layout Subsubsection
7794
7795 \family sans
7796 Caption
7797 \family default
7798
7799 \begin_inset LatexCommand label
7800 name "sec:captionlayout"
7801
7802 \end_inset
7803
7804
7805 \end_layout
7806
7807 \begin_layout Standard
7808 The 
7809 \family sans
7810 Caption
7811 \family default
7812  environment is the default paragraph environment for 
7813 \family sans
7814 Figure\InsetSpace ~
7815 Floats
7816 \family default
7817  and 
7818 \family sans
7819 Table\InsetSpace ~
7820 Floats
7821 \family default
7822 .
7823  On the LyX screen, you'll see either the label 
7824 \begin_inset Quotes eld
7825 \end_inset
7826
7827 Figure #:
7828 \begin_inset Quotes erd
7829 \end_inset
7830
7831  or 
7832 \begin_inset Quotes eld
7833 \end_inset
7834
7835 Table #:
7836 \begin_inset Quotes erd
7837 \end_inset
7838
7839 , depending on which type of 
7840 \family sans
7841 Float
7842 \family default
7843  it's in.
7844  The actual reference number is substituted in this label in the printed
7845  output.
7846 \end_layout
7847
7848 \begin_layout Standard
7849 You can't really nest things into a 
7850 \family sans
7851 Caption
7852 \family default
7853  environment.
7854  Additionally, hitting 
7855 \family sans
7856 Return
7857 \family default
7858  resets the paragraph environment to 
7859 \family sans
7860 Standard
7861 \family default
7862 , so a 
7863 \family sans
7864 Caption
7865 \family default
7866  can only be a single paragraph.
7867 \end_layout
7868
7869 \begin_layout Standard
7870 You cannot use a 
7871 \family sans
7872 Caption
7873 \family default
7874  environment outside of a 
7875 \family sans
7876 Figure\InsetSpace ~
7877 Float
7878 \family default
7879  or a 
7880 \family sans
7881 Table\InsetSpace ~
7882 Float
7883 \family default
7884 .
7885  See sections 
7886 \begin_inset LatexCommand ref
7887 reference "sec:figures"
7888
7889 \end_inset
7890
7891  and 
7892 \begin_inset LatexCommand ref
7893 reference "sec:tables"
7894
7895 \end_inset
7896
7897  for more information on 
7898 \family sans
7899 Figure\InsetSpace ~
7900 Floats
7901 \family default
7902  and 
7903 \family sans
7904 Table\InsetSpace ~
7905 Floats
7906 \family default
7907 .
7908  
7909 \end_layout
7910
7911 \begin_layout Subsubsection
7912 LyX
7913 \family sans
7914 -Code
7915 \end_layout
7916
7917 \begin_layout Standard
7918 The 
7919 \family sans
7920 LyX-Code
7921 \family default
7922  environment is another LyX extension.
7923  It type-sets text in a typewriter-style font.
7924  It also treats the 
7925 \family sans
7926 Space
7927 \family default
7928  key as a fixed whitespace;
7929 \begin_inset Foot
7930 status collapsed
7931
7932 \begin_layout Standard
7933 In the 
7934 \family sans
7935 LyX-Code
7936 \family default
7937  environment, the 
7938 \family sans
7939 Space
7940 \family default
7941  key is treated as a 
7942 \family sans
7943 Protected\InsetSpace ~
7944 Blank
7945 \family default
7946  instead of an end-of-word marker.
7947 \end_layout
7948
7949 \end_inset
7950
7951  this is the only case in which you can type multiple whitespaces in LyX.
7952  If you need to insert blank lines, you'll still need to use 
7953 \family sans
7954 C-Return
7955 \family default
7956  [the 
7957 \family typewriter
7958 break-line
7959 \family default
7960  function].
7961  
7962 \family sans
7963 Return
7964 \family default
7965  breaks paragraphs.
7966  Note, however, that 
7967 \family sans
7968 Return
7969 \family default
7970  does 
7971 \emph on
7972 not
7973 \emph default
7974  reset the paragraph environment.
7975  So, when you finish using the 
7976 \family sans
7977 LyX-Code
7978 \family default
7979  environment, you'll need to change the paragraph environment yourself.
7980  Also, you 
7981 \emph on
7982 can
7983 \emph default
7984  nest the 
7985 \family sans
7986 LyX-Code
7987 \family default
7988  environment inside of others.
7989 \end_layout
7990
7991 \begin_layout Standard
7992 There are a few quirks with this environment:
7993 \end_layout
7994
7995 \begin_layout Itemize
7996 You cannot use 
7997 \family sans
7998 C-Return
7999 \family default
8000  at the beginning of a new paragraph [i.e.
8001  you can't follow 
8002 \family sans
8003 Return
8004 \family default
8005  with a 
8006 \family sans
8007 C-Return
8008 \family default
8009 ].
8010 \end_layout
8011
8012 \begin_layout Itemize
8013 You can't follow a 
8014 \family sans
8015 C-Return
8016 \family default
8017  with a 
8018 \family sans
8019 Space
8020 \family default
8021 .
8022 \end_layout
8023
8024 \begin_deeper
8025 \begin_layout Itemize
8026 Use a 
8027 \family sans
8028 Return
8029 \family default
8030  to begin a new paragraph, then you can use a 
8031 \family sans
8032 Space
8033 \family default
8034 .
8035 \end_layout
8036
8037 \begin_layout Itemize
8038 Or: use 
8039 \family sans
8040 C-Space
8041 \family default
8042  instead.
8043 \end_layout
8044
8045 \end_deeper
8046 \begin_layout Itemize
8047 You can't have an empty paragraph or an empty line.
8048  You must put at least one 
8049 \family sans
8050 Space
8051 \family default
8052  in any line you want blank.
8053  Otherwise, LaTeX generates errors.
8054 \end_layout
8055
8056 \begin_layout Itemize
8057 You cannot get the typewriter double quotes by typing 
8058 \family sans
8059 "
8060 \family default
8061  since that will insert 
8062 \emph on
8063 real
8064 \emph default
8065  quotes.
8066  You get the typewriter double quotes with 
8067 \family sans
8068 C-"
8069 \family default
8070  (or 
8071 \family sans
8072 C-q
8073 \family default
8074  if you use Emacs-like key bindings).
8075 \end_layout
8076
8077 \begin_layout Standard
8078 Here's an example:
8079 \end_layout
8080
8081 \begin_layout LyX-Code
8082 #include <stdio.h>
8083 \end_layout
8084
8085 \begin_layout LyX-Code
8086  
8087 \end_layout
8088
8089 \begin_layout LyX-Code
8090 int main(void)
8091 \end_layout
8092
8093 \begin_layout LyX-Code
8094 {
8095 \end_layout
8096
8097 \begin_layout LyX-Code
8098     printf("Hello World
8099 \backslash
8100 n");
8101 \end_layout
8102
8103 \begin_layout LyX-Code
8104     return 0;
8105 \end_layout
8106
8107 \begin_layout LyX-Code
8108 }
8109 \end_layout
8110
8111 \begin_layout Standard
8112 This is just the standard 
8113 \begin_inset Quotes eld
8114 \end_inset
8115
8116 Hello world!
8117 \begin_inset Quotes erd
8118 \end_inset
8119
8120  program.
8121  
8122 \end_layout
8123
8124 \begin_layout Standard
8125
8126 \family sans
8127 LyX-Code
8128 \family default
8129  has one purpose: to typeset code, such as program source, shell scripts,
8130  rc-files, and so on.
8131  Use it only in those very, very special cases where you need to generate
8132  text as if you used a typewriter.
8133 \end_layout
8134
8135 \begin_layout Section
8136 Nesting Environments
8137 \begin_inset LatexCommand label
8138 name "sec:nest"
8139
8140 \end_inset
8141
8142
8143 \end_layout
8144
8145 \begin_layout Subsection
8146 The Big Deal
8147 \end_layout
8148
8149 \begin_layout Standard
8150 Throughout the previous sections, we've been nagging you to 
8151 \begin_inset Quotes eld
8152 \end_inset
8153
8154 go read Section\InsetSpace ~
8155
8156 \begin_inset LatexCommand ref
8157 reference "sec:nest"
8158
8159 \end_inset
8160
8161 .
8162 \begin_inset Quotes erd
8163 \end_inset
8164
8165  So, you're probably wondering what the big deal is.
8166 \end_layout
8167
8168 \begin_layout Standard
8169 The big deal is that LyX differs rather strongly from the traditional 
8170 \begin_inset Quotes eld
8171 \end_inset
8172
8173 word\SpecialChar \-
8174 processor-as-overglorified-typewriter
8175 \begin_inset Quotes erd
8176 \end_inset
8177
8178  concept.
8179  With a typewriter, text is merely ink on a page.
8180  Most word processors aren't much better, treating text as pixels on the
8181  screen and bytes in memory.
8182  In contrast, LyX treats text as a unified block with a particular context
8183  and specific properties.
8184  However, what if you wanted one 
8185 \begin_inset Quotes eld
8186 \end_inset
8187
8188 block
8189 \begin_inset Quotes erd
8190 \end_inset
8191
8192  to inherit some of the properties of another 
8193 \begin_inset Quotes eld
8194 \end_inset
8195
8196 block
8197 \begin_inset Quotes erd
8198 \end_inset
8199
8200  ? 
8201 \end_layout
8202
8203 \begin_layout Standard
8204 Here's a more specific example: outlines.
8205  You have three main points in your outline, but point #2 also has two subpoints.
8206  In other words, you have a list 
8207 \emph on
8208 inside
8209 \emph default
8210  of another list, with the inner list 
8211 \begin_inset Quotes eld
8212 \end_inset
8213
8214 attached
8215 \begin_inset Quotes erd
8216 \end_inset
8217
8218  to item #2:
8219 \end_layout
8220
8221 \begin_layout Enumerate
8222 one
8223 \end_layout
8224
8225 \begin_layout Enumerate
8226 two
8227 \end_layout
8228
8229 \begin_deeper
8230 \begin_layout Enumerate
8231 sublist - item #1
8232 \end_layout
8233
8234 \begin_layout Enumerate
8235 sublist - item #2
8236 \end_layout
8237
8238 \end_deeper
8239 \begin_layout Enumerate
8240 three
8241 \end_layout
8242
8243 \begin_layout Standard
8244 How do you put a list inside of a list? By now, the answer should be obvious:
8245  you nest one list inside the other.
8246  
8247 \end_layout
8248
8249 \begin_layout Standard
8250 How to nest an environment is quite simple.
8251  Select 
8252 \family sans
8253 \bar under
8254 I
8255 \bar default
8256 ncrease\InsetSpace ~
8257 Environment\InsetSpace ~
8258 Depth
8259 \family default
8260  or 
8261 \family sans
8262 \bar under
8263 D
8264 \bar default
8265 ecrease\InsetSpace ~
8266 Environment\InsetSpace ~
8267 Depth
8268 \family default
8269  from the 
8270 \family sans
8271 \bar under
8272 E
8273 \bar default
8274 dit
8275 \family default
8276  menu to change the nesting depth of the current paragraph (the status bar
8277  will tell you how far you are nested).
8278 \end_layout
8279
8280 \begin_layout Standard
8281 You can also use the convenient key bindings 
8282 \family sans
8283 S-M-Left
8284 \family default
8285  and 
8286 \family sans
8287 S-M-Right
8288 \begin_inset Foot
8289 status collapsed
8290
8291 \begin_layout Standard
8292
8293 \family sans
8294 M-p\InsetSpace ~
8295 Left
8296 \family default
8297  and 
8298 \family sans
8299 M-p\InsetSpace ~
8300 Right
8301 \family default
8302  are alternatives, if you prefer those bindings
8303 \end_layout
8304
8305 \end_inset
8306
8307
8308 \family default
8309  to change the nesting level.
8310  The change will work on the current selection if you have made one (allowing
8311  you to change the nesting of several paragraphs at once), or the current
8312  paragraph.
8313 \end_layout
8314
8315 \begin_layout Standard
8316 Note that LyX only changes the nesting depth if it can.
8317  If it's invalid to do so, nothing happens if you try to change the depth.
8318  Additionally, if you change the depth of one paragraph, it affects the
8319  depth of every paragraph nested inside of it.
8320  It's hard to describe what exactly LyX does in this case.
8321  That depends specifically on what your text looks like.
8322  Your best bet is to simply play with changing the nesting depth and see
8323  what happens.
8324 \end_layout
8325
8326 \begin_layout Standard
8327 Nesting isn't just limited to lists.
8328  In LyX, you can nest just about anything inside anything else, as you're
8329  about to find out.
8330  This is the real power of nesting paragraph environments.
8331 \end_layout
8332
8333 \begin_layout Subsection
8334 What You Can and Can't Nest
8335 \end_layout
8336
8337 \begin_layout Standard
8338 Before we fire a list of paragraph environments at you, we need to tell
8339  you a little bit more about how nesting works.
8340 \end_layout
8341
8342 \begin_layout Standard
8343 The question of nesting is a bit more complicated than a simple yes or no,
8344  can you or can't you.
8345  There's also the question of how.
8346  Can you nest this environment into anything else? Can you nest another
8347  environment into it? A 
8348 \begin_inset Quotes eld
8349 \end_inset
8350
8351 yes
8352 \begin_inset Quotes erd
8353 \end_inset
8354
8355  to one of these doesn't guarantee a 
8356 \begin_inset Quotes eld
8357 \end_inset
8358
8359 yes
8360 \begin_inset Quotes erd
8361 \end_inset
8362
8363  to the other.
8364 \end_layout
8365
8366 \begin_layout Standard
8367 The paragraph environments in LyX can do one of three things when it comes
8368  to nesting.
8369  First, an environment may be completely unnestable.
8370  Second, there are environments that are fully nestable.
8371  You can nest them inside of things and you can also nest other things inside
8372  of them.
8373  There is one last type of environment.
8374  You can nest them into other environments, but that's it.
8375  You can't nest anything into them.
8376 \end_layout
8377
8378 \begin_layout Standard
8379 Here's a list of the three types of nesting behavior, and which paragraph
8380  environments have them:
8381 \begin_inset Foot
8382 status collapsed
8383
8384 \begin_layout Standard
8385 For some odd reason, LyX allows you to fully nest both 
8386 \family sans
8387 Bibliography
8388 \family default
8389  and 
8390 \family sans
8391 Abstract
8392 \family default
8393 .
8394  Also, LyX allows you to nest 
8395 \family sans
8396 Title
8397 \family default
8398
8399 \family sans
8400 Author
8401 \family default
8402 , and 
8403 \family sans
8404 Date
8405 \family default
8406  into other environments.
8407  We urge you not to.
8408  LaTeX may barf if you try it.
8409  Then again, it may not.
8410  We don't know for certain.
8411  However, it makes no sense contextually to perform any nesting with these
8412  environments, so why would you ever want to?
8413 \end_layout
8414
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \begin_layout Description
8421 Unnestable Can't nest them.
8422  Can't nest into them.
8423 \end_layout
8424
8425 \begin_deeper
8426 \begin_layout Itemize
8427
8428 \family sans
8429 Bibliography
8430 \end_layout
8431
8432 \begin_layout Itemize
8433
8434 \family sans
8435 Title
8436 \end_layout
8437
8438 \begin_layout Itemize
8439
8440 \family sans
8441 Author
8442 \end_layout
8443
8444 \begin_layout Itemize
8445
8446 \family sans
8447 Date
8448 \end_layout
8449
8450 \end_deeper
8451 \begin_layout Description
8452 Fully\InsetSpace ~
8453 Nestable You can nest them.
8454  You can nest other things into them.
8455 \end_layout
8456
8457 \begin_deeper
8458 \begin_layout Itemize
8459
8460 \family sans
8461 Abstract
8462 \end_layout
8463
8464 \begin_layout Itemize
8465
8466 \family sans
8467 Verse
8468 \end_layout
8469
8470 \begin_layout Itemize
8471
8472 \family sans
8473 Quote
8474 \end_layout
8475
8476 \begin_layout Itemize
8477
8478 \family sans
8479 Quotation
8480 \end_layout
8481
8482 \begin_layout Itemize
8483
8484 \family sans
8485 Itemize
8486 \end_layout
8487
8488 \begin_layout Itemize
8489
8490 \family sans
8491 Enumerate
8492 \end_layout
8493
8494 \begin_layout Itemize
8495
8496 \family sans
8497 Description
8498 \end_layout
8499
8500 \begin_layout Itemize
8501
8502 \family sans
8503 List
8504 \end_layout
8505
8506 \begin_layout Itemize
8507
8508 \family sans
8509 LyX-Code
8510 \end_layout
8511
8512 \end_deeper
8513 \begin_layout Description
8514 Nestable-Inside You can nest them inside of other things.
8515  You can't nest anything into them.
8516 \end_layout
8517
8518 \begin_deeper
8519 \begin_layout Itemize
8520
8521 \family sans
8522 Part
8523 \end_layout
8524
8525 \begin_layout Itemize
8526
8527 \family sans
8528 Chapter
8529 \end_layout
8530
8531 \begin_layout Itemize
8532
8533 \family sans
8534 Section
8535 \family default
8536  
8537 \end_layout
8538
8539 \begin_layout Itemize
8540
8541 \family sans
8542 Subsection
8543 \end_layout
8544
8545 \begin_layout Itemize
8546
8547 \family sans
8548 Subsubsection
8549 \end_layout
8550
8551 \begin_layout Itemize
8552
8553 \family sans
8554 Paragraph
8555 \family default
8556  
8557 \end_layout
8558
8559 \begin_layout Itemize
8560
8561 \family sans
8562 Subparagraph
8563 \end_layout
8564
8565 \begin_layout Itemize
8566
8567 \family sans
8568 Part*
8569 \end_layout
8570
8571 \begin_layout Itemize
8572
8573 \family sans
8574 Chapter*
8575 \end_layout
8576
8577 \begin_layout Itemize
8578
8579 \family sans
8580 Section*
8581 \end_layout
8582
8583 \begin_layout Itemize
8584
8585 \family sans
8586 Subsection*
8587 \end_layout
8588
8589 \begin_layout Itemize
8590
8591 \family sans
8592 Subsubsection*
8593 \end_layout
8594
8595 \begin_layout Itemize
8596
8597 \family sans
8598 Standard
8599 \end_layout
8600
8601 \begin_layout Itemize
8602
8603 \family sans
8604 Right\InsetSpace ~
8605 Address
8606 \end_layout
8607
8608 \begin_layout Itemize
8609
8610 \family sans
8611 Address
8612 \end_layout
8613
8614 \begin_layout Itemize
8615
8616 \family sans
8617 Caption
8618 \end_layout
8619
8620 \end_deeper
8621 \begin_layout Subsection
8622 Nesting Other Things: Tables, Math, Floats, etc.
8623 \begin_inset LatexCommand label
8624 name "sec:table-and-fig-nesting"
8625
8626 \end_inset
8627
8628
8629 \end_layout
8630
8631 \begin_layout Standard
8632 There are several things that aren't paragraph environments, but which are
8633  affected by nesting anyhow.
8634  They are:
8635 \end_layout
8636
8637 \begin_layout Itemize
8638 equations
8639 \end_layout
8640
8641 \begin_layout Itemize
8642 tables
8643 \end_layout
8644
8645 \begin_layout Itemize
8646 figures
8647 \end_layout
8648
8649 \begin_layout Standard
8650 [Note: if you put a figure or a table in a 
8651 \family sans
8652 Float
8653 \family default
8654 , this is no longer true.
8655  See below or look in sections 
8656 \begin_inset LatexCommand ref
8657 reference "sec:figures"
8658
8659 \end_inset
8660
8661  or 
8662 \begin_inset LatexCommand ref
8663 reference "sec:tables"
8664
8665 \end_inset
8666
8667  for more info.]
8668 \end_layout
8669
8670 \begin_layout Standard
8671 LyX can treat these three objects as either a word or as a paragraph.
8672  Well, you can't inline a table, but you can inline math and figures.
8673  If a figure or an equation is inlined, it goes wherever the paragraph it's
8674  in goes.
8675 \end_layout
8676
8677 \begin_layout Standard
8678 On the other hand, if you have an equation, figure or table in a 
8679 \begin_inset Quotes eld
8680 \end_inset
8681
8682 paragraph
8683 \begin_inset Quotes erd
8684 \end_inset
8685
8686  of its own, it behaves just like a 
8687 \begin_inset Quotes eld
8688 \end_inset
8689
8690 nestable-inside
8691 \begin_inset Quotes erd
8692 \end_inset
8693
8694  paragraph environment.
8695  You can nest it into any environment, but you [obviously] can't nest anything
8696  into it.
8697 \end_layout
8698
8699 \begin_layout Standard
8700 Here's an example with a table:
8701 \end_layout
8702
8703 \begin_layout Enumerate
8704 Item One
8705 \end_layout
8706
8707 \begin_deeper
8708 \begin_layout Enumerate
8709 This is (a) and it's nested.
8710 \end_layout
8711
8712 \begin_deeper
8713 \begin_layout Standard
8714 \begin_inset VSpace 0.3cm
8715 \end_inset
8716
8717
8718 \end_layout
8719
8720 \begin_layout Standard
8721 \align center
8722 \begin_inset Tabular
8723 <lyxtabular version="3" rows="2" columns="2">
8724 <features>
8725 <column alignment="center" valignment="top" leftline="true" width="0pt">
8726 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8727 <row topline="true">
8728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Standard
8732
8733 \family roman
8734 \series medium
8735 \shape up
8736 \size normal
8737 \emph off
8738 \bar no
8739 \noun off
8740 \color none
8741 a
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Standard
8750
8751 \family roman
8752 \series medium
8753 \shape up
8754 \size normal
8755 \emph off
8756 \bar no
8757 \noun off
8758 \color none
8759 b
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row topline="true" bottomline="true">
8766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Standard
8770
8771 \family roman
8772 \series medium
8773 \shape up
8774 \size normal
8775 \emph off
8776 \bar no
8777 \noun off
8778 \color none
8779 c
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Standard
8788
8789 \family roman
8790 \series medium
8791 \shape up
8792 \size normal
8793 \emph off
8794 \bar no
8795 \noun off
8796 \color none
8797 d
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 </lyxtabular>
8804
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \begin_layout Standard
8811 \begin_inset VSpace 0.3cm
8812 \end_inset
8813
8814
8815 \end_layout
8816
8817 \end_deeper
8818 \begin_layout Enumerate
8819 This is (b).
8820  The table is actually nested inside (a).
8821 \end_layout
8822
8823 \end_deeper
8824 \begin_layout Enumerate
8825 Back out again.
8826 \end_layout
8827
8828 \begin_layout Standard
8829 If we hadn't nested the table at all, the list would look like this:
8830 \end_layout
8831
8832 \begin_layout Enumerate
8833 Item One
8834 \end_layout
8835
8836 \begin_deeper
8837 \begin_layout Enumerate
8838 This is (a) and it's nested.
8839 \end_layout
8840
8841 \end_deeper
8842 \begin_layout Standard
8843 \begin_inset VSpace 0.3cm
8844 \end_inset
8845
8846
8847 \end_layout
8848
8849 \begin_layout Standard
8850 \align center
8851 \begin_inset Tabular
8852 <lyxtabular version="3" rows="2" columns="2">
8853 <features>
8854 <column alignment="center" valignment="top" leftline="true" width="0pt">
8855 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8856 <row topline="true">
8857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Standard
8861
8862 \family roman
8863 \series medium
8864 \shape up
8865 \size normal
8866 \emph off
8867 \bar no
8868 \noun off
8869 \color none
8870 a
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Standard
8879
8880 \family roman
8881 \series medium
8882 \shape up
8883 \size normal
8884 \emph off
8885 \bar no
8886 \noun off
8887 \color none
8888 b
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row topline="true" bottomline="true">
8895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Standard
8899
8900 \family roman
8901 \series medium
8902 \shape up
8903 \size normal
8904 \emph off
8905 \bar no
8906 \noun off
8907 \color none
8908 c
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Standard
8917
8918 \family roman
8919 \series medium
8920 \shape up
8921 \size normal
8922 \emph off
8923 \bar no
8924 \noun off
8925 \color none
8926 d
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 </lyxtabular>
8933
8934 \end_inset
8935
8936
8937 \end_layout
8938
8939 \begin_layout Standard
8940 \begin_inset VSpace 0.3cm
8941 \end_inset
8942
8943
8944 \end_layout
8945
8946 \begin_layout Enumerate
8947 This is (b).
8948  The table is 
8949 \emph on
8950 not
8951 \emph default
8952  nested inside (a).
8953  In fact, it's not nested at all.
8954 \end_layout
8955
8956 \begin_layout Enumerate
8957 Back out again.
8958 \end_layout
8959
8960 \begin_layout Standard
8961 Notice how item (b) is not only no longer nested, but is also the first
8962  item of a new list!
8963 \end_layout
8964
8965 \begin_layout Standard
8966 There's another trap you can fall into: nesting the table, but not going
8967  deep enough.
8968  LyX turns anything after the table into a new [sub]list.
8969 \end_layout
8970
8971 \begin_layout Enumerate
8972 Item One
8973 \end_layout
8974
8975 \begin_deeper
8976 \begin_layout Enumerate
8977 This is (a) and it's nested.
8978 \end_layout
8979
8980 \begin_layout Standard
8981 \begin_inset VSpace 0.3cm
8982 \end_inset
8983
8984
8985 \end_layout
8986
8987 \begin_layout Standard
8988 \align center
8989 \begin_inset Tabular
8990 <lyxtabular version="3" rows="2" columns="2">
8991 <features>
8992 <column alignment="center" valignment="top" leftline="true" width="0pt">
8993 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8994 <row topline="true">
8995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Standard
8999
9000 \family roman
9001 \series medium
9002 \shape up
9003 \size normal
9004 \emph off
9005 \bar no
9006 \noun off
9007 \color none
9008 a
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Standard
9017
9018 \family roman
9019 \series medium
9020 \shape up
9021 \size normal
9022 \emph off
9023 \bar no
9024 \noun off
9025 \color none
9026 b
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row topline="true" bottomline="true">
9033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Standard
9037
9038 \family roman
9039 \series medium
9040 \shape up
9041 \size normal
9042 \emph off
9043 \bar no
9044 \noun off
9045 \color none
9046 c
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Standard
9055
9056 \family roman
9057 \series medium
9058 \shape up
9059 \size normal
9060 \emph off
9061 \bar no
9062 \noun off
9063 \color none
9064 d
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 </lyxtabular>
9071
9072 \end_inset
9073
9074
9075 \end_layout
9076
9077 \begin_layout Standard
9078 \begin_inset VSpace 0.3cm
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \begin_layout Enumerate
9085 This is (b).
9086  The table is actually nested inside Item One, but 
9087 \emph on
9088 not
9089 \emph default
9090  inside (a).
9091 \end_layout
9092
9093 \end_deeper
9094 \begin_layout Enumerate
9095 Back out again.
9096 \end_layout
9097
9098 \begin_layout Standard
9099 As you can see, item (b) turned into the first item of a new list, but a
9100  new list 
9101 \emph on
9102 inside
9103 \emph default
9104  item 1.
9105  The same thing would have happened to a figure or an equation.
9106  So, if you nest tables, figures or equations, make sure you go to the right
9107  depth!
9108 \end_layout
9109
9110 \begin_layout Standard
9111 Then there are the so-called 
9112 \family sans
9113 Floats
9114 \family default
9115 .
9116  A 
9117 \family sans
9118 Float
9119 \family default
9120  is a block of text associated with some sort of label, but which doesn't
9121  have a fixed location.
9122  It can 
9123 \begin_inset Quotes eld
9124 \end_inset
9125
9126 float
9127 \begin_inset Quotes erd
9128 \end_inset
9129
9130  forward or backward a page or two, to wherever it fits best.
9131  
9132 \family sans
9133 Footnotes
9134 \family default
9135  and 
9136 \family sans
9137 Margin\InsetSpace ~
9138 Notes
9139 \family default
9140  are floats, as are 
9141 \family sans
9142 Table\InsetSpace ~
9143 Floats
9144 \family default
9145  and 
9146 \family sans
9147 Figure\InsetSpace ~
9148 Floats
9149 \family default
9150 .
9151  When you're editing a document in LyX, a closed 
9152 \family sans
9153 Float
9154 \family default
9155  looks like a gray button with a red label and goes wherever the paragraph
9156  it's in goes.
9157  However, because a 
9158 \family sans
9159 Float
9160 \family default
9161  has no fixed location in the final text, nesting has no effect on its actual
9162  location after you feed your document to LaTeX.
9163 \end_layout
9164
9165 \begin_layout Subsection
9166 Usage and General Features
9167 \end_layout
9168
9169 \begin_layout Standard
9170 Speaking of levels, LyX can perform up to a six-fold nesting.
9171  In other words, 
9172 \begin_inset Quotes eld
9173 \end_inset
9174
9175 level #6
9176 \begin_inset Quotes erd
9177 \end_inset
9178
9179  is the innermost possible depth.
9180  Here's an example to display what we mean:
9181 \end_layout
9182
9183 \begin_layout Enumerate
9184 level #1 - outermost
9185 \end_layout
9186
9187 \begin_deeper
9188 \begin_layout Enumerate
9189 level #2
9190 \end_layout
9191
9192 \begin_deeper
9193 \begin_layout Enumerate
9194 level #3
9195 \end_layout
9196
9197 \begin_deeper
9198 \begin_layout Enumerate
9199 level #4
9200 \end_layout
9201
9202 \begin_deeper
9203 \begin_layout Itemize
9204 level #5
9205 \end_layout
9206
9207 \begin_deeper
9208 \begin_layout Itemize
9209 level #6
9210 \end_layout
9211
9212 \end_deeper
9213 \end_deeper
9214 \end_deeper
9215 \end_deeper
9216 \end_deeper
9217 \begin_layout Standard
9218 Once again, LyX has a maximum of 6 levels, regardless of which specific
9219  paragraph environments you're using at a given level.
9220 \begin_inset Foot
9221 status collapsed
9222
9223 \begin_layout Standard
9224 Unfortunately, LyX doesn't enforce this limitation.
9225  If you try to exceed it, however, LaTeX will return errors when you go
9226  to produce output for your document.
9227 \end_layout
9228
9229 \end_inset
9230
9231  That means that you can perform a six-fold nesting of a 
9232 \family sans
9233 Description
9234 \family default
9235  list, or a 
9236 \family sans
9237 Verse
9238 \family default
9239  environment, and so on.
9240  You can also mix environments, as we shall see later.
9241 \end_layout
9242
9243 \begin_layout Standard
9244 There are two exceptions to the six-fold nesting limit, and you can see
9245  both of them in the example.
9246  Unlike the other fully-nestable environments, you can only perform a four-fold
9247  nesting with the 
9248 \family sans
9249 Enumerate
9250 \family default
9251  and 
9252 \family sans
9253 Itemize
9254 \family default
9255  environments.
9256  For example, if we tried to nest another 
9257 \family sans
9258 Enumerate
9259 \family default
9260  list inside of item 
9261 \begin_inset Quotes eld
9262 \end_inset
9263
9264 A.
9265 \begin_inset Quotes erd
9266 \end_inset
9267
9268 , we'd get errors.
9269 \begin_inset Foot
9270 status collapsed
9271
9272 \begin_layout Standard
9273 Once again, LyX doesn't enforce this limitation.
9274  If you try to exceed it, however, LaTeX will return errors when you go
9275  to produce output for your document.
9276 \end_layout
9277
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \begin_layout Standard
9284 In case that you want to start a new list immediately after a list, or consecuti
9285 ve definitions, proofs etc, you can use the 
9286 \family sans
9287 --Separator--
9288 \family default
9289  environment to separate them.
9290  For example
9291 \end_layout
9292
9293 \begin_layout Enumerate
9294 item1
9295 \end_layout
9296
9297 \begin_layout --Separator--
9298
9299 \end_layout
9300
9301 \begin_layout Enumerate
9302 another item1
9303 \end_layout
9304
9305 \begin_deeper
9306 \begin_layout Enumerate
9307 nested item1
9308 \end_layout
9309
9310 \begin_layout --Separator--
9311
9312 \end_layout
9313
9314 \begin_layout Enumerate
9315 nested another item1
9316 \end_layout
9317
9318 \end_deeper
9319 \begin_layout Subsection
9320 Some Examples
9321 \end_layout
9322
9323 \begin_layout Standard
9324 The best way to explain just what you can do with nesting is by illustration.
9325  We have several examples of nested environments.
9326  In them, we explain how we created the example, so that you can reproduce
9327  them.
9328 \end_layout
9329
9330 \begin_layout Subsubsection
9331 Example #1: The Six-fold Way and Mixed Nesting
9332 \end_layout
9333
9334 \begin_layout Labeling
9335 \labelwidthstring MMM
9336 #1-a This is the outermost level.
9337  It's a 
9338 \family sans
9339 List
9340 \family default
9341  environment.
9342 \end_layout
9343
9344 \begin_deeper
9345 \begin_layout Labeling
9346 \labelwidthstring MMM
9347 #2-a This is level #2.
9348  We created it by using 
9349 \family sans
9350 M-Return
9351 \family default
9352  followed by 
9353 \family sans
9354 M-p\InsetSpace ~
9355 Right
9356 \family default
9357 .
9358 \end_layout
9359
9360 \begin_deeper
9361 \begin_layout Labeling
9362 \labelwidthstring MMM
9363 #3-a This is level #3.
9364  This time, we just hit 
9365 \family sans
9366 Return
9367 \family default
9368 , then used 
9369 \family sans
9370 M-p\InsetSpace ~
9371 Right
9372 \family default
9373  twice in a row.
9374  We could have also created it the same way as we did the previous level,
9375  by hitting 
9376 \family sans
9377 M-Return
9378 \family default
9379  followed by 
9380 \family sans
9381 M-p\InsetSpace ~
9382 Right
9383 \family default
9384 .
9385 \end_layout
9386
9387 \begin_deeper
9388 \begin_layout Standard
9389 This is actually a 
9390 \family sans
9391 Standard
9392 \family default
9393  environment, nested inside of 
9394 \begin_inset Quotes eld
9395 \end_inset
9396
9397 #3-a
9398 \begin_inset Quotes erd
9399 \end_inset
9400
9401 .
9402  So, it's at level #4.
9403  We did this by hitting 
9404 \family sans
9405 M-Return
9406 \family default
9407 , then 
9408 \family sans
9409 M-p\InsetSpace ~
9410 Right
9411 \family default
9412 , then changing the paragraph environment to 
9413 \family sans
9414 Standard
9415 \family default
9416 .
9417  Do this to create list items with more than one paragraph - it also works
9418  for the 
9419 \family sans
9420 Description
9421 \family default
9422
9423 \family sans
9424 Enumerate
9425 \family default
9426 , and 
9427 \family sans
9428 Itemize
9429 \family default
9430  environments!
9431 \end_layout
9432
9433 \begin_layout Standard
9434 Here's another 
9435 \family sans
9436 Standard
9437 \family default
9438  paragraph, also at level #4, made with just a 
9439 \family sans
9440 M-Return
9441 \family default
9442 .
9443 \end_layout
9444
9445 \begin_layout Labeling
9446 \labelwidthstring MMM
9447 #4-a This is level #4.
9448  We hit 
9449 \family sans
9450 M-Return
9451 \family default
9452  and changed the paragraph environment back to 
9453 \family sans
9454 List
9455 \family default
9456 .
9457  Remember - we can't nest anything inside of a 
9458 \family sans
9459 Standard
9460 \family default
9461  environment, which is why we're still at level #4.
9462  However, we 
9463 \emph on
9464 can
9465 \emph default
9466  keep nesting things inside of 
9467 \begin_inset Quotes eld
9468 \end_inset
9469
9470 #3-a
9471 \begin_inset Quotes erd
9472 \end_inset
9473
9474 .
9475 \end_layout
9476
9477 \begin_deeper
9478 \begin_layout Labeling
9479 \labelwidthstring MMM
9480 #5-a This is level #5\SpecialChar \ldots{}
9481
9482 \end_layout
9483
9484 \begin_deeper
9485 \begin_layout Labeling
9486 \labelwidthstring MMM
9487 #6-a \SpecialChar \ldots{}
9488 and this is level #6.
9489  By now, you should know how we made these two.
9490 \end_layout
9491
9492 \end_deeper
9493 \begin_layout Labeling
9494 \labelwidthstring MMM
9495 #5-b Back to level #5.
9496  Just hit 
9497 \family sans
9498 M-Return
9499 \family default
9500  followed by a 
9501 \family sans
9502 M-p\InsetSpace ~
9503 Left
9504 \family default
9505 .
9506 \end_layout
9507
9508 \end_deeper
9509 \begin_layout Labeling
9510 \labelwidthstring MMM
9511 #4-b After another 
9512 \family sans
9513 M-Return
9514 \family default
9515  followed by a 
9516 \family sans
9517 M-p\InsetSpace ~
9518 Left
9519 \family default
9520 , we're back at level #4.
9521 \end_layout
9522
9523 \end_deeper
9524 \begin_layout Labeling
9525 \labelwidthstring MMM
9526 #3-b Back to level #3.
9527  By now it should be obvious how we did this.
9528 \end_layout
9529
9530 \end_deeper
9531 \begin_layout Labeling
9532 \labelwidthstring MMM
9533 #2-b Back to level #2.
9534  
9535 \end_layout
9536
9537 \end_deeper
9538 \begin_layout Labeling
9539 \labelwidthstring MMM
9540 #1-b And last, back to the outermost level, #1.
9541  After this sentence, we'll hit 
9542 \family sans
9543 Return
9544 \family default
9545  and change the paragraph environment back to 
9546 \family sans
9547 Standard
9548 \family default
9549  to end the list.
9550 \end_layout
9551
9552 \begin_layout Standard
9553 There you have it! Oh --- we could have also used the 
9554 \family sans
9555 Description
9556 \family default
9557
9558 \family sans
9559 Quote
9560 \family default
9561
9562 \family sans
9563 Quotation
9564 \family default
9565 , or even the 
9566 \family sans
9567 Verse
9568 \family default
9569  environment in place of the 
9570 \family sans
9571 List
9572 \family default
9573  environment.
9574  The example would have worked exactly the same.
9575 \end_layout
9576
9577 \begin_layout Subsubsection
9578 Example #2: Inheritance
9579 \end_layout
9580
9581 \begin_layout LyX-Code
9582 This is the LyX-Code environment, at level #1, the outermost
9583 \end_layout
9584
9585 \begin_layout LyX-Code
9586 level.
9587   Now we'll hit 
9588 \family sans
9589 Return
9590 \family default
9591 , then 
9592 \family sans
9593 M-p Right
9594 \family default
9595 , after which, we'll change to the 
9596 \family sans
9597 Enumerate
9598 \family default
9599  environment.
9600 \end_layout
9601
9602 \begin_deeper
9603 \begin_layout Enumerate
9604 This is the 
9605 \family sans
9606 Enumerate
9607 \family default
9608  environment, at level #2.
9609 \end_layout
9610
9611 \begin_layout Enumerate
9612 Notice how the nested 
9613 \family sans
9614 Enumerate
9615 \family default
9616  not only inherits its margins from its parent environment [
9617 \family sans
9618 LyX-Code
9619 \family default
9620 ], but also inherits its font and spacing!
9621 \end_layout
9622
9623 \end_deeper
9624 \begin_layout Standard
9625 We ended this example by hitting 
9626 \family sans
9627 Return
9628 \family default
9629 .
9630  After that, we needed to reset the paragraph environment to 
9631 \family sans
9632 Standard
9633 \family default
9634  and resetting the nesting depth by using 
9635 \family sans
9636 M-p\InsetSpace ~
9637 Left
9638 \family default
9639  once.
9640 \end_layout
9641
9642 \begin_layout Subsubsection
9643 Example #3: Labels, Levels, and the 
9644 \family sans
9645 Enumerate
9646 \family default
9647  and 
9648 \family sans
9649 Itemize
9650 \family default
9651  Environments
9652 \begin_inset OptArg
9653 status collapsed
9654
9655 \begin_layout Standard
9656 Example #3: Labels, Levels and other list environments
9657 \end_layout
9658
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \begin_layout Enumerate
9665 This is level #1, in an 
9666 \family sans
9667 Enumerate
9668 \family default
9669  paragraph environment.
9670  We're actually going to nest a bunch of these.
9671 \end_layout
9672
9673 \begin_deeper
9674 \begin_layout Enumerate
9675 This is level #2.
9676  We used 
9677 \family sans
9678 M-Return
9679 \family default
9680  followed by 
9681 \family sans
9682 M-p\InsetSpace ~
9683 Right
9684 \family default
9685 .
9686  Now, what happens if we nest an 
9687 \family sans
9688 Itemize
9689 \family default
9690  environment inside of this one? It will be at level #3, but what will its
9691  label be? An asterisk?
9692 \end_layout
9693
9694 \begin_deeper
9695 \begin_layout Itemize
9696 No! It's a bullet.
9697  This is the 
9698 \emph on
9699 first
9700 \emph default
9701  
9702 \family sans
9703 Itemize
9704 \family default
9705  environment, even though it's at level #3.
9706  So, its label is a bullet.
9707  [Note: we got here by using 
9708 \family sans
9709 M-Return
9710 \family default
9711 , then 
9712 \family sans
9713 M-p\InsetSpace ~
9714 Right
9715 \family default
9716 , then changing the environment to 
9717 \family sans
9718 Itemize
9719 \family default
9720 .]
9721 \end_layout
9722
9723 \begin_deeper
9724 \begin_layout Itemize
9725 Here's level #4, produced using 
9726 \family sans
9727 M-Return
9728 \family default
9729 , then 
9730 \family sans
9731 M-p\InsetSpace ~
9732 Right
9733 \family default
9734 .
9735  We'll do that again\SpecialChar \ldots{}
9736
9737 \end_layout
9738
9739 \begin_deeper
9740 \begin_layout Enumerate
9741 \SpecialChar \ldots{}
9742 to get to level #5.
9743  This time, however, we also changed the paragraph environment back to 
9744 \family sans
9745 Enumerate
9746 \family default
9747 .
9748  Notice the type of numbering! It's 
9749 \emph on
9750 lowercase Roman
9751 \emph default
9752 , because we're the 
9753 \emph on
9754 thirdfold
9755 \emph default
9756  
9757 \family sans
9758 Enumerate
9759 \family default
9760  environment [i.e.
9761  we're an 
9762 \family sans
9763 Enumerate
9764 \family default
9765  inside an 
9766 \family sans
9767 Enumerate
9768 \family default
9769  inside an 
9770 \family sans
9771 Enumerate
9772 \family default
9773 ].
9774 \end_layout
9775
9776 \begin_layout Enumerate
9777 What happens if we 
9778 \emph on
9779 don't
9780 \emph default
9781  change the paragraph environment, but decrease the nesting depth? What
9782  type of numbering does LyX use?
9783 \end_layout
9784
9785 \begin_layout Enumerate
9786 Oh, as if you couldn't guess by now, we're just using 
9787 \family sans
9788 M-Return
9789 \family default
9790  to keep the current environment and depth but create a new item.
9791 \end_layout
9792
9793 \begin_layout Enumerate
9794 Let's use 
9795 \family sans
9796 M-p\InsetSpace ~
9797 Left
9798 \family default
9799  to decrease the depth after the next 
9800 \family sans
9801 M-Return
9802 \family default
9803 .
9804 \end_layout
9805
9806 \end_deeper
9807 \begin_layout Enumerate
9808 This is level #4.
9809  Look what type of label LyX is using!
9810 \end_layout
9811
9812 \end_deeper
9813 \begin_layout Enumerate
9814 This is level #3.
9815  Even though we've changed levels, LyX is still using a lowercase Roman
9816  numeral as the label.
9817  Why?!
9818 \end_layout
9819
9820 \begin_layout Enumerate
9821 Because, even though the nesting depth has changed, the paragraph is 
9822 \emph on
9823 still
9824 \emph default
9825  a thirdfold 
9826 \family sans
9827 Enumerate
9828 \family default
9829  environment.
9830  Notice, however, that LyX 
9831 \emph on
9832 did
9833 \emph default
9834  reset the counter for the label.
9835 \end_layout
9836
9837 \end_deeper
9838 \begin_layout Enumerate
9839 Another 
9840 \family sans
9841 M-Return
9842 \family default
9843  
9844 \family sans
9845 M-p\InsetSpace ~
9846 Left
9847 \family default
9848  sequence, and we're back to level #2.
9849  This time, we not only changed the nesting depth, but we also moved back
9850  into the twofold-nested 
9851 \family sans
9852 Enumerate
9853 \family default
9854  environment.
9855 \end_layout
9856
9857 \end_deeper
9858 \begin_layout Enumerate
9859 The same thing happens if we do another 
9860 \family sans
9861 M-Return
9862 \family default
9863  
9864 \family sans
9865 M-p\InsetSpace ~
9866 Left
9867 \family default
9868  sequence and return to level #1, the outermost level.
9869 \end_layout
9870
9871 \begin_layout Standard
9872 Lastly, we reset the environment to 
9873 \family sans
9874 Standard
9875 \family default
9876 .
9877  As you can see, the level number doesn't correspond to what type of labelling
9878  LyX uses for the 
9879 \family sans
9880 Enumerate
9881 \family default
9882  and 
9883 \family sans
9884 Itemize
9885 \family default
9886  environments.
9887  The number of 
9888 \emph on
9889 other
9890 \emph default
9891  
9892 \family sans
9893 \emph on
9894 Enumerate
9895 \family default
9896 \emph default
9897  
9898 \emph on
9899 environments
9900 \emph default
9901  surrounding it determines what kind of label LyX uses for an 
9902 \family sans
9903 Enumerate
9904 \family default
9905  item.
9906  The same rule applies for the 
9907 \family sans
9908 Itemize
9909 \family default
9910  environment, as well.
9911 \end_layout
9912
9913 \begin_layout Subsubsection
9914 Example #4: Going Bonkers
9915 \end_layout
9916
9917 \begin_layout Enumerate
9918 We're going to go totally nuts now.
9919  We won't nest as deep as in the other examples, nor will we go into the
9920  same detail with how we did it.
9921  [level #1: 
9922 \family sans
9923 Enumerate
9924 \family default
9925 ]
9926 \end_layout
9927
9928 \begin_deeper
9929 \begin_layout Standard
9930 [
9931 \family sans
9932 Return, M-p\InsetSpace ~
9933 Right, Standard
9934 \family default
9935 : level #2] We'll stick an encapsulated description of how we created the
9936  example in brackets someplace.
9937  For example, the two keybindings are how we changed the depth.
9938  The environment name is, obviously, the name of the current environment.
9939  Either before or after this, we'll put in the level.
9940 \end_layout
9941
9942 \end_deeper
9943 \begin_layout Enumerate
9944 [
9945 \family sans
9946 Return, Enumerate
9947 \family default
9948 : level #1] This is the next item in the list.
9949 \end_layout
9950
9951 \begin_deeper
9952 \begin_layout Verse
9953 Now we'll add verse.
9954 \newline
9955 It will get much worse.
9956 \newline
9957 [
9958 \family sans
9959 Return, M-p\InsetSpace ~
9960 Right, Verse
9961 \family default
9962 : level #2]
9963 \end_layout
9964
9965 \begin_layout Verse
9966 Fiddle dee, Fiddle doo.
9967 \newline
9968 Bippitey boppitey boo!
9969 \newline
9970 [
9971 \family sans
9972 M-Return
9973 \family default
9974 ]
9975 \end_layout
9976
9977 \begin_layout Verse
9978 Here comes a table for you:
9979 \end_layout
9980
9981 \begin_deeper
9982 \begin_layout Standard
9983 \begin_inset VSpace 0.3cm
9984 \end_inset
9985
9986
9987 \end_layout
9988
9989 \begin_layout Standard
9990 \align center
9991 \begin_inset Tabular
9992 <lyxtabular version="3" rows="2" columns="2">
9993 <features>
9994 <column alignment="center" valignment="top" width="0pt">
9995 <column alignment="center" valignment="top" leftline="true" width="0pt">
9996 <row>
9997 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Standard
10001
10002 \family roman
10003 \series medium
10004 \shape up
10005 \size normal
10006 \emph off
10007 \bar no
10008 \noun off
10009 \color none
10010 one-fish
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Standard
10019
10020 \family roman
10021 \series medium
10022 \shape up
10023 \size normal
10024 \emph off
10025 \bar no
10026 \noun off
10027 \color none
10028 two-fish
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row topline="true">
10035 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Standard
10039
10040 \family roman
10041 \series medium
10042 \shape up
10043 \size normal
10044 \emph off
10045 \bar no
10046 \noun off
10047 \color none
10048 red-fish
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Standard
10057
10058 \family roman
10059 \series medium
10060 \shape up
10061 \size normal
10062 \emph off
10063 \bar no
10064 \noun off
10065 \color none
10066 blue-fish
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 </lyxtabular>
10073
10074 \end_inset
10075
10076
10077 \end_layout
10078
10079 \end_deeper
10080 \begin_layout Verse
10081 [
10082 \family sans
10083 M-Return, Table, M-p\InsetSpace ~
10084 Right
10085 \family default
10086  3 times, 
10087 \family sans
10088 M-Return, Verse, M-p\InsetSpace ~
10089 Left
10090 \family default
10091 ]
10092 \end_layout
10093
10094 \end_deeper
10095 \begin_layout Enumerate
10096 [
10097 \family sans
10098 Return, Enumerate
10099 \family default
10100 : level #1] This is another item.
10101  Note that selecting a 
10102 \family sans
10103 Table
10104 \family default
10105  resets the nesting depth to level #1, so we increased the nesting depth
10106  3 times to put the table inside the 
10107 \family sans
10108 Verse
10109 \family default
10110  environment.
10111  
10112 \end_layout
10113
10114 \begin_layout Quotation
10115 We're now ending the 
10116 \family sans
10117 Enumerate
10118 \family default
10119  list and changing to 
10120 \family sans
10121 Quotation
10122 \family default
10123 .
10124  We're still at level #1.
10125  We want to show you some of the things you can do by mixing environments.
10126  The next set of paragraphs is a 
10127 \begin_inset Quotes eld
10128 \end_inset
10129
10130 quoted letter.
10131 \begin_inset Quotes erd
10132 \end_inset
10133
10134  We'll nest both the 
10135 \family sans
10136 Address
10137 \family default
10138  and 
10139 \family sans
10140 Right\InsetSpace ~
10141 Address
10142 \family default
10143  environments inside of this one, then use another nested 
10144 \family sans
10145 Quotation
10146 \family default
10147  for the letter body.
10148  We'll use 
10149 \family sans
10150 M-Return
10151 \family default
10152  to preserve the depth.
10153  Remember that you need to use 
10154 \family sans
10155 C-Return
10156 \family default
10157  to create multiple lines inside the 
10158 \family sans
10159 Address
10160 \family default
10161  and 
10162 \family sans
10163 Right\InsetSpace ~
10164 Address
10165 \family default
10166  environments.
10167  Here it goes:
10168 \end_layout
10169
10170 \begin_deeper
10171 \begin_layout Right Address
10172 1234 Nowhere Rd.
10173 \newline
10174 Moosegroin, MT 00100
10175 \newline
10176 9-6-96
10177 \end_layout
10178
10179 \begin_layout Address
10180 Dear Mr.\InsetSpace ~
10181 Fizlewitz:
10182 \end_layout
10183
10184 \begin_layout Quotation
10185 We regret to inform you that we cannot fill your order for 50L of compressed
10186  methane gas due to circumstances beyond our control.
10187  Unfortunately, several of our cows have mysteriously exploded, creating
10188  a backlog in our orders for methane.
10189  We will place your name on the waiting list and try to fill your order
10190  as soon as possible.
10191  In the meantime, we thank you for your patience.
10192 \end_layout
10193
10194 \begin_layout Quotation
10195 We do, however, now have a special on beef.
10196  If you are interested, please return the enclosed pricing and order form
10197  with your order, along with payment.
10198 \end_layout
10199
10200 \begin_layout Quotation
10201 We thank you again for your patience.
10202 \end_layout
10203
10204 \begin_layout Address
10205 Sincerely,
10206 \newline
10207 Bill Hick
10208 \end_layout
10209
10210 \end_deeper
10211 \begin_layout Quotation
10212 That ends that example!
10213 \end_layout
10214
10215 \begin_layout Standard
10216 As you can see, nesting environments in LyX gives you a lot of power with
10217  just a few keystrokes.
10218  We could have easily nested an 
10219 \family sans
10220 Itemize
10221 \family default
10222  list inside of a 
10223 \family sans
10224 Quotation
10225 \family default
10226  or 
10227 \family sans
10228 Quote
10229 \family default
10230 , or put a 
10231 \family sans
10232 Quote
10233 \family default
10234  inside of an 
10235 \family sans
10236 Itemize
10237 \family default
10238  list.
10239  You have a huge variety of options at your disposal.
10240 \end_layout
10241
10242 \begin_layout Section
10243 Fonts and Text Styles
10244 \end_layout
10245
10246 \begin_layout Subsection
10247 Overview
10248 \end_layout
10249
10250 \begin_layout Standard
10251 Many modern typesetting and markup languages have begun to move towards
10252  specifying character styles rather than specifying a particular font.
10253  For example, instead of changing to an italicized version of the current
10254  font to emphasize text, you use an 
10255 \begin_inset Quotes eld
10256 \end_inset
10257
10258 emphasized style
10259 \begin_inset Quotes erd
10260 \end_inset
10261
10262  instead.
10263  This concept fits in perfectly with LyX.
10264  In LyX, you do things based on contexts, rather than focusing on typesetting
10265  details.
10266 \end_layout
10267
10268 \begin_layout Standard
10269 Right now, LyX allows you to specify a global default font, and has two
10270  character styles, 
10271 \family sans
10272 Emphasized
10273 \family default
10274  and 
10275 \family sans
10276 Noun
10277 \family default
10278 .
10279  The 
10280 \family sans
10281 Emphasized
10282 \family default
10283  style corresponds to an italics font.
10284  The 
10285 \family sans
10286 Noun
10287 \family default
10288  style corresponds to a font in smallcaps, which some languages and writing
10289  styles use to typeset proper names.
10290  The LyX Team has at last (as of LyX version\InsetSpace ~
10291 1.4) introduced true character
10292  styles, but currently these must be defined explicitly in the document
10293  layout file.
10294  There's currently no GUI support to define new, or tweak existing, character
10295  styles to allow you, the user, to customize which font changes correspond
10296  to what styles.
10297 \end_layout
10298
10299 \begin_layout Subsection
10300 Global Options
10301 \end_layout
10302
10303 \begin_layout Standard
10304 You can set the default font from the 
10305 \family sans
10306 \bar under
10307 D
10308 \bar default
10309 ocument\SpecialChar \menuseparator
10310
10311 \bar under
10312 S
10313 \bar default
10314 ettings
10315 \family default
10316  dialog.
10317  The 
10318 \family sans
10319 Fonts
10320 \family default
10321  tabfolder/pane offers you a variety of possibilities to set up and adjust
10322  your document fonts.
10323  The most important ones are those in the 
10324 \family sans
10325 Font Families
10326 \family default
10327  and 
10328 \family sans
10329 Font Sizes
10330 \family default
10331  group.
10332  The possible options under 
10333 \family sans
10334 Font Families
10335 \family default
10336  include 
10337 \begin_inset Quotes eld
10338 \end_inset
10339
10340
10341 \family sans
10342 Default
10343 \family default
10344
10345 \begin_inset Quotes erd
10346 \end_inset
10347
10348  and a list of fonts available on your system, each for the 
10349 \family sans
10350 \bar under
10351 R
10352 \bar default
10353 oman
10354 \family default
10355
10356 \family sans
10357 \bar under
10358 S
10359 \bar default
10360 ans Serif
10361 \family default
10362  and 
10363 \family sans
10364 T
10365 \bar under
10366 y
10367 \bar default
10368 pewriter
10369 \family default
10370  (a.\InsetSpace \thinspace{}
10371 k.\InsetSpace \thinspace{}
10372 a.
10373  Monospaced) family of fonts.
10374  The option 
10375 \begin_inset Quotes eld
10376 \end_inset
10377
10378
10379 \family sans
10380 Default
10381 \family default
10382
10383 \begin_inset Quotes erd
10384 \end_inset
10385
10386  uses the fonts that are specified by the document class you are using.
10387  Often, these are the standard TeX fonts, known as 
10388 \begin_inset Quotes eld
10389 \end_inset
10390
10391 computer modern
10392 \begin_inset Quotes erd
10393 \end_inset
10394
10395  (cm) or 
10396 \begin_inset Quotes eld
10397 \end_inset
10398
10399 European modern
10400 \begin_inset Quotes erd
10401 \end_inset
10402
10403  (ec).
10404  Depending on the document class, however, it might as well be another font.
10405  Most fonts in the list should be installed on your system.
10406  For others, you might have to get and install the fonts first (LyX indicates
10407  if a font is not installed).
10408  Please have a look at 
10409 \family sans
10410 \bar under
10411 H
10412 \bar default
10413 elp\SpecialChar \menuseparator
10414
10415 \bar under
10416 L
10417 \bar default
10418 aTeX Configuration
10419 \family default
10420  about where to get the fonts.
10421  Installing a new font for LaTeX is, unfortunately, not as easy as installing
10422  a new font to common operation systems.
10423  However, most font packages include a step-by-step instruction.
10424 \end_layout
10425
10426 \begin_layout Standard
10427 In most cases, the default family of a document class is roman (a.\InsetSpace \thinspace{}
10428 k.\InsetSpace \thinspace{}
10429 a.
10430  serif), so the roman font (e.\InsetSpace \thinspace{}
10431 g.
10432  Times) will be used all over, unless you select 
10433 \begin_inset Quotes eld
10434 \end_inset
10435
10436 Sans Serif
10437 \begin_inset Quotes erd
10438 \end_inset
10439
10440  od 
10441 \begin_inset Quotes eld
10442 \end_inset
10443
10444 Typewriter
10445 \begin_inset Quotes erd
10446 \end_inset
10447
10448  from 
10449 \family sans
10450 \bar under
10451 E
10452 \bar default
10453 dit\SpecialChar \menuseparator
10454 Text St
10455 \bar under
10456 y
10457 \bar default
10458 le
10459 \family default
10460  for specific selections of the text (see below section 
10461 \begin_inset LatexCommand ref
10462 reference "sub:Text-Style-Dialog"
10463
10464 \end_inset
10465
10466 ).
10467  The 
10468 \family sans
10469 Default\InsetSpace ~
10470 Family
10471 \family default
10472  option lets you change this.
10473  So if you want your document (including footnotes etc.), say, all over in
10474  Helvetica, chose 
10475 \begin_inset Quotes eld
10476 \end_inset
10477
10478 Helvetica
10479 \begin_inset Quotes erd
10480 \end_inset
10481
10482  as 
10483 \family sans
10484 Sans Serif
10485 \family default
10486  Font and 
10487 \begin_inset Quotes eld
10488 \end_inset
10489
10490 Sans Serif
10491 \begin_inset Quotes erd
10492 \end_inset
10493
10494  as 
10495 \family sans
10496 Default\InsetSpace ~
10497 Family
10498 \family default
10499 .
10500 \end_layout
10501
10502 \begin_layout Standard
10503 In the 
10504 \family sans
10505 Font\InsetSpace ~
10506
10507 \bar under
10508 S
10509 \bar default
10510 izes
10511 \family default
10512  group, you can usually select from four possible 
10513 \family sans
10514 Base\InsetSpace ~
10515 Size
10516 \family default
10517  values: 
10518 \family sans
10519 default, 10
10520 \family default
10521
10522 \family sans
10523 11
10524 \family default
10525 , and 
10526 \family sans
10527 12
10528 \family default
10529  (some document classes provide more, some less choices).
10530  Remember, this is the 
10531 \emph on
10532 base
10533 \emph default
10534  font size.
10535  LyX actually scales all of the other possible font sizes (such as those
10536  used in footnotes, superscripts, and subscripts) by this value.
10537  You can always fine-tune the font size from within the document if you
10538  need to.
10539  It's also rather silly to use an 8pt or 24pt font as the default font size,
10540  as this typically renders your document unreadable.
10541 \end_layout
10542
10543 \begin_layout Standard
10544 Some Sans Serif and Typewriter Fonts provide the possibility to be scaled.
10545  This might be useful, if a Sans Serif or Typewriter Font has a different
10546  height than the Roman Font.
10547  Please be careful with this option, it can be easily misused.
10548 \end_layout
10549
10550 \begin_layout Standard
10551 In the 
10552 \family sans
10553 Advanced Options
10554 \family default
10555  group box, you'll finally find possibilities for using so-called 
10556 \begin_inset Quotes eld
10557 \end_inset
10558
10559 expert settings
10560 \begin_inset Quotes erd
10561 \end_inset
10562
10563 , given that they are provided by a certain font.
10564  
10565 \family sans
10566 Use true S
10567 \bar under
10568 m
10569 \bar default
10570 all Caps
10571 \family default
10572  indicates that lots of fonts do not use real, but 
10573 \emph on
10574 faked
10575 \emph default
10576  Small Caps.
10577  True Small Caps are specifically designed characters, whereas faked Small
10578  Caps are just scaled Capital letters.
10579  The former looks way better, so if a font offers you the choice, you should
10580  check this option.
10581  
10582 \family sans
10583 Use
10584 \family default
10585  
10586 \family sans
10587 \bar under
10588 O
10589 \bar default
10590 ld Style Figures
10591 \family default
10592  finally lets you select so called Old Style Figures (a.\InsetSpace \thinspace{}
10593 k.\InsetSpace \thinspace{}
10594 a.
10595  Medieval Figures, i.\InsetSpace \thinspace{}
10596 e.
10597  figures with ascending or descending form) instead of the standard Lining
10598  Figures.
10599  Old Style Figures are often preferred due to better legibility in the text,
10600  but it's certainly also a matter of taste.
10601  Just try it out, if it is provided for your font of choice.
10602  Note that math figures are 
10603 \emph on
10604 not
10605 \emph default
10606  affected by this choice.
10607 \end_layout
10608
10609 \begin_layout Standard
10610 Please note that even if LyX tries its best in guessing what fonts are installed
10611  and which options are provided by a given font, it might fail if the fonts
10612  are not set up correctly.
10613 \end_layout
10614
10615 \begin_layout Standard
10616 Note further that once you choose a new value for 
10617 \family sans
10618 \bar under
10619 F
10620 \bar default
10621 onts
10622 \family default
10623  or 
10624 \family sans
10625 Font\InsetSpace ~
10626
10627 \bar under
10628 S
10629 \bar default
10630 ize
10631 \family default
10632 , LyX does 
10633 \emph on
10634 not
10635 \emph default
10636  change the screen.
10637  You'll only see a difference once you generate the final output.
10638  This is part of the WYSIWYM concept.
10639  The only visible change is caused by a change of the default font family.
10640  However, you certainly noticed that, for instance, the roman font on screen
10641  is just a representation of 
10642 \begin_inset Quotes eld
10643 \end_inset
10644
10645 Roman
10646 \begin_inset Quotes erd
10647 \end_inset
10648
10649  (as set up in the 
10650 \family sans
10651 \bar under
10652 T
10653 \bar default
10654 ools\SpecialChar \menuseparator
10655
10656 \bar under
10657 P
10658 \bar default
10659 references
10660 \family default
10661  dialog), not of the actual roman document font.
10662 \end_layout
10663
10664 \begin_layout Subsection
10665 Using Different Character Styles
10666 \end_layout
10667
10668 \begin_layout Standard
10669 As we've already seen, LyX automatically changes the character style for
10670  certain paragraph environments.
10671  We also mentioned two other character styles, 
10672 \family sans
10673 Emphasized
10674 \family default
10675  and 
10676 \family sans
10677 Noun
10678 \family default
10679 .
10680  You can activate both of these styles via keybindings, the menus, and the
10681  toolbar.
10682 \end_layout
10683
10684 \begin_layout Standard
10685 To activate the 
10686 \family sans
10687 Noun
10688 \family default
10689  style, do one of the following:
10690 \end_layout
10691
10692 \begin_layout Itemize
10693 click on the toolbar button with the person-shaped icon
10694 \end_layout
10695
10696 \begin_layout Itemize
10697 use the keybinding 
10698 \family sans
10699 M-c\InsetSpace ~
10700 c
10701 \end_layout
10702
10703 \begin_layout Standard
10704 These commands are all toggles.
10705  That is, if 
10706 \family sans
10707 Noun
10708 \family default
10709  style is already active, they deactivate it.
10710 \end_layout
10711
10712 \begin_layout Standard
10713 One typically uses the 
10714 \family sans
10715 Noun
10716 \family default
10717  style for proper names.
10718  For example: 
10719 \begin_inset Quotes eld
10720 \end_inset
10721
10722
10723 \noun on
10724 Matthias Ettrich
10725 \noun default
10726  is the original author of LyX.
10727 \begin_inset Quotes erd
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \begin_layout Standard
10734 A more widely used character style is the 
10735 \family sans
10736 Emphasized
10737 \family default
10738  style.
10739  You can activate [or deactivate - it's also a toggle] the 
10740 \family sans
10741 Emphasized
10742 \family default
10743  style by:
10744 \end_layout
10745
10746 \begin_layout Itemize
10747 clicking on the toolbar button with the 
10748 \begin_inset Quotes eld
10749 \end_inset
10750
10751 !
10752 \begin_inset Quotes erd
10753 \end_inset
10754
10755  character on it
10756 \end_layout
10757
10758 \begin_layout Itemize
10759 using the keybindings 
10760 \family sans
10761 M-c\InsetSpace ~
10762 e
10763 \end_layout
10764
10765 \begin_layout Standard
10766 At the moment, the 
10767 \family sans
10768 Emphasized
10769 \family default
10770  style is equivalent to an italicized font.
10771  We have plans to make that association more user-configurable in the future.
10772 \end_layout
10773
10774 \begin_layout Standard
10775 We've been using the 
10776 \family sans
10777 Emphasized
10778 \family default
10779  style all over the place in this document.
10780  Here's one more example:
10781 \end_layout
10782
10783 \begin_layout Quotation
10784
10785 \emph on
10786 Don't overuse character styles!
10787 \end_layout
10788
10789 \begin_layout Standard
10790 It's also a warning in addition to an example.
10791  One's writing should parallel ordinary conversation.
10792  Since we don't all constantly scream at each other, we should also avoid
10793  the common tendency to overuse character style.
10794  
10795 \end_layout
10796
10797 \begin_layout Standard
10798 Oh --- one last note: You can always reset to the default font using the
10799  keybinding 
10800 \family sans
10801 M-c\InsetSpace ~
10802 Space
10803 \family default
10804 .
10805 \end_layout
10806
10807 \begin_layout Subsection
10808 Fine-Tuning with the 
10809 \family sans
10810 Character Layout
10811 \family default
10812  dialog
10813 \begin_inset LatexCommand label
10814 name "sub:Text-Style-Dialog"
10815
10816 \end_inset
10817
10818
10819 \end_layout
10820
10821 \begin_layout Standard
10822 There are always occasions when you'll need to do some fine-tuning, so LyX
10823  gives you a way to create custom character style.
10824  For example, an academic journal or a corporation may have a style sheet
10825  requiring a sans-serif font be used in certain situations.
10826 \begin_inset Foot
10827 status collapsed
10828
10829 \begin_layout Standard
10830 Note from 
10831 \noun on
10832 John Weiss
10833 \noun default
10834 : There is, in fact, such a style sheet for the LyX Documentation, since
10835  manuals need a certain amount of consistency.
10836 \end_layout
10837
10838 \end_inset
10839
10840  Also, writers sometimes use a different font to offset a character's thoughts
10841  from ordinary dialogue.
10842 \end_layout
10843
10844 \begin_layout Standard
10845 Before we document how to use custom character style, we want to issue a
10846  warning yet again: Don't overuse character styles.
10847  Many modern word processors have a vast array of fonts available to them,
10848  providing you with the power of a printing press.
10849  Unfortunately, there is a tendency to overuse that power.
10850  The phrase, 
10851 \begin_inset Quotes eld
10852 \end_inset
10853
10854 Using a sledgehammer to swat a fly,
10855 \begin_inset Quotes erd
10856 \end_inset
10857
10858  comes to mind.
10859  And, as the old saying implies, documents that overuse different fonts
10860  and sizes tend to look like someone's knocked huge holes in them.
10861 \end_layout
10862
10863 \begin_layout Standard
10864 Enough complaining.
10865 \end_layout
10866
10867 \begin_layout Standard
10868 To use custom fonts, open the 
10869 \family sans
10870 \bar under
10871 E
10872 \bar default
10873 dit\SpecialChar \menuseparator
10874 Text\InsetSpace ~
10875
10876 \bar under
10877 S
10878 \bar default
10879 tyle
10880 \family default
10881  dialog.
10882  There are seven buttons on this dialog, each corresponding to a different
10883  font property which you can choose.
10884  You can choose an option for one of these seven properties, or select 
10885 \family sans
10886 No\InsetSpace ~
10887 change
10888 \family default
10889 , which keeps the current state of that property.
10890  The item 
10891 \family sans
10892 Reset
10893 \family default
10894  will reset the property to whatever is the default for the hosting paragraph
10895  environment.
10896  You can use this to reset attributes across a bunch of different paragraph
10897  environments in a snap.
10898 \end_layout
10899
10900 \begin_layout Standard
10901 The seven font properties, and their options [in addition to 
10902 \family sans
10903 No\InsetSpace ~
10904 change
10905 \family default
10906  and 
10907 \family sans
10908 Reset
10909 \family default
10910 ] are:
10911 \end_layout
10912
10913 \begin_layout Labeling
10914 \labelwidthstring MMMMM
10915
10916 \family sans
10917 \bar under
10918 F
10919 \bar default
10920 amily
10921 \family default
10922  The 
10923 \begin_inset Quotes eld
10924 \end_inset
10925
10926 overall look
10927 \begin_inset Quotes erd
10928 \end_inset
10929
10930  of the font.
10931  The possible options are:
10932 \end_layout
10933
10934 \begin_deeper
10935 \begin_layout Labeling
10936 \labelwidthstring MMMMMM
10937
10938 \family sans
10939 Roman
10940 \family default
10941  This is the Roman font family.
10942 \end_layout
10943
10944 \begin_deeper
10945 \begin_layout Standard
10946 It's also the default family.
10947  [keybinding = 
10948 \family sans
10949 M-c\InsetSpace ~
10950 r
10951 \family default
10952 ]
10953 \end_layout
10954
10955 \end_deeper
10956 \begin_layout Labeling
10957 \labelwidthstring MMMMMM
10958
10959 \family sans
10960 Sans\InsetSpace ~
10961 Serif
10962 \family default
10963  
10964 \family sans
10965 This is the Sans Serif font family.
10966 \end_layout
10967
10968 \begin_deeper
10969 \begin_layout Standard
10970 [keybinding = 
10971 \family sans
10972 M-c\InsetSpace ~
10973 s
10974 \family default
10975 ]
10976 \end_layout
10977
10978 \end_deeper
10979 \begin_layout Labeling
10980 \labelwidthstring MMMMMM
10981
10982 \family sans
10983 Typewriter
10984 \family default
10985  
10986 \family typewriter
10987 This is the Typewriter font family.
10988 \end_layout
10989
10990 \begin_deeper
10991 \begin_layout Standard
10992 [keybinding = 
10993 \family sans
10994 M-c\InsetSpace ~
10995 p
10996 \family default
10997 ]
10998 \end_layout
10999
11000 \end_deeper
11001 \end_deeper
11002 \begin_layout Labeling
11003 \labelwidthstring MMMMM
11004
11005 \family sans
11006 \bar under
11007 S
11008 \bar default
11009 eries
11010 \family default
11011  This corresponds to the print weight.
11012  Options are:
11013 \end_layout
11014
11015 \begin_deeper
11016 \begin_layout Labeling
11017 \labelwidthstring MMMMMM
11018
11019 \family sans
11020 Medium
11021 \family default
11022  This is the Medium font series.
11023 \end_layout
11024
11025 \begin_deeper
11026 \begin_layout Standard
11027 It's also the default series.
11028 \end_layout
11029
11030 \end_deeper
11031 \begin_layout Labeling
11032 \labelwidthstring MMMMMM
11033
11034 \family sans
11035 Bold
11036 \family default
11037  
11038 \series bold
11039 This is the Bold font series.
11040 \end_layout
11041
11042 \begin_deeper
11043 \begin_layout Standard
11044 You can toggle this series on or off with the keybinding 
11045 \family sans
11046 M-c\InsetSpace ~
11047 b
11048 \family default
11049 .
11050 \end_layout
11051
11052 \end_deeper
11053 \end_deeper
11054 \begin_layout Labeling
11055 \labelwidthstring MMMMM
11056
11057 \family sans
11058 S
11059 \bar under
11060 h
11061 \bar default
11062 ape
11063 \family default
11064  As the name implies.
11065  Options are:
11066 \end_layout
11067
11068 \begin_deeper
11069 \begin_layout Labeling
11070 \labelwidthstring MMMMMM
11071
11072 \family sans
11073 Upright
11074 \family default
11075  This is the Upright font shape.
11076 \end_layout
11077
11078 \begin_deeper
11079 \begin_layout Standard
11080 It's also the default shape.
11081 \end_layout
11082
11083 \end_deeper
11084 \begin_layout Labeling
11085 \labelwidthstring MMMMMM
11086
11087 \family sans
11088 Italic
11089 \family default
11090  
11091 \shape italic
11092 This
11093 \shape default
11094  
11095 \family sans
11096 \shape italic
11097 i
11098 \family default
11099 s the Italic font shape
11100 \shape default
11101 \emph on
11102 .
11103 \end_layout
11104
11105 \begin_layout Labeling
11106 \labelwidthstring MMMMMM
11107
11108 \family sans
11109 Slanted
11110 \family default
11111  
11112 \shape slanted
11113 This is the Slanted font shape
11114 \shape default
11115  (although it might not be visible on screen, this is different from italic).
11116 \end_layout
11117
11118 \begin_layout Labeling
11119 \labelwidthstring MMMMMM
11120
11121 \family sans
11122 Small\InsetSpace ~
11123 Caps
11124 \family default
11125  
11126 \shape smallcaps
11127 This is the Small caps font shape
11128 \shape default
11129 \noun on
11130 .
11131 \end_layout
11132
11133 \end_deeper
11134 \begin_layout Labeling
11135 \labelwidthstring MMMMM
11136
11137 \family sans
11138 Si
11139 \bar under
11140 z
11141 \bar default
11142 e
11143 \family default
11144  Alters the size of the font.
11145  You'll find no numerical values here; all possible sizes are actually proportio
11146 nal to the default font size.
11147  Once again, you don't feed LyX the details, but a general description of
11148  what you want to do.
11149 \end_layout
11150
11151 \begin_deeper
11152 \begin_layout Standard
11153 The options [and their keybindings] are:
11154 \end_layout
11155
11156 \begin_layout Labeling
11157 \labelwidthstring MMMMMM
11158
11159 \family sans
11160 Tiny
11161 \family default
11162  
11163 \size tiny
11164 This is the 
11165 \begin_inset Quotes eld
11166 \end_inset
11167
11168 Tiny
11169 \begin_inset Quotes erd
11170 \end_inset
11171
11172  font size.
11173 \end_layout
11174
11175 \begin_deeper
11176 \begin_layout Standard
11177 [keybinding = 
11178 \family sans
11179 M-s\InsetSpace ~
11180 t
11181 \family default
11182  or 
11183 \family sans
11184 M-s\InsetSpace ~
11185 1
11186 \family default
11187 ]
11188 \end_layout
11189
11190 \end_deeper
11191 \begin_layout Labeling
11192 \labelwidthstring MMMMMM
11193
11194 \family sans
11195 Smallest
11196 \family default
11197  
11198 \size scriptsize
11199 This is the 
11200 \begin_inset Quotes eld
11201 \end_inset
11202
11203 Smallest
11204 \begin_inset Quotes erd
11205 \end_inset
11206
11207  font size
11208 \end_layout
11209
11210 \begin_deeper
11211 \begin_layout Standard
11212 [keybinding = 
11213 \family sans
11214 M-s\InsetSpace ~
11215
11216 \family default
11217 2]
11218 \end_layout
11219
11220 \end_deeper
11221 \begin_layout Labeling
11222 \labelwidthstring MMMMMM
11223
11224 \family sans
11225 Smaller
11226 \family default
11227  
11228 \size footnotesize
11229 This is the 
11230 \begin_inset Quotes eld
11231 \end_inset
11232
11233 Smaller
11234 \begin_inset Quotes erd
11235 \end_inset
11236
11237  font size
11238 \end_layout
11239
11240 \begin_deeper
11241 \begin_layout Standard
11242 [keybinding = 
11243 \family sans
11244 M-s\InsetSpace ~
11245 S
11246 \family default
11247  or 
11248 \family sans
11249 M-s\InsetSpace ~
11250
11251 \family default
11252 3]
11253 \end_layout
11254
11255 \end_deeper
11256 \begin_layout Labeling
11257 \labelwidthstring MMMMMM
11258
11259 \family sans
11260 Small
11261 \family default
11262  
11263 \size small
11264 This is the 
11265 \begin_inset Quotes eld
11266 \end_inset
11267
11268 Small
11269 \begin_inset Quotes erd
11270 \end_inset
11271
11272  font size.
11273 \end_layout
11274
11275 \begin_deeper
11276 \begin_layout Standard
11277 [keybinding = 
11278 \family sans
11279 M-s\InsetSpace ~
11280 s
11281 \family default
11282  or 
11283 \family sans
11284 M-s\InsetSpace ~
11285
11286 \family default
11287 4]
11288 \end_layout
11289
11290 \end_deeper
11291 \begin_layout Labeling
11292 \labelwidthstring MMMMMM
11293
11294 \family sans
11295 Normal
11296 \family default
11297  This is the 
11298 \begin_inset Quotes eld
11299 \end_inset
11300
11301 Normal
11302 \begin_inset Quotes erd
11303 \end_inset
11304
11305  font size.
11306 \end_layout
11307
11308 \begin_deeper
11309 \begin_layout Standard
11310 It's also the default size.
11311  [keybinding = 
11312 \family sans
11313 M-s\InsetSpace ~
11314 n
11315 \family default
11316  or 
11317 \family sans
11318 M-s\InsetSpace ~
11319
11320 \family default
11321 5]
11322 \end_layout
11323
11324 \end_deeper
11325 \begin_layout Labeling
11326 \labelwidthstring MMMMMM
11327
11328 \family sans
11329 Large
11330 \family default
11331  
11332 \size large
11333 This is the 
11334 \begin_inset Quotes eld
11335 \end_inset
11336
11337 Large
11338 \begin_inset Quotes erd
11339 \end_inset
11340
11341  font size.
11342 \end_layout
11343
11344 \begin_deeper
11345 \begin_layout Standard
11346 [keybinding = 
11347 \family sans
11348 M-s\InsetSpace ~
11349 l
11350 \family default
11351  or 
11352 \family sans
11353 M-s\InsetSpace ~
11354
11355 \family default
11356 6]
11357 \end_layout
11358
11359 \end_deeper
11360 \begin_layout Labeling
11361 \labelwidthstring MMMMMM
11362
11363 \family sans
11364 Larger
11365 \family default
11366  
11367 \size larger
11368 This is the 
11369 \begin_inset Quotes eld
11370 \end_inset
11371
11372 Larger
11373 \begin_inset Quotes erd
11374 \end_inset
11375
11376  font size.
11377 \end_layout
11378
11379 \begin_deeper
11380 \begin_layout Standard
11381 [keybinding = 
11382 \family sans
11383 M-s\InsetSpace ~
11384 S-L
11385 \family default
11386  or 
11387 \family sans
11388 M-s\InsetSpace ~
11389
11390 \family default
11391 7]
11392 \end_layout
11393
11394 \end_deeper
11395 \begin_layout Labeling
11396 \labelwidthstring MMMMMM
11397
11398 \family sans
11399 Largest
11400 \family default
11401  
11402 \size largest
11403 This is the 
11404 \begin_inset Quotes eld
11405 \end_inset
11406
11407 Largest
11408 \begin_inset Quotes erd
11409 \end_inset
11410
11411  font size.
11412 \end_layout
11413
11414 \begin_deeper
11415 \begin_layout Standard
11416 [keybinding = 
11417 \family sans
11418 M-s\InsetSpace ~
11419
11420 \family default
11421 8]
11422 \end_layout
11423
11424 \end_deeper
11425 \begin_layout Labeling
11426 \labelwidthstring MMMMMM
11427
11428 \family sans
11429 Huge
11430 \family default
11431  
11432 \size huge
11433 This is the 
11434 \begin_inset Quotes eld
11435 \end_inset
11436
11437 Huge
11438 \begin_inset Quotes erd
11439 \end_inset
11440
11441  font size.
11442 \end_layout
11443
11444 \begin_deeper
11445 \begin_layout Standard
11446 [keybinding = 
11447 \family sans
11448 M-s\InsetSpace ~
11449 h
11450 \family default
11451  or 
11452 \family sans
11453 M-s\InsetSpace ~
11454
11455 \family default
11456 9]
11457 \end_layout
11458
11459 \end_deeper
11460 \begin_layout Labeling
11461 \labelwidthstring MMMMMM
11462
11463 \family sans
11464 Huger
11465 \family default
11466  
11467 \size giant
11468 This is the 
11469 \begin_inset Quotes eld
11470 \end_inset
11471
11472 Huger
11473 \begin_inset Quotes erd
11474 \end_inset
11475
11476  font size.
11477 \end_layout
11478
11479 \begin_deeper
11480 \begin_layout Standard
11481 [keybinding = 
11482 \family sans
11483 M-s\InsetSpace ~
11484 H
11485 \family default
11486  or 
11487 \family sans
11488 M-s\InsetSpace ~
11489
11490 \family default
11491 0]
11492 \end_layout
11493
11494 \end_deeper
11495 \begin_layout Standard
11496 We'll warn you 
11497 \emph on
11498 yet again
11499 \emph default
11500 : don't go crazy with this feature.
11501  You should almost never need to change the font size.
11502  LyX automatically changes the font size for different paragraph environments
11503  - use that instead.
11504  This is here for fine-tuning 
11505 \emph on
11506 only!
11507 \end_layout
11508
11509 \end_deeper
11510 \begin_layout Labeling
11511 \labelwidthstring MMMMM
11512
11513 \family sans
11514 \bar under
11515 M
11516 \bar default
11517 isc
11518 \family default
11519  Here you can change a few other things at the character level.
11520  Options are:
11521 \end_layout
11522
11523 \begin_deeper
11524 \begin_layout Labeling
11525 \labelwidthstring MMMMMM
11526
11527 \family sans
11528 Emph
11529 \family default
11530  
11531 \emph on
11532 This is text with emphasize on
11533 \emph default
11534 .
11535 \end_layout
11536
11537 \begin_deeper
11538 \begin_layout Standard
11539 This might seem like the same as 
11540 \shape italic
11541 Italic
11542 \shape default
11543 , but it is actually a bit different.
11544  If you use emphasize on italicized text, it will make it upright.
11545  In future versions of LyX, we hope to let you customize the exact behavior
11546  of this 
11547 \emph on
11548 logical
11549 \emph default
11550  property.
11551 \end_layout
11552
11553 \end_deeper
11554 \begin_layout Labeling
11555 \labelwidthstring MMMMMM
11556
11557 \family sans
11558 Underbar
11559 \family default
11560  
11561 \bar under
11562 This is text with Underbar on.
11563 \end_layout
11564
11565 \begin_deeper
11566 \begin_layout Standard
11567 [keybinding = 
11568 \family sans
11569 M-c\InsetSpace ~
11570 u
11571 \family default
11572 ]
11573 \end_layout
11574
11575 \end_deeper
11576 \begin_layout Labeling
11577 \labelwidthstring MMMMMM
11578
11579 \family sans
11580 Noun
11581 \family default
11582  
11583 \noun on
11584 This is text with Noun on.
11585 \end_layout
11586
11587 \begin_deeper
11588 \begin_layout Standard
11589 Like 
11590 \family sans
11591 Emph
11592 \family default
11593 , this is a logical attribute.
11594  For the moment, it is equivalent to 
11595 \family sans
11596 Small\InsetSpace ~
11597 Caps
11598 \family default
11599 , but that is bound to change some day.
11600 \end_layout
11601
11602 \end_deeper
11603 \begin_layout Standard
11604 Avoid using underbar if you can! It's a holdover from the typewriter days,
11605  when you couldn't change fonts.
11606  We no longer need to resort to emphasizing text by overstriking it with
11607  an underscore character.
11608  It's only included in LyX because it's also in LaTeX, and because some
11609  people 
11610 \emph on
11611 may
11612 \emph default
11613  need it in order to follow style sheets for journal submissions (and in
11614  fact we use it in these manuals to indicate keyboard shortcuts for menu
11615  items).
11616 \end_layout
11617
11618 \end_deeper
11619 \begin_layout Labeling
11620 \labelwidthstring 00.00.0000
11621
11622 \family sans
11623 Color
11624 \family default
11625  You can adjust the color of the text with this control.
11626  Of course, you need to have a color printer to exploit this, but you also
11627  need to have the 
11628 \family sans
11629 color
11630 \family default
11631  LaTeX package installed.
11632  Notice that 
11633 \family typewriter
11634 xdvi
11635 \family default
11636  is not able to display these colors.
11637  Besides 
11638 \family sans
11639 No\InsetSpace ~
11640 color
11641 \family default
11642 , which is the standard 
11643 \begin_inset Quotes eld
11644 \end_inset
11645
11646 color
11647 \begin_inset Quotes erd
11648 \end_inset
11649
11650 , you can choose between 
11651 \family sans
11652 Black
11653 \family default
11654
11655 \family sans
11656 White
11657 \family default
11658
11659 \family sans
11660 Red
11661 \family default
11662
11663 \family sans
11664 Green
11665 \family default
11666
11667 \family sans
11668 Blue
11669 \family default
11670
11671 \family sans
11672 Cyan
11673 \family default
11674
11675 \family sans
11676 Magenta
11677 \family default
11678  and 
11679 \family sans
11680 Yellow
11681 \family default
11682  text.
11683 \end_layout
11684
11685 \begin_layout Labeling
11686 \labelwidthstring 00.00.0000
11687
11688 \family sans
11689 Language
11690 \family default
11691  This is used to mark regions of text as having a different language from
11692  the language of the document.
11693  Text marked in this way will be underlined in blue to indicate the change.
11694 \end_layout
11695
11696 \begin_layout Standard
11697 You have a huge number of combinations to choose from.
11698 \end_layout
11699
11700 \begin_layout Standard
11701 Once you've chosen a new character style via the 
11702 \family sans
11703 \bar under
11704 E
11705 \bar default
11706 dit\SpecialChar \menuseparator
11707 Text\InsetSpace ~
11708
11709 \bar under
11710 S
11711 \bar default
11712 tyle
11713 \family default
11714  dialog, you can activate it using the toolbar button labelled 
11715 \begin_inset Quotes eld
11716 \end_inset
11717
11718 Font
11719 \begin_inset Quotes erd
11720 \end_inset
11721
11722 , or select 
11723 \family sans
11724 \bar under
11725 A
11726 \bar default
11727 pply
11728 \family default
11729 .
11730  The toolbar button lets you toggle the state of your custom character style
11731  even when the dialog isn't visible.
11732  
11733 \end_layout
11734
11735 \begin_layout Standard
11736 As we stated earlier, to completely reset the character style to the default,
11737  use 
11738 \family sans
11739 M-c\InsetSpace ~
11740 Space
11741 \family default
11742 .
11743  If you want to toggle only those properties that you have just changed
11744  (suppose you just sent the shape to 
11745 \begin_inset Quotes eld
11746 \end_inset
11747
11748 slanted
11749 \begin_inset Quotes erd
11750 \end_inset
11751
11752  and the series to 
11753 \begin_inset Quotes eld
11754 \end_inset
11755
11756 bold
11757 \begin_inset Quotes erd
11758 \end_inset
11759
11760 ), set the 
11761 \family sans
11762 Toggle on all these
11763 \family default
11764  switch and press 
11765 \family sans
11766 \bar under
11767 A
11768 \bar default
11769 pply
11770 \family default
11771 .
11772  
11773 \end_layout
11774
11775 \begin_layout Standard
11776 We conclude with the same warning we've been spewing: Don't overuse the
11777  fonts.
11778  They are, more often than not, a kludge and a horrible substitute for good
11779  writing.
11780  Your writing should speak for itself --- and will.
11781 \end_layout
11782
11783 \begin_layout Section
11784 Printing and Previewing
11785 \end_layout
11786
11787 \begin_layout Subsection
11788 Overview
11789 \end_layout
11790
11791 \begin_layout Standard
11792 Now that we've covered some of the basic features of document preparation
11793  using LyX, you probably want to know how to print out your masterpiece.
11794  Before we tell you that, however, we want to give you a quickie explanation
11795  of what goes on behind-the-scenes.
11796  We cover this information in much greater detail in the 
11797 \emph on
11798 Extended Features
11799 \emph default
11800  manual as well.
11801 \end_layout
11802
11803 \begin_layout Standard
11804 LyX uses a program called 
11805 \begin_inset Quotes eld
11806 \end_inset
11807
11808 LaTeX
11809 \begin_inset Quotes erd
11810 \end_inset
11811
11812  as its backend.
11813  (Actually, LaTeX is just a macro package for the TeX typesetting system,
11814  but to prevent confusion, we'll just refer to the whole magilla as 
11815 \begin_inset Quotes eld
11816 \end_inset
11817
11818 LaTeX.
11819 \begin_inset Quotes erd
11820 \end_inset
11821
11822 ) Think of it this way: LyX is what you use to do your actual writing.
11823  Then, LyX calls LaTeX to turn your writing into printable output.
11824  This happens in a couple of stages:
11825 \end_layout
11826
11827 \begin_layout Enumerate
11828 First, LyX converts your document to a series of text commands for LaTeX,
11829  generating a file with the extension, 
11830 \begin_inset Quotes eld
11831 \end_inset
11832
11833
11834 \family typewriter
11835 .tex
11836 \family default
11837
11838 \begin_inset Quotes erd
11839 \end_inset
11840
11841 .
11842  
11843 \end_layout
11844
11845 \begin_layout Enumerate
11846 Next, LaTeX uses the commands in the 
11847 \family typewriter
11848 .tex
11849 \family default
11850  file to produce printable output.
11851  It doesn't know anything about your printer, however.
11852  Instead, LaTeX produces what's known as a 
11853 \emph on
11854 device-independent
11855 \emph default
11856  file, or DVI for short.
11857  The actual output is in a file with the extension, 
11858 \begin_inset Quotes eld
11859 \end_inset
11860
11861
11862 \family typewriter
11863 .dvi
11864 \family default
11865
11866 \begin_inset Quotes erd
11867 \end_inset
11868
11869 .
11870  DVI files are completely portable; you can move them from one machine to
11871  another without needing to do any sort of conversion.
11872 \end_layout
11873
11874 \begin_deeper
11875 \begin_layout Description
11876 NOTE: The DVI file only contains what was in the LaTeX file itself.
11877  If you have included PostScript pictures in your document, there will only
11878  be a link to these files.
11879  So don't forget these files if you move your 
11880 \family typewriter
11881 .dvi
11882 \family default
11883  file to another computer.
11884 \end_layout
11885
11886 \end_deeper
11887 \begin_layout Enumerate
11888 Consider the 
11889 \family typewriter
11890 .dvi
11891 \family default
11892  file to be the 
11893 \begin_inset Quotes eld
11894 \end_inset
11895
11896 final output.
11897 \begin_inset Quotes erd
11898 \end_inset
11899
11900  Once you have it, you can view it, print it, or convert it to other formats.
11901 \end_layout
11902
11903 \begin_deeper
11904 \begin_layout Enumerate
11905 You can view 
11906 \family typewriter
11907 .dvi
11908 \family default
11909  files using a program called 
11910 \family typewriter
11911 xdvi
11912 \family default
11913 .
11914 \end_layout
11915
11916 \begin_layout Enumerate
11917 Some printers and Unix systems understand DVI, and can print your 
11918 \family typewriter
11919 .dvi
11920 \family default
11921  file directly.
11922 \end_layout
11923
11924 \begin_layout Enumerate
11925 Nowadays, most printers understand the PostScript format.
11926  LyX automatically converts the 
11927 \family typewriter
11928 .dvi
11929 \family default
11930  file to a PostScript file for you when you go to print out your document.
11931  LyX will also let you preview a PostScript version of your document using
11932  the program 
11933 \family typewriter
11934 ghostview
11935 \family default
11936 .
11937 \end_layout
11938
11939 \begin_deeper
11940 \begin_layout Standard
11941 One advantage of using PostScript® is that the converter program [called
11942  
11943 \family typewriter
11944 dvips
11945 \family default
11946 ] takes any PostScript graphics you may have included in your document and
11947  puts it into the resulting PostScript version of your document.
11948  It also includes any special fonts you may have used.
11949  That makes the PostScript version much, much more portable than the DVI
11950  version.
11951 \end_layout
11952
11953 \end_deeper
11954 \end_deeper
11955 \begin_layout Standard
11956 LyX does all of these steps automagically for you.
11957 \end_layout
11958
11959 \begin_layout Standard
11960 As you have seen, a lot of things happen before you get a hardcopy or a
11961  preview of your document.
11962  So, don't worry if printing requires a bit more time than with other word
11963  processors.
11964  The printed result is worth the wait.
11965  Quality always has its price.
11966 \end_layout
11967
11968 \begin_layout Subsection
11969 Quick Viewing with xdvi
11970 \end_layout
11971
11972 \begin_layout Standard
11973 To get a look at the final version of your document, with all of the pagebreaks
11974  in place, the footnotes correctly numbered, and so on, select 
11975 \family sans
11976 \bar under
11977 V
11978 \bar default
11979 iew\SpecialChar \menuseparator
11980
11981 \bar under
11982 D
11983 \bar default
11984 VI
11985 \family default
11986 .
11987  Then wait a while.
11988 \end_layout
11989
11990 \begin_layout Standard
11991 When all of the behind-the-scenes action is done, LyX calls the program
11992  
11993 \family typewriter
11994 xdvi
11995 \family default
11996 .
11997  You can now look at the results.
11998  [If you want more info on the 
11999 \family typewriter
12000 xdvi
12001 \family default
12002  program, see the 
12003 \family typewriter
12004 man
12005 \family default
12006 -pages.]
12007 \end_layout
12008
12009 \begin_layout Description
12010 Helpful-Tip: Keep the 
12011 \family typewriter
12012 xdvi
12013 \family default
12014  window open, maybe moving it to another desktop.
12015  Then, after you make changes to your document, just use 
12016 \family sans
12017 \bar under
12018 V
12019 \bar default
12020 iew\SpecialChar \menuseparator
12021
12022 \bar under
12023 U
12024 \bar default
12025 pdate\SpecialChar \menuseparator
12026
12027 \bar under
12028 D
12029 \bar default
12030 VI
12031 \family default
12032 .
12033  Now click on the 
12034 \family typewriter
12035 xdvi
12036 \family default
12037  window.
12038  The 
12039 \family typewriter
12040 xdvi
12041 \family default
12042  program will automatically reread the 
12043 \family typewriter
12044 .dvi
12045 \family default
12046  file and give you an updated view.
12047 \end_layout
12048
12049 \begin_layout Subsection
12050 Viewing the PostScript Version with ghostview
12051 \end_layout
12052
12053 \begin_layout Standard
12054 In general, using 
12055 \family typewriter
12056 xdvi
12057 \family default
12058  to view your document is the easiest and fastest way.
12059  There may be times, however, when you want to look at the PostScript version.
12060  One reason is fonts.
12061 \begin_inset Foot
12062 status collapsed
12063
12064 \begin_layout Standard
12065 Note from 
12066 \noun on
12067 John Weiss
12068 \noun default
12069 : Another reason is paranoia.
12070  I always like to look at the PostScript file before I print it, just so
12071  I see exactly what went to the printer\SpecialChar \ldots{}
12072
12073 \end_layout
12074
12075 \end_inset
12076
12077  You can use PostScript fonts in a LaTeX document, but 
12078 \family typewriter
12079 xdvi
12080 \family default
12081  won't show this.
12082  You'll need to use 
12083 \family typewriter
12084 ghostview
12085 \family default
12086  or some other PostScript file viewer to see the actual results.
12087 \end_layout
12088
12089 \begin_layout Standard
12090 To view the PostScript version of your document, select 
12091 \family sans
12092 Pos
12093 \bar under
12094 t
12095 \bar default
12096 Script
12097 \family default
12098  from the 
12099 \family sans
12100 \bar under
12101 V
12102 \bar default
12103 iew
12104 \family default
12105  menu.
12106  When all of the magic behind-the-scenes is done, LyX calls the program
12107  
12108 \family typewriter
12109 ghostview
12110 \family default
12111 .
12112  You can now look at the results.
12113 \end_layout
12114
12115 \begin_layout Standard
12116 You've guessed what the 
12117 \family sans
12118 \bar under
12119 U
12120 \bar default
12121 pdate\SpecialChar \menuseparator
12122 Pos
12123 \bar under
12124 t
12125 \bar default
12126 script
12127 \family default
12128  command from the 
12129 \family sans
12130 \bar under
12131 V
12132 \bar default
12133 iew
12134 \family default
12135  menu does, haven't you? Remember to click once in the 
12136 \family typewriter
12137 ghostview
12138 \family default
12139  window after this command to update the view.
12140 \end_layout
12141
12142 \begin_layout Subsection
12143 Printing the File
12144 \end_layout
12145
12146 \begin_layout Standard
12147 To print a file, select 
12148 \family sans
12149 \bar under
12150 P
12151 \bar default
12152 rint
12153 \family default
12154  from the 
12155 \family sans
12156 \bar under
12157 F
12158 \bar default
12159 ile
12160 \family default
12161  menu, or click on the toolbar button with the printer on it.
12162  This opens the 
12163 \family sans
12164 Print
12165 \family default
12166  dialog.
12167 \end_layout
12168
12169 \begin_layout Standard
12170 You can choose to only print even-numbered or odd-numbered pages - this
12171  is useful for printing on two sides: you can re-insert the pages after
12172  printing one set of pages, to print on the other side.
12173  Some printers spit out pages face-up, others, face-down.
12174  By choosing a particular order to print in, you can take the entire stack
12175  of pages out of the printer without needing to reorder them.
12176 \end_layout
12177
12178 \begin_layout Standard
12179 You can set the parameters in the 
12180 \family sans
12181 Destination
12182 \family default
12183  box as follows :
12184 \end_layout
12185
12186 \begin_layout Labeling
12187 \labelwidthstring MMMM
12188
12189 \family sans
12190 \bar under
12191 P
12192 \bar default
12193 rinter
12194 \family default
12195  This is the name of the printer to print to.
12196 \begin_inset Foot
12197 status collapsed
12198
12199 \begin_layout Standard
12200 Note that this printer name isn't for the 
12201 \family typewriter
12202 lpr
12203 \family default
12204  command but for 
12205 \family typewriter
12206 dvips
12207 \family default
12208 .
12209  That means 
12210 \family typewriter
12211 dvips
12212 \family default
12213  has to be configured for this printer name.
12214  See the section 
12215 \begin_inset LatexCommand ref
12216 reference "sec:dvipsconfig"
12217
12218 \end_inset
12219
12220  or the 
12221 \family typewriter
12222 dvips
12223 \family default
12224  documentation for details.
12225  The default printer can also be set in 
12226 \family typewriter
12227 lyxrc
12228 \family default
12229 .
12230 \end_layout
12231
12232 \end_inset
12233
12234  The printer should understand PostScript files.
12235 \end_layout
12236
12237 \begin_layout Labeling
12238 \labelwidthstring MMMM
12239
12240 \family sans
12241 \bar under
12242 F
12243 \bar default
12244 ile
12245 \family default
12246  The name of a file to print to.
12247  The output will be in Post\SpecialChar \-
12248 Script format.
12249  The file will generally be written in the current directory, unless you
12250  specify the full path.
12251 \end_layout
12252
12253 \begin_layout Standard
12254 Note that printing may need little time, since LaTeX, 
12255 \family typewriter
12256 dvips
12257 \family default
12258  and, if you don't have a PostScript printer, 
12259 \family typewriter
12260 ghostscript
12261 \family default
12262  have to process your document.
12263 \end_layout
12264
12265 \begin_layout Section
12266 A Few Words about Typography
12267 \end_layout
12268
12269 \begin_layout Subsection
12270 Hyphens and Hyphenation
12271 \begin_inset LatexCommand label
12272 name "sec:hyphens"
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280 In LyX, the 
12281 \begin_inset Quotes eld
12282 \end_inset
12283
12284
12285 \family typewriter
12286 -
12287 \family default
12288
12289 \begin_inset Quotes erd
12290 \end_inset
12291
12292  character comes in three lengths, often called the 
12293 \emph on
12294 hyphen
12295 \emph default
12296 , the 
12297 \emph on
12298 en dash
12299 \emph default
12300 , and the 
12301 \emph on
12302 em dash
12303 \emph default
12304 :
12305 \end_layout
12306
12307 \begin_layout Enumerate
12308 hyphen
12309 \hfill
12310 -
12311 \hfill
12312 made with 
12313 \begin_inset Quotes eld
12314 \end_inset
12315
12316
12317 \family typewriter
12318 -
12319 \family default
12320
12321 \begin_inset Quotes eld
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \begin_layout Enumerate
12328 en dash
12329 \hfill
12330 --
12331 \hfill
12332 made with 
12333 \begin_inset Quotes eld
12334 \end_inset
12335
12336
12337 \family typewriter
12338 -
12339 \begin_inset ERT
12340 status collapsed
12341
12342 \begin_layout Standard
12343
12344
12345 \backslash
12346 /
12347 \end_layout
12348
12349 \end_inset
12350
12351 -
12352 \family default
12353
12354 \begin_inset Quotes erd
12355 \end_inset
12356
12357
12358 \end_layout
12359
12360 \begin_layout Enumerate
12361 em dash
12362 \hfill
12363 ---
12364 \hfill
12365 made with 
12366 \begin_inset Quotes eld
12367 \end_inset
12368
12369
12370 \family typewriter
12371 -
12372 \begin_inset ERT
12373 status collapsed
12374
12375 \begin_layout Standard
12376
12377
12378 \backslash
12379 /
12380 \end_layout
12381
12382 \end_inset
12383
12384 -
12385 \begin_inset ERT
12386 status collapsed
12387
12388 \begin_layout Standard
12389
12390
12391 \backslash
12392 /
12393 \end_layout
12394
12395 \end_inset
12396
12397 -
12398 \family default
12399
12400 \begin_inset Quotes erd
12401 \end_inset
12402
12403
12404 \end_layout
12405
12406 \begin_layout Enumerate
12407 minus sign
12408 \hfill
12409
12410 \begin_inset Formula $-$
12411 \end_inset
12412
12413
12414 \hfill
12415
12416 \begin_inset Quotes eld
12417 \end_inset
12418
12419
12420 \family typewriter
12421 -
12422 \family default
12423
12424 \begin_inset Quotes erd
12425 \end_inset
12426
12427  in math mode
12428 \end_layout
12429
12430 \begin_layout Standard
12431 You generate these by using the 
12432 \begin_inset Quotes eld
12433 \end_inset
12434
12435
12436 \family typewriter
12437 -
12438 \family default
12439
12440 \begin_inset Quotes erd
12441 \end_inset
12442
12443  character multiple times in a row.
12444  LyX automatically converts them to the appropriate length dash in the final
12445  output.
12446 \end_layout
12447
12448 \begin_layout Standard
12449 The three types of dash are distinct from the minus sign, which appears
12450  in math mode and has a length of its own.
12451  Here are some examples of the 
12452 \begin_inset Quotes eld
12453 \end_inset
12454
12455
12456 \family typewriter
12457 -
12458 \family default
12459
12460 \begin_inset Quotes erd
12461 \end_inset
12462
12463  in use:
12464 \end_layout
12465
12466 \begin_layout Enumerate
12467 line- and page-breaks
12468 \hfill
12469 (
12470 \emph on
12471 hyphen
12472 \emph default
12473 )
12474 \end_layout
12475
12476 \begin_layout Enumerate
12477 From A--Z
12478 \hfill
12479 (
12480 \emph on
12481 en dash
12482 \emph default
12483 )
12484 \end_layout
12485
12486 \begin_layout Enumerate
12487 Oh --- there's a dash.
12488 \hfill
12489 (
12490 \emph on
12491 em dash
12492 \emph default
12493 )
12494 \end_layout
12495
12496 \begin_layout Enumerate
12497 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12498 \end_inset
12499
12500
12501 \hfill
12502 (
12503 \emph on
12504 minus sign
12505 \emph default
12506 )
12507 \end_layout
12508
12509 \begin_layout Standard
12510 Those of you reading this from within LyX will see no difference, though
12511  there is one in the printed version.
12512 \end_layout
12513
12514 \begin_layout Standard
12515 One more note about hyphenation --- LyX automatically breaks up words and
12516  inserts hyphens in English text.
12517  The words won't be hyphenated until you generate the final output.
12518 \end_layout
12519
12520 \begin_layout Standard
12521 Actually, it's LaTeX that does this, and it will also hyphenate words in
12522  
12523 \emph on
12524 some
12525 \emph default
12526  other languages.
12527  To know whether (PDF)LaTeX hyphenates for 
12528 \emph on
12529 your
12530 \emph default
12531  language, look at any log file produced by a LaTeX run: it will say
12532 \end_layout
12533
12534 \begin_layout Quote
12535
12536 \family typewriter
12537 Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman,
12538  nohyphenation, loaded.
12539 \end_layout
12540
12541 \begin_layout Standard
12542 This tells you that, e.g., if you write in Finnish, you're out of luck.
12543  Study (for the teTeX distribution of LaTeX) the utilities 
12544 \family typewriter
12545 texconfig
12546 \family default
12547  and 
12548 \family typewriter
12549 fmtutil
12550 \family default
12551  in order to switch hyphenation on for your language by 
12552 \begin_inset Quotes eld
12553 \end_inset
12554
12555 uncommenting
12556 \begin_inset Quotes erd
12557 \end_inset
12558
12559  the relevant line in a file typically named 
12560 \family typewriter
12561 language.dat
12562 \family default
12563 .
12564  Sorry for the inconvenience.
12565 \end_layout
12566
12567 \begin_layout Standard
12568 If, for whatever reason, LaTeX 
12569 \emph on
12570 still
12571 \emph default
12572  can't break a word correctly (e.g., a compound word), you can set hyphenation
12573  points manually.
12574  This is done with the menu item 
12575 \family sans
12576 Hyphenation\InsetSpace ~
12577
12578 \bar under
12579 P
12580 \bar default
12581 oint
12582 \family default
12583  under 
12584 \family sans
12585 Special\InsetSpace ~
12586 F
12587 \bar under
12588 o
12589 \bar default
12590 rmatting
12591 \family default
12592  in the 
12593 \family sans
12594 \bar under
12595 I
12596 \bar default
12597 nsert
12598 \family default
12599  menu.
12600  Note that these extra hyphenation points are only recommendations to LaTeX.
12601  If no hyphenation is necessary, LaTeX will totally ignore them.
12602 \end_layout
12603
12604 \begin_layout Subsection
12605 Punctuation Marks
12606 \end_layout
12607
12608 \begin_layout Subsubsection
12609 Abbreviations and End of Sentence
12610 \begin_inset LatexCommand label
12611 name "sec:abbrev"
12612
12613 \end_inset
12614
12615
12616 \end_layout
12617
12618 \begin_layout Standard
12619 When LyX calls LaTeX to generate the final version of your document, LaTeX
12620  automatically distinguishes between words, sentences, and abbreviations.
12621  LaTeX then adds the 
12622 \begin_inset Quotes eld
12623 \end_inset
12624
12625 appropriate amount of space
12626 \begin_inset Quotes erd
12627 \end_inset
12628
12629 : sentences get a little bit more space between the period and the next
12630  word.
12631  Abbreviations get the same amount of space after the period as a word uses.
12632 \end_layout
12633
12634 \begin_layout Standard
12635 Unfortunately, the algorithm for figuring out what's an abbreviation and
12636  what's the end of a sentence is really quite brain-dead.
12637  If a 
12638 \begin_inset Quotes eld
12639 \end_inset
12640
12641
12642 \family typewriter
12643 .
12644 \family default
12645
12646 \begin_inset Quotes erd
12647 \end_inset
12648
12649  is at the end of a lowercase letter, it's the end of a sentence; if it's
12650  at the end of a capitalized letter, it's an abbreviation.
12651 \end_layout
12652
12653 \begin_layout Standard
12654 Here are some examples of 
12655 \emph on
12656 correct
12657 \emph default
12658  abbreviations and the end of a sentence:
12659 \end_layout
12660
12661 \begin_layout Itemize
12662 M.
12663  Butterfly
12664 \end_layout
12665
12666 \begin_layout Itemize
12667 Don't worry.
12668  Be happy.
12669 \end_layout
12670
12671 \begin_layout Standard
12672 \SpecialChar \ldots{}
12673 and here's an example of the algorithm going wrong:
12674 \end_layout
12675
12676 \begin_layout Itemize
12677 e.
12678  g.
12679  this is too much space!
12680 \end_layout
12681
12682 \begin_layout Itemize
12683 This is I.
12684  It's okay.
12685 \end_layout
12686
12687 \begin_layout Standard
12688 You won't see anything wrong until you view a final version of your document.
12689 \end_layout
12690
12691 \begin_layout Standard
12692 To fix this problem, use one of the following:
12693 \end_layout
12694
12695 \begin_layout Enumerate
12696 Use an 
12697 \family sans
12698 Inter-word\InsetSpace ~
12699 Space
12700 \family default
12701  after lowercase abbreviations (see section\InsetSpace ~
12702
12703 \begin_inset LatexCommand ref
12704 reference "sec:normblank-lbreak-horline"
12705
12706 \end_inset
12707
12708 ).
12709 \end_layout
12710
12711 \begin_layout Enumerate
12712 Use a 
12713 \family sans
12714 Thin\InsetSpace ~
12715 Space
12716 \family default
12717  between two tokens of an abbreviation (see section\InsetSpace ~
12718
12719 \begin_inset LatexCommand ref
12720 reference "sec:thinblank-lbreak-horline"
12721
12722 \end_inset
12723
12724 ).
12725 \end_layout
12726
12727 \begin_layout Enumerate
12728 Use an 
12729 \family sans
12730 End\InsetSpace ~
12731 of\InsetSpace ~
12732 sentence\InsetSpace ~
12733 period
12734 \family default
12735  found under the 
12736 \family sans
12737 \bar under
12738 I
12739 \bar default
12740 nsert\SpecialChar \menuseparator
12741
12742 \bar under
12743 S
12744 \bar default
12745 pecial\InsetSpace ~
12746 Character
12747 \family default
12748  menu to force the use of inter-sentence spacing.
12749  This function is also bound to 
12750 \family sans
12751 C-period
12752 \family default
12753  for easy access.
12754 \end_layout
12755
12756 \begin_layout Standard
12757 With the corrections, our earlier examples look like this:
12758 \end_layout
12759
12760 \begin_layout Itemize
12761 e.\InsetSpace \thinspace{}
12762 g.\InsetSpace \space{}
12763 this is too much space!
12764 \end_layout
12765
12766 \begin_layout Itemize
12767 This is I\SpecialChar \@.
12768  It's okay.
12769 \end_layout
12770
12771 \begin_layout Standard
12772 Some languages don't use extra spacing between sentences.
12773  If your language is such a language, you don't need to worry about all
12774  of this.
12775  For those that do need to bother, there is help to catch those sneaky errors:
12776  check out the 
12777 \family sans
12778 \bar under
12779 T
12780 \bar default
12781 ools\SpecialChar \menuseparator
12782 C
12783 \bar under
12784 h
12785 \bar default
12786 eck\InsetSpace ~
12787 TeX
12788 \family default
12789  feature described in 
12790 \emph on
12791 Extended Editing
12792 \emph default
12793 .
12794 \end_layout
12795
12796 \begin_layout Subsubsection
12797 Quotes
12798 \begin_inset LatexCommand label
12799 name "sec:quotes"
12800
12801 \end_inset
12802
12803
12804 \end_layout
12805
12806 \begin_layout Standard
12807 LyX usually sets quotes correctly.
12808  Specifically, it will use an opening quote at the beginning of quoted text,
12809  and use a closing quote at the end.
12810  For example, 
12811 \begin_inset Quotes eld
12812 \end_inset
12813
12814 open close
12815 \begin_inset Quotes erd
12816 \end_inset
12817
12818 .
12819  The keyboard character, 
12820 \family sans
12821 "
12822 \family default
12823 , generates this automatically.
12824 \end_layout
12825
12826 \begin_layout Standard
12827
12828 \series bold
12829 New in version 1.4:
12830 \series default
12831  To get single quotation marks, you have to press 
12832 \family sans
12833 C-"
12834 \family default
12835 .
12836   This produces quotation marks like this: 
12837 \begin_inset Quotes els
12838 \end_inset
12839
12840 '.
12841 \end_layout
12842
12843 \begin_layout Standard
12844 You can also select quotes for different languages via the 
12845 \family sans
12846 \bar under
12847 T
12848 \bar default
12849 ype
12850 \family default
12851  option.
12852  There are six choices:
12853 \end_layout
12854
12855 \begin_layout Labeling
12856 \labelwidthstring MMMMM
12857
12858 \family sans
12859 \begin_inset Quotes eld
12860 \end_inset
12861
12862 Text
12863 \begin_inset Quotes erd
12864 \end_inset
12865
12866
12867 \family default
12868  Use quotes like this 
12869 \begin_inset Quotes eld
12870 \end_inset
12871
12872 double
12873 \begin_inset Quotes erd
12874 \end_inset
12875
12876  or 
12877 \begin_inset Quotes els
12878 \end_inset
12879
12880 single
12881 \begin_inset Quotes ers
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Labeling
12888 \labelwidthstring MMMMM
12889
12890 \family sans
12891 \begin_inset Quotes sld
12892 \end_inset
12893
12894 Text
12895 \begin_inset Quotes srd
12896 \end_inset
12897
12898
12899 \family default
12900  Use quotes like 
12901 \begin_inset Quotes sld
12902 \end_inset
12903
12904 this
12905 \begin_inset Quotes srd
12906 \end_inset
12907
12908  or 'this
12909 \begin_inset Quotes ers
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Labeling
12916 \labelwidthstring MMMMM
12917
12918 \family sans
12919 \begin_inset Quotes gld
12920 \end_inset
12921
12922 Text
12923 \begin_inset Quotes grd
12924 \end_inset
12925
12926
12927 \family default
12928  Use quotes like 
12929 \begin_inset Quotes gld
12930 \end_inset
12931
12932 this
12933 \begin_inset Quotes grd
12934 \end_inset
12935
12936  or 
12937 \begin_inset Quotes gls
12938 \end_inset
12939
12940 this
12941 \begin_inset Quotes grs
12942 \end_inset
12943
12944
12945 \end_layout
12946
12947 \begin_layout Labeling
12948 \labelwidthstring MMMMM
12949
12950 \family sans
12951 \begin_inset Quotes pld
12952 \end_inset
12953
12954 Text
12955 \begin_inset Quotes prd
12956 \end_inset
12957
12958
12959 \family default
12960  Use quotes like 
12961 \begin_inset Quotes pld
12962 \end_inset
12963
12964 this
12965 \begin_inset Quotes prd
12966 \end_inset
12967
12968  or 
12969 \begin_inset Quotes pls
12970 \end_inset
12971
12972 this
12973 \begin_inset Quotes prs
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \begin_layout Labeling
12980 \labelwidthstring MMMMM
12981
12982 \family sans
12983 \begin_inset Quotes fld
12984 \end_inset
12985
12986 Text
12987 \begin_inset Quotes frd
12988 \end_inset
12989
12990
12991 \family default
12992  Use quotes like 
12993 \begin_inset Quotes fld
12994 \end_inset
12995
12996 this
12997 \begin_inset Quotes frd
12998 \end_inset
12999
13000  or 
13001 \begin_inset Quotes fls
13002 \end_inset
13003
13004 this
13005 \begin_inset Quotes frs
13006 \end_inset
13007
13008
13009 \end_layout
13010
13011 \begin_layout Labeling
13012 \labelwidthstring MMMMM
13013
13014 \family sans
13015 \begin_inset Quotes ald
13016 \end_inset
13017
13018 Text
13019 \begin_inset Quotes ard
13020 \end_inset
13021
13022
13023 \family default
13024  Use quotes like 
13025 \begin_inset Quotes ald
13026 \end_inset
13027
13028 this
13029 \begin_inset Quotes ard
13030 \end_inset
13031
13032  or 
13033 \begin_inset Quotes als
13034 \end_inset
13035
13036 this
13037 \begin_inset Quotes ars
13038 \end_inset
13039
13040
13041 \end_layout
13042
13043 \begin_layout Standard
13044 Again, this affects what character the 
13045 \family sans
13046 "
13047 \family default
13048  key produces.
13049 \end_layout
13050
13051 \begin_layout Standard
13052 On the other hand, if you want to produce a bona-fide quote character, type
13053  
13054 \family sans
13055 M-"
13056 \family default
13057 .
13058  This produces: 
13059 \family typewriter
13060 "
13061 \family default
13062 .
13063 \end_layout
13064
13065 \begin_layout Subsection
13066 Ligatures
13067 \begin_inset LatexCommand label
13068 name "sec:ligatures"
13069
13070 \end_inset
13071
13072
13073 \end_layout
13074
13075 \begin_layout Standard
13076 It is standard typesetting practice to group certain letters together and
13077  print them as single characters.
13078  These groups are known as 
13079 \emph on
13080 ligatures
13081 \emph default
13082 .
13083  Since LaTeX knows about ligatures, your LyX documents will contain them,
13084  too.
13085  Here are the possible ligatures:
13086 \end_layout
13087
13088 \begin_layout Itemize
13089 ff
13090 \end_layout
13091
13092 \begin_layout Itemize
13093 fi
13094 \end_layout
13095
13096 \begin_layout Itemize
13097 fl
13098 \end_layout
13099
13100 \begin_layout Itemize
13101 ffi
13102 \end_layout
13103
13104 \begin_layout Itemize
13105 ffl
13106 \end_layout
13107
13108 \begin_layout Standard
13109 Once in a while, though, you don't want a ligature in a word.
13110  While a ligature may be okay in the word, 
13111 \begin_inset Quotes eld
13112 \end_inset
13113
13114 graffiti,
13115 \begin_inset Quotes erd
13116 \end_inset
13117
13118  it looks really weird in compound words, such as 
13119 \begin_inset Quotes eld
13120 \end_inset
13121
13122 cufflink
13123 \begin_inset Quotes erd
13124 \end_inset
13125
13126  or the German 
13127 \begin_inset Quotes eld
13128 \end_inset
13129
13130 Dorffest.
13131 \begin_inset Quotes erd
13132 \end_inset
13133
13134  To break a ligature, use 
13135 \family sans
13136 \bar under
13137 I
13138 \bar default
13139 nsert\SpecialChar \menuseparator
13140 Special\InsetSpace ~
13141 F
13142 \bar under
13143 o
13144 \bar default
13145 rmatting
13146 \family default
13147 \SpecialChar \menuseparator
13148
13149 \family sans
13150 Ligature\InsetSpace ~
13151 Break.
13152
13153 \family default
13154  This changes 
13155 \begin_inset Quotes eld
13156 \end_inset
13157
13158 cufflinks
13159 \begin_inset Quotes erd
13160 \end_inset
13161
13162  to 
13163 \begin_inset Quotes eld
13164 \end_inset
13165
13166 cuff\SpecialChar \textcompwordmark{}
13167 links
13168 \begin_inset Quotes erd
13169 \end_inset
13170
13171  and 
13172 \begin_inset Quotes eld
13173 \end_inset
13174
13175 Dorffest
13176 \begin_inset Quotes erd
13177 \end_inset
13178
13179  to 
13180 \begin_inset Quotes eld
13181 \end_inset
13182
13183 Dorf\SpecialChar \textcompwordmark{}
13184 fest
13185 \begin_inset Quotes erd
13186 \end_inset
13187
13188 .
13189 \end_layout
13190
13191 \begin_layout Subsection
13192 Widows and Orphans
13193 \begin_inset LatexCommand label
13194 name "sec:widows"
13195
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \begin_layout Standard
13202 In the early days of word processors, page breaks went wherever the page
13203  happened to end.
13204  There was no regard for what was actually going on in the text.
13205  You may remember once printing out a document, only to find the heading
13206  for a new section printed at the very bottom of the page, the first line
13207  of a new paragraph all alone at the bottom of a page, or the last line
13208  of a paragraph at the top of a new page.
13209  These dangly-bits of text became known as 
13210 \emph on
13211 widows
13212 \emph default
13213  and 
13214 \emph on
13215 orphans
13216 \emph default
13217 .
13218 \end_layout
13219
13220 \begin_layout Standard
13221 Clearly, LyX can avoid breaking pages after a section heading.
13222  That's part of the advantage of paragraph environments.
13223  But what about widows and orphans, where the page breaks leave one line
13224  of a paragraph all alone at the top or bottom of a page? There are rules
13225  built into LaTeX governing page breaks, and some of those rules are there
13226  to specifically prevent widows and orphans.
13227  This is the advantage LyX has in using LaTeX as its backend.
13228 \end_layout
13229
13230 \begin_layout Standard
13231 There's no way we can go into how TeX and LaTeX decide to break a page,
13232  or how you can tweak that behavior.
13233  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13234
13235 \begin_inset LatexCommand cite
13236 key "latexcompanion"
13237
13238 \end_inset
13239
13240  or\InsetSpace ~
13241
13242 \begin_inset LatexCommand cite
13243 key "latexguide"
13244
13245 \end_inset
13246
13247 ] may have more information.
13248  You will almost never need to worry about this, however.
13249 \end_layout
13250
13251 \begin_layout Chapter
13252 Floats: Tables, Figures, Footnotes and Margin Notes
13253 \begin_inset OptArg
13254 status collapsed
13255
13256 \begin_layout Standard
13257 Tables, Figures, and Notes
13258 \end_layout
13259
13260 \end_inset
13261
13262
13263 \end_layout
13264
13265 \begin_layout Section
13266 Footnotes
13267 \end_layout
13268
13269 \begin_layout Standard
13270 Unlike other typesetting programs, LyX uses 
13271 \begin_inset Quotes eld
13272 \end_inset
13273
13274 foldable
13275 \begin_inset Quotes erd
13276 \end_inset
13277
13278  boxes instead of displaying its footnotes at the bottom of the screen or
13279  somewhere else in your text.
13280  When you insert a footnote with 
13281 \family sans
13282 \series medium
13283 \bar under
13284 I
13285 \bar no
13286 nsert
13287 \series default
13288 \bar default
13289 \SpecialChar \menuseparator
13290
13291 \series medium
13292 \bar under
13293 F
13294 \bar no
13295 ootnote,
13296 \family default
13297 \series default
13298 \bar default
13299  
13300 \family roman
13301 \series medium
13302 \bar no
13303 you'll first see a
13304 \family default
13305 \series default
13306 \bar default
13307  grey 
13308 \family roman
13309 \series medium
13310 \bar no
13311 box with a
13312 \family default
13313 \series default
13314 \bar default
13315  red 
13316 \family roman
13317 \series medium
13318 \bar no
13319 label 
13320 \begin_inset Quotes eld
13321 \end_inset
13322
13323 foot
13324 \begin_inset Quotes erd
13325 \end_inset
13326
13327  appearing within your text.
13328  This box is LyX's representation of your footnote.
13329  You can enter your text into this box.
13330  If you click the 
13331 \begin_inset Quotes eld
13332 \end_inset
13333
13334
13335 \family sans
13336 foot
13337 \family roman
13338
13339 \begin_inset Quotes erd
13340 \end_inset
13341
13342
13343 \family default
13344 \series default
13345 \bar default
13346  
13347 \family roman
13348 \series medium
13349 \bar no
13350 label, the box will 
13351 \begin_inset Quotes eld
13352 \end_inset
13353
13354 fold
13355 \begin_inset Quotes erd
13356 \end_inset
13357
13358 .
13359
13360 \family default
13361 \series default
13362 \bar default
13363  Clicking on the button again will 
13364 \family roman
13365 \series medium
13366 \bar no
13367
13368 \begin_inset Quotes eld
13369 \end_inset
13370
13371 unfold
13372 \begin_inset Quotes erd
13373 \end_inset
13374
13375  the footnote.
13376 \begin_inset Foot
13377 status collapsed
13378
13379 \begin_layout Standard
13380 To close this footnote, click on the red box at the top left.
13381 \end_layout
13382
13383 \end_inset
13384
13385  You will not see any numbers within LyX.
13386  You don't need to worry about those, anyhow, because LyX does the numbering
13387  for you, as well as putting the footnote at the bottom of the correct page,
13388  when it processes your file.
13389  If you want to turn already existing text into a footnote, simply mark
13390  it and click on the footnote button (a picture of text with an arrow pointing
13391  to stuff in the bottom margin).
13392
13393 \family default
13394 \series default
13395 \bar default
13396  Vice versa, you can change a footnote to regular text by hitting the 
13397 \family sans
13398 Backspace
13399 \family default
13400  key when the cursor is in the first position of a footnote, or by hitting
13401  the 
13402 \family sans
13403 Delete
13404 \family default
13405  key when the cursor is in the very last position of the footnote, respectively
13406  (this works for all 
13407 \begin_inset Quotes eld
13408 \end_inset
13409
13410 foldable
13411 \begin_inset Quotes erd
13412 \end_inset
13413
13414  boxes in LyX).
13415 \end_layout
13416
13417 \begin_layout Standard
13418 What LyX cannot do, yet, is take care of special needs like setting the
13419  footnote numbering back to 1 after each section in the 
13420 \begin_inset Quotes eld
13421 \end_inset
13422
13423
13424 \family typewriter
13425 article
13426 \family default
13427
13428 \begin_inset Quotes erd
13429 \end_inset
13430
13431  
13432 \family roman
13433 document class or changing the counter
13434 \family default
13435  
13436 \family roman
13437 style.
13438  You'll need to insert LaTeX commands like th
13439 \family default
13440 os
13441 \family roman
13442 e
13443 \family default
13444  described in the 
13445 \emph on
13446 Tricks for Footnotes and Marginpars
13447 \emph default
13448  section of 
13449 \begin_inset Quotes eld
13450 \end_inset
13451
13452
13453 \emph on
13454 Extended
13455 \emph default
13456  
13457 \emph on
13458 Features
13459 \emph default
13460 .
13461 \begin_inset Quotes erd
13462 \end_inset
13463
13464
13465 \end_layout
13466
13467 \begin_layout Description
13468 NOTE: A float in LaTeX and LyX isn't a simple paragraph as with usual word
13469  processors.
13470  It is a complex text structure that may contain everything except floats.
13471  That means you can use all the layouts inside a float, even figures and
13472  tables.
13473  You may not need this too often, but if you do occasionally need it, it's
13474  a neat feature.
13475 \end_layout
13476
13477 \begin_layout Section
13478 Margin Notes
13479 \end_layout
13480
13481 \begin_layout Standard
13482 Margin notes look and behave just like footnotes in LyX.
13483  When you insert a margin note via 
13484 \family sans
13485 \series medium
13486 \bar under
13487 I
13488 \bar no
13489 nsert\SpecialChar \menuseparator
13490
13491 \bar under
13492 M
13493 \bar no
13494 argin
13495 \series default
13496 \bar default
13497 \InsetSpace ~
13498 N
13499 \series medium
13500 \bar no
13501 ote
13502 \family default
13503 \series default
13504 \bar default
13505  or the toolbar button (which contains a picture of text in a margin with
13506  an arrow pointing to it), you'll see 
13507 \family roman
13508 \series medium
13509 a
13510 \family default
13511 \series default
13512  grey 
13513 \family roman
13514 \series medium
13515 box with a
13516 \family default
13517 \series default
13518  red 
13519 \family roman
13520 \series medium
13521 label 
13522 \begin_inset Quotes eld
13523 \end_inset
13524
13525 margin
13526 \begin_inset Quotes erd
13527 \end_inset
13528
13529  appearing within your text.
13530 \begin_inset Marginal
13531 status open
13532
13533 \begin_layout Standard
13534 This is a margin note.
13535 \end_layout
13536
13537 \end_inset
13538
13539  This box is LyX's representation of your margin note.
13540  You can enter your text into this box.
13541  If you click the 
13542 \begin_inset Quotes eld
13543 \end_inset
13544
13545 margin
13546 \begin_inset Quotes erd
13547 \end_inset
13548
13549
13550 \family default
13551 \series default
13552  
13553 \family roman
13554 \series medium
13555 label, the box will 
13556 \begin_inset Quotes eld
13557 \end_inset
13558
13559 fold
13560 \begin_inset Quotes erd
13561 \end_inset
13562
13563 .
13564  You can access it at a later time by clicking on the
13565 \family default
13566 \series default
13567  label again
13568 \family roman
13569 \series medium
13570 , thereby 
13571 \begin_inset Quotes eld
13572 \end_inset
13573
13574 unfolding
13575 \begin_inset Quotes erd
13576 \end_inset
13577
13578  the margin note.
13579 \end_layout
13580
13581 \begin_layout Standard
13582 As a default, LyX uses 1.9 cm (0.75 inches) as the margin width to allow room
13583  for margin notes.
13584  This might not be what you're looking for, but as with footnotes, LyX cannot
13585  yet do everything LaTeX has to offer.
13586  You might want to consult your LaTeX handbook for additional commands.
13587  
13588 \end_layout
13589
13590 \begin_layout Section
13591 Figures and Imported Graphics
13592 \begin_inset LatexCommand label
13593 name "sec:figures"
13594
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \begin_layout Standard
13601 No document preparation system is complete without the ability to import
13602  graphics from other utilities into the document.
13603  In LyX, these are referred to as ``figures'' whether they are actually
13604  figures in the traditional sense or simply some kind of imported image.
13605  
13606 \end_layout
13607
13608 \begin_layout Standard
13609 Note that figures referred to here are do not have captions and sit wherever
13610  in the document you place them.
13611  If you need one of these features, see sec.\InsetSpace ~
13612
13613 \begin_inset LatexCommand ref
13614 reference "sec:figurefloats"
13615
13616 \end_inset
13617
13618  below.
13619 \end_layout
13620
13621 \begin_layout Standard
13622 To place a figure in your document, click on the second right-most icon
13623  on the toolbar, or select 
13624 \family sans
13625 \bar under
13626 I
13627 \bar default
13628 nsert\SpecialChar \menuseparator
13629
13630 \bar under
13631 G
13632 \bar default
13633 raphics...
13634
13635 \family default
13636  from the menu.
13637 \end_layout
13638
13639 \begin_layout Standard
13640 A dialog will appear for you to choose the file to load.
13641  You can also change any settings you need to in this dialog.
13642 \end_layout
13643
13644 \begin_layout Standard
13645 \align center
13646 \begin_inset Graphics
13647         filename clipart/mobius.eps
13648         display color
13649         scale 70
13650         scaleBeforeRotation
13651         rotateOrigin center
13652
13653 \end_inset
13654
13655
13656 \end_layout
13657
13658 \begin_layout Standard
13659 This dialog has numerous parameters, though most should be self-explanatory.
13660  The 
13661 \family sans
13662 File
13663 \family default
13664  field allows you to choose your image file.
13665  (See Section 
13666 \begin_inset LatexCommand ref
13667 reference "sub:How-it-works"
13668
13669 \end_inset
13670
13671  for information on supported formats.) The figure can be transformed by
13672  setting a rotation angle, setting the output size, and clipping the image.
13673  It is possible to set the clipping parameters automatically for some image
13674  formats by clicking the 
13675 \begin_inset Quotes eld
13676 \end_inset
13677
13678 Clip to bounding box
13679 \begin_inset Quotes erd
13680 \end_inset
13681
13682  check box under the 
13683 \family sans
13684 Clipping
13685 \family default
13686  tab.
13687  For scaling, you can set the scale directly by using a percentage value,
13688  or you can set the width and height explicitly.
13689  (See Table 
13690 \begin_inset LatexCommand ref
13691 reference "cap:Units-for-image"
13692
13693 \end_inset
13694
13695  for the available units.) If you set only one of these, the other will be
13696  determined automatically.
13697  If you set both, then the image will be transformed to the given size,
13698  possibly distorting it.
13699  If you do not want the image distorted, check the 
13700 \family sans
13701 Maintain aspect ratio
13702 \family default
13703  box.
13704  The image will then be scaled so that its width and height do not exceed
13705  the specified dimensions.
13706 \end_layout
13707
13708 \begin_layout Standard
13709 It is possible to control the display of the figure in LyX and the display
13710  in the final document separately, which can be very useful for large figures.
13711  LaTeX wizards can specify additional LaTeX options in the 
13712 \family sans
13713 LaTeX and LyX Options
13714 \family default
13715  tab.
13716  You can also set the 
13717 \family sans
13718 Subfigure
13719 \family default
13720  option here, for use in figure floats (see Section\InsetSpace ~
13721
13722 \begin_inset LatexCommand ref
13723 reference "sec:figurefloats"
13724
13725 \end_inset
13726
13727 ).
13728  See the documentation for the LaTeX-package 
13729 \family typewriter
13730 subfigure
13731 \family default
13732  for more information.
13733 \end_layout
13734
13735 \begin_layout Subsection
13736 How it works
13737 \begin_inset LatexCommand label
13738 name "sub:How-it-works"
13739
13740 \end_inset
13741
13742
13743 \end_layout
13744
13745 \begin_layout Standard
13746 LyX has the ability to handle literally any graphics format in the known
13747  universe so long as a conversion path from this graphics format to the
13748  target output format can be created.
13749  If that sounds a little obtuse, consider how LyX handles Encapsulated PostScrip
13750 t® figures.
13751  LaTeX provides native support for this format, so LyX needs do nothing
13752  other than use the 
13753 \family typewriter
13754
13755 \backslash
13756 includegraphics
13757 \family default
13758  LaTeX command to insert the figure in the final document.
13759 \end_layout
13760
13761 \begin_layout Standard
13762 \begin_inset Float table
13763 placement t
13764 wide false
13765 sideways false
13766 status collapsed
13767
13768 \begin_layout Standard
13769 \begin_inset Caption
13770
13771 \begin_layout Standard
13772 \begin_inset LatexCommand label
13773 name "cap:Units-for-image"
13774
13775 \end_inset
13776
13777 Units for setting the image size
13778 \end_layout
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \begin_layout Standard
13786 \begin_inset VSpace medskip
13787 \end_inset
13788
13789
13790 \end_layout
13791
13792 \begin_layout Standard
13793 \align center
13794 \begin_inset Tabular
13795 <lyxtabular version="3" rows="20" columns="2">
13796 <features>
13797 <column alignment="center" valignment="top" leftline="true" width="0">
13798 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13799 <row topline="true" bottomline="true">
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Standard
13804 unit
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Standard
13813 name/description
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 </row>
13819 <row topline="true">
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Standard
13824 mm
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Standard
13833 millimetre
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 </row>
13839 <row topline="true">
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Standard
13844 cm
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Standard
13853 centimetre
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 </row>
13859 <row topline="true">
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Standard
13864 in
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Standard
13873 inch
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 </row>
13879 <row topline="true">
13880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Standard
13884 pt
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Standard
13893 point (72.27\InsetSpace \thinspace{}
13894 pt = 1 in)
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 </row>
13900 <row topline="true">
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Standard
13905 pc
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Standard
13914 pica (1\InsetSpace \thinspace{}
13915 pc = 12\InsetSpace \thinspace{}
13916 pt)
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 </row>
13922 <row topline="true">
13923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Standard
13927 sp
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Standard
13936 scaled point (65536\InsetSpace \thinspace{}
13937 sp = 1\InsetSpace \thinspace{}
13938 pt)
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 </row>
13944 <row topline="true">
13945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Standard
13949 bp
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Standard
13958 big point (72\InsetSpace \thinspace{}
13959 bp = 1\InsetSpace \thinspace{}
13960 in)
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 </row>
13966 <row topline="true">
13967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Standard
13971 dd
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Standard
13980 didot (1\InsetSpace \thinspace{}
13981 dd 
13982 \begin_inset Formula $\approx$
13983 \end_inset
13984
13985  0.376\InsetSpace \thinspace{}
13986 mm)
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 cc
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 cicero (1\InsetSpace \thinspace{}
14007 cc = 12\InsetSpace \thinspace{}
14008 dd)
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 <row topline="true">
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Standard
14019 Scale%
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Standard
14028 % of original image width
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 <row topline="true">
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Standard
14039 text%
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Standard
14048 % of text width
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 </row>
14054 <row topline="true">
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Standard
14059 col%
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Standard
14068 % of column width
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 </row>
14074 <row topline="true">
14075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Standard
14079 page%
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Standard
14088 % of paper width
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 </row>
14094 <row topline="true">
14095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Standard
14099 line%
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Standard
14108 % of line width
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 </row>
14114 <row topline="true">
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Standard
14119 theight%
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Standard
14128 % of text height
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 </row>
14134 <row topline="true">
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Standard
14139 pheight%
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Standard
14148 % of paper height
14149 \end_layout
14150
14151 \end_inset
14152 </cell>
14153 </row>
14154 <row topline="true">
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Standard
14159 ex
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Standard
14168 height of letter 
14169 \emph on
14170 x
14171 \emph default
14172  in current font
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 </row>
14178 <row topline="true">
14179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Standard
14183 em
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Standard
14192 width of letter 
14193 \emph on
14194 M
14195 \emph default
14196  in current font
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row topline="true" bottomline="true">
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Standard
14207 mu
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Standard
14216 math unit (1\InsetSpace \thinspace{}
14217 mu = 1/18\InsetSpace \thinspace{}
14218 em)
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 </row>
14224 </lyxtabular>
14225
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \end_inset
14232
14233
14234 \end_layout
14235
14236 \begin_layout Standard
14237 To view the figure on the LyX screen, however, some additional work is required
14238  because neither the XForms nor the Qt GUI libraries can load PostScript®
14239  figures themselves.
14240  The XForms library can load figures in the following, widely used graphics
14241  formats: 
14242 \family typewriter
14243 bmp
14244 \family default
14245
14246 \family typewriter
14247 gif
14248 \family default
14249
14250 \family typewriter
14251 jpeg
14252 \family default
14253
14254 \family typewriter
14255 pbm
14256 \family default
14257
14258 \family typewriter
14259 pgm
14260 \family default
14261
14262 \family typewriter
14263 ppm
14264 \family default
14265
14266 \family typewriter
14267 tif
14268 \family default
14269  and 
14270 \family typewriter
14271 xbm
14272 \family default
14273  whilst the Qt library can also handle 
14274 \family typewriter
14275 mng
14276 \family default
14277
14278 \family typewriter
14279 png
14280 \family default
14281  and 
14282 \family typewriter
14283 xpm
14284 \family default
14285  format figures.
14286  Thus, LyX must initiate a conversion from Encapsulated PostScript® to a
14287  loadable graphics format.
14288 \end_layout
14289
14290 \begin_layout Standard
14291 It does this using the powerful, configurable converters mechanism exposed
14292  in the 
14293 \family sans
14294 Converters
14295 \family default
14296  section of the 
14297 \family sans
14298 \bar under
14299 E
14300 \bar default
14301 dit
14302 \family default
14303 \SpecialChar \menuseparator
14304
14305 \family sans
14306 \bar under
14307 P
14308 \bar default
14309 references
14310 \family default
14311  dialog.
14312  If LyX cannot create a conversion path (which might have many steps) from
14313  Encapsulated PostScript® to one of the loadable formats listed above, then
14314  it defaults to the use of ImageMagick's 
14315 \family typewriter
14316 convert
14317 \family default
14318  utility.
14319  If, after all that, LyX 
14320 \emph on
14321 still
14322 \emph default
14323  cannot load the figure, then it'll tell you so with a message 
14324 \begin_inset Quotes eld
14325 \end_inset
14326
14327 Error converting to loadable format
14328 \begin_inset Quotes erd
14329 \end_inset
14330
14331  in place of an on-screen view of your figure.
14332  If you're presented with such a message, then you'll need to augment the
14333  list of known converters.
14334 \end_layout
14335
14336 \begin_layout Standard
14337 This strategy is used both to generate on-screen views of your image and
14338  when generating the final document.
14339  In the latter case, the LaTeX compiler must be supplied with graphics files
14340  in PostScript® format.
14341  Similarly the PDFLaTeX compiler requires files in 
14342 \family typewriter
14343 pdf
14344 \family default
14345
14346 \family typewriter
14347 png
14348 \family default
14349  or 
14350 \family typewriter
14351 jpeg
14352 \family default
14353  format.
14354  LyX will handle the necessary conversions behind the scenes.
14355 \end_layout
14356
14357 \begin_layout Subsection
14358 Figure Floats
14359 \end_layout
14360
14361 \begin_layout Subsubsection
14362 Using Figure Floats
14363 \begin_inset LatexCommand label
14364 name "sec:figurefloats"
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \begin_layout Standard
14372 The problem with inserting figures straight into your text is that they
14373  might make the pagination of your document extremely awkward.
14374  To suit the LyX mentality of automating such processes, you might find
14375  it preferable to use 
14376 \family sans
14377 Figure\InsetSpace ~
14378 Floats
14379 \family default
14380 , which LyX (actually, LaTeX) is free to move about your document as it
14381  deems necessary for a good fit.
14382  In return, LyX automates the listing of these figures and allows you to
14383  place a caption on them, using the 
14384 \family sans
14385 Caption
14386 \family default
14387  environment explained in Section\InsetSpace ~
14388
14389 \begin_inset LatexCommand ref
14390 reference "sec:captionlayout"
14391
14392 \end_inset
14393
14394 .
14395 \end_layout
14396
14397 \begin_layout Standard
14398 To place a 
14399 \family sans
14400 Figure\InsetSpace ~
14401 Float
14402 \family default
14403  simply select 
14404 \family sans
14405 \bar under
14406 I
14407 \bar default
14408 nsert\SpecialChar \menuseparator
14409 Flo
14410 \bar under
14411 a
14412 \bar default
14413 t\SpecialChar \menuseparator
14414 Figure
14415 \family default
14416  from the menu bar.
14417  You will get a float without a figure in it; use the toolbar icon described
14418  above to insert the actual figure.
14419 \end_layout
14420
14421 \begin_layout Standard
14422 \begin_inset Float figure
14423 placement htbp
14424 wide false
14425 sideways false
14426 status open
14427
14428 \begin_layout Standard
14429 \begin_inset Caption
14430
14431 \begin_layout Standard
14432 \begin_inset LatexCommand label
14433 name "fig:escher"
14434
14435 \end_inset
14436
14437 M.C.
14438  Escher on acid.
14439 \end_layout
14440
14441 \end_inset
14442
14443
14444 \end_layout
14445
14446 \begin_layout Standard
14447 \align center
14448 \begin_inset Graphics
14449         filename clipart/escher-lsd.eps
14450         display color
14451         scaleBeforeRotation
14452         rotateOrigin center
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \end_inset
14460
14461
14462 \end_layout
14463
14464 \begin_layout Standard
14465 \begin_inset Float figure
14466 placement htbp
14467 wide false
14468 sideways false
14469 status open
14470
14471 \begin_layout Standard
14472 \align center
14473 \begin_inset Graphics
14474         filename clipart/platypus.eps
14475         display color
14476         scaleBeforeRotation
14477         rotateOrigin center
14478
14479 \end_inset
14480
14481
14482 \end_layout
14483
14484 \begin_layout Standard
14485 \begin_inset Caption
14486
14487 \begin_layout Standard
14488 \begin_inset LatexCommand label
14489 name "fig:kill-plat"
14490
14491 \end_inset
14492
14493 A severely distorted platypus in a float.
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \begin_layout Standard
14507 It seems simple, but there is subtlety involved in the placement of the
14508  caption.
14509  If you prefer your caption to appear below the figure, then you must press
14510  return when the cursor is at the very start of the caption, and insert
14511  the figure in the new paragraph created above the caption; or you can delete
14512  the caption and recreate it by selecting the 
14513 \family sans
14514 Caption
14515 \family default
14516  environment after the figure has been inserted.
14517  This is what we did for figure 
14518 \begin_inset LatexCommand ref
14519 reference "fig:kill-plat"
14520
14521 \end_inset
14522
14523 .
14524  If the cursor is in a paragraph after the caption when you insert the 
14525 \family sans
14526 Figure
14527 \family default
14528  then it will be inserted after the caption, as was the case for 
14529 \begin_inset LatexCommand ref
14530 reference "fig:escher"
14531
14532 \end_inset
14533
14534 .
14535  It is preferred to use one 
14536 \family sans
14537 Figure
14538 \family default
14539  per 
14540 \family sans
14541 Float
14542 \family default
14543 .
14544  This allows LyX [actually LaTeX] to best position each figure.
14545 \end_layout
14546
14547 \begin_layout Standard
14548 Right-clicking on a float opens a dialog where you can alter the placement
14549  options that LaTeX uses for positioning the float (see 
14550 \begin_inset LatexCommand ref
14551 reference "sec:float-locn"
14552
14553 \end_inset
14554
14555 ).
14556  
14557 \family sans
14558 Span\InsetSpace ~
14559 columns
14560 \family default
14561  is only useful for two-column documents: if you select it, the float will
14562  span across both columns on the page instead of being confined to just
14563  one.
14564 \end_layout
14565
14566 \begin_layout Standard
14567 This figure also shows how we place a label and create a cross-reference
14568  to it; as you would expect from reading section 
14569 \begin_inset LatexCommand ref
14570 reference "sec:crossref"
14571
14572 \end_inset
14573
14574  you can simply insert a 
14575 \family sans
14576 \bar under
14577 L
14578 \bar default
14579 abel
14580 \family default
14581  in the caption and refer to it using a 
14582 \family sans
14583 \bar under
14584 C
14585 \bar default
14586 ross\InsetSpace ~
14587 Reference
14588 \family default
14589  as normal.
14590  It is especially important to use these with figure floats, rather than
14591  using vague references to 
14592 \begin_inset Quotes eld
14593 \end_inset
14594
14595 the above figure,
14596 \begin_inset Quotes erd
14597 \end_inset
14598
14599  as LaTeX will reposition your floats for you in the final document; it
14600  might not be 
14601 \begin_inset Quotes eld
14602 \end_inset
14603
14604 above
14605 \begin_inset Quotes erd
14606 \end_inset
14607
14608  at all.
14609  If it is not possible to fit the floats neatly on the same page as the
14610  text which refers to it, the figures will be placed on a separate page
14611  by themselves.
14612  Rest assured that the overall effect is usually quite nice.
14613 \end_layout
14614
14615 \begin_layout Standard
14616 Note that the caption is used in a 
14617 \family sans
14618 List\InsetSpace ~
14619 of\InsetSpace ~
14620
14621 \bar under
14622 F
14623 \bar default
14624 igures
14625 \family default
14626  (as described in Section\InsetSpace ~
14627
14628 \begin_inset LatexCommand ref
14629 reference "sec:ListsOf"
14630
14631 \end_inset
14632
14633 ) automatically, should you choose to include one in your document.
14634 \end_layout
14635
14636 \begin_layout Subsubsection
14637 Float Placement
14638 \begin_inset LatexCommand label
14639 name "sec:float-locn"
14640
14641 \end_inset
14642
14643
14644 \end_layout
14645
14646 \begin_layout Standard
14647 Now, the whole idea behind 
14648 \family sans
14649 Figure\InsetSpace ~
14650 Floats
14651 \family default
14652  [as well as 
14653 \family sans
14654 Table\InsetSpace ~
14655 Floats
14656 \family default
14657 , which we introduce later] is to allow LyX to place a figure [or table]
14658  on a page in a consistent, sensible fashion.
14659  The rules LaTeX uses are rather arcane; refer to the LaTeX documentation
14660  for the exact details.
14661  You can use check boxes in the float dialog to set placement for a particular
14662  float.
14663  By default, each float uses the document's default placement rules.
14664  You can change these, if you wish, in the 
14665 \family sans
14666 \bar under
14667 D
14668 \bar default
14669 ocument\SpecialChar \menuseparator
14670
14671 \bar under
14672 S
14673 \bar default
14674 ettings
14675 \family default
14676  dialog.
14677  The 
14678 \family sans
14679 Float\InsetSpace ~
14680 placement
14681 \family default
14682  box takes a LaTeX-style placement specification.
14683  You can place any combination of four letters in the 
14684 \family sans
14685 Float\InsetSpace ~
14686 placement
14687 \family default
14688  box, in any order:
14689 \end_layout
14690
14691 \begin_layout Itemize
14692
14693 \family sans
14694 h
14695 \family default
14696  for 
14697 \emph on
14698 here
14699 \end_layout
14700
14701 \begin_layout Itemize
14702
14703 \family sans
14704 t
14705 \family default
14706  for 
14707 \emph on
14708 top
14709 \end_layout
14710
14711 \begin_layout Itemize
14712
14713 \family sans
14714 b
14715 \family default
14716  for 
14717 \emph on
14718 bottom
14719 \end_layout
14720
14721 \begin_layout Itemize
14722
14723 \family sans
14724 p
14725 \family default
14726  for 
14727 \emph on
14728 page
14729 \end_layout
14730
14731 \begin_layout Standard
14732 The letters correspond to the following behaviour:
14733 \end_layout
14734
14735 \begin_layout Description
14736 Here: LyX tries to put the 
14737 \family sans
14738 Float
14739 \family default
14740  at the same point in the text where you put it.
14741 \end_layout
14742
14743 \begin_deeper
14744 \begin_layout Standard
14745 If there isn't enough room, LyX tries one of the other three location types.
14746 \end_layout
14747
14748 \end_deeper
14749 \begin_layout Description
14750 Top: LyX tries to put the 
14751 \family sans
14752 Float
14753 \family default
14754  at the top of the current page.
14755  If the figure won't fit on the current page, it goes to the next page.
14756 \end_layout
14757
14758 \begin_layout Description
14759 Bottom: LyX tries to put the 
14760 \family sans
14761 Float
14762 \family default
14763  at the bottom of the current page.
14764  If there isn't room, it goes to the next page.
14765 \end_layout
14766
14767 \begin_layout Description
14768 Page: LyX tries to put the 
14769 \family sans
14770 Float
14771 \family default
14772  (or a number of 
14773 \family sans
14774 Float
14775 \family default
14776 s) on a page of its own.
14777 \end_layout
14778
14779 \begin_layout Standard
14780 There is some subtlety to how this all works.
14781  The order specifies what location LyX should try first.
14782  If that one fails, it tries the next one, and so on, though 
14783 \begin_inset Quotes eld
14784 \end_inset
14785
14786
14787 \family sans
14788 h
14789 \family default
14790
14791 \begin_inset Quotes erd
14792 \end_inset
14793
14794  will always take precedence if it appears in the list.
14795  The default placement list is 
14796 \begin_inset Quotes eld
14797 \end_inset
14798
14799
14800 \family sans
14801 tbp
14802 \family default
14803
14804 \begin_inset Quotes erd
14805 \end_inset
14806
14807 : try the top of a text page first, then the bottom of a text page, then
14808  on a page by itself.
14809  If you want LyX to try 
14810 \begin_inset Quotes eld
14811 \end_inset
14812
14813 really hard
14814 \begin_inset Quotes erd
14815 \end_inset
14816
14817  to place the figure where you command it, precede the list with an exclamation
14818  point; for example 
14819 \begin_inset Quotes eld
14820 \end_inset
14821
14822
14823 \family sans
14824 !htbp
14825 \family default
14826
14827 \begin_inset Quotes erd
14828 \end_inset
14829
14830 .
14831  Here are some example entries and what they do:
14832 \end_layout
14833
14834 \begin_layout Enumerate
14835
14836 \family sans
14837 hbp
14838 \end_layout
14839
14840 \begin_deeper
14841 \begin_layout Standard
14842 Try putting the figure/table at its actual position in the text.
14843  If that doesn't work, put it on the bottom of the page.
14844  If that fails, put it on a separate page.
14845 \end_layout
14846
14847 \end_deeper
14848 \begin_layout Enumerate
14849
14850 \family sans
14851 !hbp
14852 \end_layout
14853
14854 \begin_deeper
14855 \begin_layout Standard
14856 Try really hard to put the figure/table at its actual position in the text.
14857  Then the bottom of the page, then on a separate page.
14858 \end_layout
14859
14860 \end_deeper
14861 \begin_layout Enumerate
14862
14863 \family sans
14864 tp
14865 \end_layout
14866
14867 \begin_deeper
14868 \begin_layout Standard
14869 Put the figure/table at the top of each page.
14870  If it's too long, put it on a separate page.
14871 \end_layout
14872
14873 \end_deeper
14874 \begin_layout Enumerate
14875
14876 \family sans
14877 p
14878 \end_layout
14879
14880 \begin_deeper
14881 \begin_layout Standard
14882 Always put figures and tables on their own page.
14883 \end_layout
14884
14885 \end_deeper
14886 \begin_layout Subsection
14887 XFig and LyX
14888 \end_layout
14889
14890 \begin_layout Standard
14891 One obvious question is 
14892 \begin_inset Quotes eld
14893 \end_inset
14894
14895 how would I create the figures?
14896 \begin_inset Quotes erd
14897 \end_inset
14898
14899  Fortunately, the answer is included in most Linux and/or LaTeX distributions.
14900  
14901 \family typewriter
14902 XFig
14903 \family default
14904  is a powerful though slightly awkward drawing tool.
14905  If you want to include figures that you have created with 
14906 \family typewriter
14907 XFig
14908 \family default
14909  there are several ways.
14910  We recommend the following:
14911 \end_layout
14912
14913 \begin_layout Enumerate
14914 Export the figure as Encapsulated PostScript.
14915  This could be very easy included into LyX as described in the previous
14916  sections.
14917  The great advantage of this way is, that you have the full power of PostScript®
14918  available.
14919  That means Bezier curves, colors, all line thicknesses and many more.
14920  If you have inserted text into your fig-document this will be printed with
14921  PostScript fonts, which is OK\SpecialChar \@.
14922  The figure can be manipulated like any other
14923  EPS figure, as described above.
14924  
14925 \end_layout
14926
14927 \begin_deeper
14928 \begin_layout Standard
14929 The only disadvantage is that you cannot create formulas as PostScript text
14930  except by hand.
14931  If you also need formulas or simple exponents or indices in your figure,
14932  the next way is recommended.
14933 \end_layout
14934
14935 \end_deeper
14936 \begin_layout Enumerate
14937 Export the figure as LaTeX.
14938  This is just as easy to include into LyX, with the advantage that you may
14939  use all LaTeX commands within the text inside XFig.
14940  Therefore you have to set the 
14941 \emph on
14942 special flag
14943 \emph default
14944  for text in XFig.
14945  This is automatic if you invoke XFig with 
14946 \family typewriter
14947 xfig\InsetSpace ~
14948 -specialtext
14949 \family default
14950 .
14951  If this is done and you have also chosen a LaTeX font you may simply write
14952  
14953 \begin_inset Quotes eld
14954 \end_inset
14955
14956 $H_2$
14957 \begin_inset Quotes erd
14958 \end_inset
14959
14960  in 
14961 \family typewriter
14962 XFig\SpecialChar \@.
14963
14964 \family default
14965  If you export this figure as LaTeX and include it in LyX with 
14966 \family sans
14967 \bar under
14968 I
14969 \bar default
14970 nsert\SpecialChar \menuseparator
14971 Chil
14972 \bar under
14973 d
14974 \bar default
14975 \InsetSpace ~
14976 Document
14977 \family default
14978  (see description in 
14979 \emph on
14980 Extended Features
14981 \emph default
14982 ) this text will appear as 
14983 \begin_inset Formula $H_{2}$
14984 \end_inset
14985
14986 .
14987  
14988 \end_layout
14989
14990 \begin_deeper
14991 \begin_layout Standard
14992 The disadvantage of this way is that the graphical power of LaTeX isn't
14993  as strong as PostScript®\SpecialChar \@.
14994  You cannot use all thicknesses of lines and, more
14995  annoyingly, not all slopes.
14996  This is why we recommend the third way for more complex figures.
14997 \end_layout
14998
14999 \end_deeper
15000 \begin_layout Enumerate
15001 Export the figure as LaTeX/PostScript combined.
15002  Then 
15003 \family typewriter
15004 XFig
15005 \family default
15006  [
15007 \family typewriter
15008 transfig
15009 \family default
15010 , really] will generate two files: 
15011 \end_layout
15012
15013 \begin_deeper
15014 \begin_layout Enumerate
15015 the PostScript part 
15016 \family typewriter
15017 foo.pstex
15018 \family default
15019 , that contains all painting.
15020 \end_layout
15021
15022 \begin_layout Enumerate
15023 the LaTeX part 
15024 \family typewriter
15025 foo.pstex_t
15026 \family default
15027 , that contains all text and a link to the PostScript part.
15028 \end_layout
15029
15030 \end_deeper
15031 \begin_layout Standard
15032 Then you just have to include the LaTeX part as described above.
15033  This will automatically include the PostScript part, too.
15034 \begin_inset Foot
15035 status collapsed
15036
15037 \begin_layout Standard
15038 If you get an error like 
15039 \begin_inset Quotes eld
15040 \end_inset
15041
15042 unknown graphics extension pstex
15043 \begin_inset Quotes erd
15044 \end_inset
15045
15046  you have to declare these graphic extensions.
15047  I think this is a 
15048 \family typewriter
15049 transfig
15050 \family default
15051  bug that occurs with LaTeX2e.
15052  Simply add a line like
15053 \end_layout
15054
15055 \begin_layout Standard
15056
15057 \family typewriter
15058
15059 \backslash
15060 @namedef{Gin@rule@ps_tex}#1{{eps}{ps_tex}{#1}}
15061 \end_layout
15062
15063 \begin_layout Standard
15064 in the file 
15065 \family typewriter
15066 /usr/lib/texmf/tex/latex/graphics/dvips.def
15067 \family default
15068 .
15069  Then add 
15070 \family typewriter
15071 pstex
15072 \family default
15073  to the extension:
15074 \end_layout
15075
15076 \begin_layout Standard
15077
15078 \backslash
15079 def
15080 \backslash
15081 Gin@extensions{eps, ps, pstex, eps.gz, ps.gz, eps=2EZ}
15082 \end_layout
15083
15084 \begin_layout Standard
15085 This should fix the whole thing.
15086  Alternatively you may export the postscript part as 
15087 \family typewriter
15088 foo.eps
15089 \family default
15090  and change the LaTeX part 
15091 \family typewriter
15092 foo.pstex_t
15093 \family default
15094  manually.
15095  But this is annoying.
15096  
15097 \end_layout
15098
15099 \end_inset
15100
15101  This way you have the full PostScript® and LaTeX power combined except
15102  for the possibility to scale the figure after creating.
15103  So if you want scalable pictures, the PostScript format is your only choice.
15104  Another little advantage of letting LaTeX typeset the font is that the
15105  same font will appear in your figures as in your text, which looks a little
15106  nicer.
15107 \end_layout
15108
15109 \begin_layout Section
15110 Tables
15111 \begin_inset LatexCommand label
15112 name "sec:tables"
15113
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \begin_layout Standard
15120 LyX has powerful table support, but LaTeX can do many more things with tables
15121  than LyX is currently capable of, so you might want to look at a good LaTeX
15122  book if the features described here should turn out to be inadequate.
15123 \end_layout
15124
15125 \begin_layout Standard
15126 You can insert a table using either the table toolbar button or 
15127 \family sans
15128 \bar under
15129 I
15130 \bar default
15131 nsert\SpecialChar \menuseparator
15132
15133 \bar under
15134 T
15135 \bar default
15136 able
15137 \family default
15138 .
15139  A dialog will appear, asking you for the number of rows and columns.
15140  The default table has lines at the top and to the left of every cell, a
15141  line to the right of the rightmost column and a line at the bottom of the
15142  lowest row, forming a box around the table.
15143  Additionally, the topmost row also has a line at the bottom, which causes
15144  this row to appear separated from the rest of the table.
15145  Here's an example:
15146 \end_layout
15147
15148 \begin_layout Standard
15149 \align center
15150 \begin_inset Tabular
15151 <lyxtabular version="3" rows="4" columns="4">
15152 <features>
15153 <column alignment="center" valignment="top" leftline="true" width="0pt">
15154 <column alignment="center" valignment="top" leftline="true" width="0pt">
15155 <column alignment="center" valignment="top" leftline="true" width="0in">
15156 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15157 <row topline="true" bottomline="true">
15158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Standard
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Standard
15171
15172 \family roman
15173 \series medium
15174 \shape up
15175 \size normal
15176 \emph off
15177 \bar no
15178 \noun off
15179 \color none
15180 12
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Standard
15189
15190 \family roman
15191 \series medium
15192 \shape up
15193 \size normal
15194 \emph off
15195 \bar no
15196 \noun off
15197 \color none
15198 45
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Standard
15207
15208 \family roman
15209 \series medium
15210 \shape up
15211 \size normal
15212 \emph off
15213 \bar no
15214 \noun off
15215 \color none
15216 98
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row topline="true">
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Standard
15227
15228 \family roman
15229 \series medium
15230 \shape up
15231 \size normal
15232 \emph off
15233 \bar no
15234 \noun off
15235 \color none
15236 A
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Standard
15245
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Standard
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Standard
15263
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row topline="true">
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Standard
15274
15275 \family roman
15276 \series medium
15277 \shape up
15278 \size normal
15279 \emph off
15280 \bar no
15281 \noun off
15282 \color none
15283 B
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Standard
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Standard
15301
15302 \family roman
15303 \series medium
15304 \shape up
15305 \size normal
15306 \emph off
15307 \bar no
15308 \noun off
15309 \color none
15310 multi 
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Standard
15319
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 </row>
15325 <row topline="true" bottomline="true">
15326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Standard
15330
15331 \family roman
15332 \series medium
15333 \shape up
15334 \size normal
15335 \emph off
15336 \bar no
15337 \noun off
15338 \color none
15339 C
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Standard
15348
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Standard
15357
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Standard
15366
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 </row>
15372 </lyxtabular>
15373
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \begin_layout Subsection
15380 The Table dialog
15381 \end_layout
15382
15383 \begin_layout Standard
15384 You can alter a table by clicking on it with the right mouse button, which
15385  brings up a settings dialog.
15386  Among these options are:
15387 \end_layout
15388
15389 \begin_layout Itemize
15390 Adding/removing border lines from a row or column.
15391  If you remove the top line from one of the rows, you'll get a dotted line
15392  in LyX, but no line will appear in the printout.
15393  If you set the bottom line of one row and the top line of the row below,
15394  then the rows are separated by a small space, as you can see with the top
15395  row in the example above.
15396  You can do the same vertically if you set the right line of a column and
15397  the left line of the column to the right.
15398 \end_layout
15399
15400 \begin_layout Itemize
15401 Text alignment in a column
15402 \end_layout
15403
15404 \begin_layout Itemize
15405 Appending rows and columns
15406 \end_layout
15407
15408 \begin_layout Itemize
15409 Deleting rows, columns, or the entire table
15410 \end_layout
15411
15412 \begin_layout Itemize
15413 Multicolumn
15414 \end_layout
15415
15416 \begin_layout Itemize
15417 Setting a fixed width for a column
15418 \end_layout
15419
15420 \begin_layout Itemize
15421 Longtable options - this is useful if your table is higher than the paper.
15422  Then the table is split on the bottom of the page and continued on the
15423  next one, instead of running of the end of the page.
15424 \end_layout
15425
15426 \begin_layout Itemize
15427 Rotate the whole table or a single cell sideways, by 90 degrees
15428 \end_layout
15429
15430 \begin_layout Standard
15431 You can also use the menu to perform these operations.
15432  Try 
15433 \family sans
15434 \bar under
15435 E
15436 \bar default
15437 dit\SpecialChar \menuseparator
15438
15439 \family default
15440 \bar under
15441 T
15442 \family sans
15443 \bar default
15444 able
15445 \family default
15446  or 
15447 \family sans
15448 \bar under
15449 E
15450 \bar default
15451 dit\SpecialChar \menuseparator
15452 Rows&
15453 \bar under
15454 C
15455 \bar default
15456 ols
15457 \family default
15458  when the cursor is inside a table.
15459  
15460 \end_layout
15461
15462 \begin_layout Standard
15463 Most of these options also work on selections.
15464  This means that if you select more cells, columns or rows the action is
15465  done on all of your selection.
15466  Note that there is a difference between selecting the 
15467 \emph on
15468 contents
15469 \emph default
15470  of the cell, and the cell itself.
15471  If you can see a red border inside a cell, then a selection will select
15472  the contents.
15473  If you press 
15474 \family sans
15475 Escape
15476 \family default
15477  or click outside of the box, then the selection will select cells (whether
15478  you use the mouse or the normal cursor-movement keys).
15479 \end_layout
15480
15481 \begin_layout Standard
15482 When you append a row, it is added 
15483 \emph on
15484 below
15485 \emph default
15486  the row containing the cursor.
15487  Similarly, columns are appended to the 
15488 \emph on
15489 right
15490 \emph default
15491  of the cursor.
15492  This makes it difficult to add columns on the left edge of a table without
15493  a lot of cutting and pasting.
15494  Deletion is always performed on the row or column containing the cursor.
15495  
15496 \end_layout
15497
15498 \begin_layout Standard
15499 The multicolumn option merges two or more adjacent cells on a given row.
15500  For example, in the above table, row 
15501 \begin_inset Quotes eld
15502 \end_inset
15503
15504 B
15505 \begin_inset Quotes erd
15506 \end_inset
15507
15508  has had multicolumn applied to the columns labelled 
15509 \begin_inset Quotes eld
15510 \end_inset
15511
15512 45
15513 \begin_inset Quotes erd
15514 \end_inset
15515
15516  and 
15517 \begin_inset Quotes eld
15518 \end_inset
15519
15520 98.
15521 \begin_inset Quotes erd
15522 \end_inset
15523
15524  To use it, you must first select the cells, then choose 
15525 \family sans
15526 Multicolumn
15527 \family default
15528  from the menu.
15529  This will not work vertically - see the Table Examples document for how
15530  to do this.
15531 \end_layout
15532
15533 \begin_layout Standard
15534 You can also use 
15535 \family sans
15536 Multicolumn
15537 \family default
15538  if you need to have a special handling for a single table cell's top and
15539  bottom border lines and text alignment.
15540  Here an example of this special handling of a cell:
15541 \end_layout
15542
15543 \begin_layout Standard
15544 \align center
15545 \begin_inset Tabular
15546 <lyxtabular version="3" rows="5" columns="3">
15547 <features>
15548 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15549 <column alignment="right" valignment="top" leftline="true" width="0pt">
15550 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15551 <row topline="true" bottomline="true">
15552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Standard
15556
15557 \family roman
15558 \series bold
15559 \shape up
15560 \size normal
15561 \emph off
15562 \bar no
15563 \noun off
15564 \color none
15565 *
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Standard
15574
15575 \family roman
15576 \series bold
15577 \shape up
15578 \size normal
15579 \emph off
15580 \bar no
15581 \noun off
15582 \color none
15583 x
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Standard
15592
15593 \family roman
15594 \series bold
15595 \shape up
15596 \size normal
15597 \emph off
15598 \bar no
15599 \noun off
15600 \color none
15601 y
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 <row topline="true">
15608 <cell multicolumn="1" alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Standard
15612
15613 \family roman
15614 \series bold
15615 \shape up
15616 \size normal
15617 \emph off
15618 \bar no
15619 \noun off
15620 \color none
15621 point a & b
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Standard
15630
15631 \family roman
15632 \shape up
15633 \size normal
15634 \emph off
15635 \bar no
15636 \noun off
15637 \color none
15638 103
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Standard
15647
15648 \family roman
15649 \shape up
15650 \size normal
15651 \emph off
15652 \bar no
15653 \noun off
15654 \color none
15655 9
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 </row>
15661 <row topline="true">
15662 <cell multicolumn="1" alignment="left" valignment="top" leftline="true" rightline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Standard
15666
15667 \family roman
15668 \series bold
15669 \shape up
15670 \size normal
15671 \emph off
15672 \bar no
15673 \noun off
15674 \color none
15675 point b & a
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Standard
15684
15685 \family roman
15686 \shape up
15687 \size normal
15688 \emph off
15689 \bar no
15690 \noun off
15691 \color none
15692 599
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Standard
15701
15702 \family roman
15703 \shape up
15704 \size normal
15705 \emph off
15706 \bar no
15707 \noun off
15708 \color none
15709 340
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 <row topline="true">
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Standard
15720
15721 \family roman
15722 \series bold
15723 \shape up
15724 \size normal
15725 \emph off
15726 \bar no
15727 \noun off
15728 \color none
15729 point abc
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Standard
15738
15739 \family roman
15740 \shape up
15741 \size normal
15742 \emph off
15743 \bar no
15744 \noun off
15745 \color none
15746 1009
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Standard
15755
15756 \family roman
15757 \shape up
15758 \size normal
15759 \emph off
15760 \bar no
15761 \noun off
15762 \color none
15763 52
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row topline="true" bottomline="true">
15770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Standard
15774
15775 \family roman
15776 \series bold
15777 \shape up
15778 \size normal
15779 \emph off
15780 \bar no
15781 \noun off
15782 \color none
15783 point abcd
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Standard
15792
15793 \family roman
15794 \shape up
15795 \size normal
15796 \emph off
15797 \bar no
15798 \noun off
15799 \color none
15800 96
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Standard
15809
15810 \family roman
15811 \shape up
15812 \size normal
15813 \emph off
15814 \bar no
15815 \noun off
15816 \color none
15817 11
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 </row>
15823 </lyxtabular>
15824
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \begin_layout Standard
15831 You see here that the header line cells are aligned to the center, whereas
15832  the left column is aligned to the left, and the other columns are aligned
15833  to the right.
15834  Also the bottom and top line of two cells have been removed.
15835 \begin_inset Note Note
15836 status open
15837
15838 \begin_layout Standard
15839 I can make nothing of this explanation.
15840  An improvement would be nice :) - jbl
15841 \end_layout
15842
15843 \end_inset
15844
15845
15846 \end_layout
15847
15848 \begin_layout Standard
15849 If you want your column to have a fixed width, then you can insert a width
15850  in the 
15851 \family sans
15852 Width
15853 \family default
15854  input-field of the 
15855 \family sans
15856 Table
15857 \family default
15858  dialog.
15859  This will then allow the cell to have multiple paragraphs of text.
15860 \end_layout
15861
15862 \begin_layout Standard
15863 If your table becomes too large to fit on a portrait document layout, you
15864  can select the 
15865 \family sans
15866 Rotate\InsetSpace ~
15867 90°
15868 \family default
15869  button, and the table will appear sideways (this means landscape in a portrait
15870  document style).
15871  You might also like to rotate single table cells to give them more horizontal
15872  space.
15873  The example below demonstrates why it is useful to rotate single cells.
15874 \end_layout
15875
15876 \begin_layout Standard
15877
15878 \emph on
15879 Note:
15880 \emph default
15881  This 
15882 \family sans
15883 Rotate\InsetSpace ~
15884 90°
15885 \family default
15886  option will 
15887 \emph on
15888 not
15889 \emph default
15890  display on screen, and works 
15891 \emph on
15892 only
15893 \emph default
15894  for PostScript output.
15895  So, if you want to preview them, use 
15896 \family sans
15897 \bar under
15898 V
15899 \bar default
15900 iew\SpecialChar \menuseparator
15901 Pos
15902 \bar under
15903 t
15904 \bar default
15905 script
15906 \family default
15907 , as 
15908 \family sans
15909 \bar under
15910 V
15911 \bar default
15912 iew
15913 \bar under
15914 \SpecialChar \menuseparator
15915 D
15916 \bar default
15917 VI
15918 \family default
15919  will not show the table properly.
15920 \end_layout
15921
15922 \begin_layout Standard
15923 \align center
15924 \begin_inset Tabular
15925 <lyxtabular version="3" rows="6" columns="12">
15926 <features>
15927 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15928 <column alignment="center" valignment="top" leftline="true" width="0pt">
15929 <column alignment="center" valignment="top" leftline="true" width="0pt">
15930 <column alignment="center" valignment="top" leftline="true" width="0pt">
15931 <column alignment="center" valignment="top" leftline="true" width="0pt">
15932 <column alignment="center" valignment="top" leftline="true" width="0pt">
15933 <column alignment="center" valignment="top" leftline="true" width="0pt">
15934 <column alignment="center" valignment="top" leftline="true" width="0pt">
15935 <column alignment="center" valignment="top" leftline="true" width="0pt">
15936 <column alignment="center" valignment="top" leftline="true" width="0pt">
15937 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15938 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15939 <row topline="true" bottomline="true">
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Standard
15944
15945 \family roman
15946 \series medium
15947 \shape up
15948 \size normal
15949 \emph off
15950 \bar no
15951 \noun off
15952 \color none
15953 Description
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Standard
15962
15963 \family roman
15964 \series medium
15965 \shape up
15966 \size normal
15967 \emph off
15968 \bar no
15969 \noun off
15970 \color none
15971 Flag 1
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Standard
15980
15981 \family roman
15982 \series medium
15983 \shape up
15984 \size normal
15985 \emph off
15986 \bar no
15987 \noun off
15988 \color none
15989 Flag 2
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Standard
15998
15999 \family roman
16000 \series medium
16001 \shape up
16002 \size normal
16003 \emph off
16004 \bar no
16005 \noun off
16006 \color none
16007 Flag 3
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Standard
16016
16017 \family roman
16018 \series medium
16019 \shape up
16020 \size normal
16021 \emph off
16022 \bar no
16023 \noun off
16024 \color none
16025 Flag 4
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Standard
16034
16035 \family roman
16036 \series medium
16037 \shape up
16038 \size normal
16039 \emph off
16040 \bar no
16041 \noun off
16042 \color none
16043 Flag 5
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Standard
16052
16053 \family roman
16054 \series medium
16055 \shape up
16056 \size normal
16057 \emph off
16058 \bar no
16059 \noun off
16060 \color none
16061 Flag 6
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Standard
16070
16071 \family roman
16072 \series medium
16073 \shape up
16074 \size normal
16075 \emph off
16076 \bar no
16077 \noun off
16078 \color none
16079 Flag 7
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Standard
16088
16089 \family roman
16090 \series medium
16091 \shape up
16092 \size normal
16093 \emph off
16094 \bar no
16095 \noun off
16096 \color none
16097 Flag 8
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="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 Flag 9
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" rotate="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 Flag 10
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Standard
16142
16143 \family roman
16144 \series medium
16145 \shape up
16146 \size normal
16147 \emph off
16148 \bar no
16149 \noun off
16150 \color none
16151 Total
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 </row>
16157 <row topline="true">
16158 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Standard
16162
16163 \family roman
16164 \series medium
16165 \shape up
16166 \size normal
16167 \emph off
16168 \bar no
16169 \noun off
16170 \color none
16171 Desc.\InsetSpace ~
16172 1
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Standard
16181
16182 \family roman
16183 \series medium
16184 \shape up
16185 \size normal
16186 \emph off
16187 \bar no
16188 \noun off
16189 \color none
16190 *
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Standard
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Standard
16208
16209 \family roman
16210 \series medium
16211 \shape up
16212 \size normal
16213 \emph off
16214 \bar no
16215 \noun off
16216 \color none
16217 *
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Standard
16226
16227 \family roman
16228 \series medium
16229 \shape up
16230 \size normal
16231 \emph off
16232 \bar no
16233 \noun off
16234 \color none
16235 *
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Standard
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Standard
16253
16254 \family roman
16255 \series medium
16256 \shape up
16257 \size normal
16258 \emph off
16259 \bar no
16260 \noun off
16261 \color none
16262 *
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" rightline="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="right" valignment="top" topline="true" leftline="true" rightline="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 7
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 </row>
16349 <row topline="true">
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Standard
16354
16355 \family roman
16356 \series medium
16357 \shape up
16358 \size normal
16359 \emph off
16360 \bar no
16361 \noun off
16362 \color none
16363 Desc.\InsetSpace ~
16364 2
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Standard
16373
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Standard
16382
16383 \family roman
16384 \series medium
16385 \shape up
16386 \size normal
16387 \emph off
16388 \bar no
16389 \noun off
16390 \color none
16391 *
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Standard
16400
16401 \family roman
16402 \series medium
16403 \shape up
16404 \size normal
16405 \emph off
16406 \bar no
16407 \noun off
16408 \color none
16409 *
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Standard
16418
16419 \family roman
16420 \series medium
16421 \shape up
16422 \size normal
16423 \emph off
16424 \bar no
16425 \noun off
16426 \color none
16427 *
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Standard
16436
16437 \family roman
16438 \series medium
16439 \shape up
16440 \size normal
16441 \emph off
16442 \bar no
16443 \noun off
16444 \color none
16445 *
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Standard
16454
16455 \family roman
16456 \series medium
16457 \shape up
16458 \size normal
16459 \emph off
16460 \bar no
16461 \noun off
16462 \color none
16463 *
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Standard
16472
16473 \family roman
16474 \series medium
16475 \shape up
16476 \size normal
16477 \emph off
16478 \bar no
16479 \noun off
16480 \color none
16481 *
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Standard
16490
16491 \family roman
16492 \series medium
16493 \shape up
16494 \size normal
16495 \emph off
16496 \bar no
16497 \noun off
16498 \color none
16499 *
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Standard
16508
16509 \family roman
16510 \series medium
16511 \shape up
16512 \size normal
16513 \emph off
16514 \bar no
16515 \noun off
16516 \color none
16517 *
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Standard
16526
16527 \family roman
16528 \series medium
16529 \shape up
16530 \size normal
16531 \emph off
16532 \bar no
16533 \noun off
16534 \color none
16535 *
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Standard
16544
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 9
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row topline="true">
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Standard
16564
16565 \family roman
16566 \series medium
16567 \shape up
16568 \size normal
16569 \emph off
16570 \bar no
16571 \noun off
16572 \color none
16573 Desc.\InsetSpace ~
16574 3
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Standard
16583
16584 \family roman
16585 \series medium
16586 \shape up
16587 \size normal
16588 \emph off
16589 \bar no
16590 \noun off
16591 \color none
16592 *
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Standard
16601
16602 \family roman
16603 \series medium
16604 \shape up
16605 \size normal
16606 \emph off
16607 \bar no
16608 \noun off
16609 \color none
16610 *
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Standard
16619
16620 \family roman
16621 \series medium
16622 \shape up
16623 \size normal
16624 \emph off
16625 \bar no
16626 \noun off
16627 \color none
16628 *
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Standard
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Standard
16646
16647 \family roman
16648 \series medium
16649 \shape up
16650 \size normal
16651 \emph off
16652 \bar no
16653 \noun off
16654 \color none
16655 *
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Standard
16664
16665 \family roman
16666 \series medium
16667 \shape up
16668 \size normal
16669 \emph off
16670 \bar no
16671 \noun off
16672 \color none
16673 *
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 \family roman
16702 \series medium
16703 \shape up
16704 \size normal
16705 \emph off
16706 \bar no
16707 \noun off
16708 \color none
16709 *
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Standard
16718
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Standard
16745
16746 \family roman
16747 \series medium
16748 \shape up
16749 \size normal
16750 \emph off
16751 \bar no
16752 \noun off
16753 \color none
16754 8
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row topline="true" bottomline="true">
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Standard
16765
16766 \family roman
16767 \series medium
16768 \shape up
16769 \size normal
16770 \emph off
16771 \bar no
16772 \noun off
16773 \color none
16774 Desc.\InsetSpace ~
16775 4
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Standard
16784
16785 \family roman
16786 \series medium
16787 \shape up
16788 \size normal
16789 \emph off
16790 \bar no
16791 \noun off
16792 \color none
16793 *
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Standard
16802
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Standard
16811
16812 \family roman
16813 \series medium
16814 \shape up
16815 \size normal
16816 \emph off
16817 \bar no
16818 \noun off
16819 \color none
16820 *
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Standard
16829
16830 \family roman
16831 \series medium
16832 \shape up
16833 \size normal
16834 \emph off
16835 \bar no
16836 \noun off
16837 \color none
16838 *
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Standard
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Standard
16856
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Standard
16865
16866 \family roman
16867 \series medium
16868 \shape up
16869 \size normal
16870 \emph off
16871 \bar no
16872 \noun off
16873 \color none
16874 *
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Standard
16883
16884 \family roman
16885 \series medium
16886 \shape up
16887 \size normal
16888 \emph off
16889 \bar no
16890 \noun off
16891 \color none
16892 *
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Standard
16901
16902 \family roman
16903 \series medium
16904 \shape up
16905 \size normal
16906 \emph off
16907 \bar no
16908 \noun off
16909 \color none
16910 *
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Standard
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Standard
16928
16929 \family roman
16930 \series medium
16931 \shape up
16932 \size normal
16933 \emph off
16934 \bar no
16935 \noun off
16936 \color none
16937 6
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row topline="true" bottomline="true">
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Standard
16948
16949 \family roman
16950 \series medium
16951 \shape up
16952 \size normal
16953 \emph off
16954 \bar no
16955 \noun off
16956 \color none
16957 Total
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Standard
16966
16967 \size normal
16968 \noun off
16969 \color none
16970  
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Standard
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Standard
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Standard
16997
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Standard
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Standard
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Standard
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Standard
17033
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Standard
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Standard
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Standard
17060
17061 \family roman
17062 \series medium
17063 \shape up
17064 \size normal
17065 \emph off
17066 \bar no
17067 \noun off
17068 \color none
17069 30
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 </lyxtabular>
17076
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \begin_layout Subsection
17083 What can be placed inside a table cell?
17084 \end_layout
17085
17086 \begin_layout Standard
17087 Many objects can be placed inside a table cell.
17088  Any single line of text, an equation (not a displayed or multilined equation,
17089  though), or a figure can be in a cell; in fact, all three kinds of objects
17090  can be placed in the same cell.
17091  Font sizes and shapes can be altered, and the table will adjust to display
17092  them properly.
17093  However, you can't put a special environment in a cell (like 
17094 \family sans
17095 Section*
17096 \family default
17097 , etc.), nor set spacing options etc.
17098  for the cell's paragraph.
17099 \end_layout
17100
17101 \begin_layout Subsection
17102 Cut & Paste in Tables
17103 \end_layout
17104
17105 \begin_layout Standard
17106 Cutting and pasting between tables works reasonably well.
17107  You can cut and paste even more than one row.
17108  Selection with the mouse or with 
17109 \family sans
17110 Shift
17111 \family default
17112  plus the arrow keys works as usual.
17113  The values in the second table below were cut and pasted from the first,
17114  using the mouse to select and paste.
17115 \end_layout
17116
17117 \begin_layout Standard
17118 \align center
17119 \begin_inset Tabular
17120 <lyxtabular version="3" rows="3" columns="3">
17121 <features>
17122 <column alignment="center" valignment="top" leftline="true" width="0pt">
17123 <column alignment="center" valignment="top" leftline="true" width="0pt">
17124 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17125 <row topline="true" bottomline="true">
17126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Standard
17130
17131 \family roman
17132 \series medium
17133 \shape up
17134 \size normal
17135 \emph off
17136 \bar no
17137 \noun off
17138 \color none
17139 1
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Standard
17148
17149 \family roman
17150 \series medium
17151 \shape up
17152 \size normal
17153 \emph off
17154 \bar no
17155 \noun off
17156 \color none
17157 2
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Standard
17166
17167 \family roman
17168 \series medium
17169 \shape up
17170 \size normal
17171 \emph off
17172 \bar no
17173 \noun off
17174 \color none
17175 3
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Standard
17186
17187 \family roman
17188 \series medium
17189 \shape up
17190 \size normal
17191 \emph off
17192 \bar no
17193 \noun off
17194 \color none
17195 4
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Standard
17204
17205 \family roman
17206 \series medium
17207 \shape up
17208 \size normal
17209 \emph off
17210 \bar no
17211 \noun off
17212 \color none
17213 5
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Standard
17222
17223 \family roman
17224 \series medium
17225 \shape up
17226 \size normal
17227 \emph off
17228 \bar no
17229 \noun off
17230 \color none
17231 6
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 </row>
17237 <row topline="true" bottomline="true">
17238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Standard
17242
17243 \family roman
17244 \series medium
17245 \shape up
17246 \size normal
17247 \emph off
17248 \bar no
17249 \noun off
17250 \color none
17251 7
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Standard
17260
17261 \family roman
17262 \series medium
17263 \shape up
17264 \size normal
17265 \emph off
17266 \bar no
17267 \noun off
17268 \color none
17269 8
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Standard
17278
17279 \family roman
17280 \series medium
17281 \shape up
17282 \size normal
17283 \emph off
17284 \bar no
17285 \noun off
17286 \color none
17287 9
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 </lyxtabular>
17294
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \begin_layout Standard
17301 \align center
17302 \begin_inset Tabular
17303 <lyxtabular version="3" rows="4" columns="3">
17304 <features>
17305 <column alignment="center" valignment="top" leftline="true" width="0pt">
17306 <column alignment="center" valignment="top" leftline="true" width="0pt">
17307 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17308 <row topline="true" bottomline="true">
17309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Standard
17313
17314 \family roman
17315 \series medium
17316 \shape up
17317 \size normal
17318 \emph off
17319 \bar no
17320 \noun off
17321 \color none
17322 1
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Standard
17331
17332 \family roman
17333 \series medium
17334 \shape up
17335 \size normal
17336 \emph off
17337 \bar no
17338 \noun off
17339 \color none
17340 2
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Standard
17349
17350 \family roman
17351 \series medium
17352 \shape up
17353 \size normal
17354 \emph off
17355 \bar no
17356 \noun off
17357 \color none
17358 3
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Standard
17369
17370 \family roman
17371 \series medium
17372 \shape up
17373 \size normal
17374 \emph off
17375 \bar no
17376 \noun off
17377 \color none
17378 4
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Standard
17387
17388 \family roman
17389 \series medium
17390 \shape up
17391 \size normal
17392 \emph off
17393 \bar no
17394 \noun off
17395 \color none
17396 5
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Standard
17405
17406 \family roman
17407 \series medium
17408 \shape up
17409 \size normal
17410 \emph off
17411 \bar no
17412 \noun off
17413 \color none
17414 6
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 </row>
17420 <row topline="true">
17421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Standard
17425
17426 \family roman
17427 \series medium
17428 \shape up
17429 \size normal
17430 \emph off
17431 \bar no
17432 \noun off
17433 \color none
17434 7
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Standard
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Standard
17452
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 </row>
17458 <row topline="true" bottomline="true">
17459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Standard
17463
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Standard
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Standard
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 </lyxtabular>
17488
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \begin_layout Standard
17495 Note that you can also copy and paste the entire table as a single unit
17496  by starting the selection from outside the table.
17497 \end_layout
17498
17499 \begin_layout Subsection
17500 Multiple lines in cells
17501 \end_layout
17502
17503 \begin_layout Standard
17504 It is possible to have multi-line entries in tables, but not in a completely
17505  WYSIWYM manner.
17506  Define a fixed length for the column in the 
17507 \family sans
17508 Table
17509 \family default
17510  dialog.
17511  After this, your text is automatically split into more lines and the cell
17512  enlarged vertically when the length of the text exceeds the given fixed
17513  length.
17514  An example:
17515 \end_layout
17516
17517 \begin_layout Standard
17518 \align center
17519 \begin_inset Tabular
17520 <lyxtabular version="3" rows="4" columns="3">
17521 <features>
17522 <column alignment="center" valignment="top" leftline="true" width="0pt">
17523 <column alignment="block" valignment="top" leftline="true" width="3cm">
17524 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17525 <row topline="true" bottomline="true">
17526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Standard
17530
17531 \family roman
17532 \series medium
17533 \shape up
17534 \size normal
17535 \emph off
17536 \bar no
17537 \noun off
17538 \color none
17539 1
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Standard
17548
17549 \family roman
17550 \series medium
17551 \shape up
17552 \size normal
17553 \emph off
17554 \bar no
17555 \noun off
17556 \color none
17557 2
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Standard
17566
17567 \family roman
17568 \series medium
17569 \shape up
17570 \size normal
17571 \emph off
17572 \bar no
17573 \noun off
17574 \color none
17575 3
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Standard
17586
17587 \family roman
17588 \series medium
17589 \shape up
17590 \size normal
17591 \emph off
17592 \bar no
17593 \noun off
17594 \color none
17595 4
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Standard
17604
17605 \family roman
17606 \series medium
17607 \shape up
17608 \size normal
17609 \emph off
17610 \bar no
17611 \noun off
17612 \color none
17613 This is a multiline entry in a table.
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Standard
17622
17623 \family roman
17624 \series medium
17625 \shape up
17626 \size normal
17627 \emph off
17628 \bar no
17629 \noun off
17630 \color none
17631 5
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 </row>
17637 <row bottomline="true">
17638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Standard
17642
17643 \family roman
17644 \series medium
17645 \shape up
17646 \size normal
17647 \emph off
17648 \bar no
17649 \noun off
17650 \color none
17651 6
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Standard
17660
17661 \family roman
17662 \series medium
17663 \shape up
17664 \size normal
17665 \emph off
17666 \bar no
17667 \noun off
17668 \color none
17669 This is longer now.
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Standard
17678
17679 \family roman
17680 \series medium
17681 \shape up
17682 \size normal
17683 \emph off
17684 \bar no
17685 \noun off
17686 \color none
17687 7
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 </row>
17693 <row bottomline="true">
17694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Standard
17698
17699 \family roman
17700 \series medium
17701 \shape up
17702 \size normal
17703 \emph off
17704 \bar no
17705 \noun off
17706 \color none
17707 8
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Standard
17716
17717 \family roman
17718 \series medium
17719 \shape up
17720 \size normal
17721 \emph off
17722 \bar no
17723 \noun off
17724 \color none
17725 This is a multiline entry in a table.
17726  This is longer now.
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Standard
17735
17736 \family roman
17737 \series medium
17738 \shape up
17739 \size normal
17740 \emph off
17741 \bar no
17742 \noun off
17743 \color none
17744 9
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 </lyxtabular>
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Standard
17758 Text within a cell will not normally wrap to fit the page, so if a line
17759  of text in a table is too long, the table will extend beyond the right
17760  margin of the page.
17761  Similarly, tables will not split themselves at the bottom of a page, and
17762  so might extend below the bottom margin.
17763  You have these options to resolve this problem:
17764 \end_layout
17765
17766 \begin_layout Enumerate
17767 Split it into two tables.
17768 \end_layout
17769
17770 \begin_layout Enumerate
17771 Select the 
17772 \family sans
17773 Longtable
17774 \family default
17775  button in the 
17776 \family sans
17777 Table
17778 \family default
17779  dialog.
17780  This automatically splits the table over more pages, if it is too tall.
17781  After doing this, the list of 
17782 \family sans
17783 Longtable
17784 \family default
17785  buttons activate themselves and you may now define:
17786 \end_layout
17787
17788 \begin_deeper
17789 \begin_layout Enumerate
17790
17791 \family sans
17792 First\InsetSpace ~
17793 header
17794 \family default
17795 : The current row and all rows above that don't have any special options
17796  defined are defined to be the header rows of the first page of the longtable.
17797 \end_layout
17798
17799 \begin_layout Enumerate
17800
17801 \family sans
17802 Header
17803 \family default
17804 : The current row and all rows above that don't have any special options
17805  defined are defined to be the header rows of all pages of the longtable;
17806  except for the first page, if 
17807 \family sans
17808 First\InsetSpace ~
17809 header
17810 \family default
17811  is defined.
17812 \end_layout
17813
17814 \begin_layout Enumerate
17815
17816 \family sans
17817 Footer
17818 \family default
17819 : The current row and all rows below that don't have any special options
17820  defined are defined to be the footer rows of all pages of the longtable;
17821  except for the last page, if 
17822 \family sans
17823 Last\InsetSpace ~
17824 footer
17825 \family default
17826  is defined.
17827 \end_layout
17828
17829 \begin_layout Enumerate
17830
17831 \family sans
17832 Last\InsetSpace ~
17833 footer
17834 \family default
17835 : The current row and all rows below that don't have any special options
17836  defined are defined to be the footer rows of the last page of the longtable.
17837 \end_layout
17838
17839 \begin_layout Standard
17840 If you set more than one option in the same table row, you should be aware
17841  of the fact that only the first flag is used in the given table rows.
17842  The others will then be defined as 
17843 \emph on
17844 empty
17845 \emph default
17846 .
17847  In this context, first means first in this order: 
17848 \family sans
17849 Footer, Last\InsetSpace ~
17850 footer,
17851 \family default
17852  
17853 \family sans
17854 Header,
17855 \family default
17856  
17857 \family sans
17858 First\InsetSpace ~
17859 header.
17860
17861 \family default
17862  See the 
17863 \family typewriter
17864 TableExamples.lyx
17865 \family default
17866  example file to see how this works.
17867  
17868 \end_layout
17869
17870 \begin_layout Standard
17871 The check box in the long table options can be used to specify specific
17872  rows to break the page on as well.
17873 \end_layout
17874
17875 \end_deeper
17876 \begin_layout Enumerate
17877 A table can also be placed in a float, as described below, which will allow
17878  TeX to place it as well as it can within the page.
17879 \end_layout
17880
17881 \begin_layout Subsection
17882 Table Floats
17883 \begin_inset LatexCommand label
17884 name "sec:table float"
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \begin_layout Standard
17892 Outside of a float, the table will be positioned exactly where it is placed
17893  in the document.
17894  Using a 
17895 \family sans
17896 \shape up
17897 Tabl
17898 \bar under
17899 e
17900 \bar default
17901 \InsetSpace ~
17902 Float
17903 \family default
17904 \shape default
17905  from the 
17906 \family sans
17907 \shape up
17908 \bar under
17909 I
17910 \bar default
17911 nsert\SpecialChar \menuseparator
17912 Flo
17913 \shape default
17914 \bar under
17915 a
17916 \shape up
17917 \bar default
17918 t
17919 \family default
17920 \shape default
17921  menu will enable LaTeX to place the table where it fits best, rather than
17922  exactly where you insert it.
17923  Float placement for table floats is similar to that for figure floats 
17924 \begin_inset LatexCommand ref
17925 reference "sec:figurefloats"
17926
17927 \end_inset
17928
17929 , and is described in section 
17930 \begin_inset LatexCommand ref
17931 reference "sec:float-locn"
17932
17933 \end_inset
17934
17935 .
17936  Captions also work the same way as with figure floats, as described in
17937  section 
17938 \begin_inset LatexCommand ref
17939 reference "sec:figurefloats"
17940
17941 \end_inset
17942
17943 .
17944  Table 
17945 \begin_inset LatexCommand ref
17946 reference "table:a table float"
17947
17948 \end_inset
17949
17950  is an example of a table float.
17951 \begin_inset Float table
17952 placement htbp
17953 wide false
17954 sideways false
17955 status collapsed
17956
17957 \begin_layout Standard
17958 \begin_inset Caption
17959
17960 \begin_layout Standard
17961 \begin_inset LatexCommand label
17962 name "table:a table float"
17963
17964 \end_inset
17965
17966 A table float.
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Standard
17975 \align center
17976 \begin_inset Tabular
17977 <lyxtabular version="3" rows="3" columns="3">
17978 <features>
17979 <column alignment="center" valignment="top" leftline="true" width="0pt">
17980 <column alignment="center" valignment="top" leftline="true" width="0pt">
17981 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17982 <row topline="true" bottomline="true">
17983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Standard
17987
17988 \family roman
17989 \series medium
17990 \shape up
17991 \size normal
17992 \emph off
17993 \bar no
17994 \noun off
17995 \color none
17996 1
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Standard
18005
18006 \family roman
18007 \series medium
18008 \shape up
18009 \size normal
18010 \emph off
18011 \bar no
18012 \noun off
18013 \color none
18014 2
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Standard
18023
18024 \family roman
18025 \series medium
18026 \shape up
18027 \size normal
18028 \emph off
18029 \bar no
18030 \noun off
18031 \color none
18032 3
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 </row>
18038 <row topline="true">
18039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Standard
18043
18044 \family roman
18045 \series medium
18046 \shape up
18047 \size normal
18048 \emph off
18049 \bar no
18050 \noun off
18051 \color none
18052 Joe
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Standard
18061
18062 \family roman
18063 \series medium
18064 \shape up
18065 \size normal
18066 \emph off
18067 \bar no
18068 \noun off
18069 \color none
18070 Mary
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Standard
18079
18080 \family roman
18081 \series medium
18082 \shape up
18083 \size normal
18084 \emph off
18085 \bar no
18086 \noun off
18087 \color none
18088 Ted
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 </row>
18094 <row topline="true" bottomline="true">
18095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Standard
18099
18100 \family roman
18101 \series medium
18102 \shape up
18103 \size normal
18104 \emph off
18105 \bar no
18106 \noun off
18107 \color none
18108 \begin_inset Formula $\int x^{2}dx$
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Standard
18120
18121 \family roman
18122 \series medium
18123 \shape up
18124 \size normal
18125 \emph off
18126 \bar no
18127 \noun off
18128 \color none
18129 \begin_inset Formula $\left[\begin{array}{cc}
18130 a & b\\
18131 c & d\end{array}\right]$
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Standard
18143
18144 \family roman
18145 \series medium
18146 \shape up
18147 \size normal
18148 \emph off
18149 \bar no
18150 \noun off
18151 \color none
18152 \begin_inset Formula $1+1=2$
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 </lyxtabular>
18162
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \end_inset
18169
18170  
18171 \end_layout
18172
18173 \begin_layout Section
18174 Table of Contents and other Listings
18175 \begin_inset LatexCommand label
18176 name "sec:toc"
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 One of the really nice features of LaTeX is the ease with which it lets
18185  you create various 
18186 \begin_inset Quotes eld
18187 \end_inset
18188
18189 Lists,
18190 \begin_inset Quotes erd
18191 \end_inset
18192
18193  such as a Table of Contents.
18194  All you need to do is to use certain environments and insert a reference
18195  at the place where you want the list to appear.
18196 \end_layout
18197
18198 \begin_layout Subsection
18199 The Table of Contents
18200 \end_layout
18201
18202 \begin_layout Standard
18203 In order to get a Table of Contents, you need to do four things:
18204 \end_layout
18205
18206 \begin_layout Enumerate
18207 Use a document class that includes support (all but 
18208 \family typewriter
18209 letter
18210 \family default
18211 ).
18212 \end_layout
18213
18214 \begin_layout Enumerate
18215 Set paragraph environments appropriately: 
18216 \family sans
18217 Chapter
18218 \family default
18219
18220 \family sans
18221 (Sub...) Section
18222 \family default
18223
18224 \family sans
18225 (Sub...), Paragraph
18226 \family default
18227 .
18228  Note that styles with a 
18229 \family sans
18230 *
18231 \family default
18232 , like 
18233 \family sans
18234 Section*
18235 \family default
18236 , will 
18237 \emph on
18238 not
18239 \emph default
18240  appear in the Table of Contents.
18241 \end_layout
18242
18243 \begin_layout Enumerate
18244 Make sure you set the 
18245 \family sans
18246 \bar under
18247 S
18248 \bar default
18249 ection\InsetSpace ~
18250 number\InsetSpace ~
18251 depth
18252 \family default
18253  and 
18254 \family sans
18255 \bar under
18256 T
18257 \bar default
18258 able\InsetSpace ~
18259 of\InsetSpace ~
18260 contents
18261 \family default
18262 .
18263 \family sans
18264 \InsetSpace ~
18265 depth
18266 \family default
18267  in the 
18268 \family sans
18269 Document\InsetSpace ~
18270 Layout
18271 \family default
18272  dialog to the appropriate value as described in 
18273 \begin_inset LatexCommand ref
18274 reference "sub:section-depth"
18275
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \begin_layout Enumerate
18282 Insert the ToC command at some place in the document.
18283  You'll find it under 
18284 \family sans
18285 \bar under
18286 I
18287 \bar default
18288 nsert\SpecialChar \menuseparator
18289 List\InsetSpace ~
18290 /\InsetSpace ~
18291 T
18292 \bar under
18293 O
18294 \bar default
18295 C\SpecialChar \menuseparator
18296
18297 \bar under
18298 T
18299 \bar default
18300 able\InsetSpace ~
18301 of\InsetSpace ~
18302 Contents
18303 \family default
18304 .
18305 \end_layout
18306
18307 \begin_layout Standard
18308 You can also bring up a dialog for navigating through your document with
18309  
18310 \family sans
18311 \bar under
18312 D
18313 \bar default
18314 ocument\SpecialChar \menuseparator
18315
18316 \bar under
18317 T
18318 \bar default
18319 able\InsetSpace ~
18320 of\InsetSpace ~
18321 Contents
18322 \family default
18323 .
18324 \end_layout
18325
18326 \begin_layout Subsection
18327 List of Figures, Tables and Algorithms
18328 \begin_inset LatexCommand label
18329 name "sec:ListsOf"
18330
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \begin_layout Standard
18337 Table, figure, and algorithm lists are very much like the table of contents.
18338  You can insert them from the 
18339 \family sans
18340 \bar under
18341 I
18342 \bar default
18343 nsert\SpecialChar \menuseparator
18344 List\InsetSpace ~
18345 /\InsetSpace ~
18346
18347 \bar under
18348 T
18349 \bar default
18350 OC
18351 \family default
18352  submenu.
18353  If you want figures, tables, or algorithms to appear in the list, you must
18354  place them inside a float of the relevant type and add a caption.
18355 \end_layout
18356
18357 \begin_layout Chapter
18358 Mathematical Formulae
18359 \end_layout
18360
18361 \begin_layout Section
18362 Basic Math Editing
18363 \end_layout
18364
18365 \begin_layout Standard
18366 To create a math formula, you can just click on the toolbar icon with 
18367 \begin_inset Formula $\frac{a+b}{c}$
18368 \end_inset
18369
18370  on it.
18371  That will open a little blue square, with purple markers around it, on
18372  the corners.
18373  That blue square is the formula itself; the purple markers indicate what
18374  level of nesting within the formula you are at.
18375  You can also choose a particular formula type to insert via the 
18376 \family sans
18377 \bar under
18378 I
18379 \bar default
18380 nsert
18381 \bar under
18382 \SpecialChar \menuseparator
18383 M
18384 \bar default
18385 ath
18386 \family default
18387  menu; or you can use a keyboard macro, 
18388 \family sans
18389 M-c\InsetSpace ~
18390 m
18391 \family default
18392
18393 \family sans
18394 M-m\InsetSpace ~
18395 m
18396 \family default
18397 , or 
18398 \family sans
18399 C-m
18400 \family default
18401  (CUA binding only).
18402 \end_layout
18403
18404 \begin_layout Standard
18405 If you simply need to type a single Greek letter, such as 
18406 \begin_inset Formula $\alpha$
18407 \end_inset
18408
18409 , there is a special shortcut.
18410  Just type 
18411 \family sans
18412 M-m\InsetSpace ~
18413 g\InsetSpace ~
18414 a
18415 \family default
18416  to get 
18417 \begin_inset Formula $\alpha$
18418 \end_inset
18419
18420
18421 \family sans
18422 M-m\InsetSpace ~
18423 g\InsetSpace ~
18424 b
18425 \family default
18426  to get 
18427 \begin_inset Formula $\beta$
18428 \end_inset
18429
18430 , etc.
18431 \end_layout
18432
18433 \begin_layout Standard
18434 Editing the parameters of a formula may be done from the 
18435 \family sans
18436 \bar under
18437 I
18438 \bar default
18439 nsert\SpecialChar \menuseparator
18440
18441 \bar under
18442 M
18443 \bar default
18444 ath\SpecialChar \menuseparator
18445 Math\InsetSpace ~
18446 Pane
18447 \bar under
18448 l
18449 \family default
18450 \bar default
18451  dialog, by 
18452 \family sans
18453 Edit\SpecialChar \menuseparator
18454 Math
18455 \family default
18456 , or by clicking the right mouse button on the formula.
18457  The math panel is very useful, so you may want to open it and leave it
18458  somewhere on the screen.
18459  If you're not already in a formula, selecting anything from the math panel
18460  will insert a formula for you.
18461 \end_layout
18462
18463 \begin_layout Subsection
18464 Navigating a Formula
18465 \end_layout
18466
18467 \begin_layout Standard
18468 The best control over cursor position within an existing formula is achieved
18469  with the arrow keys.
18470  Mathed uses small squares to indicate places where something can be inserted.
18471  The arrow keys can be used to navigate between parts of a formula.
18472  Pressing 
18473 \family sans
18474 Space
18475 \family default
18476  will leave a fraction or other formula construct (a square root 
18477 \begin_inset Formula $\sqrt{2}$
18478 \end_inset
18479
18480 , or parentheses 
18481 \begin_inset Formula $\left(f\right)$
18482 \end_inset
18483
18484 , or a matrix 
18485 \begin_inset Formula $\left[\begin{array}{cc}
18486 1 & 2\\
18487 3 & 4\end{array}\right]$
18488 \end_inset
18489
18490 ).
18491  Pressing 
18492 \family sans
18493 Escape
18494 \family default
18495  will leave the formula, placing the cursor after the formula.
18496  
18497 \family sans
18498 Tab
18499 \family default
18500  can be used to move horizontally in a formula; for example, through the
18501  cells of a matrix or the positions in a multi-line equation.
18502 \end_layout
18503
18504 \begin_layout Standard
18505
18506 \family sans
18507 Space
18508 \family default
18509  seems to do nothing in Mathed, since it does not in fact add a space between
18510  characters, but it does exit a nested structure.
18511  For this reason, you have to be careful about using 
18512 \family sans
18513 Space
18514 \family default
18515 .
18516  For example, if you want 
18517 \begin_inset Formula $\sqrt{2x+1}$
18518 \end_inset
18519
18520 , type 
18521 \family typewriter
18522
18523 \backslash
18524 sqrt
18525 \family sans
18526 \InsetSpace ~
18527
18528 \family default
18529 then 
18530 \family sans
18531 Space
18532 \family default
18533 , then
18534 \family sans
18535 \InsetSpace ~
18536
18537 \family typewriter
18538 2x+1
18539 \family default
18540 , not 
18541 \family typewriter
18542
18543 \backslash
18544 sqrt
18545 \family sans
18546 \InsetSpace ~
18547 Space\InsetSpace ~
18548
18549 \family typewriter
18550 2x
18551 \family sans
18552 \InsetSpace ~
18553 Space\InsetSpace ~
18554
18555 \family typewriter
18556 +
18557 \family sans
18558 \InsetSpace ~
18559 Space\InsetSpace ~
18560
18561 \family typewriter
18562 1
18563 \family default
18564 , since in the latter case only the 
18565 \family typewriter
18566
18567 \begin_inset Formula $2x$
18568 \end_inset
18569
18570
18571 \family default
18572  will be under the square root sign, 
18573 \begin_inset Formula $\sqrt{2x}+1$
18574 \end_inset
18575
18576 .
18577  For those who learned to space out expressions in this way, it takes a
18578  little unlearning.
18579 \end_layout
18580
18581 \begin_layout Standard
18582 You can leave many parts of a formula, like this matrix, partially filled
18583  in, such as:
18584 \begin_inset Formula \[
18585 \left(\begin{array}{ccc}
18586 \lambda_{1}\\
18587  & \ddots\\
18588  &  & \lambda_{n}\end{array}\right).\]
18589
18590 \end_inset
18591
18592 If you leave a fraction only partially filled in, or a subscript with nothing
18593  in it, the results will be unpredictable, but most constructs don't mind.
18594 \end_layout
18595
18596 \begin_layout Subsection
18597 Selecting Text
18598 \end_layout
18599
18600 \begin_layout Standard
18601 You can select text within a formula in two different ways.
18602  Place the cursor at one end of the string of text you want, and press 
18603 \family sans
18604 Shift
18605 \family default
18606  and a cursor movement key to select text.
18607  It will be highlighted as with regular text selection.
18608  Alternatively, you can select text with the mouse in the usual way.
18609  That text can then be cut or copied, and then pasted within any formula
18610  (not in a plain text region in LyX, though).
18611 \end_layout
18612
18613 \begin_layout Subsection
18614 Exponents and Subscripts
18615 \end_layout
18616
18617 \begin_layout Standard
18618 You can use the math panel to add superscripts or subscripts, but the much
18619  easier way is to use the standard TeX method.
18620  To get 
18621 \begin_inset Formula $x^{2}$
18622 \end_inset
18623
18624 , type (in Mathed) 
18625 \family typewriter
18626 x^2
18627 \family default
18628  then 
18629 \family sans
18630 Space
18631 \family default
18632 .
18633  The final 
18634 \family sans
18635 Space
18636 \family default
18637  puts the cursor back down on the base line of the expression, instead of
18638  in the superscript.
18639  If you type 
18640 \family typewriter
18641 x^2y
18642 \family default
18643 , you will get 
18644 \begin_inset Formula $x^{2y}$
18645 \end_inset
18646
18647 , to get 
18648 \begin_inset Formula $x^{2}y$
18649 \end_inset
18650
18651 , type 
18652 \family typewriter
18653 x^2
18654 \family default
18655  then 
18656 \family sans
18657 Space
18658 \family default
18659  then
18660 \family sans
18661 \InsetSpace ~
18662
18663 \family typewriter
18664 y
18665 \family default
18666 .
18667  Subscripts are similar, to get 
18668 \begin_inset Formula $a_{1}$
18669 \end_inset
18670
18671 , type (in Mathed) 
18672 \family typewriter
18673 a_1
18674 \family sans
18675 \InsetSpace ~
18676
18677 \family default
18678 then 
18679 \family sans
18680 Space
18681 \family default
18682 .
18683  Note that by default, the superscript or subscript is only for the single
18684  symbol to the left, which changes the spacing and alignment; you should
18685  read section 
18686 \begin_inset LatexCommand ref
18687 reference "sec:Grouping"
18688
18689 \end_inset
18690
18691  if you need to alter this.
18692 \end_layout
18693
18694 \begin_layout Subsection
18695 Fractions 
18696 \end_layout
18697
18698 \begin_layout Standard
18699 Create a fraction with either 
18700 \family typewriter
18701
18702 \backslash
18703 frac
18704 \family default
18705  (in Mathed) or using the fraction icon in the 
18706 \family sans
18707 Math\InsetSpace ~
18708 Panel
18709 \family default
18710  dialog or the 
18711 \family sans
18712 \bar under
18713 M
18714 \bar default
18715 ath
18716 \family default
18717  menu item 
18718 \family sans
18719 \bar under
18720 F
18721 \bar default
18722 raction
18723 \family default
18724 .
18725  You will be presented with an empty fraction, with two Mathed insertion
18726  squares top and bottom.
18727  The cursor moves immediately to the top of the fraction.
18728  To move to the bottom, simply press 
18729 \family sans
18730 Down
18731 \family default
18732 .
18733  To move back up, press 
18734 \family sans
18735 Up
18736 \family default
18737 .
18738  Any math structure can be placed in a fraction, as this example shows:
18739 \begin_inset Formula \[
18740 \left[\frac{1}{\left(\begin{array}{cc}
18741 2 & 3\\
18742 4 & 5\end{array}\right)}\right]\]
18743
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \begin_layout Subsection
18750 Sums and Integrals 
18751 \end_layout
18752
18753 \begin_layout Standard
18754 Sum (
18755 \begin_inset Formula $\sum$
18756 \end_inset
18757
18758 ) and integral (
18759 \begin_inset Formula $\int$
18760 \end_inset
18761
18762 ) signs are very often decorated with one or more sets of 
18763 \begin_inset Quotes eld
18764 \end_inset
18765
18766 limits
18767 \begin_inset Quotes erd
18768 \end_inset
18769
18770 .
18771  These limits can be entered in LyX by entering them as you would enter
18772  a superscript or subscript, directly after the symbol.
18773  Sum will automatically place its 
18774 \begin_inset Quotes eld
18775 \end_inset
18776
18777 limits
18778 \begin_inset Quotes erd
18779 \end_inset
18780
18781  over and under the symbol in display style, but will move them to the side
18782  when inlined, such as 
18783 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
18784 \end_inset
18785
18786 , versus 
18787 \begin_inset Note Note
18788 status open
18789
18790 \begin_layout Standard
18791 We haven't yet explained what display vs.
18792  inline means...
18793 \end_layout
18794
18795 \end_inset
18796
18797
18798 \begin_inset Formula \[
18799 \sum_{n=1}^{\infty}\frac{x^{n}}{n}=\ln\left(\frac{1}{1-x}\right).\]
18800
18801 \end_inset
18802
18803 Integral signs, however, will not by default move the limits to directly
18804  over and under the integral sign in display style, as in 
18805 \begin_inset Formula $\int_{a}^{x}f(t)dt:=F(x)$
18806 \end_inset
18807
18808 , versus
18809 \begin_inset Formula \[
18810 \int_{-\infty}^{\infty}\frac{dx}{1+x^{2}}=\pi.\]
18811
18812 \end_inset
18813
18814 Both symbols will be automatically re-sized when placed in display mode.
18815  In display mode, the placement of the limits (directly above and below,
18816  or offset to the right from the sign) can be changed by placing the cursor
18817  in front of the sign and hitting 
18818 \family sans
18819 M-m l
18820 \family default
18821 .
18822  Exactly what change occurs depends on the sign.
18823  
18824 \end_layout
18825
18826 \begin_layout Standard
18827 Certain other mathematical expressions have this 
18828 \begin_inset Quotes eld
18829 \end_inset
18830
18831 moving limits
18832 \begin_inset Quotes erd
18833 \end_inset
18834
18835  feature as addition, such as 
18836 \begin_inset Formula \[
18837 \lim_{x\rightarrow\infty}f(x),\]
18838
18839 \end_inset
18840
18841 which will place the 
18842 \begin_inset Formula $x\rightarrow\infty$
18843 \end_inset
18844
18845  underneath the 
18846 \begin_inset Quotes eld
18847 \end_inset
18848
18849 lim
18850 \begin_inset Quotes erd
18851 \end_inset
18852
18853  in display mode, but not in inlined mode, 
18854 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
18855 \end_inset
18856
18857 .
18858  Note that the 
18859 \begin_inset Formula $\lim$
18860 \end_inset
18861
18862  was entered as a function - you get it in LyX by typing 
18863 \family typewriter
18864
18865 \backslash
18866 lim
18867 \family default
18868  in math-mode, or choosing from the 
18869 \begin_inset Quotes eld
18870 \end_inset
18871
18872 functions
18873 \begin_inset Quotes erd
18874 \end_inset
18875
18876  menu in the math panel; see 
18877 \begin_inset LatexCommand ref
18878 reference "sec:math-functions"
18879
18880 \end_inset
18881
18882 .
18883 \end_layout
18884
18885 \begin_layout Subsubsection
18886 Special integral symbols
18887 \end_layout
18888
18889 \begin_layout Standard
18890 Standard LaTeX does only provide a very limited set of integral symbols.
18891  Therefore several packages implement additional symbols, e.g.\InsetSpace ~
18892 moredimensional
18893  integrals like 
18894 \begin_inset Formula $\iint$
18895 \end_inset
18896
18897  (
18898 \family typewriter
18899
18900 \backslash
18901 iint
18902 \family default
18903 ).
18904  Unfortunately they do not always look consistent, e.g.\InsetSpace ~
18905 the 
18906 \family typewriter
18907
18908 \begin_inset Formula $\iint$
18909 \end_inset
18910
18911  (
18912 \backslash
18913 iint)
18914 \family default
18915  symbol from the 
18916 \family typewriter
18917 wasysym
18918 \family default
18919  package looks like 
18920 \family typewriter
18921
18922 \begin_inset Formula $\varint$
18923 \end_inset
18924
18925  (
18926 \backslash
18927 varint
18928 \family default
18929 ), not 
18930 \family typewriter
18931
18932 \begin_inset Formula $\int$
18933 \end_inset
18934
18935  (
18936 \backslash
18937 int
18938 \family default
18939 ).
18940  Therefore you should enable the automatic loading of the 
18941 \family typewriter
18942 esint
18943 \family default
18944  package in 
18945 \family sans
18946 \bar under
18947 D
18948 \bar default
18949 ocument\SpecialChar \menuseparator
18950
18951 \bar under
18952 S
18953 \bar default
18954 ettings
18955 \family default
18956  if you need special integrals.
18957  This package defines a complete set of consistent looking integral symbols.
18958  You can find most of them in the math panel.
18959  This document does use the 
18960 \family typewriter
18961 wasysym
18962 \family default
18963  package instead of the 
18964 \family typewriter
18965 esint
18966 \family default
18967  package, because the latter is not yet included in all TeX distributions,
18968  so you can see the different looking integral symbols using 
18969 \family sans
18970 \bar under
18971 V
18972 \bar default
18973 iew\SpecialChar \menuseparator
18974
18975 \bar under
18976 D
18977 \bar default
18978 VI
18979 \family default
18980 .
18981 \end_layout
18982
18983 \begin_layout Subsection
18984 The Math Panel
18985 \begin_inset LatexCommand label
18986 name "sec:math-panel"
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \begin_layout Standard
18994 The 
18995 \family sans
18996 Math\InsetSpace ~
18997
18998 \bar under
18999 P
19000 \bar default
19001 anel
19002 \family default
19003  dialog (accessible via 
19004 \family sans
19005 \bar under
19006 I
19007 \bar default
19008 nsert\SpecialChar \menuseparator
19009
19010 \bar under
19011 M
19012 \bar default
19013 ath
19014 \family default
19015 ) has a more extensive list of symbols and structures.
19016  As stated earlier, you can keep the math panel open when writing mathematics.
19017  The use of the panel should be fairly obvious; we'll describe some of the
19018  details in later sections.
19019 \end_layout
19020
19021 \begin_layout Standard
19022 Note that right-clicking on a formula opens the panel as well.
19023 \end_layout
19024
19025 \begin_layout Subsection
19026 Other Math Symbols 
19027 \end_layout
19028
19029 \begin_layout Standard
19030 Most math symbols can be found in the math panel under one of several categories
19031 ; including 
19032 \family sans
19033 Greek
19034 \family default
19035  
19036 \begin_inset Formula $\Gamma\rho\epsilon\epsilon\kappa$
19037 \end_inset
19038
19039
19040 \family sans
19041 operators
19042 \family default
19043  
19044 \begin_inset Formula $\pm\times$
19045 \end_inset
19046
19047
19048 \family sans
19049 relations
19050 \family default
19051  
19052 \begin_inset Formula $\leq\cong$
19053 \end_inset
19054
19055
19056 \family sans
19057 arrows
19058 \family default
19059  
19060 \begin_inset Formula $\uparrow\Leftrightarrow$
19061 \end_inset
19062
19063
19064 \family sans
19065 large\InsetSpace ~
19066 operators
19067 \family default
19068  
19069 \begin_inset Formula $\sum\int$
19070 \end_inset
19071
19072 , and the dreaded 
19073 \family sans
19074 miscellaneous
19075 \family default
19076 .
19077  There are also the additional symbols provided by the American Mathematical
19078  Society (AMS).
19079  If you know the standard LaTeX macro for a particular symbol you which
19080  to use, you do not have to use these dialogs, but they will help for those
19081  symbols whose LaTeX name you do not know.
19082  Note that the AMS symbols will not be displayed as symbols in LyX unless
19083  you install the right fonts as described in the relevant manual.
19084 \end_layout
19085
19086 \begin_layout Standard
19087 It is possible to get an nth root symbol.
19088  In the minibuffer, type 
19089 \family typewriter
19090 math-insert root
19091 \family default
19092 .
19093  This generates a root symbol with an extra box above the root sign.
19094  Use 
19095 \family sans
19096 Up
19097 \family default
19098  and 
19099 \family sans
19100 Down
19101 \family default
19102  to move between the two boxes.
19103  You can also use the key binding 
19104 \family sans
19105 M-m-r
19106 \family default
19107 .
19108 \end_layout
19109
19110 \begin_layout Subsection
19111 Altering spacing
19112 \end_layout
19113
19114 \begin_layout Standard
19115 You may want to create blank spaces that differs from the standard spacing
19116  that LaTeX provides.
19117  We don't recommend this as a matter of course, since the whole idea of
19118  WYSIWYM is that you don't think about the typesetting, but the content.
19119  However, there are situations where you will want to add spaces.
19120  The first thing to do is to type 
19121 \family sans
19122 C-Space
19123 \family default
19124 .
19125  This generates a small space, and shows a small marker on the screen within
19126  LyX: 
19127 \begin_inset Formula $a\, b$
19128 \end_inset
19129
19130 .
19131  The next trick is to change that space to different sizes.
19132  
19133 \emph on
19134 Before
19135 \emph default
19136  you move the cursor, after typing 
19137 \family sans
19138 C-Space
19139 \family default
19140 , if you hit 
19141 \family sans
19142 Space
19143 \family default
19144  again, you will change the size of the space, through a number of variable
19145  sizes.
19146  The last ones in the list are red, and are a negative space.
19147  For example: 
19148 \begin_inset Formula $a\quad b$
19149 \end_inset
19150
19151 , or 
19152 \begin_inset Formula $a\! b$
19153 \end_inset
19154
19155 .
19156  You can also insert these spaces via the math panel.
19157 \end_layout
19158
19159 \begin_layout Subsection
19160 Math functions
19161 \begin_inset LatexCommand label
19162 name "sec:math-functions"
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 The math panel contains a number of 
19171 \begin_inset Quotes eld
19172 \end_inset
19173
19174 functions
19175 \begin_inset Quotes erd
19176 \end_inset
19177
19178 , such as 
19179 \begin_inset Formula $\sin$
19180 \end_inset
19181
19182
19183 \begin_inset Formula $\lim$
19184 \end_inset
19185
19186
19187 \emph on
19188 etc
19189 \emph default
19190 .
19191  (you can type them in a formula by typing 
19192 \family typewriter
19193
19194 \backslash
19195 sin
19196 \family default
19197  etc).
19198  Standard mathematical practice is that functions which are names, like
19199  
19200 \begin_inset Formula $\sin$
19201 \end_inset
19202
19203 , should not be italicized.
19204  Entering just the letters 
19205 \begin_inset Formula $sin$
19206 \end_inset
19207
19208  within Mathed will give italics, of course, so these special macros are
19209  available.
19210  They do more to the final output than just change the typeface, however.
19211  For example, the expression 
19212 \begin_inset Formula $\sin t$
19213 \end_inset
19214
19215  will typeset with a little extra space between the n and the t.
19216  For words which are more sophisticated mathematical objects, like 
19217 \begin_inset Formula $\lim$
19218 \end_inset
19219
19220 , the macro changes the way that subscripts are placed, depending on whether
19221  the math-inset is inlined or displayed: 
19222 \begin_inset Formula $\lim_{x\rightarrow0}f(x)=L$
19223 \end_inset
19224
19225  versus
19226 \begin_inset Formula \[
19227 \lim_{x\rightarrow0}f(x)=L.\]
19228
19229 \end_inset
19230
19231 These two expressions were typed the same way, but using the macro 
19232 \family typewriter
19233
19234 \backslash
19235 lim
19236 \family default
19237  alters the appearance (actually, it is the inlined version that is altered,
19238  to improve linespacing).
19239 \end_layout
19240
19241 \begin_layout Subsection
19242 Accents
19243 \end_layout
19244
19245 \begin_layout Standard
19246 In a formula you can insert accented characters in the same way as in text
19247  mode.
19248  This may depend on your keyboard, or the bindings file you use.
19249  You can also use TeX macro equivalents, as macros.
19250  That is, you can enter 
19251 \begin_inset Formula $\hat{a}$
19252 \end_inset
19253
19254  to get the same effect if your keyboard does not have accents enabled.
19255  This is entered by typing 
19256 \begin_inset Quotes eld
19257 \end_inset
19258
19259
19260 \family typewriter
19261
19262 \backslash
19263 hat a
19264 \family default
19265
19266 \begin_inset Quotes erd
19267 \end_inset
19268
19269  in Mathed.
19270  These are the equivalences between the text names and the macro names for
19271  the various accents:
19272 \end_layout
19273
19274 \begin_layout Standard
19275 \align center
19276 \begin_inset Tabular
19277 <lyxtabular version="3" rows="11" columns="3">
19278 <features>
19279 <column alignment="center" valignment="top" leftline="true" width="0pt">
19280 <column alignment="center" valignment="top" leftline="true" width="0pt">
19281 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19282 <row topline="true" bottomline="true">
19283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Standard
19287
19288 \family roman
19289 \series medium
19290 \shape up
19291 \size normal
19292 \emph off
19293 \bar no
19294 \noun off
19295 \color none
19296 text
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Standard
19305
19306 \family roman
19307 \series medium
19308 \shape up
19309 \size normal
19310 \emph off
19311 \bar no
19312 \noun off
19313 \color none
19314 math
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Standard
19323
19324 \family roman
19325 \series medium
19326 \shape up
19327 \size normal
19328 \emph off
19329 \bar no
19330 \noun off
19331 \color none
19332 example
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row topline="true">
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Standard
19343
19344 \family roman
19345 \series medium
19346 \shape up
19347 \size normal
19348 \emph off
19349 \bar no
19350 \noun off
19351 \color none
19352 circumflex
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Standard
19361
19362 \family roman
19363 \series medium
19364 \shape up
19365 \size normal
19366 \emph off
19367 \bar no
19368 \noun off
19369 \color none
19370 hat
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Standard
19379
19380 \family roman
19381 \series medium
19382 \shape up
19383 \size normal
19384 \emph off
19385 \bar no
19386 \noun off
19387 \color none
19388 \begin_inset Formula $\hat{a}$
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row topline="true">
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Standard
19402
19403 \family roman
19404 \series medium
19405 \shape up
19406 \size normal
19407 \emph off
19408 \bar no
19409 \noun off
19410 \color none
19411 grave
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Standard
19420
19421 \family roman
19422 \series medium
19423 \shape up
19424 \size normal
19425 \emph off
19426 \bar no
19427 \noun off
19428 \color none
19429 grave
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Standard
19438
19439 \family roman
19440 \series medium
19441 \shape up
19442 \size normal
19443 \emph off
19444 \bar no
19445 \noun off
19446 \color none
19447 \begin_inset Formula $\grave{a}$
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row topline="true">
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Standard
19461
19462 \family roman
19463 \series medium
19464 \shape up
19465 \size normal
19466 \emph off
19467 \bar no
19468 \noun off
19469 \color none
19470 acute
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Standard
19479
19480 \family roman
19481 \series medium
19482 \shape up
19483 \size normal
19484 \emph off
19485 \bar no
19486 \noun off
19487 \color none
19488 acute
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Standard
19497
19498 \family roman
19499 \series medium
19500 \shape up
19501 \size normal
19502 \emph off
19503 \bar no
19504 \noun off
19505 \color none
19506 \begin_inset Formula $\acute{a}$
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 <row topline="true">
19516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Standard
19520
19521 \family roman
19522 \series medium
19523 \shape up
19524 \size normal
19525 \emph off
19526 \bar no
19527 \noun off
19528 \color none
19529 umlaut
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Standard
19538
19539 \family roman
19540 \series medium
19541 \shape up
19542 \size normal
19543 \emph off
19544 \bar no
19545 \noun off
19546 \color none
19547 ddot
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Standard
19556
19557 \family roman
19558 \series medium
19559 \shape up
19560 \size normal
19561 \emph off
19562 \bar no
19563 \noun off
19564 \color none
19565 \begin_inset Formula $\ddot{a}$
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row topline="true">
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Standard
19579
19580 \family roman
19581 \series medium
19582 \shape up
19583 \size normal
19584 \emph off
19585 \bar no
19586 \noun off
19587 \color none
19588 tilde
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Standard
19597
19598 \family roman
19599 \series medium
19600 \shape up
19601 \size normal
19602 \emph off
19603 \bar no
19604 \noun off
19605 \color none
19606 tilde
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Standard
19615
19616 \family roman
19617 \series medium
19618 \shape up
19619 \size normal
19620 \emph off
19621 \bar no
19622 \noun off
19623 \color none
19624 \begin_inset Formula $\tilde{a}$
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 </row>
19633 <row topline="true">
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Standard
19638
19639 \family roman
19640 \series medium
19641 \shape up
19642 \size normal
19643 \emph off
19644 \bar no
19645 \noun off
19646 \color none
19647 dot
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Standard
19656
19657 \family roman
19658 \series medium
19659 \shape up
19660 \size normal
19661 \emph off
19662 \bar no
19663 \noun off
19664 \color none
19665 dot
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Standard
19674
19675 \family roman
19676 \series medium
19677 \shape up
19678 \size normal
19679 \emph off
19680 \bar no
19681 \noun off
19682 \color none
19683 \begin_inset Formula $\dot{a}$
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 </row>
19692 <row topline="true">
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Standard
19697
19698 \family roman
19699 \series medium
19700 \shape up
19701 \size normal
19702 \emph off
19703 \bar no
19704 \noun off
19705 \color none
19706 breve
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Standard
19715
19716 \family roman
19717 \series medium
19718 \shape up
19719 \size normal
19720 \emph off
19721 \bar no
19722 \noun off
19723 \color none
19724 breve
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Standard
19733
19734 \family roman
19735 \series medium
19736 \shape up
19737 \size normal
19738 \emph off
19739 \bar no
19740 \noun off
19741 \color none
19742 \begin_inset Formula $\breve{a}$
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 </row>
19751 <row topline="true">
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Standard
19756
19757 \family roman
19758 \series medium
19759 \shape up
19760 \size normal
19761 \emph off
19762 \bar no
19763 \noun off
19764 \color none
19765 caron
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Standard
19774
19775 \family roman
19776 \series medium
19777 \shape up
19778 \size normal
19779 \emph off
19780 \bar no
19781 \noun off
19782 \color none
19783 check
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Standard
19792
19793 \family roman
19794 \series medium
19795 \shape up
19796 \size normal
19797 \emph off
19798 \bar no
19799 \noun off
19800 \color none
19801 \begin_inset Formula $\check{a}$
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 </row>
19810 <row topline="true">
19811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Standard
19815
19816 \family roman
19817 \series medium
19818 \shape up
19819 \size normal
19820 \emph off
19821 \bar no
19822 \noun off
19823 \color none
19824 macron
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Standard
19833
19834 \family roman
19835 \series medium
19836 \shape up
19837 \size normal
19838 \emph off
19839 \bar no
19840 \noun off
19841 \color none
19842 bar
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Standard
19851
19852 \family roman
19853 \series medium
19854 \shape up
19855 \size normal
19856 \emph off
19857 \bar no
19858 \noun off
19859 \color none
19860 \begin_inset Formula $\bar{a}$
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 </row>
19869 <row topline="true" bottomline="true">
19870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Standard
19874
19875 \family roman
19876 \series medium
19877 \shape up
19878 \size normal
19879 \emph off
19880 \bar no
19881 \noun off
19882 \color none
19883 ---
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Standard
19892
19893 \family roman
19894 \series medium
19895 \shape up
19896 \size normal
19897 \emph off
19898 \bar no
19899 \noun off
19900 \color none
19901 vec
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Standard
19910
19911 \family roman
19912 \series medium
19913 \shape up
19914 \size normal
19915 \emph off
19916 \bar no
19917 \noun off
19918 \color none
19919 \begin_inset Formula $\vec{a}$
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 </row>
19928 </lyxtabular>
19929
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \begin_layout Standard
19936 Finally, you can choose one of these accents by selecting an item from the
19937  
19938 \family sans
19939 Decorations
19940 \family default
19941  symbol set in the math panel; this will apply to any selection you have
19942  made within a formula too.
19943 \end_layout
19944
19945 \begin_layout Subsection
19946 The math editor for LaTeX users
19947 \end_layout
19948
19949 \begin_layout Standard
19950 Editing mathematical expressions in LyX can be done in one of two ways.
19951  You can use the native LyX support for rendering the formulae in a WYSIWYM
19952  fashion.
19953  LaTeX users might like to be able to use the keyboard to enter things like
19954  
19955 \family typewriter
19956 $
19957 \backslash
19958 alpha$
19959 \family default
19960  (this gets, in ordinary TeX, an 
19961 \begin_inset Formula $\alpha$
19962 \end_inset
19963
19964  in the final document), believing that it is faster than chasing around
19965  menus for a symbol.
19966  Here's a testimonial of one of those old LaTeX users, 
19967 \noun on
19968 David Johnson:
19969 \end_layout
19970
19971 \begin_layout Quotation
19972 I was finally convinced that the math editor was the way to go when I found
19973  that, with a few modifications, I could use it the same way I was accustomed
19974  to writing TeX.
19975  As an example, I created this 
19976 \begin_inset Formula $\alpha$
19977 \end_inset
19978
19979  by typing the following keys: First type 
19980 \family sans
19981 M-c\InsetSpace ~
19982 m
19983 \family default
19984  to enter 
19985 \family typewriter
19986 math-mode
19987 \family default
19988 , then type 
19989 \family typewriter
19990
19991 \backslash
19992 alpha
19993 \family default
19994  , then 
19995 \family sans
19996 Space
19997 \family default
19998  and 
19999 \family sans
20000 Esc
20001 \family default
20002 .
20003  As soon as I typed that 
20004 \family sans
20005 Space
20006 \family default
20007  the 
20008 \begin_inset Formula $\alpha$
20009 \end_inset
20010
20011  was right there on the screen.
20012  
20013 \end_layout
20014
20015 \begin_layout Standard
20016 The 
20017 \family sans
20018 M-c\InsetSpace ~
20019 m
20020 \family default
20021  sequence inserts a formula (you may also use 
20022 \family sans
20023 C-m
20024 \family default
20025  or 
20026 \family sans
20027 M-m\InsetSpace ~
20028 m
20029 \family default
20030 ), the 
20031 \family typewriter
20032
20033 \backslash
20034 alpha
20035 \family default
20036  is of course the standard TeX command for a Greek alpha letter, and the
20037  
20038 \family sans
20039 Esc
20040 \family default
20041  leaves the formula.
20042  Some of the advantages of this approach are:
20043 \end_layout
20044
20045 \begin_layout Itemize
20046 You have immediate visual feedback to be sure your TeX was correct
20047 \end_layout
20048
20049 \begin_layout Itemize
20050 You have the real mathematical expression on the screen, correctly displayed,
20051  to make sure your mathematics is correct (correctly written, at least)
20052 \end_layout
20053
20054 \begin_layout Itemize
20055 All the new LaTeX fuss with special environments and such are taken care
20056  of by LyX, not you
20057 \end_layout
20058
20059 \begin_layout Itemize
20060 You won't have to chase through the code trying to find that missing 
20061 \family sans
20062 $
20063 \family default
20064  or extra 
20065 \family sans
20066 {
20067 \family default
20068  any more
20069 \end_layout
20070
20071 \begin_layout Itemize
20072 If you don't remember the LaTeX name of a particular symbol, like 
20073 \begin_inset Formula $\wp$
20074 \end_inset
20075
20076 , you can find it in the dialogs
20077 \end_layout
20078
20079 \begin_layout Section
20080 Brackets and decorations
20081 \end_layout
20082
20083 \begin_layout Standard
20084 There are several brackets available through LyX.
20085  For most purposes, using just the keys 
20086 \family typewriter
20087 [{]}()|
20088 \backslash
20089 <>
20090 \family default
20091  should suffice, but the effect, especially if you want to surround a large
20092  structure, such as a matrix or a fraction, or if you have several layers
20093  of brackets, is better using the math panel's 
20094 \family sans
20095 Delimiter
20096 \family default
20097  dialog [see sec.
20098  
20099 \begin_inset LatexCommand ref
20100 reference "sec:math-panel"
20101
20102 \end_inset
20103
20104 ].
20105  For example, that's how you would construct the brackets around a standard
20106  matrix such as :
20107 \begin_inset Formula \[
20108 \left[\begin{array}{cc}
20109 1 & 2\\
20110 3 & 4\end{array}\right],\]
20111
20112 \end_inset
20113
20114 and to make it easier to see the layers of parentheses of an abomination
20115  such as: 
20116 \begin_inset Formula \[
20117 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20118
20119 \end_inset
20120
20121 or:
20122 \begin_inset Formula \[
20123 f\left(g\left(h\left(k\left(l\left(x\right)\right)\right)\right)\right).\]
20124
20125 \end_inset
20126
20127 The parentheses, and other brackets, from that menu will automatically re-size
20128  to accommodate the size of what is inside (This is done in straight LaTeX
20129  by 
20130 \family typewriter
20131
20132 \backslash
20133 left( blah 
20134 \backslash
20135 right)
20136 \family default
20137  ).
20138  
20139 \end_layout
20140
20141 \begin_layout Standard
20142 It is very easy to construct the braces you want to use.
20143  Click on the brace you want on the left side with the left mouse button,
20144  the right side with the right button, and place them in the document by
20145  clicking on the button.
20146  If you want one side to not have a bracket, use the blank button.
20147  It will appear in LyX with a dotted line, but nothing will print.
20148 \end_layout
20149
20150 \begin_layout Standard
20151 If you decide after the fact to place parentheses (or other math structure,
20152  like a square root, or other decoration) around some math structure, you
20153  can do that by highlighting (selecting) the structure that is to go inside
20154  the parentheses (that is done by holding the 
20155 \family sans
20156 Shift
20157 \family default
20158  key down and moving the cursor with the arrow keys, or selecting with the
20159  mouse).
20160  Then, choose the appropriate brackets for left and right, and click on
20161  
20162 \family sans
20163 Apply
20164 \family default
20165 .
20166  The parentheses will be drawn around the selected structure.
20167 \end_layout
20168
20169 \begin_layout Standard
20170 If you're trying to enter a LaTeX 
20171 \family typewriter
20172 {
20173 \family default
20174  for grouping, you should read 
20175 \begin_inset LatexCommand ref
20176 reference "sec:Grouping"
20177
20178 \end_inset
20179
20180 .
20181 \end_layout
20182
20183 \begin_layout Section
20184 Grouping
20185 \begin_inset LatexCommand label
20186 name "sec:Grouping"
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \begin_layout Standard
20194 You may need to group a set of symbols.
20195  In LaTeX, for example, the typesetting of 
20196 \family typewriter
20197 {x^y}^z
20198 \family default
20199  is different from 
20200 \family typewriter
20201 x^{y^z}
20202 \family default
20203 :
20204 \end_layout
20205
20206 \begin_layout Standard
20207 \begin_inset Formula \[
20208 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{{y^{z}}}\]
20209
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \begin_layout Standard
20216 However, trying to type the 
20217 \family typewriter
20218 }
20219 \family default
20220  in LyX gives an actual closing brace in the output.
20221  To create this grouping, you need to use the key sequence 
20222 \family typewriter
20223
20224 \backslash
20225 {
20226 \family default
20227  then type space.
20228  Inside LyX, you will see red braces indicating the grouping.
20229  The example directly above shows how this works.
20230 \end_layout
20231
20232 \begin_layout Section
20233 Arrays and Multi-line Equations
20234 \end_layout
20235
20236 \begin_layout Standard
20237 Arrays, such as matrices, are easily entered in LyX.
20238  In the 
20239 \family sans
20240 Math\InsetSpace ~
20241 Panel
20242 \family default
20243  there is a matrix button, which will open a dialog for you to choose the
20244  number of rows/columns.
20245  Here is an example:
20246 \begin_inset Formula \[
20247 \left(\begin{array}{ccc}
20248 1 & 2 & 3\\
20249 4 & 5 & 6\\
20250 7 & 8 & 9\end{array}\right).\]
20251
20252 \end_inset
20253
20254 The parentheses aren't automatic, but you can add them as usual.
20255  Remember that you can add this after the fact, by highlighting the matrix
20256  inside Mathed (Position the mouse on one side of the matrix, hold the 
20257 \family sans
20258 Shift
20259 \family default
20260  key down, and hit the appropriate arrow key to move the cursor across the
20261  matrix).
20262  You can, when you construct the matrix, decide whether the columns (or
20263  some of them) will be left-, right-, or center-justified.
20264  The specification is 
20265 \family typewriter
20266 ccc
20267 \family default
20268  by default.
20269  Each letter corresponds to the relevant column.
20270  For example, 
20271 \family typewriter
20272 lcr
20273 \family default
20274  means that the first column will be left-justified, the second will be
20275  centered, and the third column will be right-justified..
20276  It will look like this:
20277 \begin_inset Formula \[
20278 \begin{array}{lcr}
20279 this & this\, column & this\, column\\
20280 column & has & has\, right\\
20281 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20282
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \begin_layout Standard
20289 You can add more rows to an existing matrix by hitting 
20290 \family sans
20291 C-Enter
20292 \family default
20293  while in the matrix, and you can add columns, or delete either, via the
20294  
20295 \family sans
20296 \bar under
20297 E
20298 \bar default
20299 dit\SpecialChar \menuseparator
20300
20301 \bar under
20302 M
20303 \bar default
20304 ath
20305 \family default
20306  and 
20307 \family sans
20308 \bar under
20309 E
20310 \bar default
20311 dit\SpecialChar \menuseparator
20312 Rows&
20313 \bar under
20314 C
20315 \bar default
20316 ols
20317 \family default
20318  menus.
20319 \end_layout
20320
20321 \begin_layout Standard
20322 There are numerous other arrays used in LaTeX math-mode, particularly with
20323  the AMS-LaTeX packages included, such as 
20324 \family typewriter
20325
20326 \backslash
20327 cases
20328 \family default
20329  and commutative diagrams.
20330  Not all of these are supported in LyX but some are, see 
20331 \family sans
20332 \bar under
20333 I
20334 \bar default
20335 nsert\SpecialChar \menuseparator
20336 Mat
20337 \bar under
20338 h
20339 \family default
20340 \bar default
20341 .
20342 \end_layout
20343
20344 \begin_layout Standard
20345 Multi-line equations are very easy to construct in LyX.
20346  A formula will automatically switch to an 
20347 \family typewriter
20348 \series medium
20349 eqnarray
20350 \family default
20351 \series default
20352  format (LaTeX's multi-line displayed equation format) if you hit 
20353 \family sans
20354 \series medium
20355 C-E
20356 \series default
20357 nter
20358 \family default
20359 .
20360  The best way to do this, if you decide you want a multi-line displayed
20361  equation, is to insert a new line (with 
20362 \family sans
20363 \series medium
20364 C-Enter
20365 \family default
20366 \series default
20367 ) immediately.
20368  Each line then has three regions, left, center, and right, which you can
20369  move through using either the arrow keys, the mouse, or the 
20370 \family sans
20371 \series medium
20372 Tab
20373 \family default
20374 \series default
20375  key.
20376  Here is an example:
20377 \begin_inset Formula \begin{eqnarray*}
20378 3 & = & 1+2\\
20379 4+5 & = & 9.\end{eqnarray*}
20380
20381 \end_inset
20382
20383 You can also turn an existing displayed formula into a multi-line formula
20384  by hitting 
20385 \family sans
20386 \series medium
20387 C-Enter
20388 \family default
20389 \series default
20390  while the cursor is anywhere on the original formula.
20391  However, LyX will 
20392 \emph on
20393 not
20394 \emph default
20395  try to decide where to break the formula up into three parts, but places
20396  everything in the left side of the line.
20397  To change the alignment points of the equation, place the cursor where
20398  you want to start the middle part of the line, and hit 
20399 \family sans
20400 C-Tab.
20401
20402 \family default
20403  It then puts everything to the right of the cursor in the middle region
20404  of the equation (which, by the way, is not typeset by LaTeX in display-math
20405  size, so you should not put large expressions like fractions there).
20406  Move to where you want the right side of the line to begin, and hit 
20407 \family sans
20408 C-Tab
20409 \family default
20410  again.
20411  The 
20412 \begin_inset Quotes eld
20413 \end_inset
20414
20415 extra
20416 \begin_inset Quotes erd
20417 \end_inset
20418
20419  insertion points in the line will disappear.
20420 \end_layout
20421
20422 \begin_layout Section
20423 Equation Numbering and Labels
20424 \begin_inset LatexCommand label
20425 name "sec:math-label"
20426
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Standard
20433 Equation numbering is very easy in LyX.
20434  All it takes to change a displayed equation like: 
20435 \begin_inset Formula \[
20436 1+2=3\]
20437
20438 \end_inset
20439
20440 into the numbered equation :
20441 \begin_inset Formula \begin{equation}
20442 1+2=3\label{mathed:first-eqn}\end{equation}
20443
20444 \end_inset
20445
20446 is to go to the 
20447 \family sans
20448 \bar under
20449 I
20450 \bar default
20451 nsert
20452 \family default
20453  menu, and select the 
20454 \family sans
20455 \bar under
20456 L
20457 \bar default
20458 abel...
20459
20460 \family default
20461  option.
20462  This opens a dialog in which you must enter some string as the label.
20463  There is no need to call it by a specific number, since LaTeX will take
20464  care of re-numbering the equation.
20465  Labels will not appear as such on the final output.
20466  LaTeX will insert appropriate numbers for the equations.
20467  The labels are used internally for cross-referencing.
20468  You can turn on numbering without a specific label with the menu option
20469  
20470 \family sans
20471 \bar under
20472 E
20473 \bar default
20474 dit\SpecialChar \menuseparator
20475
20476 \bar under
20477 M
20478 \bar default
20479 ath\SpecialChar \menuseparator
20480 Toggle\InsetSpace ~
20481
20482 \bar under
20483 N
20484 \bar default
20485 umbering
20486 \family default
20487  while the cursor is in the equation, such as: 
20488 \end_layout
20489
20490 \begin_layout Standard
20491 \begin_inset Formula \begin{equation}
20492 1+1=2.\end{equation}
20493
20494 \end_inset
20495
20496 You can toggle it on or off with this menu item.
20497  You can reference a labelled (not just numbered) equation, (cf.
20498  (
20499 \begin_inset LatexCommand ref
20500 reference "mathed:first-eqn"
20501
20502 \end_inset
20503
20504 )) by using the 
20505 \family sans
20506 Cross-Reference
20507 \family default
20508  dialog, which you open using 
20509 \family sans
20510 \bar under
20511 I
20512 \bar default
20513 nsert\SpecialChar \menuseparator
20514
20515 \bar under
20516 C
20517 \bar default
20518 ross-Reference...
20519 \family default
20520 \InsetSpace ~
20521 .
20522 \end_layout
20523
20524 \begin_layout Standard
20525 For numbered (or labelled) multi-line formulas, the default is that all
20526  lines are numbered separately.
20527  Once you attach a label to make the equation numbered, all subsequent lines
20528  receive a label of #.
20529  That label can be changed to another so that you can refer to that line,
20530  like (
20531 \begin_inset LatexCommand ref
20532 reference "mathed:third-eqn"
20533
20534 \end_inset
20535
20536 ) below.
20537 \begin_inset Formula \begin{eqnarray}
20538 1 & = & 3-2\label{mathed:second-equation}\\
20539 2 & = & 4-2\label{mathed:third-eqn}\\
20540 4 & \leq & 7.\end{eqnarray}
20541
20542 \end_inset
20543
20544 You can turn off numbering of a specific line with 
20545 \family sans
20546 \bar under
20547 E
20548 \bar default
20549 dit\SpecialChar \menuseparator
20550
20551 \bar under
20552 M
20553 \bar default
20554 ath\SpecialChar \menuseparator
20555 Toggle\InsetSpace ~
20556
20557 \bar under
20558 n
20559 \bar default
20560 umbering\InsetSpace ~
20561 of\InsetSpace ~
20562 line
20563 \family default
20564  while the cursor is on that line of a multi-line numbered equation.
20565  This also toggles.
20566  For example :
20567 \begin_inset Formula \begin{eqnarray}
20568 1 & = & 4-3\label{mathed:fourth-eqn}\\
20569 2 & = & 7-5\\
20570 1 & = & e^{2\pi i}\nonumber \\
20571 16 & \equiv & 2\,(mod\,7)\label{mathed:fifth-eqn}\end{eqnarray}
20572
20573 \end_inset
20574
20575 Note that the first equation in this set (
20576 \begin_inset LatexCommand ref
20577 reference "mathed:fourth-eqn"
20578
20579 \end_inset
20580
20581 ) is labelled, the next is numbered but unlabelled, the third is unnumbered,
20582  and the last (
20583 \begin_inset LatexCommand ref
20584 reference "mathed:fifth-eqn"
20585
20586 \end_inset
20587
20588 ) is again labelled.
20589  
20590 \end_layout
20591
20592 \begin_layout Section
20593 User defined macros in math mode
20594 \end_layout
20595
20596 \begin_layout Standard
20597 LyX allows the user to define macros for use in math mode.
20598  A macro definition box appears on screen as purple box with the name of
20599  the macro in blue (math color).
20600  It contains two cells initially marked empty by blue rectangles that can
20601  be edited as if it were ordinary math.
20602  Just try it:
20603 \begin_inset FormulaMacro
20604 \newcommand{\macro}{a+b}
20605 \end_inset
20606
20607  The contents of the first cell will be used when the macro definition is
20608  written during export as LaTeX.
20609  The contents of the second cell, however, will be used for drawing the
20610  macro's expansion on screen.
20611  In the common case where both export and drawing use the same representation,
20612  the second cell can be left empty and LyX will use the contents of the
20613  first cell will be used for export and drawing automatically.
20614 \end_layout
20615
20616 \begin_layout Standard
20617 Now, to use this macro in other math boxes just type the name in TeX mode,
20618  in this case 
20619 \family typewriter
20620
20621 \backslash
20622 macro
20623 \family default
20624 , and it will be automatically expanded: 
20625 \begin_inset Formula $c=\macro$
20626 \end_inset
20627
20628 .
20629  As you can verify, the cursor can't go inside the macro, the whole macro
20630  is like a single character, and the TeX generated code of this expression
20631  is 
20632 \family typewriter
20633 c = 
20634 \backslash
20635 macro.
20636 \end_layout
20637
20638 \begin_layout Standard
20639 However the cursor could go inside of some kind of macros, those that have
20640  
20641 \emph on
20642 arguments
20643 \emph default
20644 .
20645  In a macro definition box an argument looks like a 
20646 \family typewriter
20647 #
20648 \family default
20649  followed by the argument number:
20650 \begin_inset FormulaMacro
20651 \newcommand{\macrowarg}[1]{2+\sqrt{#1}}
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \begin_layout Standard
20658 Once expanded, this macro includes the usual empty rectangle to indicate
20659  that you can insert there whatever you want: 
20660 \family typewriter
20661
20662 \backslash
20663 macrowarg = 
20664 \begin_inset Formula $\macrowarg{}$
20665 \end_inset
20666
20667
20668 \family default
20669 .
20670  Example: 
20671 \begin_inset Formula $b=\macrowarg{x-2}$
20672 \end_inset
20673
20674 .
20675  
20676 \end_layout
20677
20678 \begin_layout Standard
20679 When exported to LaTeX, a macro definition will produce the command
20680 \newline
20681
20682 \family typewriter
20683
20684 \backslash
20685 newcommand{
20686 \backslash
20687 macrowarg}[1]{2+
20688 \backslash
20689 sqrt{#1}}
20690 \end_layout
20691
20692 \begin_layout Subsection
20693 How to create macros
20694 \end_layout
20695
20696 \begin_layout Standard
20697 To create a macro definition box use this syntax in the minibuffer:
20698 \begin_inset Foot
20699 status collapsed
20700
20701 \begin_layout Standard
20702 Macro names mustn't contain numbers!
20703 \end_layout
20704
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \begin_layout Standard
20711
20712 \family typewriter
20713 math-macro <macro name> [number of arguments]
20714 \end_layout
20715
20716 \begin_layout Standard
20717 For example, 
20718 \family typewriter
20719
20720 \backslash
20721 macro
20722 \family default
20723  was created with 
20724 \begin_inset Quotes eld
20725 \end_inset
20726
20727
20728 \family typewriter
20729 math-macro macro
20730 \family default
20731
20732 \begin_inset Quotes erd
20733 \end_inset
20734
20735 , and 
20736 \family typewriter
20737
20738 \backslash
20739 macrowarg
20740 \family default
20741  was created with 
20742 \begin_inset Quotes eld
20743 \end_inset
20744
20745
20746 \family typewriter
20747 math-macro macrowarg 1
20748 \family default
20749
20750 \begin_inset Quotes erd
20751 \end_inset
20752
20753 .
20754 \end_layout
20755
20756 \begin_layout Standard
20757 To insert an argument mark (only inside a macro definition box) simply type
20758 \newline
20759
20760 \family typewriter
20761 #<number>
20762 \family default
20763  or use 
20764 \family typewriter
20765 math-macro-arg <number>
20766 \end_layout
20767
20768 \begin_layout Standard
20769 The argument mark in 
20770 \family typewriter
20771
20772 \backslash
20773 macrowarg
20774 \family default
20775  was introduced with 
20776 \begin_inset Quotes eld
20777 \end_inset
20778
20779
20780 \family typewriter
20781 math-macro-arg 1
20782 \family default
20783
20784 \begin_inset Quotes erd
20785 \end_inset
20786
20787 .
20788 \end_layout
20789
20790 \begin_layout Standard
20791 You can use no more than 9 arguments, numbered from 1 to 9.
20792  An argument can be repeated inside the macro definition box, but of course
20793  can be edited only once.
20794 \end_layout
20795
20796 \begin_layout Subsection
20797 How to navigate in macros
20798 \end_layout
20799
20800 \begin_layout Description
20801 With\InsetSpace ~
20802 the\InsetSpace ~
20803 arrow\InsetSpace ~
20804 keys: Opening a macro from the left side will put the cursor
20805  in the first argument, to move to the second argument use the TAB key.
20806  Remember that pressing the Space bar will get the cursor out and at the
20807  right side of the macro.
20808 \end_layout
20809
20810 \begin_layout Description
20811 With\InsetSpace ~
20812 the\InsetSpace ~
20813 mouse: As usual, click on the desired argument box.
20814  Sometimes this fails if the box is empty or too small.
20815 \end_layout
20816
20817 \begin_layout Standard
20818 Currently it is only possible to define command macros, but not environment
20819  macros.
20820 \end_layout
20821
20822 \begin_layout Section
20823 Fine-Tuning
20824 \end_layout
20825
20826 \begin_layout Subsection
20827 Typefaces
20828 \end_layout
20829
20830 \begin_layout Standard
20831 You can use various typefaces in a formula.
20832  The standard font for text is italic, 
20833 \begin_inset Formula $text$
20834 \end_inset
20835
20836 , but for numbers the standard is Roman.
20837  To set a font in a formula, choose it from the math panel, or by entering
20838  the LaTeX command for it directly, as follows:
20839 \end_layout
20840
20841 \begin_layout Standard
20842 \align center
20843 \begin_inset Tabular
20844 <lyxtabular version="3" rows="9" columns="2">
20845 <features>
20846 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20847 <column alignment="center" valignment="top" rightline="true" width="0pt">
20848 <row topline="true" bottomline="true">
20849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Standard
20853 Font
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Standard
20862 LaTeX Command
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 </row>
20868 <row topline="true">
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Standard
20873
20874 \shape up
20875 \size normal
20876 \bar no
20877 \noun off
20878 \color none
20879 \begin_inset Formula $\mathrm{Roman}$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Standard
20891
20892 \family typewriter
20893
20894 \backslash
20895 mathrm
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row topline="true">
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Standard
20906 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Standard
20918
20919 \family typewriter
20920
20921 \backslash
20922 mathbf
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 </row>
20928 <row topline="true">
20929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Standard
20933 \begin_inset Formula $\mathit{Italic}$
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Standard
20945
20946 \family typewriter
20947
20948 \backslash
20949 mathit
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row topline="true">
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Standard
20960
20961 \shape up
20962 \size normal
20963 \bar no
20964 \noun off
20965 \color none
20966 \begin_inset Formula $\mathtt{Typewriter}$
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Standard
20978
20979 \family typewriter
20980
20981 \backslash
20982 mathtt
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row topline="true">
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Standard
20993 \begin_inset Formula $\mathbb{BLACKBOARD}$
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Standard
21005
21006 \family typewriter
21007
21008 \backslash
21009 mathbb
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 <row topline="true">
21016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Standard
21020 \begin_inset Formula $\mathfrak{Fraktur}$
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Standard
21032
21033 \family typewriter
21034
21035 \backslash
21036 mathfrak
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 </row>
21042 <row topline="true">
21043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Standard
21047
21048 \shape up
21049 \size normal
21050 \emph on
21051 \bar no
21052 \noun off
21053 \color none
21054 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Standard
21066
21067 \family typewriter
21068
21069 \backslash
21070 mathcal
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 </row>
21076 <row topline="true" bottomline="true">
21077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Standard
21081 \begin_inset Formula $\mathsf{SansSerif}$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Standard
21093
21094 \backslash
21095
21096 \family typewriter
21097 mathsf
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 </row>
21103 </lyxtabular>
21104
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \begin_layout Standard
21111 LaTeX's math mode does not support all characters in all fonts, and only
21112  letters will be supported with these font styles; some only support capital
21113  letters.
21114 \end_layout
21115
21116 \begin_layout Standard
21117 For any of these fonts, you have to be careful how you enter the text.
21118  If there is text to the right of the entry point, the font reverts to that
21119  style after one character.
21120  To be able to type a string in a particular font, make sure there is a
21121  protected-space to the right of the cursor.
21122  Also, entering a protected-space will revert subsequent text to standard
21123  font.
21124  The font styles are nestable, as LaTeX does.
21125  This can be a little confusing, as selecting a different font on a selection
21126  will 
21127 \emph on
21128 not
21129 \emph default
21130  change the selection, but insert a new nested level with the new typeface.
21131 \end_layout
21132
21133 \begin_layout Standard
21134 It is possible (in AMS-LaTeX) to embolden (not italicize) numbers and special
21135  symbols.
21136  However, LyX does not yet support this in WYSIWYM manner\SpecialChar \@.
21137  It will print
21138  correctly, though.
21139  To get emboldened symbols, for example a bold 
21140 \begin_inset Formula $\alpha$
21141 \end_inset
21142
21143 , enter 
21144 \family typewriter
21145
21146 \backslash
21147 boldsymbol{
21148 \backslash
21149 alpha}
21150 \family default
21151  in Mathed.
21152  The closing brace appears (in red) automatically when you type the opening
21153  brace.
21154  This works for all symbols, as well as numbers.
21155 \end_layout
21156
21157 \begin_layout Standard
21158 A number of other options are available as well, via 
21159 \family sans
21160 \bar under
21161 I
21162 \bar default
21163 nsert\SpecialChar \menuseparator
21164 Mat
21165 \bar under
21166 h
21167 \bar default
21168 \SpecialChar \menuseparator
21169 Font\InsetSpace ~
21170 Change
21171 \family default
21172 .
21173 \end_layout
21174
21175 \begin_layout Subsection
21176 Math Text Mode
21177 \end_layout
21178
21179 \begin_layout Standard
21180 Typefaces are useful for entering variable names in some given font, but
21181  certainly not for anything else, and in particular not text.
21182  For typing longer pieces of text, use math text mode, which is obtained
21183  by typing 
21184 \family sans
21185 M-m m
21186 \family default
21187  while already in math mode.
21188  (The same command will get out of math text mode, too.) Math text mode appears
21189  on the screen in black instead of blue.
21190  You cannot enter punctuation or font changes in your text
21191 \begin_inset Foot
21192 status collapsed
21193
21194 \begin_layout Standard
21195 Moreover, math text mode outputs its contents inside a 
21196 \family typewriter
21197
21198 \backslash
21199 textrm{}
21200 \family default
21201 , whereas 
21202 \family typewriter
21203
21204 \backslash
21205 mbox
21206 \family default
21207  or AMS-LaTeX's 
21208 \backslash
21209
21210 \family typewriter
21211 text
21212 \family default
21213  might have been a better choice
21214 \end_layout
21215
21216 \end_inset
21217
21218 , but it works for simple text.
21219  Here's an example:
21220 \begin_inset Formula \[
21221 f(x)=\begin{array}{cc}
21222 x & \textrm{if I say so}\\
21223 -x & \textrm{otherwise}\end{array}\]
21224
21225 \end_inset
21226
21227
21228 \end_layout
21229
21230 \begin_layout Subsection
21231 Font Sizes
21232 \end_layout
21233
21234 \begin_layout Standard
21235 There are four (relative) font sizes (or 
21236 \begin_inset Quotes eld
21237 \end_inset
21238
21239 styles
21240 \begin_inset Quotes erd
21241 \end_inset
21242
21243 ) used in math-mode, which are automatically chosen in most situations.
21244  These are called 
21245 \emph on
21246 textstyle
21247 \emph default
21248
21249 \emph on
21250 displaystyle
21251 \emph default
21252
21253 \emph on
21254 scriptstyle
21255 \emph default
21256 , and 
21257 \emph on
21258 scriptscriptstyle
21259 \emph default
21260 .
21261  For most characters, 
21262 \emph on
21263 textstyle
21264 \emph default
21265  and 
21266 \emph on
21267 displaystyle
21268 \emph default
21269  are actually the same size, but fractions, superscripts and subscripts,
21270  and certain other effects, are set larger or placed differently in 
21271 \emph on
21272 displaystyle
21273 \emph default
21274 .
21275  Except for some operators, which re-size themselves to accommodate various
21276  situations, all text will be set in these various sizes as LaTeX thinks
21277  is appropriate.
21278  These choices can be over-ridden by using the math panel button 
21279 \begin_inset Graphics
21280         filename ../images/math/style.xpm
21281         scale 70
21282
21283 \end_inset
21284
21285 .
21286  For example, you can set 
21287 \begin_inset Formula $\frac{1}{2}$
21288 \end_inset
21289
21290  normally (
21291 \emph on
21292 textstyle
21293 \emph default
21294 ), or you can make it larger, which also changes the line-spacing, by using
21295  
21296 \emph on
21297 displaystyle
21298 \emph default
21299 .
21300  Then a new box will appear in the formula where you can insert the fraction:
21301  
21302 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21303 \end_inset
21304
21305 .
21306  Here are some text in the various styles: 
21307 \begin_inset Formula $displaystyle$
21308 \end_inset
21309
21310
21311 \begin_inset Formula ${\textstyle textstyle}$
21312 \end_inset
21313
21314
21315 \begin_inset Formula ${\scriptstyle scriptstyle}$
21316 \end_inset
21317
21318
21319 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21320 \end_inset
21321
21322 .
21323 \end_layout
21324
21325 \begin_layout Standard
21326 All these math-mode font sizes are relative, that is, if the whole math
21327  inset and surrounding text are set in a particular size, all these sizes
21328  will be adjusted.
21329  Similarly, if the base font size of the document is changed, all fonts
21330  will be adjusted to correspond.
21331  
21332 \end_layout
21333
21334 \begin_layout Standard
21335
21336 \family roman
21337 \size largest
21338 Here is a paragraph in 
21339 \begin_inset Quotes eld
21340 \end_inset
21341
21342 largest
21343 \begin_inset Quotes erd
21344 \end_inset
21345
21346  font, with symbols: 
21347 \begin_inset Formula $\alpha$
21348 \end_inset
21349
21350 .
21351 \end_layout
21352
21353 \begin_layout Standard
21354 This applies to math fonts in titles, etc.
21355  as well.
21356 \end_layout
21357
21358 \begin_layout Section
21359 AMS-LaTeX
21360 \end_layout
21361
21362 \begin_layout Standard
21363 The American Mathematical Society (AMS) provide a LaTeX packages that are
21364  in common use.
21365  LyX includes some support for these packages.
21366 \end_layout
21367
21368 \begin_layout Subsection
21369 Enabling AMS-Support
21370 \end_layout
21371
21372 \begin_layout Standard
21373 In the 
21374 \family sans
21375 \bar under
21376 D
21377 \bar default
21378 ocument\SpecialChar \menuseparator
21379
21380 \bar under
21381 S
21382 \bar default
21383 ettings
21384 \family default
21385  dialog there is a checkbox, 
21386 \family sans
21387 Use\InsetSpace ~
21388 AMS\InsetSpace ~
21389 Math
21390 \family default
21391 .
21392  If selected, this will include the AMS-package in the document, and make
21393  the facilities available.
21394 \end_layout
21395
21396 \begin_layout Subsection
21397 AMS-Symbols
21398 \end_layout
21399
21400 \begin_layout Standard
21401 The AMS-LaTeX packages add support for some mathematical symbols that are
21402  not accessible from plain LaTeX (or LyX), but are fairly common in mathematical
21403  typesetting, such as the old-German Fraktur font and the stylized 
21404 \begin_inset Quotes eld
21405 \end_inset
21406
21407 blackboard bold
21408 \begin_inset Quotes erd
21409 \end_inset
21410
21411  fonts commonly used to denote the real or complex numbers, or the integers.
21412  Once activated, all AMS-LaTeX symbols and environments are available.
21413  You will run into trouble if you include these packages from the preamble,
21414  since LyX now defines a few of the macros used in these packages on its
21415  own.
21416  The AMS-layouts include these packages automatically.
21417 \end_layout
21418
21419 \begin_layout Subsection
21420 AMS-Formula Types
21421 \end_layout
21422
21423 \begin_layout Standard
21424 AMS-LaTeX provides a selection of different formula types.
21425  LyX allows you to choose between 
21426 \family typewriter
21427 align
21428 \family default
21429
21430 \family typewriter
21431 alignat
21432 \family default
21433
21434 \family typewriter
21435 flalign
21436 \family default
21437
21438 \family typewriter
21439 gather
21440 \family default
21441 , and 
21442 \family typewriter
21443 multline
21444 \family default
21445 .
21446  Refer to the AMS-documenta\SpecialChar \-
21447 tion for the differences between these formula
21448  types.
21449 \end_layout
21450
21451 \begin_layout Chapter
21452 More Tools
21453 \end_layout
21454
21455 \begin_layout Section
21456 Cross-References
21457 \begin_inset LatexCommand label
21458 name "sec:crossref"
21459
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \begin_layout Standard
21466 Those of you reading this manual online will see a grey box with text in
21467  it, right before the beginning of this sentence.
21468  This is a 
21469 \family sans
21470 Label
21471 \family default
21472 .
21473  Properly speaking, it is one half of a cross-reference.
21474  The other half is the 
21475 \family sans
21476 Reference
21477 \family default
21478  proper, and it looks like this: 
21479 \begin_inset LatexCommand ref
21480 reference "sec:crossref"
21481
21482 \end_inset
21483
21484 .
21485  Again, those of you reading the manual online will see a gray box with
21486  text in it.
21487  Those reading printed versions, however, will see a number --- in this
21488  case, the number of this section.
21489  There are also other varieties of cross-reference: for example, 
21490 \begin_inset LatexCommand pageref
21491 reference "sec:crossref"
21492
21493 \end_inset
21494
21495 .
21496  This is the page number containing the location of the label.
21497  That's what cross-references do: they let you reference other parts of
21498  your document.
21499  You don't need to remember which section number was what anymore --- LyX
21500  will do that for you! All you need to do is use a 
21501 \family sans
21502 Label
21503 \family default
21504  to mark a section, figure, table, formula, etc., and then refer to it via
21505  a 
21506 \family sans
21507 Reference
21508 \family default
21509 .
21510 \end_layout
21511
21512 \begin_layout Standard
21513 To insert a label, use 
21514 \family sans
21515 \bar under
21516 I
21517 \bar default
21518 nsert
21519 \bar under
21520 \SpecialChar \menuseparator
21521 L
21522 \bar default
21523 abel
21524 \family default
21525 .
21526  A box will appear where you can enter your label.
21527  You can change the name of the label at a later time by simply clicking
21528  on the gray box and reopening the label dialog.
21529 \end_layout
21530
21531 \begin_layout Standard
21532 To insert a reference, select 
21533 \family sans
21534 \bar under
21535 I
21536 \bar default
21537 nsert
21538 \bar under
21539 \SpecialChar \menuseparator
21540 C
21541 \bar default
21542 ross\InsetSpace ~
21543 Reference
21544 \family default
21545 .
21546  The 
21547 \family sans
21548 Insert\InsetSpace ~
21549 Cross-Reference
21550 \family default
21551  dialog appears with a list of labels.
21552  Selecting a list item, then clicking 
21553 \family sans
21554 OK
21555 \family default
21556  inserts a reference into the text; changing the 
21557 \family sans
21558 \bar under
21559 R
21560 \bar default
21561 eference type
21562 \family default
21563  allows you to insert a page number or other reference variant instead.
21564 \end_layout
21565
21566 \begin_layout Standard
21567 Note that if you cut & paste text from another document that contains a
21568  
21569 \family sans
21570 Label
21571 \family default
21572  or 
21573 \family sans
21574 Reference
21575 \family default
21576 , or if you delete a label in your text, LaTeX will complain:
21577 \end_layout
21578
21579 \begin_layout Quote
21580
21581 \family typewriter
21582 LaTeX Warning:
21583 \family default
21584  
21585 \family typewriter
21586 Reference `X' on page Y undefined on input line Z
21587 \newline
21588 LaTeX Warning:
21589 \family default
21590  
21591 \family typewriter
21592 There were undefined references
21593 \end_layout
21594
21595 \begin_layout Standard
21596 You'll also see two question marks in the output instead of the reference.
21597 \end_layout
21598
21599 \begin_layout Standard
21600 There are a few more comments we need to make about the 
21601 \family sans
21602 Labels
21603 \family default
21604 .
21605  They always print the number of the section heading closest to them.
21606  So --- if you want to put a label on a 
21607 \family sans
21608 Chapter
21609 \family default
21610 , but a 
21611 \family sans
21612 Section
21613 \family default
21614  heading immediately follows it, you need to put the 
21615 \family sans
21616 Label
21617 \family default
21618  
21619 \emph on
21620 into
21621 \emph default
21622  the 
21623 \family sans
21624 Chapter
21625 \family default
21626  environment.
21627  It doesn't matter where, and it will look weird on the LyX screen.
21628  However, you need to do this if you want to label the 
21629 \family sans
21630 Chapter
21631 \family default
21632  separately from the 
21633 \family sans
21634 Section
21635 \family default
21636 .
21637  The same goes for all other section headings.
21638 \end_layout
21639
21640 \begin_layout Standard
21641 Also, a 
21642 \family sans
21643 Label
21644 \family default
21645  
21646 \emph on
21647 only
21648 \emph default
21649  makes sense in 
21650 \emph on
21651 numbered
21652 \emph default
21653  section headings and table and figure floats.
21654  Bare figures and tables aren't numbered, so, like unnumbered section headings,
21655  you can't really use a 
21656 \family sans
21657 Label
21658 \family default
21659  on it.
21660 \begin_inset Foot
21661 status open
21662
21663 \begin_layout Standard
21664 Well, you 
21665 \emph on
21666 can
21667 \emph default
21668 , but only if you use the 
21669 \family sans
21670 Page\InsetSpace ~
21671 number
21672 \family default
21673  reference.
21674  The regular 
21675 \family sans
21676 Reference
21677 \family default
21678  --- the one that refers to a section/table/figure number --- won't work,
21679  because there's no numbered thingy to refer to! You could also use bare
21680  
21681 \family sans
21682 Label
21683 \family default
21684 s as page markers, then refer back to them using the 
21685 \family sans
21686 Page\InsetSpace ~
21687 number
21688 \family default
21689  reference.
21690  Once again, the regular 
21691 \family sans
21692 Reference
21693 \family default
21694  won't work very well.
21695  It will refer to something, but that something will typically be the number
21696  of the previous numbered section heading.
21697 \end_layout
21698
21699 \end_inset
21700
21701  See sections 
21702 \begin_inset LatexCommand ref
21703 reference "sec:figurefloats"
21704
21705 \end_inset
21706
21707
21708 \begin_inset LatexCommand ref
21709 reference "sec:table float"
21710
21711 \end_inset
21712
21713 , and 
21714 \begin_inset LatexCommand ref
21715 reference "sec:math-label"
21716
21717 \end_inset
21718
21719  for details on using a 
21720 \family sans
21721 Label
21722 \family default
21723  with figures, tables, and equations, respectively.
21724  
21725 \end_layout
21726
21727 \begin_layout Section
21728 URLs (Uniform Resource Locators)
21729 \end_layout
21730
21731 \begin_layout Standard
21732 It is often desirable to include long 
21733 \begin_inset Quotes eld
21734 \end_inset
21735
21736 verbatim
21737 \begin_inset Quotes erd
21738 \end_inset
21739
21740  items in a document such as Web site URLs, e-mail addresses, etc.; these
21741  things typically do not contain any spaces and are thus difficult to typeset
21742  properly.
21743  Such items will often fall on a line boundary if they cannot be split,
21744  resulting in an overfull or underfull line depending on the circumstances.
21745  You can use 
21746 \family sans
21747 Insert\SpecialChar \menuseparator
21748
21749 \bar under
21750 U
21751 \bar default
21752 RL
21753 \family default
21754  within LyX to enter a long URL and have it split gracefully (if necessary)
21755  along automatically determined boundaries.
21756 \end_layout
21757
21758 \begin_layout Standard
21759 At the point in the document where you want to enter the URL (or other address-l
21760 ike entity) simply select 
21761 \family sans
21762 Insert\SpecialChar \menuseparator
21763
21764 \bar under
21765 U
21766 \bar default
21767 RL
21768 \family default
21769 ; a dialog will appear where you can enter the full URL (in the 
21770 \family sans
21771 \bar under
21772 U
21773 \bar default
21774 rl:
21775 \family default
21776  field).
21777  In its simplest usage, that's all you need to do.
21778  Click on the following gray box to see how LyX's homepage would be entered:
21779  
21780 \begin_inset LatexCommand url
21781 target "http://www.lyx.org"
21782
21783 \end_inset
21784
21785 .
21786 \begin_inset Foot
21787 status open
21788
21789 \begin_layout Standard
21790
21791 \series bold
21792 Important note
21793 \series default
21794 : When you use the following characters: "%", "#", "^", you have to write
21795  them with a backslash before, e.g.
21796  
21797 \begin_inset Quotes eld
21798 \end_inset
21799
21800
21801 \backslash
21802 #
21803 \begin_inset Quotes erd
21804 \end_inset
21805
21806 .
21807  URLs mustn't end with a backslash!
21808 \end_layout
21809
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \begin_layout Standard
21816 If you would like to associate some definite phrase with the URL, enter
21817  it into the 
21818 \family sans
21819 \bar under
21820 N
21821 \bar default
21822 ame
21823 \family default
21824  field of the dialog; it will be typeset as plain text immediately before
21825  the URL.
21826  For example, I might say that you can find all things related to LaTeX
21827  at 
21828 \newline
21829
21830 \begin_inset LatexCommand url
21831 name "CTAN"
21832 target "http://ctan.tug.org"
21833
21834 \end_inset
21835
21836 .
21837  On the printed page, the last sentence ends as 
21838 \begin_inset Quotes eld
21839 \end_inset
21840
21841 all things related to LaTeX at CTAN 
21842 \family typewriter
21843 http://ctan.tug.org
21844 \family default
21845
21846 \begin_inset Quotes erd
21847 \end_inset
21848
21849 .
21850 \end_layout
21851
21852 \begin_layout Standard
21853 [
21854 \emph on
21855 Author's Note: somebody needs to document the
21856 \emph default
21857  
21858 \family sans
21859 \bar under
21860 H
21861 \bar default
21862 TML Type
21863 \family default
21864  
21865 \emph on
21866 button
21867 \emph default
21868 ]
21869 \end_layout
21870
21871 \begin_layout Section
21872 Specifying Short Titles with Optional Arguments
21873 \begin_inset OptArg
21874 status collapsed
21875
21876 \begin_layout Standard
21877 Short Titles
21878 \end_layout
21879
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \begin_layout Standard
21886 Some section or chapter titles, such as this one, can get quite long.
21887  This can cause over-runs when there is limited horizontal space.
21888  For example, if the header of the page is set to show the current section
21889  title, a long title will over-run past the edges, and look awful.
21890 \end_layout
21891
21892 \begin_layout Standard
21893 LaTeX allows you to specify an optional argument to the section commands
21894  that specifies a shorter version of the title
21895 \begin_inset Foot
21896 status collapsed
21897
21898 \begin_layout Standard
21899 For those who don't know LaTeX, commands look like this: 
21900 \family typewriter
21901
21902 \backslash
21903 command[optionalargument]{the content}
21904 \end_layout
21905
21906 \end_inset
21907
21908 .
21909  This shorter version is used in the header and in the actual Table of Contents,
21910  avoiding the problem mentioned.
21911  LyX allows you to specify this optional argument by selecting 
21912 \family sans
21913 \bar under
21914 I
21915 \bar default
21916 nsert\SpecialChar \menuseparator
21917 Short\InsetSpace ~
21918 Title
21919 \family default
21920 .
21921  This will insert a box (labelled 
21922 \begin_inset Quotes eld
21923 \end_inset
21924
21925 opt
21926 \begin_inset Quotes erd
21927 \end_inset
21928
21929 , which stands for 
21930 \begin_inset Quotes eld
21931 \end_inset
21932
21933 optional
21934 \begin_inset Quotes erd
21935 \end_inset
21936
21937 ) which you can use to enter the short title text.
21938  This also works for captions inside floats.
21939 \end_layout
21940
21941 \begin_layout Standard
21942 The title of this section is a good example of using this feature.
21943 \end_layout
21944
21945 \begin_layout Section
21946 Branches
21947 \end_layout
21948
21949 \begin_layout Standard
21950 Sometimes you wish to be able to output to paper multiple versions of the
21951  same document.
21952  The most extreme version of this is, when you want to prepare a single
21953  document in two or more different languages, but as a single document file,
21954  with corresponding pieces of text adjacent in the file and on-screen.
21955  This can be achieved with 
21956 \emph on
21957 branches
21958 \emph default
21959 .
21960 \end_layout
21961
21962 \begin_layout Standard
21963 First, you have to 
21964 \emph on
21965 define
21966 \emph default
21967  the branches available within a particular document.
21968  This is done in the 
21969 \family sans
21970 Document\SpecialChar \menuseparator
21971 Settings\SpecialChar \menuseparator
21972 Branches
21973 \family default
21974  tab.
21975  You can also associate a background colour with each branch, e.g., red for
21976  the English language, blue for the German language branch.
21977  Then, you create a branch inset from the 
21978 \family sans
21979 Insert\SpecialChar \menuseparator
21980 Branch
21981 \family default
21982  menu item.
21983  The inset will contain the text that you want to be output when this branch
21984  is activated.
21985 \end_layout
21986
21987 \begin_layout Standard
21988
21989 \emph on
21990 Activation
21991 \emph default
21992  or 
21993 \emph on
21994 deactivation
21995 \emph default
21996  of a branch is done from the document settings menu.
21997  All insets belonging to deactivated branches will be automatically closed,
21998  those belonging to activated branches automatically opened.
21999 \end_layout
22000
22001 \begin_layout Standard
22002 Other possible applications of the Branches paradigm include a 
22003 \begin_inset Quotes eld
22004 \end_inset
22005
22006 teacher's version
22007 \begin_inset Quotes erd
22008 \end_inset
22009
22010  of a textbook containing the answers to questions, etc.
22011 \begin_inset Note Note
22012 status collapsed
22013
22014 \begin_layout Standard
22015 Once this doc is updated to 1.4, include branch examples here!
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Section
22024 Previewing snippets of your document
22025 \end_layout
22026
22027 \begin_layout Standard
22028 LyX allows you to generate previews of sections of your document on the
22029  fly so you can see how they'll look in the final document without having
22030  to break your train of thought with 
22031 \family sans
22032 \bar under
22033 V
22034 \bar default
22035 iew\SpecialChar \menuseparator
22036
22037 \bar under
22038 D
22039 \bar default
22040 VI
22041 \family default
22042 .
22043  If you'd like to see your math formulae typeset by LaTeX then install the
22044  necessary software (see below) and select the 
22045 \family sans
22046 Instant
22047 \family default
22048  
22049 \family sans
22050 \bar under
22051 p
22052 \bar default
22053 review
22054 \family default
22055  
22056 \begin_inset Quotes eld
22057 \end_inset
22058
22059 On
22060 \begin_inset Quotes erd
22061 \end_inset
22062
22063  pulldown item in the 
22064 \family sans
22065 \bar under
22066 T
22067 \bar default
22068 ools\SpecialChar \menuseparator
22069
22070 \bar under
22071 P
22072 \bar default
22073 references
22074 \family default
22075  dialog.
22076  (It can be found in the 
22077 \family sans
22078 Look\InsetSpace ~
22079 and\InsetSpace ~
22080 feel\SpecialChar \menuseparator
22081 Graphics
22082 \family default
22083  pane in the Qt frontend and the 
22084 \family sans
22085 Look\InsetSpace ~
22086 &\InsetSpace ~
22087 Feel\SpecialChar \menuseparator
22088 Misc
22089 \family default
22090  tab in the XForms frontend.) Previews are generated when you load a document
22091  into LyX and when you finish editing an inset.
22092  Previews of an already loaded document are 
22093 \emph on
22094 not
22095 \emph default
22096  generated just by selecting the 
22097 \family sans
22098 Instant
22099 \family default
22100  
22101 \family sans
22102 \bar under
22103 p
22104 \bar default
22105 review
22106 \family default
22107  check box.
22108 \end_layout
22109
22110 \begin_layout Standard
22111 LyX will generate previews of math insets.
22112  It will also generate previews of include insets or 
22113 \begin_inset Quotes eld
22114 \end_inset
22115
22116 child documents
22117 \begin_inset Quotes erd
22118 \end_inset
22119
22120  if you select the 
22121 \family sans
22122 \bar under
22123 S
22124 \bar default
22125 how\InsetSpace ~
22126 preview
22127 \family default
22128  check box in the inset's dialog.
22129  This latter is useful if you wish to generate a preview of a LaTeX figure,
22130  for example.
22131  Coming in version 1.4 are previews of the external inset also.
22132 \end_layout
22133
22134 \begin_layout Standard
22135 To get previews working, you'll need some additional software.
22136  First, you'll need the preview.sty LaTeX package.
22137  Find it on your local CTAN mirror at 
22138 \newline
22139
22140 \family typewriter
22141 CTAN/support/preview-latex/
22142 \family default
22143 .
22144  Thereafter, you'll need the usual tools: 
22145 \family typewriter
22146 latex
22147 \family default
22148
22149 \family typewriter
22150 dvips
22151 \family default
22152  and 
22153 \family typewriter
22154 gs
22155 \family default
22156 .Finally, you'll obtain prettier results if you install 
22157 \family typewriter
22158 pnmcrop
22159 \family default
22160 from the 
22161 \family typewriter
22162 netpbm
22163 \family default
22164  package.
22165 \end_layout
22166
22167 \begin_layout Section
22168 Spacing, pagination and line breaks
22169 \end_layout
22170
22171 \begin_layout Subsection
22172 Extra Horizontal Space
22173 \begin_inset LatexCommand label
22174 name "sec:hspace"
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Standard
22182
22183 \family sans
22184 HFill
22185 \family default
22186 s are a special LyX feature for adding extra space in a uniform fashion.
22187  An 
22188 \family sans
22189 HFill
22190 \family default
22191  is actually a variable length space, whose length always equals the remaining
22192  space between the left and right margins.
22193  If there is more than one 
22194 \family sans
22195 HFill
22196 \family default
22197  on a line, they divide the available space equally between themselves.
22198  
22199 \end_layout
22200
22201 \begin_layout Standard
22202 Note: if an 
22203 \family sans
22204 HFill
22205 \family default
22206  is at the beginning of a line, and it's 
22207 \emph on
22208 not
22209 \emph default
22210  the first line in a paragraph, LyX ignores it.
22211  This prevents 
22212 \family sans
22213 HFill
22214 \family default
22215 s from accidentally being wrapped onto a new line.
22216 \end_layout
22217
22218 \begin_layout Standard
22219
22220 \family sans
22221 HFill
22222 \family roman
22223 s
22224 \family default
22225  can be inserted with 
22226 \family sans
22227 \bar under
22228 I
22229 \bar default
22230 nsert\SpecialChar \menuseparator
22231 Special\InsetSpace ~
22232 F
22233 \bar under
22234 o
22235 \bar default
22236 rmatting\SpecialChar \menuseparator
22237
22238 \bar under
22239 H
22240 \bar default
22241 orizontal\InsetSpace ~
22242 Fill
22243 \family default
22244 .
22245  Here a few examples what you can do with them:
22246 \end_layout
22247
22248 \begin_layout Quote
22249 \noindent
22250 This is on the left side 
22251 \hfill
22252 This is on the right
22253 \end_layout
22254
22255 \begin_layout Quote
22256 \noindent
22257 Left
22258 \hfill
22259 Middle
22260 \hfill
22261 Right
22262 \end_layout
22263
22264 \begin_layout Quote
22265 \noindent
22266 Left
22267 \hfill
22268 1/3 Left
22269 \hfill
22270
22271 \hfill
22272 Right
22273 \end_layout
22274
22275 \begin_layout Standard
22276 That was an example in the 
22277 \family sans
22278 Quote
22279 \family default
22280  environment.
22281  Here:
22282 \hfill
22283 :is one in a standard paragraph.
22284  It may or may not be apparent in the printed text, but it 
22285 \emph on
22286 is
22287 \emph default
22288  sitting in-between the two 
22289 \begin_inset Quotes eld
22290 \end_inset
22291
22292 :
22293 \begin_inset Quotes erd
22294 \end_inset
22295
22296 .
22297 \end_layout
22298
22299 \begin_layout Standard
22300 Remember that we said that an 
22301 \family sans
22302 HFill
22303 \family default
22304  always fills the remaining space between the margins? There may be more
22305  than one set of margins on a line.
22306  Here's an example with the 
22307 \family sans
22308 List
22309 \family default
22310  environment.
22311 \end_layout
22312
22313 \begin_layout Labeling
22314 \labelwidthstring MMMMMMM
22315 one
22316 \hfill
22317 two :three
22318 \hfill
22319 four
22320 \hfill
22321 five
22322 \hfill
22323 six
22324 \end_layout
22325
22326 \begin_layout Standard
22327 The 
22328 \begin_inset Quotes eld
22329 \end_inset
22330
22331 :
22332 \begin_inset Quotes erd
22333 \end_inset
22334
22335  marks the beginning of the item.
22336  (There is actually a 
22337 \begin_inset Quotes eld
22338 \end_inset
22339
22340 hidden
22341 \begin_inset Quotes erd
22342 \end_inset
22343
22344  
22345 \family sans
22346 HFill
22347 \family default
22348  inside of the label of the 
22349 \family sans
22350 List
22351 \family default
22352  environment; it's put at the end of the label automatically.) 
22353 \family sans
22354 HFill
22355 \family default
22356 s work similarly in other 
22357 \begin_inset Quotes eld
22358 \end_inset
22359
22360 multi-margin
22361 \begin_inset Quotes erd
22362 \end_inset
22363
22364  situations, like two-column mode.
22365 \end_layout
22366
22367 \begin_layout Subsection
22368 Extra Vertical Space
22369 \begin_inset LatexCommand label
22370 name "sec:vertspace"
22371
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \begin_layout Standard
22378 To add extra vertical space above or below a paragraph, use 
22379 \family sans
22380 \bar under
22381 E
22382 \bar default
22383 dit\SpecialChar \menuseparator
22384
22385 \bar under
22386 P
22387 \bar default
22388 aragraph\InsetSpace ~
22389 Settings
22390 \family default
22391  to open the 
22392 \family sans
22393 Paragraph\InsetSpace ~
22394 Settings
22395 \family default
22396  dialog.
22397 \end_layout
22398
22399 \begin_layout Standard
22400 We will not provide an example of a 
22401 \family sans
22402 VFill
22403 \family default
22404 , as it would waste paper.
22405  They work the same as any other type of filler, including 
22406 \family sans
22407 HFill
22408 \family default
22409 s: they fill the remaining vertical space on a page with blank space.
22410  If there are several 
22411 \family sans
22412 VFill
22413 \family default
22414 s on a page, they divide the remaining vertical space equally between themselves.
22415  You can therefore use 
22416 \family sans
22417 VFill
22418 \family default
22419 s to center text on a page, or even place text 2/3 down a page, or 1/4,
22420  and so on.
22421 \end_layout
22422
22423 \begin_layout Standard
22424 Note that for paragraphs at the top/bottom of a page, the extra space is
22425  only added if you have also checked the option 
22426 \family sans
22427 \bar under
22428 E
22429 \bar default
22430 dit\SpecialChar \menuseparator
22431
22432 \bar under
22433 P
22434 \bar default
22435 aragraph\InsetSpace ~
22436 Settings\SpecialChar \menuseparator
22437
22438 \bar under
22439 S
22440 \bar default
22441 pacing\SpecialChar \menuseparator
22442
22443 \bar under
22444 K
22445 \bar default
22446 eep\InsetSpace ~
22447 space
22448 \family default
22449 .
22450 \end_layout
22451
22452 \begin_layout Subsection
22453 Changing Paragraph Alignment
22454 \end_layout
22455
22456 \begin_layout Standard
22457 You can also change the paragraph alignment with the 
22458 \family sans
22459 \bar under
22460 E
22461 \bar default
22462 dit\SpecialChar \menuseparator
22463
22464 \bar under
22465 P
22466 \bar default
22467 aragraph\InsetSpace ~
22468 Settings
22469 \family default
22470  dialog.
22471  There are four possibilities: 
22472 \end_layout
22473
22474 \begin_layout Itemize
22475
22476 \family sans
22477 \bar under
22478 J
22479 \bar default
22480 ustified
22481 \end_layout
22482
22483 \begin_layout Itemize
22484
22485 \family sans
22486 \bar under
22487 L
22488 \bar default
22489 eft
22490 \end_layout
22491
22492 \begin_layout Itemize
22493
22494 \family sans
22495 \bar under
22496 R
22497 \bar default
22498 ight
22499 \end_layout
22500
22501 \begin_layout Itemize
22502
22503 \family sans
22504 \bar under
22505 C
22506 \bar default
22507 enter
22508 \end_layout
22509
22510 \begin_layout Standard
22511 The default in most cases is justified alignment, in which the inter-word
22512  spacing is variable and each line of a paragraph fills the region between
22513  the left and right margins.
22514  The other three alignments should be self-explanatory, and look like this:
22515 \end_layout
22516
22517 \begin_layout Standard
22518 \align right
22519 This paragraph is right aligned,
22520 \end_layout
22521
22522 \begin_layout Standard
22523 \align center
22524 this one is centered,
22525 \end_layout
22526
22527 \begin_layout Standard
22528 \align left
22529 this one is left aligned.
22530 \end_layout
22531
22532 \begin_layout Standard
22533 In some paragraph environments, the default is something other than justified
22534  alignment.
22535  
22536 \end_layout
22537
22538 \begin_layout Subsection
22539 Forcing Page Breaks
22540 \begin_inset LatexCommand label
22541 name "sec:pagebreak"
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Standard
22549 If you don't like the way LaTeX does the page breaks in your document, you
22550  can force a pagebreak where you want one.
22551  In general, this will 
22552 \emph on
22553 not
22554 \emph default
22555  be necessary because LaTeX is good at pagebreaking, as was already mentioned
22556  in section 
22557 \begin_inset LatexCommand ref
22558 reference "sec:widows"
22559
22560 \end_inset
22561
22562 .
22563 \end_layout
22564
22565 \begin_layout Standard
22566 So in general there is no need to use the option described below, and we
22567  recommend not using it until the text is finished, and until you have checked
22568  in the preview to see if you 
22569 \emph on
22570 really
22571 \emph default
22572  have to change the pagebreaking.You can force a pagebreak above or below
22573  a paragraph in the 
22574 \family sans
22575 \bar under
22576 E
22577 \bar default
22578 dit\SpecialChar \menuseparator
22579
22580 \bar under
22581 P
22582 \bar default
22583 aragraph\InsetSpace ~
22584 Settings
22585 \family default
22586  dialog by selecting the checkboxes to add a pagebreak above or below the
22587  paragraph.
22588 \end_layout
22589
22590 \begin_layout Standard
22591 You might try to use a pagebreak to ensure that a figure or table appears
22592  at the top of a page.
22593  This is, of course, the wrong way to do it.
22594  LyX gives you a way of automatically ensuring that your figures and tables
22595  appear at the top of a page [or the bottom, or on their own page] without
22596  having to worry about what precedes or follows your figure or table.
22597  See sections 
22598 \begin_inset LatexCommand ref
22599 reference "sec:figures"
22600
22601 \end_inset
22602
22603  and 
22604 \begin_inset LatexCommand ref
22605 reference "sec:tables"
22606
22607 \end_inset
22608
22609  and read about 
22610 \family sans
22611 Floats
22612 \family default
22613  to learn more.
22614 \end_layout
22615
22616 \begin_layout Subsection
22617 Blanks/Spaces
22618 \end_layout
22619
22620 \begin_layout Standard
22621 A blank is a blank? Not in good typography.
22622  While you might be used to press the space key anytime you want to separate
22623  two words in ordinary word processors, LyX offers you more spaces: Spaces
22624  of different width and spaces which can or cannot be broken at the end
22625  of a line.
22626  The following sections will show you some examples where those spaces are
22627  useful.
22628 \end_layout
22629
22630 \begin_layout Subsubsection
22631 Inter-word Space
22632 \begin_inset LatexCommand label
22633 name "sec:normblank-lbreak-horline"
22634
22635 \end_inset
22636
22637
22638 \end_layout
22639
22640 \begin_layout Standard
22641 Some languages (e.\InsetSpace \thinspace{}
22642 g.\InsetSpace \space{}
22643 English) have the typographical convention to add extra
22644  space after an end-of-sentence punctuation mark, and LyX honors those conventio
22645 ns (see section\InsetSpace ~
22646
22647 \begin_inset LatexCommand ref
22648 reference "sec:abbrev"
22649
22650 \end_inset
22651
22652 ).
22653  Sometimes, you want a normal space nevertheless.
22654  In this case, insert one with 
22655 \family sans
22656 \bar under
22657 I
22658 \bar default
22659 nsert\SpecialChar \menuseparator
22660 Special\InsetSpace ~
22661 F
22662 \bar under
22663 o
22664 \bar default
22665 rmatting\SpecialChar \menuseparator
22666 Inter-
22667 \bar under
22668 w
22669 \bar default
22670 ord\InsetSpace ~
22671 Space
22672 \family default
22673  or with 
22674 \family sans
22675 C-M-Space.
22676 \end_layout
22677
22678 \begin_layout Subsubsection
22679 Protected Space
22680 \end_layout
22681
22682 \begin_layout Standard
22683 \begin_inset LatexCommand label
22684 name "sec:protblank-lbreak-horline"
22685
22686 \end_inset
22687
22688 The protected space: It is used to tell LyX (and LaTeX) not to break the
22689  line at that point.
22690  This may be necessary to avoid unlucky linebreaks, like in: 
22691 \end_layout
22692
22693 \begin_layout Quote
22694 A good documentation should weight no more than 1
22695 \newline
22696 kg.
22697  
22698 \end_layout
22699
22700 \begin_layout Standard
22701 Obviously, it would be a good thing to put a protected space between 
22702 \begin_inset Quotes eld
22703 \end_inset
22704
22705 1
22706 \begin_inset Quotes erd
22707 \end_inset
22708
22709  and 
22710 \begin_inset Quotes eld
22711 \end_inset
22712
22713 kg
22714 \begin_inset Quotes erd
22715 \end_inset
22716
22717 .
22718  A protected space is set with 
22719 \family sans
22720 \bar under
22721 I
22722 \bar default
22723 nsert\SpecialChar \menuseparator
22724 Special\InsetSpace ~
22725 F
22726 \bar under
22727 o
22728 \bar default
22729 rmatting\SpecialChar \menuseparator
22730 Protected
22731 \bar under
22732 \InsetSpace ~
22733 S
22734 \bar default
22735 pace
22736 \family default
22737  or with 
22738 \family sans
22739 C-Space.
22740 \end_layout
22741
22742 \begin_layout Subsubsection
22743 Thin Space
22744 \begin_inset LatexCommand label
22745 name "sec:thinblank-lbreak-horline"
22746
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \begin_layout Standard
22753
22754 \begin_inset Quotes eld
22755 \end_inset
22756
22757 thin space
22758 \begin_inset Quotes erd
22759 \end_inset
22760
22761  is a blank which has half the size of a normal space (and it is also 
22762 \begin_inset Quotes eld
22763 \end_inset
22764
22765 protected
22766 \begin_inset Quotes erd
22767 \end_inset
22768
22769 ).
22770  The typographical conventions in a lot of languages propose the use of
22771  thin spaces in cases where normal spaces would be too wide, for instance
22772  inside abbreviations:
22773 \end_layout
22774
22775 \begin_layout Quote
22776 D.\InsetSpace \thinspace{}
22777 E.
22778  Knuth has developped our beloved typesetting program, i.\InsetSpace \thinspace{}
22779 e.\InsetSpace \space{}
22780 TeX.
22781 \end_layout
22782
22783 \begin_layout Standard
22784 You can insert a thin space with 
22785 \family sans
22786 \bar under
22787 I
22788 \bar default
22789 nsert\SpecialChar \menuseparator
22790 Special\InsetSpace ~
22791 F
22792 \bar under
22793 o
22794 \bar default
22795 rmatting\SpecialChar \menuseparator
22796
22797 \bar under
22798 T
22799 \bar default
22800 hin\InsetSpace ~
22801 Space
22802 \family default
22803  or with 
22804 \family sans
22805 C-S-Space.
22806 \end_layout
22807
22808 \begin_layout Subsubsection
22809 More Spaces
22810 \end_layout
22811
22812 \begin_layout Standard
22813 Apart from the ones described, there are still some more spaces.
22814  Although LyX supports them natively, they can only be reached via the 
22815 \emph on
22816 minibuffer
22817 \emph default
22818 .
22819  To get them, just type 
22820 \family typewriter
22821 space-insert <command>
22822 \family default
22823  into the minibuffer, where 
22824 \family typewriter
22825 <command>
22826 \family default
22827  is one of the following:
22828 \end_layout
22829
22830 \begin_layout Standard
22831 \align center
22832 \begin_inset Tabular
22833 <lyxtabular version="3" rows="9" columns="3">
22834 <features>
22835 <column alignment="center" valignment="top" leftline="true" width="0">
22836 <column alignment="center" valignment="top" leftline="true" width="0">
22837 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22838 <row topline="true" bottomline="true">
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Standard
22843
22844 \series bold
22845 command
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Standard
22854
22855 \series bold
22856 width
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Standard
22865
22866 \series bold
22867 protected?
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row topline="true">
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Standard
22878
22879 \family typewriter
22880 normal
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Standard
22889 1/3\InsetSpace ~
22890 em
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Standard
22899 no
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 </row>
22905 <row topline="true">
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Standard
22910
22911 \family typewriter
22912 protected
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Standard
22921 1/3\InsetSpace ~
22922 em
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Standard
22931 yes
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 </row>
22937 <row topline="true" bottomline="true">
22938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Standard
22942
22943 \family typewriter
22944 thin
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Standard
22953 1/6\InsetSpace ~
22954 em
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Standard
22963 yes
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 </row>
22969 <row bottomline="true">
22970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Standard
22974
22975 \family typewriter
22976 enspace
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Standard
22985 0.5\InsetSpace ~
22986 em
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Standard
22995 yes
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 </row>
23001 <row bottomline="true">
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Standard
23006
23007 \family typewriter
23008 enskip
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Standard
23017 0.5\InsetSpace ~
23018 em
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Standard
23027 no
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 </row>
23033 <row bottomline="true">
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Standard
23038
23039 \family typewriter
23040 quad
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Standard
23049 1\InsetSpace ~
23050 em
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Standard
23059 no
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 </row>
23065 <row bottomline="true">
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Standard
23070
23071 \family typewriter
23072 qquad
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Standard
23081 2\InsetSpace ~
23082 em
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Standard
23091 no
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 </row>
23097 <row bottomline="true">
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Standard
23102
23103 \family typewriter
23104 negthinspace
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Standard
23113 -1/6\InsetSpace ~
23114 em
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Standard
23123 yes
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 </row>
23129 </lyxtabular>
23130
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \begin_layout Subsection
23137 Line breaking
23138 \end_layout
23139
23140 \begin_layout Standard
23141 You can force line breaks within a paragraph by selecting 
23142 \family sans
23143 \bar under
23144 I
23145 \bar default
23146 nsert\SpecialChar \menuseparator
23147 Special\InsetSpace ~
23148 F
23149 \bar under
23150 o
23151 \bar default
23152 rmatting\SpecialChar \menuseparator
23153
23154 \bar under
23155 L
23156 \bar default
23157 inebreak
23158 \family default
23159  or with 
23160 \family sans
23161 C-Return.
23162
23163 \family default
23164  You should, however, not use this to correct LaTeX's linebreaking, as LaTeX
23165  is 
23166 \emph on
23167 very
23168 \emph default
23169  good at linebreaking\SpecialChar \ldots{}
23170  (see section 
23171 \begin_inset LatexCommand ref
23172 reference "sec:pagebreak"
23173
23174 \end_inset
23175
23176 ).
23177  There are, however, a number of situations where it is necessary to actively
23178  set a linebreak, e.g.
23179  in a poem or for an Address (see sections 
23180 \begin_inset LatexCommand ref
23181 reference "sec:quote"
23182
23183 \end_inset
23184
23185
23186 \begin_inset LatexCommand ref
23187 reference "sec:verse"
23188
23189 \end_inset
23190
23191  and 
23192 \begin_inset LatexCommand ref
23193 reference "sec:adress_usage"
23194
23195 \end_inset
23196
23197 ).
23198 \end_layout
23199
23200 \begin_layout Section
23201 Spellchecking
23202 \begin_inset LatexCommand label
23203 name "sec:spellchecking"
23204
23205 \end_inset
23206
23207
23208 \end_layout
23209
23210 \begin_layout Standard
23211 LyX itself has no built-in spellchecker.
23212  Rather it uses the external 
23213 \family typewriter
23214 ispell
23215 \family default
23216  program as a backend or the newer and generally better 
23217 \family typewriter
23218 aspell
23219 \family default
23220 .
23221  This section assumes you have already installed and set up one of these
23222  programs.
23223  
23224 \end_layout
23225
23226 \begin_layout Standard
23227 The spellchecker can be started with the menu entry 
23228 \family sans
23229 \bar under
23230 T
23231 \bar default
23232 ools
23233 \bar under
23234 \SpecialChar \menuseparator
23235
23236 \shape up
23237 S
23238 \bar default
23239 pellchecker
23240 \family default
23241 \shape default
23242 .
23243  Checking will start just after the current cursor position.
23244  A dialog window will appear showing any incorrect (or unknown) word found,
23245  allowing you to edit and replace it in a second line.
23246  Whenever an unknown word is found, the word is highlighted and the view
23247  in your text buffer is updated to make the word visible.
23248  In the 
23249 \family sans
23250 Spellchecker
23251 \family default
23252  dialog, there is also a box showing suggestions for a correction, if any
23253  could be found.
23254  Clicking on one of the corrections will copy the near miss into the replace
23255  input field (double-click to invoke replace).
23256 \end_layout
23257
23258 \begin_layout Subsection
23259 Spellchecker Options
23260 \begin_inset LatexCommand label
23261 name "sec:spell_opt"
23262
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \begin_layout Standard
23269 The following options can be set in the 
23270 \family sans
23271 \bar under
23272 T
23273 \bar default
23274 ools\SpecialChar \menuseparator
23275
23276 \bar under
23277 P
23278 \bar default
23279 references
23280 \family default
23281  dialog.
23282 \end_layout
23283
23284 \begin_layout Subsubsection
23285 Dictionary
23286 \end_layout
23287
23288 \begin_layout Standard
23289 By default, the dictionary file to use is determined by the language of
23290  the text you're checking, which is set in the 
23291 \family sans
23292 \bar under
23293 D
23294 \bar default
23295 ocument\SpecialChar \menuseparator
23296
23297 \bar under
23298 S
23299 \bar default
23300 ettings
23301 \family default
23302  dialog.
23303  If you do not have a dictionary for the document language, the spellchecker
23304  will not work.
23305  In this case, you can specify another dictionary file in the dialog by
23306  specifying a different 
23307 \begin_inset Quotes eld
23308 \end_inset
23309
23310 alternative language
23311 \begin_inset Quotes erd
23312 \end_inset
23313
23314 .
23315 \end_layout
23316
23317 \begin_layout Standard
23318 If you're using 
23319 \family typewriter
23320 ispell
23321 \family default
23322 , you may need to make a link from say 
23323 \family typewriter
23324 deutsch.(aff|hash)
23325 \family default
23326  to 
23327 \family typewriter
23328 german.(aff|hash)
23329 \family default
23330  or whatever applies for your language.
23331  This is because these 
23332 \family typewriter
23333 ispell
23334 \family default
23335  files normally have the native language name (
23336 \begin_inset Quotes eld
23337 \end_inset
23338
23339 deutsch
23340 \begin_inset Quotes erd
23341 \end_inset
23342
23343 ) whereas 
23344 \family typewriter
23345 ispell
23346 \family default
23347 , when started from LyX, searches for the English version of the name used
23348  with the LaTeX babel package (
23349 \begin_inset Quotes eld
23350 \end_inset
23351
23352 german
23353 \begin_inset Quotes erd
23354 \end_inset
23355
23356 ).
23357 \end_layout
23358
23359 \begin_layout Standard
23360 You may also have problems the font encoding is not correct for that dictionary.
23361  If you use a language with 
23362 \family typewriter
23363 latin1
23364 \family default
23365  encoding and set the 
23366 \family sans
23367 \bar under
23368 E
23369 \bar default
23370 ncoding
23371 \family default
23372  option in the 
23373 \family sans
23374 \bar under
23375 D
23376 \bar default
23377 ocument\SpecialChar \menuseparator
23378
23379 \bar under
23380 S
23381 \bar default
23382 ettings
23383 \family default
23384  dialog to 
23385 \family sans
23386 latin1
23387 \family default
23388  (or other than 
23389 \family sans
23390 default
23391 \family default
23392 ), you must have this option in your language dictionary as well.
23393  If your dictionary doesn't support the 
23394 \family sans
23395 Encoding
23396 \family default
23397  you chose, you'll have an error like this on stderr:
23398 \end_layout
23399
23400 \begin_layout Standard
23401
23402 \family typewriter
23403 ispell: unrecognized formatter type 'latin1'
23404 \end_layout
23405
23406 \begin_layout Standard
23407 The spellchecker gives you an error that it couldn't start the 
23408 \family typewriter
23409 ispell
23410 \family default
23411  process and that you probably have some problems with your dictionary file.
23412  
23413 \end_layout
23414
23415 \begin_layout Standard
23416 There are four solutions to this problem.
23417  The easiest is to try the 
23418 \family sans
23419 Use\InsetSpace ~
23420 Input\InsetSpace ~
23421 Encoding
23422 \family default
23423  option.
23424  If that does not help, you can set 
23425 \family sans
23426 \bar under
23427 E
23428 \bar default
23429 ncoding
23430 \family default
23431  to 
23432 \family sans
23433 default
23434 \family default
23435  when calling the spellchecker (which is probably annoying).
23436  The third is to add the 
23437 \family typewriter
23438 latin1
23439 \family default
23440  option to your dictionary 
23441 \family typewriter
23442 \emph on
23443 <
23444 \family default
23445 language
23446 \family typewriter
23447 >
23448 \emph default
23449 .aff
23450 \family default
23451  file and recompile the dictionary (which probably isn't easy if you installed
23452  the whole stuff with some distribution and don't have the language directory
23453  of the 
23454 \family typewriter
23455 ispell
23456 \family default
23457  sources).
23458  Read the 
23459 \family typewriter
23460 ispell
23461 \family default
23462  documentation for this task! The fourth is to send a message to your package-ma
23463 intainer, or better yet to the maintainer of the dictionary file in question
23464  and ask him to solve your problem.
23465 \end_layout
23466
23467 \begin_layout Subsubsection
23468 Personal dictionary
23469 \end_layout
23470
23471 \begin_layout Standard
23472 If you want to use a different file from the spellchecker's default choice
23473  as your personal dictionary, you can set this in the dialog.
23474  Specifying a filename which does not already exist will result in an error
23475  message on stderr which you can ignore (
23476 \family typewriter
23477 ispell
23478 \family default
23479  will create the file when you finish checking your spelling).
23480 \end_layout
23481
23482 \begin_layout Subsubsection
23483 Further Options 
23484 \end_layout
23485
23486 \begin_layout Standard
23487 The 
23488 \family sans
23489 \bar under
23490 S
23491 \bar default
23492 pellchecker\InsetSpace ~
23493 Options
23494 \family default
23495  dialog has some additional options which are self-explanatory:
23496 \end_layout
23497
23498 \begin_layout Itemize
23499
23500 \family sans
23501 \bar under
23502 A
23503 \bar default
23504 ccept compound words
23505 \family default
23506
23507 \newline
23508 Prevent the spellchecker from complaining about compounded words like
23509 \newline
23510
23511 \begin_inset Quotes erd
23512 \end_inset
23513
23514 passthrough
23515 \begin_inset Quotes erd
23516 \end_inset
23517
23518 .
23519 \end_layout
23520
23521 \begin_layout Itemize
23522
23523 \family sans
23524 \bar under
23525 E
23526 \bar default
23527 scape characters
23528 \family default
23529
23530 \newline
23531 Allows you to add nonstandard characters to what the spellchecker considers
23532  words, e.g.
23533  German umlauts.
23534  This should not normally be needed.
23535 \end_layout
23536
23537 \begin_layout Subsection
23538 Limitations
23539 \end_layout
23540
23541 \begin_layout Standard
23542 Some users have expressed a wish to be able to globally change the spelling
23543  of a particular word, rather than having to change the spelling separately
23544  for each occurrence of the word.
23545  Per-document word lists would also be useful.
23546  Neither of these features are present as of this writing.
23547 \end_layout
23548
23549 \begin_layout Standard
23550 Unless you're using the 
23551 \family typewriter
23552 pspell
23553 \family default
23554  spellchecker, LyX cannot correctly spellcheck documents containing multiple
23555  languages.
23556  This, does, however, work with 
23557 \family typewriter
23558 pspell
23559 \family default
23560 , assuming you have marked the different languages appropriately.
23561 \end_layout
23562
23563 \begin_layout Section
23564 International Support
23565 \end_layout
23566
23567 \begin_layout Standard
23568 This section describes how to use LyX with any language you want.
23569  LyX comes with a default configuration which supports the English language
23570  on a U.S.-style keyboard, with a standard U.S.
23571  paper size and the spellchecker set to U.S.
23572  English.
23573  You can change any or all of these settings as desired, and you can make
23574  the changes apply to the current session only, or use them as your new
23575  default configuration.
23576 \end_layout
23577
23578 \begin_layout Standard
23579 If you have a keyboard suited to the language you are using (for example,
23580  a German keyboard for writing in German), and you have correctly configured
23581  your X environment, all you need to do for LyX is tell it your language,
23582  the character encoding, and desired paper size.
23583  Refer to 
23584 \begin_inset LatexCommand ref
23585 reference "sec:langlay"
23586
23587 \end_inset
23588
23589  for more information.
23590 \end_layout
23591
23592 \begin_layout Standard
23593 If, however, you have a U.S.-style keyboard and want to write in a different
23594  language than English, you can use an alternate keymap.
23595  For example, if you have a U.S.-style keyboard but want to write in Italian,
23596  you can configure LyX to use an Italian keymap.
23597  Refer to 
23598 \begin_inset LatexCommand ref
23599 reference "sec:optkey"
23600
23601 \end_inset
23602
23603  for details.
23604  
23605 \end_layout
23606
23607 \begin_layout Standard
23608 Finally, you may just want to change a few key mappings or create an entirely
23609  different keymap (for Vulcan, for instance).
23610  You may, for example, normally write in Italian on a U.S.
23611  keyboard but want to include an occasional quotation in German.
23612  In such a case, you can write your own keyboard mapping or modify an existing
23613  one to support the characters you want.
23614  
23615 \end_layout
23616
23617 \begin_layout Standard
23618 The details of how to customize LyX to your own language are 
23619 \emph on
23620 way
23621 \emph default
23622  beyond the scope of this manual.
23623  You cannot only alter the keyboard layout, you can also change the names
23624  of the menus buttons, etc., to reflect your language.
23625  If you want to learn more about writing keymap files and tailoring LyX
23626  to your native tongue, please see the 
23627 \emph on
23628 Customization
23629 \emph default
23630  manual for details.
23631 \end_layout
23632
23633 \begin_layout Subsection
23634 Language Options
23635 \begin_inset LatexCommand label
23636 name "sec:langlay"
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Standard
23644 The 
23645 \family sans
23646 \bar under
23647 D
23648 \bar default
23649 ocument\SpecialChar \menuseparator
23650
23651 \bar under
23652 S
23653 \bar default
23654 ettings
23655 \family default
23656  dialog lets you set 
23657 \family roman
23658 the language and character encoding for your language.
23659  
23660 \end_layout
23661
23662 \begin_layout Standard
23663 Choose your language by clicking on the arrow in t
23664 \family roman
23665 he
23666 \family default
23667  
23668 \family sans
23669 Language
23670 \family default
23671  combo
23672 \family roman
23673 box
23674 \family default
23675  of the 
23676 \family sans
23677 \bar under
23678 D
23679 \bar default
23680 ocument\SpecialChar \menuseparator
23681
23682 \bar under
23683 S
23684 \bar default
23685 ettings
23686 \family default
23687  dialog.
23688  The default is U.S.
23689  English.
23690  Scroll to find the language you want and then click on your choice.
23691  The language name appears in the window.
23692 \begin_inset Foot
23693 status collapsed
23694
23695 \begin_layout Standard
23696 In LaTeX terms, selecting a language other than default adds Babel support.
23697  If you do not have Babel installed, refer to the different LaTeX distributions
23698  for it.
23699 \end_layout
23700
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \begin_layout Standard
23707 The 
23708 \family sans
23709 Enco
23710 \bar under
23711 d
23712 \bar default
23713 ing
23714 \family default
23715  box lets you choose the character encoding map you want to use.
23716  The default is the 
23717 \family typewriter
23718 Latin1
23719 \family default
23720  encoding, which includes the characters required by the various Western
23721  European languages.
23722 \end_layout
23723
23724 \begin_layout Subsection
23725 Keyboard mapping configuration
23726 \begin_inset LatexCommand label
23727 name "sec:optkey"
23728
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \begin_layout Standard
23735 The preferences dialog allows you to choose up to two keyboard mappings.
23736  This allows you to choose the keymap of your choice for your U.S.-style keyboard.
23737  You can choose primary and secondary keyboard languages and then select
23738  which one you want to use.
23739 \end_layout
23740
23741 \begin_layout Subsection
23742 Character Tables
23743 \begin_inset LatexCommand label
23744 name "sec:keytab"
23745
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \begin_layout Standard
23752 Table\InsetSpace ~
23753
23754 \begin_inset LatexCommand ref
23755 reference "cap:The-latin1-character"
23756
23757 \end_inset
23758
23759  shows the 
23760 \family typewriter
23761 Latin1
23762 \family default
23763  character set.
23764  You should be able to enter the characters in the first eight columns directly
23765  from the keyboard.
23766 \end_layout
23767
23768 \begin_layout Standard
23769 There are a few things you need to know about this table.
23770  This manual is set up --- by hand, mind you --- to print all of these character
23771 s.
23772  That ain't the default.
23773  Nowhere near, in fact.
23774  Here are some of the details you'll need to bear in mind when using characters
23775  from the 
23776 \family typewriter
23777 Latin1
23778 \family default
23779  character set:
23780 \end_layout
23781
23782 \begin_layout Itemize
23783 Even if you've selected 
23784 \family sans
23785 latin1
23786 \family default
23787  in the 
23788 \family sans
23789 \bar under
23790 D
23791 \bar default
23792 ocument\SpecialChar \menuseparator
23793
23794 \bar under
23795 S
23796 \bar default
23797 ettings
23798 \family default
23799  dialog, users who have only the 
23800 \family typewriter
23801 T1
23802 \family default
23803 -fonts for LaTeX [or who have the 
23804 \family typewriter
23805 T1
23806 \family default
23807 -fonts but aren't using them] will still miss a few characters: D0, F0,
23808  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
23809  french quotes won't show up.
23810 \end_layout
23811
23812 \begin_layout Itemize
23813 Users of 
23814 \family typewriter
23815 T1
23816 \family default
23817 -fonts can, however, get the french quotes [characters AB and BB] if they
23818  include the either the package 
23819 \family typewriter
23820 umlaute.sty
23821 \family default
23822  or 
23823 \family typewriter
23824 german.sty
23825 \family default
23826  in their documents.
23827 \begin_inset Foot
23828 status collapsed
23829
23830 \begin_layout Standard
23831 This only holds when you want to input these quotes by yourself.
23832  The automatic quote feature described in Section 
23833 \begin_inset LatexCommand ref
23834 reference "sec:quotes"
23835
23836 \end_inset
23837
23838 , will generate automatically LaTeX code adapted to available fonts and
23839  packages.
23840 \end_layout
23841
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \begin_layout Standard
23848 \begin_inset Float table
23849 wide false
23850 sideways false
23851 status open
23852
23853 \begin_layout Standard
23854 \begin_inset Caption
23855
23856 \begin_layout Standard
23857 \begin_inset LatexCommand label
23858 name "cap:The-latin1-character"
23859
23860 \end_inset
23861
23862 The 
23863 \family typewriter
23864 latin1
23865 \family default
23866  character set
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Standard
23875 \align center
23876 \begin_inset Tabular
23877 <lyxtabular version="3" rows="17" columns="17">
23878 <features>
23879 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23880 <column alignment="center" valignment="top" leftline="true" width="0pt">
23881 <column alignment="center" valignment="top" leftline="true" width="0pt">
23882 <column alignment="center" valignment="top" leftline="true" width="0pt">
23883 <column alignment="center" valignment="top" leftline="true" width="0pt">
23884 <column alignment="center" valignment="top" leftline="true" width="0pt">
23885 <column alignment="center" valignment="top" leftline="true" width="0pt">
23886 <column alignment="center" valignment="top" leftline="true" width="0pt">
23887 <column alignment="center" valignment="top" leftline="true" width="0pt">
23888 <column alignment="center" valignment="top" leftline="true" width="0pt">
23889 <column alignment="center" valignment="top" leftline="true" width="0pt">
23890 <column alignment="center" valignment="top" leftline="true" width="0pt">
23891 <column alignment="center" valignment="top" leftline="true" width="0pt">
23892 <column alignment="center" valignment="top" leftline="true" width="0pt">
23893 <column alignment="center" valignment="top" leftline="true" width="0pt">
23894 <column alignment="center" valignment="top" leftline="true" width="0pt">
23895 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23896 <row topline="true" bottomline="true">
23897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Standard
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Standard
23910
23911 \family roman
23912 \series medium
23913 \shape up
23914 \size tiny
23915 \emph off
23916 \bar no
23917 \noun off
23918 \color none
23919 00
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Standard
23928
23929 \family roman
23930 \series medium
23931 \shape up
23932 \size tiny
23933 \emph off
23934 \bar no
23935 \noun off
23936 \color none
23937 10
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Standard
23946
23947 \family roman
23948 \series medium
23949 \shape up
23950 \size tiny
23951 \emph off
23952 \bar no
23953 \noun off
23954 \color none
23955 20
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Standard
23964
23965 \family roman
23966 \series medium
23967 \shape up
23968 \size tiny
23969 \emph off
23970 \bar no
23971 \noun off
23972 \color none
23973 30
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Standard
23982
23983 \family roman
23984 \series medium
23985 \shape up
23986 \size tiny
23987 \emph off
23988 \bar no
23989 \noun off
23990 \color none
23991 40
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Standard
24000
24001 \family roman
24002 \series medium
24003 \shape up
24004 \size tiny
24005 \emph off
24006 \bar no
24007 \noun off
24008 \color none
24009 50
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Standard
24018
24019 \family roman
24020 \series medium
24021 \shape up
24022 \size tiny
24023 \emph off
24024 \bar no
24025 \noun off
24026 \color none
24027 60
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Standard
24036
24037 \family roman
24038 \series medium
24039 \shape up
24040 \size tiny
24041 \emph off
24042 \bar no
24043 \noun off
24044 \color none
24045 70
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Standard
24054
24055 \family roman
24056 \series medium
24057 \shape up
24058 \size tiny
24059 \emph off
24060 \bar no
24061 \noun off
24062 \color none
24063 80
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Standard
24072
24073 \family roman
24074 \series medium
24075 \shape up
24076 \size tiny
24077 \emph off
24078 \bar no
24079 \noun off
24080 \color none
24081 90
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Standard
24090
24091 \family roman
24092 \series medium
24093 \shape up
24094 \size tiny
24095 \emph off
24096 \bar no
24097 \noun off
24098 \color none
24099 A0
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="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 \size tiny
24113 \emph off
24114 \bar no
24115 \noun off
24116 \color none
24117 B0
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Standard
24126
24127 \family roman
24128 \series medium
24129 \shape up
24130 \size tiny
24131 \emph off
24132 \bar no
24133 \noun off
24134 \color none
24135 C0
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Standard
24144
24145 \family roman
24146 \series medium
24147 \shape up
24148 \size tiny
24149 \emph off
24150 \bar no
24151 \noun off
24152 \color none
24153 D0
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Standard
24162
24163 \family roman
24164 \series medium
24165 \shape up
24166 \size tiny
24167 \emph off
24168 \bar no
24169 \noun off
24170 \color none
24171 E0
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Standard
24180
24181 \family roman
24182 \series medium
24183 \shape up
24184 \size tiny
24185 \emph off
24186 \bar no
24187 \noun off
24188 \color none
24189 F0
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 <row topline="true">
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Standard
24200
24201 \family roman
24202 \series medium
24203 \shape up
24204 \size tiny
24205 \emph off
24206 \bar no
24207 \noun off
24208 \color none
24209 00
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Standard
24218
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Standard
24227
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Standard
24236
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Standard
24245
24246 \family roman
24247 \series medium
24248 \shape up
24249 \emph off
24250 \bar no
24251 \noun off
24252 \color none
24253 0
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Standard
24262
24263 \family roman
24264 \series medium
24265 \shape up
24266 \emph off
24267 \bar no
24268 \noun off
24269 \color none
24270 @
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Standard
24279
24280 \family roman
24281 \series medium
24282 \shape up
24283 \emph off
24284 \bar no
24285 \noun off
24286 \color none
24287 P
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Standard
24296
24297 \family roman
24298 \series medium
24299 \shape up
24300 \emph off
24301 \bar no
24302 \noun off
24303 \color none
24304 '
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Standard
24313
24314 \family roman
24315 \series medium
24316 \shape up
24317 \emph off
24318 \bar no
24319 \noun off
24320 \color none
24321 p
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Standard
24330
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Standard
24339
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Standard
24348
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Standard
24357
24358 \family roman
24359 \series medium
24360 \shape up
24361 \emph off
24362 \bar no
24363 \noun off
24364 \color none
24365 °
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Standard
24374
24375 \family roman
24376 \series medium
24377 \shape up
24378 \emph off
24379 \bar no
24380 \noun off
24381 \color none
24382 À
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Standard
24391
24392 \family roman
24393 \series medium
24394 \shape up
24395 \emph off
24396 \bar no
24397 \noun off
24398 \color none
24399 Ð
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Standard
24408
24409 \family roman
24410 \series medium
24411 \shape up
24412 \emph off
24413 \bar no
24414 \noun off
24415 \color none
24416 à
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Standard
24425
24426 \family roman
24427 \series medium
24428 \shape up
24429 \emph off
24430 \bar no
24431 \noun off
24432 \color none
24433 ð
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 </row>
24439 <row topline="true">
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Standard
24444
24445 \family roman
24446 \series medium
24447 \shape up
24448 \size tiny
24449 \emph off
24450 \bar no
24451 \noun off
24452 \color none
24453 01
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Standard
24462
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Standard
24471
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Standard
24480
24481 \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 1
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 A
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 Q
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" leftline="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 a
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Standard
24565
24566 \family roman
24567 \series medium
24568 \shape up
24569 \emph off
24570 \bar no
24571 \noun off
24572 \color none
24573 q
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Standard
24582
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Standard
24591
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Standard
24600
24601 \family roman
24602 \series medium
24603 \shape up
24604 \emph off
24605 \bar no
24606 \noun off
24607 \color none
24608 ¡
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Standard
24617
24618 \family roman
24619 \series medium
24620 \shape up
24621 \emph off
24622 \bar no
24623 \noun off
24624 \color none
24625 ±
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Standard
24634
24635 \family roman
24636 \series medium
24637 \shape up
24638 \emph off
24639 \bar no
24640 \noun off
24641 \color none
24642 Á
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Standard
24651
24652 \family roman
24653 \series medium
24654 \shape up
24655 \emph off
24656 \bar no
24657 \noun off
24658 \color none
24659 Ñ
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Standard
24668
24669 \family roman
24670 \series medium
24671 \shape up
24672 \emph off
24673 \bar no
24674 \noun off
24675 \color none
24676 á
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Standard
24685
24686 \family roman
24687 \series medium
24688 \shape up
24689 \emph off
24690 \bar no
24691 \noun off
24692 \color none
24693 ñ
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 </row>
24699 <row topline="true">
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Standard
24704
24705 \family roman
24706 \series medium
24707 \shape up
24708 \size tiny
24709 \emph off
24710 \bar no
24711 \noun off
24712 \color none
24713 02
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Standard
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Standard
24731
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Standard
24740
24741 \family roman
24742 \series medium
24743 \shape up
24744 \emph off
24745 \bar no
24746 \noun off
24747 \color none
24748 \begin_inset Quotes eld
24749 \end_inset
24750
24751
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Standard
24760
24761 \family roman
24762 \series medium
24763 \shape up
24764 \emph off
24765 \bar no
24766 \noun off
24767 \color none
24768 2
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Standard
24777
24778 \family roman
24779 \series medium
24780 \shape up
24781 \emph off
24782 \bar no
24783 \noun off
24784 \color none
24785 B
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Standard
24794
24795 \family roman
24796 \series medium
24797 \shape up
24798 \emph off
24799 \bar no
24800 \noun off
24801 \color none
24802 R
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Standard
24811
24812 \family roman
24813 \series medium
24814 \shape up
24815 \emph off
24816 \bar no
24817 \noun off
24818 \color none
24819 b
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Standard
24828
24829 \family roman
24830 \series medium
24831 \shape up
24832 \emph off
24833 \bar no
24834 \noun off
24835 \color none
24836 r
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Standard
24845
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Standard
24854
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Standard
24863 ¢
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Standard
24872
24873 \family roman
24874 \series medium
24875 \shape up
24876 \emph off
24877 \bar no
24878 \noun off
24879 \color none
24880 ²
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Standard
24889
24890 \family roman
24891 \series medium
24892 \shape up
24893 \emph off
24894 \bar no
24895 \noun off
24896 \color none
24897 Â
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Standard
24906
24907 \family roman
24908 \series medium
24909 \shape up
24910 \emph off
24911 \bar no
24912 \noun off
24913 \color none
24914 Ò
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Standard
24923
24924 \family roman
24925 \series medium
24926 \shape up
24927 \emph off
24928 \bar no
24929 \noun off
24930 \color none
24931 â
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Standard
24940
24941 \family roman
24942 \series medium
24943 \shape up
24944 \emph off
24945 \bar no
24946 \noun off
24947 \color none
24948 ò
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 </row>
24954 <row topline="true">
24955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Standard
24959
24960 \family roman
24961 \series medium
24962 \shape up
24963 \size tiny
24964 \emph off
24965 \bar no
24966 \noun off
24967 \color none
24968 03
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Standard
24977
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Standard
24986
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Standard
24995
24996 \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 3
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 C
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 S
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" topline="true" leftline="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 c
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Standard
25080
25081 \family roman
25082 \series medium
25083 \shape up
25084 \emph off
25085 \bar no
25086 \noun off
25087 \color none
25088 s
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Standard
25097
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Standard
25106
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Standard
25115
25116 \family roman
25117 \series medium
25118 \shape up
25119 \emph off
25120 \bar no
25121 \noun off
25122 \color none
25123 £
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Standard
25132
25133 \family roman
25134 \series medium
25135 \shape up
25136 \emph off
25137 \bar no
25138 \noun off
25139 \color none
25140 ³
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Standard
25149
25150 \family roman
25151 \series medium
25152 \shape up
25153 \emph off
25154 \bar no
25155 \noun off
25156 \color none
25157 Ã
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Standard
25166
25167 \family roman
25168 \series medium
25169 \shape up
25170 \emph off
25171 \bar no
25172 \noun off
25173 \color none
25174 Ó
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Standard
25183
25184 \family roman
25185 \series medium
25186 \shape up
25187 \emph off
25188 \bar no
25189 \noun off
25190 \color none
25191 ã
25192 \end_layout
25193
25194 \end_inset
25195 </cell>
25196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Standard
25200
25201 \family roman
25202 \series medium
25203 \shape up
25204 \emph off
25205 \bar no
25206 \noun off
25207 \color none
25208 ó
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 <row topline="true">
25215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Standard
25219
25220 \family roman
25221 \series medium
25222 \shape up
25223 \size tiny
25224 \emph off
25225 \bar no
25226 \noun off
25227 \color none
25228 04
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Standard
25237
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Standard
25246
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Standard
25255
25256 \family roman
25257 \series medium
25258 \shape up
25259 \emph off
25260 \bar no
25261 \noun off
25262 \color none
25263 $
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25269 \begin_inset Text
25270
25271 \begin_layout Standard
25272
25273 \family roman
25274 \series medium
25275 \shape up
25276 \emph off
25277 \bar no
25278 \noun off
25279 \color none
25280 4
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Standard
25289
25290 \family roman
25291 \series medium
25292 \shape up
25293 \emph off
25294 \bar no
25295 \noun off
25296 \color none
25297 D
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Standard
25306
25307 \family roman
25308 \series medium
25309 \shape up
25310 \emph off
25311 \bar no
25312 \noun off
25313 \color none
25314 T
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Standard
25323
25324 \family roman
25325 \series medium
25326 \shape up
25327 \emph off
25328 \bar no
25329 \noun off
25330 \color none
25331 d
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Standard
25340
25341 \family roman
25342 \series medium
25343 \shape up
25344 \emph off
25345 \bar no
25346 \noun off
25347 \color none
25348 t
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Standard
25357
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Standard
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Standard
25375 ¤
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Standard
25384
25385 \family roman
25386 \series medium
25387 \shape up
25388 \emph off
25389 \bar no
25390 \noun off
25391 \color none
25392 ´
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Standard
25401
25402 \family roman
25403 \series medium
25404 \shape up
25405 \emph off
25406 \bar no
25407 \noun off
25408 \color none
25409 Ä
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Standard
25418
25419 \family roman
25420 \series medium
25421 \shape up
25422 \emph off
25423 \bar no
25424 \noun off
25425 \color none
25426 Ô
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Standard
25435
25436 \family roman
25437 \series medium
25438 \shape up
25439 \emph off
25440 \bar no
25441 \noun off
25442 \color none
25443 ä
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Standard
25452
25453 \family roman
25454 \series medium
25455 \shape up
25456 \emph off
25457 \bar no
25458 \noun off
25459 \color none
25460 ô
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 </row>
25466 <row topline="true">
25467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Standard
25471
25472 \family roman
25473 \series medium
25474 \shape up
25475 \size tiny
25476 \emph off
25477 \bar no
25478 \noun off
25479 \color none
25480 05
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Standard
25489
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Standard
25498
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Standard
25507
25508 \family roman
25509 \series medium
25510 \shape up
25511 \emph off
25512 \bar no
25513 \noun off
25514 \color none
25515 %
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Standard
25524
25525 \family roman
25526 \series medium
25527 \shape up
25528 \emph off
25529 \bar no
25530 \noun off
25531 \color none
25532 5
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Standard
25541
25542 \family roman
25543 \series medium
25544 \shape up
25545 \emph off
25546 \bar no
25547 \noun off
25548 \color none
25549 E
25550 \end_layout
25551
25552 \end_inset
25553 </cell>
25554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Standard
25558
25559 \family roman
25560 \series medium
25561 \shape up
25562 \emph off
25563 \bar no
25564 \noun off
25565 \color none
25566 U
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Standard
25575
25576 \family roman
25577 \series medium
25578 \shape up
25579 \emph off
25580 \bar no
25581 \noun off
25582 \color none
25583 e
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Standard
25592
25593 \family roman
25594 \series medium
25595 \shape up
25596 \emph off
25597 \bar no
25598 \noun off
25599 \color none
25600 u
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Standard
25609
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Standard
25618
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Standard
25627 ¥
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Standard
25636
25637 \family roman
25638 \series medium
25639 \shape up
25640 \emph off
25641 \bar no
25642 \noun off
25643 \color none
25644 µ
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Standard
25653
25654 \family roman
25655 \series medium
25656 \shape up
25657 \emph off
25658 \bar no
25659 \noun off
25660 \color none
25661 Å
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Standard
25670
25671 \family roman
25672 \series medium
25673 \shape up
25674 \emph off
25675 \bar no
25676 \noun off
25677 \color none
25678 Õ
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Standard
25687
25688 \family roman
25689 \series medium
25690 \shape up
25691 \emph off
25692 \bar no
25693 \noun off
25694 \color none
25695 å
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Standard
25704
25705 \family roman
25706 \series medium
25707 \shape up
25708 \emph off
25709 \bar no
25710 \noun off
25711 \color none
25712 õ
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 </row>
25718 <row topline="true">
25719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Standard
25723
25724 \family roman
25725 \series medium
25726 \shape up
25727 \size tiny
25728 \emph off
25729 \bar no
25730 \noun off
25731 \color none
25732 06
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Standard
25741
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Standard
25750
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Standard
25759
25760 \family roman
25761 \series medium
25762 \shape up
25763 \emph off
25764 \bar no
25765 \noun off
25766 \color none
25767 &
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Standard
25776
25777 \family roman
25778 \series medium
25779 \shape up
25780 \emph off
25781 \bar no
25782 \noun off
25783 \color none
25784 6
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Standard
25793
25794 \family roman
25795 \series medium
25796 \shape up
25797 \emph off
25798 \bar no
25799 \noun off
25800 \color none
25801 F
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25807 \begin_inset Text
25808
25809 \begin_layout Standard
25810
25811 \family roman
25812 \series medium
25813 \shape up
25814 \emph off
25815 \bar no
25816 \noun off
25817 \color none
25818 V
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25824 \begin_inset Text
25825
25826 \begin_layout Standard
25827
25828 \family roman
25829 \series medium
25830 \shape up
25831 \emph off
25832 \bar no
25833 \noun off
25834 \color none
25835 f
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Standard
25844
25845 \family roman
25846 \series medium
25847 \shape up
25848 \emph off
25849 \bar no
25850 \noun off
25851 \color none
25852 v
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25858 \begin_inset Text
25859
25860 \begin_layout Standard
25861
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Standard
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25876 \begin_inset Text
25877
25878 \begin_layout Standard
25879 ¦
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Standard
25888
25889 \family roman
25890 \series medium
25891 \shape up
25892 \emph off
25893 \bar no
25894 \noun off
25895 \color none
25896
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Standard
25905
25906 \family roman
25907 \series medium
25908 \shape up
25909 \emph off
25910 \bar no
25911 \noun off
25912 \color none
25913 Æ
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Standard
25922
25923 \family roman
25924 \series medium
25925 \shape up
25926 \emph off
25927 \bar no
25928 \noun off
25929 \color none
25930 Ö
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Standard
25939
25940 \family roman
25941 \series medium
25942 \shape up
25943 \emph off
25944 \bar no
25945 \noun off
25946 \color none
25947 æ
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Standard
25956
25957 \family roman
25958 \series medium
25959 \shape up
25960 \emph off
25961 \bar no
25962 \noun off
25963 \color none
25964 ö
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 </row>
25970 <row topline="true">
25971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Standard
25975
25976 \family roman
25977 \series medium
25978 \shape up
25979 \size tiny
25980 \emph off
25981 \bar no
25982 \noun off
25983 \color none
25984 07
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Standard
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25999 \begin_inset Text
26000
26001 \begin_layout Standard
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26008 \begin_inset Text
26009
26010 \begin_layout Standard
26011
26012 \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 7
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 G
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 W
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" topline="true" leftline="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 g
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Standard
26096
26097 \family roman
26098 \series medium
26099 \shape up
26100 \emph off
26101 \bar no
26102 \noun off
26103 \color none
26104 w
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Standard
26113
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Standard
26122
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Standard
26131
26132 \family roman
26133 \series medium
26134 \shape up
26135 \emph off
26136 \bar no
26137 \noun off
26138 \color none
26139 §
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Standard
26148
26149 \family roman
26150 \series medium
26151 \shape up
26152 \emph off
26153 \bar no
26154 \noun off
26155 \color none
26156 ·
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Standard
26165
26166 \family roman
26167 \series medium
26168 \shape up
26169 \emph off
26170 \bar no
26171 \noun off
26172 \color none
26173 Ç
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Standard
26182
26183 \family roman
26184 \series medium
26185 \shape up
26186 \emph off
26187 \bar no
26188 \noun off
26189 \color none
26190 ×
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Standard
26199
26200 \family roman
26201 \series medium
26202 \shape up
26203 \emph off
26204 \bar no
26205 \noun off
26206 \color none
26207 ç
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Standard
26216
26217 \family roman
26218 \series medium
26219 \shape up
26220 \emph off
26221 \bar no
26222 \noun off
26223 \color none
26224 ÷
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 </row>
26230 <row topline="true">
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Standard
26235
26236 \family roman
26237 \series medium
26238 \shape up
26239 \size tiny
26240 \emph off
26241 \bar no
26242 \noun off
26243 \color none
26244 08
26245 \end_layout
26246
26247 \end_inset
26248 </cell>
26249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26250 \begin_inset Text
26251
26252 \begin_layout Standard
26253
26254 \end_layout
26255
26256 \end_inset
26257 </cell>
26258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Standard
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Standard
26271
26272 \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 8
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 H
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 X
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" leftline="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 h
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Standard
26356
26357 \family roman
26358 \series medium
26359 \shape up
26360 \emph off
26361 \bar no
26362 \noun off
26363 \color none
26364 x
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Standard
26373
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Standard
26382
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Standard
26391
26392 \family roman
26393 \series medium
26394 \shape up
26395 \emph off
26396 \bar no
26397 \noun off
26398 \color none
26399 ¨
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Standard
26408
26409 \family roman
26410 \series medium
26411 \shape up
26412 \emph off
26413 \bar no
26414 \noun off
26415 \color none
26416 ¸
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Standard
26425
26426 \family roman
26427 \series medium
26428 \shape up
26429 \emph off
26430 \bar no
26431 \noun off
26432 \color none
26433 È
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Standard
26442
26443 \family roman
26444 \series medium
26445 \shape up
26446 \emph off
26447 \bar no
26448 \noun off
26449 \color none
26450 Ø
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Standard
26459
26460 \family roman
26461 \series medium
26462 \shape up
26463 \emph off
26464 \bar no
26465 \noun off
26466 \color none
26467 è
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Standard
26476
26477 \family roman
26478 \series medium
26479 \shape up
26480 \emph off
26481 \bar no
26482 \noun off
26483 \color none
26484 ø
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 </row>
26490 <row topline="true">
26491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Standard
26495
26496 \family roman
26497 \series medium
26498 \shape up
26499 \size tiny
26500 \emph off
26501 \bar no
26502 \noun off
26503 \color none
26504 09
26505 \end_layout
26506
26507 \end_inset
26508 </cell>
26509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Standard
26513
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Standard
26522
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Standard
26531
26532 \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 9
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 I
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 Y
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" leftline="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 i
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Standard
26616
26617 \family roman
26618 \series medium
26619 \shape up
26620 \emph off
26621 \bar no
26622 \noun off
26623 \color none
26624 y
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Standard
26633
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Standard
26642
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Standard
26651
26652 \family roman
26653 \series medium
26654 \shape up
26655 \emph off
26656 \bar no
26657 \noun off
26658 \color none
26659 ©
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Standard
26668
26669 \family roman
26670 \series medium
26671 \shape up
26672 \emph off
26673 \bar no
26674 \noun off
26675 \color none
26676 ¹
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Standard
26685
26686 \family roman
26687 \series medium
26688 \shape up
26689 \emph off
26690 \bar no
26691 \noun off
26692 \color none
26693 É
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Standard
26702
26703 \family roman
26704 \series medium
26705 \shape up
26706 \emph off
26707 \bar no
26708 \noun off
26709 \color none
26710 Ù
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Standard
26719
26720 \family roman
26721 \series medium
26722 \shape up
26723 \emph off
26724 \bar no
26725 \noun off
26726 \color none
26727 é
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Standard
26736
26737 \family roman
26738 \series medium
26739 \shape up
26740 \emph off
26741 \bar no
26742 \noun off
26743 \color none
26744 ù
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 </row>
26750 <row topline="true">
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Standard
26755
26756 \family roman
26757 \series medium
26758 \shape up
26759 \size tiny
26760 \emph off
26761 \bar no
26762 \noun off
26763 \color none
26764 0A
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Standard
26773
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26779 \begin_inset Text
26780
26781 \begin_layout Standard
26782
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Standard
26791
26792 \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 J
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 Z
26851 \end_layout
26852
26853 \end_inset
26854 </cell>
26855 <cell alignment="center" valignment="top" topline="true" leftline="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 j
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Standard
26876
26877 \family roman
26878 \series medium
26879 \shape up
26880 \emph off
26881 \bar no
26882 \noun off
26883 \color none
26884 z
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Standard
26893
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Standard
26902
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Standard
26911
26912 \family roman
26913 \series medium
26914 \shape up
26915 \emph off
26916 \bar no
26917 \noun off
26918 \color none
26919 ª
26920 \end_layout
26921
26922 \end_inset
26923 </cell>
26924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Standard
26928
26929 \family roman
26930 \series medium
26931 \shape up
26932 \emph off
26933 \bar no
26934 \noun off
26935 \color none
26936 º
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Standard
26945
26946 \family roman
26947 \series medium
26948 \shape up
26949 \emph off
26950 \bar no
26951 \noun off
26952 \color none
26953 Ê
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Standard
26962
26963 \family roman
26964 \series medium
26965 \shape up
26966 \emph off
26967 \bar no
26968 \noun off
26969 \color none
26970 Ú
26971 \end_layout
26972
26973 \end_inset
26974 </cell>
26975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Standard
26979
26980 \family roman
26981 \series medium
26982 \shape up
26983 \emph off
26984 \bar no
26985 \noun off
26986 \color none
26987 ê
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Standard
26996
26997 \family roman
26998 \series medium
26999 \shape up
27000 \emph off
27001 \bar no
27002 \noun off
27003 \color none
27004 ú
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 <row topline="true">
27011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Standard
27015
27016 \family roman
27017 \series medium
27018 \shape up
27019 \size tiny
27020 \emph off
27021 \bar no
27022 \noun off
27023 \color none
27024 0B
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Standard
27033
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Standard
27042
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Standard
27051
27052 \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 K
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" 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 k
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27133 \begin_inset Text
27134
27135 \begin_layout Standard
27136
27137 \family roman
27138 \series medium
27139 \shape up
27140 \emph off
27141 \bar no
27142 \noun off
27143 \color none
27144 {
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Standard
27153
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Standard
27162
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Standard
27171
27172 \family roman
27173 \series medium
27174 \shape up
27175 \emph off
27176 \bar no
27177 \noun off
27178 \color none
27179 «
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Standard
27188
27189 \family roman
27190 \series medium
27191 \shape up
27192 \emph off
27193 \bar no
27194 \noun off
27195 \color none
27196 »
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Standard
27205
27206 \family roman
27207 \series medium
27208 \shape up
27209 \emph off
27210 \bar no
27211 \noun off
27212 \color none
27213 Ë
27214 \end_layout
27215
27216 \end_inset
27217 </cell>
27218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27219 \begin_inset Text
27220
27221 \begin_layout Standard
27222
27223 \family roman
27224 \series medium
27225 \shape up
27226 \emph off
27227 \bar no
27228 \noun off
27229 \color none
27230 Û
27231 \end_layout
27232
27233 \end_inset
27234 </cell>
27235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27236 \begin_inset Text
27237
27238 \begin_layout Standard
27239
27240 \family roman
27241 \series medium
27242 \shape up
27243 \emph off
27244 \bar no
27245 \noun off
27246 \color none
27247 ë
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27253 \begin_inset Text
27254
27255 \begin_layout Standard
27256
27257 \family roman
27258 \series medium
27259 \shape up
27260 \emph off
27261 \bar no
27262 \noun off
27263 \color none
27264 û
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 </row>
27270 <row topline="true">
27271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Standard
27275
27276 \family roman
27277 \series medium
27278 \shape up
27279 \size tiny
27280 \emph off
27281 \bar no
27282 \noun off
27283 \color none
27284 0C
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27290 \begin_inset Text
27291
27292 \begin_layout Standard
27293
27294 \end_layout
27295
27296 \end_inset
27297 </cell>
27298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27299 \begin_inset Text
27300
27301 \begin_layout Standard
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Standard
27311
27312 \family roman
27313 \series medium
27314 \shape up
27315 \emph off
27316 \bar no
27317 \noun off
27318 \color none
27319 ,
27320 \end_layout
27321
27322 \end_inset
27323 </cell>
27324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27325 \begin_inset Text
27326
27327 \begin_layout Standard
27328
27329 \family roman
27330 \series medium
27331 \shape up
27332 \emph off
27333 \bar no
27334 \noun off
27335 \color none
27336 <
27337 \end_layout
27338
27339 \end_inset
27340 </cell>
27341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Standard
27345
27346 \family roman
27347 \series medium
27348 \shape up
27349 \emph off
27350 \bar no
27351 \noun off
27352 \color none
27353 L
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Standard
27362
27363 \family roman
27364 \series medium
27365 \shape up
27366 \emph off
27367 \bar no
27368 \noun off
27369 \color none
27370
27371 \backslash
27372
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 <cell alignment="center" valignment="top" topline="true" leftline="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 l
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27395 \begin_inset Text
27396
27397 \begin_layout Standard
27398
27399 \family roman
27400 \series medium
27401 \shape up
27402 \emph off
27403 \bar no
27404 \noun off
27405 \color none
27406 |
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Standard
27415
27416 \end_layout
27417
27418 \end_inset
27419 </cell>
27420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27421 \begin_inset Text
27422
27423 \begin_layout Standard
27424
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Standard
27433
27434 \family roman
27435 \series medium
27436 \shape up
27437 \emph off
27438 \bar no
27439 \noun off
27440 \color none
27441 ¬
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Standard
27450
27451 \family roman
27452 \series medium
27453 \shape up
27454 \emph off
27455 \bar no
27456 \noun off
27457 \color none
27458 ¼
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Standard
27467
27468 \family roman
27469 \series medium
27470 \shape up
27471 \emph off
27472 \bar no
27473 \noun off
27474 \color none
27475 Ì
27476 \end_layout
27477
27478 \end_inset
27479 </cell>
27480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27481 \begin_inset Text
27482
27483 \begin_layout Standard
27484
27485 \family roman
27486 \series medium
27487 \shape up
27488 \emph off
27489 \bar no
27490 \noun off
27491 \color none
27492 Ü
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Standard
27501
27502 \family roman
27503 \series medium
27504 \shape up
27505 \emph off
27506 \bar no
27507 \noun off
27508 \color none
27509 ì
27510 \end_layout
27511
27512 \end_inset
27513 </cell>
27514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27515 \begin_inset Text
27516
27517 \begin_layout Standard
27518
27519 \family roman
27520 \series medium
27521 \shape up
27522 \emph off
27523 \bar no
27524 \noun off
27525 \color none
27526 ü
27527 \end_layout
27528
27529 \end_inset
27530 </cell>
27531 </row>
27532 <row topline="true">
27533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Standard
27537
27538 \family roman
27539 \series medium
27540 \shape up
27541 \size tiny
27542 \emph off
27543 \bar no
27544 \noun off
27545 \color none
27546 0D
27547 \end_layout
27548
27549 \end_inset
27550 </cell>
27551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27552 \begin_inset Text
27553
27554 \begin_layout Standard
27555
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27561 \begin_inset Text
27562
27563 \begin_layout Standard
27564
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Standard
27573
27574 \family roman
27575 \series medium
27576 \shape up
27577 \emph off
27578 \bar no
27579 \noun off
27580 \color none
27581 -
27582 \end_layout
27583
27584 \end_inset
27585 </cell>
27586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27587 \begin_inset Text
27588
27589 \begin_layout Standard
27590
27591 \family roman
27592 \series medium
27593 \shape up
27594 \emph off
27595 \bar no
27596 \noun off
27597 \color none
27598 =
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Standard
27607
27608 \family roman
27609 \series medium
27610 \shape up
27611 \emph off
27612 \bar no
27613 \noun off
27614 \color none
27615 M
27616 \end_layout
27617
27618 \end_inset
27619 </cell>
27620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27621 \begin_inset Text
27622
27623 \begin_layout Standard
27624
27625 \family roman
27626 \series medium
27627 \shape up
27628 \emph off
27629 \bar no
27630 \noun off
27631 \color none
27632 ]
27633 \end_layout
27634
27635 \end_inset
27636 </cell>
27637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27638 \begin_inset Text
27639
27640 \begin_layout Standard
27641
27642 \family roman
27643 \series medium
27644 \shape up
27645 \emph off
27646 \bar no
27647 \noun off
27648 \color none
27649 m
27650 \end_layout
27651
27652 \end_inset
27653 </cell>
27654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Standard
27658
27659 \family roman
27660 \series medium
27661 \shape up
27662 \emph off
27663 \bar no
27664 \noun off
27665 \color none
27666 }
27667 \end_layout
27668
27669 \end_inset
27670 </cell>
27671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27672 \begin_inset Text
27673
27674 \begin_layout Standard
27675
27676 \end_layout
27677
27678 \end_inset
27679 </cell>
27680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27681 \begin_inset Text
27682
27683 \begin_layout Standard
27684
27685 \end_layout
27686
27687 \end_inset
27688 </cell>
27689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27690 \begin_inset Text
27691
27692 \begin_layout Standard
27693
27694 \end_layout
27695
27696 \end_inset
27697 </cell>
27698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27699 \begin_inset Text
27700
27701 \begin_layout Standard
27702
27703 \family roman
27704 \series medium
27705 \shape up
27706 \emph off
27707 \bar no
27708 \noun off
27709 \color none
27710 ½
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Standard
27719
27720 \family roman
27721 \series medium
27722 \shape up
27723 \emph off
27724 \bar no
27725 \noun off
27726 \color none
27727 Í
27728 \end_layout
27729
27730 \end_inset
27731 </cell>
27732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27733 \begin_inset Text
27734
27735 \begin_layout Standard
27736
27737 \family roman
27738 \series medium
27739 \shape up
27740 \emph off
27741 \bar no
27742 \noun off
27743 \color none
27744 Ý
27745 \end_layout
27746
27747 \end_inset
27748 </cell>
27749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27750 \begin_inset Text
27751
27752 \begin_layout Standard
27753
27754 \family roman
27755 \series medium
27756 \shape up
27757 \emph off
27758 \bar no
27759 \noun off
27760 \color none
27761 í
27762 \end_layout
27763
27764 \end_inset
27765 </cell>
27766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27767 \begin_inset Text
27768
27769 \begin_layout Standard
27770
27771 \family roman
27772 \series medium
27773 \shape up
27774 \emph off
27775 \bar no
27776 \noun off
27777 \color none
27778 ý
27779 \end_layout
27780
27781 \end_inset
27782 </cell>
27783 </row>
27784 <row topline="true">
27785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Standard
27789
27790 \family roman
27791 \series medium
27792 \shape up
27793 \size tiny
27794 \emph off
27795 \bar no
27796 \noun off
27797 \color none
27798 0E
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Standard
27807
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Standard
27816
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Standard
27825
27826 \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 N
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" 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 n
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Standard
27910
27911 \family roman
27912 \series medium
27913 \shape up
27914 \emph off
27915 \bar no
27916 \noun off
27917 \color none
27918 ~
27919 \end_layout
27920
27921 \end_inset
27922 </cell>
27923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27924 \begin_inset Text
27925
27926 \begin_layout Standard
27927
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27933 \begin_inset Text
27934
27935 \begin_layout Standard
27936
27937 \end_layout
27938
27939 \end_inset
27940 </cell>
27941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Standard
27945
27946 \family roman
27947 \series medium
27948 \shape up
27949 \emph off
27950 \bar no
27951 \noun off
27952 \color none
27953 ®
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Standard
27962
27963 \family roman
27964 \series medium
27965 \shape up
27966 \emph off
27967 \bar no
27968 \noun off
27969 \color none
27970 ¾
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Standard
27979
27980 \family roman
27981 \series medium
27982 \shape up
27983 \emph off
27984 \bar no
27985 \noun off
27986 \color none
27987 Î
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Standard
27996
27997 \family roman
27998 \series medium
27999 \shape up
28000 \emph off
28001 \bar no
28002 \noun off
28003 \color none
28004 Þ
28005 \end_layout
28006
28007 \end_inset
28008 </cell>
28009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28010 \begin_inset Text
28011
28012 \begin_layout Standard
28013
28014 \family roman
28015 \series medium
28016 \shape up
28017 \emph off
28018 \bar no
28019 \noun off
28020 \color none
28021 î
28022 \end_layout
28023
28024 \end_inset
28025 </cell>
28026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28027 \begin_inset Text
28028
28029 \begin_layout Standard
28030
28031 \family roman
28032 \series medium
28033 \shape up
28034 \emph off
28035 \bar no
28036 \noun off
28037 \color none
28038 þ
28039 \end_layout
28040
28041 \end_inset
28042 </cell>
28043 </row>
28044 <row topline="true" bottomline="true">
28045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28046 \begin_inset Text
28047
28048 \begin_layout Standard
28049
28050 \family roman
28051 \series medium
28052 \shape up
28053 \size tiny
28054 \emph off
28055 \bar no
28056 \noun off
28057 \color none
28058 0F
28059 \end_layout
28060
28061 \end_inset
28062 </cell>
28063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28064 \begin_inset Text
28065
28066 \begin_layout Standard
28067
28068 \end_layout
28069
28070 \end_inset
28071 </cell>
28072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28073 \begin_inset Text
28074
28075 \begin_layout Standard
28076
28077 \end_layout
28078
28079 \end_inset
28080 </cell>
28081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28082 \begin_inset Text
28083
28084 \begin_layout Standard
28085
28086 \family roman
28087 \series medium
28088 \shape up
28089 \emph off
28090 \bar no
28091 \noun off
28092 \color none
28093 /
28094 \end_layout
28095
28096 \end_inset
28097 </cell>
28098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28099 \begin_inset Text
28100
28101 \begin_layout Standard
28102
28103 \family roman
28104 \series medium
28105 \shape up
28106 \emph off
28107 \bar no
28108 \noun off
28109 \color none
28110 ?
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Standard
28119
28120 \family roman
28121 \series medium
28122 \shape up
28123 \emph off
28124 \bar no
28125 \noun off
28126 \color none
28127 O
28128 \end_layout
28129
28130 \end_inset
28131 </cell>
28132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28133 \begin_inset Text
28134
28135 \begin_layout Standard
28136
28137 \family roman
28138 \series medium
28139 \shape up
28140 \emph off
28141 \bar no
28142 \noun off
28143 \color none
28144 _
28145 \end_layout
28146
28147 \end_inset
28148 </cell>
28149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28150 \begin_inset Text
28151
28152 \begin_layout Standard
28153
28154 \family roman
28155 \series medium
28156 \shape up
28157 \emph off
28158 \bar no
28159 \noun off
28160 \color none
28161 o
28162 \end_layout
28163
28164 \end_inset
28165 </cell>
28166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28167 \begin_inset Text
28168
28169 \begin_layout Standard
28170
28171 \end_layout
28172
28173 \end_inset
28174 </cell>
28175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28176 \begin_inset Text
28177
28178 \begin_layout Standard
28179
28180 \end_layout
28181
28182 \end_inset
28183 </cell>
28184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28185 \begin_inset Text
28186
28187 \begin_layout Standard
28188
28189 \end_layout
28190
28191 \end_inset
28192 </cell>
28193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28194 \begin_inset Text
28195
28196 \begin_layout Standard
28197
28198 \family roman
28199 \series medium
28200 \shape up
28201 \emph off
28202 \bar no
28203 \noun off
28204 \color none
28205 ¯
28206 \end_layout
28207
28208 \end_inset
28209 </cell>
28210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28211 \begin_inset Text
28212
28213 \begin_layout Standard
28214
28215 \family roman
28216 \series medium
28217 \shape up
28218 \emph off
28219 \bar no
28220 \noun off
28221 \color none
28222 ¿
28223 \end_layout
28224
28225 \end_inset
28226 </cell>
28227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28228 \begin_inset Text
28229
28230 \begin_layout Standard
28231
28232 \family roman
28233 \series medium
28234 \shape up
28235 \emph off
28236 \bar no
28237 \noun off
28238 \color none
28239 Ï
28240 \end_layout
28241
28242 \end_inset
28243 </cell>
28244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28245 \begin_inset Text
28246
28247 \begin_layout Standard
28248
28249 \family roman
28250 \series medium
28251 \shape up
28252 \emph off
28253 \bar no
28254 \noun off
28255 \color none
28256 ß
28257 \end_layout
28258
28259 \end_inset
28260 </cell>
28261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28262 \begin_inset Text
28263
28264 \begin_layout Standard
28265
28266 \family roman
28267 \series medium
28268 \shape up
28269 \emph off
28270 \bar no
28271 \noun off
28272 \color none
28273 ï
28274 \end_layout
28275
28276 \end_inset
28277 </cell>
28278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28279 \begin_inset Text
28280
28281 \begin_layout Standard
28282
28283 \family roman
28284 \series medium
28285 \shape up
28286 \emph off
28287 \bar no
28288 \noun off
28289 \color none
28290 ÿ
28291 \end_layout
28292
28293 \end_inset
28294 </cell>
28295 </row>
28296 </lyxtabular>
28297
28298 \end_inset
28299
28300
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Standard
28309 The following is a full list of all of the accented characters LyX can display
28310  directly.
28311  It includes not only the accented characters from the previous table, but
28312  also the characters from 
28313 \family typewriter
28314 ISO8859--2
28315 \family default
28316  through 
28317 \family typewriter
28318 4
28319 \family default
28320 .
28321  
28322 \end_layout
28323
28324 \begin_layout Itemize
28325 From 
28326 \family typewriter
28327 ISO8859--1
28328 \family default
28329 :
28330 \end_layout
28331
28332 \begin_deeper
28333 \begin_layout Standard
28334 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
28335 \hfill
28336 diaeresis
28337 \end_layout
28338
28339 \begin_layout Standard
28340 ^ Â Ê Î Ô Û â ê î ô û
28341 \hfill
28342 circumflex
28343 \end_layout
28344
28345 \begin_layout Standard
28346 ` À È Ì Ò Ù à è ì ò ù
28347 \hfill
28348 grave
28349 \end_layout
28350
28351 \begin_layout Standard
28352 ´ Á É Í Ó Ú Ý á é í ó ú ý
28353 \hfill
28354 acute
28355 \end_layout
28356
28357 \begin_layout Standard
28358 ~ Ã Ñ Õ ã ñ õ
28359 \hfill
28360 tilde
28361 \end_layout
28362
28363 \begin_layout Standard
28364 ¸Çç
28365 \hfill
28366 cedilla
28367 \end_layout
28368
28369 \begin_layout Standard
28370 ¯
28371 \hfill
28372 macron
28373 \begin_inset Foot
28374 status collapsed
28375
28376 \begin_layout Standard
28377 The dead macron in usually not needed, as you will use a non--dead key for
28378  this instead.
28379  For example, S-M-minus, or if 
28380 \family typewriter
28381 \shape up
28382 .Xmodmap
28383 \family default
28384 \shape default
28385  is correct, S-M-macron.
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \end_deeper
28394 \begin_layout Itemize
28395 From 
28396 \family typewriter
28397 ISO8859--2
28398 \family default
28399  through 
28400 \family typewriter
28401 4
28402 \family default
28403 :
28404 \end_layout
28405
28406 \begin_deeper
28407 \begin_layout Standard
28408 ĤĴĥȷ̂ĈĜŜĉĝŝ
28409 \hfill
28410 circumflex
28411 \end_layout
28412
28413 \begin_layout Standard
28414 ŚŹśźŔĹĆŃŕĺćń
28415 \hfill
28416 acute
28417 \end_layout
28418
28419 \begin_layout Standard
28420 Ĩı̃Ũũ
28421 \hfill
28422 tilde
28423 \end_layout
28424
28425 \begin_layout Standard
28426 ŞşŢţŖĻĢŗļģŅĶņķ
28427 \hfill
28428 cedilla
28429 \begin_inset Foot
28430 status collapsed
28431
28432 \begin_layout Standard
28433 These characters might not look very nice on screen, but they will be just
28434  fine when run through LaTeX and printed.
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443 ĒēĀĪŌŪāı̄ōū
28444 \hfill
28445 macron
28446 \end_layout
28447
28448 \begin_layout Standard
28449 ŐŰőű
28450 \hfill
28451 hungarian umlaut
28452 \end_layout
28453
28454 \end_deeper
28455 \begin_layout Standard
28456 All the characters above are actively supported by TeX fonts.
28457  In addition TeX allows diacritical marks on almost all characters .
28458  Also make sure you're using the 
28459 \family typewriter
28460 T1
28461 \family default
28462  font-encoding and have the package 
28463 \family typewriter
28464 umlaute.sty
28465 \family default
28466  with the definition file 
28467 \family typewriter
28468 iso.def
28469 \family default
28470  installed.
28471 \end_layout
28472
28473 \begin_layout Chapter
28474 Credits
28475 \end_layout
28476
28477 \begin_layout Standard
28478 The documentation is a collaborative effort between many different people
28479  (and we would encourage people to contribute !).
28480 \end_layout
28481
28482 \begin_layout Standard
28483 First, we need to give due credit to those who came before us.
28484  They gave us the base upon which the new manuals are built, and some continue
28485  to provide information:
28486 \end_layout
28487
28488 \begin_layout Itemize
28489
28490 \noun on
28491 Matthias Ettrich
28492 \noun default
28493  wrote the original documentation, from which this manual is built, as well
28494  as the introduction to this manual [or the 
28495 \begin_inset Quotes eld
28496 \end_inset
28497
28498 LyX Manifesto,
28499 \begin_inset Quotes erd
28500 \end_inset
28501
28502  as some of us call it].
28503 \end_layout
28504
28505 \begin_layout Itemize
28506
28507 \noun on
28508 Lars Gullik Bjønnes
28509 \noun default
28510  wrote several minidocs, including some of the information about international
28511  support in LyX.
28512 \end_layout
28513
28514 \begin_layout Itemize
28515
28516 \noun on
28517 Ivan Schreter
28518 \noun default
28519  also wrote a minidoc about international support, specifically about internatio
28520 nal keyboard maps and customization.
28521 \end_layout
28522
28523 \begin_layout Itemize
28524
28525 \noun on
28526 Pascal André
28527 \noun default
28528  originally documented the LinuxDoc SGML interface.
28529 \end_layout
28530
28531 \begin_layout Itemize
28532
28533 \noun on
28534 Alejandro Aguilar Sierra
28535 \noun default
28536  originally documented math mode and provided the entries for the math functions
28537  in 
28538 \family typewriter
28539 Reference.lyx
28540 \end_layout
28541
28542 \begin_layout Itemize
28543 Special thanks to the LyX Team\InsetSpace ~
28544
28545 \begin_inset LatexCommand cite
28546 key "lyxcredit"
28547
28548 \end_inset
28549
28550  for help and answers to questions.
28551 \end_layout
28552
28553 \begin_layout Standard
28554 Next, it's time to give credit to the 
28555 \begin_inset Quotes eld
28556 \end_inset
28557
28558 LyX Documentation Team,
28559 \begin_inset Quotes erd
28560 \end_inset
28561
28562  all of the people who helped rewrite the old documentation into the form
28563  it had after LyX version 0.10:
28564 \end_layout
28565
28566 \begin_layout Itemize
28567
28568 \noun on
28569 David Johnson
28570 \noun default
28571 :
28572 \end_layout
28573
28574 \begin_deeper
28575 \begin_layout Itemize
28576 Contributor to the FAQ and the old 
28577 \begin_inset Quotes eld
28578 \end_inset
28579
28580
28581 \family typewriter
28582 HowDoI-.lyx
28583 \family default
28584
28585 \begin_inset Quotes erd
28586 \end_inset
28587
28588  [now defunct].
28589 \end_layout
28590
28591 \begin_layout Itemize
28592 General editing assistance.
28593 \end_layout
28594
28595 \begin_layout Itemize
28596 Documentation of: 
28597 \end_layout
28598
28599 \begin_deeper
28600 \begin_layout Itemize
28601 math mode 
28602 \end_layout
28603
28604 \begin_layout Itemize
28605 tables
28606 \end_layout
28607
28608 \begin_layout Itemize
28609 spellchecking
28610 \end_layout
28611
28612 \end_deeper
28613 \end_deeper
28614 \begin_layout Itemize
28615
28616 \noun on
28617 Rich Fields
28618 \noun default
28619 :
28620 \end_layout
28621
28622 \begin_deeper
28623 \begin_layout Itemize
28624 Primary contributor to 
28625 \family typewriter
28626 Reference.lyx
28627 \end_layout
28628
28629 \begin_layout Itemize
28630 Documentation of the basic LyX interface in 
28631 \family typewriter
28632 UserGuide.lyx
28633 \end_layout
28634
28635 \end_deeper
28636 \begin_layout Itemize
28637
28638 \noun on
28639 Paul Evans
28640 \noun default
28641 :
28642 \end_layout
28643
28644 \begin_deeper
28645 \begin_layout Itemize
28646 Former maintainer of the FAQ and the old 
28647 \begin_inset Quotes eld
28648 \end_inset
28649
28650
28651 \family typewriter
28652 HowDoI-.lyx
28653 \family default
28654
28655 \begin_inset Quotes erd
28656 \end_inset
28657
28658  [now defunct].
28659 \end_layout
28660
28661 \begin_layout Itemize
28662 Documentation of LinuxDoc in 
28663 \family typewriter
28664 UserGuide.lyx
28665 \end_layout
28666
28667 \end_deeper
28668 \begin_layout Itemize
28669
28670 \noun on
28671 Paul Russel:
28672 \end_layout
28673
28674 \begin_deeper
28675 \begin_layout Itemize
28676 Documentation of figures and imported graphics in 
28677 \family typewriter
28678 UserGuide.lyx
28679 \end_layout
28680
28681 \end_deeper
28682 \begin_layout Itemize
28683
28684 \noun on
28685 John Raithel
28686 \noun default
28687 :
28688 \end_layout
28689
28690 \begin_deeper
28691 \begin_layout Itemize
28692 Documentation of internationalization features in 
28693 \family typewriter
28694 UserGuide.lyx
28695 \end_layout
28696
28697 \end_deeper
28698 \begin_layout Itemize
28699
28700 \noun on
28701 Robin Socha:
28702 \end_layout
28703
28704 \begin_deeper
28705 \begin_layout Itemize
28706 Documentation of:
28707 \end_layout
28708
28709 \begin_deeper
28710 \begin_layout Itemize
28711 footnotes
28712 \end_layout
28713
28714 \begin_layout Itemize
28715 margin notes
28716 \end_layout
28717
28718 \begin_layout Itemize
28719 table of contents
28720 \end_layout
28721
28722 \begin_layout Itemize
28723 cross-references
28724 \end_layout
28725
28726 \end_deeper
28727 \end_deeper
28728 \begin_layout Itemize
28729
28730 \noun on
28731 Amir Karger
28732 \end_layout
28733
28734 \begin_deeper
28735 \begin_layout Itemize
28736 Primary contributor to 
28737 \family typewriter
28738 Tutorial.lyx
28739 \end_layout
28740
28741 \end_deeper
28742 \begin_layout Itemize
28743
28744 \noun on
28745 Matthias Zenker:
28746 \end_layout
28747
28748 \begin_deeper
28749 \begin_layout Itemize
28750 Documentation of 
28751 \end_layout
28752
28753 \begin_deeper
28754 \begin_layout Itemize
28755 manual fine-tuning 
28756 \end_layout
28757
28758 \begin_layout Itemize
28759 using LaTeX from within LyX
28760 \end_layout
28761
28762 \end_deeper
28763 \end_deeper
28764 \begin_layout Itemize
28765
28766 \noun on
28767 John Weiss
28768 \noun default
28769 :
28770 \end_layout
28771
28772 \begin_deeper
28773 \begin_layout Itemize
28774 General organization and format of the documents.
28775 \end_layout
28776
28777 \begin_layout Itemize
28778 Documentation of :
28779 \end_layout
28780
28781 \begin_deeper
28782 \begin_layout Itemize
28783 LyX setup
28784 \end_layout
28785
28786 \begin_layout Itemize
28787 paragraph environments, document layout, nesting, typography notes, fonts
28788 \end_layout
28789
28790 \end_deeper
28791 \begin_layout Itemize
28792 Also responsible for Introduction in 
28793 \family typewriter
28794 Tutorial.lyx
28795 \end_layout
28796
28797 \begin_layout Itemize
28798 Editor of the documents.
28799  [from 6/96-fall 1997]
28800 \end_layout
28801
28802 \end_deeper
28803 \begin_layout Standard
28804 After fall of 1997, the LyX Team as a whole took over maintenance of the
28805  documentation.
28806 \end_layout
28807
28808 \begin_layout Bibliography
28809 \begin_inset LatexCommand bibitem
28810 key "lyxcredit"
28811
28812 \end_inset
28813
28814 The LyX Team: 
28815 \begin_inset ERT
28816 status collapsed
28817
28818 \begin_layout Standard
28819
28820
28821 \backslash
28822 href{http://www.lyx.org/about/credits.php}{
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \emph on
28829 CREDITS
28830 \emph default
28831
28832 \begin_inset ERT
28833 status collapsed
28834
28835 \begin_layout Standard
28836
28837 }
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Bibliography
28846 \begin_inset LatexCommand bibitem
28847 key "latexbook"
28848
28849 \end_inset
28850
28851 Leslie Lamport: 
28852 \emph on
28853 LaTeX: A Document Preparation System.
28854
28855 \emph default
28856  Addison-Wesley, second edition, 1994
28857 \end_layout
28858
28859 \begin_layout Bibliography
28860 \begin_inset LatexCommand bibitem
28861 key "latexcompanion"
28862
28863 \end_inset
28864
28865 Michel Goossens, Frank Mittelbach and Alexander Samarin: 
28866 \emph on
28867 The LaTeX Companion.
28868
28869 \emph default
28870  Addison-Wesley, 1994
28871 \end_layout
28872
28873 \begin_layout Bibliography
28874 \begin_inset LatexCommand bibitem
28875 key "latexguide"
28876
28877 \end_inset
28878
28879 Kopka and Daly: 
28880 \emph on
28881 A Guide to LaTeX2e
28882 \end_layout
28883
28884 \begin_layout Bibliography
28885 \begin_inset LatexCommand bibitem
28886 key "texbook"
28887
28888 \end_inset
28889
28890 Donald E.
28891  Knuth.
28892  
28893 \emph on
28894 The TeXbook
28895 \end_layout
28896
28897 \end_body
28898 \end_document