]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
* src/lyxtext.h: add enum ChangeOp (ACCEPT/REJECT); add deleteEmptyParagraphMechanism()
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.4.4svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 245
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 \fontscheme default
67 \graphics default
68 \paperfontsize 12
69 \spacing single
70 \papersize default
71 \use_geometry false
72 \use_amsmath 0
73 \cite_engine basic
74 \use_bibtopic false
75 \paperorientation portrait
76 \secnumdepth 3
77 \tocdepth 3
78 \paragraph_separation indent
79 \defskip medskip
80 \quotes_language english
81 \papercolumns 1
82 \papersides 2
83 \paperpagestyle default
84 \tracking_changes false
85 \output_changes true
86 \end_header
87
88 \begin_body
89
90 \begin_layout Title
91 The LyX User's Guide
92 \end_layout
93
94 \begin_layout Author
95 by the LyX Team
96 \begin_inset Foot
97 status collapsed
98
99 \begin_layout Standard
100 \noindent
101 If you have comments or error corrections, please send them to the LyX Documenta
102 tion mailing list: 
103 \family typewriter
104 lyx-docs@lists.lyx.org
105 \end_layout
106
107 \end_inset
108
109
110 \end_layout
111
112 \begin_layout Standard
113 \begin_inset Note Note
114 status open
115
116 \begin_layout Standard
117 To export this document as pdf, ps or dvi, the LaTeX-package 
118 \series bold
119 hyperref
120 \series default
121  has to be installed.
122 \end_layout
123
124 \begin_layout Standard
125 This package should be part of all popular LaTeX-distributions.
126 \end_layout
127
128 \end_inset
129
130
131 \end_layout
132
133 \begin_layout Standard
134 \begin_inset LatexCommand \tableofcontents{}
135
136 \end_inset
137
138
139 \end_layout
140
141 \begin_layout Chapter
142 Introduction
143 \end_layout
144
145 \begin_layout Section
146 What is LyX?
147 \end_layout
148
149 \begin_layout Standard
150 LyX is a document preparation system.
151  It is a tool for producing beautiful manuscripts, publishable books, business
152  letters and proposals, and even poetry.
153  It is unlike most other 
154 \begin_inset Quotes eld
155 \end_inset
156
157 word processors
158 \begin_inset Quotes erd
159 \end_inset
160
161  in the sense that it uses the paradigm of a markup language as its core
162  editing style.
163  That means that when you type a section header, you mark it as a 
164 \begin_inset Quotes eld
165 \end_inset
166
167 Section
168 \begin_inset Quotes erd
169 \end_inset
170
171 , not 
172 \begin_inset Quotes eld
173 \end_inset
174
175 Bold, 17 pt type, left justified, 5 mm space below
176 \begin_inset Quotes erd
177 \end_inset
178
179 .
180  LyX takes care of the typesetting for you, so you deal only with concepts,
181  not the mechanics.
182 \end_layout
183
184 \begin_layout Standard
185 This philosophy is explained in much greater detail in the 
186 \emph on
187
188 \begin_inset Quotes eld
189 \end_inset
190
191 Introduction
192 \begin_inset Quotes erd
193 \end_inset
194
195
196 \emph default
197 .
198  If you haven't read it yet, you need to.
199  Yes, we mean now.
200 \end_layout
201
202 \begin_layout Standard
203 The 
204 \begin_inset Quotes eld
205 \end_inset
206
207
208 \emph on
209 Introduction
210 \emph default
211
212 \begin_inset Quotes erd
213 \end_inset
214
215  describes several things in addition to LyX's philosophy: most importantly,
216  the format of all of the manuals.
217  If you don't read it, you'll have a bear of a time navigating this manual.
218  You might also be better served looking in one of the other manuals instead
219  of this one.
220  
221 \begin_inset Quotes eld
222 \end_inset
223
224
225 \emph on
226 Introduction
227 \emph default
228
229 \begin_inset Quotes erd
230 \end_inset
231
232  describes that, too.
233 \end_layout
234
235 \begin_layout Section
236 Getting Started
237 \end_layout
238
239 \begin_layout Subsection
240 Invoking LyX
241 \end_layout
242
243 \begin_layout Standard
244 Similar to other Linux [and other brands of Unix] programs, you start LyX
245  by simply typing 
246 \family typewriter
247 lyx
248 \family default
249  at the command line.
250  You can, of course, include several command-line options, including file
251  names.
252  We're not going to repeat all of the command-line options here, since we've
253  already done that in the 
254 \family typewriter
255 man
256 \family default
257  page for LyX.
258  Check there for more info.
259 \end_layout
260
261 \begin_layout Standard
262 There are one or two things we'd like to comment on:
263 \end_layout
264
265 \begin_layout Standard
266 Please note that if you include more than one file name on the command line,
267  LyX will load them all, though it won't display them all simultaneously.
268  More on that in a bit.
269 \end_layout
270
271 \begin_layout Subsection
272 How LyX Looks
273 \end_layout
274
275 \begin_layout Standard
276 Like most applications, LyX has the familiar menu bar across the top of
277  its window.
278  Below it is a toolbar with a pulldown box and various buttons.
279  There is, of course, a vertical scrollbar and a main work area for editing
280  documents.
281  Near the bottom of the window is a small window containing a single line
282  of text.
283  This is the 
284 \emph on
285 minibuffer
286 \emph default
287  (a term which we've swiped, lock, stock, and barrel, from GNU Emacs), which
288  really means 
289 \begin_inset Quotes eld
290 \end_inset
291
292 command buffer
293 \begin_inset Quotes erd
294 \end_inset
295
296 .
297  Type 
298 \family sans
299 M-x
300 \family default
301  when you need to type a command in the minibuffer.
302 \end_layout
303
304 \begin_layout Standard
305 Note that there is no horizontal scroll bar.
306  This is not a bug or an oversight, but intentional.
307  When you read a book, you expect the end of a line to wrap around to the
308  next line.
309  Text overflows onto new pages in a vertical fashion, hence the need for
310  only a vertical scrollbar.
311 \end_layout
312
313 \begin_layout Standard
314 There are three cases where you might want a horizontal scrollbar.
315  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
316  This, however, is due
317  to a flaw in the routine that displays graphics on the LyX screen in a
318  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
319  as you'd need to rescale graphics to fit on a page.
320  The second and third cases are tables and equations which are wider than
321  the LyX window.
322  You can use the arrow keys to scroll horizontally through the table, but
323  this doesn't work for equations yet.
324 \end_layout
325
326 \begin_layout Subsection
327 HELP!
328 \end_layout
329
330 \begin_layout Standard
331 First, the bad news: the help system is not as thorough as that in many
332  commercial applications.
333  Patience.
334  We're working on it.
335 \end_layout
336
337 \begin_layout Standard
338 Now the good news: the help system consists of the LyX manuals.
339  You can read 
340 \emph on
341 all
342 \emph default
343  of the manuals from inside LyX.
344  Just select the manual you want read from the 
345 \family sans
346 \bar under
347 H
348 \bar default
349 elp
350 \family default
351  menu.
352 \end_layout
353
354 \begin_layout Standard
355 While we're at it, we'd like to make a comment about the manuals.
356  They're not idiot-proof, not in the least.
357  Here's what one of our authors, 
358 \noun on
359 John Weiss
360 \noun default
361 , once said about manuals:
362 \end_layout
363
364 \begin_layout Quotation
365 I hate manuals.
366 \end_layout
367
368 \begin_layout Quotation
369 Yes, we've all dealt with the terse, poorly-translated, or cryptic manuals.
370  They are aggravating.
371  I find, however, that the overly simplified ones are even more aggravating.
372  First, they spend about half their time carefully explaining to the user
373  how to operate a mouse, what a menu is, et cetera, ad nauseum.
374  Please, if someone doesn't know how to use their own computer, or a GUI,
375  then they should sit down and learn 
376 \emph on
377 before
378 \emph default
379  they start up a major piece of software.
380 \end_layout
381
382 \begin_layout Quotation
383 Second, what information they do provide seems to assume that the user is
384  stupid.
385  Utter nonsense! Most users, in my experience, are some combination of clueless
386  and intimidated, not stupid.
387  Besides, if someone is truly slow on the uptake, they need help that a
388  manual for a piece of computer software can't give.
389 \end_layout
390
391 \begin_layout Standard
392
393 \emph on
394 Editor's Note: With this in mind, I've instructed all of the other authors
395  to avoid patronizing you, the reader, and to be more pedagogical than pedantic.
396  As for those who are too lazy to read and understand the manuals --- well,
397  as we say here in America, there's no such thing as a free lunch.
398  - jw
399 \end_layout
400
401 \begin_layout Section
402 The LyX Interface
403 \end_layout
404
405 \begin_layout Subsection
406 Basic File Operations
407 \end_layout
408
409 \begin_layout Standard
410 Under the 
411 \family sans
412 \bar under
413 F
414 \bar default
415 ile
416 \family default
417  menu are the 9 basic operations for any word processor in addition to some
418  more advanced operations:
419 \end_layout
420
421 \begin_layout Itemize
422
423 \family sans
424 \bar under
425 N
426 \bar default
427 ew
428 \end_layout
429
430 \begin_layout Itemize
431
432 \family sans
433 New\InsetSpace ~
434 from
435 \bar under
436 \InsetSpace ~
437 T
438 \bar default
439 emplate
440 \end_layout
441
442 \begin_layout Itemize
443
444 \family sans
445 \bar under
446 O
447 \bar default
448 pen
449 \end_layout
450
451 \begin_layout Itemize
452
453 \family sans
454 \bar under
455 C
456 \bar default
457 lose
458 \end_layout
459
460 \begin_layout Itemize
461
462 \family sans
463 \bar under
464 S
465 \bar default
466 ave
467 \end_layout
468
469 \begin_layout Itemize
470
471 \family sans
472 Save\InsetSpace ~
473
474 \bar under
475 A
476 \bar default
477 s
478 \end_layout
479
480 \begin_layout Itemize
481
482 \family sans
483 \bar under
484 R
485 \bar default
486 evert
487 \end_layout
488
489 \begin_layout Itemize
490
491 \family sans
492 \bar under
493 P
494 \bar default
495 rint
496 \end_layout
497
498 \begin_layout Itemize
499
500 \family sans
501 E
502 \bar under
503 x
504 \bar default
505 it
506 \end_layout
507
508 \begin_layout Standard
509 They all do pretty much the same thing as in other word processors, with
510  a few minor differences.
511  The 
512 \family sans
513 \bar under
514 F
515 \bar default
516 ile\SpecialChar \menuseparator
517 New\InsetSpace ~
518 from
519 \bar under
520 \InsetSpace ~
521 T
522 \bar default
523 emplate
524 \family default
525  command not only prompts you for a name for the new file, but also prompts
526  you for a template to use.
527  Selecting a template will automatically set certain layout features for
528  the document, features you would otherwise need to change manually.
529  They can be of use for certain classes, especially those for writing letters
530  [see sec.
531  
532 \begin_inset LatexCommand \ref{sec:doc-classes}
533
534 \end_inset
535
536 ]
537 \end_layout
538
539 \begin_layout Standard
540 Note: There is no 
541 \begin_inset Quotes eld
542 \end_inset
543
544 default file
545 \begin_inset Quotes erd
546 \end_inset
547
548  or document named 
549 \begin_inset Quotes eld
550 \end_inset
551
552 Untitled
553 \begin_inset Quotes erd
554 \end_inset
555
556  or 
557 \begin_inset Quotes eld
558 \end_inset
559
560 scratch.
561 \begin_inset Quotes erd
562 \end_inset
563
564  Unless you tell LyX to open a file or create a new one, that big, blank
565  space is just that --- a big, blank space.
566 \end_layout
567
568 \begin_layout Standard
569 The 
570 \family sans
571 \bar under
572 R
573 \bar default
574 evert
575 \family default
576  command is useful if more people work on the same document at the same
577  time
578 \begin_inset Foot
579 status collapsed
580
581 \begin_layout Standard
582 If you plan to do this, you should check out the Version Control feature
583  in LyX also.
584  Read 
585 \emph on
586 Extended Features
587 \emph default
588 \SpecialChar \@.
589
590 \end_layout
591
592 \end_inset
593
594 .
595  It will simply reload the document from disk.
596  You can of course also use it if you regret that you changed a document
597  and want to restore it to the last save.
598 \end_layout
599
600 \begin_layout Standard
601 The second matter of note concerns the commands 
602 \family sans
603 \bar under
604 F
605 \bar default
606 ile\SpecialChar \menuseparator
607
608 \bar under
609 C
610 \bar default
611 lose
612 \family default
613  and 
614 \family sans
615 \bar under
616 F
617 \bar default
618 ile\SpecialChar \menuseparator
619 E
620 \bar under
621 x
622 \bar default
623 it
624 \family default
625 .
626  They both feature a 
627 \begin_inset Quotes eld
628 \end_inset
629
630 nag box
631 \begin_inset Quotes erd
632 \end_inset
633
634  to save us all from our own stupidity.
635  That is, if you try to close a file with changes [or exit LyX], you'll
636  be informed that there are unsaved files.
637 \end_layout
638
639 \begin_layout Subsection
640 Basic Editing Features
641 \end_layout
642
643 \begin_layout Standard
644 Like most modern word processors, LyX can perform cut and paste operations
645  on blocks of text, can move by character, word, or screenful of text, and
646  can delete whole words as well as individual characters.
647  The next four sections cover the basic LyX editing features and how to
648  access them.
649  We'll start with cut and paste.
650 \end_layout
651
652 \begin_layout Standard
653 As you might expect, the 
654 \family sans
655 \bar under
656 E
657 \bar default
658 dit
659 \family default
660  menu has the cut and paste commands, along with various other editing features.
661  Some of these are special and covered in later sections.
662  The basic ones are:
663 \end_layout
664
665 \begin_layout Itemize
666
667 \family sans
668 Cut
669 \end_layout
670
671 \begin_layout Itemize
672
673 \family sans
674 Copy
675 \end_layout
676
677 \begin_layout Itemize
678
679 \family sans
680 Paste
681 \end_layout
682
683 \begin_layout Itemize
684
685 \family sans
686 \bar under
687 F
688 \bar default
689 ind\InsetSpace ~
690 &\InsetSpace ~
691 Replace\SpecialChar \ldots{}
692
693 \end_layout
694
695 \begin_layout Standard
696 The first three are self-explanatory.
697  One thing to note: whenever you delete a block of text that you've selected,
698  it's automatically placed in the clipboard.
699  That is, the 
700 \family sans
701 Delete
702 \family default
703  and 
704 \family sans
705 Backspace
706 \family default
707  keys also functions as the 
708 \family sans
709 Cut
710 \family default
711  command.
712  Also, if you've selected text, be careful.
713  If you hit a key, LyX will completely delete the selected text and replace
714  it with what you just typed.
715  You'll have to do an 
716 \family sans
717 \bar under
718 U
719 \bar default
720 ndo
721 \family default
722  to get back the lost text.
723 \end_layout
724
725 \begin_layout Standard
726 The 
727 \family sans
728 \bar under
729 E
730 \bar default
731 dit\SpecialChar \menuseparator
732
733 \bar under
734 F
735 \bar default
736 ind\InsetSpace ~
737 &\InsetSpace ~
738 Replace\SpecialChar \ldots{}
739
740 \family default
741  item opens the 
742 \family sans
743 Find\InsetSpace ~
744 &\InsetSpace ~
745 Replace
746 \family default
747  dialog.
748  The text you want to find goes in the 
749 \family sans
750 Fi
751 \bar under
752 n
753 \bar default
754 d
755 \family default
756  box.
757  Once you've found a word or expression, LyX selects it.
758  Hitting the 
759 \family sans
760 \bar under
761 R
762 \bar default
763 eplace
764 \family default
765  button replaces the selected text with the contents of the 
766 \family sans
767 Replace\InsetSpace ~
768
769 \bar under
770 w
771 \bar default
772 ith
773 \family default
774  box.
775  You can click to search again to skip the current word.
776 \end_layout
777
778 \begin_layout Standard
779 Hit 
780 \family sans
781 Replace 
782 \bar under
783 A
784 \bar default
785 ll
786 \family default
787  to replace all occurrences of the text in the document automatically.
788 \end_layout
789
790 \begin_layout Standard
791 The 
792 \family sans
793 Ca
794 \bar under
795 s
796 \bar default
797 e\InsetSpace ~
798 sensitive
799 \family default
800  toggle button can be used if you want the search to consider the case of
801  the search word.
802  If the toggle is set, searching for 
803 \begin_inset Quotes eld
804 \end_inset
805
806
807 \family typewriter
808 Match
809 \family default
810
811 \begin_inset Quotes erd
812 \end_inset
813
814  will not match the word 
815 \begin_inset Quotes eld
816 \end_inset
817
818
819 \family typewriter
820 match
821 \family default
822
823 \begin_inset Quotes erd
824 \end_inset
825
826 .
827 \end_layout
828
829 \begin_layout Standard
830 The 
831 \family sans
832 \bar under
833 M
834 \bar default
835 atch\InsetSpace ~
836 Word
837 \family default
838  toggle button can be used to force LyX to only find complete words.
839  I.e., searching for 
840 \begin_inset Quotes eld
841 \end_inset
842
843
844 \family typewriter
845 match
846 \family default
847
848 \begin_inset Quotes erd
849 \end_inset
850
851  will not match 
852 \begin_inset Quotes eld
853 \end_inset
854
855
856 \family typewriter
857 matches
858 \family default
859
860 \begin_inset Quotes erd
861 \end_inset
862
863
864 \begin_inset Quotes eld
865 \end_inset
866
867
868 \family typewriter
869 matchbox
870 \family default
871
872 \begin_inset Quotes erd
873 \end_inset
874
875 , etc.
876 \end_layout
877
878 \begin_layout Subsection
879 Undo and Redo
880 \end_layout
881
882 \begin_layout Standard
883 If you make a mistake, you can easily recover from it.
884  LyX has a large-capacity undo/redo buffer.
885  Select 
886 \family sans
887 \bar under
888 E
889 \bar default
890 dit\SpecialChar \menuseparator
891
892 \bar under
893 U
894 \bar default
895 ndo
896 \family default
897  to undo some mistake.
898  If you accidently undo too much, use 
899 \family sans
900 \bar under
901 E
902 \bar default
903 dit\SpecialChar \menuseparator
904
905 \bar under
906 R
907 \bar default
908 edo
909 \family default
910  to 
911 \begin_inset Quotes eld
912 \end_inset
913
914 undo the undo.
915 \begin_inset Quotes erd
916 \end_inset
917
918  The undo mechanism is currently limited to 100 steps to minimise memory
919  overhead.
920  
921 \end_layout
922
923 \begin_layout Standard
924 Notice that if you revert back all changes to arrive to the document as
925  it was last saved, the 
926 \begin_inset Quotes eld
927 \end_inset
928
929 changed
930 \begin_inset Quotes erd
931 \end_inset
932
933  status of the document is unfortunately not reset.
934  This is a consequence of the 100 step undo limit, above.
935 \end_layout
936
937 \begin_layout Standard
938 The 
939 \family sans
940 \bar under
941 U
942 \bar default
943 ndo
944 \family default
945  and 
946 \family sans
947 \bar under
948 R
949 \bar default
950 edo
951 \family default
952  work on almost everything in LyX.
953  They have some quirks, too.
954  They won't 
955 \family sans
956 \bar under
957 U
958 \bar default
959 ndo
960 \family default
961  or 
962 \family sans
963 \bar under
964 R
965 \bar default
966 edo
967 \family default
968  text character by character, but by blocks of text.
969  That can take some getting used to; you'll have to play with 
970 \family sans
971 \bar under
972 U
973 \bar default
974 ndo
975 \family default
976  and 
977 \family sans
978 \bar under
979 R
980 \bar default
981 edo
982 \family default
983  to get a feel for just how much they'll undo/redo, and after time, you'll
984  hopefully appreciate how it works.
985 \end_layout
986
987 \begin_layout Subsection
988 Basic Mouse Bindings
989 \end_layout
990
991 \begin_layout Standard
992 We're not going to go into all of the mouse bindings here.
993  Some of the other sections of this manual cover specific operations you
994  can do with the mouse.
995  Instead, we're going to cover the most basic mouse operations.
996 \end_layout
997
998 \begin_layout Enumerate
999 Motion
1000 \end_layout
1001
1002 \begin_deeper
1003 \begin_layout Itemize
1004 Click the 
1005 \emph on
1006 left mouse button
1007 \emph default
1008  once anywhere in the edit window.
1009  The cursor moves to the text under the mouse.
1010 \end_layout
1011
1012 \end_deeper
1013 \begin_layout Enumerate
1014 Selecting Text
1015 \end_layout
1016
1017 \begin_deeper
1018 \begin_layout Itemize
1019 Hold down the 
1020 \emph on
1021 left mouse button
1022 \emph default
1023  and drag the mouse.
1024  LyX marks the text between the old and new mouse positions.
1025  Use 
1026 \family sans
1027 \bar under
1028 E
1029 \bar default
1030 dit\SpecialChar \menuseparator
1031 Copy
1032 \family default
1033  to create a copy of the text in LyX's buffer.
1034 \end_layout
1035
1036 \begin_layout Itemize
1037 Re-position the cursor and then paste the text back into LyX using 
1038 \family sans
1039 \bar under
1040 E
1041 \bar default
1042 dit\SpecialChar \menuseparator
1043 Paste
1044 \family default
1045 .
1046 \end_layout
1047
1048 \end_deeper
1049 \begin_layout Enumerate
1050 Footnotes, Margin Notes, Figure and Table Floats, etc.
1051 \end_layout
1052
1053 \begin_deeper
1054 \begin_layout Standard
1055
1056 \emph on
1057 Single click 
1058 \emph default
1059 the
1060 \emph on
1061  
1062 \emph default
1063 left mouse button to open or close any of these.
1064  Also check the appropriate section of this manual for more details.
1065 \end_layout
1066
1067 \end_deeper
1068 \begin_layout Enumerate
1069 Tables
1070 \end_layout
1071
1072 \begin_deeper
1073 \begin_layout Standard
1074
1075 \emph on
1076 Single click
1077 \emph default
1078  the right mouse button
1079 \emph on
1080  
1081 \emph default
1082 to open a dialog that will allow you to manipulate the table.
1083 \end_layout
1084
1085 \end_deeper
1086 \begin_layout Subsection
1087 Basic Key Bindings
1088 \begin_inset LatexCommand \label{sec: key bindings}
1089
1090 \end_inset
1091
1092
1093 \end_layout
1094
1095 \begin_layout Standard
1096 Again, we're not going to cover all of the keybindings.
1097  Be aware that there are at least two different primary binding maps: CUA
1098  and Emacs.
1099  I guarantee you will cuss when you press Control-d to delete a character,
1100  and it starts up a DVI previewer instead (or vice versa).
1101 \end_layout
1102
1103 \begin_layout Standard
1104 Some keys, like 
1105 \family sans
1106 Page\InsetSpace ~
1107 Up
1108 \family default
1109
1110 \family sans
1111 Page\InsetSpace ~
1112 Down
1113 \family default
1114
1115 \family sans
1116 Left
1117 \family default
1118
1119 \family sans
1120 Right
1121 \family default
1122
1123 \family sans
1124 Up
1125 \family default
1126 , and 
1127 \family sans
1128 Down
1129 \family default
1130 , do exactly what you expect them to do.
1131  Other keys don't:
1132 \end_layout
1133
1134 \begin_layout Labeling
1135 \labelwidthstring 00.00.0000
1136
1137 \family sans
1138 Tab
1139 \family default
1140  There is no such thing as a tab stop in LyX.
1141  If you don't understand this, go read Sections 
1142 \begin_inset LatexCommand \ref{sec:parindentintro}
1143
1144 \end_inset
1145
1146  and 
1147 \begin_inset LatexCommand \ref{sec:par-environments}
1148
1149 \end_inset
1150
1151 , especially Section\InsetSpace ~
1152
1153 \begin_inset LatexCommand \ref{sec:parenvlists}
1154
1155 \end_inset
1156
1157 , right now.
1158  Yes, right now.
1159  If you're still confused, look in the 
1160 \emph on
1161 Tutorial
1162 \emph default
1163 .
1164 \end_layout
1165
1166 \begin_layout Labeling
1167 \labelwidthstring 00.00.0000
1168
1169 \family sans
1170 Esc
1171 \family default
1172  This is the 
1173 \begin_inset Quotes eld
1174 \end_inset
1175
1176 cancel key.
1177 \begin_inset Quotes erd
1178 \end_inset
1179
1180  It's used, generically, to cancel operations.
1181  Other parts of the manual will go into greater detail about this.
1182 \end_layout
1183
1184 \begin_layout Labeling
1185 \labelwidthstring 00.00.0000
1186
1187 \family sans
1188 Home
1189 \family default
1190 \InsetSpace ~
1191 and\InsetSpace ~
1192
1193 \family sans
1194 End
1195 \family default
1196  These move the cursor, respectively, to the beginning and end of a line,
1197  unless you are using the Emacs bindings where they jump to the beginning
1198  or end of the file.
1199 \end_layout
1200
1201 \begin_layout Labeling
1202 \labelwidthstring 00.00.0000
1203
1204 \family sans
1205 Backspace
1206 \family default
1207 \InsetSpace ~
1208 and\InsetSpace ~
1209
1210 \family sans
1211 Delete
1212 \family default
1213  
1214 \emph on
1215 If
1216 \emph default
1217  you have your keyboard set up correctly under the X Windows System, 
1218 \family sans
1219 Backspace
1220 \family default
1221  works as expected and 
1222 \family sans
1223 Delete
1224 \family default
1225  deletes the character under the cursor [if no text is selected].
1226 \end_layout
1227
1228 \begin_deeper
1229 \begin_layout Standard
1230 If you haven't set up your keyboard under X, or have no idea what we mean
1231  by that, go read section 
1232 \begin_inset LatexCommand \ref{sec:x-win-keys}
1233
1234 \end_inset
1235
1236  immediately.
1237  You'll save yourself a lot of headaches.
1238 \end_layout
1239
1240 \end_deeper
1241 \begin_layout Standard
1242 Then there are the modifier keys:
1243 \end_layout
1244
1245 \begin_layout Labeling
1246 \labelwidthstring 00.00.0000
1247
1248 \family sans
1249 Control-
1250 \family default
1251  This has a couple of different uses, depending on which keys it's used
1252  in combination with:
1253 \end_layout
1254
1255 \begin_deeper
1256 \begin_layout Itemize
1257 With 
1258 \family sans
1259 Backspace
1260 \family default
1261  or 
1262 \family sans
1263 Delete
1264 \family default
1265 , it deletes an entire word instead of a single character.
1266 \end_layout
1267
1268 \begin_layout Itemize
1269 With 
1270 \family sans
1271 Left
1272 \family default
1273  and 
1274 \family sans
1275 Right
1276 \family default
1277 , it moves by words instead of characters.
1278 \end_layout
1279
1280 \begin_layout Itemize
1281 With 
1282 \family sans
1283 Home
1284 \family default
1285  and 
1286 \family sans
1287 End
1288 \family default
1289 , it moves to the beginning and the end of the document, respectively.
1290 \end_layout
1291
1292 \end_deeper
1293 \begin_layout Labeling
1294 \labelwidthstring 00.00.0000
1295
1296 \family sans
1297 Shift-
1298 \family default
1299  Use this with any of the motion keys to select the text between the old
1300  and new cursor positions.
1301 \end_layout
1302
1303 \begin_layout Labeling
1304 \labelwidthstring 00.00.0000
1305
1306 \family sans
1307 Meta-
1308 \family default
1309  This is the Alt key on many keyboards, unless your keyboard has a distinct
1310  Meta key.
1311  Unfortunately, X sometimes has their functionality swapped, so if you have
1312  both keys, you will need to do a little trial and error to find out which
1313  one actually performs the 
1314 \family sans
1315 Meta-
1316 \family default
1317  function.
1318  This key does many different things, but it also activates the 
1319 \emph on
1320 menu accelerator keys
1321 \emph default
1322 .
1323  If you use this in combination with any of the underlined letters in a
1324  menu or menu item, it selects that menu item.
1325 \end_layout
1326
1327 \begin_deeper
1328 \begin_layout Standard
1329 For example, the sequence 
1330 \begin_inset Quotes eld
1331 \end_inset
1332
1333
1334 \family sans
1335 M-e\InsetSpace ~
1336 s
1337 \family default
1338
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342  brings up the 
1343 \begin_inset Quotes eld
1344 \end_inset
1345
1346 Text Style
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350  menu.
1351  Typing 
1352 \begin_inset Quotes eld
1353 \end_inset
1354
1355
1356 \family sans
1357 M-f
1358 \family default
1359
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363  opens the 
1364 \family sans
1365 \bar under
1366 F
1367 \bar default
1368 ile
1369 \family default
1370  menu.
1371 \end_layout
1372
1373 \begin_layout Standard
1374 There are also other things bound to the 
1375 \family sans
1376 Meta-
1377 \family default
1378  key, but you'll have to check in the 
1379 \emph on
1380 Reference
1381 \emph default
1382  
1383 \emph on
1384 manual
1385 \emph default
1386  for more info.
1387 \end_layout
1388
1389 \end_deeper
1390 \begin_layout Standard
1391 Hopefully, you'll learn more and more keybindings and short-cut keys as
1392  you use LyX, because most mouse actions will prompt a small message in
1393  the minibuffer which describe the name of the action, you've just triggered,
1394  and any existing keybindings for that action.
1395  The notation for the keybindings is very similar to the notation used in
1396  this documentation, so you should not have any problems understanding it.
1397  However, notice that Shift-modifiers are explicitly mentioned, so 
1398 \family sans
1399
1400 \begin_inset Quotes eld
1401 \end_inset
1402
1403 M-p S-A
1404 \family default
1405
1406 \begin_inset Quotes erd
1407 \end_inset
1408
1409  means 
1410 \family sans
1411 Meta-p
1412 \family default
1413  followed by a capital 
1414 \family sans
1415 A
1416 \family default
1417 .
1418  
1419 \begin_inset Quotes eld
1420 \end_inset
1421
1422
1423 \family sans
1424 S-C-S
1425 \family default
1426
1427 \begin_inset Quotes erd
1428 \end_inset
1429
1430  means 
1431 \family sans
1432 Shift-Control-s
1433 \family default
1434 .
1435 \end_layout
1436
1437 \begin_layout Section
1438 Using LyX with Other Programs
1439 \end_layout
1440
1441 \begin_layout Subsection
1442 Importing plain text files
1443 \end_layout
1444
1445 \begin_layout Standard
1446 You can import text from an plain text file using the 
1447 \family sans
1448 \bar under
1449 F
1450 \bar default
1451 ile\SpecialChar \menuseparator
1452
1453 \bar under
1454 I
1455 \bar default
1456 mport\SpecialChar \menuseparator
1457
1458 \bar under
1459 A
1460 \bar default
1461 scii\InsetSpace ~
1462 text\InsetSpace ~
1463 as\InsetSpace ~
1464 lines
1465 \family default
1466  or 
1467 \family sans
1468 \bar under
1469 F
1470 \bar default
1471 ile\SpecialChar \menuseparator
1472
1473 \bar under
1474 I
1475 \bar default
1476 mport\SpecialChar \menuseparator
1477
1478 \bar under
1479 A
1480 \bar default
1481 scii\InsetSpace ~
1482 text\InsetSpace ~
1483 as\InsetSpace ~
1484 paragraphs
1485 \family default
1486  options.
1487 \end_layout
1488
1489 \begin_layout Standard
1490
1491 \family sans
1492 \bar under
1493 F
1494 \bar default
1495 ile\SpecialChar \menuseparator
1496
1497 \bar under
1498 I
1499 \bar default
1500 mport\SpecialChar \menuseparator
1501
1502 \bar under
1503 A
1504 \bar default
1505 scii\InsetSpace ~
1506 text\InsetSpace ~
1507 as_lines
1508 \family default
1509  puts each line of the file into its own LyX paragraph.
1510  This is useful if you're importing a text file with a simple list in it.
1511  However, if your text file contains paragraphs in it, LyX will mangle the
1512  paragraphs if you use this form of import.
1513 \end_layout
1514
1515 \begin_layout Standard
1516
1517 \family sans
1518 \bar under
1519 F
1520 \bar default
1521 ile\SpecialChar \menuseparator
1522
1523 \bar under
1524 I
1525 \bar default
1526 mport\SpecialChar \menuseparator
1527
1528 \bar under
1529 A
1530 \bar default
1531 scii\InsetSpace ~
1532 text\InsetSpace ~
1533 as\InsetSpace ~
1534 paragraphs
1535 \family default
1536  preserves paragraphs in text files.
1537  Often in a text file, you didn't put the contents of an entire paragraph
1538  on one line.
1539  You used 
1540 \family sans
1541 Return
1542 \family default
1543  to break up the paragraph into separate lines.
1544  Using the 
1545 \family sans
1546 as\InsetSpace ~
1547 paragraphs
1548 \family default
1549 , LyX won't mangle such paragraphs.
1550  Anything between two consecutive blank lines goes into its own LyX paragraph.
1551  Remember: you must make sure there is a 
1552 \emph on
1553 completely blank
1554 \emph default
1555  line between each and every paragraph in your text file.
1556  If not, LyX might end up merging two paragraphs.
1557 \end_layout
1558
1559 \begin_layout Subsection
1560 Cut and Paste Between LyX and Other X Programs
1561 \end_layout
1562
1563 \begin_layout Standard
1564 The 
1565 \family sans
1566 Cut
1567 \family default
1568
1569 \family sans
1570 Copy
1571 \family default
1572 , and 
1573 \family sans
1574 Paste
1575 \family default
1576  operations will transfer text to and from LyX.
1577  You can copy text from LyX to another window in this way: Select the text
1578  that you want to copy, then go to the destination window and paste the
1579  text with the middle mouse button.
1580  
1581 \end_layout
1582
1583 \begin_layout Standard
1584 Pasting text into LyX also works much the same way as in X.
1585  Select the text with the mouse in another X window.
1586  Go to the Lyx window and paste the text with the middle mouse button.
1587 \end_layout
1588
1589 \begin_layout Chapter
1590 LyX Setup and Supporting Applications
1591 \end_layout
1592
1593 \begin_layout Section
1594 Introduction
1595 \end_layout
1596
1597 \begin_layout Standard
1598 If you're using LyX on a system someone else has set up for you, then you
1599  can safely skip this chapter.
1600  It describes all of the things you need beyond the LyX binary and files
1601  distributed with it.
1602 \end_layout
1603
1604 \begin_layout Standard
1605 If you're installing LyX on your system, 
1606 \emph on
1607 you should read the README's that came with the LyX distribution and then
1608  
1609 \family sans
1610 \emph default
1611 \bar under
1612 H
1613 \bar default
1614 elp\SpecialChar \menuseparator
1615
1616 \bar under
1617 L
1618 \bar default
1619 aTeX\InsetSpace ~
1620 Configuration
1621 \family default
1622 \emph on
1623 .
1624
1625 \emph default
1626  Do that first.
1627  This chapter does not describe installation or setup of the LyX binary
1628  [Well, not everything\SpecialChar \ldots{}
1629 ].
1630  It does describe all of the things you'll need to use LyX to its fullest.
1631 \begin_inset Foot
1632 status collapsed
1633
1634 \begin_layout Standard
1635 This is basically where we decided to document a bunch of info about running
1636  LyX, including what other programs you'll need to make LyX useful.
1637 \end_layout
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \begin_layout Section
1645 Basic LyX Setup
1646 \begin_inset LatexCommand \label{sec:setup}
1647
1648 \end_inset
1649
1650
1651 \end_layout
1652
1653 \begin_layout Standard
1654 There are two ways to run LyX.
1655  The first way is to install LyX and all of its support files on your system.
1656  Of course, you need root (administrator) privileges to do that.
1657  The second way to run LyX doesn't require root access, letting you 
1658 \begin_inset Quotes eld
1659 \end_inset
1660
1661 install
1662 \begin_inset Quotes erd
1663 \end_inset
1664
1665  LyX somewhere in your own account.
1666  LyX will automatically detect where it is as long as the supporting directories
1667  are put in the correct places.
1668 \end_layout
1669
1670 \begin_layout Standard
1671 There are several features of LyX that can be configured from inside LyX,
1672  without resorting to configuration files.
1673  First, LyX is able to inspect your system to see what programs, LaTeX document
1674  classes and LaTeX packages are available.
1675  It uses this knowledge to give reasonable defaults to several 
1676 \family typewriter
1677 preferences
1678 \family sans
1679  
1680 \family default
1681 variables.
1682  Although this configuration has already been done when LyX was installed
1683  on your system, you might have some items that you installed locally and
1684  which are not seen by LyX.
1685  To force LyX to re-inspect your system, you should use 
1686 \family sans
1687 \bar under
1688 T
1689 \bar default
1690 ools\SpecialChar \menuseparator
1691
1692 \bar under
1693 R
1694 \bar default
1695 econfigure
1696 \family default
1697 .
1698  You should then restart LyX to ensure that the changes are taken into account.
1699  As far as LaTeX classes and packages are concerned, you will find information
1700  about what has been found under 
1701 \family sans
1702 \bar under
1703 H
1704 \bar default
1705 elp\SpecialChar \menuseparator
1706
1707 \bar under
1708 L
1709 \bar default
1710 aTeX\InsetSpace ~
1711 Configuration
1712 \family default
1713 .
1714 \end_layout
1715
1716 \begin_layout Standard
1717 The second set of settings that you might want to change comprises all the
1718  document-level setting that you can change via the 
1719 \family sans
1720 \bar under
1721 D
1722 \bar default
1723 ocument\SpecialChar \menuseparator
1724
1725 \bar under
1726 S
1727 \bar default
1728 ettings
1729 \family default
1730  dialog.
1731  To do this, open a scrap document, set all these options according to your
1732  taste and save them with the 
1733 \family sans
1734 \bar under
1735 S
1736 \bar default
1737 ave\InsetSpace ~
1738 as\InsetSpace ~
1739 Document\InsetSpace ~
1740 Defaults
1741 \family default
1742  button in the 
1743 \family sans
1744 \bar under
1745 D
1746 \bar default
1747 ocument
1748 \family default
1749  dialog.
1750  This will create a template named 
1751 \family typewriter
1752 default.lyx
1753 \family default
1754  which is automatically loaded by LyX when you open a document without template
1755  such that the settings are automatically set-up as you defined them.
1756 \end_layout
1757
1758 \begin_layout Standard
1759 There are many other user-configurable options that you can feed to LyX.
1760  Upon startup, LyX reads a global options file called 
1761 \family typewriter
1762 lyxrc.defaults
1763 \family default
1764 .
1765  It will then attempt to read a file called 
1766 \family typewriter
1767 preferences
1768 \family default
1769
1770 \begin_inset Foot
1771 status collapsed
1772
1773 \begin_layout Standard
1774 The 
1775 \family typewriter
1776 preferences
1777 \family default
1778  file is found in different directories on different systems.
1779  This directory is called LyX's 
1780 \emph on
1781 user directory
1782 \emph default
1783 .
1784
1785 \emph on
1786  
1787 \emph default
1788 To find out where it is, use 
1789 \family sans
1790 \bar under
1791 H
1792 \bar default
1793 elp\SpecialChar \menuseparator
1794 About Ly
1795 \bar under
1796 X
1797 \family default
1798 \bar default
1799 .
1800  (You may set up an alternative user directory from the command line, using
1801  the switch 
1802 \family typewriter
1803 -userdir
1804 \family default
1805 .)
1806 \end_layout
1807
1808 \end_inset
1809
1810
1811 \end_layout
1812
1813 \begin_layout Standard
1814 The 
1815 \family sans
1816 \bar under
1817 T
1818 \bar default
1819 ools\SpecialChar \menuseparator
1820
1821 \bar under
1822 P
1823 \bar default
1824 references
1825 \family default
1826  dialog can be used to change these options; the document 
1827 \emph on
1828 Customization
1829 \emph default
1830  contains more information about the preferences dialog and these configuration
1831  files.
1832 \end_layout
1833
1834 \begin_layout Section
1835 Setting Up the X Keyboard [obsolescent]
1836 \begin_inset LatexCommand \label{sec:x-win-keys}
1837
1838 \end_inset
1839
1840
1841 \end_layout
1842
1843 \begin_layout Standard
1844 To use LyX properly, X 
1845 \emph on
1846 must
1847 \emph default
1848  be set up correctly.
1849  This is especially vital if you're using the international support features
1850  of LyX and want to use non-English keyboard mappings.
1851  On modern distributions, this likely has been taken care of, but if not,
1852  you must do this yourself.
1853  Administrators of large systems often neglect this, so don't assume that
1854  you're safe if you're using a large system.
1855  Also ordinary users can instruct X how to use his or her keyboard.
1856 \end_layout
1857
1858 \begin_layout Subsection
1859 xmodmap and xkeycaps
1860 \end_layout
1861
1862 \begin_layout Standard
1863 First of all read the man pages for these two programs.
1864  They are your best friends when you are trying to set up X key mapping
1865  correctly.
1866  If you don't have them, install them.
1867 \end_layout
1868
1869 \begin_layout Subsubsection
1870 xmodmap
1871 \end_layout
1872
1873 \begin_layout Standard
1874 This document contains no information on how to use 
1875 \family typewriter
1876 xmodmap
1877 \family default
1878 .
1879  There is a sample 
1880 \family typewriter
1881 .Xmodmap
1882 \family default
1883  file in 
1884 \emph on
1885 Customization
1886 \emph default
1887 .
1888  To load the new X keyboard mappings, place the command 
1889 \family typewriter
1890 xmodmap\InsetSpace ~
1891 .Xmodmap
1892 \family default
1893  somewhere in your startup scripts [e.g.
1894  
1895 \family typewriter
1896 .cshrc
1897 \family default
1898
1899 \family typewriter
1900 .profile
1901 \family default
1902
1903 \family typewriter
1904 .login
1905 \family default
1906  or 
1907 \family typewriter
1908 .xinitrc
1909 \family default
1910  are possible].
1911 \end_layout
1912
1913 \begin_layout Subsubsection
1914 xkeycaps
1915 \end_layout
1916
1917 \begin_layout Standard
1918 This program brings up a graphical version of your keyboard, allows you
1919  to make modifications, and then spits those modifications out to the standard
1920  output in a form readable by 
1921 \family typewriter
1922 xmodmap
1923 \family default
1924 .
1925  It is very useful when you're trying to design a new 
1926 \family typewriter
1927 .Xmodmap
1928 \family default
1929  file, though it will require you to do a bit of cut-and-pasting.
1930 \end_layout
1931
1932 \begin_layout Subsection
1933 Modifiers and Mode_switch
1934 \end_layout
1935
1936 \begin_layout Standard
1937 LyX supports three modifiers: Shift [
1938 \family sans
1939 S-
1940 \family default
1941 ], Control [
1942 \family sans
1943 C-
1944 \family default
1945 ], and Meta [
1946 \family sans
1947 M-
1948 \family default
1949 ].
1950  Moreover, if one of the keys of your keyboard is configured as a 
1951 \family sans
1952 Compose
1953 \family default
1954  key, then you can use it to enter some characters not available on your
1955  keyboard.
1956  This compose key can be used either as a modifier (like 
1957 \family sans
1958 Shift
1959 \family default
1960  or 
1961 \family sans
1962 Control
1963 \family default
1964 ) or as a prefix key.
1965  Here are some examples of what you can do with a 
1966 \family sans
1967 Compose
1968 \family default
1969  key:
1970 \end_layout
1971
1972 \begin_layout Itemize
1973
1974 \family sans
1975 Compose+e+'
1976 \family default
1977  
1978 \begin_inset Formula $\rightarrow$
1979 \end_inset
1980
1981  é
1982 \end_layout
1983
1984 \begin_layout Itemize
1985
1986 \family sans
1987 Compose+O+R
1988 \family default
1989  
1990 \begin_inset Formula $\rightarrow$
1991 \end_inset
1992
1993  ®
1994 \end_layout
1995
1996 \begin_layout Itemize
1997
1998 \family sans
1999 Compose+1+2
2000 \family default
2001  
2002 \begin_inset Formula $\rightarrow$
2003 \end_inset
2004
2005  ½
2006 \end_layout
2007
2008 \begin_layout Itemize
2009
2010 \family sans
2011 Compose+<+<
2012 \family default
2013  
2014 \begin_inset Formula $\rightarrow$
2015 \end_inset
2016
2017  «
2018 \end_layout
2019
2020 \begin_layout Standard
2021 This input method is particularly handy when you use accented characters
2022  only from time to time.
2023  It works by default for latin1 characters, but other input methods will
2024  be used if you setup your locale correctly.
2025 \end_layout
2026
2027 \begin_layout Subsection
2028 Helpful Hints and Tips
2029 \end_layout
2030
2031 \begin_layout Standard
2032 First, open up two xterminals.
2033  Use one to edit a new 
2034 \family typewriter
2035 .Xmodmap
2036 \family default
2037  file and run 
2038 \family typewriter
2039 xkeycaps
2040 \family default
2041  from the other.
2042  Using 
2043 \family typewriter
2044 xkeycaps
2045 \family default
2046 , remap your keyboard the way you want it.
2047  There's a button in 
2048 \family typewriter
2049 xkeycaps
2050 \family default
2051  to output the new keymap.
2052  Once you hit it, 
2053 \family typewriter
2054 xkeycaps
2055 \family default
2056  will spit a bunch of stuff on the xterm you executed it from.
2057  Just copy and paste all of that into your 
2058 \family typewriter
2059 .Xmodmap
2060 \family default
2061  file, and you're done.
2062 \begin_inset Foot
2063 status collapsed
2064
2065 \begin_layout Standard
2066 You could also save yourself some typing by executing 
2067 \family typewriter
2068 xkeycaps > .Xmodmap
2069 \family default
2070 .
2071  This will create a usable map file.
2072 \end_layout
2073
2074 \end_inset
2075
2076
2077 \end_layout
2078
2079 \begin_layout Standard
2080 Also, there are some things you can do to help you get oriented.
2081  Try executing the command 
2082 \family typewriter
2083 xmodmap -v -pm
2084 \family default
2085 .
2086  This will show you all of the currently active modifiers.
2087  Also try 
2088 \family typewriter
2089 xmodmap -v -pke | more 
2090 \family default
2091 to see which keycode numbers are mapped to which symbolic names.
2092  It will also give you some idea of the syntax of the 
2093 \family typewriter
2094 .Xmodmap
2095 \family default
2096  file.
2097 \end_layout
2098
2099 \begin_layout Standard
2100 There's one thing you'll need to check.
2101  Make sure that your 
2102 \family sans
2103 Delete
2104 \family default
2105  and 
2106 \family sans
2107 BackSpace
2108 \family default
2109  keys are 
2110 \emph on
2111 not
2112 \emph default
2113  defined as the same key symbol by X! Note that giving these two keys unique
2114  symbol names will not necessarily alter the behavior of your programs.
2115  Some programs bind 
2116 \family sans
2117 Delete
2118 \family default
2119  and 
2120 \family sans
2121 BackSpace
2122 \family default
2123  to the same operation.
2124  Emacs is one.
2125  Other programs, however, use 
2126 \family sans
2127 Delete
2128 \family default
2129  and 
2130 \family sans
2131 BackSpace
2132 \family default
2133  for different operations.
2134  LyX is one of these programs, and if you have 
2135 \family sans
2136 Delete
2137 \family default
2138  and 
2139 \family sans
2140 BackSpace
2141 \family default
2142  labeled with the same key symbol name, you'll have trouble using LyX.
2143 \end_layout
2144
2145 \begin_layout Section
2146 LaTeX
2147 \end_layout
2148
2149 \begin_layout Standard
2150 If you want to do more with LyX than simply create documents and spit out
2151  
2152 \family typewriter
2153 .tex
2154 \family default
2155  files, you'll need LaTeX.
2156 \end_layout
2157
2158 \begin_layout Standard
2159 In case you were wondering, LaTeX is a markup language front end for TeX,
2160  a document preparation system invented in 1984 by Donald Knuth.
2161 \begin_inset Foot
2162 status collapsed
2163
2164 \begin_layout Standard
2165 A note about pronunciation: TeX originated from the Greek letters, 
2166 \begin_inset Formula $\tau\epsilon\chi$
2167 \end_inset
2168
2169 , which rhymes with 
2170 \begin_inset Quotes eld
2171 \end_inset
2172
2173 blech.
2174 \begin_inset Quotes erd
2175 \end_inset
2176
2177  That's how you pronounce 
2178 \begin_inset Quotes eld
2179 \end_inset
2180
2181 TeX
2182 \begin_inset Quotes erd
2183 \end_inset
2184
2185  and 
2186 \begin_inset Quotes eld
2187 \end_inset
2188
2189 LaTeX.
2190 \begin_inset Quotes erd
2191 \end_inset
2192
2193  [If you're American, just pronounce the 
2194 \begin_inset Quotes eld
2195 \end_inset
2196
2197 X
2198 \begin_inset Quotes erd
2199 \end_inset
2200
2201  as a 
2202 \begin_inset Quotes eld
2203 \end_inset
2204
2205 k
2206 \begin_inset Quotes erd
2207 \end_inset
2208
2209  and you've got it.]
2210 \end_layout
2211
2212 \end_inset
2213
2214  TeX takes a set of commands in an ASCII file and converts it to a 
2215 \begin_inset Quotes eld
2216 \end_inset
2217
2218 device-independent
2219 \begin_inset Quotes erd
2220 \end_inset
2221
2222  format, or Dvi, for short.
2223  The Dvi file can then be sent to printers.
2224  TeX is programmable, and LaTeX is nothing but a [really huge] set of TeX
2225  macros.
2226  LaTeX will typically come as part of a TeX distribution, so all you need
2227  is a TeX package.
2228 \end_layout
2229
2230 \begin_layout Standard
2231 Note that on some old systems you may find that only LaTeX 2.09 is installed
2232  (as opposed to the more current LaTeX2e).
2233  LyX cannot be used with LaTeX 2.09.
2234 \end_layout
2235
2236 \begin_layout Standard
2237 If you're using Linux, LaTeX2e should have come with your distribution.
2238  For other systems, you might need to install LaTeX yourself.You can obtain
2239  a LaTeX distribution (and anything and everything related to TeX and LaTeX)
2240  from a Comprehensive TeX Archive Network (CTAN) mirror.
2241  A complete list of mirrors may be found at
2242 \newline
2243
2244 \begin_inset LatexCommand \url{http://www.ctan.org}
2245
2246 \end_inset
2247
2248
2249 \begin_inset LatexCommand \label{sec:ctan}
2250
2251 \end_inset
2252
2253
2254 \end_layout
2255
2256 \begin_layout Section
2257 Dvips and Ghostscript
2258 \end_layout
2259
2260 \begin_layout Subsection
2261 What You Need
2262 \end_layout
2263
2264 \begin_layout Standard
2265 There's one more step you need to take if you want to print your LyX documents.
2266  Obviously, you'll need to make sure your printer is configured [see next
2267  section].
2268  You'll also need to install these programs (or compatibles), if you don't
2269  have them already:
2270 \end_layout
2271
2272 \begin_layout Itemize
2273
2274 \family typewriter
2275 dvips
2276 \end_layout
2277
2278 \begin_layout Itemize
2279
2280 \family typewriter
2281 ghostscript
2282 \end_layout
2283
2284 \begin_layout Itemize
2285
2286 \family typewriter
2287 xdvi
2288 \end_layout
2289
2290 \begin_layout Itemize
2291
2292 \family typewriter
2293 ghostview
2294 \end_layout
2295
2296 \begin_layout Standard
2297 The latter two programs are previewer for files in Dvi and PostScript®
2298 \begin_inset Foot
2299 status collapsed
2300
2301 \begin_layout Standard
2302 PostScript® is a registered trademark of Adobe Systems Incorporated, and
2303  is the main page description language in the UN*X world.
2304  
2305 \end_layout
2306
2307 \end_inset
2308
2309  format.
2310  If you don't know what a DVI file is, you've probably also never worked
2311  with LaTeX and should read the 
2312 \emph on
2313 Tutorial
2314 \emph default
2315  document before proceeding further.
2316  
2317 \family typewriter
2318 dvips
2319 \family default
2320  converts DVI files into PostScript, which is the format most printers use
2321  nowadays.
2322  For those of you using dot-matrix and inkjet printers, you'll want to filter
2323  the PostScript through 
2324 \family typewriter
2325 ghostscript
2326 \family default
2327 , which is capable of creating output for a variety of printers.
2328  The following section on printer setup describes how to do this automatically
2329  every time you print.
2330  For now, we'll concentrate on 
2331 \family typewriter
2332 dvips
2333 \family default
2334 .
2335 \end_layout
2336
2337 \begin_layout Subsection
2338 Dvips
2339 \begin_inset LatexCommand \label{sec:dvipsconfig}
2340
2341 \end_inset
2342
2343
2344 \end_layout
2345
2346 \begin_layout Standard
2347 Whether you'll be running LyX on a large system or a Linux box at home,
2348  you should configure 
2349 \family typewriter
2350 dvips
2351 \family default
2352 .
2353  
2354 \family typewriter
2355 dvips
2356 \family default
2357  will either 
2358 \begin_inset Quotes eld
2359 \end_inset
2360
2361 print
2362 \begin_inset Quotes erd
2363 \end_inset
2364
2365  into a file, or send output directly to the printer, depending on how it's
2366  configured.
2367  If it is set up to print to a file, and if no filename is specified, it
2368  will simply turn 
2369 \family typewriter
2370 foo.dvi
2371 \family default
2372  into 
2373 \family typewriter
2374 foo.ps
2375 \family default
2376 .
2377  Most systems have 
2378 \family typewriter
2379 dvips
2380 \family default
2381  set up to send output to the default printer.
2382  For LyX, you'll want the flexibility to do both.
2383 \end_layout
2384
2385 \begin_layout Standard
2386 If you are not in a mood to configure 
2387 \family typewriter
2388 dvips
2389 \family default
2390  to adapt its output to your printer, you can safely skip this section.
2391  Be warned however that the output will not match the quality that you could
2392  expect from your printer.
2393  At least, it will print.
2394 \end_layout
2395
2396 \begin_layout Standard
2397 If you are using teTeX (a TeX distribution which is particularly popular
2398  on Linux), you should run the program 
2399 \family typewriter
2400 texconfig
2401 \family default
2402 .
2403  To make the name of a new printer recognized by 
2404 \family typewriter
2405 dvips
2406 \family default
2407  you should then select menu entry 
2408 \family sans
2409 Dvips
2410 \family default
2411 , then add.
2412  Enter the required parameters and, before exiting, remember to select the
2413  function 
2414 \family sans
2415 Rehash
2416 \family default
2417 .
2418 \end_layout
2419
2420 \begin_layout Standard
2421 Let's turn now to manual configuration: in order to inform 
2422 \family typewriter
2423 dvips
2424 \family default
2425  how to automagically convert a 
2426 \family typewriter
2427 .dvi
2428 \family default
2429  file into a 
2430 \family typewriter
2431 .ps
2432 \family default
2433  file adapted to printer 
2434 \family typewriter
2435 foo
2436 \family default
2437 , you need to have a config-file, 
2438 \begin_inset Quotes eld
2439 \end_inset
2440
2441
2442 \family typewriter
2443 config.foo
2444 \family default
2445 ,
2446 \begin_inset Quotes erd
2447 \end_inset
2448
2449  lying around somewhere.
2450  Typically, the 
2451 \family typewriter
2452 config.*
2453 \family default
2454  files for 
2455 \family typewriter
2456 dvips
2457 \family default
2458  will be in 
2459 \family typewriter
2460 /usr/lib/texmf/dvips
2461 \family default
2462  in most TeX distributions.
2463  Your system will probably be different, of course, so just look under the
2464  main TeX directory for a subdirectory called 
2465 \begin_inset Quotes eld
2466 \end_inset
2467
2468
2469 \family typewriter
2470 dvips
2471 \family default
2472 .
2473 \begin_inset Quotes erd
2474 \end_inset
2475
2476  It'll be there somewhere.
2477 \end_layout
2478
2479 \begin_layout Standard
2480 Typically, there will be at least one config-file: 
2481 \family typewriter
2482 config.ps
2483 \family default
2484 .
2485  This file is the default configuration file, which is 
2486 \emph on
2487 always
2488 \emph default
2489  read by dvips
2490 \begin_inset Foot
2491 status collapsed
2492
2493 \begin_layout Standard
2494 In particular, this file is not necessarily connected to the existence of
2495  a file named 
2496 \family typewriter
2497 ps
2498 \family default
2499 .
2500 \end_layout
2501
2502 \end_inset
2503
2504 .
2505  Read this file and see what options could need to be changed for your particula
2506 r printer.
2507  Then create a file 
2508 \family typewriter
2509 config.foo
2510 \family default
2511  containing only the relevant lines.
2512  
2513 \end_layout
2514
2515 \begin_layout Standard
2516 There's at least one thing you need to do to the config-file.
2517  There may exist a line that looks like, 
2518 \begin_inset Quotes eld
2519 \end_inset
2520
2521
2522 \family typewriter
2523 o | lpr
2524 \family default
2525
2526 \begin_inset Quotes erd
2527 \end_inset
2528
2529  [without the quotes, of course\SpecialChar \ldots{}
2530 ].
2531  Change it to 
2532 \begin_inset Quotes eld
2533 \end_inset
2534
2535
2536 \family typewriter
2537 o | lpr -Pfoo
2538 \family default
2539
2540 \begin_inset Quotes erd
2541 \end_inset
2542
2543 , so that the output is sent by default to printer 
2544 \family typewriter
2545 foo
2546 \family default
2547 .
2548  However, you should probably investigate the entries 
2549 \begin_inset Quotes eld
2550 \end_inset
2551
2552
2553 \family typewriter
2554 M
2555 \family default
2556
2557 \begin_inset Quotes erd
2558 \end_inset
2559
2560  and 
2561 \begin_inset Quotes eld
2562 \end_inset
2563
2564
2565 \family typewriter
2566 D
2567 \family default
2568
2569 \begin_inset Quotes erd
2570 \end_inset
2571
2572 , which define respectively the Metafont mode and the resolution of the
2573  printer.
2574  If you do not know what a Metafont mode is, you can see it as a printer
2575  driver: it adapts the design of TeX fonts to ensure that they give the
2576  best possible result on your printer.
2577  Be warned however that, if you define different Metafont modes for different
2578  printers, 
2579 \family typewriter
2580 dvips
2581 \family default
2582  will generate several copies of your TeX fonts on disk, and these take
2583  valuable space.
2584 \end_layout
2585
2586 \begin_layout Standard
2587 Once you are satisfied that your printers are correctly configured, you
2588  should tell LyX to make use of this configuration.
2589  To do this, you should launch the 
2590 \family sans
2591 Preferences
2592 \family default
2593  dialog (
2594 \family sans
2595 \bar under
2596 T
2597 \bar default
2598 ools\SpecialChar \menuseparator
2599
2600 \bar under
2601 P
2602 \bar default
2603 references
2604 \family default
2605 ), select the 
2606 \family sans
2607 Printer
2608 \family default
2609  tab, and set the entries 
2610 \family sans
2611 Adapt\InsetSpace ~
2612 output
2613 \family default
2614  and 
2615 \family sans
2616 Spool\InsetSpace ~
2617 command
2618 \family default
2619 .
2620 \end_layout
2621
2622 \begin_layout Standard
2623 You can use as many configuration files as you like, one for each of your
2624  printers.
2625  The default printer for LyX can be specified from the 
2626 \family sans
2627 \bar under
2628 P
2629 \bar default
2630 references
2631 \family default
2632  dialog or with the 
2633 \family typewriter
2634 PRINTER
2635 \family default
2636  environment variable.
2637  You can also choose the desired printer from inside LyX, as described in
2638  a later section.
2639  Once you've done all that, you can print to either a PostScript printer
2640  or file from LyX.
2641  
2642 \end_layout
2643
2644 \begin_layout Standard
2645 If your printer doesn't understand PostScript®, you'll need to use 
2646 \family typewriter
2647 ghostscript
2648 \family default
2649  as a filter for your print spooler.
2650  That's covered in numerous HOWTO's and manuals.
2651  We also have a section that covers a little bit of this.
2652 \end_layout
2653
2654 \begin_layout Standard
2655 Some people don't seem to like using the 
2656 \family typewriter
2657 dvips
2658 \family default
2659  plus 
2660 \family typewriter
2661 ghostscript
2662 \family default
2663  combination.
2664  As alternative, you can use a program that converts the DVI file directly
2665  into your printer language.
2666  You can specify this program in the 
2667 \family sans
2668 Preferences
2669 \family default
2670  dialog, too.
2671  There is a major disadvantage to this method.
2672  You can't include any PostScript files, such as graphics, in your documents,
2673  since the printer-specific conversion programs don't understand PostScript®.
2674  For that reason, the LyX team highly recommends using 
2675 \family typewriter
2676 dvips
2677 \family default
2678  and 
2679 \family typewriter
2680 ghostscript
2681 \family default
2682  for printing.
2683  
2684 \end_layout
2685
2686 \begin_layout Subsection
2687 Ghostscript, Xdvi and Ghostview
2688 \end_layout
2689
2690 \begin_layout Standard
2691
2692 \family typewriter
2693 Xdvi
2694 \family default
2695  and 
2696 \family typewriter
2697 ghostview
2698 \family default
2699  are viewers.
2700  The former handles 
2701 \family typewriter
2702 .dvi
2703 \family default
2704  files, while the later interfaces with 
2705 \family typewriter
2706 ghostscript
2707 \family default
2708  to allow you to view PostScript files.
2709 \end_layout
2710
2711 \begin_layout Standard
2712 A quick note on both of these programs.
2713  Both automatically update themselves if the viewed file
2714 \begin_inset Foot
2715 status collapsed
2716
2717 \begin_layout Standard
2718 That means the 
2719 \family typewriter
2720 .dvi
2721 \family default
2722  or 
2723 \family typewriter
2724 .ps
2725 \family default
2726  file, not the files used to make these.
2727 \end_layout
2728
2729 \end_inset
2730
2731  changes.
2732  You can also force an update.
2733  So, once you've opened one of these two viewers, there's no reason to close
2734  it.
2735  Also, both programs are functionally the same, providing all of the same
2736  features.
2737 \end_layout
2738
2739 \begin_layout Standard
2740 The LyX team recommends using 
2741 \family typewriter
2742 xdvi
2743 \family default
2744  for fine tuning documents.
2745  Why? It's faster; there's one less layer of processing you need to do before
2746  you can view the changes.
2747  Here's an example:
2748 \end_layout
2749
2750 \begin_layout Enumerate
2751 Use 
2752 \family typewriter
2753 xdvi
2754 \family default
2755  to preview a document from LyX, and leave it running.
2756 \end_layout
2757
2758 \begin_layout Enumerate
2759 Make changes to the document using LyX.
2760 \end_layout
2761
2762 \begin_layout Enumerate
2763 To view those changes, just choose
2764 \family sans
2765 \bar under
2766  V
2767 \bar default
2768 iew\SpecialChar \menuseparator
2769
2770 \bar under
2771 U
2772 \bar default
2773 pdate\SpecialChar \menuseparator
2774
2775 \bar under
2776 D
2777 \bar default
2778 VI
2779 \family default
2780 .
2781  When LaTeX's all done, click on the 
2782 \family typewriter
2783 xdvi
2784 \family default
2785  window, and voilà! 
2786 \family typewriter
2787 xdvi
2788 \family default
2789  will update itself.
2790 \end_layout
2791
2792 \begin_layout Standard
2793 Now, this doesn't mean 
2794 \family typewriter
2795 ghostview
2796 \family default
2797  is useless.
2798  
2799 \family typewriter
2800 ghostview
2801 \family default
2802  is better suited to those occasions where you 
2803 \emph on
2804 must
2805 \emph default
2806  view the PostScript version of the document.
2807  For repeated changes that aren't PostScript® dependent, you're better off
2808  previewing with 
2809 \family typewriter
2810 xdvi
2811 \family default
2812 .
2813  There is an alternative to 
2814 \family typewriter
2815 ghostview
2816 \family default
2817  which sports a much better interface: 
2818 \family typewriter
2819 gv
2820 \family default
2821 .
2822  LyX will automatically use it instead of 
2823 \family typewriter
2824 ghostview
2825 \family default
2826  if it is available.
2827 \end_layout
2828
2829 \begin_layout Section
2830 The Printer
2831 \end_layout
2832
2833 \begin_layout Standard
2834
2835 \size normal
2836 Anyone working on a large system shouldn't have any problems here.
2837  Your sysadmin [or you, if you are the sysadmin] should already have the
2838  printers set up for your system.
2839  All you need to do is find out the name of the printer you want to use,
2840  and configure you
2841 \size default
2842 r setup 
2843 \size normal
2844 as described in the last section.
2845 \end_layout
2846
2847 \begin_layout Standard
2848
2849 \size normal
2850 Those of you using Linux, however, may have a bit more work to do.
2851  Many people now install Linux from an ISO image of one of the popular distribut
2852 ions.
2853  They follow the install instructions, get Linux up and running, but never
2854  realize that they need to set up their printer.
2855  
2856 \size default
2857 The more desktop friendly distributions may do this for you automatically.
2858  However, if you find that you need to do this by hand, we've written a
2859  little something to help you out with that; check out the 
2860 \begin_inset Quotes eld
2861 \end_inset
2862
2863
2864 \emph on
2865 A Printer Tutorial
2866 \emph default
2867
2868 \begin_inset Quotes erd
2869 \end_inset
2870
2871  chapter in the 
2872 \emph on
2873 Customization
2874 \emph default
2875  manual for help.
2876 \end_layout
2877
2878 \begin_layout Chapter
2879 LyX Basics
2880 \end_layout
2881
2882 \begin_layout Section
2883 Document Types
2884 \end_layout
2885
2886 \begin_layout Subsection
2887 Introduction
2888 \end_layout
2889
2890 \begin_layout Standard
2891 Before you do anything else, before you ever start writing a document, you
2892  need to decide what 
2893 \emph on
2894 type
2895 \emph default
2896  of document you want to edit.
2897  Different types of documents use different types of spacing, headings,
2898  numbering schemes, and so on.
2899  Additionally, different documents use different paragraph environments,
2900  and format the title of your document differently.
2901 \end_layout
2902
2903 \begin_layout Standard
2904
2905 \emph on
2906 document class
2907 \emph default
2908  describes a group of properties common to a particular set of documents.
2909  By setting the document class, you automagically select these properties,
2910  making it easier to create the type of document you want.
2911  If you don't choose a document class, LyX picks one for you by default.
2912  So, it behooves you to change the class of your document.
2913 \end_layout
2914
2915 \begin_layout Standard
2916 Read on for info about the document classes you can choose from LyX, and
2917  how to fine-tune some of their properties.
2918 \end_layout
2919
2920 \begin_layout Subsection
2921 \begin_inset LatexCommand \label{sec:doc-classes}
2922
2923 \end_inset
2924
2925 The Various Document Classes
2926 \end_layout
2927
2928 \begin_layout Subsubsection
2929 Overview
2930 \end_layout
2931
2932 \begin_layout Standard
2933 There are five standard document classes in LyX.
2934  They are:
2935 \end_layout
2936
2937 \begin_layout Description
2938 Article for basic articles
2939 \end_layout
2940
2941 \begin_layout Description
2942 Report for basic reports
2943 \end_layout
2944
2945 \begin_layout Description
2946 Book for writing a book
2947 \end_layout
2948
2949 \begin_layout Description
2950 Letter for US-style letters
2951 \end_layout
2952
2953 \begin_layout Description
2954 Slides is used to make transparencies
2955 \end_layout
2956
2957 \begin_layout Standard
2958 There are also some non-standard classes, which LyX only uses if you have
2959  a LaTeX setup that supports them:
2960 \end_layout
2961
2962 \begin_layout Description
2963 Aapaper Journal articles in the style and format used in Astronomy & Astrophysic
2964 s
2965 \end_layout
2966
2967 \begin_layout Description
2968 Amsart Journal articles in the style and format used by the AMS [American
2969  Mathematical Society].
2970  There are three amsart layouts available.
2971  The standard one uses a typical numbering scheme for theorems, 
2972 \emph on
2973 etc.
2974 \emph default
2975 , that prepends the section number to the number of the result.
2976  All result-type statements (propositions, corollaries, and so on) are sequenced
2977  together, but definitions, examples, and the like have their own sequence.
2978  The 
2979 \begin_inset Quotes eld
2980 \end_inset
2981
2982 sequential numbering
2983 \begin_inset Quotes erd
2984 \end_inset
2985
2986  scheme does not place the section number with each result, but numbers
2987  them throughout the article in a single sequence.
2988  Each type of result gets its own sequence.
2989  There is also a layout that dispenses with numbering of statements altogether.
2990 \end_layout
2991
2992 \begin_layout Description
2993 Amsbook Books in the style and format used by the AMS.
2994  Only the standard numbering scheme is provided, under the assumption that
2995  you would not want to number results consecutively throughout a book, and
2996  that you would need to number results.
2997 \end_layout
2998
2999 \begin_layout Description
3000 Dinbrief für Briefe nach deutscher Art
3001 \end_layout
3002
3003 \begin_layout Description
3004 Foils is used to make transparencies, but is better than 
3005 \family sans
3006 slides
3007 \end_layout
3008
3009 \begin_layout Description
3010 Linuxdoc Used with the SGML-tools package (formerly known as LinuxDoc).
3011  It allows LyX to produce SGML output.
3012  SGML is a markup language and is the predecessor to HTML\SpecialChar \@.
3013  The SGML-tools
3014  package allows you to convert SGML to HTML or to the format used by 
3015 \family typewriter
3016 man
3017 \family default
3018  pages.
3019 \end_layout
3020
3021 \begin_layout Description
3022 Paper for use with the 
3023 \family typewriter
3024 paper
3025 \family default
3026  LaTeX document class [not in all LaTeX distributions]
3027 \end_layout
3028
3029 \begin_layout Description
3030 Revtex is used to write articles for the publications of the American Physical
3031  Society (APS), American Institute of Physics (AIP), and Optical Society
3032  of America (OSA).
3033  This class is not completely compatible with all LyX features.
3034 \end_layout
3035
3036 \begin_layout Standard
3037 We won't go into any detail about how to use these different document classes
3038  here.
3039  You can find all the details about the non-standard classes in the 
3040 \emph on
3041 Extended Editing
3042 \emph default
3043  manual.
3044  Here, we will settle with a list of some of the common properties of all
3045  of the document classes.
3046 \end_layout
3047
3048 \begin_layout Subsubsection
3049 Selecting a Class
3050 \end_layout
3051
3052 \begin_layout Standard
3053 You can select a class using the 
3054 \family sans
3055 \bar under
3056 D
3057 \bar default
3058 ocument
3059 \bar under
3060 \SpecialChar \menuseparator
3061 S
3062 \bar default
3063 ettings
3064 \family default
3065  dialog.
3066  Select the class you want to use, and make any fine tunings of the options
3067  you may need.
3068 \end_layout
3069
3070 \begin_layout Subsubsection
3071 Properties
3072 \end_layout
3073
3074 \begin_layout Standard
3075 Each class has a default set of options.
3076  Here's a quick table describing them:
3077 \end_layout
3078
3079 \begin_layout Standard
3080 \begin_inset VSpace 0.3cm
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \begin_layout Standard
3087 \align center
3088 \begin_inset Tabular
3089 <lyxtabular version="3" rows="10" columns="5">
3090 <features>
3091 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3092 <column alignment="center" valignment="top" leftline="true" width="0pt">
3093 <column alignment="center" valignment="top" leftline="true" width="0pt">
3094 <column alignment="center" valignment="top" leftline="true" width="0pt">
3095 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3096 <row topline="true" bottomline="true">
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Standard
3101
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Standard
3110
3111 \family sans
3112 \series medium
3113 \shape up
3114 \size normal
3115 \emph off
3116 \bar no
3117 \noun off
3118 \color none
3119 Pagestyle
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Standard
3128
3129 \family sans
3130 \series medium
3131 \shape up
3132 \size normal
3133 \emph off
3134 \bar no
3135 \noun off
3136 \color none
3137 Sides
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Standard
3146
3147 \family sans
3148 \series medium
3149 \shape up
3150 \size normal
3151 \emph off
3152 \bar no
3153 \noun off
3154 \color none
3155 Columns
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Standard
3164
3165 \series medium
3166 \shape up
3167 \size normal
3168 \emph off
3169 \bar no
3170 \noun off
3171 \color none
3172 Max.
3173  sectioning level
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row topline="true">
3180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Standard
3184
3185 \series medium
3186 \shape up
3187 \size normal
3188 \emph off
3189 \bar no
3190 \noun off
3191 \color none
3192 article
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Standard
3201
3202 \family sans
3203 \series medium
3204 \shape up
3205 \size normal
3206 \emph off
3207 \bar no
3208 \noun off
3209 \color none
3210 Plain
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Standard
3219
3220 \family sans
3221 \series medium
3222 \shape up
3223 \size normal
3224 \emph off
3225 \bar no
3226 \noun off
3227 \color none
3228 One
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Standard
3237
3238 \family sans
3239 \series medium
3240 \shape up
3241 \size normal
3242 \emph off
3243 \bar no
3244 \noun off
3245 \color none
3246 One
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Standard
3255
3256 \family sans
3257 \series medium
3258 \shape up
3259 \size normal
3260 \emph off
3261 \bar no
3262 \noun off
3263 \color none
3264 Section
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 </row>
3270 <row topline="true">
3271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Standard
3275
3276 \series medium
3277 \shape up
3278 \size normal
3279 \emph off
3280 \bar no
3281 \noun off
3282 \color none
3283 report
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Standard
3292
3293 \family sans
3294 \series medium
3295 \shape up
3296 \size normal
3297 \emph off
3298 \bar no
3299 \noun off
3300 \color none
3301 Plain
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Standard
3310
3311 \family sans
3312 \series medium
3313 \shape up
3314 \size normal
3315 \emph off
3316 \bar no
3317 \noun off
3318 \color none
3319 One
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Standard
3328
3329 \family sans
3330 \series medium
3331 \shape up
3332 \size normal
3333 \emph off
3334 \bar no
3335 \noun off
3336 \color none
3337 One
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Standard
3346
3347 \family sans
3348 \series medium
3349 \shape up
3350 \size normal
3351 \emph off
3352 \bar no
3353 \noun off
3354 \color none
3355 Chapter
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row topline="true">
3362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Standard
3366
3367 \series medium
3368 \shape up
3369 \size normal
3370 \emph off
3371 \bar no
3372 \noun off
3373 \color none
3374 book
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Standard
3383
3384 \family sans
3385 \series medium
3386 \shape up
3387 \size normal
3388 \emph off
3389 \bar no
3390 \noun off
3391 \color none
3392 Headings
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Standard
3401
3402 \family sans
3403 \series medium
3404 \shape up
3405 \size normal
3406 \emph off
3407 \bar no
3408 \noun off
3409 \color none
3410 Two
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Standard
3419
3420 \family sans
3421 \series medium
3422 \shape up
3423 \size normal
3424 \emph off
3425 \bar no
3426 \noun off
3427 \color none
3428 One
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Standard
3437
3438 \family sans
3439 \series medium
3440 \shape up
3441 \size normal
3442 \emph off
3443 \bar no
3444 \noun off
3445 \color none
3446 Chapter
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row topline="true">
3453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Standard
3457
3458 \series medium
3459 \shape up
3460 \size normal
3461 \emph off
3462 \bar no
3463 \noun off
3464 \color none
3465 letter
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Standard
3474
3475 \family sans
3476 \series medium
3477 \shape up
3478 \size normal
3479 \emph off
3480 \bar no
3481 \noun off
3482 \color none
3483 Plain
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Standard
3492
3493 \family sans
3494 \series medium
3495 \shape up
3496 \size normal
3497 \emph off
3498 \bar no
3499 \noun off
3500 \color none
3501 One
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Standard
3510
3511 \family sans
3512 \series medium
3513 \shape up
3514 \size normal
3515 \emph off
3516 \bar no
3517 \noun off
3518 \color none
3519 One
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Standard
3528
3529 \series medium
3530 \shape up
3531 \size normal
3532 \emph off
3533 \bar no
3534 \noun off
3535 \color none
3536 none
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row topline="true">
3543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Standard
3547
3548 \series medium
3549 \shape up
3550 \size normal
3551 \emph off
3552 \bar no
3553 \noun off
3554 \color none
3555 linuxdoc
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Standard
3564
3565 \family sans
3566 \series medium
3567 \shape up
3568 \size normal
3569 \emph off
3570 \bar no
3571 \noun off
3572 \color none
3573 Plain
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Standard
3582
3583 \family sans
3584 \series medium
3585 \shape up
3586 \size normal
3587 \emph off
3588 \bar no
3589 \noun off
3590 \color none
3591 One
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Standard
3600
3601 \family sans
3602 \series medium
3603 \shape up
3604 \size normal
3605 \emph off
3606 \bar no
3607 \noun off
3608 \color none
3609 One
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Standard
3618
3619 \family sans
3620 \series medium
3621 \shape up
3622 \size normal
3623 \emph off
3624 \bar no
3625 \noun off
3626 \color none
3627 Section
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row topline="true">
3634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Standard
3638
3639 \series medium
3640 \shape up
3641 \size normal
3642 \emph off
3643 \bar no
3644 \noun off
3645 \color none
3646 aapaper
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Standard
3655
3656 \family sans
3657 \series medium
3658 \shape up
3659 \size normal
3660 \emph off
3661 \bar no
3662 \noun off
3663 \color none
3664 Plain
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Standard
3673
3674 \family sans
3675 \series medium
3676 \shape up
3677 \size normal
3678 \emph off
3679 \bar no
3680 \noun off
3681 \color none
3682 Two
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Standard
3691
3692 \family sans
3693 \series medium
3694 \shape up
3695 \size normal
3696 \emph off
3697 \bar no
3698 \noun off
3699 \color none
3700 Two
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Standard
3709
3710 \family sans
3711 \series medium
3712 \shape up
3713 \size normal
3714 \emph off
3715 \bar no
3716 \noun off
3717 \color none
3718 Section
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row topline="true">
3725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Standard
3729
3730 \series medium
3731 \shape up
3732 \size normal
3733 \emph off
3734 \bar no
3735 \noun off
3736 \color none
3737 amsart
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Standard
3746
3747 \family sans
3748 \series medium
3749 \shape up
3750 \size normal
3751 \emph off
3752 \bar no
3753 \noun off
3754 \color none
3755 Headings
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Standard
3764
3765 \family sans
3766 \series medium
3767 \shape up
3768 \size normal
3769 \emph off
3770 \bar no
3771 \noun off
3772 \color none
3773 One
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Standard
3782
3783 \family sans
3784 \series medium
3785 \shape up
3786 \size normal
3787 \emph off
3788 \bar no
3789 \noun off
3790 \color none
3791 One
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Standard
3800
3801 \family sans
3802 \series medium
3803 \shape up
3804 \size normal
3805 \emph off
3806 \bar no
3807 \noun off
3808 \color none
3809 Section
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row topline="true">
3816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Standard
3820
3821 \series medium
3822 \shape up
3823 \size normal
3824 \emph off
3825 \bar no
3826 \noun off
3827 \color none
3828 dinbrief
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Standard
3837
3838 \family sans
3839 \series medium
3840 \shape up
3841 \size normal
3842 \emph off
3843 \bar no
3844 \noun off
3845 \color none
3846 Plain
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Standard
3855
3856 \family sans
3857 \series medium
3858 \shape up
3859 \size normal
3860 \emph off
3861 \bar no
3862 \noun off
3863 \color none
3864 One
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Standard
3873
3874 \family sans
3875 \series medium
3876 \shape up
3877 \size normal
3878 \emph off
3879 \bar no
3880 \noun off
3881 \color none
3882 One
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Standard
3891
3892 \series medium
3893 \shape up
3894 \size normal
3895 \emph off
3896 \bar no
3897 \noun off
3898 \color none
3899 none
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row topline="true" bottomline="true">
3906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Standard
3910
3911 \series medium
3912 \shape up
3913 \size normal
3914 \emph off
3915 \bar no
3916 \noun off
3917 \color none
3918 paper
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Standard
3927
3928 \family sans
3929 \series medium
3930 \shape up
3931 \size normal
3932 \emph off
3933 \bar no
3934 \noun off
3935 \color none
3936 Headings
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Standard
3945
3946 \family sans
3947 \series medium
3948 \shape up
3949 \size normal
3950 \emph off
3951 \bar no
3952 \noun off
3953 \color none
3954 One
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Standard
3963
3964 \family sans
3965 \series medium
3966 \shape up
3967 \size normal
3968 \emph off
3969 \bar no
3970 \noun off
3971 \color none
3972 One
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Standard
3981
3982 \family sans
3983 \series medium
3984 \shape up
3985 \size normal
3986 \emph off
3987 \bar no
3988 \noun off
3989 \color none
3990 Section
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 </lyxtabular>
3997
3998 \end_inset
3999
4000
4001 \end_layout
4002
4003 \begin_layout Standard
4004 \begin_inset VSpace 0.3cm
4005 \end_inset
4006
4007
4008 \end_layout
4009
4010 \begin_layout Standard
4011 There is no default value of 
4012 \family sans
4013 E
4014 \bar under
4015 x
4016 \bar default
4017 tra\InsetSpace ~
4018 Options
4019 \family default
4020  for any of these classes.
4021  
4022 \end_layout
4023
4024 \begin_layout Standard
4025 You're probably also wondering what 
4026 \begin_inset Quotes eld
4027 \end_inset
4028
4029 Max.
4030  sectioning level
4031 \begin_inset Quotes erd
4032 \end_inset
4033
4034  means.
4035  There are several paragraph environment used to create section headings.
4036  Different document classes allow different types of section headings.
4037  Only two use the 
4038 \family sans
4039 Chapter
4040 \family default
4041  heading; the rest do not and begin instead with the 
4042 \family sans
4043 Section
4044 \family default
4045  heading.
4046  Some document classes, such as the three for letters, don't use any section
4047  headings.
4048  In addition to 
4049 \family sans
4050 Chapter
4051 \family default
4052  and 
4053 \family sans
4054 Section
4055 \family default
4056  headings, there are also 
4057 \family sans
4058 Subsection
4059 \family default
4060  headings, 
4061 \family sans
4062 Subsubsection
4063 \family default
4064  headings, and so on.
4065  We'll describe these headings fully in section 
4066 \begin_inset LatexCommand \ref{sec:parenvheadings}
4067
4068 \end_inset
4069
4070 .
4071 \end_layout
4072
4073 \begin_layout Subsection
4074 Fine-tuning the Defaults 
4075 \end_layout
4076
4077 \begin_layout Standard
4078 Okay, we know we never told you what most of these 
4079 \begin_inset Quotes eld
4080 \end_inset
4081
4082 default options
4083 \begin_inset Quotes erd
4084 \end_inset
4085
4086  set by the 
4087 \family sans
4088 \bar under
4089 C
4090 \bar default
4091 lass
4092 \family default
4093  button do.
4094  That's what this section is for.
4095 \end_layout
4096
4097 \begin_layout Labeling
4098 \labelwidthstring MMMMMMM
4099
4100 \family sans
4101 \bar under
4102 P
4103 \bar default
4104 agestyle
4105 \family default
4106  This is another list, containing five options.
4107  It controls what sorts of headings and page numbers go on a page:
4108 \begin_inset Foot
4109 status collapsed
4110
4111 \begin_layout Standard
4112 LaTeX does this part.
4113 \end_layout
4114
4115 \end_inset
4116
4117
4118 \end_layout
4119
4120 \begin_deeper
4121 \begin_layout Labeling
4122 \labelwidthstring MMMMMMM
4123
4124 \family sans
4125 Default 
4126 \family default
4127 Use default pagestyle of current class.
4128 \end_layout
4129
4130 \begin_layout Labeling
4131 \labelwidthstring MMMMMMM
4132
4133 \family sans
4134 Empty
4135 \family default
4136  No page numbers or headings.
4137 \end_layout
4138
4139 \begin_layout Labeling
4140 \labelwidthstring MMMMMMM
4141
4142 \family sans
4143 Plain
4144 \family default
4145  Page numbers only.
4146 \end_layout
4147
4148 \begin_layout Labeling
4149 \labelwidthstring MMMMMMM
4150
4151 \family sans
4152 Headings
4153 \family default
4154  Page numbers and either the current chapter or section title and number.
4155  Whether LyX uses the current chapter or the current section depends on
4156  which is the maximum sectioning level.
4157 \end_layout
4158
4159 \begin_layout Labeling
4160 \labelwidthstring MMMMMMM
4161
4162 \family sans
4163 Fancy
4164 \family default
4165  This allows you to create fully customizable headers and footers if you
4166  have the 
4167 \family sans
4168 fancyhdr
4169 \family default
4170  package installed.
4171  At the moment, support in LyX is limited to this setting.
4172  To use the full power of this package, you have to resort to magic codes
4173  in your preamble.
4174  Check the documentation for the 
4175 \family sans
4176 fancyhdr
4177 \family default
4178  package for more details.
4179 \end_layout
4180
4181 \end_deeper
4182 \begin_layout Labeling
4183 \labelwidthstring MMMMMMM
4184
4185 \family sans
4186 Sides
4187 \family default
4188  No, LyX can't make your printer print on both sides of a sheet of paper!
4189  However, it can use a different format for odd-numbered pages than even-numbere
4190 d pages.
4191  This way, if you 
4192 \emph on
4193 do
4194 \emph default
4195  have a printer that duplexes
4196 \begin_inset Foot
4197 status collapsed
4198
4199 \begin_layout Standard
4200 i.e.
4201  prints on both sides of a sheet of paper
4202 \end_layout
4203
4204 \end_inset
4205
4206 , your page number will always be in the upper right corner of the page
4207  and the left margin will have extra room for a binding.
4208 \end_layout
4209
4210 \begin_deeper
4211 \begin_layout Standard
4212 There are two radio buttons here: 
4213 \family sans
4214 One
4215 \family default
4216  for single-sided documents, 
4217 \family sans
4218 Two
4219 \family default
4220  for double-sided documents.
4221 \end_layout
4222
4223 \end_deeper
4224 \begin_layout Labeling
4225 \labelwidthstring MMMMMMM
4226
4227 \family sans
4228 Columns
4229 \family default
4230  Yes, this does control how many columns each page has.
4231  You can choose, using the toggle buttons, 
4232 \family sans
4233 One
4234 \family default
4235  or 
4236 \family sans
4237 Two
4238 \family default
4239  for the number of columns.
4240  
4241 \end_layout
4242
4243 \begin_deeper
4244 \begin_layout Standard
4245 Note that LyX won't show two columns on screen.
4246  That's impractical, often unreadable, and not part of the WYSIWYM concept.
4247  However, there 
4248 \emph on
4249 will
4250 \emph default
4251  be two columns in the generated output.
4252 \end_layout
4253
4254 \end_deeper
4255 \begin_layout Labeling
4256 \labelwidthstring MMMMMMM
4257
4258 \family sans
4259 E
4260 \bar under
4261 x
4262 \bar default
4263 tra\InsetSpace ~
4264 Options
4265 \family default
4266  The LaTeX command 
4267 \family typewriter
4268
4269 \backslash
4270 documentclass
4271 \family default
4272  takes several options.
4273  LyX sets some of these automatically for you.
4274  This text box allows you to enter in others.
4275  Just type in a comma-separated list of options.
4276  See a good LaTeX book to find out what kinds of additional options you
4277  can use.
4278 \end_layout
4279
4280 \begin_layout Labeling
4281 \labelwidthstring MMMMMMM
4282
4283 \family sans
4284 Separation
4285 \family default
4286  This has its own section.
4287  See sec.
4288  
4289 \begin_inset LatexCommand \ref{sec:parindentintro}
4290
4291 \end_inset
4292
4293  for a description of what this does.
4294 \end_layout
4295
4296 \begin_layout Subsection
4297 Paper Size, Orientation, and Margins
4298 \end_layout
4299
4300 \begin_layout Standard
4301 There are several other options to set in the 
4302 \family sans
4303 Document\InsetSpace ~
4304 Settings
4305 \family default
4306  dialog.
4307  All of them are global options, but they have special purposes and only
4308  affect certain features.
4309  We describe what these options do in the same section that describes the
4310  features they affect.
4311 \end_layout
4312
4313 \begin_layout Standard
4314 There are two options that affect the overall layout of the document, so
4315  we'll describe them here.
4316  You'll find them in the 
4317 \family sans
4318 Paper
4319 \family default
4320  dialog under the 
4321 \family sans
4322 Layout
4323 \family default
4324  menu:
4325 \end_layout
4326
4327 \begin_layout Labeling
4328 \labelwidthstring MMMMMM
4329
4330 \family sans
4331 Orientation
4332 \family default
4333  Two toggle buttons choose whether to print the output as 
4334 \family sans
4335 \bar under
4336 L
4337 \bar default
4338 andscape
4339 \family default
4340  or as 
4341 \family sans
4342 Po
4343 \bar under
4344 r
4345 \bar default
4346 trait
4347 \family default
4348 .
4349 \end_layout
4350
4351 \begin_layout Labeling
4352 \labelwidthstring MMMMMM
4353
4354 \family sans
4355 Papersi
4356 \bar under
4357 z
4358 \bar default
4359 e
4360 \family default
4361  What size paper to print on.
4362  The choices are
4363 \end_layout
4364
4365 \begin_deeper
4366 \begin_layout Itemize
4367
4368 \family sans
4369 Default
4370 \end_layout
4371
4372 \begin_layout Itemize
4373
4374 \family sans
4375 A3, A4,
4376 \family default
4377  
4378 \family sans
4379 A5
4380 \end_layout
4381
4382 \begin_layout Itemize
4383
4384 \family sans
4385 B3, B4, B5
4386 \end_layout
4387
4388 \begin_layout Itemize
4389
4390 \family sans
4391 US Letter
4392 \end_layout
4393
4394 \begin_layout Itemize
4395
4396 \family sans
4397 US legal
4398 \end_layout
4399
4400 \begin_layout Itemize
4401
4402 \family sans
4403 US executive
4404 \end_layout
4405
4406 \begin_layout Itemize
4407
4408 \family sans
4409 Custom
4410 \end_layout
4411
4412 \end_deeper
4413 \begin_layout Standard
4414 Some of these settings require you to have the 
4415 \family sans
4416 geometry
4417 \family default
4418  package installed.
4419  This package will also allow you to set the margins in the 
4420 \family sans
4421 Paper
4422 \family default
4423  dialog.
4424 \end_layout
4425
4426 \begin_layout Subsection
4427 Important Note:
4428 \end_layout
4429
4430 \begin_layout Standard
4431 If you change a document's class, LyX has to convert 
4432 \emph on
4433 everything
4434 \emph default
4435  into the new class.
4436  That includes the paragraph environments.
4437  Some paragraph environments are standard; all of the document classes have
4438  them.
4439  Some classes have special paragraph environments, however.
4440  If this is the case, and you change document classes, LyX sets the missing
4441  paragraph environments to 
4442 \family sans
4443 Standard
4444 \family default
4445  and places an error box at the beginning of the paragraph.
4446  Just click on them and you'll get a message dialog that tells you about
4447  the conversion and why it failed.
4448 \end_layout
4449
4450 \begin_layout Section
4451 Paragraph Indentation and Separation
4452 \end_layout
4453
4454 \begin_layout Subsection
4455 Introduction
4456 \begin_inset LatexCommand \label{sec:parindentintro}
4457
4458 \end_inset
4459
4460
4461 \end_layout
4462
4463 \begin_layout Standard
4464 Before describing all of the various paragraph environments, we'd like to
4465  say a word or two about paragraph indentation.
4466 \end_layout
4467
4468 \begin_layout Standard
4469 Everyone seems to have their own convention for separating paragraphs.
4470  Most Americans indent the first line of a paragraph.
4471  Others don't indent but put extra space between the paragraphs.
4472  LyX uses the same convention you find among typographers.
4473  The 
4474 \emph on
4475 first
4476 \emph default
4477  paragraph of a section, or after a figure, an equation, a table, a list,
4478  etc., is 
4479 \emph on
4480 not
4481 \emph default
4482  indented.
4483  Only a paragraph following another paragraph gets indented.
4484  Some people don't like this convention, but if you want to use indented
4485  paragraphs, you'll have to live with it.
4486 \begin_inset Foot
4487 status collapsed
4488
4489 \begin_layout Standard
4490 There is a way to force LaTeX to indent all paragraphs.
4491  LyX won't show this, of course, but LaTeX 
4492 \emph on
4493 will
4494 \emph default
4495  print it that way.
4496  You'll need to get a special package and insert an appropriate command
4497  in the preamble.
4498 \end_layout
4499
4500 \end_inset
4501
4502
4503 \end_layout
4504
4505 \begin_layout Standard
4506 The space between paragraphs, like the line spacing, the space between headings
4507  and text --- in fact, all of the spacings for just about everything are
4508  pre-coded into LyX.
4509  As we said, you don't worry about how much space to add between what.
4510  LyX takes care of that.
4511  In fact, these pre-coded vertical spacings aren't a single number but a
4512  range.
4513  That way, LyX can squish or stretch the space between lines to make sure
4514  figures fit on a page with text, so that sections don't start at the bottom
4515  of a page, and so on.
4516 \begin_inset Foot
4517 status collapsed
4518
4519 \begin_layout Standard
4520 Actually, LaTeX does this when LyX goes to produce a printable file.
4521 \end_layout
4522
4523 \end_inset
4524
4525  However, pre-coded doesn't mean you can't change them.
4526  LyX gives you the ability to globally change 
4527 \emph on
4528 all
4529 \emph default
4530  of these pre-coded spacings.
4531  We'll explain more later.
4532 \end_layout
4533
4534 \begin_layout Subsection
4535 Global Indentation Method
4536 \end_layout
4537
4538 \begin_layout Standard
4539 To select the default method of separating paragraphs, select 
4540 \family sans
4541 \bar under
4542 I
4543 \bar default
4544 ndent
4545 \family default
4546  or 
4547 \family sans
4548 S
4549 \bar under
4550 k
4551 \bar default
4552 ip
4553 \family default
4554  to indent paragraphs or add extra space between paragraphs, respectively.
4555 \end_layout
4556
4557 \begin_layout Subsection
4558 Fine-Tuning
4559 \end_layout
4560
4561 \begin_layout Standard
4562 You can also change the separation method of a single paragraph.
4563  Open the 
4564 \family sans
4565 \bar under
4566 E
4567 \bar default
4568 dit\SpecialChar \menuseparator
4569
4570 \bar under
4571 P
4572 \bar default
4573 aragraph\InsetSpace ~
4574 Settings
4575 \family default
4576  dialog and toggle the 
4577 \family sans
4578 \bar under
4579 N
4580 \bar default
4581 o Indent
4582 \family default
4583  button to change the state of the current paragraph.
4584  If paragraphs indent by default, this button will be inactive at first.
4585  If paragraphs have no indentation but use extra space for separation, this
4586  button will be completely ignored (you can't indent a single paragraph
4587  by toggling this).
4588 \end_layout
4589
4590 \begin_layout Standard
4591 You should only need to change the indentation method for a single paragraph
4592  if you need to do some fine-tuning.
4593  Typically, you'll select 
4594 \family sans
4595 \bar under
4596 I
4597 \bar default
4598 ndent
4599 \family default
4600  or 
4601 \family sans
4602 S
4603 \bar under
4604 k
4605 \bar default
4606 ip
4607 \family default
4608  for the entire document and edit away.
4609 \end_layout
4610
4611 \begin_layout Subsection
4612 Changing Line Spacing
4613 \end_layout
4614
4615 \begin_layout Standard
4616 In the 
4617 \family sans
4618 \bar under
4619 D
4620 \bar default
4621 ocument\SpecialChar \menuseparator
4622
4623 \bar under
4624 S
4625 \bar default
4626 ettings
4627 \family default
4628  dialog you can choose your line spacing provided you have the 
4629 \family sans
4630 setspace
4631 \family default
4632  package installed.
4633 \end_layout
4634
4635 \begin_layout Section
4636 Paragraph Environments
4637 \begin_inset LatexCommand \label{sec:par-environments}
4638
4639 \end_inset
4640
4641
4642 \end_layout
4643
4644 \begin_layout Subsection
4645 Overview
4646 \end_layout
4647
4648 \begin_layout Standard
4649 The paragraph environments correspond to the various
4650 \end_layout
4651
4652 \begin_layout Standard
4653
4654 \family typewriter
4655
4656 \backslash
4657 begin{
4658 \family default
4659 \emph on
4660 environment
4661 \family typewriter
4662 \emph default
4663 } ...
4664  
4665 \backslash
4666 end{
4667 \family default
4668 \emph on
4669 environment
4670 \family typewriter
4671 \emph default
4672 }
4673 \family default
4674
4675 \newline
4676 command sequences in an ordinary LaTeX file.
4677  If you don't know LaTeX, or the concept of a paragraph environment is totally
4678  alien to you, we urge you to read the 
4679 \emph on
4680 Tutorial
4681 \emph default
4682 .
4683  The 
4684 \emph on
4685 Tutorial
4686 \emph default
4687  also contains many more examples than this section does.
4688 \end_layout
4689
4690 \begin_layout Standard
4691 A paragraph environment is simply a 
4692 \begin_inset Quotes eld
4693 \end_inset
4694
4695 container
4696 \begin_inset Quotes erd
4697 \end_inset
4698
4699  for a paragraph which gives that paragraph certain properties.
4700  This can include a particular style of font, different margins, a numbering
4701  scheme, labels, and so on.
4702  Additionally, you can 
4703 \begin_inset Quotes eld
4704 \end_inset
4705
4706 nest
4707 \begin_inset Quotes erd
4708 \end_inset
4709
4710  the different environments inside one another, allowing one environment
4711  to inherit some of the properties of another.
4712  The different paragraph environments totally replace the need for messy
4713  tab stops, on the fly margin adjustment, and other hold-overs from the
4714  days of typewriters.
4715  There are several paragraph environments which are specific to a particular
4716  document type.
4717  We'll only be covering the most common ones here.
4718 \end_layout
4719
4720 \begin_layout Standard
4721 To choose a new paragraph environment, use the pull-down box on the left
4722  end of the toolbar.
4723  LyX will change the environment of the 
4724 \emph on
4725 entire
4726 \emph default
4727  paragraph in which the cursor sits.
4728  You can also change the environment of an entire group of paragraphs if
4729  you select them before choosing the new environment.
4730  
4731 \end_layout
4732
4733 \begin_layout Standard
4734 Note that hitting 
4735 \family sans
4736 Return
4737 \family default
4738  will 
4739 \emph on
4740 typically
4741 \emph default
4742  create a new paragraph using the 
4743 \family sans
4744 Standard
4745 \family default
4746  paragraph environment.
4747  We say 
4748 \begin_inset Quotes eld
4749 \end_inset
4750
4751 typically
4752 \begin_inset Quotes erd
4753 \end_inset
4754
4755  because this isn't always the case.
4756 \begin_inset Foot
4757 status collapsed
4758
4759 \begin_layout Standard
4760 If you are in one of these environments:
4761 \begin_inset ERT
4762 status collapsed
4763
4764 \begin_layout Standard
4765
4766  
4767 \end_layout
4768
4769 \end_inset
4770
4771
4772 \end_layout
4773
4774 \begin_layout Standard
4775 \begin_inset ERT
4776 status collapsed
4777
4778 \begin_layout Standard
4779
4780
4781 \backslash
4782 vspace{-2ex} 
4783 \backslash
4784 parbox[t]{3cm}{
4785 \end_layout
4786
4787 \end_inset
4788
4789
4790 \end_layout
4791
4792 \begin_layout Itemize
4793
4794 \family sans
4795 Quote
4796 \end_layout
4797
4798 \begin_layout Itemize
4799
4800 \family sans
4801 Quotation
4802 \end_layout
4803
4804 \begin_layout Standard
4805 \begin_inset ERT
4806 status collapsed
4807
4808 \begin_layout Standard
4809
4810 }
4811 \backslash
4812 parbox[t]{3cm}{
4813 \end_layout
4814
4815 \end_inset
4816
4817
4818 \end_layout
4819
4820 \begin_layout Itemize
4821
4822 \family sans
4823 Verse
4824 \end_layout
4825
4826 \begin_layout Itemize
4827
4828 \family sans
4829 Itemize
4830 \end_layout
4831
4832 \begin_layout Standard
4833 \begin_inset ERT
4834 status collapsed
4835
4836 \begin_layout Standard
4837
4838 }
4839 \backslash
4840 parbox[t]{3cm}{
4841 \end_layout
4842
4843 \end_inset
4844
4845
4846 \end_layout
4847
4848 \begin_layout Itemize
4849
4850 \family sans
4851 Enumerate
4852 \end_layout
4853
4854 \begin_layout Itemize
4855
4856 \family sans
4857 Description
4858 \end_layout
4859
4860 \begin_layout Standard
4861 \begin_inset ERT
4862 status collapsed
4863
4864 \begin_layout Standard
4865
4866 }
4867 \backslash
4868 parbox[t]{3cm}{
4869 \end_layout
4870
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \begin_layout Itemize
4877
4878 \family sans
4879 List
4880 \end_layout
4881
4882 \begin_layout Standard
4883 \begin_inset ERT
4884 status collapsed
4885
4886 \begin_layout Standard
4887
4888 }
4889 \end_layout
4890
4891 \end_inset
4892
4893
4894 \end_layout
4895
4896 \begin_layout Standard
4897 LyX keeps the old paragraph environment when you hit 
4898 \family sans
4899 Return
4900 \family default
4901 , rather than resetting it to 
4902 \family sans
4903 Standard
4904 \family default
4905 .
4906  LyX will still reset the nesting depth, however.
4907 \end_layout
4908
4909 \end_inset
4910
4911  Usually, starting a new paragraph resets both the paragraph environment
4912  and the nesting depth [more on nesting in section 
4913 \begin_inset LatexCommand \ref{sec:nest}
4914
4915 \end_inset
4916
4917 ].
4918  At the moment, all this is context-specific; you're better off expecting
4919  
4920 \family sans
4921 Return
4922 \family default
4923  to reset the paragraph environment and depth.
4924  If you want a new paragraph to keep the current environment and depth,
4925  use 
4926 \family sans
4927 M-Return
4928 \family default
4929  instead.
4930 \end_layout
4931
4932 \begin_layout Subsection
4933 Standard
4934 \end_layout
4935
4936 \begin_layout Standard
4937 The default paragraph environment is 
4938 \family sans
4939 Standard
4940 \family default
4941  for most classes.
4942  It creates a plain paragraph.
4943  If LyX resets the paragraph environment, this is the one it chooses.
4944  In fact, the paragraph you're reading right now [and most of the ones in
4945  this manual] are in the 
4946 \family sans
4947 Standard
4948 \family default
4949  environment.
4950 \end_layout
4951
4952 \begin_layout Standard
4953 You can nest a paragraph using the 
4954 \family sans
4955 Standard
4956 \family default
4957  environment in just about anything else, but you can't really nest anything
4958  in a 
4959 \family sans
4960 Standard
4961 \family default
4962  environment.
4963 \end_layout
4964
4965 \begin_layout Subsection
4966 Document Titles
4967 \end_layout
4968
4969 \begin_layout Standard
4970 A LaTeX title page has three parts: the title itself, the name[s] of the
4971  author[s] and a 
4972 \begin_inset Quotes eld
4973 \end_inset
4974
4975 footnote
4976 \begin_inset Quotes erd
4977 \end_inset
4978
4979  for thanks or contact information.
4980  For certain types of documents, LaTeX places all of this on a separate
4981  page along with today's date.
4982  For other types of documents, the title 
4983 \begin_inset Quotes eld
4984 \end_inset
4985
4986 page
4987 \begin_inset Quotes erd
4988 \end_inset
4989
4990  goes at the top of the first page of the document.
4991  
4992 \end_layout
4993
4994 \begin_layout Standard
4995 LyX provides an interface to the title page commands through the paragraph
4996  environments 
4997 \family sans
4998 Title
4999 \family default
5000
5001 \family sans
5002 Author
5003 \family default
5004 , and 
5005 \family sans
5006 Date
5007 \family default
5008 .
5009  Here's how you use them:
5010 \end_layout
5011
5012 \begin_layout Itemize
5013 Put the title of your document in the 
5014 \family sans
5015 Title
5016 \family default
5017  environment.
5018 \end_layout
5019
5020 \begin_layout Itemize
5021 Put the author name in the 
5022 \family sans
5023 Author
5024 \family default
5025  environment.
5026 \end_layout
5027
5028 \begin_layout Itemize
5029 If you want the date to have a certain appearance, want to use a fixed date,
5030  or want other text to appear in place of today's date, put that text in
5031  the 
5032 \family sans
5033 Date
5034 \family default
5035  environment.
5036  Note that using this environment is optional.
5037  If you don't provide any, LaTeX will automatically insert today's date.
5038 \end_layout
5039
5040 \begin_layout Standard
5041 Be sure to do this at the top of the document.
5042  You can use footnotes to insert 
5043 \begin_inset Quotes eld
5044 \end_inset
5045
5046 thanks
5047 \begin_inset Quotes erd
5048 \end_inset
5049
5050  or contact information.
5051 \end_layout
5052
5053 \begin_layout Subsection
5054 Headings
5055 \begin_inset LatexCommand \label{sec:parenvheadings}
5056
5057 \end_inset
5058
5059
5060 \end_layout
5061
5062 \begin_layout Standard
5063 There are nine paragraph environments for producing section headings.
5064  LyX takes care of the numbering for you.
5065  All you need to do is decide what you're going to call section 3 of chapter
5066  9.
5067 \end_layout
5068
5069 \begin_layout Subsubsection
5070 Numbered Headings
5071 \end_layout
5072
5073 \begin_layout Standard
5074 There are 6 numbered types of section headings.
5075 \begin_inset Note Note
5076 status open
5077
5078 \begin_layout Standard
5079 Why no mention of Part ?
5080 \end_layout
5081
5082 \end_inset
5083
5084  They are:
5085 \end_layout
5086
5087 \begin_layout Enumerate
5088
5089 \family sans
5090 Chapter
5091 \end_layout
5092
5093 \begin_layout Enumerate
5094
5095 \family sans
5096 Section
5097 \end_layout
5098
5099 \begin_layout Enumerate
5100
5101 \family sans
5102 Subsection
5103 \end_layout
5104
5105 \begin_layout Enumerate
5106
5107 \family sans
5108 Subsubsection
5109 \end_layout
5110
5111 \begin_layout Enumerate
5112
5113 \family sans
5114 Paragraph
5115 \end_layout
5116
5117 \begin_layout Enumerate
5118
5119 \family sans
5120 Subparagraph
5121 \end_layout
5122
5123 \begin_layout Standard
5124 LyX labels each heading with a series of numbers, separated by periods.
5125  The numbers describe where in the document you are.
5126  These headings all subdivide your document into different pieces of text.
5127  For example, suppose you're writing a book.
5128  You group the book into chapters.
5129  LyX does similar grouping:
5130 \end_layout
5131
5132 \begin_layout Itemize
5133 Either 
5134 \family sans
5135 Chapter
5136 \family default
5137  or 
5138 \family sans
5139 Section
5140 \family default
5141  is the maximum sectioning level.
5142 \end_layout
5143
5144 \begin_layout Itemize
5145
5146 \family sans
5147 Chapter
5148 \family default
5149 s are divided into 
5150 \family sans
5151 Section
5152 \family default
5153 s
5154 \end_layout
5155
5156 \begin_layout Itemize
5157
5158 \family sans
5159 Section
5160 \family default
5161 s are divided into 
5162 \family sans
5163 Subsection
5164 \family default
5165 s
5166 \end_layout
5167
5168 \begin_layout Itemize
5169
5170 \family sans
5171 Subsection
5172 \family default
5173 s are divided into 
5174 \family sans
5175 Subsubsection
5176 \family default
5177 s
5178 \end_layout
5179
5180 \begin_layout Itemize
5181
5182 \family sans
5183 Subsubsection
5184 \family default
5185 s are divided into 
5186 \family sans
5187 Paragraph
5188 \family default
5189 s
5190 \end_layout
5191
5192 \begin_layout Itemize
5193
5194 \family sans
5195 Paragraph
5196 \family default
5197 s are divided into 
5198 \family sans
5199 Subparagraph
5200 \family default
5201 s
5202 \end_layout
5203
5204 \begin_layout Standard
5205
5206 \emph on
5207 Note:
5208 \emph default
5209  not all document types use the 
5210 \family sans
5211 Chapter
5212 \family default
5213  heading as the maximum sectioning level.
5214  In that case, the 
5215 \family sans
5216 Section
5217 \family default
5218  is the top-level heading.
5219 \end_layout
5220
5221 \begin_layout Standard
5222 So, if you use the 
5223 \family sans
5224 Subsubsection
5225 \family default
5226  environment to label a new sub-subsection, LyX labels it with its number,
5227  along with the number of the subsection, section, and, if applicable, chapter
5228  that it's in.
5229  For example: the fifth section of the second chapter of this book has the
5230  label 
5231 \begin_inset Quotes eld
5232 \end_inset
5233
5234 2.5
5235 \begin_inset Quotes erd
5236 \end_inset
5237
5238 .
5239 \end_layout
5240
5241 \begin_layout Subsubsection
5242 Unnumbered Headings
5243 \end_layout
5244
5245 \begin_layout Standard
5246 There are 3 types of unnumbered section headings.
5247  They are:
5248 \end_layout
5249
5250 \begin_layout Enumerate
5251
5252 \family sans
5253 Section*
5254 \end_layout
5255
5256 \begin_layout Enumerate
5257
5258 \family sans
5259 Subsection*
5260 \end_layout
5261
5262 \begin_layout Enumerate
5263
5264 \family sans
5265 Subsubsection*
5266 \end_layout
5267
5268 \begin_layout Standard
5269 The 
5270 \begin_inset Quotes eld
5271 \end_inset
5272
5273 *
5274 \begin_inset Quotes erd
5275 \end_inset
5276
5277  after each name means that these headings are not numbered.
5278  They work the same as their numbered counterparts.
5279 \end_layout
5280
5281 \begin_layout Subsubsection
5282 Changing the Numbering
5283 \begin_inset LatexCommand \label{sub:section-depth}
5284
5285 \end_inset
5286
5287
5288 \end_layout
5289
5290 \begin_layout Standard
5291 You can also alter which sectioning levels get numbered and which ones appear
5292  in the Table of Contents.
5293  Now, this doesn't remove any of the levels; that's preset in the document
5294  class.
5295  Certain classes start with 
5296 \family sans
5297 Chapter
5298 \family default
5299  and go down to the 
5300 \family sans
5301 Subparagraph
5302 \family default
5303  level.
5304  Others start at 
5305 \family sans
5306 Section
5307 \family default
5308 .
5309  Similarly, not all document classes number all sectioning levels.
5310  Most don't number 
5311 \family sans
5312 Paragraph
5313 \family default
5314  or 
5315 \family sans
5316 Subparagraph
5317 \family default
5318 .
5319  This is something you can change.
5320 \end_layout
5321
5322 \begin_layout Standard
5323 Open the 
5324 \family sans
5325 \bar under
5326 D
5327 \bar default
5328 ocument\SpecialChar \menuseparator
5329
5330 \bar under
5331 S
5332 \bar default
5333 ettings
5334 \family default
5335  dialog.
5336  You should see a counter labelled 
5337 \family sans
5338 Section\InsetSpace ~
5339 number\InsetSpace ~
5340 depth
5341 \family default
5342  under the 
5343 \family sans
5344 Extra
5345 \family default
5346  tab.
5347  This counter controls how far down in the sectioning hierarchy LyX numbers
5348  a section heading.
5349  Unfortunately, the number you choose with the slider is really goofy, so
5350  here's a table of values and what they do:
5351 \end_layout
5352
5353 \begin_layout Standard
5354 \begin_inset VSpace 0.3cm
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \begin_layout Standard
5361 \align center
5362 \begin_inset Tabular
5363 <lyxtabular version="3" rows="10" columns="2">
5364 <features>
5365 <column alignment="center" valignment="top" leftline="true" width="0pt">
5366 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
5367 <row topline="true">
5368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Standard
5372
5373 \family sans
5374 \series medium
5375 \shape up
5376 \size normal
5377 \emph off
5378 \bar no
5379 \noun off
5380 \color none
5381 Sec.
5382  Num.
5383  Depth
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Standard
5392
5393 \series medium
5394 \shape up
5395 \size normal
5396 \emph off
5397 \bar no
5398 \noun off
5399 \color none
5400 LyX numbers these
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row bottomline="true">
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Standard
5411
5412 \series medium
5413 \shape up
5414 \size normal
5415 \emph off
5416 \bar no
5417 \noun off
5418 \color none
5419 value:
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Standard
5428
5429 \series medium
5430 \shape up
5431 \size normal
5432 \emph off
5433 \bar no
5434 \noun off
5435 \color none
5436 section headings:
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 </row>
5442 <row topline="true">
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Standard
5447
5448 \series medium
5449 \shape up
5450 \size normal
5451 \emph off
5452 \bar no
5453 \noun off
5454 \color none
5455 -2
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Standard
5464
5465 \series medium
5466 \shape up
5467 \size normal
5468 \emph off
5469 \bar no
5470 \noun off
5471 \color none
5472 no numbering of any kind
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 </row>
5478 <row topline="true">
5479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Standard
5483
5484 \series medium
5485 \shape up
5486 \size normal
5487 \emph off
5488 \bar no
5489 \noun off
5490 \color none
5491 -1
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Standard
5500
5501 \family sans
5502 add 
5503 \series medium
5504 \shape up
5505 \size normal
5506 \emph off
5507 \bar no
5508 \noun off
5509 \color none
5510 Parts
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row topline="true">
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Standard
5521
5522 \series medium
5523 \shape up
5524 \size normal
5525 \emph off
5526 \bar no
5527 \noun off
5528 \color none
5529 -0 and 0
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Standard
5538
5539 \family sans
5540 \series medium
5541 \shape up
5542 \size normal
5543 \emph off
5544 \bar no
5545 \noun off
5546 \color none
5547 add Chapters
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 </row>
5553 <row topline="true">
5554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Standard
5558
5559 \series medium
5560 \shape up
5561 \size normal
5562 \emph off
5563 \bar no
5564 \noun off
5565 \color none
5566 1
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Standard
5575
5576 \family sans
5577 \series medium
5578 \shape up
5579 \size normal
5580 \emph off
5581 \bar no
5582 \noun off
5583 \color none
5584 add Sections
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 <row topline="true">
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Standard
5595
5596 \series medium
5597 \shape up
5598 \size normal
5599 \emph off
5600 \bar no
5601 \noun off
5602 \color none
5603 2
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Standard
5612
5613 \family sans
5614 \series medium
5615 \shape up
5616 \size normal
5617 \emph off
5618 \bar no
5619 \noun off
5620 \color none
5621 add Subsections
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row topline="true">
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Standard
5632
5633 \series medium
5634 \shape up
5635 \size normal
5636 \emph off
5637 \bar no
5638 \noun off
5639 \color none
5640 3
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Standard
5649
5650 \family sans
5651 add 
5652 \series medium
5653 \shape up
5654 \size normal
5655 \emph off
5656 \bar no
5657 \noun off
5658 \color none
5659 Subsubsections
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row topline="true">
5666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Standard
5670
5671 \series medium
5672 \shape up
5673 \size normal
5674 \emph off
5675 \bar no
5676 \noun off
5677 \color none
5678 4
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Standard
5687
5688 \family sans
5689 add 
5690 \series medium
5691 \shape up
5692 \size normal
5693 \emph off
5694 \bar no
5695 \noun off
5696 \color none
5697 Paragraphs
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row topline="true" bottomline="true">
5704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Standard
5708
5709 \series medium
5710 \shape up
5711 \size normal
5712 \emph off
5713 \bar no
5714 \noun off
5715 \color none
5716 5
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Standard
5725
5726 \family sans
5727 add 
5728 \series medium
5729 \shape up
5730 \size normal
5731 \emph off
5732 \bar no
5733 \noun off
5734 \color none
5735 Subparagraphs
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 </row>
5741 </lyxtabular>
5742
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \begin_layout Standard
5749 \begin_inset VSpace 0.3cm
5750 \end_inset
5751
5752
5753 \end_layout
5754
5755 \begin_layout Standard
5756 The increasing numbers are cumulative: a setting of 
5757 \begin_inset Quotes eld
5758 \end_inset
5759
5760 0
5761 \begin_inset Quotes erd
5762 \end_inset
5763
5764  will number parts and chapters, while 
5765 \begin_inset Quotes eld
5766 \end_inset
5767
5768 2
5769 \begin_inset Quotes erd
5770 \end_inset
5771
5772  will number parts, chapters, sections, and subsections.
5773  Of course, if you're using a document class that doesn't use part or chapter
5774  headings (
5775 \emph on
5776 e.g.
5777
5778 \emph default
5779  the default article class), then the numbering begins at the 
5780 \family sans
5781 Section
5782 \family default
5783  heading, and 
5784 \begin_inset Quotes eld
5785 \end_inset
5786
5787 0
5788 \begin_inset Quotes erd
5789 \end_inset
5790
5791  also corresponds to 
5792 \begin_inset Quotes eld
5793 \end_inset
5794
5795 no numbering.
5796 \begin_inset Quotes erd
5797 \end_inset
5798
5799
5800 \end_layout
5801
5802 \begin_layout Standard
5803 There's another counter in the dialog, called 
5804 \family sans
5805 Table\InsetSpace ~
5806 of\InsetSpace ~
5807 contents\InsetSpace ~
5808 depth
5809 \family default
5810 .
5811  It works the same way as 
5812 \family sans
5813 Section\InsetSpace ~
5814 numbering\InsetSpace ~
5815 depth
5816 \family default
5817 , only it controls which sectioning levels appear in, you guessed it, the
5818  Table of Contents.
5819  This is a great control to have.
5820  Suppose you wanted to number 
5821 \emph on
5822 all
5823 \emph default
5824  sectioning heading, but you only wanted 
5825 \family sans
5826 Chapter
5827 \family default
5828 s, 
5829 \family sans
5830 Section
5831 \family default
5832 s, and 
5833 \family sans
5834 Subsection
5835 \family default
5836 s in the Table of Contents.
5837  You'd just set 
5838 \family sans
5839 Section\InsetSpace ~
5840 numbering\InsetSpace ~
5841 depth
5842 \family default
5843  to 
5844 \begin_inset Quotes eld
5845 \end_inset
5846
5847 5
5848 \begin_inset Quotes erd
5849 \end_inset
5850
5851  and 
5852 \family sans
5853 Table of contents\InsetSpace ~
5854 depth
5855 \family default
5856  to 
5857 \begin_inset Quotes eld
5858 \end_inset
5859
5860 2
5861 \begin_inset Quotes erd
5862 \end_inset
5863
5864  and voilà! You're all set.
5865 \end_layout
5866
5867 \begin_layout Subsubsection
5868 Special Information
5869 \end_layout
5870
5871 \begin_layout Standard
5872 The following information applies to 
5873 \family sans
5874 Chapter
5875 \family default
5876
5877 \family sans
5878 Section
5879 \family default
5880
5881 \family sans
5882 Subsection
5883 \family default
5884
5885 \family sans
5886 Subsubsection
5887 \family default
5888
5889 \family sans
5890 Paragraph
5891 \family default
5892
5893 \family sans
5894 Subparagraph
5895 \family default
5896  as well as 
5897 \family sans
5898 Section*
5899 \family default
5900
5901 \family sans
5902 Subsection*
5903 \family default
5904 , and 
5905 \family sans
5906 Subsubsection*
5907 \family default
5908 :
5909 \end_layout
5910
5911 \begin_layout Itemize
5912 You cannot use a margin note in any of these environments.
5913 \end_layout
5914
5915 \begin_layout Itemize
5916 You can only use inlined math in these environments.
5917 \end_layout
5918
5919 \begin_layout Itemize
5920 You cannot nest other environments into these environments.
5921 \end_layout
5922
5923 \begin_layout Itemize
5924 You can use labels and cross-references to refer to their numbers.
5925 \end_layout
5926
5927 \begin_layout Standard
5928 As for examples of these paragraph environments - look around you! We're
5929  using them everywhere in the manuals.
5930 \end_layout
5931
5932 \begin_layout Subsubsection
5933 Creating an Appendix
5934 \end_layout
5935
5936 \begin_layout Standard
5937 To create an appendix, simply start by adding a new chapter or section heading.
5938  Move the cursor back to the beginning of the heading and select 
5939 \family sans
5940 \bar under
5941 D
5942 \bar default
5943 ocument\SpecialChar \menuseparator
5944
5945 \newline
5946 Start\InsetSpace ~
5947
5948 \bar under
5949 A
5950 \bar default
5951 ppendix\InsetSpace ~
5952 Here
5953 \family default
5954 .
5955  A red/brown box will be drawn around the remainder of the file to indicate
5956  there is something special about it, and the numerical chapter or section
5957  label(s) will be changed to a letter.
5958 \end_layout
5959
5960 \begin_layout Subsection
5961 Quotes and Poetry
5962 \end_layout
5963
5964 \begin_layout Standard
5965 LyX has three paragraph environments for writing poetry and quotations.
5966  They are 
5967 \family sans
5968 Quote
5969 \family default
5970
5971 \family sans
5972 Quotation
5973 \family default
5974 , and 
5975 \family sans
5976 Verse
5977 \family default
5978 .
5979  Forget the days of changing linespacing and twiddling with margins.
5980  These three paragraph environments already have those changes built-in.
5981  They all widen the left margin and add a bit of extra space above and below
5982  the text they contain.
5983  They also allow nesting, so you can put a 
5984 \family sans
5985 Verse
5986 \family default
5987  in a 
5988 \family sans
5989 Quotation
5990 \family default
5991 , as well as in some other paragraph environments.
5992 \end_layout
5993
5994 \begin_layout Standard
5995 There is another feature of these three paragraph environments: they do
5996  
5997 \emph on
5998 not
5999 \emph default
6000  reset to 
6001 \family sans
6002 Standard
6003 \family default
6004  when you start a new paragraph.
6005  So, you can type in that poem and merrily hit 
6006 \family sans
6007 Return
6008 \family default
6009  without worrying about the paragraph environment changing on you.
6010  Of course, that means that, once you're done typing in that poem, you have
6011  to change back to the 
6012 \family sans
6013 Standard
6014 \family default
6015  environment yourself.
6016 \end_layout
6017
6018 \begin_layout Subsubsection
6019
6020 \family sans
6021 Quote
6022 \family default
6023  and 
6024 \family sans
6025 Quotation
6026 \family default
6027
6028 \begin_inset LatexCommand \label{sec:quote}
6029
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \begin_layout Standard
6036 Now that we've described the similarities of these three environments, it's
6037  time for the differences.
6038  
6039 \family sans
6040 Quote
6041 \family default
6042  and 
6043 \family sans
6044 Quotation
6045 \family default
6046  are identical except for one difference: 
6047 \family sans
6048 Quote
6049 \family default
6050  uses extra spacing to separate paragraphs and never indents the first line.
6051  
6052 \family sans
6053 Quotation
6054 \family default
6055  
6056 \emph on
6057 always
6058 \emph default
6059  indents the first line of a paragraph and uses the same line spacing throughout.
6060 \end_layout
6061
6062 \begin_layout Standard
6063 Here's an example of the 
6064 \family sans
6065 Quote
6066 \family default
6067  environment:
6068 \end_layout
6069
6070 \begin_layout Quote
6071 This is in the 
6072 \family sans
6073 Quote
6074 \family default
6075  environment.
6076  I can keep writing, extending this line out further and further until it
6077  wraps.
6078  See - no indentation!
6079 \end_layout
6080
6081 \begin_layout Quote
6082 Here's the second paragraph of this quote.
6083  Again, there's no indentation, but there is extra space between me and
6084  the other paragraph.
6085 \end_layout
6086
6087 \begin_layout Standard
6088 That ends that example.
6089  Here's another example, this time in the 
6090 \family sans
6091 Quotation
6092 \family default
6093  environment:
6094 \end_layout
6095
6096 \begin_layout Quotation
6097 This is in the 
6098 \family sans
6099 Quotation
6100 \family default
6101  environment.
6102  If I keep writing, you'll see the indentation.
6103  If your country uses a writing style that shows off new paragraphs by indenting
6104  the first line, then 
6105 \family sans
6106 Quotation
6107 \family default
6108  is the environment for you! Well, you'd use it 
6109 \emph on
6110 if
6111 \emph default
6112  you were quoting other text.
6113 \end_layout
6114
6115 \begin_layout Quotation
6116 Here's a new paragraph.
6117  I could ramble on and on, like a politician at election time.
6118  If I did that, though, you'd get bored.
6119 \end_layout
6120
6121 \begin_layout Standard
6122 That was our other example.
6123  As the example notes, 
6124 \family sans
6125 Quote
6126 \family default
6127  is for those people who use extra space to separate paragraphs.
6128  They should put quotes in the 
6129 \family sans
6130 Quote
6131 \family default
6132  environment.
6133  Those who use indentation to mark a new paragraph should use the 
6134 \family sans
6135 Quotation
6136 \family default
6137  paragraph environment for quoted text.
6138 \end_layout
6139
6140 \begin_layout Subsubsection
6141
6142 \family sans
6143 Verse
6144 \begin_inset LatexCommand \label{sec:verse}
6145
6146 \end_inset
6147
6148
6149 \end_layout
6150
6151 \begin_layout Standard
6152
6153 \family sans
6154 Verse
6155 \family default
6156  is a paragraph environment for poetry, rhymes, verses, and so on.
6157  Here's an example:
6158 \end_layout
6159
6160 \begin_layout Verse
6161 This is in Verse
6162 \newline
6163 Which I did not rehearse!
6164 \end_layout
6165
6166 \begin_layout Verse
6167 It could be much worse.
6168  This line could be long, very long, oh so long, so very long that it wraps
6169  around.
6170  It looks okay on screen, but in the printed version, the extra lines are
6171  indented a bit more than the first.
6172  Okay, so it's turned to prose and doesn't rhyme anymore.
6173  So sue me.
6174 \end_layout
6175
6176 \begin_layout Verse
6177 To break a line
6178 \newline
6179 And make things look fine
6180 \newline
6181 Use 
6182 \family sans
6183 C-Return
6184 \family default
6185 .
6186 \end_layout
6187
6188 \begin_layout Standard
6189 As you can see, 
6190 \family sans
6191 Verse
6192 \family default
6193  does not indent both margins.
6194  Each stanza of the verse or poem is in its own paragraph.
6195  To separate the individual lines of a stanza, use the 
6196 \family typewriter
6197 break-line
6198 \family default
6199  function, 
6200 \family sans
6201 C-Return
6202 \family default
6203 .
6204 \end_layout
6205
6206 \begin_layout Subsection
6207 Lists
6208 \begin_inset LatexCommand \label{sec:parenvlists}
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \begin_layout Standard
6216 LyX has four different paragraph environments for creating different kinds
6217  of lists.
6218  In the 
6219 \family sans
6220 Itemize
6221 \family default
6222  and 
6223 \family sans
6224 Enumerate
6225 \family default
6226  environments, LyX labels your list items with bullets or numbers, respectively.
6227  In the 
6228 \family sans
6229 Description
6230 \family default
6231  and 
6232 \family sans
6233 List
6234 \family default
6235  environments, LyX lets you provide your own label.
6236  We'll present the individual details of each type of list next after describing
6237  some general features of all four of them.
6238 \end_layout
6239
6240 \begin_layout Subsubsection
6241 General Features
6242 \end_layout
6243
6244 \begin_layout Standard
6245 The four paragraph environments for lists differ from the other environments
6246  in several ways.
6247  First, LyX treats each paragraph as a list item.
6248  Hitting 
6249 \family sans
6250 Return
6251 \family default
6252  does 
6253 \emph on
6254 not
6255 \emph default
6256  reset the environment to 
6257 \family sans
6258 Standard
6259 \family default
6260  but keeps the current environment and creates a new list item.
6261  The nesting depth is typically reset, however.
6262  If you want to keep both the current nesting depth and paragraph environment,
6263  you should use 
6264 \family sans
6265 M-Return
6266 \family default
6267  to break paragraphs.
6268 \end_layout
6269
6270 \begin_layout Standard
6271 You can nest lists of any type inside one another.
6272  In fact, LyX changes the labels on some list items depending on how its
6273  nested.
6274  If you intend to use any of the list paragraph environments, we suggest
6275  you read all of section 
6276 \begin_inset LatexCommand \ref{sec:nest}
6277
6278 \end_inset
6279
6280 .
6281  
6282 \end_layout
6283
6284 \begin_layout Subsubsection
6285
6286 \family sans
6287 Itemize
6288 \family default
6289
6290 \begin_inset LatexCommand \label{sec:itemize}
6291
6292 \end_inset
6293
6294
6295 \end_layout
6296
6297 \begin_layout Standard
6298 The first type of list we'll describe in detail is the 
6299 \family sans
6300 Itemize
6301 \family default
6302  paragraph environment.
6303  It has the following properties:
6304 \end_layout
6305
6306 \begin_layout Itemize
6307 Each item has a particular bullet or symbol as its label.
6308 \end_layout
6309
6310 \begin_deeper
6311 \begin_layout Itemize
6312 LyX uses the same symbol for all of the items in a given nesting level.
6313 \end_layout
6314
6315 \begin_layout Itemize
6316 The symbol appears at the beginning of the first line.
6317 \end_layout
6318
6319 \end_deeper
6320 \begin_layout Itemize
6321 The items can be any length.
6322  LyX automatically offsets the left margin of each item.
6323  The offset is always relative to whatever environment the 
6324 \family sans
6325 Itemize
6326 \family default
6327  list may be in.
6328 \end_layout
6329
6330 \begin_layout Itemize
6331 If you nest an 
6332 \family sans
6333 Itemize
6334 \family default
6335  environment inside another 
6336 \family sans
6337 Itemize
6338 \family default
6339  environment, the label changes to a new symbol.
6340 \end_layout
6341
6342 \begin_deeper
6343 \begin_layout Itemize
6344 There are four different symbols for up to a four-fold nesting.
6345 \end_layout
6346
6347 \begin_layout Itemize
6348 LyX always shows the same symbol, an asterisk, on screen.
6349 \end_layout
6350
6351 \begin_layout Itemize
6352 See section 
6353 \begin_inset LatexCommand \ref{sec:nest}
6354
6355 \end_inset
6356
6357  for a full explanation of nesting.
6358 \end_layout
6359
6360 \end_deeper
6361 \begin_layout Standard
6362 Of course, that explanation was also an example of an 
6363 \family sans
6364 Itemize
6365 \family default
6366  list.
6367  The 
6368 \family sans
6369 Itemize
6370 \family default
6371  environment is best suited for lists where the order doesn't matter.
6372 \end_layout
6373
6374 \begin_layout Standard
6375 We said that different levels use different symbols as their label.
6376  Here's an example of all four possible symbols.
6377  Note that those of you reading this manual online won't see any difference.
6378 \end_layout
6379
6380 \begin_layout Itemize
6381 The label for the first level 
6382 \family sans
6383 Itemize
6384 \family default
6385  is a large black dot, or bullet.
6386 \end_layout
6387
6388 \begin_deeper
6389 \begin_layout Itemize
6390 The label for the second level is a dash.
6391 \end_layout
6392
6393 \begin_deeper
6394 \begin_layout Itemize
6395 The label for the third is an asterisk.
6396 \end_layout
6397
6398 \begin_deeper
6399 \begin_layout Itemize
6400 The label for the fourth is a centered dot.
6401 \end_layout
6402
6403 \end_deeper
6404 \begin_layout Itemize
6405 Back out to the third level.
6406 \end_layout
6407
6408 \end_deeper
6409 \begin_layout Itemize
6410 Back to the second level.
6411 \end_layout
6412
6413 \end_deeper
6414 \begin_layout Itemize
6415 Back to the outermost level.
6416 \end_layout
6417
6418 \begin_layout Standard
6419 These are the default labels for an 
6420 \family sans
6421 Itemize
6422 \family default
6423  list.
6424  You can customize these labels in the
6425 \begin_inset ERT
6426 status collapsed
6427
6428 \begin_layout Standard
6429
6430
6431 \backslash
6432 linebreak 
6433 \end_layout
6434
6435 \end_inset
6436
6437  
6438 \family sans
6439 \bar under
6440 D
6441 \bar default
6442 ocument\SpecialChar \menuseparator
6443
6444 \bar under
6445 S
6446 \bar default
6447 ettings
6448 \family default
6449  dialog in the 
6450 \family sans
6451 Bullets
6452 \family default
6453  tab.
6454 \end_layout
6455
6456 \begin_layout Standard
6457 Notice how the space between items decreases with increasing depth.
6458  We'll explain nesting and all the tricks you can do with different depths
6459  in section 
6460 \begin_inset LatexCommand \ref{sec:nest}
6461
6462 \end_inset
6463
6464 .
6465  Be sure to read it!
6466 \end_layout
6467
6468 \begin_layout Subsubsection
6469
6470 \family sans
6471 Enumerate
6472 \family default
6473
6474 \begin_inset LatexCommand \label{sec:enumerate}
6475
6476 \end_inset
6477
6478
6479 \end_layout
6480
6481 \begin_layout Standard
6482 The 
6483 \family sans
6484 Enumerate
6485 \family default
6486  environment is the tool to use to create numbered lists and outlines.
6487  It has these properties:
6488 \end_layout
6489
6490 \begin_layout Enumerate
6491 Each item has a numeral as its label.
6492 \end_layout
6493
6494 \begin_deeper
6495 \begin_layout Enumerate
6496 The type of numeral depends on the nesting depth.
6497 \end_layout
6498
6499 \end_deeper
6500 \begin_layout Enumerate
6501 LyX automatically counts the items for you and updates the label as appropriate.
6502 \end_layout
6503
6504 \begin_layout Enumerate
6505 Each new 
6506 \family sans
6507 Enumerate
6508 \family default
6509  environment resets the counter to one.
6510 \end_layout
6511
6512 \begin_layout Enumerate
6513 Like the 
6514 \family sans
6515 Itemize
6516 \family default
6517  environment, the 
6518 \family sans
6519 Enumerate
6520 \family default
6521  environment:
6522 \end_layout
6523
6524 \begin_deeper
6525 \begin_layout Enumerate
6526 Offsets the items relative to the left margin.
6527  Items can be any length.
6528 \end_layout
6529
6530 \begin_layout Enumerate
6531 Reduces the space between items as the nesting depth increases.
6532 \end_layout
6533
6534 \begin_layout Enumerate
6535 Uses different types of labels depending on the nesting depth.
6536 \end_layout
6537
6538 \begin_layout Enumerate
6539 Allows up to a four-fold nesting.
6540 \end_layout
6541
6542 \end_deeper
6543 \begin_layout Standard
6544 Unlike the 
6545 \family sans
6546 Itemize
6547 \family default
6548  environment, 
6549 \family sans
6550 Enumerate
6551 \family default
6552  
6553 \emph on
6554 does
6555 \emph default
6556  show the different labels for each item.
6557  Here is how LyX labels the four different levels in an 
6558 \family sans
6559 Enumerate
6560 \family default
6561 :
6562 \end_layout
6563
6564 \begin_layout Enumerate
6565 The first level of an 
6566 \family sans
6567 Enumerate
6568 \family default
6569  uses Arabic numerals followed by a period.
6570 \end_layout
6571
6572 \begin_deeper
6573 \begin_layout Enumerate
6574 The second level uses lower case letters surrounded by parentheses.
6575 \end_layout
6576
6577 \begin_deeper
6578 \begin_layout Enumerate
6579 The third level uses lower-case Roman numerals followed by a period.
6580 \end_layout
6581
6582 \begin_deeper
6583 \begin_layout Enumerate
6584 The fourth level uses capital letters followed by a period.
6585 \end_layout
6586
6587 \begin_layout Enumerate
6588 Again, notice the decrease in the spacing between items as the nesting depth
6589  increases.
6590 \end_layout
6591
6592 \end_deeper
6593 \begin_layout Enumerate
6594 Back to the third level
6595 \end_layout
6596
6597 \end_deeper
6598 \begin_layout Enumerate
6599 Back to the second level.
6600 \end_layout
6601
6602 \end_deeper
6603 \begin_layout Enumerate
6604 Back to the outermost level.
6605 \end_layout
6606
6607 \begin_layout Standard
6608 Once again, you can customize the type of numbering used in the 
6609 \family sans
6610 Enumerate
6611 \family default
6612  environment.
6613  It involves adding commands to the LaTeX preamble (see the 
6614 \emph on
6615 Extended Features
6616 \emph default
6617  manual), however.
6618  As stated earlier, such customization only shows up in the printed version,
6619  not on the LyX screen.
6620 \end_layout
6621
6622 \begin_layout Standard
6623 There is more to nesting 
6624 \family sans
6625 Enumerate
6626 \family default
6627  environments than we've stated here.
6628  You 
6629 \emph on
6630 really
6631 \emph default
6632  should read section 
6633 \begin_inset LatexCommand \ref{sec:nest}
6634
6635 \end_inset
6636
6637  to learn more about nesting.
6638 \end_layout
6639
6640 \begin_layout Subsubsection
6641
6642 \family sans
6643 Description
6644 \family default
6645
6646 \begin_inset LatexCommand \label{sec:descrlist}
6647
6648 \end_inset
6649
6650
6651 \end_layout
6652
6653 \begin_layout Standard
6654 Unlike the previous two environments, the 
6655 \family sans
6656 Description
6657 \family default
6658  list has no fixed label.
6659  Instead, LyX uses the first 
6660 \begin_inset Quotes eld
6661 \end_inset
6662
6663 word
6664 \begin_inset Quotes erd
6665 \end_inset
6666
6667  of the first line as the label.
6668  Here's an example:
6669 \end_layout
6670
6671 \begin_layout Description
6672 Example: This is an example of the
6673 \family sans
6674  Description
6675 \family default
6676  environment.
6677 \end_layout
6678
6679 \begin_layout Standard
6680 LyX typesets the label in boldface and puts extra space between it and the
6681  rest of the line.
6682 \end_layout
6683
6684 \begin_layout Standard
6685 Now, you're probably wondering what we mean by, 
6686 \begin_inset Quotes eld
6687 \end_inset
6688
6689 uses the first 'word'.
6690 \begin_inset Quotes erd
6691 \end_inset
6692
6693  The 
6694 \family sans
6695 Space
6696 \family default
6697  key does not add a whitespace character, but separates words from one another.
6698  Inside of a 
6699 \family sans
6700 Description
6701 \family default
6702  environment, the 
6703 \family sans
6704 Space
6705 \family default
6706  key tells LyX to end the label if we're at the beginning of the first line
6707  of an item.
6708 \end_layout
6709
6710 \begin_layout Standard
6711 However, what if you want or need to use more than one word in the label
6712  of a 
6713 \family sans
6714 Description
6715 \family default
6716  environment? Simple: use a 
6717 \family sans
6718 Protected Blank
6719 \family default
6720 .
6721  [Use either 
6722 \family sans
6723 C-Space
6724 \family default
6725  or 
6726 \family sans
6727 Special\InsetSpace ~
6728 F
6729 \bar under
6730 o
6731 \bar default
6732 rmatting\SpecialChar \menuseparator
6733 P
6734 \bar under
6735 r
6736 \bar default
6737 otected\InsetSpace ~
6738 Space
6739 \family default
6740  from the 
6741 \family sans
6742 \bar under
6743 I
6744 \bar default
6745 nsert
6746 \family default
6747  menu.
6748  See sec.
6749  
6750 \begin_inset LatexCommand \ref{sec:hspace}
6751
6752 \end_inset
6753
6754  for more info.] Here's an example:
6755 \end_layout
6756
6757 \begin_layout Description
6758 Second\InsetSpace ~
6759 Example: This one shows how to use a 
6760 \family sans
6761 Protected\InsetSpace ~
6762 Blank
6763 \family default
6764  in the label of a 
6765 \family sans
6766 Description
6767 \family default
6768  list item.
6769 \end_layout
6770
6771 \begin_layout Description
6772 Usage: You should use the 
6773 \family sans
6774 Description
6775 \family default
6776  environment for things like definitions and theorems.
6777  Use it when you need to make one word in particular stand out in the text
6778  that describes it.
6779  It's not a good idea to use a 
6780 \family sans
6781 Description
6782 \family default
6783  environment when you have an entire sentence that you want to describe.
6784  You're better off using 
6785 \family sans
6786 Itemize
6787 \family default
6788  or 
6789 \family sans
6790 Enumerate
6791 \family default
6792  and nesting several 
6793 \family sans
6794 Standard
6795 \family default
6796  paragraphs into them.
6797 \end_layout
6798
6799 \begin_layout Description
6800 Nesting: You can, of course, nest 
6801 \family sans
6802 Description
6803 \family default
6804  environments inside one another, nest them in other types of lists, and
6805  so on.
6806 \end_layout
6807
6808 \begin_layout Standard
6809 Notice that after the first line, LyX indents subsequent lines, offsetting
6810  them from the first line.
6811 \end_layout
6812
6813 \begin_layout Subsubsection
6814 The LyX 
6815 \family sans
6816 List
6817 \family default
6818
6819 \begin_inset LatexCommand \label{sec:lyxlist}
6820
6821 \end_inset
6822
6823
6824 \end_layout
6825
6826 \begin_layout Standard
6827 The 
6828 \family sans
6829 List
6830 \family default
6831  environment is a LyX extension to LaTeX.
6832  
6833 \end_layout
6834
6835 \begin_layout Standard
6836 Now, if you jumped here without reading sections 
6837 \begin_inset LatexCommand \ref{sec:itemize}
6838
6839 \end_inset
6840
6841 -
6842 \begin_inset LatexCommand \ref{sec:descrlist}
6843
6844 \end_inset
6845
6846 , you've goofed.
6847  The 
6848 \family sans
6849 List
6850 \family default
6851  environment does 
6852 \emph on
6853 not
6854 \emph default
6855  create numbered lists.
6856  That's what 
6857 \family sans
6858 Enumerate
6859 \family default
6860  does, and it's documented in section 
6861 \begin_inset LatexCommand \ref{sec:enumerate}
6862
6863 \end_inset
6864
6865 .
6866  
6867 \end_layout
6868
6869 \begin_layout Standard
6870 Like the 
6871 \family sans
6872 Description
6873 \family default
6874  environment the 
6875 \family sans
6876 List
6877 \family default
6878  environment has user-defined labels for each list item.
6879  There are some key differences between this list environment and the other
6880  three:
6881 \end_layout
6882
6883 \begin_layout Labeling
6884 \labelwidthstring MMMMMM
6885 item\InsetSpace ~
6886 labels LyX uses the first 
6887 \begin_inset Quotes eld
6888 \end_inset
6889
6890 word
6891 \begin_inset Quotes erd
6892 \end_inset
6893
6894  of each line as the item label.
6895  The first 
6896 \family sans
6897 Space
6898 \family default
6899  after the beginning of the first line of an item marks the end of the label.
6900  If you need to use more than one word in an item label, use a protected
6901  blank as described above.
6902 \end_layout
6903
6904 \begin_layout Labeling
6905 \labelwidthstring MMMMMM
6906 margins As you can see, LyX uses different margins for the item label and
6907  the body of the item text.
6908  The body of the text has a larger left margin, which is equal to the default
6909  label width plus a little extra space.
6910  
6911 \end_layout
6912
6913 \begin_layout Labeling
6914 \labelwidthstring MMMMMM
6915 label\InsetSpace ~
6916 width LyX uses one of two things for the label width: the actual width
6917  of the label, or the default width, whichever is larger.
6918  If the actual width is larger, then the label 
6919 \begin_inset Quotes eld
6920 \end_inset
6921
6922 extends
6923 \begin_inset Quotes erd
6924 \end_inset
6925
6926  into the first line.
6927  In other words, the text of the first line isn't aligned with the left
6928  margin of the rest of the item text.
6929 \end_layout
6930
6931 \begin_layout Labeling
6932 \labelwidthstring MMMMMM
6933 default\InsetSpace ~
6934 width You can very easily set this default width.
6935  It's quite painless, actually.
6936  So, you can easily ensure that the text of all items in a 
6937 \family sans
6938 List
6939 \family default
6940  environment have the same left margin.
6941 \end_layout
6942
6943 \begin_layout Labeling
6944 \labelwidthstring MMMMMM
6945 uses You should use the 
6946 \family sans
6947 List
6948 \family default
6949  environment the same way you'd use as 
6950 \family sans
6951 Description
6952 \family default
6953  list: when you need one word to stand out from the text that describes
6954  it.
6955  The 
6956 \family sans
6957 List
6958 \family default
6959  environment gives you another way to do this, using a different overall
6960  layout.
6961 \end_layout
6962
6963 \begin_layout Labeling
6964 \labelwidthstring MMMMMM
6965 nesting You can nest 
6966 \family sans
6967 List
6968 \family default
6969  environments inside one another, nest them in other types of lists, and
6970  so on.
6971  They work just like the other list paragraph environments.
6972  Read section 
6973 \begin_inset LatexCommand \ref{sec:nest}
6974
6975 \end_inset
6976
6977  to learn about nesting.
6978 \end_layout
6979
6980 \begin_layout Standard
6981 As you can see, this is a feature-packed paragraph environment!
6982 \end_layout
6983
6984 \begin_layout Standard
6985 To change the default width of the label, select the items in the list to
6986  change.
6987  You can also simply move the cursor into a 
6988 \family sans
6989 List
6990 \family default
6991  item if you want to change only its label width.
6992  Now open the 
6993 \family sans
6994 \bar under
6995 E
6996 \bar default
6997 dit\SpecialChar \menuseparator
6998
6999 \bar under
7000 P
7001 \bar default
7002 aragraph\InsetSpace ~
7003 Settings
7004 \family default
7005  dialog and find the 
7006 \family sans
7007 Label\InsetSpace ~
7008 width
7009 \family default
7010  text box.
7011  The text in the 
7012 \family sans
7013 Label\InsetSpace ~
7014 width
7015 \family default
7016  box determines the default label width.
7017  If you really, really want to, you can use the text of your largest label
7018  here, but you don't need to.
7019  We recommend using the letter 
7020 \begin_inset Quotes eld
7021 \end_inset
7022
7023 M
7024 \begin_inset Quotes erd
7025 \end_inset
7026
7027  multiple times.
7028  It's the widest character and is a standard unit of width in LaTeX.
7029  The default label width in the example 
7030 \family sans
7031 List
7032 \family default
7033  is 6 
7034 \begin_inset Quotes eld
7035 \end_inset
7036
7037 M
7038 \begin_inset Quotes erd
7039 \end_inset
7040
7041 s wide.
7042  Using 
7043 \begin_inset Quotes eld
7044 \end_inset
7045
7046 M
7047 \begin_inset Quotes erd
7048 \end_inset
7049
7050  as your unit of width in the 
7051 \family sans
7052 Label\InsetSpace ~
7053 Width
7054 \family default
7055  box has one more advantage: you don't need to keep changing the contents
7056  of 
7057 \family sans
7058 Label\InsetSpace ~
7059 Width
7060 \family default
7061  every time you alter a label in a 
7062 \family sans
7063 List
7064 \family default
7065  environment.
7066 \end_layout
7067
7068 \begin_layout Standard
7069 There's yet another feature of the 
7070 \family sans
7071 List
7072 \family default
7073  environment we need to tell you about.
7074  As you can see in the examples, LyX left-justifies the item labels by default.
7075  You can use additional 
7076 \family sans
7077 HFills
7078 \family default
7079  to change how LyX justifies the item label.
7080  We'll document 
7081 \family sans
7082 HFills
7083 \family default
7084  later in section 
7085 \begin_inset LatexCommand \ref{sec:hspace}
7086
7087 \end_inset
7088
7089 .
7090  Here are some examples:
7091 \end_layout
7092
7093 \begin_layout Labeling
7094 \labelwidthstring MMMMMMMM
7095 Left The default for 
7096 \family sans
7097 List
7098 \family default
7099  item labels.
7100 \end_layout
7101
7102 \begin_layout Labeling
7103 \labelwidthstring MMMMMMMM
7104
7105 \hfill
7106 Right One 
7107 \family sans
7108 HFill
7109 \family default
7110  at the beginning of the label right justifies it.
7111 \end_layout
7112
7113 \begin_layout Labeling
7114 \labelwidthstring MMMMMMMM
7115
7116 \hfill
7117 Center
7118 \hfill
7119  One 
7120 \family sans
7121 HFill
7122 \family default
7123  at the beginning of the label and one at the end centers it.
7124 \end_layout
7125
7126 \begin_layout Standard
7127 Don't worry if you have no idea what 
7128 \family sans
7129 HFill
7130 \family default
7131 s are yet.
7132  Just remember that you can use them to customize the look of the 
7133 \family sans
7134 List
7135 \family default
7136  environment.
7137 \end_layout
7138
7139 \begin_layout Standard
7140 That does it for the four paragraph environments for making lists.
7141  Oh - did we mention that you should read about nesting environments in
7142  section 
7143 \begin_inset LatexCommand \ref{sec:nest}
7144
7145 \end_inset
7146
7147  if you want to use any of these list environments?
7148 \end_layout
7149
7150 \begin_layout Subsection
7151 Letters
7152 \end_layout
7153
7154 \begin_layout Subsubsection
7155
7156 \family sans
7157 Address
7158 \family default
7159  and 
7160 \family sans
7161 Right\InsetSpace ~
7162 Address
7163 \family default
7164 : An Overview
7165 \end_layout
7166
7167 \begin_layout Standard
7168 Although LyX has document classes for letters, we've also created two paragraph
7169  environments called 
7170 \family sans
7171 Address
7172 \family default
7173  and 
7174 \family sans
7175 Right\InsetSpace ~
7176 Address
7177 \family default
7178 .
7179  To use the letter class, you need to use specific paragraph environments
7180  in a specific order, otherwise LaTeX gags on the document.
7181  In contrast, you can use the 
7182 \family sans
7183 Address
7184 \family default
7185  and 
7186 \family sans
7187 Right\InsetSpace ~
7188 Address
7189 \family default
7190  paragraph environments anywhere with no problem.
7191  You can even nest them inside other environments, though you can't nest
7192  anything in them.
7193 \end_layout
7194
7195 \begin_layout Standard
7196 Of course, you're not limited to using 
7197 \family sans
7198 Address
7199 \family default
7200  and 
7201 \family sans
7202 Right\InsetSpace ~
7203 Address
7204 \family default
7205  for letters only.
7206  
7207 \family sans
7208 Right\InsetSpace ~
7209 Address
7210 \family default
7211 , in particular, is useful for creating article titles like those used in
7212  some European academic papers.
7213 \end_layout
7214
7215 \begin_layout Subsubsection
7216 Usage
7217 \begin_inset LatexCommand \label{sec:adress_usage}
7218
7219 \end_inset
7220
7221
7222 \end_layout
7223
7224 \begin_layout Standard
7225 The 
7226 \family sans
7227 Address
7228 \family default
7229  environment formats text in the style of an address, which is also used
7230  for the opening and signature in some countries.
7231  Similarly, the 
7232 \family sans
7233 Right\InsetSpace ~
7234 Address
7235 \family default
7236  environment formats text in the style of a right-justified address, which
7237  is used for the sender's address and today's date in some countries.
7238  Here's an example of each:
7239 \end_layout
7240
7241 \begin_layout Right Address
7242 Right Address
7243 \newline
7244 WhoAmI
7245 \newline
7246 WhereAmI
7247 \newline
7248 When is it? What is today?
7249 \end_layout
7250
7251 \begin_layout Standard
7252 That was 
7253 \family sans
7254 Right\InsetSpace ~
7255 Address
7256 \family default
7257 .
7258  Notice that the lines all have the same left margin, which LyX sets to
7259  fit the largest block of text on a single line.
7260  Here's an example of the 
7261 \family sans
7262 Address
7263 \family default
7264  environment:
7265 \end_layout
7266
7267 \begin_layout Address
7268 WhoAreYou
7269 \newline
7270 Where do I send this
7271 \newline
7272 Your post office and country
7273 \end_layout
7274
7275 \begin_layout Standard
7276 As you can see, both 
7277 \family sans
7278 Address
7279 \family default
7280  and 
7281 \family sans
7282 Right\InsetSpace ~
7283 Address
7284 \family default
7285  add extra space between themselves and the next paragraph.
7286  Speaking of which, if you hit 
7287 \family sans
7288 Return
7289 \family default
7290  in either of these environments, LyX resets the nesting depth and sets
7291  the environment to 
7292 \family sans
7293 Standard
7294 \family default
7295 .
7296  This makes sense, however, since 
7297 \family sans
7298 Return
7299 \family default
7300  is the 
7301 \family typewriter
7302 break-paragraph
7303 \family default
7304  function, and the individual lines of an address are not paragraphs.
7305  Thus, you'd use 
7306 \family typewriter
7307 break-line
7308 \family default
7309  [
7310 \family sans
7311 C-Return
7312 \family default
7313  or 
7314 \family sans
7315 Special\InsetSpace ~
7316 F
7317 \bar under
7318 o
7319 \bar default
7320 rmatting\SpecialChar \menuseparator
7321
7322 \bar under
7323 L
7324 \bar default
7325 inebreak
7326 \family default
7327  from the 
7328 \family sans
7329 \bar under
7330 I
7331 \bar default
7332 nsert
7333 \family default
7334  menu] to start a new line in an 
7335 \family sans
7336 Address
7337 \family default
7338  or
7339 \family sans
7340  Right\InsetSpace ~
7341 Address
7342 \family default
7343  environment.
7344 \end_layout
7345
7346 \begin_layout Subsection
7347 Academic Writing
7348 \end_layout
7349
7350 \begin_layout Standard
7351 Most academic writing begins with an abstract and ends with a bibliography
7352  or list of references.
7353  LyX contains paragraph environments for both of these.
7354 \end_layout
7355
7356 \begin_layout Subsubsection
7357
7358 \family sans
7359 Abstract
7360 \end_layout
7361
7362 \begin_layout Standard
7363 The 
7364 \family sans
7365 Abstract
7366 \family default
7367  environment is used for the abstract of an article.
7368  Technically, you 
7369 \emph on
7370 could
7371 \emph default
7372  use this environment anywhere, but you really 
7373 \emph on
7374 should
7375 \emph default
7376  only use it at the beginning of the document, after the title.
7377  The 
7378 \family sans
7379 Abstract
7380 \family default
7381  environment is only useful in the 
7382 \begin_inset Quotes eld
7383 \end_inset
7384
7385 article
7386 \begin_inset Quotes erd
7387 \end_inset
7388
7389  and 
7390 \begin_inset Quotes eld
7391 \end_inset
7392
7393 report
7394 \begin_inset Quotes erd
7395 \end_inset
7396
7397  document classes [as well as 
7398 \begin_inset Quotes eld
7399 \end_inset
7400
7401 amsart,
7402 \begin_inset Quotes erd
7403 \end_inset
7404
7405  which is just a specialized version of 
7406 \begin_inset Quotes eld
7407 \end_inset
7408
7409 article
7410 \begin_inset Quotes erd
7411 \end_inset
7412
7413 ].
7414  The 
7415 \begin_inset Quotes eld
7416 \end_inset
7417
7418 book
7419 \begin_inset Quotes erd
7420 \end_inset
7421
7422  document class ignores the 
7423 \family sans
7424 Abstract
7425 \family default
7426  completely, and it's utterly silly to use 
7427 \family sans
7428 Abstract
7429 \family default
7430  in the 
7431 \begin_inset Quotes eld
7432 \end_inset
7433
7434 letter
7435 \begin_inset Quotes erd
7436 \end_inset
7437
7438  document class.
7439 \end_layout
7440
7441 \begin_layout Standard
7442 The 
7443 \family sans
7444 Abstract
7445 \family default
7446  environment does several things for you.
7447  First, it puts the centered label 
7448 \begin_inset Quotes eld
7449 \end_inset
7450
7451 Abstract
7452 \begin_inset Quotes erd
7453 \end_inset
7454
7455  above the text.
7456  The label and the text of the abstract are separated by some extra vertical
7457  space.
7458  Second, it typesets everything in a smaller font, just as you'd expect.
7459  Lastly, it adds a bit of extra vertical space between the abstract and
7460  the subsequent text.
7461  Well, that's how it will appear on the LyX screen.
7462  If your document is in the 
7463 \begin_inset Quotes eld
7464 \end_inset
7465
7466 report
7467 \begin_inset Quotes erd
7468 \end_inset
7469
7470  class, the abstract actually appears on a separate page in the printed
7471  version of the file.
7472 \end_layout
7473
7474 \begin_layout Standard
7475 Starting a new paragraph by hitting 
7476 \family sans
7477 Return
7478 \family default
7479  does 
7480 \emph on
7481 not
7482 \emph default
7483  reset the paragraph environment.
7484  The new paragraph will still be in the 
7485 \family sans
7486 Abstract
7487 \family default
7488  environment.
7489  So, you will have to change the paragraph environment yourself when you
7490  finish entering the abstract of your document.
7491 \end_layout
7492
7493 \begin_layout Standard
7494 We'd love to give you an example of the 
7495 \family sans
7496 Abstract
7497 \family default
7498  environment, but we can't, since this document is in the 
7499 \begin_inset Quotes eld
7500 \end_inset
7501
7502 book
7503 \begin_inset Quotes erd
7504 \end_inset
7505
7506  class.
7507  If you've never heard of an 
7508 \begin_inset Quotes eld
7509 \end_inset
7510
7511 abstract
7512 \begin_inset Quotes erd
7513 \end_inset
7514
7515  before, you can safely ignore this environment.
7516 \end_layout
7517
7518 \begin_layout Subsubsection
7519
7520 \family sans
7521 Bibliography
7522 \family default
7523
7524 \begin_inset LatexCommand \label{sec:bibliography}
7525
7526 \end_inset
7527
7528
7529 \end_layout
7530
7531 \begin_layout Standard
7532 The 
7533 \family sans
7534 Bibliography
7535 \family default
7536  environment is used to list references.
7537  Technically, you 
7538 \emph on
7539 could
7540 \emph default
7541  use this environment anywhere, but you really 
7542 \emph on
7543 should
7544 \emph default
7545  only use it at the end of the document.
7546  Also, don't bother trying to nest 
7547 \family sans
7548 Bibliography
7549 \family default
7550  in anything else or vice versa.
7551  It won't work.
7552 \end_layout
7553
7554 \begin_layout Standard
7555 When you first open a 
7556 \family sans
7557 Bibliography
7558 \family default
7559  environment, LyX add a large vertical space, followed by the heading 
7560 \begin_inset Quotes eld
7561 \end_inset
7562
7563 Bibliography
7564 \begin_inset Quotes erd
7565 \end_inset
7566
7567  or 
7568 \begin_inset Quotes eld
7569 \end_inset
7570
7571 References,
7572 \begin_inset Quotes erd
7573 \end_inset
7574
7575  depending on the document class.
7576  The heading is in a large boldface font.
7577  Each paragraph of the 
7578 \family sans
7579 Bibliography
7580 \family default
7581  environment is a bibliography entry.
7582  Thus, hitting 
7583 \family sans
7584 Return
7585 \family default
7586  does 
7587 \emph on
7588 not
7589 \emph default
7590  reset the paragraph environment.
7591  Each new paragraph is still in the 
7592 \family sans
7593 Bibliography
7594 \family default
7595  environment.
7596 \end_layout
7597
7598 \begin_layout Standard
7599 At the 
7600 \emph on
7601 beginning
7602 \emph default
7603  of the 
7604 \emph on
7605 first line
7606 \emph default
7607  of each paragraph, you will see a gray button showing a number.
7608  If you click on it, you will get a dialog in which you can set a 
7609 \family sans
7610 key
7611 \family default
7612  and a 
7613 \family sans
7614 label
7615 \family default
7616 .
7617  The key is the symbolic name by which you will refer to this bibliography
7618  entry.
7619  For example, suppose your first entry in the bibliography was a book about
7620  LaTeX.
7621  We could choose the key 
7622 \begin_inset Quotes eld
7623 \end_inset
7624
7625 latexguide
7626 \begin_inset Quotes erd
7627 \end_inset
7628
7629  for that entry.
7630  You can also give a label, which will be displayed in the gray inset box.
7631 \end_layout
7632
7633 \begin_layout Standard
7634 The 
7635 \family sans
7636 key
7637 \family default
7638  field isn't useless.
7639  You can refer to your bibliography entries using the 
7640 \family sans
7641 \bar under
7642 I
7643 \bar default
7644 nsert\SpecialChar \menuseparator
7645
7646 \bar under
7647 C
7648 \bar default
7649 itation
7650 \family default
7651  command.
7652  Just choose the key inside in the available keys list, then add a reference
7653  by clicking on the left arrow, which will add it to the selected keys list.
7654  Multiple references can be placed by selecting more than one key.
7655  An example of the 
7656 \family sans
7657 Bibliography
7658 \family default
7659  appears at the end of this document.
7660  
7661 \begin_inset Quotes eld
7662 \end_inset
7663
7664 See 
7665 \begin_inset LatexCommand \cite{latexguide}
7666
7667 \end_inset
7668
7669  or 
7670 \begin_inset LatexCommand \cite[Chapter 3]{latexcompanion}
7671
7672 \end_inset
7673
7674
7675 \begin_inset Quotes erd
7676 \end_inset
7677
7678  is an example of how to cite two of the entries in it.
7679  In the second one, we used the 
7680 \family sans
7681 T
7682 \bar under
7683 e
7684 \bar default
7685 xt\InsetSpace ~
7686 after
7687 \family default
7688  field of the citation dialog to add the text 
7689 \begin_inset Quotes eld
7690 \end_inset
7691
7692 Chapter 3
7693 \begin_inset Quotes erd
7694 \end_inset
7695
7696 .
7697  The texts 
7698 \begin_inset Quotes eld
7699 \end_inset
7700
7701 latexguide
7702 \begin_inset Quotes erd
7703 \end_inset
7704
7705  and 
7706 \begin_inset Quotes eld
7707 \end_inset
7708
7709 latexcompanion
7710 \begin_inset Quotes erd
7711 \end_inset
7712
7713  that you see on screen will be replaced in print by the number or the label
7714  of the bibliography entry.
7715 \end_layout
7716
7717 \begin_layout Standard
7718 The more advanced LaTeX bibliography package BibTeX is also supported by
7719  LyX.
7720  For a description of how to use it, please refer to the 
7721 \emph on
7722 Extended LyX Features
7723 \emph default
7724  document.
7725 \end_layout
7726
7727 \begin_layout Subsection
7728 Special Purpose
7729 \end_layout
7730
7731 \begin_layout Standard
7732 There are three standard paragraph environments that simply don't fit any
7733  category, as they are very specialized for a particular purpose.
7734  We'll point out the highlights and uses of each.
7735 \end_layout
7736
7737 \begin_layout Subsubsection
7738
7739 \family sans
7740 Caption
7741 \family default
7742
7743 \begin_inset LatexCommand \label{sec:captionlayout}
7744
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \begin_layout Standard
7751 The 
7752 \family sans
7753 Caption
7754 \family default
7755  environment is the default paragraph environment for 
7756 \family sans
7757 Figure\InsetSpace ~
7758 Floats
7759 \family default
7760  and 
7761 \family sans
7762 Table\InsetSpace ~
7763 Floats
7764 \family default
7765 .
7766  On the LyX screen, you'll see either the label 
7767 \begin_inset Quotes eld
7768 \end_inset
7769
7770 Figure #:
7771 \begin_inset Quotes erd
7772 \end_inset
7773
7774  or 
7775 \begin_inset Quotes eld
7776 \end_inset
7777
7778 Table #:
7779 \begin_inset Quotes erd
7780 \end_inset
7781
7782 , depending on which type of 
7783 \family sans
7784 Float
7785 \family default
7786  it's in.
7787  The actual reference number is substituted in this label in the printed
7788  output.
7789 \end_layout
7790
7791 \begin_layout Standard
7792 You can't really nest things into a 
7793 \family sans
7794 Caption
7795 \family default
7796  environment.
7797  Additionally, hitting 
7798 \family sans
7799 Return
7800 \family default
7801  resets the paragraph environment to 
7802 \family sans
7803 Standard
7804 \family default
7805 , so a 
7806 \family sans
7807 Caption
7808 \family default
7809  can only be a single paragraph.
7810 \end_layout
7811
7812 \begin_layout Standard
7813 You cannot use a 
7814 \family sans
7815 Caption
7816 \family default
7817  environment outside of a 
7818 \family sans
7819 Figure\InsetSpace ~
7820 Float
7821 \family default
7822  or a 
7823 \family sans
7824 Table\InsetSpace ~
7825 Float
7826 \family default
7827 .
7828  See sections 
7829 \begin_inset LatexCommand \ref{sec:figures}
7830
7831 \end_inset
7832
7833  and 
7834 \begin_inset LatexCommand \ref{sec:tables}
7835
7836 \end_inset
7837
7838  for more information on 
7839 \family sans
7840 Figure\InsetSpace ~
7841 Floats
7842 \family default
7843  and 
7844 \family sans
7845 Table\InsetSpace ~
7846 Floats
7847 \family default
7848 .
7849  
7850 \end_layout
7851
7852 \begin_layout Subsubsection
7853 LyX
7854 \family sans
7855 -Code
7856 \end_layout
7857
7858 \begin_layout Standard
7859 The 
7860 \family sans
7861 LyX-Code
7862 \family default
7863  environment is another LyX extension.
7864  It type-sets text in a typewriter-style font.
7865  It also treats the 
7866 \family sans
7867 Space
7868 \family default
7869  key as a fixed whitespace;
7870 \begin_inset Foot
7871 status collapsed
7872
7873 \begin_layout Standard
7874 In the 
7875 \family sans
7876 LyX-Code
7877 \family default
7878  environment, the 
7879 \family sans
7880 Space
7881 \family default
7882  key is treated as a 
7883 \family sans
7884 Protected\InsetSpace ~
7885 Blank
7886 \family default
7887  instead of an end-of-word marker.
7888 \end_layout
7889
7890 \end_inset
7891
7892  this is the only case in which you can type multiple whitespaces in LyX.
7893  If you need to insert blank lines, you'll still need to use 
7894 \family sans
7895 C-Return
7896 \family default
7897  [the 
7898 \family typewriter
7899 break-line
7900 \family default
7901  function].
7902  
7903 \family sans
7904 Return
7905 \family default
7906  breaks paragraphs.
7907  Note, however, that 
7908 \family sans
7909 Return
7910 \family default
7911  does 
7912 \emph on
7913 not
7914 \emph default
7915  reset the paragraph environment.
7916  So, when you finish using the 
7917 \family sans
7918 LyX-Code
7919 \family default
7920  environment, you'll need to change the paragraph environment yourself.
7921  Also, you 
7922 \emph on
7923 can
7924 \emph default
7925  nest the 
7926 \family sans
7927 LyX-Code
7928 \family default
7929  environment inside of others.
7930 \end_layout
7931
7932 \begin_layout Standard
7933 There are a few quirks with this environment:
7934 \end_layout
7935
7936 \begin_layout Itemize
7937 You cannot use 
7938 \family sans
7939 C-Return
7940 \family default
7941  at the beginning of a new paragraph [i.e.
7942  you can't follow 
7943 \family sans
7944 Return
7945 \family default
7946  with a 
7947 \family sans
7948 C-Return
7949 \family default
7950 ].
7951 \end_layout
7952
7953 \begin_layout Itemize
7954 You can't follow a 
7955 \family sans
7956 C-Return
7957 \family default
7958  with a 
7959 \family sans
7960 Space
7961 \family default
7962 .
7963 \end_layout
7964
7965 \begin_deeper
7966 \begin_layout Itemize
7967 Use a 
7968 \family sans
7969 Return
7970 \family default
7971  to begin a new paragraph, then you can use a 
7972 \family sans
7973 Space
7974 \family default
7975 .
7976 \end_layout
7977
7978 \begin_layout Itemize
7979 Or: use 
7980 \family sans
7981 C-Space
7982 \family default
7983  instead.
7984 \end_layout
7985
7986 \end_deeper
7987 \begin_layout Itemize
7988 You can't have an empty paragraph or an empty line.
7989  You must put at least one 
7990 \family sans
7991 Space
7992 \family default
7993  in any line you want blank.
7994  Otherwise, LaTeX generates errors.
7995 \end_layout
7996
7997 \begin_layout Itemize
7998 You cannot get the typewriter double quotes by typing 
7999 \family sans
8000 "
8001 \family default
8002  since that will insert 
8003 \emph on
8004 real
8005 \emph default
8006  quotes.
8007  You get the typewriter double quotes with 
8008 \family sans
8009 C-"
8010 \family default
8011  (or 
8012 \family sans
8013 C-q
8014 \family default
8015  if you use Emacs-like key bindings).
8016 \end_layout
8017
8018 \begin_layout Standard
8019 Here's an example:
8020 \end_layout
8021
8022 \begin_layout LyX-Code
8023 #include <stdio.h>
8024 \end_layout
8025
8026 \begin_layout LyX-Code
8027  
8028 \end_layout
8029
8030 \begin_layout LyX-Code
8031 int main(void)
8032 \end_layout
8033
8034 \begin_layout LyX-Code
8035 {
8036 \end_layout
8037
8038 \begin_layout LyX-Code
8039     printf("Hello World
8040 \backslash
8041 n");
8042 \end_layout
8043
8044 \begin_layout LyX-Code
8045     return 0;
8046 \end_layout
8047
8048 \begin_layout LyX-Code
8049 }
8050 \end_layout
8051
8052 \begin_layout Standard
8053 This is just the standard 
8054 \begin_inset Quotes eld
8055 \end_inset
8056
8057 Hello world!
8058 \begin_inset Quotes erd
8059 \end_inset
8060
8061  program.
8062  
8063 \end_layout
8064
8065 \begin_layout Standard
8066
8067 \family sans
8068 LyX-Code
8069 \family default
8070  has one purpose: to typeset code, such as program source, shell scripts,
8071  rc-files, and so on.
8072  Use it only in those very, very special cases where you need to generate
8073  text as if you used a typewriter.
8074 \end_layout
8075
8076 \begin_layout Section
8077 Nesting Environments
8078 \begin_inset LatexCommand \label{sec:nest}
8079
8080 \end_inset
8081
8082
8083 \end_layout
8084
8085 \begin_layout Subsection
8086 The Big Deal
8087 \end_layout
8088
8089 \begin_layout Standard
8090 Throughout the previous sections, we've been nagging you to 
8091 \begin_inset Quotes eld
8092 \end_inset
8093
8094 go read Section\InsetSpace ~
8095
8096 \begin_inset LatexCommand \ref{sec:nest}
8097
8098 \end_inset
8099
8100 .
8101 \begin_inset Quotes erd
8102 \end_inset
8103
8104  So, you're probably wondering what the big deal is.
8105 \end_layout
8106
8107 \begin_layout Standard
8108 The big deal is that LyX differs rather strongly from the traditional 
8109 \begin_inset Quotes eld
8110 \end_inset
8111
8112 word\SpecialChar \-
8113 processor-as-overglorified-typewriter
8114 \begin_inset Quotes erd
8115 \end_inset
8116
8117  concept.
8118  With a typewriter, text is merely ink on a page.
8119  Most word processors aren't much better, treating text as pixels on the
8120  screen and bytes in memory.
8121  In contrast, LyX treats text as a unified block with a particular context
8122  and specific properties.
8123  However, what if you wanted one 
8124 \begin_inset Quotes eld
8125 \end_inset
8126
8127 block
8128 \begin_inset Quotes erd
8129 \end_inset
8130
8131  to inherit some of the properties of another 
8132 \begin_inset Quotes eld
8133 \end_inset
8134
8135 block
8136 \begin_inset Quotes erd
8137 \end_inset
8138
8139  ? 
8140 \end_layout
8141
8142 \begin_layout Standard
8143 Here's a more specific example: outlines.
8144  You have three main points in your outline, but point #2 also has two subpoints.
8145  In other words, you have a list 
8146 \emph on
8147 inside
8148 \emph default
8149  of another list, with the inner list 
8150 \begin_inset Quotes eld
8151 \end_inset
8152
8153 attached
8154 \begin_inset Quotes erd
8155 \end_inset
8156
8157  to item #2:
8158 \end_layout
8159
8160 \begin_layout Enumerate
8161 one
8162 \end_layout
8163
8164 \begin_layout Enumerate
8165 two
8166 \end_layout
8167
8168 \begin_deeper
8169 \begin_layout Enumerate
8170 sublist - item #1
8171 \end_layout
8172
8173 \begin_layout Enumerate
8174 sublist - item #2
8175 \end_layout
8176
8177 \end_deeper
8178 \begin_layout Enumerate
8179 three
8180 \end_layout
8181
8182 \begin_layout Standard
8183 How do you put a list inside of a list? By now, the answer should be obvious:
8184  you nest one list inside the other.
8185  
8186 \end_layout
8187
8188 \begin_layout Standard
8189 How to nest an environment is quite simple.
8190  Select 
8191 \family sans
8192 \bar under
8193 I
8194 \bar default
8195 ncrease\InsetSpace ~
8196 Environment\InsetSpace ~
8197 Depth
8198 \family default
8199  or
8200 \family sans
8201 \bar under
8202  D
8203 \bar default
8204 ecrease\InsetSpace ~
8205 Environment\InsetSpace ~
8206 Depth
8207 \family default
8208  from the 
8209 \family sans
8210 \bar under
8211 E
8212 \bar default
8213 dit
8214 \family default
8215  menu to change the nesting depth of the current paragraph (the status bar
8216  will tell you how far you are nested).
8217 \end_layout
8218
8219 \begin_layout Standard
8220 You can also use the convenient key bindings 
8221 \family sans
8222 S-M-Left
8223 \family default
8224  and 
8225 \family sans
8226 S-M-Right
8227 \begin_inset Foot
8228 status collapsed
8229
8230 \begin_layout Standard
8231
8232 \family sans
8233 M-p\InsetSpace ~
8234 Left
8235 \family default
8236  and 
8237 \family sans
8238 M-p\InsetSpace ~
8239 Right 
8240 \family default
8241 are alternatives, if you prefer those bindings
8242 \end_layout
8243
8244 \end_inset
8245
8246  
8247 \family default
8248 to change the nesting level.
8249  The change will work on the current selection if you have made one (allowing
8250  you to change the nesting of several paragraphs at once), or the current
8251  paragraph.
8252 \end_layout
8253
8254 \begin_layout Standard
8255 Note that LyX only changes the nesting depth if it can.
8256  If it's invalid to do so, nothing happens if you try to change the depth.
8257  Additionally, if you change the depth of one paragraph, it affects the
8258  depth of every paragraph nested inside of it.
8259  It's hard to describe what exactly LyX does in this case.
8260  That depends specifically on what your text looks like.
8261  Your best bet is to simply play with changing the nesting depth and see
8262  what happens.
8263 \end_layout
8264
8265 \begin_layout Standard
8266 Nesting isn't just limited to lists.
8267  In LyX, you can nest just about anything inside anything else, as you're
8268  about to find out.
8269  This is the real power of nesting paragraph environments.
8270 \end_layout
8271
8272 \begin_layout Subsection
8273 What You Can and Can't Nest
8274 \end_layout
8275
8276 \begin_layout Standard
8277 Before we fire a list of paragraph environments at you, we need to tell
8278  you a little bit more about how nesting works.
8279 \end_layout
8280
8281 \begin_layout Standard
8282 The question of nesting is a bit more complicated than a simple yes or no,
8283  can you or can't you.
8284  There's also the question of how.
8285  Can you nest this environment into anything else? Can you nest another
8286  environment into it? A 
8287 \begin_inset Quotes eld
8288 \end_inset
8289
8290 yes
8291 \begin_inset Quotes erd
8292 \end_inset
8293
8294  to one of these doesn't guarantee a 
8295 \begin_inset Quotes eld
8296 \end_inset
8297
8298 yes
8299 \begin_inset Quotes erd
8300 \end_inset
8301
8302  to the other.
8303 \end_layout
8304
8305 \begin_layout Standard
8306 The paragraph environments in LyX can do one of three things when it comes
8307  to nesting.
8308  First, an environment may be completely unnestable.
8309  Second, there are environments that are fully nestable.
8310  You can nest them inside of things and you can also nest other things inside
8311  of them.
8312  There is one last type of environment.
8313  You can nest them into other environments, but that's it.
8314  You can't nest anything into them.
8315 \end_layout
8316
8317 \begin_layout Standard
8318 Here's a list of the three types of nesting behavior, and which paragraph
8319  environments have them:
8320 \begin_inset Foot
8321 status collapsed
8322
8323 \begin_layout Standard
8324 For some odd reason, LyX allows you to fully nest both 
8325 \family sans
8326 Bibliography
8327 \family default
8328  and 
8329 \family sans
8330 Abstract
8331 \family default
8332 .
8333  Also, LyX allows you to nest 
8334 \family sans
8335 Title
8336 \family default
8337
8338 \family sans
8339 Author
8340 \family default
8341 , and 
8342 \family sans
8343 Date
8344 \family default
8345  into other environments.
8346  We urge you not to.
8347  LaTeX may barf if you try it.
8348  Then again, it may not.
8349  We don't know for certain.
8350  However, it makes no sense contextually to perform any nesting with these
8351  environments, so why would you ever want to?
8352 \end_layout
8353
8354 \end_inset
8355
8356
8357 \end_layout
8358
8359 \begin_layout Description
8360 Unnestable Can't nest them.
8361  Can't nest into them.
8362 \end_layout
8363
8364 \begin_deeper
8365 \begin_layout Itemize
8366
8367 \family sans
8368 Bibliography
8369 \end_layout
8370
8371 \begin_layout Itemize
8372
8373 \family sans
8374 Title
8375 \end_layout
8376
8377 \begin_layout Itemize
8378
8379 \family sans
8380 Author
8381 \end_layout
8382
8383 \begin_layout Itemize
8384
8385 \family sans
8386 Date
8387 \end_layout
8388
8389 \end_deeper
8390 \begin_layout Description
8391 Fully\InsetSpace ~
8392 Nestable You can nest them.
8393  You can nest other things into them.
8394 \end_layout
8395
8396 \begin_deeper
8397 \begin_layout Itemize
8398
8399 \family sans
8400 Abstract
8401 \end_layout
8402
8403 \begin_layout Itemize
8404
8405 \family sans
8406 Verse
8407 \end_layout
8408
8409 \begin_layout Itemize
8410
8411 \family sans
8412 Quote
8413 \end_layout
8414
8415 \begin_layout Itemize
8416
8417 \family sans
8418 Quotation
8419 \end_layout
8420
8421 \begin_layout Itemize
8422
8423 \family sans
8424 Itemize
8425 \end_layout
8426
8427 \begin_layout Itemize
8428
8429 \family sans
8430 Enumerate
8431 \end_layout
8432
8433 \begin_layout Itemize
8434
8435 \family sans
8436 Description
8437 \end_layout
8438
8439 \begin_layout Itemize
8440
8441 \family sans
8442 List
8443 \end_layout
8444
8445 \begin_layout Itemize
8446
8447 \family sans
8448 LyX-Code
8449 \end_layout
8450
8451 \end_deeper
8452 \begin_layout Description
8453 Nestable-Inside You can nest them inside of other things.
8454  You can't nest anything into them.
8455 \end_layout
8456
8457 \begin_deeper
8458 \begin_layout Itemize
8459
8460 \family sans
8461 Part
8462 \end_layout
8463
8464 \begin_layout Itemize
8465
8466 \family sans
8467 Chapter
8468 \end_layout
8469
8470 \begin_layout Itemize
8471
8472 \family sans
8473 Section
8474 \family default
8475  
8476 \end_layout
8477
8478 \begin_layout Itemize
8479
8480 \family sans
8481 Subsection
8482 \end_layout
8483
8484 \begin_layout Itemize
8485
8486 \family sans
8487 Subsubsection
8488 \end_layout
8489
8490 \begin_layout Itemize
8491
8492 \family sans
8493 Paragraph
8494 \family default
8495  
8496 \end_layout
8497
8498 \begin_layout Itemize
8499
8500 \family sans
8501 Subparagraph
8502 \end_layout
8503
8504 \begin_layout Itemize
8505
8506 \family sans
8507 Part*
8508 \end_layout
8509
8510 \begin_layout Itemize
8511
8512 \family sans
8513 Chapter*
8514 \end_layout
8515
8516 \begin_layout Itemize
8517
8518 \family sans
8519 Section*
8520 \end_layout
8521
8522 \begin_layout Itemize
8523
8524 \family sans
8525 Subsection*
8526 \end_layout
8527
8528 \begin_layout Itemize
8529
8530 \family sans
8531 Subsubsection*
8532 \end_layout
8533
8534 \begin_layout Itemize
8535
8536 \family sans
8537 Standard
8538 \end_layout
8539
8540 \begin_layout Itemize
8541
8542 \family sans
8543 Right\InsetSpace ~
8544 Address
8545 \end_layout
8546
8547 \begin_layout Itemize
8548
8549 \family sans
8550 Address
8551 \end_layout
8552
8553 \begin_layout Itemize
8554
8555 \family sans
8556 Caption
8557 \end_layout
8558
8559 \end_deeper
8560 \begin_layout Subsection
8561 Nesting Other Things: Tables, Math, Floats, etc.
8562 \begin_inset LatexCommand \label{sec:table-and-fig-nesting}
8563
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \begin_layout Standard
8570 There are several things that aren't paragraph environments, but which are
8571  affected by nesting anyhow.
8572  They are:
8573 \end_layout
8574
8575 \begin_layout Itemize
8576 equations
8577 \end_layout
8578
8579 \begin_layout Itemize
8580 tables
8581 \end_layout
8582
8583 \begin_layout Itemize
8584 figures
8585 \end_layout
8586
8587 \begin_layout Standard
8588 [Note: if you put a figure or a table in a 
8589 \family sans
8590 Float
8591 \family default
8592 , this is no longer true.
8593  See below or look in sections 
8594 \begin_inset LatexCommand \ref{sec:figures}
8595
8596 \end_inset
8597
8598  or 
8599 \begin_inset LatexCommand \ref{sec:tables}
8600
8601 \end_inset
8602
8603  for more info.]
8604 \end_layout
8605
8606 \begin_layout Standard
8607 LyX can treat these three objects as either a word or as a paragraph.
8608  Well, you can't inline a table, but you can inline math and figures.
8609  If a figure or an equation is inlined, it goes wherever the paragraph it's
8610  in goes.
8611 \end_layout
8612
8613 \begin_layout Standard
8614 On the other hand, if you have an equation, figure or table in a 
8615 \begin_inset Quotes eld
8616 \end_inset
8617
8618 paragraph
8619 \begin_inset Quotes erd
8620 \end_inset
8621
8622  of its own, it behaves just like a 
8623 \begin_inset Quotes eld
8624 \end_inset
8625
8626 nestable-inside
8627 \begin_inset Quotes erd
8628 \end_inset
8629
8630  paragraph environment.
8631  You can nest it into any environment, but you [obviously] can't nest anything
8632  into it.
8633 \end_layout
8634
8635 \begin_layout Standard
8636 Here's an example with a table:
8637 \end_layout
8638
8639 \begin_layout Enumerate
8640 Item One
8641 \end_layout
8642
8643 \begin_deeper
8644 \begin_layout Enumerate
8645 This is (a) and it's nested.
8646 \end_layout
8647
8648 \begin_deeper
8649 \begin_layout Standard
8650 \begin_inset VSpace 0.3cm
8651 \end_inset
8652
8653
8654 \end_layout
8655
8656 \begin_layout Standard
8657 \align center
8658 \begin_inset Tabular
8659 <lyxtabular version="3" rows="2" columns="2">
8660 <features>
8661 <column alignment="center" valignment="top" leftline="true" width="0pt">
8662 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8663 <row topline="true">
8664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Standard
8668
8669 \family roman
8670 \series medium
8671 \shape up
8672 \size normal
8673 \emph off
8674 \bar no
8675 \noun off
8676 \color none
8677 a
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Standard
8686
8687 \family roman
8688 \series medium
8689 \shape up
8690 \size normal
8691 \emph off
8692 \bar no
8693 \noun off
8694 \color none
8695 b
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row topline="true" bottomline="true">
8702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Standard
8706
8707 \family roman
8708 \series medium
8709 \shape up
8710 \size normal
8711 \emph off
8712 \bar no
8713 \noun off
8714 \color none
8715 c
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Standard
8724
8725 \family roman
8726 \series medium
8727 \shape up
8728 \size normal
8729 \emph off
8730 \bar no
8731 \noun off
8732 \color none
8733 d
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 </lyxtabular>
8740
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \begin_layout Standard
8747 \begin_inset VSpace 0.3cm
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \end_deeper
8754 \begin_layout Enumerate
8755 This is (b).
8756  The table is actually nested inside (a).
8757 \end_layout
8758
8759 \end_deeper
8760 \begin_layout Enumerate
8761 Back out again.
8762 \end_layout
8763
8764 \begin_layout Standard
8765 If we hadn't nested the table at all, the list would look like this:
8766 \end_layout
8767
8768 \begin_layout Enumerate
8769 Item One
8770 \end_layout
8771
8772 \begin_deeper
8773 \begin_layout Enumerate
8774 This is (a) and it's nested.
8775 \end_layout
8776
8777 \end_deeper
8778 \begin_layout Standard
8779 \begin_inset VSpace 0.3cm
8780 \end_inset
8781
8782
8783 \end_layout
8784
8785 \begin_layout Standard
8786 \align center
8787 \begin_inset Tabular
8788 <lyxtabular version="3" rows="2" columns="2">
8789 <features>
8790 <column alignment="center" valignment="top" leftline="true" width="0pt">
8791 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8792 <row topline="true">
8793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Standard
8797
8798 \family roman
8799 \series medium
8800 \shape up
8801 \size normal
8802 \emph off
8803 \bar no
8804 \noun off
8805 \color none
8806 a
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Standard
8815
8816 \family roman
8817 \series medium
8818 \shape up
8819 \size normal
8820 \emph off
8821 \bar no
8822 \noun off
8823 \color none
8824 b
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row topline="true" bottomline="true">
8831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Standard
8835
8836 \family roman
8837 \series medium
8838 \shape up
8839 \size normal
8840 \emph off
8841 \bar no
8842 \noun off
8843 \color none
8844 c
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Standard
8853
8854 \family roman
8855 \series medium
8856 \shape up
8857 \size normal
8858 \emph off
8859 \bar no
8860 \noun off
8861 \color none
8862 d
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 </lyxtabular>
8869
8870 \end_inset
8871
8872
8873 \end_layout
8874
8875 \begin_layout Standard
8876 \begin_inset VSpace 0.3cm
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \begin_layout Enumerate
8883 This is (b).
8884  The table is 
8885 \emph on
8886 not
8887 \emph default
8888  nested inside (a).
8889  In fact, it's not nested at all.
8890 \end_layout
8891
8892 \begin_layout Enumerate
8893 Back out again.
8894 \end_layout
8895
8896 \begin_layout Standard
8897 Notice how item (b) is not only no longer nested, but is also the first
8898  item of a new list!
8899 \end_layout
8900
8901 \begin_layout Standard
8902 There's another trap you can fall into: nesting the table, but not going
8903  deep enough.
8904  LyX turns anything after the table into a new [sub]list.
8905 \end_layout
8906
8907 \begin_layout Enumerate
8908 Item One
8909 \end_layout
8910
8911 \begin_deeper
8912 \begin_layout Enumerate
8913 This is (a) and it's nested.
8914 \end_layout
8915
8916 \begin_layout Standard
8917 \begin_inset VSpace 0.3cm
8918 \end_inset
8919
8920
8921 \end_layout
8922
8923 \begin_layout Standard
8924 \align center
8925 \begin_inset Tabular
8926 <lyxtabular version="3" rows="2" columns="2">
8927 <features>
8928 <column alignment="center" valignment="top" leftline="true" width="0pt">
8929 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8930 <row topline="true">
8931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Standard
8935
8936 \family roman
8937 \series medium
8938 \shape up
8939 \size normal
8940 \emph off
8941 \bar no
8942 \noun off
8943 \color none
8944 a
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Standard
8953
8954 \family roman
8955 \series medium
8956 \shape up
8957 \size normal
8958 \emph off
8959 \bar no
8960 \noun off
8961 \color none
8962 b
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row topline="true" bottomline="true">
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Standard
8973
8974 \family roman
8975 \series medium
8976 \shape up
8977 \size normal
8978 \emph off
8979 \bar no
8980 \noun off
8981 \color none
8982 c
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Standard
8991
8992 \family roman
8993 \series medium
8994 \shape up
8995 \size normal
8996 \emph off
8997 \bar no
8998 \noun off
8999 \color none
9000 d
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 </lyxtabular>
9007
9008 \end_inset
9009
9010
9011 \end_layout
9012
9013 \begin_layout Standard
9014 \begin_inset VSpace 0.3cm
9015 \end_inset
9016
9017
9018 \end_layout
9019
9020 \begin_layout Enumerate
9021 This is (b).
9022  The table is actually nested inside Item One, but 
9023 \emph on
9024 not
9025 \emph default
9026  inside (a).
9027 \end_layout
9028
9029 \end_deeper
9030 \begin_layout Enumerate
9031 Back out again.
9032 \end_layout
9033
9034 \begin_layout Standard
9035 As you can see, item (b) turned into the first item of a new list, but a
9036  new list 
9037 \emph on
9038 inside
9039 \emph default
9040  item 1.
9041  The same thing would have happened to a figure or an equation.
9042  So, if you nest tables, figures or equations, make sure you go to the right
9043  depth!
9044 \end_layout
9045
9046 \begin_layout Standard
9047 Then there are the so-called 
9048 \family sans
9049 Floats
9050 \family default
9051 .
9052  A 
9053 \family sans
9054 Float
9055 \family default
9056  is a block of text associated with some sort of label, but which doesn't
9057  have a fixed location.
9058  It can 
9059 \begin_inset Quotes eld
9060 \end_inset
9061
9062 float
9063 \begin_inset Quotes erd
9064 \end_inset
9065
9066  forward or backward a page or two, to wherever it fits best.
9067  
9068 \family sans
9069 Footnotes
9070 \family default
9071  and 
9072 \family sans
9073 Margin\InsetSpace ~
9074 Notes
9075 \family default
9076  are floats, as are 
9077 \family sans
9078 Table\InsetSpace ~
9079 Floats
9080 \family default
9081  and 
9082 \family sans
9083 Figure\InsetSpace ~
9084 Floats
9085 \family default
9086 .
9087  When you're editing a document in LyX, a closed 
9088 \family sans
9089 Float
9090 \family default
9091  looks like a gray button with a red label and goes wherever the paragraph
9092  it's in goes.
9093  However, because a 
9094 \family sans
9095 Float
9096 \family default
9097  has no fixed location in the final text, nesting has no effect on its actual
9098  location after you feed your document to LaTeX.
9099 \end_layout
9100
9101 \begin_layout Subsection
9102 Usage and General Features
9103 \end_layout
9104
9105 \begin_layout Standard
9106 Speaking of levels, LyX can perform up to a six-fold nesting.
9107  In other words, 
9108 \begin_inset Quotes eld
9109 \end_inset
9110
9111 level #6
9112 \begin_inset Quotes erd
9113 \end_inset
9114
9115  is the innermost possible depth.
9116  Here's an example to display what we mean:
9117 \end_layout
9118
9119 \begin_layout Enumerate
9120 level #1 - outermost
9121 \end_layout
9122
9123 \begin_deeper
9124 \begin_layout Enumerate
9125 level #2
9126 \end_layout
9127
9128 \begin_deeper
9129 \begin_layout Enumerate
9130 level #3
9131 \end_layout
9132
9133 \begin_deeper
9134 \begin_layout Enumerate
9135 level #4
9136 \end_layout
9137
9138 \begin_deeper
9139 \begin_layout Itemize
9140 level #5
9141 \end_layout
9142
9143 \begin_deeper
9144 \begin_layout Itemize
9145 level #6
9146 \end_layout
9147
9148 \end_deeper
9149 \end_deeper
9150 \end_deeper
9151 \end_deeper
9152 \end_deeper
9153 \begin_layout Standard
9154 Once again, LyX has a maximum of 6 levels, regardless of which specific
9155  paragraph environments you're using at a given level.
9156 \begin_inset Foot
9157 status collapsed
9158
9159 \begin_layout Standard
9160 Unfortunately, LyX doesn't enforce this limitation.
9161  If you try to exceed it, however, LaTeX will return errors when you go
9162  to produce output for your document.
9163 \end_layout
9164
9165 \end_inset
9166
9167  That means that you can perform a six-fold nesting of a 
9168 \family sans
9169 Description
9170 \family default
9171  list, or a 
9172 \family sans
9173 Verse
9174 \family default
9175  environment, and so on.
9176  You can also mix environments, as we shall see later.
9177 \end_layout
9178
9179 \begin_layout Standard
9180 There are two exceptions to the six-fold nesting limit, and you can see
9181  both of them in the example.
9182  Unlike the other fully-nestable environments, you can only perform a four-fold
9183  nesting with the 
9184 \family sans
9185 Enumerate
9186 \family default
9187  and 
9188 \family sans
9189 Itemize
9190 \family default
9191  environments.
9192  For example, if we tried to nest another 
9193 \family sans
9194 Enumerate
9195 \family default
9196  list inside of item 
9197 \begin_inset Quotes eld
9198 \end_inset
9199
9200 A.
9201 \begin_inset Quotes erd
9202 \end_inset
9203
9204 , we'd get errors.
9205 \begin_inset Foot
9206 status collapsed
9207
9208 \begin_layout Standard
9209 Once again, LyX doesn't enforce this limitation.
9210  If you try to exceed it, however, LaTeX will return errors when you go
9211  to produce output for your document.
9212 \end_layout
9213
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \begin_layout Subsection
9220 Some Examples
9221 \end_layout
9222
9223 \begin_layout Standard
9224 The best way to explain just what you can do with nesting is by illustration.
9225  We have several examples of nested environments.
9226  In them, we explain how we created the example, so that you can reproduce
9227  them.
9228 \end_layout
9229
9230 \begin_layout Subsubsection
9231 Example #1: The Six-fold Way and Mixed Nesting
9232 \end_layout
9233
9234 \begin_layout Labeling
9235 \labelwidthstring MMM
9236 #1-a This is the outermost level.
9237  It's a 
9238 \family sans
9239 List
9240 \family default
9241  environment.
9242 \end_layout
9243
9244 \begin_deeper
9245 \begin_layout Labeling
9246 \labelwidthstring MMM
9247 #2-a This is level #2.
9248  We created it by using 
9249 \family sans
9250 M-Return
9251 \family default
9252  followed by 
9253 \family sans
9254 M-p\InsetSpace ~
9255 Right
9256 \family default
9257 .
9258 \end_layout
9259
9260 \begin_deeper
9261 \begin_layout Labeling
9262 \labelwidthstring MMM
9263 #3-a This is level #3.
9264  This time, we just hit 
9265 \family sans
9266 Return
9267 \family default
9268 , then used 
9269 \family sans
9270 M-p\InsetSpace ~
9271 Right
9272 \family default
9273  twice in a row.
9274  We could have also created it the same way as we did the previous level,
9275  by hitting 
9276 \family sans
9277 M-Return
9278 \family default
9279  followed by 
9280 \family sans
9281 M-p\InsetSpace ~
9282 Right
9283 \family default
9284 .
9285 \end_layout
9286
9287 \begin_deeper
9288 \begin_layout Standard
9289 This is actually a 
9290 \family sans
9291 Standard
9292 \family default
9293  environment, nested inside of 
9294 \begin_inset Quotes eld
9295 \end_inset
9296
9297 #3-a
9298 \begin_inset Quotes erd
9299 \end_inset
9300
9301 .
9302  So, it's at level #4.
9303  We did this by hitting 
9304 \family sans
9305 M-Return
9306 \family default
9307 , then 
9308 \family sans
9309 M-p\InsetSpace ~
9310 Right
9311 \family default
9312 , then changing the paragraph environment to 
9313 \family sans
9314 Standard
9315 \family default
9316 .
9317  Do this to create list items with more than one paragraph - it also works
9318  for the 
9319 \family sans
9320 Description
9321 \family default
9322
9323 \family sans
9324 Enumerate
9325 \family default
9326 , and 
9327 \family sans
9328 Itemize
9329 \family default
9330  environments!
9331 \end_layout
9332
9333 \begin_layout Standard
9334 Here's another 
9335 \family sans
9336 Standard
9337 \family default
9338  paragraph, also at level #4, made with just a 
9339 \family sans
9340 M-Return
9341 \family default
9342 .
9343 \end_layout
9344
9345 \begin_layout Labeling
9346 \labelwidthstring MMM
9347 #4-a This is level #4.
9348  We hit 
9349 \family sans
9350 M-Return
9351 \family default
9352  and changed the paragraph environment back to 
9353 \family sans
9354 List
9355 \family default
9356 .
9357  Remember - we can't nest anything inside of a 
9358 \family sans
9359 Standard
9360 \family default
9361  environment, which is why we're still at level #4.
9362  However, we 
9363 \emph on
9364 can
9365 \emph default
9366  keep nesting things inside of 
9367 \begin_inset Quotes eld
9368 \end_inset
9369
9370 #3-a
9371 \begin_inset Quotes erd
9372 \end_inset
9373
9374 .
9375 \end_layout
9376
9377 \begin_deeper
9378 \begin_layout Labeling
9379 \labelwidthstring MMM
9380 #5-a This is level #5\SpecialChar \ldots{}
9381
9382 \end_layout
9383
9384 \begin_deeper
9385 \begin_layout Labeling
9386 \labelwidthstring MMM
9387 #6-a \SpecialChar \ldots{}
9388 and this is level #6.
9389  By now, you should know how we made these two.
9390 \end_layout
9391
9392 \end_deeper
9393 \begin_layout Labeling
9394 \labelwidthstring MMM
9395 #5-b Back to level #5.
9396  Just hit 
9397 \family sans
9398 M-Return
9399 \family default
9400  followed by a 
9401 \family sans
9402 M-p\InsetSpace ~
9403 Left
9404 \family default
9405 .
9406 \end_layout
9407
9408 \end_deeper
9409 \begin_layout Labeling
9410 \labelwidthstring MMM
9411 #4-b After another 
9412 \family sans
9413 M-Return
9414 \family default
9415  followed by a 
9416 \family sans
9417 M-p\InsetSpace ~
9418 Left
9419 \family default
9420 , we're back at level #4.
9421 \end_layout
9422
9423 \end_deeper
9424 \begin_layout Labeling
9425 \labelwidthstring MMM
9426 #3-b Back to level #3.
9427  By now it should be obvious how we did this.
9428 \end_layout
9429
9430 \end_deeper
9431 \begin_layout Labeling
9432 \labelwidthstring MMM
9433 #2-b Back to level #2.
9434  
9435 \end_layout
9436
9437 \end_deeper
9438 \begin_layout Labeling
9439 \labelwidthstring MMM
9440 #1-b And last, back to the outermost level, #1.
9441  After this sentence, we'll hit 
9442 \family sans
9443 Return
9444 \family default
9445  and change the paragraph environment back to 
9446 \family sans
9447 Standard
9448 \family default
9449  to end the list.
9450 \end_layout
9451
9452 \begin_layout Standard
9453 There you have it! Oh --- we could have also used the 
9454 \family sans
9455 Description
9456 \family default
9457
9458 \family sans
9459 Quote
9460 \family default
9461
9462 \family sans
9463 Quotation
9464 \family default
9465 , or even the 
9466 \family sans
9467 Verse
9468 \family default
9469  environment in place of the 
9470 \family sans
9471 List
9472 \family default
9473  environment.
9474  The example would have worked exactly the same.
9475 \end_layout
9476
9477 \begin_layout Subsubsection
9478 Example #2: Inheritance
9479 \end_layout
9480
9481 \begin_layout LyX-Code
9482 This is the LyX-Code environment, at level #1, the outermost
9483 \end_layout
9484
9485 \begin_layout LyX-Code
9486 level.
9487   Now we'll hit 
9488 \family sans
9489 Return
9490 \family default
9491 , then 
9492 \family sans
9493 M-p Right
9494 \family default
9495 , after which, we'll change to the 
9496 \family sans
9497 Enumerate
9498 \family default
9499  environment.
9500 \end_layout
9501
9502 \begin_deeper
9503 \begin_layout Enumerate
9504 This is the 
9505 \family sans
9506 Enumerate
9507 \family default
9508  environment, at level #2.
9509 \end_layout
9510
9511 \begin_layout Enumerate
9512 Notice how the nested 
9513 \family sans
9514 Enumerate
9515 \family default
9516  not only inherits its margins from its parent environment [
9517 \family sans
9518 LyX-Code
9519 \family default
9520 ], but also inherits its font and spacing!
9521 \end_layout
9522
9523 \end_deeper
9524 \begin_layout Standard
9525 We ended this example by hitting 
9526 \family sans
9527 Return
9528 \family default
9529 .
9530  After that, we needed to reset the paragraph environment to 
9531 \family sans
9532 Standard
9533 \family default
9534  and resetting the nesting depth by using 
9535 \family sans
9536 M-p\InsetSpace ~
9537 Left
9538 \family default
9539  once.
9540 \end_layout
9541
9542 \begin_layout Subsubsection
9543 Example #3: Labels, Levels, and the 
9544 \family sans
9545 Enumerate
9546 \family default
9547  and 
9548 \family sans
9549 Itemize
9550 \family default
9551  Environments
9552 \begin_inset OptArg
9553 status collapsed
9554
9555 \begin_layout Standard
9556 Example #3: Labels, Levels and other list environments
9557 \end_layout
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \begin_layout Enumerate
9565 This is level #1, in an 
9566 \family sans
9567 Enumerate
9568 \family default
9569  paragraph environment.
9570  We're actually going to nest a bunch of these.
9571 \end_layout
9572
9573 \begin_deeper
9574 \begin_layout Enumerate
9575 This is level #2.
9576  We used 
9577 \family sans
9578 M-Return
9579 \family default
9580  followed by 
9581 \family sans
9582 M-p\InsetSpace ~
9583 Right
9584 \family default
9585 .
9586  Now, what happens if we nest an 
9587 \family sans
9588 Itemize
9589 \family default
9590  environment inside of this one? It will be at level #3, but what will its
9591  label be? An asterisk?
9592 \end_layout
9593
9594 \begin_deeper
9595 \begin_layout Itemize
9596 No! It's a bullet.
9597  This is the 
9598 \emph on
9599 first
9600 \emph default
9601  
9602 \family sans
9603 Itemize
9604 \family default
9605  environment, even though it's at level #3.
9606  So, its label is a bullet.
9607  [Note: we got here by using 
9608 \family sans
9609 M-Return
9610 \family default
9611 , then 
9612 \family sans
9613 M-p\InsetSpace ~
9614 Right
9615 \family default
9616 , then changing the environment to 
9617 \family sans
9618 Itemize
9619 \family default
9620 .]
9621 \end_layout
9622
9623 \begin_deeper
9624 \begin_layout Itemize
9625 Here's level #4, produced using 
9626 \family sans
9627 M-Return
9628 \family default
9629 , then 
9630 \family sans
9631 M-p\InsetSpace ~
9632 Right
9633 \family default
9634 .
9635  We'll do that again\SpecialChar \ldots{}
9636
9637 \end_layout
9638
9639 \begin_deeper
9640 \begin_layout Enumerate
9641 \SpecialChar \ldots{}
9642 to get to level #5.
9643  This time, however, we also changed the paragraph environment back to 
9644 \family sans
9645 Enumerate
9646 \family default
9647 .
9648  Notice the type of numbering! It's 
9649 \emph on
9650 lowercase Roman
9651 \emph default
9652 , because we're the 
9653 \emph on
9654 thirdfold
9655 \emph default
9656  
9657 \family sans
9658 Enumerate
9659 \family default
9660  environment [i.e.
9661  we're an
9662 \family sans
9663  Enumerate
9664 \family default
9665  inside an 
9666 \family sans
9667 Enumerate
9668 \family default
9669  inside an 
9670 \family sans
9671 Enumerate
9672 \family default
9673 ].
9674 \end_layout
9675
9676 \begin_layout Enumerate
9677 What happens if we 
9678 \emph on
9679 don't
9680 \emph default
9681  change the paragraph environment, but decrease the nesting depth? What
9682  type of numbering does LyX use?
9683 \end_layout
9684
9685 \begin_layout Enumerate
9686 Oh, as if you couldn't guess by now, we're just using 
9687 \family sans
9688 M-Return
9689 \family default
9690  to keep the current environment and depth but create a new item.
9691 \end_layout
9692
9693 \begin_layout Enumerate
9694 Let's use 
9695 \family sans
9696 M-p\InsetSpace ~
9697 Left
9698 \family default
9699  to decrease the depth after the next 
9700 \family sans
9701 M-Return
9702 \family default
9703 .
9704 \end_layout
9705
9706 \end_deeper
9707 \begin_layout Enumerate
9708 This is level #4.
9709  Look what type of label LyX is using!
9710 \end_layout
9711
9712 \end_deeper
9713 \begin_layout Enumerate
9714 This is level #3.
9715  Even though we've changed levels, LyX is still using a lowercase Roman
9716  numeral as the label.
9717  Why?!
9718 \end_layout
9719
9720 \begin_layout Enumerate
9721 Because, even though the nesting depth has changed, the paragraph is 
9722 \emph on
9723 still
9724 \emph default
9725  a thirdfold 
9726 \family sans
9727 Enumerate
9728 \family default
9729  environment.
9730  Notice, however, that LyX 
9731 \emph on
9732 did
9733 \emph default
9734  reset the counter for the label.
9735 \end_layout
9736
9737 \end_deeper
9738 \begin_layout Enumerate
9739 Another 
9740 \family sans
9741 M-Return
9742 \family default
9743  
9744 \family sans
9745 M-p\InsetSpace ~
9746 Left
9747 \family default
9748  sequence, and we're back to level #2.
9749  This time, we not only changed the nesting depth, but we also moved back
9750  into the twofold-nested 
9751 \family sans
9752 Enumerate
9753 \family default
9754  environment.
9755 \end_layout
9756
9757 \end_deeper
9758 \begin_layout Enumerate
9759 The same thing happens if we do another 
9760 \family sans
9761 M-Return
9762 \family default
9763  
9764 \family sans
9765 M-p\InsetSpace ~
9766 Left
9767 \family default
9768  sequence and return to level #1, the outermost level.
9769 \end_layout
9770
9771 \begin_layout Standard
9772 Lastly, we reset the environment to 
9773 \family sans
9774 Standard
9775 \family default
9776 .
9777  As you can see, the level number doesn't correspond to what type of labelling
9778  LyX uses for the 
9779 \family sans
9780 Enumerate
9781 \family default
9782  and 
9783 \family sans
9784 Itemize
9785 \family default
9786  environments.
9787  The number of 
9788 \emph on
9789 other 
9790 \family sans
9791 Enumerate
9792 \family default
9793  environments
9794 \emph default
9795  surrounding it determines what kind of label LyX uses for an 
9796 \family sans
9797 Enumerate
9798 \family default
9799  item.
9800  The same rule applies for the 
9801 \family sans
9802 Itemize
9803 \family default
9804  environment, as well.
9805 \end_layout
9806
9807 \begin_layout Subsubsection
9808 Example #4: Going Bonkers
9809 \end_layout
9810
9811 \begin_layout Enumerate
9812 We're going to go totally nuts now.
9813  We won't nest as deep as in the other examples, nor will we go into the
9814  same detail with how we did it.
9815  [level #1: 
9816 \family sans
9817 Enumerate
9818 \family default
9819 ]
9820 \end_layout
9821
9822 \begin_deeper
9823 \begin_layout Standard
9824 [
9825 \family sans
9826 Return, M-p\InsetSpace ~
9827 Right, Standard
9828 \family default
9829 : level #2] We'll stick an encapsulated description of how we created the
9830  example in brackets someplace.
9831  For example, the two keybindings are how we changed the depth.
9832  The environment name is, obviously, the name of the current environment.
9833  Either before or after this, we'll put in the level.
9834 \end_layout
9835
9836 \end_deeper
9837 \begin_layout Enumerate
9838 [
9839 \family sans
9840 Return, Enumerate
9841 \family default
9842 : level #1] This is the next item in the list.
9843 \end_layout
9844
9845 \begin_deeper
9846 \begin_layout Verse
9847 Now we'll add verse.
9848 \newline
9849 It will get much worse.
9850 \newline
9851 [
9852 \family sans
9853 Return, M-p\InsetSpace ~
9854 Right, Verse
9855 \family default
9856 : level #2]
9857 \end_layout
9858
9859 \begin_layout Verse
9860 Fiddle dee, Fiddle doo.
9861 \newline
9862 Bippitey boppitey boo!
9863 \newline
9864 [
9865 \family sans
9866 M-Return
9867 \family default
9868 ]
9869 \end_layout
9870
9871 \begin_layout Verse
9872 Here comes a table for you:
9873 \end_layout
9874
9875 \begin_deeper
9876 \begin_layout Standard
9877 \begin_inset VSpace 0.3cm
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \begin_layout Standard
9884 \align center
9885 \begin_inset Tabular
9886 <lyxtabular version="3" rows="2" columns="2">
9887 <features>
9888 <column alignment="center" valignment="top" width="0pt">
9889 <column alignment="center" valignment="top" leftline="true" width="0pt">
9890 <row>
9891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Standard
9895
9896 \family roman
9897 \series medium
9898 \shape up
9899 \size normal
9900 \emph off
9901 \bar no
9902 \noun off
9903 \color none
9904 one-fish
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Standard
9913
9914 \family roman
9915 \series medium
9916 \shape up
9917 \size normal
9918 \emph off
9919 \bar no
9920 \noun off
9921 \color none
9922 two-fish
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row topline="true">
9929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Standard
9933
9934 \family roman
9935 \series medium
9936 \shape up
9937 \size normal
9938 \emph off
9939 \bar no
9940 \noun off
9941 \color none
9942 red-fish
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Standard
9951
9952 \family roman
9953 \series medium
9954 \shape up
9955 \size normal
9956 \emph off
9957 \bar no
9958 \noun off
9959 \color none
9960 blue-fish
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 </lyxtabular>
9967
9968 \end_inset
9969
9970
9971 \end_layout
9972
9973 \end_deeper
9974 \begin_layout Verse
9975 [
9976 \family sans
9977 M-Return, Table, M-p\InsetSpace ~
9978 Right
9979 \family default
9980  3 times, 
9981 \family sans
9982 M-Return, Verse, M-p\InsetSpace ~
9983 Left
9984 \family default
9985 ]
9986 \end_layout
9987
9988 \end_deeper
9989 \begin_layout Enumerate
9990 [
9991 \family sans
9992 Return, Enumerate
9993 \family default
9994 : level #1] This is another item.
9995  Note that selecting a 
9996 \family sans
9997 Table
9998 \family default
9999  resets the nesting depth to level #1, so we increased the nesting depth
10000  3 times to put the table inside the 
10001 \family sans
10002 Verse
10003 \family default
10004  environment.
10005  
10006 \end_layout
10007
10008 \begin_layout Quotation
10009 We're now ending the 
10010 \family sans
10011 Enumerate
10012 \family default
10013  list and changing to 
10014 \family sans
10015 Quotation
10016 \family default
10017 .
10018  We're still at level #1.
10019  We want to show you some of the things you can do by mixing environments.
10020  The next set of paragraphs is a 
10021 \begin_inset Quotes eld
10022 \end_inset
10023
10024 quoted letter.
10025 \begin_inset Quotes erd
10026 \end_inset
10027
10028  We'll nest both the 
10029 \family sans
10030 Address
10031 \family default
10032  and 
10033 \family sans
10034 Right\InsetSpace ~
10035 Address
10036 \family default
10037  environments inside of this one, then use another nested 
10038 \family sans
10039 Quotation
10040 \family default
10041  for the letter body.
10042  We'll use 
10043 \family sans
10044 M-Return
10045 \family default
10046  to preserve the depth.
10047  Remember that you need to use 
10048 \family sans
10049 C-Return
10050 \family default
10051  to create multiple lines inside the 
10052 \family sans
10053 Address
10054 \family default
10055  and 
10056 \family sans
10057 Right\InsetSpace ~
10058 Address
10059 \family default
10060  environments.
10061  Here it goes:
10062 \end_layout
10063
10064 \begin_deeper
10065 \begin_layout Right Address
10066 1234 Nowhere Rd.
10067 \newline
10068 Moosegroin, MT 00100
10069 \newline
10070 9-6-96
10071 \end_layout
10072
10073 \begin_layout Address
10074 Dear Mr.\InsetSpace ~
10075 Fizlewitz:
10076 \end_layout
10077
10078 \begin_layout Quotation
10079 We regret to inform you that we cannot fill your order for 50L of compressed
10080  methane gas due to circumstances beyond our control.
10081  Unfortunately, several of our cows have mysteriously exploded, creating
10082  a backlog in our orders for methane.
10083  We will place your name on the waiting list and try to fill your order
10084  as soon as possible.
10085  In the meantime, we thank you for your patience.
10086 \end_layout
10087
10088 \begin_layout Quotation
10089 We do, however, now have a special on beef.
10090  If you are interested, please return the enclosed pricing and order form
10091  with your order, along with payment.
10092 \end_layout
10093
10094 \begin_layout Quotation
10095 We thank you again for your patience.
10096 \end_layout
10097
10098 \begin_layout Address
10099 Sincerely,
10100 \newline
10101 Bill Hick
10102 \end_layout
10103
10104 \end_deeper
10105 \begin_layout Quotation
10106 That ends that example!
10107 \end_layout
10108
10109 \begin_layout Standard
10110 As you can see, nesting environments in LyX gives you a lot of power with
10111  just a few keystrokes.
10112  We could have easily nested an 
10113 \family sans
10114 Itemize
10115 \family default
10116  list inside of a 
10117 \family sans
10118 Quotation
10119 \family default
10120  or 
10121 \family sans
10122 Quote
10123 \family default
10124 , or put a 
10125 \family sans
10126 Quote
10127 \family default
10128  inside of an 
10129 \family sans
10130 Itemize
10131 \family default
10132  list.
10133  You have a huge variety of options at your disposal.
10134 \end_layout
10135
10136 \begin_layout Section
10137 Fonts and Text Styles
10138 \end_layout
10139
10140 \begin_layout Subsection
10141 Overview
10142 \end_layout
10143
10144 \begin_layout Standard
10145 Many modern typesetting and markup languages have begun to move towards
10146  specifying character styles rather than specifying a particular font.
10147  For example, instead of changing to an italicized version of the current
10148  font to emphasize text, you use an 
10149 \begin_inset Quotes eld
10150 \end_inset
10151
10152 emphasized style
10153 \begin_inset Quotes erd
10154 \end_inset
10155
10156  instead.
10157  This concept fits in perfectly with LyX.
10158  In LyX, you do things based on contexts, rather than focusing on typesetting
10159  details.
10160 \end_layout
10161
10162 \begin_layout Standard
10163 Right now, LyX allows you to specify a global default font, and has two
10164  character styles, 
10165 \family sans
10166 Emphasized
10167 \family default
10168  and 
10169 \family sans
10170 Noun
10171 \family default
10172 .
10173  The 
10174 \family sans
10175 Emphasized
10176 \family default
10177  style corresponds to an italics font.
10178  The 
10179 \family sans
10180 Noun
10181 \family default
10182  style corresponds to a font in smallcaps, which some languages and writing
10183  styles use to typeset proper names.
10184  The LyX Team has at last (as of LyX version\InsetSpace ~
10185 1.4) introduced true character
10186  styles, but currently these must be defined explicitly in the document
10187  layout file.
10188  There's currently no GUI support to define new, or tweak existing, character
10189  styles to allow you, the user, to customize which font changes correspond
10190  to what styles.
10191 \end_layout
10192
10193 \begin_layout Subsection
10194 Global Options
10195 \end_layout
10196
10197 \begin_layout Standard
10198 You can set the default font from the 
10199 \family sans
10200 \bar under
10201 D
10202 \bar default
10203 ocument\SpecialChar \menuseparator
10204
10205 \bar under
10206 S
10207 \bar default
10208 ettings
10209 \family default
10210  dialog.
10211  The 
10212 \family sans
10213 Fonts
10214 \family default
10215  tabfolder/pane offers you a variety of possibilities to set up and adjust
10216  your document fonts.
10217  The most important ones are those in the 
10218 \family sans
10219 Font Families
10220 \family default
10221  and 
10222 \family sans
10223 Font Sizes
10224 \family default
10225  group.
10226  The possible options under 
10227 \family sans
10228 Font Families
10229 \family default
10230  include 
10231 \begin_inset Quotes eld
10232 \end_inset
10233
10234
10235 \family sans
10236 Default
10237 \family default
10238
10239 \begin_inset Quotes erd
10240 \end_inset
10241
10242  and a list of fonts available on your system, each for the 
10243 \family sans
10244 \bar under
10245 R
10246 \bar default
10247 oman
10248 \family default
10249
10250 \family sans
10251 \bar under
10252 S
10253 \bar default
10254 ans Serif
10255 \family default
10256  and 
10257 \family sans
10258 T
10259 \bar under
10260 y
10261 \bar default
10262 pewriter
10263 \family default
10264  (a.\InsetSpace \thinspace{}
10265 k.\InsetSpace \thinspace{}
10266 a.
10267  Monospaced) family of fonts.
10268  The option 
10269 \begin_inset Quotes eld
10270 \end_inset
10271
10272
10273 \family sans
10274 Default
10275 \family default
10276
10277 \begin_inset Quotes erd
10278 \end_inset
10279
10280  uses the fonts that are specified by the document class you are using.
10281  Often, these are the standard TeX fonts, known as 
10282 \begin_inset Quotes eld
10283 \end_inset
10284
10285 computer modern
10286 \begin_inset Quotes erd
10287 \end_inset
10288
10289  (cm) or 
10290 \begin_inset Quotes eld
10291 \end_inset
10292
10293 European modern
10294 \begin_inset Quotes erd
10295 \end_inset
10296
10297  (ec).
10298  Depending on the document class, however, it might as well be another font.
10299  Most fonts in the list should be installed on your system.
10300  For others, you might have to get and install the fonts first (LyX indicates
10301  if a font is not installed).
10302  Please have a look at 
10303 \family sans
10304 \bar under
10305 H
10306 \bar default
10307 elp\SpecialChar \menuseparator
10308
10309 \bar under
10310 L
10311 \bar default
10312 aTeX Configuration 
10313 \family default
10314 about where to get the fonts.
10315  Installing a new font for LaTeX is, unfortunately, not as easy as installing
10316  a new font to common operation systems.
10317  However, most font packages include a step-by-step instruction.
10318 \end_layout
10319
10320 \begin_layout Standard
10321 In most cases, the default family of a document class is roman (a.\InsetSpace \thinspace{}
10322 k.\InsetSpace \thinspace{}
10323 a.
10324  serif), so the roman font (e.\InsetSpace \thinspace{}
10325 g.
10326  Times) will be used all over, unless you select 
10327 \begin_inset Quotes eld
10328 \end_inset
10329
10330 Sans Serif
10331 \begin_inset Quotes erd
10332 \end_inset
10333
10334  od 
10335 \begin_inset Quotes eld
10336 \end_inset
10337
10338 Typewriter
10339 \begin_inset Quotes erd
10340 \end_inset
10341
10342  from 
10343 \family sans
10344 \bar under
10345 E
10346 \bar default
10347 dit\SpecialChar \menuseparator
10348 Text St
10349 \bar under
10350 y
10351 \bar default
10352 le 
10353 \family default
10354 for specific selections of the text (see below section 
10355 \begin_inset LatexCommand \ref{sub:Text-Style-Dialog}
10356
10357 \end_inset
10358
10359 ).
10360
10361 \family sans
10362  
10363 \family default
10364 The 
10365 \family sans
10366 Default\InsetSpace ~
10367 Family
10368 \family default
10369  option lets you change this.
10370  So if you want your document (including footnotes etc.), say, all over in
10371  Helvetica, chose 
10372 \begin_inset Quotes eld
10373 \end_inset
10374
10375 Helvetica
10376 \begin_inset Quotes erd
10377 \end_inset
10378
10379  as 
10380 \family sans
10381 Sans Serif
10382 \family default
10383  Font and 
10384 \begin_inset Quotes eld
10385 \end_inset
10386
10387 Sans Serif
10388 \begin_inset Quotes erd
10389 \end_inset
10390
10391  as 
10392 \family sans
10393 Default\InsetSpace ~
10394 Family
10395 \family default
10396 .
10397 \end_layout
10398
10399 \begin_layout Standard
10400 In the 
10401 \family sans
10402 Font\InsetSpace ~
10403
10404 \bar under
10405 S
10406 \bar default
10407 izes
10408 \family default
10409  group, you can usually select from four possible 
10410 \family sans
10411 Base\InsetSpace ~
10412 Size
10413 \family default
10414  values: 
10415 \family sans
10416 default, 10
10417 \family default
10418
10419 \family sans
10420 11
10421 \family default
10422 , and 
10423 \family sans
10424 12
10425 \family default
10426  (some document classes provide more, some less choices).
10427  Remember, this is the 
10428 \emph on
10429 base
10430 \emph default
10431  font size.
10432  LyX actually scales all of the other possible font sizes (such as those
10433  used in footnotes, superscripts, and subscripts) by this value.
10434  You can always fine-tune the font size from within the document if you
10435  need to.
10436  It's also rather silly to use an 8pt or 24pt font as the default font size,
10437  as this typically renders your document unreadable.
10438 \end_layout
10439
10440 \begin_layout Standard
10441 Some Sans Serif and Typewriter Fonts provide the possibility to be scaled.
10442  This might be useful, if a Sans Serif or Typewriter Font has a different
10443  height than the Roman Font.
10444  Please be careful with this option, it can be easily misused.
10445 \end_layout
10446
10447 \begin_layout Standard
10448 In the 
10449 \family sans
10450 Advanced Options
10451 \family default
10452  group box, you'll finally find possibilities for using so-called 
10453 \begin_inset Quotes eld
10454 \end_inset
10455
10456 expert settings
10457 \begin_inset Quotes erd
10458 \end_inset
10459
10460 , given that they are provided by a certain font.
10461  
10462 \family sans
10463 Use true S
10464 \bar under
10465 m
10466 \bar default
10467 all Caps
10468 \family default
10469  indicates that lots of fonts do not use real, but 
10470 \emph on
10471 faked
10472 \emph default
10473  Small Caps.
10474  True Small Caps are specifically designed characters, whereas faked Small
10475  Caps are just scaled Capital letters.
10476  The former looks way better, so if a font offers you the choice, you should
10477  check this option.
10478  
10479 \family sans
10480 Use 
10481 \bar under
10482 O
10483 \bar default
10484 ld Style Figures
10485 \family default
10486  finally lets you select so called Old Style Figures (a.\InsetSpace \thinspace{}
10487 k.\InsetSpace \thinspace{}
10488 a.
10489  Medieval Figures, i.\InsetSpace \thinspace{}
10490 e.
10491  figures with ascending or descending form) instead of the standard Lining
10492  Figures.
10493  Old Style Figures are often preferred due to better legibility in the text,
10494  but it's certainly also a matter of taste.
10495  Just try it out, if it is provided for your font of choice.
10496  Note that math figures are 
10497 \emph on
10498 not
10499 \emph default
10500  affected by this choice.
10501 \end_layout
10502
10503 \begin_layout Standard
10504 Please note that even if LyX tries its best in guessing what fonts are installed
10505  and which options are provided by a given font, it might fail if the fonts
10506  are not set up correctly.
10507 \end_layout
10508
10509 \begin_layout Standard
10510 Note further that once you choose a new value for 
10511 \family sans
10512 \bar under
10513 F
10514 \bar default
10515 onts
10516 \family default
10517  or 
10518 \family sans
10519 Font\InsetSpace ~
10520
10521 \bar under
10522 S
10523 \bar default
10524 ize
10525 \family default
10526 , LyX does 
10527 \emph on
10528 not
10529 \emph default
10530  change the screen.
10531  You'll only see a difference once you generate the final output.
10532  This is part of the WYSIWYM concept.
10533  The only visible change is caused by a change of the default font family.
10534  However, you certainly noticed that, for instance, the roman font on screen
10535  is just a representation of 
10536 \begin_inset Quotes eld
10537 \end_inset
10538
10539 Roman
10540 \begin_inset Quotes erd
10541 \end_inset
10542
10543  (as set up in the 
10544 \family sans
10545 \bar under
10546 T
10547 \bar default
10548 ools\SpecialChar \menuseparator
10549
10550 \bar under
10551 P
10552 \bar default
10553 references
10554 \family default
10555  dialog), not of the actual roman document font.
10556 \end_layout
10557
10558 \begin_layout Subsection
10559 Using Different Character Styles
10560 \end_layout
10561
10562 \begin_layout Standard
10563 As we've already seen, LyX automatically changes the character style for
10564  certain paragraph environments.
10565  We also mentioned two other character styles, 
10566 \family sans
10567 Emphasized
10568 \family default
10569  and 
10570 \family sans
10571 Noun
10572 \family default
10573 .
10574  You can activate both of these styles via keybindings, the menus, and the
10575  toolbar.
10576 \end_layout
10577
10578 \begin_layout Standard
10579 To activate the 
10580 \family sans
10581 Noun
10582 \family default
10583  style, do one of the following:
10584 \end_layout
10585
10586 \begin_layout Itemize
10587 click on the toolbar button with the person-shaped icon
10588 \end_layout
10589
10590 \begin_layout Itemize
10591 use the keybinding 
10592 \family sans
10593 M-c\InsetSpace ~
10594 c
10595 \end_layout
10596
10597 \begin_layout Standard
10598 These commands are all toggles.
10599  That is, if 
10600 \family sans
10601 Noun
10602 \family default
10603  style is already active, they deactivate it.
10604 \end_layout
10605
10606 \begin_layout Standard
10607 One typically uses the 
10608 \family sans
10609 Noun
10610 \family default
10611  style for proper names.
10612  For example: 
10613 \begin_inset Quotes eld
10614 \end_inset
10615
10616
10617 \noun on
10618 Matthias Ettrich
10619 \noun default
10620  is the original author of LyX.
10621 \begin_inset Quotes erd
10622 \end_inset
10623
10624
10625 \end_layout
10626
10627 \begin_layout Standard
10628 A more widely used character style is the 
10629 \family sans
10630 Emphasized
10631 \family default
10632  style.
10633  You can activate [or deactivate - it's also a toggle] the 
10634 \family sans
10635 Emphasized
10636 \family default
10637  style by:
10638 \end_layout
10639
10640 \begin_layout Itemize
10641 clicking on the toolbar button with the 
10642 \begin_inset Quotes eld
10643 \end_inset
10644
10645 !
10646 \begin_inset Quotes erd
10647 \end_inset
10648
10649  character on it
10650 \end_layout
10651
10652 \begin_layout Itemize
10653 using the keybindings 
10654 \family sans
10655 M-c\InsetSpace ~
10656 e
10657 \end_layout
10658
10659 \begin_layout Standard
10660 At the moment, the 
10661 \family sans
10662 Emphasized
10663 \family default
10664  style is equivalent to an italicized font.
10665  We have plans to make that association more user-configurable in the future.
10666 \end_layout
10667
10668 \begin_layout Standard
10669 We've been using the 
10670 \family sans
10671 Emphasized
10672 \family default
10673  style all over the place in this document.
10674  Here's one more example:
10675 \end_layout
10676
10677 \begin_layout Quotation
10678
10679 \emph on
10680 Don't overuse character styles!
10681 \end_layout
10682
10683 \begin_layout Standard
10684 It's also a warning in addition to an example.
10685  One's writing should parallel ordinary conversation.
10686  Since we don't all constantly scream at each other, we should also avoid
10687  the common tendency to overuse character style.
10688  
10689 \end_layout
10690
10691 \begin_layout Standard
10692 Oh --- one last note: You can always reset to the default font using the
10693  keybinding 
10694 \family sans
10695 M-c\InsetSpace ~
10696 Space
10697 \family default
10698 .
10699 \end_layout
10700
10701 \begin_layout Subsection
10702 Fine-Tuning with the 
10703 \family sans
10704 Character Layout
10705 \family default
10706  dialog
10707 \begin_inset LatexCommand \label{sub:Text-Style-Dialog}
10708
10709 \end_inset
10710
10711
10712 \end_layout
10713
10714 \begin_layout Standard
10715 There are always occasions when you'll need to do some fine-tuning, so LyX
10716  gives you a way to create custom character style.
10717  For example, an academic journal or a corporation may have a style sheet
10718  requiring a sans-serif font be used in certain situations.
10719 \begin_inset Foot
10720 status collapsed
10721
10722 \begin_layout Standard
10723 Note from 
10724 \noun on
10725 John Weiss
10726 \noun default
10727 : There is, in fact, such a style sheet for the LyX Documentation, since
10728  manuals need a certain amount of consistency.
10729 \end_layout
10730
10731 \end_inset
10732
10733  Also, writers sometimes use a different font to offset a character's thoughts
10734  from ordinary dialogue.
10735 \end_layout
10736
10737 \begin_layout Standard
10738 Before we document how to use custom character style, we want to issue a
10739  warning yet again: Don't overuse character styles.
10740  Many modern word processors have a vast array of fonts available to them,
10741  providing you with the power of a printing press.
10742  Unfortunately, there is a tendency to overuse that power.
10743  The phrase, 
10744 \begin_inset Quotes eld
10745 \end_inset
10746
10747 Using a sledgehammer to swat a fly,
10748 \begin_inset Quotes erd
10749 \end_inset
10750
10751  comes to mind.
10752  And, as the old saying implies, documents that overuse different fonts
10753  and sizes tend to look like someone's knocked huge holes in them.
10754 \end_layout
10755
10756 \begin_layout Standard
10757 Enough complaining.
10758 \end_layout
10759
10760 \begin_layout Standard
10761 To use custom fonts, open the 
10762 \family sans
10763 \bar under
10764 E
10765 \bar default
10766 dit\SpecialChar \menuseparator
10767 Text\InsetSpace ~
10768
10769 \bar under
10770 S
10771 \bar default
10772 tyle
10773 \family default
10774  dialog.
10775  There are seven buttons on this dialog, each corresponding to a different
10776  font property which you can choose.
10777  You can choose an option for one of these seven properties, or select 
10778 \family sans
10779 No\InsetSpace ~
10780 change
10781 \family default
10782 , which keeps the current state of that property.
10783  The item 
10784 \family sans
10785 Reset
10786 \family default
10787  will reset the property to whatever is the default for the hosting paragraph
10788  environment.
10789  You can use this to reset attributes across a bunch of different paragraph
10790  environments in a snap.
10791 \end_layout
10792
10793 \begin_layout Standard
10794 The seven font properties, and their options [in addition to 
10795 \family sans
10796 No\InsetSpace ~
10797 change
10798 \family default
10799  and 
10800 \family sans
10801 Reset
10802 \family default
10803 ] are:
10804 \end_layout
10805
10806 \begin_layout Labeling
10807 \labelwidthstring MMMMM
10808
10809 \family sans
10810 \bar under
10811 F
10812 \bar default
10813 amily
10814 \family default
10815  The 
10816 \begin_inset Quotes eld
10817 \end_inset
10818
10819 overall look
10820 \begin_inset Quotes erd
10821 \end_inset
10822
10823  of the font.
10824  The possible options are:
10825 \end_layout
10826
10827 \begin_deeper
10828 \begin_layout Labeling
10829 \labelwidthstring MMMMMM
10830
10831 \family sans
10832 Roman
10833 \family default
10834  This is the Roman font family.
10835 \end_layout
10836
10837 \begin_deeper
10838 \begin_layout Standard
10839 It's also the default family.
10840  [keybinding = 
10841 \family sans
10842 M-c\InsetSpace ~
10843 r
10844 \family default
10845 ]
10846 \end_layout
10847
10848 \end_deeper
10849 \begin_layout Labeling
10850 \labelwidthstring MMMMMM
10851
10852 \family sans
10853 Sans\InsetSpace ~
10854 Serif
10855 \family default
10856  
10857 \family sans
10858 This is the Sans Serif font family.
10859 \end_layout
10860
10861 \begin_deeper
10862 \begin_layout Standard
10863 [keybinding = 
10864 \family sans
10865 M-c\InsetSpace ~
10866 s
10867 \family default
10868 ]
10869 \end_layout
10870
10871 \end_deeper
10872 \begin_layout Labeling
10873 \labelwidthstring MMMMMM
10874
10875 \family sans
10876 Typewriter
10877 \family default
10878  
10879 \family typewriter
10880 This is the Typewriter font family.
10881 \end_layout
10882
10883 \begin_deeper
10884 \begin_layout Standard
10885 [keybinding = 
10886 \family sans
10887 M-c\InsetSpace ~
10888 p
10889 \family default
10890 ]
10891 \end_layout
10892
10893 \end_deeper
10894 \end_deeper
10895 \begin_layout Labeling
10896 \labelwidthstring MMMMM
10897
10898 \family sans
10899 \bar under
10900 S
10901 \bar default
10902 eries
10903 \family default
10904  This corresponds to the print weight.
10905  Options are:
10906 \end_layout
10907
10908 \begin_deeper
10909 \begin_layout Labeling
10910 \labelwidthstring MMMMMM
10911
10912 \family sans
10913 Medium
10914 \family default
10915  This is the Medium font series.
10916 \end_layout
10917
10918 \begin_deeper
10919 \begin_layout Standard
10920 It's also the default series.
10921 \end_layout
10922
10923 \end_deeper
10924 \begin_layout Labeling
10925 \labelwidthstring MMMMMM
10926
10927 \family sans
10928 Bold
10929 \family default
10930  
10931 \series bold
10932 This is the Bold font series.
10933 \end_layout
10934
10935 \begin_deeper
10936 \begin_layout Standard
10937 You can toggle this series on or off with the keybinding 
10938 \family sans
10939 M-c\InsetSpace ~
10940 b
10941 \family default
10942 .
10943 \end_layout
10944
10945 \end_deeper
10946 \end_deeper
10947 \begin_layout Labeling
10948 \labelwidthstring MMMMM
10949
10950 \family sans
10951 S
10952 \bar under
10953 h
10954 \bar default
10955 ape
10956 \family default
10957  As the name implies.
10958  Options are:
10959 \end_layout
10960
10961 \begin_deeper
10962 \begin_layout Labeling
10963 \labelwidthstring MMMMMM
10964
10965 \family sans
10966 Upright
10967 \family default
10968  This is the Upright font shape.
10969 \end_layout
10970
10971 \begin_deeper
10972 \begin_layout Standard
10973 It's also the default shape.
10974 \end_layout
10975
10976 \end_deeper
10977 \begin_layout Labeling
10978 \labelwidthstring MMMMMM
10979
10980 \family sans
10981 Italic
10982 \family default
10983  
10984 \shape italic
10985 This 
10986 \family sans
10987 i
10988 \family default
10989 s the Italic font shape
10990 \shape default
10991 \emph on
10992 .
10993 \end_layout
10994
10995 \begin_layout Labeling
10996 \labelwidthstring MMMMMM
10997
10998 \family sans
10999 Slanted
11000 \family default
11001  
11002 \shape slanted
11003 This is the Slanted font shape
11004 \family sans
11005  
11006 \family default
11007 \shape default
11008 (although it might not be visible on screen, this is different from italic).
11009 \end_layout
11010
11011 \begin_layout Labeling
11012 \labelwidthstring MMMMMM
11013
11014 \family sans
11015 Small\InsetSpace ~
11016 Caps
11017 \family default
11018  
11019 \shape smallcaps
11020 This is the Small caps font shape
11021 \shape default
11022 \noun on
11023 .
11024 \end_layout
11025
11026 \end_deeper
11027 \begin_layout Labeling
11028 \labelwidthstring MMMMM
11029
11030 \family sans
11031 Si
11032 \bar under
11033 z
11034 \bar default
11035 e
11036 \family default
11037  Alters the size of the font.
11038  You'll find no numerical values here; all possible sizes are actually proportio
11039 nal to the default font size.
11040  Once again, you don't feed LyX the details, but a general description of
11041  what you want to do.
11042 \end_layout
11043
11044 \begin_deeper
11045 \begin_layout Standard
11046 The options [and their keybindings] are:
11047 \end_layout
11048
11049 \begin_layout Labeling
11050 \labelwidthstring MMMMMM
11051
11052 \family sans
11053 Tiny
11054 \family default
11055  
11056 \size tiny
11057 This is the 
11058 \begin_inset Quotes eld
11059 \end_inset
11060
11061 Tiny
11062 \begin_inset Quotes erd
11063 \end_inset
11064
11065  font size.
11066 \end_layout
11067
11068 \begin_deeper
11069 \begin_layout Standard
11070 [keybinding = 
11071 \family sans
11072 M-s\InsetSpace ~
11073 t
11074 \family default
11075  or 
11076 \family sans
11077 M-s\InsetSpace ~
11078 1
11079 \family default
11080 ]
11081 \end_layout
11082
11083 \end_deeper
11084 \begin_layout Labeling
11085 \labelwidthstring MMMMMM
11086
11087 \family sans
11088 Smallest 
11089 \family default
11090 \size scriptsize
11091 This is the 
11092 \begin_inset Quotes eld
11093 \end_inset
11094
11095 Smallest
11096 \begin_inset Quotes erd
11097 \end_inset
11098
11099  font size
11100 \end_layout
11101
11102 \begin_deeper
11103 \begin_layout Standard
11104 [keybinding = 
11105 \family sans
11106 M-s\InsetSpace ~
11107
11108 \family default
11109 2]
11110 \end_layout
11111
11112 \end_deeper
11113 \begin_layout Labeling
11114 \labelwidthstring MMMMMM
11115
11116 \family sans
11117 Smaller 
11118 \family default
11119 \size footnotesize
11120 This is the 
11121 \begin_inset Quotes eld
11122 \end_inset
11123
11124 Smaller
11125 \begin_inset Quotes erd
11126 \end_inset
11127
11128  font size
11129 \end_layout
11130
11131 \begin_deeper
11132 \begin_layout Standard
11133 [keybinding = 
11134 \family sans
11135 M-s\InsetSpace ~
11136 S
11137 \family default
11138  or 
11139 \family sans
11140 M-s\InsetSpace ~
11141
11142 \family default
11143 3]
11144 \end_layout
11145
11146 \end_deeper
11147 \begin_layout Labeling
11148 \labelwidthstring MMMMMM
11149
11150 \family sans
11151 Small
11152 \family default
11153  
11154 \size small
11155 This is the 
11156 \begin_inset Quotes eld
11157 \end_inset
11158
11159 Small
11160 \begin_inset Quotes erd
11161 \end_inset
11162
11163  font size.
11164 \end_layout
11165
11166 \begin_deeper
11167 \begin_layout Standard
11168 [keybinding = 
11169 \family sans
11170 M-s\InsetSpace ~
11171 s
11172 \family default
11173  or 
11174 \family sans
11175 M-s\InsetSpace ~
11176
11177 \family default
11178 4]
11179 \end_layout
11180
11181 \end_deeper
11182 \begin_layout Labeling
11183 \labelwidthstring MMMMMM
11184
11185 \family sans
11186 Normal
11187 \family default
11188  This is the 
11189 \begin_inset Quotes eld
11190 \end_inset
11191
11192 Normal
11193 \begin_inset Quotes erd
11194 \end_inset
11195
11196  font size.
11197 \end_layout
11198
11199 \begin_deeper
11200 \begin_layout Standard
11201 It's also the default size.
11202  [keybinding = 
11203 \family sans
11204 M-s\InsetSpace ~
11205 n
11206 \family default
11207  or 
11208 \family sans
11209 M-s\InsetSpace ~
11210
11211 \family default
11212 5]
11213 \end_layout
11214
11215 \end_deeper
11216 \begin_layout Labeling
11217 \labelwidthstring MMMMMM
11218
11219 \family sans
11220 Large
11221 \family default
11222  
11223 \size large
11224 This is the 
11225 \begin_inset Quotes eld
11226 \end_inset
11227
11228 Large
11229 \begin_inset Quotes erd
11230 \end_inset
11231
11232  font size.
11233 \end_layout
11234
11235 \begin_deeper
11236 \begin_layout Standard
11237 [keybinding = 
11238 \family sans
11239 M-s\InsetSpace ~
11240 l
11241 \family default
11242  or 
11243 \family sans
11244 M-s\InsetSpace ~
11245
11246 \family default
11247 6]
11248 \end_layout
11249
11250 \end_deeper
11251 \begin_layout Labeling
11252 \labelwidthstring MMMMMM
11253
11254 \family sans
11255 Larger
11256 \family default
11257  
11258 \size larger
11259 This is the 
11260 \begin_inset Quotes eld
11261 \end_inset
11262
11263 Larger
11264 \begin_inset Quotes erd
11265 \end_inset
11266
11267  font size.
11268 \end_layout
11269
11270 \begin_deeper
11271 \begin_layout Standard
11272 [keybinding = 
11273 \family sans
11274 M-s\InsetSpace ~
11275 S-L
11276 \family default
11277  or 
11278 \family sans
11279 M-s\InsetSpace ~
11280
11281 \family default
11282 7]
11283 \end_layout
11284
11285 \end_deeper
11286 \begin_layout Labeling
11287 \labelwidthstring MMMMMM
11288
11289 \family sans
11290 Largest
11291 \family default
11292  
11293 \size largest
11294 This is the 
11295 \begin_inset Quotes eld
11296 \end_inset
11297
11298 Largest
11299 \begin_inset Quotes erd
11300 \end_inset
11301
11302  font size.
11303 \end_layout
11304
11305 \begin_deeper
11306 \begin_layout Standard
11307 [keybinding = 
11308 \family sans
11309 M-s\InsetSpace ~
11310
11311 \family default
11312 8]
11313 \end_layout
11314
11315 \end_deeper
11316 \begin_layout Labeling
11317 \labelwidthstring MMMMMM
11318
11319 \family sans
11320 Huge
11321 \family default
11322  
11323 \size huge
11324 This is the 
11325 \begin_inset Quotes eld
11326 \end_inset
11327
11328 Huge
11329 \begin_inset Quotes erd
11330 \end_inset
11331
11332  font size.
11333 \end_layout
11334
11335 \begin_deeper
11336 \begin_layout Standard
11337 [keybinding = 
11338 \family sans
11339 M-s\InsetSpace ~
11340 h
11341 \family default
11342  or 
11343 \family sans
11344 M-s\InsetSpace ~
11345
11346 \family default
11347 9]
11348 \end_layout
11349
11350 \end_deeper
11351 \begin_layout Labeling
11352 \labelwidthstring MMMMMM
11353
11354 \family sans
11355 Huger
11356 \family default
11357  
11358 \size giant
11359 This is the 
11360 \begin_inset Quotes eld
11361 \end_inset
11362
11363 Huger
11364 \begin_inset Quotes erd
11365 \end_inset
11366
11367  font size.
11368 \end_layout
11369
11370 \begin_deeper
11371 \begin_layout Standard
11372 [keybinding = 
11373 \family sans
11374 M-s\InsetSpace ~
11375 H
11376 \family default
11377  or 
11378 \family sans
11379 M-s\InsetSpace ~
11380
11381 \family default
11382 0]
11383 \end_layout
11384
11385 \end_deeper
11386 \begin_layout Standard
11387 We'll warn you 
11388 \emph on
11389 yet again
11390 \emph default
11391 : don't go crazy with this feature.
11392  You should almost never need to change the font size.
11393  LyX automatically changes the font size for different paragraph environments
11394  - use that instead.
11395  This is here for fine-tuning 
11396 \emph on
11397 only!
11398 \end_layout
11399
11400 \end_deeper
11401 \begin_layout Labeling
11402 \labelwidthstring MMMMM
11403
11404 \family sans
11405 \bar under
11406 M
11407 \bar default
11408 isc
11409 \family default
11410  Here you can change a few other things at the character level.
11411  Options are:
11412 \end_layout
11413
11414 \begin_deeper
11415 \begin_layout Labeling
11416 \labelwidthstring MMMMMM
11417
11418 \family sans
11419 Emph
11420 \family default
11421  
11422 \emph on
11423 This is text with emphasize on
11424 \emph default
11425 .
11426 \end_layout
11427
11428 \begin_deeper
11429 \begin_layout Standard
11430 This might seem like the same as 
11431 \shape italic
11432 Italic
11433 \shape default
11434 , but it is actually a bit different.
11435  If you use emphasize on italicized text, it will make it upright.
11436  In future versions of LyX, we hope to let you customize the exact behavior
11437  of this 
11438 \emph on
11439 logical
11440 \emph default
11441  property.
11442 \end_layout
11443
11444 \end_deeper
11445 \begin_layout Labeling
11446 \labelwidthstring MMMMMM
11447
11448 \family sans
11449 Underbar
11450 \family default
11451  
11452 \bar under
11453 This is text with Underbar on.
11454 \end_layout
11455
11456 \begin_deeper
11457 \begin_layout Standard
11458 [keybinding = 
11459 \family sans
11460 M-c\InsetSpace ~
11461 u
11462 \family default
11463 ]
11464 \end_layout
11465
11466 \end_deeper
11467 \begin_layout Labeling
11468 \labelwidthstring MMMMMM
11469
11470 \family sans
11471 Noun
11472 \family default
11473  
11474 \noun on
11475 This is text with Noun on.
11476 \end_layout
11477
11478 \begin_deeper
11479 \begin_layout Standard
11480 Like 
11481 \family sans
11482 Emph
11483 \family default
11484 , this is a logical attribute.
11485  For the moment, it is equivalent to 
11486 \family sans
11487 Small\InsetSpace ~
11488 Caps
11489 \family default
11490 , but that is bound to change some day.
11491 \end_layout
11492
11493 \end_deeper
11494 \begin_layout Standard
11495 Avoid using underbar if you can! It's a holdover from the typewriter days,
11496  when you couldn't change fonts.
11497  We no longer need to resort to emphasizing text by overstriking it with
11498  an underscore character.
11499  It's only included in LyX because it's also in LaTeX, and because some
11500  people 
11501 \emph on
11502 may
11503 \emph default
11504  need it in order to follow style sheets for journal submissions (and in
11505  fact we use it in these manuals to indicate keyboard shortcuts for menu
11506  items).
11507 \end_layout
11508
11509 \end_deeper
11510 \begin_layout Labeling
11511 \labelwidthstring 00.00.0000
11512
11513 \family sans
11514 Color 
11515 \family default
11516 You can adjust the color of the text with this control.
11517  Of course, you need to have a color printer to exploit this, but you also
11518  need to have the 
11519 \family sans
11520 color 
11521 \family default
11522 LaTeX package installed.
11523  Notice that 
11524 \family typewriter
11525 xdvi
11526 \family default
11527  is not able to display these colors.
11528  Besides 
11529 \family sans
11530 No\InsetSpace ~
11531 color
11532 \family default
11533 , which
11534 \family sans
11535  
11536 \family default
11537 is the standard 
11538 \begin_inset Quotes eld
11539 \end_inset
11540
11541 color
11542 \begin_inset Quotes erd
11543 \end_inset
11544
11545 , you can choose between 
11546 \family sans
11547 Black
11548 \family default
11549
11550 \family sans
11551 White
11552 \family default
11553
11554 \family sans
11555 Red
11556 \family default
11557
11558 \family sans
11559 Green
11560 \family default
11561
11562 \family sans
11563 Blue
11564 \family default
11565
11566 \family sans
11567 Cyan
11568 \family default
11569
11570 \family sans
11571 Magenta
11572 \family default
11573  and 
11574 \family sans
11575 Yellow
11576 \family default
11577  text.
11578 \end_layout
11579
11580 \begin_layout Labeling
11581 \labelwidthstring 00.00.0000
11582
11583 \family sans
11584 Language 
11585 \family default
11586 This is used to mark regions of text as having a different language from
11587  the language of the document.
11588  Text marked in this way will be underlined in blue to indicate the change.
11589 \end_layout
11590
11591 \begin_layout Standard
11592 You have a huge number of combinations to choose from.
11593 \end_layout
11594
11595 \begin_layout Standard
11596 Once you've chosen a new character style via the 
11597 \family sans
11598 \bar under
11599 E
11600 \bar default
11601 dit\SpecialChar \menuseparator
11602 Text\InsetSpace ~
11603
11604 \bar under
11605 S
11606 \bar default
11607 tyle
11608 \family default
11609  dialog, you can activate it using the toolbar button labelled 
11610 \begin_inset Quotes eld
11611 \end_inset
11612
11613 Font
11614 \begin_inset Quotes erd
11615 \end_inset
11616
11617 , or select 
11618 \family sans
11619 \bar under
11620 A
11621 \bar default
11622 pply
11623 \family default
11624 .
11625  The toolbar button lets you toggle the state of your custom character style
11626  even when the dialog isn't visible.
11627  
11628 \end_layout
11629
11630 \begin_layout Standard
11631 As we stated earlier, to completely reset the character style to the default,
11632  use 
11633 \family sans
11634 M-c\InsetSpace ~
11635 Space
11636 \family default
11637 .
11638  If you want to toggle only those properties that you have just changed
11639  (suppose you just sent the shape to 
11640 \begin_inset Quotes eld
11641 \end_inset
11642
11643 slanted
11644 \begin_inset Quotes erd
11645 \end_inset
11646
11647  and the series to 
11648 \begin_inset Quotes eld
11649 \end_inset
11650
11651 bold
11652 \begin_inset Quotes erd
11653 \end_inset
11654
11655 ), set the 
11656 \family sans
11657 Toggle on all these
11658 \family default
11659  switch and press 
11660 \family sans
11661 \bar under
11662 A
11663 \bar default
11664 pply
11665 \family default
11666 .
11667  
11668 \end_layout
11669
11670 \begin_layout Standard
11671 We conclude with the same warning we've been spewing: Don't overuse the
11672  fonts.
11673  They are, more often than not, a kludge and a horrible substitute for good
11674  writing.
11675  Your writing should speak for itself --- and will.
11676 \end_layout
11677
11678 \begin_layout Section
11679 Printing and Previewing
11680 \end_layout
11681
11682 \begin_layout Subsection
11683 Overview
11684 \end_layout
11685
11686 \begin_layout Standard
11687 Now that we've covered some of the basic features of document preparation
11688  using LyX, you probably want to know how to print out your masterpiece.
11689  Before we tell you that, however, we want to give you a quickie explanation
11690  of what goes on behind-the-scenes.
11691  We cover this information in much greater detail in the 
11692 \emph on
11693 Extended Features
11694 \emph default
11695  manual as well.
11696 \end_layout
11697
11698 \begin_layout Standard
11699 LyX uses a program called 
11700 \begin_inset Quotes eld
11701 \end_inset
11702
11703 LaTeX
11704 \begin_inset Quotes erd
11705 \end_inset
11706
11707  as its backend.
11708  (Actually, LaTeX is just a macro package for the TeX typesetting system,
11709  but to prevent confusion, we'll just refer to the whole magilla as 
11710 \begin_inset Quotes eld
11711 \end_inset
11712
11713 LaTeX.
11714 \begin_inset Quotes erd
11715 \end_inset
11716
11717 ) Think of it this way: LyX is what you use to do your actual writing.
11718  Then, LyX calls LaTeX to turn your writing into printable output.
11719  This happens in a couple of stages:
11720 \end_layout
11721
11722 \begin_layout Enumerate
11723 First, LyX converts your document to a series of text commands for LaTeX,
11724  generating a file with the extension, 
11725 \begin_inset Quotes eld
11726 \end_inset
11727
11728
11729 \family typewriter
11730 .tex
11731 \family default
11732
11733 \begin_inset Quotes erd
11734 \end_inset
11735
11736 .
11737  
11738 \end_layout
11739
11740 \begin_layout Enumerate
11741 Next, LaTeX uses the commands in the 
11742 \family typewriter
11743 .tex
11744 \family default
11745  file to produce printable output.
11746  It doesn't know anything about your printer, however.
11747  Instead, LaTeX produces what's known as a 
11748 \emph on
11749 device-independent
11750 \emph default
11751  file, or DVI for short.
11752  The actual output is in a file with the extension, 
11753 \begin_inset Quotes eld
11754 \end_inset
11755
11756
11757 \family typewriter
11758 .dvi
11759 \family default
11760
11761 \begin_inset Quotes erd
11762 \end_inset
11763
11764 .
11765  DVI files are completely portable; you can move them from one machine to
11766  another without needing to do any sort of conversion.
11767 \end_layout
11768
11769 \begin_deeper
11770 \begin_layout Description
11771 NOTE: The DVI file only contains what was in the LaTeX file itself.
11772  If you have included PostScript pictures in your document, there will only
11773  be a link to these files.
11774  So don't forget these files if you move your 
11775 \family typewriter
11776 .dvi
11777 \family default
11778  file to another computer.
11779 \end_layout
11780
11781 \end_deeper
11782 \begin_layout Enumerate
11783 Consider the 
11784 \family typewriter
11785 .dvi
11786 \family default
11787  file to be the 
11788 \begin_inset Quotes eld
11789 \end_inset
11790
11791 final output.
11792 \begin_inset Quotes erd
11793 \end_inset
11794
11795  Once you have it, you can view it, print it, or convert it to other formats.
11796 \end_layout
11797
11798 \begin_deeper
11799 \begin_layout Enumerate
11800 You can view 
11801 \family typewriter
11802 .dvi
11803 \family default
11804  files using a program called 
11805 \family typewriter
11806 xdvi
11807 \family default
11808 .
11809 \end_layout
11810
11811 \begin_layout Enumerate
11812 Some printers and Unix systems understand DVI, and can print your 
11813 \family typewriter
11814 .dvi
11815 \family default
11816  file directly.
11817 \end_layout
11818
11819 \begin_layout Enumerate
11820 Nowadays, most printers understand the PostScript format.
11821  LyX automatically converts the 
11822 \family typewriter
11823 .dvi
11824 \family default
11825  file to a PostScript file for you when you go to print out your document.
11826  LyX will also let you preview a PostScript version of your document using
11827  the program 
11828 \family typewriter
11829 ghostview
11830 \family default
11831 .
11832 \end_layout
11833
11834 \begin_deeper
11835 \begin_layout Standard
11836 One advantage of using PostScript® is that the converter program [called
11837  
11838 \family typewriter
11839 dvips
11840 \family default
11841 ] takes any PostScript graphics you may have included in your document and
11842  puts it into the resulting PostScript version of your document.
11843  It also includes any special fonts you may have used.
11844  That makes the PostScript version much, much more portable than the DVI
11845  version.
11846 \end_layout
11847
11848 \end_deeper
11849 \end_deeper
11850 \begin_layout Standard
11851 LyX does all of these steps automagically for you.
11852 \end_layout
11853
11854 \begin_layout Standard
11855 As you have seen, a lot of things happen before you get a hardcopy or a
11856  preview of your document.
11857  So, don't worry if printing requires a bit more time than with other word
11858  processors.
11859  The printed result is worth the wait.
11860  Quality always has its price.
11861 \end_layout
11862
11863 \begin_layout Subsection
11864 Quick Viewing with xdvi
11865 \end_layout
11866
11867 \begin_layout Standard
11868 To get a look at the final version of your document, with all of the pagebreaks
11869  in place, the footnotes correctly numbered, and so on, select 
11870 \family sans
11871 \bar under
11872 V
11873 \bar default
11874 iew\SpecialChar \menuseparator
11875
11876 \bar under
11877 D
11878 \bar default
11879 VI
11880 \family default
11881 .
11882  Then wait a while.
11883 \end_layout
11884
11885 \begin_layout Standard
11886 When all of the behind-the-scenes action is done, LyX calls the program
11887  
11888 \family typewriter
11889 xdvi
11890 \family default
11891 .
11892  You can now look at the results.
11893  [If you want more info on the 
11894 \family typewriter
11895 xdvi
11896 \family default
11897  program, see the 
11898 \family typewriter
11899 man
11900 \family default
11901 -pages.]
11902 \end_layout
11903
11904 \begin_layout Description
11905 Helpful-Tip: Keep the 
11906 \family typewriter
11907 xdvi
11908 \family default
11909  window open, maybe moving it to another desktop.
11910  Then, after you make changes to your document, just use 
11911 \family sans
11912 \bar under
11913 V
11914 \bar default
11915 iew\SpecialChar \menuseparator
11916
11917 \bar under
11918 U
11919 \bar default
11920 pdate\SpecialChar \menuseparator
11921
11922 \bar under
11923 D
11924 \bar default
11925 VI
11926 \family default
11927 .
11928  Now click on the 
11929 \family typewriter
11930 xdvi
11931 \family default
11932  window.
11933  The 
11934 \family typewriter
11935 xdvi
11936 \family default
11937  program will automatically reread the 
11938 \family typewriter
11939 .dvi
11940 \family default
11941  file and give you an updated view.
11942 \end_layout
11943
11944 \begin_layout Subsection
11945 Viewing the PostScript Version with ghostview
11946 \end_layout
11947
11948 \begin_layout Standard
11949 In general, using 
11950 \family typewriter
11951 xdvi
11952 \family default
11953  to view your document is the easiest and fastest way.
11954  There may be times, however, when you want to look at the PostScript version.
11955  One reason is fonts.
11956 \begin_inset Foot
11957 status collapsed
11958
11959 \begin_layout Standard
11960 Note from 
11961 \noun on
11962 John Weiss
11963 \noun default
11964 : Another reason is paranoia.
11965  I always like to look at the PostScript file before I print it, just so
11966  I see exactly what went to the printer\SpecialChar \ldots{}
11967
11968 \end_layout
11969
11970 \end_inset
11971
11972  You can use PostScript fonts in a LaTeX document, but 
11973 \family typewriter
11974 xdvi
11975 \family default
11976  won't show this.
11977  You'll need to use 
11978 \family typewriter
11979 ghostview
11980 \family default
11981  or some other PostScript file viewer to see the actual results.
11982 \end_layout
11983
11984 \begin_layout Standard
11985 To view the PostScript version of your document, select 
11986 \family sans
11987 Pos
11988 \bar under
11989 t
11990 \bar default
11991 Script
11992 \family default
11993  from the 
11994 \family sans
11995 \bar under
11996 V
11997 \bar default
11998 iew
11999 \family default
12000  menu.
12001  When all of the magic behind-the-scenes is done, LyX calls the program
12002 \family typewriter
12003  ghostview
12004 \family default
12005 .
12006  You can now look at the results.
12007 \end_layout
12008
12009 \begin_layout Standard
12010 You've guessed what the 
12011 \family sans
12012 \bar under
12013 U
12014 \bar default
12015 pdate\SpecialChar \menuseparator
12016 Pos
12017 \bar under
12018 t
12019 \bar default
12020 script
12021 \family default
12022  command from the 
12023 \family sans
12024 \bar under
12025 V
12026 \bar default
12027 iew
12028 \family default
12029  menu does, haven't you? Remember to click once in the 
12030 \family typewriter
12031 ghostview
12032 \family default
12033  window after this command to update the view.
12034 \end_layout
12035
12036 \begin_layout Subsection
12037 Printing the File
12038 \end_layout
12039
12040 \begin_layout Standard
12041 To print a file, select 
12042 \family sans
12043 \bar under
12044 P
12045 \bar default
12046 rint
12047 \family default
12048  from the 
12049 \family sans
12050 \bar under
12051 F
12052 \bar default
12053 ile
12054 \family default
12055  menu, or click on the toolbar button with the printer on it.
12056  This opens the 
12057 \family sans
12058 Print
12059 \family default
12060  dialog.
12061 \end_layout
12062
12063 \begin_layout Standard
12064 You can choose to only print even-numbered or odd-numbered pages - this
12065  is useful for printing on two sides: you can re-insert the pages after
12066  printing one set of pages, to print on the other side.
12067  Some printers spit out pages face-up, others, face-down.
12068  By choosing a particular order to print in, you can take the entire stack
12069  of pages out of the printer without needing to reorder them.
12070 \end_layout
12071
12072 \begin_layout Standard
12073 You can set the parameters in the 
12074 \family sans
12075 Destination
12076 \family default
12077  box as follows :
12078 \end_layout
12079
12080 \begin_layout Labeling
12081 \labelwidthstring MMMM
12082
12083 \family sans
12084 \bar under
12085 P
12086 \bar default
12087 rinter
12088 \family default
12089  This is the name of the printer to print to.
12090 \begin_inset Foot
12091 status collapsed
12092
12093 \begin_layout Standard
12094 Note that this printer name isn't for the 
12095 \family typewriter
12096 lpr
12097 \family default
12098  command but for 
12099 \family typewriter
12100 dvips
12101 \family default
12102 .
12103  That means 
12104 \family typewriter
12105 dvips
12106 \family default
12107  has to be configured for this printer name.
12108  See the section 
12109 \begin_inset LatexCommand \ref{sec:dvipsconfig}
12110
12111 \end_inset
12112
12113  or the 
12114 \family typewriter
12115 dvips
12116 \family default
12117  documentation for details.
12118  The default printer can also be set in 
12119 \family typewriter
12120 lyxrc
12121 \family default
12122 .
12123 \end_layout
12124
12125 \end_inset
12126
12127  The printer should understand PostScript files.
12128 \end_layout
12129
12130 \begin_layout Labeling
12131 \labelwidthstring MMMM
12132
12133 \family sans
12134 \bar under
12135 F
12136 \bar default
12137 ile
12138 \family default
12139  The name of a file to print to.
12140  The output will be in Post\SpecialChar \-
12141 Script format.
12142  The file will generally be written in the current directory, unless you
12143  specify the full path.
12144 \end_layout
12145
12146 \begin_layout Standard
12147 Note that printing may need little time, since LaTeX, 
12148 \family typewriter
12149 dvips
12150 \family default
12151  and, if you don't have a PostScript printer, 
12152 \family typewriter
12153 ghostscript
12154 \family default
12155  have to process your document.
12156 \end_layout
12157
12158 \begin_layout Section
12159 A Few Words about Typography
12160 \end_layout
12161
12162 \begin_layout Subsection
12163 Hyphens and Hyphenation
12164 \begin_inset LatexCommand \label{sec:hyphens}
12165
12166 \end_inset
12167
12168
12169 \end_layout
12170
12171 \begin_layout Standard
12172 In LyX, the 
12173 \begin_inset Quotes eld
12174 \end_inset
12175
12176
12177 \family typewriter
12178 -
12179 \family default
12180
12181 \begin_inset Quotes erd
12182 \end_inset
12183
12184  character comes in three lengths, often called the 
12185 \emph on
12186 hyphen
12187 \emph default
12188 , the 
12189 \emph on
12190 en dash
12191 \emph default
12192 , and the 
12193 \emph on
12194 em dash
12195 \emph default
12196 :
12197 \end_layout
12198
12199 \begin_layout Enumerate
12200 hyphen
12201 \hfill
12202 -
12203 \hfill
12204 made with 
12205 \begin_inset Quotes eld
12206 \end_inset
12207
12208
12209 \family typewriter
12210 -
12211 \family default
12212
12213 \begin_inset Quotes eld
12214 \end_inset
12215
12216
12217 \end_layout
12218
12219 \begin_layout Enumerate
12220 en dash
12221 \hfill
12222 --
12223 \hfill
12224 made with 
12225 \begin_inset Quotes eld
12226 \end_inset
12227
12228
12229 \family typewriter
12230 -
12231 \begin_inset ERT
12232 status collapsed
12233
12234 \begin_layout Standard
12235
12236
12237 \backslash
12238 /
12239 \end_layout
12240
12241 \end_inset
12242
12243 -
12244 \family default
12245
12246 \begin_inset Quotes erd
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Enumerate
12253 em dash
12254 \hfill
12255 ---
12256 \hfill
12257 made with 
12258 \begin_inset Quotes eld
12259 \end_inset
12260
12261
12262 \family typewriter
12263 -
12264 \begin_inset ERT
12265 status collapsed
12266
12267 \begin_layout Standard
12268
12269
12270 \backslash
12271 /
12272 \end_layout
12273
12274 \end_inset
12275
12276 -
12277 \begin_inset ERT
12278 status collapsed
12279
12280 \begin_layout Standard
12281
12282
12283 \backslash
12284 /
12285 \end_layout
12286
12287 \end_inset
12288
12289 -
12290 \family default
12291
12292 \begin_inset Quotes erd
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \begin_layout Enumerate
12299 minus sign
12300 \hfill
12301
12302 \begin_inset Formula $-$
12303 \end_inset
12304
12305
12306 \hfill
12307
12308 \begin_inset Quotes eld
12309 \end_inset
12310
12311
12312 \family typewriter
12313 -
12314 \family default
12315
12316 \begin_inset Quotes erd
12317 \end_inset
12318
12319  in math mode
12320 \end_layout
12321
12322 \begin_layout Standard
12323 You generate these by using the 
12324 \begin_inset Quotes eld
12325 \end_inset
12326
12327
12328 \family typewriter
12329 -
12330 \family default
12331
12332 \begin_inset Quotes erd
12333 \end_inset
12334
12335  character multiple times in a row.
12336  LyX automatically converts them to the appropriate length dash in the final
12337  output.
12338 \end_layout
12339
12340 \begin_layout Standard
12341 The three types of dash are distinct from the minus sign, which appears
12342  in math mode and has a length of its own.
12343  Here are some examples of the 
12344 \begin_inset Quotes eld
12345 \end_inset
12346
12347
12348 \family typewriter
12349 -
12350 \family default
12351
12352 \begin_inset Quotes erd
12353 \end_inset
12354
12355  in use:
12356 \end_layout
12357
12358 \begin_layout Enumerate
12359 line- and page-breaks
12360 \hfill
12361 (
12362 \emph on
12363 hyphen
12364 \emph default
12365 )
12366 \end_layout
12367
12368 \begin_layout Enumerate
12369 From A--Z
12370 \hfill
12371 (
12372 \emph on
12373 en dash
12374 \emph default
12375 )
12376 \end_layout
12377
12378 \begin_layout Enumerate
12379 Oh --- there's a dash.
12380 \hfill
12381 (
12382 \emph on
12383 em dash
12384 \emph default
12385 )
12386 \end_layout
12387
12388 \begin_layout Enumerate
12389 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12390 \end_inset
12391
12392
12393 \hfill
12394 (
12395 \emph on
12396 minus sign
12397 \emph default
12398 )
12399 \end_layout
12400
12401 \begin_layout Standard
12402 Those of you reading this from within LyX will see no difference, though
12403  there is one in the printed version.
12404 \end_layout
12405
12406 \begin_layout Standard
12407 One more note about hyphenation --- LyX automatically breaks up words and
12408  inserts hyphens in English text.
12409  The words won't be hyphenated until you generate the final output.
12410 \end_layout
12411
12412 \begin_layout Standard
12413 Actually, it's LaTeX that does this, and it will also hyphenate words in
12414  
12415 \emph on
12416 some
12417 \emph default
12418  other languages.
12419  To know whether (PDF)LaTeX hyphenates for 
12420 \emph on
12421 your
12422 \emph default
12423  language, look at any log file produced by a LaTeX run: it will say
12424 \end_layout
12425
12426 \begin_layout Quote
12427
12428 \family typewriter
12429 Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman,
12430  nohyphenation, loaded.
12431 \end_layout
12432
12433 \begin_layout Standard
12434 This tells you that, e.g., if you write in Finnish, you're out of luck.
12435  Study (for the teTeX distribution of LaTeX) the utilities 
12436 \family typewriter
12437 texconfig
12438 \family default
12439  and 
12440 \family typewriter
12441 fmtutil
12442 \family default
12443  in order to switch hyphenation on for your language by 
12444 \begin_inset Quotes eld
12445 \end_inset
12446
12447 uncommenting
12448 \begin_inset Quotes erd
12449 \end_inset
12450
12451  the relevant line in a file typically named 
12452 \family typewriter
12453 language.dat
12454 \family default
12455 .
12456  Sorry for the inconvenience.
12457 \end_layout
12458
12459 \begin_layout Standard
12460 If, for whatever reason, LaTeX 
12461 \emph on
12462 still
12463 \emph default
12464  can't break a word correctly (e.g., a compound word), you can set hyphenation
12465  points manually.
12466  This is done with the menu item 
12467 \family sans
12468 Hyphenation\InsetSpace ~
12469
12470 \bar under
12471 P
12472 \bar default
12473 oint
12474 \family default
12475  under 
12476 \family sans
12477 Special\InsetSpace ~
12478 F
12479 \bar under
12480 o
12481 \bar default
12482 rmatting
12483 \family default
12484  in the 
12485 \family sans
12486 \bar under
12487 I
12488 \bar default
12489 nsert
12490 \family default
12491  menu.
12492  Note that these extra hyphenation points are only recommendations to LaTeX.
12493  If no hyphenation is necessary, LaTeX will totally ignore them.
12494 \end_layout
12495
12496 \begin_layout Subsection
12497 Punctuation Marks
12498 \end_layout
12499
12500 \begin_layout Subsubsection
12501 Abbreviations and End of Sentence
12502 \begin_inset LatexCommand \label{sec:abbrev}
12503
12504 \end_inset
12505
12506
12507 \end_layout
12508
12509 \begin_layout Standard
12510 When LyX calls LaTeX to generate the final version of your document, LaTeX
12511  automatically distinguishes between words, sentences, and abbreviations.
12512  LaTeX then adds the 
12513 \begin_inset Quotes eld
12514 \end_inset
12515
12516 appropriate amount of space
12517 \begin_inset Quotes erd
12518 \end_inset
12519
12520 : sentences get a little bit more space between the period and the next
12521  word.
12522  Abbreviations get the same amount of space after the period as a word uses.
12523 \end_layout
12524
12525 \begin_layout Standard
12526 Unfortunately, the algorithm for figuring out what's an abbreviation and
12527  what's the end of a sentence is really quite brain-dead.
12528  If a 
12529 \begin_inset Quotes eld
12530 \end_inset
12531
12532
12533 \family typewriter
12534 .
12535 \family default
12536
12537 \begin_inset Quotes erd
12538 \end_inset
12539
12540  is at the end of a lowercase letter, it's the end of a sentence; if it's
12541  at the end of a capitalized letter, it's an abbreviation.
12542 \end_layout
12543
12544 \begin_layout Standard
12545 Here are some examples of 
12546 \emph on
12547 correct
12548 \emph default
12549  abbreviations and the end of a sentence:
12550 \end_layout
12551
12552 \begin_layout Itemize
12553 M.
12554  Butterfly
12555 \end_layout
12556
12557 \begin_layout Itemize
12558 Don't worry.
12559  Be happy.
12560 \end_layout
12561
12562 \begin_layout Standard
12563 \SpecialChar \ldots{}
12564 and here's an example of the algorithm going wrong:
12565 \end_layout
12566
12567 \begin_layout Itemize
12568 e.
12569  g.
12570  this is too much space!
12571 \end_layout
12572
12573 \begin_layout Itemize
12574 This is I.
12575  It's okay.
12576 \end_layout
12577
12578 \begin_layout Standard
12579 You won't see anything wrong until you view a final version of your document.
12580 \end_layout
12581
12582 \begin_layout Standard
12583 To fix this problem, use one of the following:
12584 \end_layout
12585
12586 \begin_layout Enumerate
12587 Use an 
12588 \family sans
12589 Inter-word\InsetSpace ~
12590 Space
12591 \family default
12592  after lowercase abbreviations (see section\InsetSpace ~
12593
12594 \begin_inset LatexCommand \ref{sec:normblank-lbreak-horline}
12595
12596 \end_inset
12597
12598 ).
12599 \end_layout
12600
12601 \begin_layout Enumerate
12602 Use a 
12603 \family sans
12604 Thin\InsetSpace ~
12605 Space
12606 \family default
12607  between two tokens of an abbreviation (see section\InsetSpace ~
12608
12609 \begin_inset LatexCommand \ref{sec:thinblank-lbreak-horline}
12610
12611 \end_inset
12612
12613 ).
12614 \end_layout
12615
12616 \begin_layout Enumerate
12617 Use an 
12618 \family sans
12619 End\InsetSpace ~
12620 of\InsetSpace ~
12621 sentence\InsetSpace ~
12622 period
12623 \family default
12624  found under the 
12625 \family sans
12626 \bar under
12627 I
12628 \bar default
12629 nsert\SpecialChar \menuseparator
12630
12631 \bar under
12632 S
12633 \bar default
12634 pecial\InsetSpace ~
12635 Character
12636 \family default
12637  menu to force the use of inter-sentence spacing.
12638  This function is also bound to 
12639 \family sans
12640 C-period
12641 \family default
12642  for easy access.
12643 \end_layout
12644
12645 \begin_layout Standard
12646 With the corrections, our earlier examples look like this:
12647 \end_layout
12648
12649 \begin_layout Itemize
12650 e.\InsetSpace \thinspace{}
12651 g.\InsetSpace \space{}
12652 this is too much space!
12653 \end_layout
12654
12655 \begin_layout Itemize
12656 This is I\SpecialChar \@.
12657  It's okay.
12658 \end_layout
12659
12660 \begin_layout Standard
12661 Some languages don't use extra spacing between sentences.
12662  If your language is such a language, you don't need to worry about all
12663  of this.
12664  For those that do need to bother, there is help to catch those sneaky errors:
12665  check out the 
12666 \family sans
12667 \bar under
12668 T
12669 \bar default
12670 ools\SpecialChar \menuseparator
12671 C
12672 \bar under
12673 h
12674 \bar default
12675 eck\InsetSpace ~
12676 TeX
12677 \family default
12678  feature described in 
12679 \emph on
12680 Extended Editing
12681 \emph default
12682 .
12683 \end_layout
12684
12685 \begin_layout Subsubsection
12686 Quotes
12687 \begin_inset LatexCommand \label{sec:quotes}
12688
12689 \end_inset
12690
12691
12692 \end_layout
12693
12694 \begin_layout Standard
12695 LyX usually sets quotes correctly.
12696  Specifically, it will use an opening quote at the beginning of quoted text,
12697  and use a closing quote at the end.
12698  For example, 
12699 \begin_inset Quotes eld
12700 \end_inset
12701
12702 open close
12703 \begin_inset Quotes erd
12704 \end_inset
12705
12706 .
12707  The keyboard character, 
12708 \family sans
12709 "
12710 \family default
12711 , generates this automatically.
12712 \end_layout
12713
12714 \begin_layout Standard
12715
12716 \series bold
12717 New in version 1.4: 
12718 \series default
12719 To get single quotation marks, you have to press 
12720 \family sans
12721 C-"
12722 \family default
12723 .
12724   This produces quotation marks like this: 
12725 \begin_inset Quotes els
12726 \end_inset
12727
12728 '.
12729 \end_layout
12730
12731 \begin_layout Standard
12732 You can also select quotes for different languages via the 
12733 \family sans
12734 \bar under
12735 T
12736 \bar default
12737 ype
12738 \family default
12739  option.
12740  There are six choices:
12741 \end_layout
12742
12743 \begin_layout Labeling
12744 \labelwidthstring MMMMM
12745
12746 \family sans
12747 \begin_inset Quotes eld
12748 \end_inset
12749
12750 Text
12751 \begin_inset Quotes erd
12752 \end_inset
12753
12754
12755 \family default
12756  Use quotes like this 
12757 \begin_inset Quotes eld
12758 \end_inset
12759
12760 double
12761 \begin_inset Quotes erd
12762 \end_inset
12763
12764  or 
12765 \begin_inset Quotes els
12766 \end_inset
12767
12768 single
12769 \begin_inset Quotes ers
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \begin_layout Labeling
12776 \labelwidthstring MMMMM
12777
12778 \family sans
12779 \begin_inset Quotes sld
12780 \end_inset
12781
12782 Text
12783 \begin_inset Quotes srd
12784 \end_inset
12785
12786
12787 \family default
12788  Use quotes like 
12789 \begin_inset Quotes sld
12790 \end_inset
12791
12792 this
12793 \begin_inset Quotes srd
12794 \end_inset
12795
12796  or 'this
12797 \begin_inset Quotes ers
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \begin_layout Labeling
12804 \labelwidthstring MMMMM
12805
12806 \family sans
12807 \begin_inset Quotes gld
12808 \end_inset
12809
12810 Text
12811 \begin_inset Quotes grd
12812 \end_inset
12813
12814
12815 \family default
12816  Use quotes like 
12817 \begin_inset Quotes gld
12818 \end_inset
12819
12820 this
12821 \begin_inset Quotes grd
12822 \end_inset
12823
12824  or 
12825 \begin_inset Quotes gls
12826 \end_inset
12827
12828 this
12829 \begin_inset Quotes grs
12830 \end_inset
12831
12832
12833 \end_layout
12834
12835 \begin_layout Labeling
12836 \labelwidthstring MMMMM
12837
12838 \family sans
12839 \begin_inset Quotes pld
12840 \end_inset
12841
12842 Text
12843 \begin_inset Quotes prd
12844 \end_inset
12845
12846  
12847 \family default
12848 Use quotes like 
12849 \begin_inset Quotes pld
12850 \end_inset
12851
12852 this
12853 \begin_inset Quotes prd
12854 \end_inset
12855
12856  or 
12857 \begin_inset Quotes pls
12858 \end_inset
12859
12860 this
12861 \begin_inset Quotes prs
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \begin_layout Labeling
12868 \labelwidthstring MMMMM
12869
12870 \family sans
12871 \begin_inset Quotes fld
12872 \end_inset
12873
12874 Text
12875 \begin_inset Quotes frd
12876 \end_inset
12877
12878
12879 \family default
12880  Use quotes like 
12881 \begin_inset Quotes fld
12882 \end_inset
12883
12884 this
12885 \begin_inset Quotes frd
12886 \end_inset
12887
12888  or 
12889 \begin_inset Quotes fls
12890 \end_inset
12891
12892 this
12893 \begin_inset Quotes frs
12894 \end_inset
12895
12896
12897 \end_layout
12898
12899 \begin_layout Labeling
12900 \labelwidthstring MMMMM
12901
12902 \family sans
12903 \begin_inset Quotes ald
12904 \end_inset
12905
12906 Text
12907 \begin_inset Quotes ard
12908 \end_inset
12909
12910
12911 \family default
12912  Use quotes like 
12913 \begin_inset Quotes ald
12914 \end_inset
12915
12916 this
12917 \begin_inset Quotes ard
12918 \end_inset
12919
12920  or 
12921 \begin_inset Quotes als
12922 \end_inset
12923
12924 this
12925 \begin_inset Quotes ars
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Standard
12932 Again, this affects what character the 
12933 \family sans
12934 "
12935 \family default
12936  key produces.
12937 \end_layout
12938
12939 \begin_layout Standard
12940 On the other hand, if you want to produce a bona-fide quote character, type
12941  
12942 \family sans
12943 M-"
12944 \family default
12945 .
12946  This produces: 
12947 \family typewriter
12948 "
12949 \family default
12950 .
12951 \end_layout
12952
12953 \begin_layout Subsection
12954 Ligatures
12955 \begin_inset LatexCommand \label{sec:ligatures}
12956
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \begin_layout Standard
12963 It is standard typesetting practice to group certain letters together and
12964  print them as single characters.
12965  These groups are known as 
12966 \emph on
12967 ligatures
12968 \emph default
12969 .
12970  Since LaTeX knows about ligatures, your LyX documents will contain them,
12971  too.
12972  Here are the possible ligatures:
12973 \end_layout
12974
12975 \begin_layout Itemize
12976 ff
12977 \end_layout
12978
12979 \begin_layout Itemize
12980 fi
12981 \end_layout
12982
12983 \begin_layout Itemize
12984 fl
12985 \end_layout
12986
12987 \begin_layout Itemize
12988 ffi
12989 \end_layout
12990
12991 \begin_layout Itemize
12992 ffl
12993 \end_layout
12994
12995 \begin_layout Standard
12996 Once in a while, though, you don't want a ligature in a word.
12997  While a ligature may be okay in the word, 
12998 \begin_inset Quotes eld
12999 \end_inset
13000
13001 graffiti,
13002 \begin_inset Quotes erd
13003 \end_inset
13004
13005  it looks really weird in compound words, such as 
13006 \begin_inset Quotes eld
13007 \end_inset
13008
13009 cufflink
13010 \begin_inset Quotes erd
13011 \end_inset
13012
13013  or the German 
13014 \begin_inset Quotes eld
13015 \end_inset
13016
13017 Dorffest.
13018 \begin_inset Quotes erd
13019 \end_inset
13020
13021  To break a ligature, use 
13022 \family sans
13023 \bar under
13024 I
13025 \bar default
13026 nsert\SpecialChar \menuseparator
13027 Special\InsetSpace ~
13028 F
13029 \bar under
13030 o
13031 \bar default
13032 rmatting
13033 \family default
13034 \SpecialChar \menuseparator
13035
13036 \family sans
13037 Ligature\InsetSpace ~
13038 Break.
13039
13040 \family default
13041  This changes 
13042 \begin_inset Quotes eld
13043 \end_inset
13044
13045 cufflinks
13046 \begin_inset Quotes erd
13047 \end_inset
13048
13049  to 
13050 \begin_inset Quotes eld
13051 \end_inset
13052
13053 cuff\SpecialChar \textcompwordmark{}
13054 links
13055 \begin_inset Quotes erd
13056 \end_inset
13057
13058  and 
13059 \begin_inset Quotes eld
13060 \end_inset
13061
13062 Dorffest
13063 \begin_inset Quotes erd
13064 \end_inset
13065
13066  to 
13067 \begin_inset Quotes eld
13068 \end_inset
13069
13070 Dorf\SpecialChar \textcompwordmark{}
13071 fest
13072 \begin_inset Quotes erd
13073 \end_inset
13074
13075 .
13076 \end_layout
13077
13078 \begin_layout Subsection
13079 Widows and Orphans
13080 \begin_inset LatexCommand \label{sec:widows}
13081
13082 \end_inset
13083
13084
13085 \end_layout
13086
13087 \begin_layout Standard
13088 In the early days of word processors, page breaks went wherever the page
13089  happened to end.
13090  There was no regard for what was actually going on in the text.
13091  You may remember once printing out a document, only to find the heading
13092  for a new section printed at the very bottom of the page, the first line
13093  of a new paragraph all alone at the bottom of a page, or the last line
13094  of a paragraph at the top of a new page.
13095  These dangly-bits of text became known as 
13096 \emph on
13097 widows
13098 \emph default
13099  and 
13100 \emph on
13101 orphans
13102 \emph default
13103 .
13104 \end_layout
13105
13106 \begin_layout Standard
13107 Clearly, LyX can avoid breaking pages after a section heading.
13108  That's part of the advantage of paragraph environments.
13109  But what about widows and orphans, where the page breaks leave one line
13110  of a paragraph all alone at the top or bottom of a page? There are rules
13111  built into LaTeX governing page breaks, and some of those rules are there
13112  to specifically prevent widows and orphans.
13113  This is the advantage LyX has in using LaTeX as its backend.
13114 \end_layout
13115
13116 \begin_layout Standard
13117 There's no way we can go into how TeX and LaTeX decide to break a page,
13118  or how you can tweak that behavior.
13119  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13120
13121 \begin_inset LatexCommand \cite{latexcompanion}
13122
13123 \end_inset
13124
13125  or\InsetSpace ~
13126
13127 \begin_inset LatexCommand \cite{latexguide}
13128
13129 \end_inset
13130
13131 ] may have more information.
13132  You will almost never need to worry about this, however.
13133 \end_layout
13134
13135 \begin_layout Chapter
13136 Floats: Tables, Figures, Footnotes and Margin Notes
13137 \begin_inset OptArg
13138 status collapsed
13139
13140 \begin_layout Standard
13141 Tables, Figures, and Notes
13142 \end_layout
13143
13144 \end_inset
13145
13146
13147 \end_layout
13148
13149 \begin_layout Section
13150 Footnotes
13151 \end_layout
13152
13153 \begin_layout Standard
13154 Unlike other typesetting programs, LyX uses 
13155 \begin_inset Quotes eld
13156 \end_inset
13157
13158 foldable
13159 \begin_inset Quotes erd
13160 \end_inset
13161
13162  boxes instead of displaying its footnotes at the bottom of the screen or
13163  somewhere else in your text.
13164  When you insert a footnote with 
13165 \family sans
13166 \series medium
13167 \bar under
13168 I
13169 \bar no
13170 nsert
13171 \series default
13172 \bar default
13173 \SpecialChar \menuseparator
13174
13175 \series medium
13176 \bar under
13177 F
13178 \bar no
13179 ootnote, 
13180 \family roman
13181 you'll first see a 
13182 \family default
13183 \series default
13184 \bar default
13185 grey
13186 \family roman
13187 \series medium
13188 \bar no
13189  box with a
13190 \family default
13191 \series default
13192 \bar default
13193  red
13194 \family roman
13195 \series medium
13196 \bar no
13197  label 
13198 \begin_inset Quotes eld
13199 \end_inset
13200
13201 foot
13202 \begin_inset Quotes erd
13203 \end_inset
13204
13205  appearing within your text.
13206  This box is LyX's representation of your footnote.
13207  You can enter your text into this box.
13208  If you click the 
13209 \begin_inset Quotes eld
13210 \end_inset
13211
13212
13213 \family sans
13214 foot
13215 \family roman
13216
13217 \begin_inset Quotes erd
13218 \end_inset
13219
13220
13221 \family default
13222 \series default
13223 \bar default
13224  
13225 \family roman
13226 \series medium
13227 \bar no
13228 label, the box will 
13229 \begin_inset Quotes eld
13230 \end_inset
13231
13232 fold
13233 \begin_inset Quotes erd
13234 \end_inset
13235
13236 .
13237  
13238 \family default
13239 \series default
13240 \bar default
13241 Clicking on the button again will
13242 \family roman
13243 \series medium
13244 \bar no
13245  
13246 \begin_inset Quotes eld
13247 \end_inset
13248
13249 unfold
13250 \begin_inset Quotes erd
13251 \end_inset
13252
13253  the footnote.
13254 \begin_inset Foot
13255 status collapsed
13256
13257 \begin_layout Standard
13258 To close this footnote, click on the red box at the top left.
13259 \end_layout
13260
13261 \end_inset
13262
13263  You will not see any numbers within LyX.
13264  You don't need to worry about those, anyhow, because LyX does the numbering
13265  for you, as well as putting the footnote at the bottom of the correct page,
13266  when it processes your file.
13267  If you want to turn already existing text into a footnote, simply mark
13268  it and click on the footnote button (a picture of text with an arrow pointing
13269  to stuff in the bottom margin).
13270  
13271 \family default
13272 \series default
13273 \bar default
13274 Vice versa, you can change a footnote to regular text by hitting the 
13275 \family sans
13276 Backspace
13277 \family default
13278  key when the cursor is in the first position of a footnote, or by hitting
13279  the 
13280 \family sans
13281 Delete
13282 \family default
13283  key when the cursor is in the very last position of the footnote, respectively
13284  (this works for all 
13285 \begin_inset Quotes eld
13286 \end_inset
13287
13288 foldable
13289 \begin_inset Quotes erd
13290 \end_inset
13291
13292  boxes in LyX).
13293 \end_layout
13294
13295 \begin_layout Standard
13296 What LyX cannot do, yet, is take care of special needs like setting the
13297  footnote numbering back to 1 after each section in the 
13298 \begin_inset Quotes eld
13299 \end_inset
13300
13301
13302 \family typewriter
13303 article
13304 \family default
13305
13306 \begin_inset Quotes erd
13307 \end_inset
13308
13309
13310 \family roman
13311  document class or changing the counter
13312 \family default
13313  
13314 \family roman
13315 style.
13316  You'll need to insert LaTeX commands like th
13317 \family default
13318 os
13319 \family roman
13320
13321 \family default
13322 described in the 
13323 \emph on
13324 Tricks for Footnotes and Marginpars
13325 \emph default
13326  section of 
13327 \begin_inset Quotes eld
13328 \end_inset
13329
13330
13331 \emph on
13332 Extended
13333 \emph default
13334  
13335 \emph on
13336 Features
13337 \emph default
13338 .
13339 \begin_inset Quotes erd
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \begin_layout Description
13346 NOTE: A float in LaTeX and LyX isn't a simple paragraph as with usual word
13347  processors.
13348  It is a complex text structure that may contain everything except floats.
13349  That means you can use all the layouts inside a float, even figures and
13350  tables.
13351  You may not need this too often, but if you do occasionally need it, it's
13352  a neat feature.
13353 \end_layout
13354
13355 \begin_layout Section
13356 Margin Notes
13357 \end_layout
13358
13359 \begin_layout Standard
13360 Margin notes look and behave just like footnotes in LyX.
13361  When you insert a margin note via 
13362 \family sans
13363 \series medium
13364 \bar under
13365 I
13366 \bar no
13367 nsert\SpecialChar \menuseparator
13368
13369 \bar under
13370 M
13371 \bar no
13372 argin
13373 \series default
13374 \bar default
13375 \InsetSpace ~
13376 N
13377 \series medium
13378 \bar no
13379 ote
13380 \family default
13381 \series default
13382 \bar default
13383  or the toolbar button (which contains a picture of text in a margin with
13384  an arrow pointing to it), you'll see 
13385 \family roman
13386 \series medium
13387
13388 \family default
13389 \series default
13390 grey
13391 \family roman
13392 \series medium
13393  box with a 
13394 \family default
13395 \series default
13396 red 
13397 \family roman
13398 \series medium
13399 label 
13400 \begin_inset Quotes eld
13401 \end_inset
13402
13403 margin
13404 \begin_inset Quotes erd
13405 \end_inset
13406
13407  appearing within your text.
13408 \begin_inset Marginal
13409 status open
13410
13411 \begin_layout Standard
13412 This is a margin note.
13413 \end_layout
13414
13415 \end_inset
13416
13417  This box is LyX's representation of your margin note.
13418  You can enter your text into this box.
13419  If you click the 
13420 \begin_inset Quotes eld
13421 \end_inset
13422
13423 margin
13424 \begin_inset Quotes erd
13425 \end_inset
13426
13427
13428 \family default
13429 \series default
13430  
13431 \family roman
13432 \series medium
13433 label, the box will 
13434 \begin_inset Quotes eld
13435 \end_inset
13436
13437 fold
13438 \begin_inset Quotes erd
13439 \end_inset
13440
13441 .
13442  You can access it at a later time by clicking on the
13443 \family default
13444 \series default
13445  label again
13446 \family roman
13447 \series medium
13448 , thereby 
13449 \begin_inset Quotes eld
13450 \end_inset
13451
13452 unfolding
13453 \begin_inset Quotes erd
13454 \end_inset
13455
13456  the margin note.
13457 \end_layout
13458
13459 \begin_layout Standard
13460 As a default, LyX uses 1.9 cm (0.75 inches) as the margin width to allow room
13461  for margin notes.
13462  This might not be what you're looking for, but as with footnotes, LyX cannot
13463  yet do everything LaTeX has to offer.
13464  You might want to consult your LaTeX handbook for additional commands.
13465  
13466 \end_layout
13467
13468 \begin_layout Section
13469 Figures and Imported Graphics
13470 \begin_inset LatexCommand \label{sec:figures}
13471
13472 \end_inset
13473
13474
13475 \end_layout
13476
13477 \begin_layout Standard
13478 No document preparation system is complete without the ability to import
13479  graphics from other utilities into the document.
13480  In LyX, these are referred to as ``figures'' whether they are actually
13481  figures in the traditional sense or simply some kind of imported image.
13482  
13483 \end_layout
13484
13485 \begin_layout Standard
13486 Note that figures referred to here are do not have captions and sit wherever
13487  in the document you place them.
13488  If you need one of these features, see sec.\InsetSpace ~
13489
13490 \begin_inset LatexCommand \ref{sec:figurefloats}
13491
13492 \end_inset
13493
13494  below.
13495 \end_layout
13496
13497 \begin_layout Standard
13498 To place a figure in your document, click on the second right-most icon
13499  on the toolbar, or select 
13500 \family sans
13501 \bar under
13502 I
13503 \bar default
13504 nsert\SpecialChar \menuseparator
13505
13506 \bar under
13507 G
13508 \bar default
13509 raphics...
13510  
13511 \family default
13512 from the menu.
13513 \end_layout
13514
13515 \begin_layout Standard
13516 A dialog will appear for you to choose the file to load.
13517  You can also change any settings you need to in this dialog.
13518 \end_layout
13519
13520 \begin_layout Standard
13521 \align center
13522 \begin_inset Graphics
13523         filename mobius.eps
13524         display color
13525         scale 70
13526         rotateOrigin center
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \begin_layout Standard
13534 This dialog has numerous parameters, though most should be self-explanatory.
13535  The 
13536 \family sans
13537 File
13538 \family default
13539  tab allows you to choose your image file (note that a wide variety of image
13540  formats are supported automatically).
13541  The figure can be transformed by setting a rotation angle, using a bounding
13542  box, and scaling.
13543  Table\InsetSpace ~
13544
13545 \begin_inset LatexCommand \ref{cap:Units-for-image}
13546
13547 \end_inset
13548
13549  describes all available units.
13550  It is possible to set a bounding box automatically for some image formats
13551  (see the 
13552 \family sans
13553 Bounding\InsetSpace ~
13554 Box
13555 \family default
13556  tab).
13557  Note that it is possible to control the display of the figure in LyX and
13558  the display in the final document separately, which can be very useful
13559  for large figures.
13560  LaTeX wizards can specify additional LaTeX options in the 
13561 \family sans
13562 Extras
13563 \family default
13564  tab.
13565  You can also set the 
13566 \family sans
13567 Subfigure
13568 \family default
13569  option here, for use in figure floats (see Section\InsetSpace ~
13570
13571 \begin_inset LatexCommand \ref{sec:figurefloats}
13572
13573 \end_inset
13574
13575 ).
13576 \end_layout
13577
13578 \begin_layout Subsection
13579 How it works
13580 \end_layout
13581
13582 \begin_layout Standard
13583 LyX has the ability to handle literally any graphics format in the known
13584  universe so long as a conversion path from this graphics format to the
13585  target output format can be created.
13586  If that sounds a little obtuse, consider how LyX handles Encapsulated PostScrip
13587 t® figures.
13588  LaTeX provides native support for this format, so LyX needs do nothing
13589  other than use the 
13590 \family typewriter
13591
13592 \backslash
13593 includegraphics
13594 \family default
13595  LaTeX command to insert the figure in the final document.
13596 \end_layout
13597
13598 \begin_layout Standard
13599 \begin_inset Float table
13600 placement t
13601 wide false
13602 sideways false
13603 status collapsed
13604
13605 \begin_layout Caption
13606 \begin_inset LatexCommand \label{cap:Units-for-image}
13607
13608 \end_inset
13609
13610 Units for setting the image size
13611 \end_layout
13612
13613 \begin_layout Standard
13614 \begin_inset VSpace medskip
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \begin_layout Standard
13621 \align center
13622 \begin_inset Tabular
13623 <lyxtabular version="3" rows="20" columns="2">
13624 <features>
13625 <column alignment="center" valignment="top" leftline="true" width="0">
13626 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13627 <row topline="true" bottomline="true">
13628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Standard
13632 unit
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Standard
13641 name/description
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 </row>
13647 <row topline="true">
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Standard
13652 mm
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Standard
13661 millimetre
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 </row>
13667 <row topline="true">
13668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Standard
13672 cm
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Standard
13681 centimetre
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 </row>
13687 <row topline="true">
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Standard
13692 in
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Standard
13701 inch
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 </row>
13707 <row topline="true">
13708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Standard
13712 pt
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Standard
13721 point (72.27 pt = 1 in)
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 <row topline="true">
13728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Standard
13732 pc
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Standard
13741 pica (1 pc = 12 pt)
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 </row>
13747 <row topline="true">
13748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Standard
13752 sp
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Standard
13761 scaled point (65536 sp = 1 pt)
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 </row>
13767 <row topline="true">
13768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Standard
13772 bp
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Standard
13781 big point (72 bp = 1 in)
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row topline="true">
13788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Standard
13792 dd
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Standard
13801 didot (72 dd 
13802 \begin_inset Formula $\approx$
13803 \end_inset
13804
13805  37.6
13806 \begin_inset Formula $\,$
13807 \end_inset
13808
13809 mm)
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 <row topline="true">
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Standard
13820 cc
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Standard
13829 cicero (1cc = 12 dd)
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 </row>
13835 <row topline="true">
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Standard
13840 Scale%
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Standard
13849 % of original image width
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 <row topline="true">
13856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Standard
13860 text%
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Standard
13869 % of text width
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 </row>
13875 <row topline="true">
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Standard
13880 col%
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Standard
13889 % of column width
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 </row>
13895 <row topline="true">
13896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Standard
13900 page%
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Standard
13909 % of paper width
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 </row>
13915 <row topline="true">
13916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Standard
13920 line%
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Standard
13929 % of line width
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 </row>
13935 <row topline="true">
13936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Standard
13940 theight%
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Standard
13949 % of text height
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 </row>
13955 <row topline="true">
13956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Standard
13960 pheight%
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Standard
13969 % of paper height
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 </row>
13975 <row topline="true">
13976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Standard
13980 ex
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Standard
13989 height of letter 
13990 \emph on
13991 x
13992 \emph default
13993  in current font
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 <row topline="true">
14000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Standard
14004 em
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Standard
14013 width of letter 
14014 \emph on
14015 M
14016 \emph default
14017  in current font
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 </row>
14023 <row topline="true" bottomline="true">
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Standard
14028 mu
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Standard
14037 math unit (1 mu = 1/18 em)
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 </row>
14043 </lyxtabular>
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 To view the figure on the LyX screen, however, some additional work is required
14057  because neither the XForms nor the Qt GUI libraries can load PostScript®
14058  figures themselves.
14059  The XForms library can load figures in the following, widely used graphics
14060  formats: 
14061 \family typewriter
14062 bmp
14063 \family default
14064
14065 \family typewriter
14066 gif
14067 \family default
14068
14069 \family typewriter
14070 jpeg
14071 \family default
14072
14073 \family typewriter
14074 pbm
14075 \family default
14076
14077 \family typewriter
14078 pgm
14079 \family default
14080
14081 \family typewriter
14082 ppm
14083 \family default
14084
14085 \family typewriter
14086 tif
14087 \family default
14088  and 
14089 \family typewriter
14090 xbm
14091 \family default
14092  whilst the Qt library can also handle 
14093 \family typewriter
14094 mng
14095 \family default
14096
14097 \family typewriter
14098 png
14099 \family default
14100  and 
14101 \family typewriter
14102 xpm
14103 \family default
14104  format figures.
14105  Thus, LyX must initiate a conversion from Encapsulated PostScript® to a
14106  loadable graphics format.
14107 \end_layout
14108
14109 \begin_layout Standard
14110 It does this using the powerful, configurable converters mechanism exposed
14111  in the 
14112 \family sans
14113 Converters
14114 \family default
14115  section of the 
14116 \family sans
14117 \bar under
14118 E
14119 \bar default
14120 dit
14121 \family default
14122 \SpecialChar \menuseparator
14123
14124 \family sans
14125 \bar under
14126 P
14127 \bar default
14128 references
14129 \family default
14130  dialog.
14131  If LyX cannot create a conversion path (which might have many steps) from
14132  Encapsulated PostScript® to one of the loadable formats listed above, then
14133  it defaults to the use of ImageMagick's 
14134 \family typewriter
14135 convert
14136 \family default
14137  utility.
14138  If, after all that, LyX 
14139 \emph on
14140 still
14141 \emph default
14142  cannot load the figure, then it'll tell you so with a message 
14143 \begin_inset Quotes eld
14144 \end_inset
14145
14146 Error converting to loadable format
14147 \begin_inset Quotes erd
14148 \end_inset
14149
14150  in place of an on-screen view of your figure.
14151  If you're presented with such a message, then you'll need to augment the
14152  list of known converters.
14153 \end_layout
14154
14155 \begin_layout Standard
14156 This strategy is used both to generate on-screen views of your image and
14157  when generating the final document.
14158  In the latter case, the LaTeX compiler must be supplied with graphics files
14159  in PostScript® format.
14160  Similarly the PDFLaTeX compiler requires files in
14161 \family typewriter
14162  pdf
14163 \family default
14164
14165 \family typewriter
14166 png
14167 \family default
14168  or 
14169 \family typewriter
14170 jpeg
14171 \family default
14172  format.
14173  LyX will handle the necessary conversions behind the scenes.
14174 \end_layout
14175
14176 \begin_layout Subsection
14177 Figure Floats
14178 \end_layout
14179
14180 \begin_layout Subsubsection
14181 Using Figure Floats
14182 \begin_inset LatexCommand \label{sec:figurefloats}
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Standard
14190 The problem with inserting figures straight into your text is that they
14191  might make the pagination of your document extremely awkward.
14192  To suit the LyX mentality of automating such processes, you might find
14193  it preferable to use 
14194 \family sans
14195 Figure\InsetSpace ~
14196 Floats
14197 \family default
14198 , which LyX (actually, LaTeX) is free to move about your document as it
14199  deems necessary for a good fit.
14200  In return, LyX automates the listing of these figures and allows you to
14201  place a caption on them, using the 
14202 \family sans
14203 Caption
14204 \family default
14205  environment explained in Section\InsetSpace ~
14206
14207 \begin_inset LatexCommand \ref{sec:captionlayout}
14208
14209 \end_inset
14210
14211 .
14212 \end_layout
14213
14214 \begin_layout Standard
14215 To place a 
14216 \family sans
14217 Figure\InsetSpace ~
14218 Float
14219 \family default
14220  simply select 
14221 \family sans
14222 \bar under
14223 I
14224 \bar default
14225 nsert\SpecialChar \menuseparator
14226 Flo
14227 \bar under
14228 a
14229 \bar default
14230 t\SpecialChar \menuseparator
14231 Figure 
14232 \family default
14233 from the menu bar.
14234  You will get a float without a figure in it; use the toolbar icon described
14235  above to insert the actual figure.
14236 \end_layout
14237
14238 \begin_layout Standard
14239 \begin_inset Float figure
14240 placement htbp
14241 wide false
14242 sideways false
14243 status open
14244
14245 \begin_layout Caption
14246 \begin_inset LatexCommand \label{fig:escher}
14247
14248 \end_inset
14249
14250 M.C.
14251  Escher on acid.
14252 \end_layout
14253
14254 \begin_layout Standard
14255 \align center
14256 \begin_inset Graphics
14257         filename escher-lsd.eps
14258         display color
14259         rotateOrigin center
14260
14261 \end_inset
14262
14263
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \begin_layout Standard
14272 \begin_inset Float figure
14273 placement htbp
14274 wide false
14275 sideways false
14276 status open
14277
14278 \begin_layout Standard
14279 \align center
14280 \begin_inset Graphics
14281         filename platypus.eps
14282         display color
14283         rotateOrigin center
14284
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \begin_layout Caption
14291 \begin_inset LatexCommand \label{fig:kill-plat}
14292
14293 \end_inset
14294
14295 A severely distorted platypus in a float.
14296 \end_layout
14297
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \begin_layout Standard
14304 It seems simple, but there is subtlety involved in the placement of the
14305  caption.
14306  If you prefer your caption to appear below the figure, then you must press
14307  return when the cursor is at the very start of the caption, and insert
14308  the figure in the new paragraph created above the caption; or you can delete
14309  the caption and recreate it by selecting the 
14310 \family sans
14311 Caption 
14312 \family default
14313 environment after the figure has been inserted.
14314  This is what we did for figure 
14315 \begin_inset LatexCommand \ref{fig:kill-plat}
14316
14317 \end_inset
14318
14319 .
14320  If the cursor is in a paragraph after the caption when you insert the 
14321 \family sans
14322 Figure
14323 \family default
14324  then it will be inserted after the caption, as was the case for 
14325 \begin_inset LatexCommand \ref{fig:escher}
14326
14327 \end_inset
14328
14329 .
14330  It is preferred to use one 
14331 \family sans
14332 Figure
14333 \family default
14334  per 
14335 \family sans
14336 Float
14337 \family default
14338 .
14339  This allows LyX [actually LaTeX] to best position each figure.
14340 \end_layout
14341
14342 \begin_layout Standard
14343 Right-clicking on a float opens a dialog where you can alter the placement
14344  options that LaTeX uses for positioning the float (see 
14345 \begin_inset LatexCommand \ref{sec:float-locn}
14346
14347 \end_inset
14348
14349 ).
14350  
14351 \family sans
14352 Span\InsetSpace ~
14353 columns
14354 \family default
14355  is only useful for two-column documents: if you select it, the float will
14356  span across both columns on the page instead of being confined to just
14357  one.
14358 \end_layout
14359
14360 \begin_layout Standard
14361 This figure also shows how we place a label and create a cross-reference
14362  to it; as you would expect from reading section 
14363 \begin_inset LatexCommand \ref{sec:crossref}
14364
14365 \end_inset
14366
14367  you can simply insert a 
14368 \family sans
14369 \bar under
14370 L
14371 \bar default
14372 abel
14373 \family default
14374  in the caption and refer to it using a 
14375 \family sans
14376 \bar under
14377 C
14378 \bar default
14379 ross\InsetSpace ~
14380 Reference
14381 \family default
14382  as normal.
14383  It is especially important to use these with figure floats, rather than
14384  using vague references to 
14385 \begin_inset Quotes eld
14386 \end_inset
14387
14388 the above figure,
14389 \begin_inset Quotes erd
14390 \end_inset
14391
14392  as LaTeX will reposition your floats for you in the final document; it
14393  might not be 
14394 \begin_inset Quotes eld
14395 \end_inset
14396
14397 above
14398 \begin_inset Quotes erd
14399 \end_inset
14400
14401  at all.
14402  If it is not possible to fit the floats neatly on the same page as the
14403  text which refers to it, the figures will be placed on a separate page
14404  by themselves.
14405  Rest assured that the overall effect is usually quite nice.
14406 \end_layout
14407
14408 \begin_layout Standard
14409 Note that the caption is used in a 
14410 \family sans
14411 List\InsetSpace ~
14412 of\InsetSpace ~
14413
14414 \bar under
14415 F
14416 \bar default
14417 igures
14418 \family default
14419  (as described in Section\InsetSpace ~
14420
14421 \begin_inset LatexCommand \ref{sec:ListsOf}
14422
14423 \end_inset
14424
14425 ) automatically, should you choose to include one in your document.
14426 \end_layout
14427
14428 \begin_layout Subsubsection
14429 Float Placement
14430 \begin_inset LatexCommand \label{sec:float-locn}
14431
14432 \end_inset
14433
14434
14435 \end_layout
14436
14437 \begin_layout Standard
14438 Now, the whole idea behind 
14439 \family sans
14440 Figure\InsetSpace ~
14441 Floats
14442 \family default
14443  [as well as 
14444 \family sans
14445 Table\InsetSpace ~
14446 Floats
14447 \family default
14448 , which we introduce later] is to allow LyX to place a figure [or table]
14449  on a page in a consistent, sensible fashion.
14450  The rules LaTeX uses are rather arcane; refer to the LaTeX documentation
14451  for the exact details.
14452  You can use check boxes in the float dialog to set placement for a particular
14453  float.
14454  By default, each float uses the document's default placement rules.
14455  You can change these, if you wish, in the 
14456 \family sans
14457 \bar under
14458 D
14459 \bar default
14460 ocument\SpecialChar \menuseparator
14461
14462 \bar under
14463 S
14464 \bar default
14465 ettings
14466 \family default
14467  dialog.
14468  The 
14469 \family sans
14470 Float\InsetSpace ~
14471 placement
14472 \family default
14473  box takes a LaTeX-style placement specification.
14474  You can place any combination of four letters in the 
14475 \family sans
14476 Float\InsetSpace ~
14477 placement
14478 \family default
14479  box, in any order:
14480 \end_layout
14481
14482 \begin_layout Itemize
14483
14484 \family sans
14485 h
14486 \family default
14487  for 
14488 \emph on
14489 here
14490 \end_layout
14491
14492 \begin_layout Itemize
14493
14494 \family sans
14495 t
14496 \family default
14497  for 
14498 \emph on
14499 top
14500 \end_layout
14501
14502 \begin_layout Itemize
14503
14504 \family sans
14505 b
14506 \family default
14507  for 
14508 \emph on
14509 bottom
14510 \end_layout
14511
14512 \begin_layout Itemize
14513
14514 \family sans
14515 p
14516 \family default
14517  for 
14518 \emph on
14519 page
14520 \end_layout
14521
14522 \begin_layout Standard
14523 The letters correspond to the following behaviour:
14524 \end_layout
14525
14526 \begin_layout Description
14527 Here: LyX tries to put the 
14528 \family sans
14529 Float
14530 \family default
14531  at the same point in the text where you put it.
14532 \end_layout
14533
14534 \begin_deeper
14535 \begin_layout Standard
14536 If there isn't enough room, LyX tries one of the other three location types.
14537 \end_layout
14538
14539 \end_deeper
14540 \begin_layout Description
14541 Top: LyX tries to put the 
14542 \family sans
14543 Float
14544 \family default
14545  at the top of the current page.
14546  If the figure won't fit on the current page, it goes to the next page.
14547 \end_layout
14548
14549 \begin_layout Description
14550 Bottom: LyX tries to put the 
14551 \family sans
14552 Float
14553 \family default
14554  at the bottom of the current page.
14555  If there isn't room, it goes to the next page.
14556 \end_layout
14557
14558 \begin_layout Description
14559 Page: LyX tries to put the 
14560 \family sans
14561 Float
14562 \family default
14563  (or a number of 
14564 \family sans
14565 Float
14566 \family default
14567 s) on a page of its own.
14568 \end_layout
14569
14570 \begin_layout Standard
14571 There is some subtlety to how this all works.
14572  The order specifies what location LyX should try first.
14573  If that one fails, it tries the next one, and so on, though 
14574 \begin_inset Quotes eld
14575 \end_inset
14576
14577
14578 \family sans
14579 h
14580 \family default
14581
14582 \begin_inset Quotes erd
14583 \end_inset
14584
14585  will always take precedence if it appears in the list.
14586  The default placement list is 
14587 \begin_inset Quotes eld
14588 \end_inset
14589
14590
14591 \family sans
14592 tbp
14593 \family default
14594
14595 \begin_inset Quotes erd
14596 \end_inset
14597
14598 : try the top of a text page first, then the bottom of a text page, then
14599  on a page by itself.
14600  If you want LyX to try 
14601 \begin_inset Quotes eld
14602 \end_inset
14603
14604 really hard
14605 \begin_inset Quotes erd
14606 \end_inset
14607
14608  to place the figure where you command it, precede the list with an exclamation
14609  point; for example 
14610 \begin_inset Quotes eld
14611 \end_inset
14612
14613
14614 \family sans
14615 !htbp
14616 \family default
14617
14618 \begin_inset Quotes erd
14619 \end_inset
14620
14621 .
14622  Here are some example entries and what they do:
14623 \end_layout
14624
14625 \begin_layout Enumerate
14626
14627 \family sans
14628 hbp
14629 \end_layout
14630
14631 \begin_deeper
14632 \begin_layout Standard
14633 Try putting the figure/table at its actual position in the text.
14634  If that doesn't work, put it on the bottom of the page.
14635  If that fails, put it on a separate page.
14636 \end_layout
14637
14638 \end_deeper
14639 \begin_layout Enumerate
14640
14641 \family sans
14642 !hbp
14643 \end_layout
14644
14645 \begin_deeper
14646 \begin_layout Standard
14647 Try really hard to put the figure/table at its actual position in the text.
14648  Then the bottom of the page, then on a separate page.
14649 \end_layout
14650
14651 \end_deeper
14652 \begin_layout Enumerate
14653
14654 \family sans
14655 tp
14656 \end_layout
14657
14658 \begin_deeper
14659 \begin_layout Standard
14660 Put the figure/table at the top of each page.
14661  If it's too long, put it on a separate page.
14662 \end_layout
14663
14664 \end_deeper
14665 \begin_layout Enumerate
14666
14667 \family sans
14668 p
14669 \end_layout
14670
14671 \begin_deeper
14672 \begin_layout Standard
14673 Always put figures and tables on their own page.
14674 \end_layout
14675
14676 \end_deeper
14677 \begin_layout Subsection
14678 XFig and LyX
14679 \end_layout
14680
14681 \begin_layout Standard
14682 One obvious question is 
14683 \begin_inset Quotes eld
14684 \end_inset
14685
14686 how would I create the figures?
14687 \begin_inset Quotes erd
14688 \end_inset
14689
14690  Fortunately, the answer is included in most Linux and/or LaTeX distributions.
14691  
14692 \family typewriter
14693 XFig
14694 \family default
14695  is a powerful though slightly awkward drawing tool.
14696  If you want to include figures that you have created with 
14697 \family typewriter
14698 XFig
14699 \family default
14700  there are several ways.
14701  We recommend the following:
14702 \end_layout
14703
14704 \begin_layout Enumerate
14705 Export the figure as Encapsulated PostScript.
14706  This could be very easy included into LyX as described in the previous
14707  sections.
14708  The great advantage of this way is, that you have the full power of PostScript®
14709  available.
14710  That means Bezier curves, colors, all line thicknesses and many more.
14711  If you have inserted text into your fig-document this will be printed with
14712  PostScript fonts, which is OK\SpecialChar \@.
14713  The figure can be manipulated like any other
14714  EPS figure, as described above.
14715  
14716 \end_layout
14717
14718 \begin_deeper
14719 \begin_layout Standard
14720 The only disadvantage is that you cannot create formulas as PostScript text
14721  except by hand.
14722  If you also need formulas or simple exponents or indices in your figure,
14723  the next way is recommended.
14724 \end_layout
14725
14726 \end_deeper
14727 \begin_layout Enumerate
14728 Export the figure as LaTeX.
14729  This is just as easy to include into LyX, with the advantage that you may
14730  use all LaTeX commands within the text inside XFig.
14731  Therefore you have to set the 
14732 \emph on
14733 special flag 
14734 \emph default
14735 for text in XFig.
14736  This is automatic if you invoke XFig with 
14737 \family typewriter
14738 xfig\InsetSpace ~
14739 -specialtext
14740 \family default
14741 .
14742  If this is done and you have also chosen a LaTeX font you may simply write
14743  
14744 \begin_inset Quotes eld
14745 \end_inset
14746
14747 $H_2$
14748 \begin_inset Quotes erd
14749 \end_inset
14750
14751  in 
14752 \family typewriter
14753 XFig\SpecialChar \@.
14754
14755 \family default
14756  If you export this figure as LaTeX and include it in LyX with
14757 \family sans
14758 \bar under
14759  I
14760 \bar default
14761 nsert\SpecialChar \menuseparator
14762 Chil
14763 \bar under
14764 d
14765 \bar default
14766 \InsetSpace ~
14767 Document
14768 \family default
14769  (see description in 
14770 \emph on
14771 Extended Features
14772 \emph default
14773 ) this text will appear as 
14774 \begin_inset Formula $H_{2}$
14775 \end_inset
14776
14777 .
14778  
14779 \end_layout
14780
14781 \begin_deeper
14782 \begin_layout Standard
14783 The disadvantage of this way is that the graphical power of LaTeX isn't
14784  as strong as PostScript®\SpecialChar \@.
14785  You cannot use all thicknesses of lines and, more
14786  annoyingly, not all slopes.
14787  This is why we recommend the third way for more complex figures.
14788 \end_layout
14789
14790 \end_deeper
14791 \begin_layout Enumerate
14792 Export the figure as LaTeX/PostScript combined.
14793  Then 
14794 \family typewriter
14795 XFig
14796 \family default
14797  [
14798 \family typewriter
14799 transfig
14800 \family default
14801 , really] will generate two files: 
14802 \end_layout
14803
14804 \begin_deeper
14805 \begin_layout Enumerate
14806 the PostScript part 
14807 \family typewriter
14808 foo.pstex
14809 \family default
14810 , that contains all painting.
14811 \end_layout
14812
14813 \begin_layout Enumerate
14814 the LaTeX part 
14815 \family typewriter
14816 foo.pstex_t
14817 \family default
14818 , that contains all text and a link to the PostScript part.
14819 \end_layout
14820
14821 \end_deeper
14822 \begin_layout Standard
14823 Then you just have to include the LaTeX part as described above.
14824  This will automatically include the PostScript part, too.
14825 \begin_inset Foot
14826 status collapsed
14827
14828 \begin_layout Standard
14829 If you get an error like 
14830 \begin_inset Quotes eld
14831 \end_inset
14832
14833 unknown graphics extension pstex
14834 \begin_inset Quotes erd
14835 \end_inset
14836
14837  you have to declare these graphic extensions.
14838  I think this is a 
14839 \family typewriter
14840 transfig
14841 \family default
14842  bug that occurs with LaTeX2e.
14843  Simply add a line like
14844 \end_layout
14845
14846 \begin_layout Standard
14847
14848 \family typewriter
14849
14850 \backslash
14851 @namedef{Gin@rule@ps_tex}#1{{eps}{ps_tex}{#1}}
14852 \end_layout
14853
14854 \begin_layout Standard
14855 in the file 
14856 \family typewriter
14857 /usr/lib/texmf/tex/latex/graphics/dvips.def
14858 \family default
14859 .
14860  Then add 
14861 \family typewriter
14862 pstex
14863 \family default
14864  to the extension:
14865 \end_layout
14866
14867 \begin_layout Standard
14868
14869 \backslash
14870 def
14871 \backslash
14872 Gin@extensions{eps, ps, pstex, eps.gz, ps.gz, eps=2EZ}
14873 \end_layout
14874
14875 \begin_layout Standard
14876 This should fix the whole thing.
14877  Alternatively you may export the postscript part as 
14878 \family typewriter
14879 foo.eps
14880 \family default
14881  and change the LaTeX part 
14882 \family typewriter
14883 foo.pstex_t
14884 \family default
14885  manually.
14886  But this is annoying.
14887  
14888 \end_layout
14889
14890 \end_inset
14891
14892  This way you have the full PostScript® and LaTeX power combined except
14893  for the possibility to scale the figure after creating.
14894  So if you want scalable pictures, the PostScript format is your only choice.
14895  Another little advantage of letting LaTeX typeset the font is that the
14896  same font will appear in your figures as in your text, which looks a little
14897  nicer.
14898 \end_layout
14899
14900 \begin_layout Section
14901 Tables
14902 \begin_inset LatexCommand \label{sec:tables}
14903
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \begin_layout Standard
14910 LyX has powerful table support, but LaTeX can do many more things with tables
14911  than LyX is currently capable of, so you might want to look at a good LaTeX
14912  book if the features described here should turn out to be inadequate.
14913 \end_layout
14914
14915 \begin_layout Standard
14916 You can insert a table using either the table toolbar button or 
14917 \family sans
14918 \bar under
14919 I
14920 \bar default
14921 nsert\SpecialChar \menuseparator
14922
14923 \bar under
14924 T
14925 \bar default
14926 able
14927 \family default
14928 .
14929  A dialog will appear, asking you for the number of rows and columns.
14930  The default table has lines at the top and to the left of every cell, a
14931  line to the right of the rightmost column and a line at the bottom of the
14932  lowest row, forming a box around the table.
14933  Additionally, the topmost row also has a line at the bottom, which causes
14934  this row to appear separated from the rest of the table.
14935  Here's an example:
14936 \end_layout
14937
14938 \begin_layout Standard
14939 \align center
14940 \begin_inset Tabular
14941 <lyxtabular version="3" rows="4" columns="4">
14942 <features>
14943 <column alignment="center" valignment="top" leftline="true" width="0pt">
14944 <column alignment="center" valignment="top" leftline="true" width="0pt">
14945 <column alignment="center" valignment="top" leftline="true" width="0in">
14946 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14947 <row topline="true" bottomline="true">
14948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Standard
14952
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Standard
14961
14962 \family roman
14963 \series medium
14964 \shape up
14965 \size normal
14966 \emph off
14967 \bar no
14968 \noun off
14969 \color none
14970 12
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Standard
14979
14980 \family roman
14981 \series medium
14982 \shape up
14983 \size normal
14984 \emph off
14985 \bar no
14986 \noun off
14987 \color none
14988 45
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Standard
14997
14998 \family roman
14999 \series medium
15000 \shape up
15001 \size normal
15002 \emph off
15003 \bar no
15004 \noun off
15005 \color none
15006 98
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row topline="true">
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Standard
15017
15018 \family roman
15019 \series medium
15020 \shape up
15021 \size normal
15022 \emph off
15023 \bar no
15024 \noun off
15025 \color none
15026 A
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Standard
15035
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Standard
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Standard
15053
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 </row>
15059 <row topline="true">
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Standard
15064
15065 \family roman
15066 \series medium
15067 \shape up
15068 \size normal
15069 \emph off
15070 \bar no
15071 \noun off
15072 \color none
15073 B
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Standard
15082
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Standard
15091
15092 \family roman
15093 \series medium
15094 \shape up
15095 \size normal
15096 \emph off
15097 \bar no
15098 \noun off
15099 \color none
15100 multi 
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Standard
15109
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 </row>
15115 <row topline="true" bottomline="true">
15116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Standard
15120
15121 \family roman
15122 \series medium
15123 \shape up
15124 \size normal
15125 \emph off
15126 \bar no
15127 \noun off
15128 \color none
15129 C
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Standard
15138
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Standard
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Standard
15156
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 </row>
15162 </lyxtabular>
15163
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \begin_layout Subsection
15170 The Table dialog
15171 \end_layout
15172
15173 \begin_layout Standard
15174 You can alter a table by clicking on it with the right mouse button, which
15175  brings up a settings dialog.
15176  Among these options are:
15177 \end_layout
15178
15179 \begin_layout Itemize
15180 Adding/removing border lines from a row or column.
15181  If you remove the top line from one of the rows, you'll get a dotted line
15182  in LyX, but no line will appear in the printout.
15183  If you set the bottom line of one row and the top line of the row below,
15184  then the rows are separated by a small space, as you can see with the top
15185  row in the example above.
15186  You can do the same vertically if you set the right line of a column and
15187  the left line of the column to the right.
15188 \end_layout
15189
15190 \begin_layout Itemize
15191 Text alignment in a column
15192 \end_layout
15193
15194 \begin_layout Itemize
15195 Appending rows and columns
15196 \end_layout
15197
15198 \begin_layout Itemize
15199 Deleting rows, columns, or the entire table
15200 \end_layout
15201
15202 \begin_layout Itemize
15203 Multicolumn
15204 \end_layout
15205
15206 \begin_layout Itemize
15207 Setting a fixed width for a column
15208 \end_layout
15209
15210 \begin_layout Itemize
15211 Longtable options - this is useful if your table is higher than the paper.
15212  Then the table is split on the bottom of the page and continued on the
15213  next one, instead of running of the end of the page.
15214 \end_layout
15215
15216 \begin_layout Itemize
15217 Rotate the whole table or a single cell sideways, by 90 degrees
15218 \end_layout
15219
15220 \begin_layout Standard
15221 You can also use the menu to perform these operations.
15222  Try 
15223 \family sans
15224 \bar under
15225 E
15226 \bar default
15227 dit\SpecialChar \menuseparator
15228
15229 \family default
15230 \bar under
15231 T
15232 \family sans
15233 \bar default
15234 able
15235 \family default
15236  or 
15237 \family sans
15238 \bar under
15239 E
15240 \bar default
15241 dit\SpecialChar \menuseparator
15242 Rows&
15243 \bar under
15244 C
15245 \bar default
15246 ols
15247 \family default
15248  when the cursor is inside a table.
15249  
15250 \end_layout
15251
15252 \begin_layout Standard
15253 Most of these options also work on selections.
15254  This means that if you select more cells, columns or rows the action is
15255  done on all of your selection.
15256  Note that there is a difference between selecting the 
15257 \emph on
15258 contents
15259 \emph default
15260  of the cell, and the cell itself.
15261  If you can see a red border inside a cell, then a selection will select
15262  the contents.
15263  If you press 
15264 \family sans
15265 Escape
15266 \family default
15267  or click outside of the box, then the selection will select cells (whether
15268  you use the mouse or the normal cursor-movement keys).
15269 \end_layout
15270
15271 \begin_layout Standard
15272 When you append a row, it is added 
15273 \emph on
15274 below
15275 \emph default
15276  the row containing the cursor.
15277  Similarly, columns are appended to the 
15278 \emph on
15279 right
15280 \emph default
15281  of the cursor.
15282  This makes it difficult to add columns on the left edge of a table without
15283  a lot of cutting and pasting.
15284  Deletion is always performed on the row or column containing the cursor.
15285  
15286 \end_layout
15287
15288 \begin_layout Standard
15289 The multicolumn option merges two or more adjacent cells on a given row.
15290  For example, in the above table, row 
15291 \begin_inset Quotes eld
15292 \end_inset
15293
15294 B
15295 \begin_inset Quotes erd
15296 \end_inset
15297
15298  has had multicolumn applied to the columns labelled 
15299 \begin_inset Quotes eld
15300 \end_inset
15301
15302 45
15303 \begin_inset Quotes erd
15304 \end_inset
15305
15306  and 
15307 \begin_inset Quotes eld
15308 \end_inset
15309
15310 98.
15311 \begin_inset Quotes erd
15312 \end_inset
15313
15314  To use it, you must first select the cells, then choose 
15315 \family sans
15316 Multicolumn
15317 \family default
15318  from the menu.
15319  This will not work vertically - see the Table Examples document for how
15320  to do this.
15321 \end_layout
15322
15323 \begin_layout Standard
15324 You can also use 
15325 \family sans
15326 Multicolumn
15327 \family default
15328  if you need to have a special handling for a single table cell's top and
15329  bottom border lines and text alignment.
15330  Here an example of this special handling of a cell:
15331 \end_layout
15332
15333 \begin_layout Standard
15334 \align center
15335 \begin_inset Tabular
15336 <lyxtabular version="3" rows="5" columns="3">
15337 <features>
15338 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15339 <column alignment="right" valignment="top" leftline="true" width="0pt">
15340 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15341 <row topline="true" bottomline="true">
15342 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Standard
15346
15347 \family roman
15348 \series bold
15349 \shape up
15350 \size normal
15351 \emph off
15352 \bar no
15353 \noun off
15354 \color none
15355 *
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Standard
15364
15365 \family roman
15366 \series bold
15367 \shape up
15368 \size normal
15369 \emph off
15370 \bar no
15371 \noun off
15372 \color none
15373 x
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Standard
15382
15383 \family roman
15384 \series bold
15385 \shape up
15386 \size normal
15387 \emph off
15388 \bar no
15389 \noun off
15390 \color none
15391 y
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 </row>
15397 <row topline="true">
15398 <cell multicolumn="1" alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Standard
15402
15403 \family roman
15404 \series bold
15405 \shape up
15406 \size normal
15407 \emph off
15408 \bar no
15409 \noun off
15410 \color none
15411 point a & b
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Standard
15420
15421 \family roman
15422 \shape up
15423 \size normal
15424 \emph off
15425 \bar no
15426 \noun off
15427 \color none
15428 103
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Standard
15437
15438 \family roman
15439 \shape up
15440 \size normal
15441 \emph off
15442 \bar no
15443 \noun off
15444 \color none
15445 9
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 </row>
15451 <row topline="true">
15452 <cell multicolumn="1" alignment="left" valignment="top" leftline="true" rightline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Standard
15456
15457 \family roman
15458 \series bold
15459 \shape up
15460 \size normal
15461 \emph off
15462 \bar no
15463 \noun off
15464 \color none
15465 point b & a
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Standard
15474
15475 \family roman
15476 \shape up
15477 \size normal
15478 \emph off
15479 \bar no
15480 \noun off
15481 \color none
15482 599
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Standard
15491
15492 \family roman
15493 \shape up
15494 \size normal
15495 \emph off
15496 \bar no
15497 \noun off
15498 \color none
15499 340
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row topline="true">
15506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Standard
15510
15511 \family roman
15512 \series bold
15513 \shape up
15514 \size normal
15515 \emph off
15516 \bar no
15517 \noun off
15518 \color none
15519 point abc
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Standard
15528
15529 \family roman
15530 \shape up
15531 \size normal
15532 \emph off
15533 \bar no
15534 \noun off
15535 \color none
15536 1009
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Standard
15545
15546 \family roman
15547 \shape up
15548 \size normal
15549 \emph off
15550 \bar no
15551 \noun off
15552 \color none
15553 52
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 </row>
15559 <row topline="true" bottomline="true">
15560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Standard
15564
15565 \family roman
15566 \series bold
15567 \shape up
15568 \size normal
15569 \emph off
15570 \bar no
15571 \noun off
15572 \color none
15573 point abcd
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Standard
15582
15583 \family roman
15584 \shape up
15585 \size normal
15586 \emph off
15587 \bar no
15588 \noun off
15589 \color none
15590 96
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Standard
15599
15600 \family roman
15601 \shape up
15602 \size normal
15603 \emph off
15604 \bar no
15605 \noun off
15606 \color none
15607 11
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 </row>
15613 </lyxtabular>
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Standard
15621 You see here that the header line cells are aligned to the center, whereas
15622  the left column is aligned to the left, and the other columns are aligned
15623  to the right.
15624  Also the bottom and top line of two cells have been removed.
15625 \begin_inset Note Note
15626 status open
15627
15628 \begin_layout Standard
15629 I can make nothing of this explanation.
15630  An improvement would be nice :) - jbl
15631 \end_layout
15632
15633 \end_inset
15634
15635
15636 \end_layout
15637
15638 \begin_layout Standard
15639 If you want your column to have a fixed width, then you can insert a width
15640  in the 
15641 \family sans
15642 Width
15643 \family default
15644 \emph on
15645  
15646 \emph default
15647 input-field of the 
15648 \family sans
15649 Table
15650 \family default
15651  dialog.
15652  This will then allow the cell to have multiple paragraphs of text.
15653 \end_layout
15654
15655 \begin_layout Standard
15656 If your table becomes too large to fit on a portrait document layout, you
15657  can select the 
15658 \family sans
15659 Rotate\InsetSpace ~
15660 90°
15661 \family default
15662  button, and the table will appear sideways (this means landscape in a portrait
15663  document style).
15664  You might also like to rotate single table cells to give them more horizontal
15665  space.
15666  The example below demonstrates why it is useful to rotate single cells.
15667 \end_layout
15668
15669 \begin_layout Standard
15670
15671 \emph on
15672 Note:
15673 \emph default
15674  This 
15675 \family sans
15676 Rotate\InsetSpace ~
15677 90°
15678 \family default
15679  option will 
15680 \emph on
15681 not
15682 \emph default
15683  display on screen, and works 
15684 \emph on
15685 only
15686 \emph default
15687  for PostScript output.
15688  So, if you want to preview them, use 
15689 \family sans
15690 \bar under
15691 V
15692 \bar default
15693 iew\SpecialChar \menuseparator
15694 Pos
15695 \bar under
15696 t
15697 \bar default
15698 script
15699 \family default
15700 , as 
15701 \family sans
15702 \bar under
15703 V
15704 \bar default
15705 iew
15706 \bar under
15707 \SpecialChar \menuseparator
15708 D
15709 \bar default
15710 VI
15711 \family default
15712  will not show the table properly.
15713 \end_layout
15714
15715 \begin_layout Standard
15716 \align center
15717 \begin_inset Tabular
15718 <lyxtabular version="3" rows="6" columns="12">
15719 <features>
15720 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15721 <column alignment="center" valignment="top" leftline="true" width="0pt">
15722 <column alignment="center" valignment="top" leftline="true" width="0pt">
15723 <column alignment="center" valignment="top" leftline="true" width="0pt">
15724 <column alignment="center" valignment="top" leftline="true" width="0pt">
15725 <column alignment="center" valignment="top" leftline="true" width="0pt">
15726 <column alignment="center" valignment="top" leftline="true" width="0pt">
15727 <column alignment="center" valignment="top" leftline="true" width="0pt">
15728 <column alignment="center" valignment="top" leftline="true" width="0pt">
15729 <column alignment="center" valignment="top" leftline="true" width="0pt">
15730 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
15731 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15732 <row topline="true" bottomline="true">
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Standard
15737
15738 \family roman
15739 \series medium
15740 \shape up
15741 \size normal
15742 \emph off
15743 \bar no
15744 \noun off
15745 \color none
15746 Description
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Standard
15755
15756 \family roman
15757 \series medium
15758 \shape up
15759 \size normal
15760 \emph off
15761 \bar no
15762 \noun off
15763 \color none
15764 Flag 1
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Standard
15773
15774 \family roman
15775 \series medium
15776 \shape up
15777 \size normal
15778 \emph off
15779 \bar no
15780 \noun off
15781 \color none
15782 Flag 2
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Standard
15791
15792 \family roman
15793 \series medium
15794 \shape up
15795 \size normal
15796 \emph off
15797 \bar no
15798 \noun off
15799 \color none
15800 Flag 3
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Standard
15809
15810 \family roman
15811 \series medium
15812 \shape up
15813 \size normal
15814 \emph off
15815 \bar no
15816 \noun off
15817 \color none
15818 Flag 4
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Standard
15827
15828 \family roman
15829 \series medium
15830 \shape up
15831 \size normal
15832 \emph off
15833 \bar no
15834 \noun off
15835 \color none
15836 Flag 5
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Standard
15845
15846 \family roman
15847 \series medium
15848 \shape up
15849 \size normal
15850 \emph off
15851 \bar no
15852 \noun off
15853 \color none
15854 Flag 6
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Standard
15863
15864 \family roman
15865 \series medium
15866 \shape up
15867 \size normal
15868 \emph off
15869 \bar no
15870 \noun off
15871 \color none
15872 Flag 7
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Standard
15881
15882 \family roman
15883 \series medium
15884 \shape up
15885 \size normal
15886 \emph off
15887 \bar no
15888 \noun off
15889 \color none
15890 Flag 8
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Standard
15899
15900 \family roman
15901 \series medium
15902 \shape up
15903 \size normal
15904 \emph off
15905 \bar no
15906 \noun off
15907 \color none
15908 Flag 9
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" rotate="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Standard
15917
15918 \family roman
15919 \series medium
15920 \shape up
15921 \size normal
15922 \emph off
15923 \bar no
15924 \noun off
15925 \color none
15926 Flag 10
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Standard
15935
15936 \family roman
15937 \series medium
15938 \shape up
15939 \size normal
15940 \emph off
15941 \bar no
15942 \noun off
15943 \color none
15944 Total
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 <row topline="true">
15951 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Standard
15955
15956 \family roman
15957 \series medium
15958 \shape up
15959 \size normal
15960 \emph off
15961 \bar no
15962 \noun off
15963 \color none
15964 Desc.\InsetSpace ~
15965 1
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Standard
15974
15975 \family roman
15976 \series medium
15977 \shape up
15978 \size normal
15979 \emph off
15980 \bar no
15981 \noun off
15982 \color none
15983 *
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Standard
15992
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Standard
16001
16002 \family roman
16003 \series medium
16004 \shape up
16005 \size normal
16006 \emph off
16007 \bar no
16008 \noun off
16009 \color none
16010 *
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Standard
16019
16020 \family roman
16021 \series medium
16022 \shape up
16023 \size normal
16024 \emph off
16025 \bar no
16026 \noun off
16027 \color none
16028 *
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Standard
16037
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Standard
16046
16047 \family roman
16048 \series medium
16049 \shape up
16050 \size normal
16051 \emph off
16052 \bar no
16053 \noun off
16054 \color none
16055 *
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Standard
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Standard
16073
16074 \family roman
16075 \series medium
16076 \shape up
16077 \size normal
16078 \emph off
16079 \bar no
16080 \noun off
16081 \color none
16082 *
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Standard
16091
16092 \family roman
16093 \series medium
16094 \shape up
16095 \size normal
16096 \emph off
16097 \bar no
16098 \noun off
16099 \color none
16100 *
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Standard
16109
16110 \family roman
16111 \series medium
16112 \shape up
16113 \size normal
16114 \emph off
16115 \bar no
16116 \noun off
16117 \color none
16118 *
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Standard
16127
16128 \family roman
16129 \series medium
16130 \shape up
16131 \size normal
16132 \emph off
16133 \bar no
16134 \noun off
16135 \color none
16136 7
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row topline="true">
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Standard
16147
16148 \family roman
16149 \series medium
16150 \shape up
16151 \size normal
16152 \emph off
16153 \bar no
16154 \noun off
16155 \color none
16156 Desc.\InsetSpace ~
16157 2
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Standard
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Standard
16175
16176 \family roman
16177 \series medium
16178 \shape up
16179 \size normal
16180 \emph off
16181 \bar no
16182 \noun off
16183 \color none
16184 *
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Standard
16193
16194 \family roman
16195 \series medium
16196 \shape up
16197 \size normal
16198 \emph off
16199 \bar no
16200 \noun off
16201 \color none
16202 *
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Standard
16211
16212 \family roman
16213 \series medium
16214 \shape up
16215 \size normal
16216 \emph off
16217 \bar no
16218 \noun off
16219 \color none
16220 *
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Standard
16229
16230 \family roman
16231 \series medium
16232 \shape up
16233 \size normal
16234 \emph off
16235 \bar no
16236 \noun off
16237 \color none
16238 *
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Standard
16247
16248 \family roman
16249 \series medium
16250 \shape up
16251 \size normal
16252 \emph off
16253 \bar no
16254 \noun off
16255 \color none
16256 *
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Standard
16265
16266 \family roman
16267 \series medium
16268 \shape up
16269 \size normal
16270 \emph off
16271 \bar no
16272 \noun off
16273 \color none
16274 *
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Standard
16283
16284 \family roman
16285 \series medium
16286 \shape up
16287 \size normal
16288 \emph off
16289 \bar no
16290 \noun off
16291 \color none
16292 *
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Standard
16301
16302 \family roman
16303 \series medium
16304 \shape up
16305 \size normal
16306 \emph off
16307 \bar no
16308 \noun off
16309 \color none
16310 *
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Standard
16319
16320 \family roman
16321 \series medium
16322 \shape up
16323 \size normal
16324 \emph off
16325 \bar no
16326 \noun off
16327 \color none
16328 *
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Standard
16337
16338 \family roman
16339 \series medium
16340 \shape up
16341 \size normal
16342 \emph off
16343 \bar no
16344 \noun off
16345 \color none
16346 9
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 </row>
16352 <row topline="true">
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Standard
16357
16358 \family roman
16359 \series medium
16360 \shape up
16361 \size normal
16362 \emph off
16363 \bar no
16364 \noun off
16365 \color none
16366 Desc.\InsetSpace ~
16367 3
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Standard
16376
16377 \family roman
16378 \series medium
16379 \shape up
16380 \size normal
16381 \emph off
16382 \bar no
16383 \noun off
16384 \color none
16385 *
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Standard
16394
16395 \family roman
16396 \series medium
16397 \shape up
16398 \size normal
16399 \emph off
16400 \bar no
16401 \noun off
16402 \color none
16403 *
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Standard
16412
16413 \family roman
16414 \series medium
16415 \shape up
16416 \size normal
16417 \emph off
16418 \bar no
16419 \noun off
16420 \color none
16421 *
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Standard
16430
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Standard
16439
16440 \family roman
16441 \series medium
16442 \shape up
16443 \size normal
16444 \emph off
16445 \bar no
16446 \noun off
16447 \color none
16448 *
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Standard
16457
16458 \family roman
16459 \series medium
16460 \shape up
16461 \size normal
16462 \emph off
16463 \bar no
16464 \noun off
16465 \color none
16466 *
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Standard
16475
16476 \family roman
16477 \series medium
16478 \shape up
16479 \size normal
16480 \emph off
16481 \bar no
16482 \noun off
16483 \color none
16484 *
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Standard
16493
16494 \family roman
16495 \series medium
16496 \shape up
16497 \size normal
16498 \emph off
16499 \bar no
16500 \noun off
16501 \color none
16502 *
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Standard
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Standard
16520
16521 \family roman
16522 \series medium
16523 \shape up
16524 \size normal
16525 \emph off
16526 \bar no
16527 \noun off
16528 \color none
16529 *
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Standard
16538
16539 \family roman
16540 \series medium
16541 \shape up
16542 \size normal
16543 \emph off
16544 \bar no
16545 \noun off
16546 \color none
16547 8
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 </row>
16553 <row topline="true" bottomline="true">
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Standard
16558
16559 \family roman
16560 \series medium
16561 \shape up
16562 \size normal
16563 \emph off
16564 \bar no
16565 \noun off
16566 \color none
16567 Desc.\InsetSpace ~
16568 4
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Standard
16577
16578 \family roman
16579 \series medium
16580 \shape up
16581 \size normal
16582 \emph off
16583 \bar no
16584 \noun off
16585 \color none
16586 *
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Standard
16595
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Standard
16604
16605 \family roman
16606 \series medium
16607 \shape up
16608 \size normal
16609 \emph off
16610 \bar no
16611 \noun off
16612 \color none
16613 *
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Standard
16622
16623 \family roman
16624 \series medium
16625 \shape up
16626 \size normal
16627 \emph off
16628 \bar no
16629 \noun off
16630 \color none
16631 *
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Standard
16640
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Standard
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Standard
16658
16659 \family roman
16660 \series medium
16661 \shape up
16662 \size normal
16663 \emph off
16664 \bar no
16665 \noun off
16666 \color none
16667 *
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Standard
16676
16677 \family roman
16678 \series medium
16679 \shape up
16680 \size normal
16681 \emph off
16682 \bar no
16683 \noun off
16684 \color none
16685 *
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Standard
16694
16695 \family roman
16696 \series medium
16697 \shape up
16698 \size normal
16699 \emph off
16700 \bar no
16701 \noun off
16702 \color none
16703 *
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Standard
16712
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Standard
16721
16722 \family roman
16723 \series medium
16724 \shape up
16725 \size normal
16726 \emph off
16727 \bar no
16728 \noun off
16729 \color none
16730 6
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row topline="true" bottomline="true">
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Standard
16741
16742 \family roman
16743 \series medium
16744 \shape up
16745 \size normal
16746 \emph off
16747 \bar no
16748 \noun off
16749 \color none
16750 Total
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Standard
16759
16760 \family roman
16761 \series medium
16762 \shape up
16763 \size normal
16764 \emph off
16765 \bar no
16766 \noun off
16767 \color none
16768  
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Standard
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Standard
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Standard
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Standard
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Standard
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Standard
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Standard
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Standard
16840
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Standard
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Standard
16858
16859 \family roman
16860 \series medium
16861 \shape up
16862 \size normal
16863 \emph off
16864 \bar no
16865 \noun off
16866 \color none
16867 30
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 </lyxtabular>
16874
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \begin_layout Subsection
16881 What can be placed inside a table cell?
16882 \end_layout
16883
16884 \begin_layout Standard
16885 Many objects can be placed inside a table cell.
16886  Any single line of text, an equation (not a displayed or multilined equation,
16887  though), or a figure can be in a cell; in fact, all three kinds of objects
16888  can be placed in the same cell.
16889  Font sizes and shapes can be altered, and the table will adjust to display
16890  them properly.
16891  However, you can't put a special environment in a cell (like 
16892 \family sans
16893 Section*
16894 \family default
16895 , etc.), nor set spacing options etc.
16896  for the cell's paragraph.
16897 \end_layout
16898
16899 \begin_layout Subsection
16900 Cut & Paste in Tables
16901 \end_layout
16902
16903 \begin_layout Standard
16904 Cutting and pasting between tables works reasonably well.
16905  You can cut and paste even more than one row.
16906  Selection with the mouse or with 
16907 \family sans
16908 Shift
16909 \family default
16910  plus the arrow keys works as usual.
16911  The values in the second table below were cut and pasted from the first,
16912  using the mouse to select and paste.
16913 \end_layout
16914
16915 \begin_layout Standard
16916 \align center
16917 \begin_inset Tabular
16918 <lyxtabular version="3" rows="3" columns="3">
16919 <features>
16920 <column alignment="center" valignment="top" leftline="true" width="0pt">
16921 <column alignment="center" valignment="top" leftline="true" width="0pt">
16922 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16923 <row topline="true" bottomline="true">
16924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 1
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Standard
16946
16947 \family roman
16948 \series medium
16949 \shape up
16950 \size normal
16951 \emph off
16952 \bar no
16953 \noun off
16954 \color none
16955 2
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Standard
16964
16965 \family roman
16966 \series medium
16967 \shape up
16968 \size normal
16969 \emph off
16970 \bar no
16971 \noun off
16972 \color none
16973 3
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 <row>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Standard
16984
16985 \family roman
16986 \series medium
16987 \shape up
16988 \size normal
16989 \emph off
16990 \bar no
16991 \noun off
16992 \color none
16993 4
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Standard
17002
17003 \family roman
17004 \series medium
17005 \shape up
17006 \size normal
17007 \emph off
17008 \bar no
17009 \noun off
17010 \color none
17011 5
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Standard
17020
17021 \family roman
17022 \series medium
17023 \shape up
17024 \size normal
17025 \emph off
17026 \bar no
17027 \noun off
17028 \color none
17029 6
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row topline="true" bottomline="true">
17036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Standard
17040
17041 \family roman
17042 \series medium
17043 \shape up
17044 \size normal
17045 \emph off
17046 \bar no
17047 \noun off
17048 \color none
17049 7
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Standard
17058
17059 \family roman
17060 \series medium
17061 \shape up
17062 \size normal
17063 \emph off
17064 \bar no
17065 \noun off
17066 \color none
17067 8
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Standard
17076
17077 \family roman
17078 \series medium
17079 \shape up
17080 \size normal
17081 \emph off
17082 \bar no
17083 \noun off
17084 \color none
17085 9
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 </lyxtabular>
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \begin_layout Standard
17099 \align center
17100 \begin_inset Tabular
17101 <lyxtabular version="3" rows="4" columns="3">
17102 <features>
17103 <column alignment="center" valignment="top" leftline="true" width="0pt">
17104 <column alignment="center" valignment="top" leftline="true" width="0pt">
17105 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17106 <row topline="true" bottomline="true">
17107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Standard
17111
17112 \family roman
17113 \series medium
17114 \shape up
17115 \size normal
17116 \emph off
17117 \bar no
17118 \noun off
17119 \color none
17120 1
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Standard
17129
17130 \family roman
17131 \series medium
17132 \shape up
17133 \size normal
17134 \emph off
17135 \bar no
17136 \noun off
17137 \color none
17138 2
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Standard
17147
17148 \family roman
17149 \series medium
17150 \shape up
17151 \size normal
17152 \emph off
17153 \bar no
17154 \noun off
17155 \color none
17156 3
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Standard
17167
17168 \family roman
17169 \series medium
17170 \shape up
17171 \size normal
17172 \emph off
17173 \bar no
17174 \noun off
17175 \color none
17176 4
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Standard
17185
17186 \family roman
17187 \series medium
17188 \shape up
17189 \size normal
17190 \emph off
17191 \bar no
17192 \noun off
17193 \color none
17194 5
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Standard
17203
17204 \family roman
17205 \series medium
17206 \shape up
17207 \size normal
17208 \emph off
17209 \bar no
17210 \noun off
17211 \color none
17212 6
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row topline="true">
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Standard
17223
17224 \family roman
17225 \series medium
17226 \shape up
17227 \size normal
17228 \emph off
17229 \bar no
17230 \noun off
17231 \color none
17232 7
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Standard
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Standard
17250
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row topline="true" bottomline="true">
17257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Standard
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Standard
17270
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Standard
17279
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 </row>
17285 </lyxtabular>
17286
17287 \end_inset
17288
17289
17290 \end_layout
17291
17292 \begin_layout Standard
17293 Note that you can also copy and paste the entire table as a single unit
17294  by starting the selection from outside the table.
17295 \end_layout
17296
17297 \begin_layout Subsection
17298 Multiple lines in cells
17299 \end_layout
17300
17301 \begin_layout Standard
17302 It is possible to have multi-line entries in tables, but not in a completely
17303  WYSIWYM manner.
17304  Define a fixed length for the column in the 
17305 \family sans
17306 Table
17307 \family default
17308  dialog.
17309  After this, your text is automatically split into more lines and the cell
17310  enlarged vertically when the length of the text exceeds the given fixed
17311  length.
17312  An example:
17313 \end_layout
17314
17315 \begin_layout Standard
17316 \align center
17317 \begin_inset Tabular
17318 <lyxtabular version="3" rows="4" columns="3">
17319 <features>
17320 <column alignment="center" valignment="top" leftline="true" width="0pt">
17321 <column alignment="block" valignment="top" leftline="true" width="3cm">
17322 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17323 <row topline="true" bottomline="true">
17324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Standard
17328
17329 \family roman
17330 \series medium
17331 \shape up
17332 \size normal
17333 \emph off
17334 \bar no
17335 \noun off
17336 \color none
17337 1
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Standard
17346
17347 \family roman
17348 \series medium
17349 \shape up
17350 \size normal
17351 \emph off
17352 \bar no
17353 \noun off
17354 \color none
17355 2
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Standard
17364
17365 \family roman
17366 \series medium
17367 \shape up
17368 \size normal
17369 \emph off
17370 \bar no
17371 \noun off
17372 \color none
17373 3
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Standard
17384
17385 \family roman
17386 \series medium
17387 \shape up
17388 \size normal
17389 \emph off
17390 \bar no
17391 \noun off
17392 \color none
17393 4
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Standard
17402
17403 \family roman
17404 \series medium
17405 \shape up
17406 \size normal
17407 \emph off
17408 \bar no
17409 \noun off
17410 \color none
17411 This is a multiline entry in a table.
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Standard
17420
17421 \family roman
17422 \series medium
17423 \shape up
17424 \size normal
17425 \emph off
17426 \bar no
17427 \noun off
17428 \color none
17429 5
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 </row>
17435 <row bottomline="true">
17436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Standard
17440
17441 \family roman
17442 \series medium
17443 \shape up
17444 \size normal
17445 \emph off
17446 \bar no
17447 \noun off
17448 \color none
17449 6
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Standard
17458
17459 \family roman
17460 \series medium
17461 \shape up
17462 \size normal
17463 \emph off
17464 \bar no
17465 \noun off
17466 \color none
17467 This is longer now.
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Standard
17476
17477 \family roman
17478 \series medium
17479 \shape up
17480 \size normal
17481 \emph off
17482 \bar no
17483 \noun off
17484 \color none
17485 7
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row bottomline="true">
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Standard
17496
17497 \family roman
17498 \series medium
17499 \shape up
17500 \size normal
17501 \emph off
17502 \bar no
17503 \noun off
17504 \color none
17505 8
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Standard
17514
17515 \family roman
17516 \series medium
17517 \shape up
17518 \size normal
17519 \emph off
17520 \bar no
17521 \noun off
17522 \color none
17523 This is a multiline entry in a table.
17524  This is longer now.
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Standard
17533
17534 \family roman
17535 \series medium
17536 \shape up
17537 \size normal
17538 \emph off
17539 \bar no
17540 \noun off
17541 \color none
17542 9
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 </row>
17548 </lyxtabular>
17549
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \begin_layout Standard
17556 Text within a cell will not normally wrap to fit the page, so if a line
17557  of text in a table is too long, the table will extend beyond the right
17558  margin of the page.
17559  Similarly, tables will not split themselves at the bottom of a page, and
17560  so might extend below the bottom margin.
17561  You have these options to resolve this problem:
17562 \end_layout
17563
17564 \begin_layout Enumerate
17565 Split it into two tables.
17566 \end_layout
17567
17568 \begin_layout Enumerate
17569 Select the 
17570 \family sans
17571 Longtable 
17572 \family default
17573 button in the 
17574 \family sans
17575 Table
17576 \family default
17577  dialog.
17578  This automatically splits the table over more pages, if it is too tall.
17579  After doing this, the list of 
17580 \family sans
17581 Longtable
17582 \family default
17583  buttons activate themselves and you may now define:
17584 \end_layout
17585
17586 \begin_deeper
17587 \begin_layout Enumerate
17588
17589 \family sans
17590 First\InsetSpace ~
17591 header
17592 \family default
17593 : The current row and all rows above that don't have any special options
17594  defined are defined to be the header rows of the first page of the longtable.
17595 \end_layout
17596
17597 \begin_layout Enumerate
17598
17599 \family sans
17600 Header
17601 \family default
17602 : The current row and all rows above that don't have any special options
17603  defined are defined to be the header rows of all pages of the longtable;
17604  except for the first page, if 
17605 \family sans
17606 First\InsetSpace ~
17607 header
17608 \family default
17609  is defined.
17610 \end_layout
17611
17612 \begin_layout Enumerate
17613
17614 \family sans
17615 Footer
17616 \family default
17617 : The current row and all rows below that don't have any special options
17618  defined are defined to be the footer rows of all pages of the longtable;
17619  except for the last page, if 
17620 \family sans
17621 Last\InsetSpace ~
17622 footer
17623 \family default
17624  is defined.
17625 \end_layout
17626
17627 \begin_layout Enumerate
17628
17629 \family sans
17630 Last\InsetSpace ~
17631 footer
17632 \family default
17633 : The current row and all rows below that don't have any special options
17634  defined are defined to be the footer rows of the last page of the longtable.
17635 \end_layout
17636
17637 \begin_layout Standard
17638 If you set more than one option in the same table row, you should be aware
17639  of the fact that only the first flag is used in the given table rows.
17640  The others will then be defined as 
17641 \emph on
17642 empty
17643 \emph default
17644 .
17645  In this context, first means first in this order: 
17646 \family sans
17647 Footer, Last\InsetSpace ~
17648 footer,
17649 \family default
17650  
17651 \family sans
17652 Header,
17653 \family default
17654  
17655 \family sans
17656 First\InsetSpace ~
17657 header.
17658
17659 \family default
17660 \emph on
17661  
17662 \emph default
17663 See the 
17664 \family typewriter
17665 TableExamples.lyx
17666 \family default
17667  example file to see how this works.
17668
17669 \emph on
17670  
17671 \end_layout
17672
17673 \begin_layout Standard
17674 The check box in the long table options can be used to specify specific
17675  rows to break the page on as well.
17676 \end_layout
17677
17678 \end_deeper
17679 \begin_layout Enumerate
17680 A table can also be placed in a float, as described below, which will allow
17681  TeX to place it as well as it can within the page.
17682 \end_layout
17683
17684 \begin_layout Subsection
17685 Table Floats
17686 \begin_inset LatexCommand \label{sec:table float}
17687
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \begin_layout Standard
17694 Outside of a float, the table will be positioned exactly where it is placed
17695  in the document.
17696  Using a 
17697 \family sans
17698 \shape up
17699 Tabl
17700 \bar under
17701 e
17702 \bar default
17703 \InsetSpace ~
17704 Float
17705 \family default
17706 \shape default
17707  from the 
17708 \family sans
17709 \shape up
17710 \bar under
17711 I
17712 \bar default
17713 nsert\SpecialChar \menuseparator
17714 Flo
17715 \shape default
17716 \bar under
17717 a
17718 \shape up
17719 \bar default
17720 t
17721 \family default
17722 \shape default
17723  menu will enable LaTeX to place the table where it fits best, rather than
17724  exactly where you insert it.
17725  Float placement for table floats is similar to that for figure floats 
17726 \begin_inset LatexCommand \ref{sec:figurefloats}
17727
17728 \end_inset
17729
17730 , and is described in section 
17731 \begin_inset LatexCommand \ref{sec:float-locn}
17732
17733 \end_inset
17734
17735 .
17736  Captions also work the same way as with figure floats, as described in
17737  section 
17738 \begin_inset LatexCommand \ref{sec:figurefloats}
17739
17740 \end_inset
17741
17742 .
17743  Table 
17744 \begin_inset LatexCommand \ref{table:a table float}
17745
17746 \end_inset
17747
17748  is an example of a table float.
17749 \begin_inset Float table
17750 placement htbp
17751 wide false
17752 sideways false
17753 status collapsed
17754
17755 \begin_layout Caption
17756 \begin_inset LatexCommand \label{table:a table float}
17757
17758 \end_inset
17759
17760 A table float.
17761 \end_layout
17762
17763 \begin_layout Standard
17764 \align center
17765 \begin_inset Tabular
17766 <lyxtabular version="3" rows="3" columns="3">
17767 <features>
17768 <column alignment="center" valignment="top" leftline="true" width="0pt">
17769 <column alignment="center" valignment="top" leftline="true" width="0pt">
17770 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17771 <row topline="true" bottomline="true">
17772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Standard
17776
17777 \family roman
17778 \series medium
17779 \shape up
17780 \size normal
17781 \emph off
17782 \bar no
17783 \noun off
17784 \color none
17785 1
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Standard
17794
17795 \family roman
17796 \series medium
17797 \shape up
17798 \size normal
17799 \emph off
17800 \bar no
17801 \noun off
17802 \color none
17803 2
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Standard
17812
17813 \family roman
17814 \series medium
17815 \shape up
17816 \size normal
17817 \emph off
17818 \bar no
17819 \noun off
17820 \color none
17821 3
17822 \end_layout
17823
17824 \end_inset
17825 </cell>
17826 </row>
17827 <row topline="true">
17828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Standard
17832
17833 \family roman
17834 \series medium
17835 \shape up
17836 \size normal
17837 \emph off
17838 \bar no
17839 \noun off
17840 \color none
17841 Joe
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Standard
17850
17851 \family roman
17852 \series medium
17853 \shape up
17854 \size normal
17855 \emph off
17856 \bar no
17857 \noun off
17858 \color none
17859 Mary
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Standard
17868
17869 \family roman
17870 \series medium
17871 \shape up
17872 \size normal
17873 \emph off
17874 \bar no
17875 \noun off
17876 \color none
17877 Ted
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 </row>
17883 <row topline="true" bottomline="true">
17884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Standard
17888
17889 \family roman
17890 \series medium
17891 \shape up
17892 \size normal
17893 \emph off
17894 \bar no
17895 \noun off
17896 \color none
17897 \begin_inset Formula $\int x^{2}dx$
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Standard
17909
17910 \family roman
17911 \series medium
17912 \shape up
17913 \size normal
17914 \emph off
17915 \bar no
17916 \noun off
17917 \color none
17918 \begin_inset Formula $\left[\begin{array}{cc}
17919 a & b\\
17920 c & d\end{array}\right]$
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Standard
17932
17933 \family roman
17934 \series medium
17935 \shape up
17936 \size normal
17937 \emph off
17938 \bar no
17939 \noun off
17940 \color none
17941 \begin_inset Formula $1+1=2$
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 </row>
17950 </lyxtabular>
17951
17952 \end_inset
17953
17954
17955 \end_layout
17956
17957 \end_inset
17958
17959  
17960 \end_layout
17961
17962 \begin_layout Section
17963 Table of Contents and other Listings
17964 \begin_inset LatexCommand \label{sec:toc}
17965
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \begin_layout Standard
17972 One of the really nice features of LaTeX is the ease with which it lets
17973  you create various 
17974 \begin_inset Quotes eld
17975 \end_inset
17976
17977 Lists,
17978 \begin_inset Quotes erd
17979 \end_inset
17980
17981  such as a Table of Contents.
17982  All you need to do is to use certain environments and insert a reference
17983  at the place where you want the list to appear.
17984 \end_layout
17985
17986 \begin_layout Subsection
17987 The Table of Contents
17988 \end_layout
17989
17990 \begin_layout Standard
17991 In order to get a Table of Contents, you need to do four things:
17992 \end_layout
17993
17994 \begin_layout Enumerate
17995 Use a document class that includes support (all but 
17996 \family typewriter
17997 letter
17998 \family default
17999 ).
18000 \end_layout
18001
18002 \begin_layout Enumerate
18003 Set paragraph environments appropriately: 
18004 \family sans
18005 Chapter
18006 \family default
18007
18008 \family sans
18009 (Sub...) Section
18010 \family default
18011
18012 \family sans
18013 (Sub...), Paragraph
18014 \family default
18015 .
18016  Note that styles with a 
18017 \family sans
18018 *
18019 \family default
18020 , like 
18021 \family sans
18022 Section*
18023 \family default
18024 , will 
18025 \emph on
18026 not
18027 \emph default
18028  appear in the Table of Contents.
18029 \end_layout
18030
18031 \begin_layout Enumerate
18032 Make sure you set the 
18033 \family sans
18034 \bar under
18035 S
18036 \bar default
18037 ection\InsetSpace ~
18038 number\InsetSpace ~
18039 depth 
18040 \family default
18041 and 
18042 \family sans
18043 \bar under
18044 T
18045 \bar default
18046 able\InsetSpace ~
18047 of\InsetSpace ~
18048 contents
18049 \family default
18050 .
18051 \family sans
18052 \InsetSpace ~
18053 depth
18054 \family default
18055  in the 
18056 \family sans
18057 Document\InsetSpace ~
18058 Layout
18059 \family default
18060  dialog to the appropriate value as described in 
18061 \begin_inset LatexCommand \ref{sub:section-depth}
18062
18063 \end_inset
18064
18065
18066 \end_layout
18067
18068 \begin_layout Enumerate
18069 Insert the ToC command at some place in the document.
18070  You'll find it under 
18071 \family sans
18072 \bar under
18073 I
18074 \bar default
18075 nsert\SpecialChar \menuseparator
18076 List\InsetSpace ~
18077 /\InsetSpace ~
18078 T
18079 \bar under
18080 O
18081 \bar default
18082 C\SpecialChar \menuseparator
18083
18084 \bar under
18085 T
18086 \bar default
18087 able\InsetSpace ~
18088 of\InsetSpace ~
18089 Contents
18090 \family default
18091 .
18092 \end_layout
18093
18094 \begin_layout Standard
18095 You can also bring up a dialog for navigating through your document with
18096  
18097 \family sans
18098 \bar under
18099 D
18100 \bar default
18101 ocument\SpecialChar \menuseparator
18102
18103 \bar under
18104 T
18105 \bar default
18106 able\InsetSpace ~
18107 of\InsetSpace ~
18108 Contents
18109 \family default
18110 .
18111 \end_layout
18112
18113 \begin_layout Subsection
18114 List of Figures, Tables and Algorithms
18115 \begin_inset LatexCommand \label{sec:ListsOf}
18116
18117 \end_inset
18118
18119
18120 \end_layout
18121
18122 \begin_layout Standard
18123 Table, figure, and algorithm lists are very much like the table of contents.
18124  You can insert them from the 
18125 \family sans
18126 \bar under
18127 I
18128 \bar default
18129 nsert\SpecialChar \menuseparator
18130 List\InsetSpace ~
18131 /\InsetSpace ~
18132
18133 \bar under
18134 T
18135 \bar default
18136 OC
18137 \family default
18138  submenu.
18139  If you want figures, tables, or algorithms to appear in the list, you must
18140  place them inside a float of the relevant type and add a caption.
18141 \end_layout
18142
18143 \begin_layout Chapter
18144 Mathematical Formulae
18145 \end_layout
18146
18147 \begin_layout Section
18148 Basic Math Editing
18149 \end_layout
18150
18151 \begin_layout Standard
18152 To create a math formula, you can just click on the toolbar icon with 
18153 \begin_inset Formula $\frac{a+b}{c}$
18154 \end_inset
18155
18156  on it.
18157  That will open a little blue square, with purple markers around it, on
18158  the corners.
18159  That blue square is the formula itself; the purple markers indicate what
18160  level of nesting within the formula you are at.
18161  You can also choose a particular formula type to insert via the 
18162 \family sans
18163 \bar under
18164 I
18165 \bar default
18166 nsert
18167 \bar under
18168 \SpecialChar \menuseparator
18169 M
18170 \bar default
18171 ath
18172 \family default
18173  menu; or you can use a keyboard macro, 
18174 \family sans
18175 M-c\InsetSpace ~
18176 m
18177 \family default
18178
18179 \family sans
18180 M-m\InsetSpace ~
18181 m
18182 \family default
18183 , or 
18184 \family sans
18185 C-m
18186 \family default
18187  (CUA binding only).
18188 \end_layout
18189
18190 \begin_layout Standard
18191 If you simply need to type a single Greek letter, such as 
18192 \begin_inset Formula $\alpha$
18193 \end_inset
18194
18195 , there is a special shortcut.
18196  Just type 
18197 \family sans
18198 M-m\InsetSpace ~
18199 g\InsetSpace ~
18200 a
18201 \family default
18202  to get 
18203 \begin_inset Formula $\alpha$
18204 \end_inset
18205
18206 ,
18207 \family sans
18208  M-m\InsetSpace ~
18209 g\InsetSpace ~
18210 b
18211 \family default
18212  to get 
18213 \begin_inset Formula $\beta$
18214 \end_inset
18215
18216 , etc.
18217 \end_layout
18218
18219 \begin_layout Standard
18220 Editing the parameters of a formula may be done from the 
18221 \family sans
18222 \bar under
18223 I
18224 \bar default
18225 nsert\SpecialChar \menuseparator
18226
18227 \bar under
18228 M
18229 \bar default
18230 ath\SpecialChar \menuseparator
18231 Math\InsetSpace ~
18232 Pane
18233 \bar under
18234 l
18235 \family default
18236 \bar default
18237  dialog, by 
18238 \family sans
18239 Edit\SpecialChar \menuseparator
18240 Math
18241 \family default
18242 , or by clicking the right mouse button on the formula.
18243  The math panel is very useful, so you may want to open it and leave it
18244  somewhere on the screen.
18245  If you're not already in a formula, selecting anything from the math panel
18246  will insert a formula for you.
18247 \end_layout
18248
18249 \begin_layout Subsection
18250 Navigating a Formula
18251 \end_layout
18252
18253 \begin_layout Standard
18254 The best control over cursor position within an existing formula is achieved
18255  with the arrow keys.
18256  Mathed uses small squares to indicate places where something can be inserted.
18257  The arrow keys can be used to navigate between parts of a formula.
18258  Pressing 
18259 \family sans
18260 Space
18261 \family default
18262  will leave a fraction or other formula construct (a square root 
18263 \begin_inset Formula $\sqrt{2}$
18264 \end_inset
18265
18266 , or parentheses 
18267 \begin_inset Formula $\left(f\right)$
18268 \end_inset
18269
18270 , or a matrix 
18271 \begin_inset Formula $\left[\begin{array}{cc}
18272 1 & 2\\
18273 3 & 4\end{array}\right]$
18274 \end_inset
18275
18276 ).
18277  Pressing 
18278 \family sans
18279 Escape
18280 \family default
18281  will leave the formula, placing the cursor after the formula.
18282
18283 \family sans
18284  Tab
18285 \family default
18286  can be used to move horizontally in a formula; for example, through the
18287  cells of a matrix or the positions in a multi-line equation.
18288 \end_layout
18289
18290 \begin_layout Standard
18291
18292 \family sans
18293 Space
18294 \family default
18295  seems to do nothing in Mathed, since it does not in fact add a space between
18296  characters, but it does exit a nested structure.
18297  For this reason, you have to be careful about using 
18298 \family sans
18299 Space
18300 \family default
18301 .
18302  For example, if you want 
18303 \begin_inset Formula $\sqrt{2x+1}$
18304 \end_inset
18305
18306 , type 
18307 \family typewriter
18308
18309 \backslash
18310 sqrt
18311 \family sans
18312 \InsetSpace ~
18313
18314 \family default
18315 then 
18316 \family sans
18317 Space
18318 \family default
18319 , then
18320 \family sans
18321 \InsetSpace ~
18322
18323 \family typewriter
18324 2x+1
18325 \family default
18326 , not 
18327 \family typewriter
18328
18329 \backslash
18330 sqrt
18331 \family sans
18332 \InsetSpace ~
18333 Space\InsetSpace ~
18334
18335 \family typewriter
18336 2x
18337 \family sans
18338 \InsetSpace ~
18339 Space\InsetSpace ~
18340
18341 \family typewriter
18342 +
18343 \family sans
18344 \InsetSpace ~
18345 Space\InsetSpace ~
18346
18347 \family typewriter
18348 1
18349 \family default
18350 , since in the latter case only the 
18351 \family typewriter
18352
18353 \begin_inset Formula $2x$
18354 \end_inset
18355
18356
18357 \family default
18358  will be under the square root sign, 
18359 \begin_inset Formula $\sqrt{2x}+1$
18360 \end_inset
18361
18362 .
18363  For those who learned to space out expressions in this way, it takes a
18364  little unlearning.
18365 \end_layout
18366
18367 \begin_layout Standard
18368 You can leave many parts of a formula, like this matrix, partially filled
18369  in, such as:
18370 \begin_inset Formula \[
18371 \left(\begin{array}{ccc}
18372 \lambda_{1}\\
18373  & \ddots\\
18374  &  & \lambda_{n}\end{array}\right).\]
18375
18376 \end_inset
18377
18378 If you leave a fraction only partially filled in, or a subscript with nothing
18379  in it, the results will be unpredictable, but most constructs don't mind.
18380 \end_layout
18381
18382 \begin_layout Subsection
18383 Selecting Text
18384 \end_layout
18385
18386 \begin_layout Standard
18387 You can select text within a formula in two different ways.
18388  Place the cursor at one end of the string of text you want, and press 
18389 \family sans
18390 Shift 
18391 \family default
18392 and a cursor movement key to select text.
18393  It will be highlighted as with regular text selection.
18394  Alternatively, you can select text with the mouse in the usual way.
18395  That text can then be cut or copied, and then pasted within any formula
18396  (not in a plain text region in LyX, though).
18397 \end_layout
18398
18399 \begin_layout Subsection
18400 Exponents and Subscripts
18401 \end_layout
18402
18403 \begin_layout Standard
18404 You can use the math panel to add superscripts or subscripts, but the much
18405  easier way is to use the standard TeX method.
18406  To get 
18407 \begin_inset Formula $x^{2}$
18408 \end_inset
18409
18410 , type (in Mathed) 
18411 \family typewriter
18412 x^2
18413 \family default
18414  then 
18415 \family sans
18416 Space
18417 \family default
18418 .
18419  The final 
18420 \family sans
18421 Space
18422 \family default
18423  puts the cursor back down on the base line of the expression, instead of
18424  in the superscript.
18425  If you type 
18426 \family typewriter
18427 x^2y
18428 \family default
18429 , you will get 
18430 \begin_inset Formula $x^{2y}$
18431 \end_inset
18432
18433 , to get 
18434 \begin_inset Formula $x^{2}y$
18435 \end_inset
18436
18437 , type 
18438 \family typewriter
18439 x^2
18440 \family sans
18441  
18442 \family default
18443 then 
18444 \family sans
18445 Space 
18446 \family default
18447 then
18448 \family sans
18449 \InsetSpace ~
18450
18451 \family typewriter
18452 y
18453 \family default
18454 .
18455  Subscripts are similar, to get 
18456 \begin_inset Formula $a_{1}$
18457 \end_inset
18458
18459 , type (in Mathed) 
18460 \family typewriter
18461 a_1
18462 \family sans
18463 \InsetSpace ~
18464
18465 \family default
18466 then
18467 \family sans
18468  Space
18469 \family default
18470 .
18471  Note that by default, the superscript or subscript is only for the single
18472  symbol to the left, which changes the spacing and alignment; you should
18473  read section 
18474 \begin_inset LatexCommand \ref{sec:Grouping}
18475
18476 \end_inset
18477
18478  if you need to alter this.
18479 \end_layout
18480
18481 \begin_layout Subsection
18482 Fractions 
18483 \end_layout
18484
18485 \begin_layout Standard
18486 Create a fraction with either 
18487 \family typewriter
18488
18489 \backslash
18490 frac
18491 \family sans
18492  
18493 \family default
18494 (in Mathed) or using the fraction icon in the 
18495 \family sans
18496 Math\InsetSpace ~
18497 Panel
18498 \family default
18499  dialog or the 
18500 \family sans
18501 \bar under
18502 M
18503 \bar default
18504 ath
18505 \family default
18506  menu item 
18507 \family sans
18508 \bar under
18509 F
18510 \bar default
18511 raction
18512 \family default
18513 .
18514  You will be presented with an empty fraction, with two Mathed insertion
18515  squares top and bottom.
18516  The cursor moves immediately to the top of the fraction.
18517  To move to the bottom, simply press 
18518 \family sans
18519 Down
18520 \family default
18521 .
18522  To move back up, press 
18523 \family sans
18524 Up
18525 \family default
18526 .
18527  Any math structure can be placed in a fraction, as this example shows:
18528 \begin_inset Formula \[
18529 \left[\frac{1}{\left(\begin{array}{cc}
18530 2 & 3\\
18531 4 & 5\end{array}\right)}\right]\]
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Subsection
18539 Sums and Integrals 
18540 \end_layout
18541
18542 \begin_layout Standard
18543 Sum (
18544 \begin_inset Formula $\sum$
18545 \end_inset
18546
18547 ) and integral (
18548 \begin_inset Formula $\int$
18549 \end_inset
18550
18551 ) signs are very often decorated with one or more sets of 
18552 \begin_inset Quotes eld
18553 \end_inset
18554
18555 limits
18556 \begin_inset Quotes erd
18557 \end_inset
18558
18559 .
18560  These limits can be entered in LyX by entering them as you would enter
18561  a superscript or subscript, directly after the symbol.
18562  Sum will automatically place its 
18563 \begin_inset Quotes eld
18564 \end_inset
18565
18566 limits
18567 \begin_inset Quotes erd
18568 \end_inset
18569
18570  over and under the symbol in display style, but will move them to the side
18571  when inlined, such as 
18572 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
18573 \end_inset
18574
18575 , versus 
18576 \begin_inset Note Note
18577 status open
18578
18579 \begin_layout Standard
18580 We haven't yet explained what display vs.
18581  inline means...
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \begin_inset Formula \[
18588 \sum_{n=1}^{\infty}\frac{x^{n}}{n}=\ln\left(\frac{1}{1-x}\right).\]
18589
18590 \end_inset
18591
18592 Integral signs, however, will not by default move the limits to directly
18593  over and under the integral sign in display style, as in 
18594 \begin_inset Formula $\int_{a}^{x}f(t)dt:=F(x)$
18595 \end_inset
18596
18597 , versus
18598 \begin_inset Formula \[
18599 \int_{-\infty}^{\infty}\frac{dx}{1+x^{2}}=\pi.\]
18600
18601 \end_inset
18602
18603 Both symbols will be automatically re-sized when placed in display mode.
18604  In display mode, the placement of the limits (directly above and below,
18605  or offset to the right from the sign) can be changed by placing the cursor
18606  in front of the sign and hitting 
18607 \family sans
18608 M-m l
18609 \family default
18610 .
18611  Exactly what change occurs depends on the sign.
18612  
18613 \end_layout
18614
18615 \begin_layout Standard
18616 Certain other mathematical expressions have this 
18617 \begin_inset Quotes eld
18618 \end_inset
18619
18620 moving limits
18621 \begin_inset Quotes erd
18622 \end_inset
18623
18624  feature as addition, such as 
18625 \begin_inset Formula \[
18626 \lim_{x\rightarrow\infty}f(x),\]
18627
18628 \end_inset
18629
18630 which will place the 
18631 \begin_inset Formula $x\rightarrow\infty$
18632 \end_inset
18633
18634  underneath the 
18635 \begin_inset Quotes eld
18636 \end_inset
18637
18638 lim
18639 \begin_inset Quotes erd
18640 \end_inset
18641
18642  in display mode, but not in inlined mode, 
18643 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
18644 \end_inset
18645
18646 .
18647  Note that the 
18648 \begin_inset Formula $\lim$
18649 \end_inset
18650
18651  was entered as a function - you get it in LyX by typing 
18652 \family typewriter
18653
18654 \backslash
18655 lim 
18656 \family default
18657 in math-mode, or choosing from the 
18658 \begin_inset Quotes eld
18659 \end_inset
18660
18661 functions
18662 \begin_inset Quotes erd
18663 \end_inset
18664
18665  menu in the math panel; see 
18666 \begin_inset LatexCommand \ref{sec:math-functions}
18667
18668 \end_inset
18669
18670 .
18671 \end_layout
18672
18673 \begin_layout Subsubsection
18674 Special integral symbols
18675 \end_layout
18676
18677 \begin_layout Standard
18678 Standard LaTeX does only provide a very limited set of integral symbols.
18679  Therefore several packages implement additional symbols, e.g.\InsetSpace ~
18680 moredimensional
18681  integrals like 
18682 \begin_inset Formula $\iint$
18683 \end_inset
18684
18685  (
18686 \family typewriter
18687
18688 \backslash
18689 iint
18690 \family default
18691 ).
18692  Unfortunately they do not always look consistent, e.g.\InsetSpace ~
18693 the 
18694 \family typewriter
18695
18696 \begin_inset Formula $\iint$
18697 \end_inset
18698
18699  (
18700 \backslash
18701 iint)
18702 \family default
18703  symbol from the 
18704 \family typewriter
18705 wasysym
18706 \family default
18707  package looks like 
18708 \family typewriter
18709
18710 \begin_inset Formula $\varint$
18711 \end_inset
18712
18713  (
18714 \backslash
18715 varint
18716 \family default
18717 ), not 
18718 \family typewriter
18719
18720 \begin_inset Formula $\int$
18721 \end_inset
18722
18723  (
18724 \backslash
18725 int
18726 \family default
18727 ).
18728  Therefore you should enable the automatic loading of the 
18729 \family typewriter
18730 esint
18731 \family default
18732  package in 
18733 \family sans
18734 \bar under
18735 D
18736 \bar default
18737 ocument\SpecialChar \menuseparator
18738
18739 \bar under
18740 S
18741 \bar default
18742 ettings
18743 \family default
18744  if you need special integrals.
18745  This package defines a complete set of consistent looking integral symbols.
18746  You can find most of them in the math panel.
18747  This document does use the 
18748 \family typewriter
18749 wasysym
18750 \family default
18751  package instead of the 
18752 \family typewriter
18753 esint
18754 \family default
18755  package, because the latter is not yet included in all TeX distributions,
18756  so you can see the different looking integral symbols using 
18757 \family sans
18758 \bar under
18759 V
18760 \bar default
18761 iew\SpecialChar \menuseparator
18762
18763 \bar under
18764 D
18765 \bar default
18766 VI
18767 \family default
18768 .
18769 \end_layout
18770
18771 \begin_layout Subsection
18772 The Math Panel
18773 \begin_inset LatexCommand \label{sec:math-panel}
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Standard
18781 The 
18782 \family sans
18783 Math\InsetSpace ~
18784
18785 \bar under
18786 P
18787 \bar default
18788 anel
18789 \family default
18790  dialog (accessible via 
18791 \family sans
18792 \bar under
18793 I
18794 \bar default
18795 nsert\SpecialChar \menuseparator
18796
18797 \bar under
18798 M
18799 \bar default
18800 ath
18801 \family default
18802 ) has a more extensive list of symbols and structures.
18803  As stated earlier, you can keep the math panel open when writing mathematics.
18804  The use of the panel should be fairly obvious; we'll describe some of the
18805  details in later sections.
18806 \end_layout
18807
18808 \begin_layout Standard
18809 Note that right-clicking on a formula opens the panel as well.
18810 \end_layout
18811
18812 \begin_layout Subsection
18813 Other Math Symbols 
18814 \end_layout
18815
18816 \begin_layout Standard
18817 Most math symbols can be found in the math panel under one of several categories
18818 ; including 
18819 \family sans
18820 Greek
18821 \family default
18822  
18823 \begin_inset Formula $\Gamma\rho\epsilon\epsilon\kappa$
18824 \end_inset
18825
18826
18827 \family sans
18828 operators
18829 \family default
18830  
18831 \begin_inset Formula $\pm\times$
18832 \end_inset
18833
18834
18835 \family sans
18836 relations
18837 \family default
18838  
18839 \begin_inset Formula $\leq\cong$
18840 \end_inset
18841
18842
18843 \family sans
18844 arrows
18845 \family default
18846  
18847 \begin_inset Formula $\uparrow\Leftrightarrow$
18848 \end_inset
18849
18850
18851 \family sans
18852 large\InsetSpace ~
18853 operators
18854 \family default
18855  
18856 \begin_inset Formula $\sum\int$
18857 \end_inset
18858
18859 , and the dreaded 
18860 \family sans
18861 miscellaneous
18862 \family default
18863 .
18864  There are also the additional symbols provided by the American Mathematical
18865  Society (AMS).
18866  If you know the standard LaTeX macro for a particular symbol you which
18867  to use, you do not have to use these dialogs, but they will help for those
18868  symbols whose LaTeX name you do not know.
18869  Note that the AMS symbols will not be displayed as symbols in LyX unless
18870  you install the right fonts as described in the relevant manual.
18871 \end_layout
18872
18873 \begin_layout Standard
18874 It is possible to get an nth root symbol.
18875  In the minibuffer, type 
18876 \family typewriter
18877 math-insert root
18878 \family default
18879 .
18880  This generates a root symbol with an extra box above the root sign.
18881  Use 
18882 \family sans
18883 Up
18884 \family default
18885  and 
18886 \family sans
18887 Down
18888 \family default
18889  to move between the two boxes.
18890  You can also use the key binding 
18891 \family sans
18892 M-m-r
18893 \family default
18894 .
18895 \end_layout
18896
18897 \begin_layout Subsection
18898 Altering spacing
18899 \end_layout
18900
18901 \begin_layout Standard
18902 You may want to create blank spaces that differs from the standard spacing
18903  that LaTeX provides.
18904  We don't recommend this as a matter of course, since the whole idea of
18905  WYSIWYM is that you don't think about the typesetting, but the content.
18906  However, there are situations where you will want to add spaces.
18907  The first thing to do is to type 
18908 \family sans
18909 C-Space
18910 \family default
18911 .
18912  This generates a small space, and shows a small marker on the screen within
18913  LyX: 
18914 \begin_inset Formula $a\, b$
18915 \end_inset
18916
18917 .
18918  The next trick is to change that space to different sizes.
18919  
18920 \emph on
18921 Before
18922 \emph default
18923  you move the cursor, after typing 
18924 \family sans
18925 C-Space
18926 \family default
18927 , if you hit 
18928 \family sans
18929 Space
18930 \family default
18931  again, you will change the size of the space, through a number of variable
18932  sizes.
18933  The last ones in the list are red, and are a negative space.
18934  For example: 
18935 \begin_inset Formula $a\quad b$
18936 \end_inset
18937
18938 , or 
18939 \begin_inset Formula $a\! b$
18940 \end_inset
18941
18942 .
18943  You can also insert these spaces via the math panel.
18944 \end_layout
18945
18946 \begin_layout Subsection
18947 Math functions
18948 \begin_inset LatexCommand \label{sec:math-functions}
18949
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \begin_layout Standard
18956 The math panel contains a number of 
18957 \begin_inset Quotes eld
18958 \end_inset
18959
18960 functions
18961 \begin_inset Quotes erd
18962 \end_inset
18963
18964 , such as 
18965 \begin_inset Formula $\sin$
18966 \end_inset
18967
18968
18969 \begin_inset Formula $\lim$
18970 \end_inset
18971
18972
18973 \emph on
18974 etc
18975 \emph default
18976 .
18977  (you can type them in a formula by typing 
18978 \family typewriter
18979
18980 \backslash
18981 sin
18982 \family default
18983  etc).
18984  Standard mathematical practice is that functions which are names, like
18985  
18986 \begin_inset Formula $\sin$
18987 \end_inset
18988
18989 , should not be italicized.
18990  Entering just the letters 
18991 \begin_inset Formula $sin$
18992 \end_inset
18993
18994  within Mathed will give italics, of course, so these special macros are
18995  available.
18996  They do more to the final output than just change the typeface, however.
18997  For example, the expression 
18998 \begin_inset Formula $\sin t$
18999 \end_inset
19000
19001  will typeset with a little extra space between the n and the t.
19002  For words which are more sophisticated mathematical objects, like 
19003 \begin_inset Formula $\lim$
19004 \end_inset
19005
19006 , the macro changes the way that subscripts are placed, depending on whether
19007  the math-inset is inlined or displayed: 
19008 \begin_inset Formula $\lim_{x\rightarrow0}f(x)=L$
19009 \end_inset
19010
19011  versus
19012 \begin_inset Formula \[
19013 \lim_{x\rightarrow0}f(x)=L.\]
19014
19015 \end_inset
19016
19017 These two expressions were typed the same way, but using the macro 
19018 \family typewriter
19019
19020 \backslash
19021 lim
19022 \family default
19023  alters the appearance (actually, it is the inlined version that is altered,
19024  to improve linespacing).
19025 \end_layout
19026
19027 \begin_layout Subsection
19028 Accents
19029 \end_layout
19030
19031 \begin_layout Standard
19032 In a formula you can insert accented characters in the same way as in text
19033  mode.
19034  This may depend on your keyboard, or the bindings file you use.
19035  You can also use TeX macro equivalents, as macros.
19036  That is, you can enter 
19037 \begin_inset Formula $\hat{a}$
19038 \end_inset
19039
19040  to get the same effect if your keyboard does not have accents enabled.
19041  This is entered by typing 
19042 \begin_inset Quotes eld
19043 \end_inset
19044
19045
19046 \family typewriter
19047
19048 \backslash
19049 hat a
19050 \family default
19051
19052 \begin_inset Quotes erd
19053 \end_inset
19054
19055  in Mathed.
19056  These are the equivalences between the text names and the macro names for
19057  the various accents:
19058 \end_layout
19059
19060 \begin_layout Standard
19061 \align center
19062 \begin_inset Tabular
19063 <lyxtabular version="3" rows="11" columns="3">
19064 <features>
19065 <column alignment="center" valignment="top" leftline="true" width="0pt">
19066 <column alignment="center" valignment="top" leftline="true" width="0pt">
19067 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19068 <row topline="true" bottomline="true">
19069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Standard
19073
19074 \family roman
19075 \series medium
19076 \shape up
19077 \size normal
19078 \emph off
19079 \bar no
19080 \noun off
19081 \color none
19082 text
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Standard
19091
19092 \family roman
19093 \series medium
19094 \shape up
19095 \size normal
19096 \emph off
19097 \bar no
19098 \noun off
19099 \color none
19100 math
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Standard
19109
19110 \family roman
19111 \series medium
19112 \shape up
19113 \size normal
19114 \emph off
19115 \bar no
19116 \noun off
19117 \color none
19118 example
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 </row>
19124 <row topline="true">
19125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Standard
19129
19130 \family roman
19131 \series medium
19132 \shape up
19133 \size normal
19134 \emph off
19135 \bar no
19136 \noun off
19137 \color none
19138 circumflex
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Standard
19147
19148 \family roman
19149 \series medium
19150 \shape up
19151 \size normal
19152 \emph off
19153 \bar no
19154 \noun off
19155 \color none
19156 hat
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Standard
19165
19166 \family roman
19167 \series medium
19168 \shape up
19169 \size normal
19170 \emph off
19171 \bar no
19172 \noun off
19173 \color none
19174 \begin_inset Formula $\hat{a}$
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 </row>
19183 <row topline="true">
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Standard
19188
19189 \family roman
19190 \series medium
19191 \shape up
19192 \size normal
19193 \emph off
19194 \bar no
19195 \noun off
19196 \color none
19197 grave
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Standard
19206
19207 \family roman
19208 \series medium
19209 \shape up
19210 \size normal
19211 \emph off
19212 \bar no
19213 \noun off
19214 \color none
19215 grave
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Standard
19224
19225 \family roman
19226 \series medium
19227 \shape up
19228 \size normal
19229 \emph off
19230 \bar no
19231 \noun off
19232 \color none
19233 \begin_inset Formula $\grave{a}$
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 <row topline="true">
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Standard
19247
19248 \family roman
19249 \series medium
19250 \shape up
19251 \size normal
19252 \emph off
19253 \bar no
19254 \noun off
19255 \color none
19256 acute
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Standard
19265
19266 \family roman
19267 \series medium
19268 \shape up
19269 \size normal
19270 \emph off
19271 \bar no
19272 \noun off
19273 \color none
19274 acute
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Standard
19283
19284 \family roman
19285 \series medium
19286 \shape up
19287 \size normal
19288 \emph off
19289 \bar no
19290 \noun off
19291 \color none
19292 \begin_inset Formula $\acute{a}$
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 </row>
19301 <row topline="true">
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Standard
19306
19307 \family roman
19308 \series medium
19309 \shape up
19310 \size normal
19311 \emph off
19312 \bar no
19313 \noun off
19314 \color none
19315 umlaut
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Standard
19324
19325 \family roman
19326 \series medium
19327 \shape up
19328 \size normal
19329 \emph off
19330 \bar no
19331 \noun off
19332 \color none
19333 ddot
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Standard
19342
19343 \family roman
19344 \series medium
19345 \shape up
19346 \size normal
19347 \emph off
19348 \bar no
19349 \noun off
19350 \color none
19351 \begin_inset Formula $\ddot{a}$
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 </row>
19360 <row topline="true">
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Standard
19365
19366 \family roman
19367 \series medium
19368 \shape up
19369 \size normal
19370 \emph off
19371 \bar no
19372 \noun off
19373 \color none
19374 tilde
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Standard
19383
19384 \family roman
19385 \series medium
19386 \shape up
19387 \size normal
19388 \emph off
19389 \bar no
19390 \noun off
19391 \color none
19392 tilde
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Standard
19401
19402 \family roman
19403 \series medium
19404 \shape up
19405 \size normal
19406 \emph off
19407 \bar no
19408 \noun off
19409 \color none
19410 \begin_inset Formula $\tilde{a}$
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 </row>
19419 <row topline="true">
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Standard
19424
19425 \family roman
19426 \series medium
19427 \shape up
19428 \size normal
19429 \emph off
19430 \bar no
19431 \noun off
19432 \color none
19433 dot
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Standard
19442
19443 \family roman
19444 \series medium
19445 \shape up
19446 \size normal
19447 \emph off
19448 \bar no
19449 \noun off
19450 \color none
19451 dot
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Standard
19460
19461 \family roman
19462 \series medium
19463 \shape up
19464 \size normal
19465 \emph off
19466 \bar no
19467 \noun off
19468 \color none
19469 \begin_inset Formula $\dot{a}$
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 </row>
19478 <row topline="true">
19479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Standard
19483
19484 \family roman
19485 \series medium
19486 \shape up
19487 \size normal
19488 \emph off
19489 \bar no
19490 \noun off
19491 \color none
19492 breve
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Standard
19501
19502 \family roman
19503 \series medium
19504 \shape up
19505 \size normal
19506 \emph off
19507 \bar no
19508 \noun off
19509 \color none
19510 breve
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Standard
19519
19520 \family roman
19521 \series medium
19522 \shape up
19523 \size normal
19524 \emph off
19525 \bar no
19526 \noun off
19527 \color none
19528 \begin_inset Formula $\breve{a}$
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 </row>
19537 <row topline="true">
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Standard
19542
19543 \family roman
19544 \series medium
19545 \shape up
19546 \size normal
19547 \emph off
19548 \bar no
19549 \noun off
19550 \color none
19551 caron
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Standard
19560
19561 \family roman
19562 \series medium
19563 \shape up
19564 \size normal
19565 \emph off
19566 \bar no
19567 \noun off
19568 \color none
19569 check
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Standard
19578
19579 \family roman
19580 \series medium
19581 \shape up
19582 \size normal
19583 \emph off
19584 \bar no
19585 \noun off
19586 \color none
19587 \begin_inset Formula $\check{a}$
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row topline="true">
19597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Standard
19601
19602 \family roman
19603 \series medium
19604 \shape up
19605 \size normal
19606 \emph off
19607 \bar no
19608 \noun off
19609 \color none
19610 macron
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Standard
19619
19620 \family roman
19621 \series medium
19622 \shape up
19623 \size normal
19624 \emph off
19625 \bar no
19626 \noun off
19627 \color none
19628 bar
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Standard
19637
19638 \family roman
19639 \series medium
19640 \shape up
19641 \size normal
19642 \emph off
19643 \bar no
19644 \noun off
19645 \color none
19646 \begin_inset Formula $\bar{a}$
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 </row>
19655 <row topline="true" bottomline="true">
19656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Standard
19660
19661 \family roman
19662 \series medium
19663 \shape up
19664 \size normal
19665 \emph off
19666 \bar no
19667 \noun off
19668 \color none
19669 ---
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Standard
19678
19679 \family roman
19680 \series medium
19681 \shape up
19682 \size normal
19683 \emph off
19684 \bar no
19685 \noun off
19686 \color none
19687 vec
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Standard
19696
19697 \family roman
19698 \series medium
19699 \shape up
19700 \size normal
19701 \emph off
19702 \bar no
19703 \noun off
19704 \color none
19705 \begin_inset Formula $\vec{a}$
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 </lyxtabular>
19715
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \begin_layout Standard
19722 Finally, you can choose one of these accents by selecting an item from the
19723  
19724 \family sans
19725 Decorations
19726 \family default
19727  symbol set in the math panel; this will apply to any selection you have
19728  made within a formula too.
19729 \end_layout
19730
19731 \begin_layout Subsection
19732 The math editor for LaTeX users
19733 \end_layout
19734
19735 \begin_layout Standard
19736 Editing mathematical expressions in LyX can be done in one of two ways.
19737  You can use the native LyX support for rendering the formulae in a WYSIWYM
19738  fashion.
19739  LaTeX users might like to be able to use the keyboard to enter things like
19740  
19741 \family typewriter
19742 $
19743 \backslash
19744 alpha$
19745 \family default
19746  (this gets, in ordinary TeX, an 
19747 \begin_inset Formula $\alpha$
19748 \end_inset
19749
19750  in the final document), believing that it is faster than chasing around
19751  menus for a symbol.
19752  Here's a testimonial of one of those old LaTeX users, 
19753 \noun on
19754 David Johnson:
19755 \end_layout
19756
19757 \begin_layout Quotation
19758 I was finally convinced that the math editor was the way to go when I found
19759  that, with a few modifications, I could use it the same way I was accustomed
19760  to writing TeX.
19761  As an example, I created this 
19762 \begin_inset Formula $\alpha$
19763 \end_inset
19764
19765  by typing the following keys: First type
19766 \family typewriter
19767  
19768 \family sans
19769 M-c\InsetSpace ~
19770 m
19771 \family typewriter
19772  
19773 \family default
19774 to enter
19775 \family typewriter
19776  math-mode
19777 \family default
19778 , then type
19779 \family typewriter
19780  
19781 \backslash
19782 alpha
19783 \family sans
19784  
19785 \family default
19786 , then 
19787 \family sans
19788 Space 
19789 \family default
19790 and
19791 \family sans
19792  Esc
19793 \family default
19794 .
19795  As soon as I typed that 
19796 \family sans
19797 Space
19798 \family default
19799  the 
19800 \begin_inset Formula $\alpha$
19801 \end_inset
19802
19803  was right there on the screen.
19804  
19805 \end_layout
19806
19807 \begin_layout Standard
19808 The 
19809 \family sans
19810 M-c\InsetSpace ~
19811 m
19812 \family default
19813  sequence inserts a formula (you may also use 
19814 \family sans
19815 C-m
19816 \family default
19817  or 
19818 \family sans
19819 M-m\InsetSpace ~
19820 m
19821 \family default
19822 ), the
19823 \family typewriter
19824  
19825 \backslash
19826 alpha
19827 \family default
19828  is of course the standard TeX command for a Greek alpha letter, and the
19829  
19830 \family sans
19831 Esc
19832 \family default
19833  leaves the formula.
19834  Some of the advantages of this approach are:
19835 \end_layout
19836
19837 \begin_layout Itemize
19838 You have immediate visual feedback to be sure your TeX was correct
19839 \end_layout
19840
19841 \begin_layout Itemize
19842 You have the real mathematical expression on the screen, correctly displayed,
19843  to make sure your mathematics is correct (correctly written, at least)
19844 \end_layout
19845
19846 \begin_layout Itemize
19847 All the new LaTeX fuss with special environments and such are taken care
19848  of by LyX, not you
19849 \end_layout
19850
19851 \begin_layout Itemize
19852 You won't have to chase through the code trying to find that missing 
19853 \family sans
19854 $
19855 \family default
19856  or extra 
19857 \family sans
19858 {
19859 \family default
19860  any more
19861 \end_layout
19862
19863 \begin_layout Itemize
19864 If you don't remember the LaTeX name of a particular symbol, like 
19865 \begin_inset Formula $\wp$
19866 \end_inset
19867
19868 , you can find it in the dialogs
19869 \end_layout
19870
19871 \begin_layout Section
19872 Brackets and decorations
19873 \end_layout
19874
19875 \begin_layout Standard
19876 There are several brackets available through LyX.
19877  For most purposes, using just the keys 
19878 \family typewriter
19879 [{]}()|
19880 \backslash
19881 <>
19882 \family default
19883  should suffice, but the effect, especially if you want to surround a large
19884  structure, such as a matrix or a fraction, or if you have several layers
19885  of brackets, is better using the math panel's 
19886 \family sans
19887 Delimiter
19888 \family default
19889  dialog [see sec.
19890  
19891 \begin_inset LatexCommand \ref{sec:math-panel}
19892
19893 \end_inset
19894
19895 ].
19896  For example, that's how you would construct the brackets around a standard
19897  matrix such as :
19898 \begin_inset Formula \[
19899 \left[\begin{array}{cc}
19900 1 & 2\\
19901 3 & 4\end{array}\right],\]
19902
19903 \end_inset
19904
19905 and to make it easier to see the layers of parentheses of an abomination
19906  such as: 
19907 \begin_inset Formula \[
19908 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
19909
19910 \end_inset
19911
19912 or:
19913 \begin_inset Formula \[
19914 f\left(g\left(h\left(k\left(l\left(x\right)\right)\right)\right)\right).\]
19915
19916 \end_inset
19917
19918 The parentheses, and other brackets, from that menu will automatically re-size
19919  to accommodate the size of what is inside (This is done in straight LaTeX
19920  by 
19921 \family typewriter
19922
19923 \backslash
19924 left( blah 
19925 \backslash
19926 right)
19927 \family default
19928  ).
19929  
19930 \end_layout
19931
19932 \begin_layout Standard
19933 It is very easy to construct the braces you want to use.
19934  Click on the brace you want on the left side with the left mouse button,
19935  the right side with the right button, and place them in the document by
19936  clicking on the button.
19937  If you want one side to not have a bracket, use the blank button.
19938  It will appear in LyX with a dotted line, but nothing will print.
19939 \end_layout
19940
19941 \begin_layout Standard
19942 If you decide after the fact to place parentheses (or other math structure,
19943  like a square root, or other decoration) around some math structure, you
19944  can do that by highlighting (selecting) the structure that is to go inside
19945  the parentheses (that is done by holding the 
19946 \family sans
19947 Shift
19948 \family default
19949  key down and moving the cursor with the arrow keys, or selecting with the
19950  mouse).
19951  Then, choose the appropriate brackets for left and right, and click on
19952  
19953 \family sans
19954 Apply
19955 \family default
19956 .
19957  The parentheses will be drawn around the selected structure.
19958 \end_layout
19959
19960 \begin_layout Standard
19961 If you're trying to enter a LaTeX 
19962 \family typewriter
19963 {
19964 \family default
19965  for grouping, you should read 
19966 \begin_inset LatexCommand \ref{sec:Grouping}
19967
19968 \end_inset
19969
19970 .
19971 \end_layout
19972
19973 \begin_layout Section
19974 Grouping
19975 \begin_inset LatexCommand \label{sec:Grouping}
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \begin_layout Standard
19983 You may need to group a set of symbols.
19984  In LaTeX, for example, the typesetting of 
19985 \family typewriter
19986 {x^y}^z
19987 \family default
19988  is different from 
19989 \family typewriter
19990 x^{y^z}
19991 \family default
19992 :
19993 \end_layout
19994
19995 \begin_layout Standard
19996 \begin_inset Formula \[
19997 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{{y^{z}}}\]
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \begin_layout Standard
20005 However, trying to type the 
20006 \family typewriter
20007 }
20008 \family default
20009  in LyX gives an actual closing brace in the output.
20010  To create this grouping, you need to use the key sequence 
20011 \family typewriter
20012
20013 \backslash
20014 {
20015 \family default
20016  then type space.
20017  Inside LyX, you will see red braces indicating the grouping.
20018  The example directly above shows how this works.
20019 \end_layout
20020
20021 \begin_layout Section
20022 Arrays and Multi-line Equations
20023 \end_layout
20024
20025 \begin_layout Standard
20026 Arrays, such as matrices, are easily entered in LyX.
20027  In the 
20028 \family sans
20029 Math\InsetSpace ~
20030 Panel 
20031 \family default
20032 there is a matrix button, which will open a dialog for you to choose the
20033  number of rows/columns.
20034  Here is an example:
20035 \begin_inset Formula \[
20036 \left(\begin{array}{ccc}
20037 1 & 2 & 3\\
20038 4 & 5 & 6\\
20039 7 & 8 & 9\end{array}\right).\]
20040
20041 \end_inset
20042
20043 The parentheses aren't automatic, but you can add them as usual.
20044  Remember that you can add this after the fact, by highlighting the matrix
20045  inside Mathed (Position the mouse on one side of the matrix, hold the 
20046 \family sans
20047 Shift
20048 \family default
20049  key down, and hit the appropriate arrow key to move the cursor across the
20050  matrix).
20051  You can, when you construct the matrix, decide whether the columns (or
20052  some of them) will be left-, right-, or center-justified.
20053  The specification is 
20054 \family typewriter
20055 ccc 
20056 \family default
20057 by default.
20058  Each letter corresponds to the relevant column.
20059  For example, 
20060 \family typewriter
20061 lcr
20062 \family default
20063  means that the first column will be left-justified, the second will be
20064  centered, and the third column will be right-justified..
20065  It will look like this:
20066 \begin_inset Formula \[
20067 \begin{array}{lcr}
20068 this & this\, column & this\, column\\
20069 column & has & has\, right\\
20070 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20071
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \begin_layout Standard
20078 You can add more rows to an existing matrix by hitting 
20079 \family sans
20080 C-Enter
20081 \family default
20082  while in the matrix, and you can add columns, or delete either, via the
20083  
20084 \family sans
20085 \bar under
20086 E
20087 \bar default
20088 dit\SpecialChar \menuseparator
20089
20090 \bar under
20091 M
20092 \bar default
20093 ath
20094 \family default
20095  and 
20096 \family sans
20097 \bar under
20098 E
20099 \bar default
20100 dit\SpecialChar \menuseparator
20101 Rows&
20102 \bar under
20103 C
20104 \bar default
20105 ols
20106 \family default
20107  menus.
20108 \end_layout
20109
20110 \begin_layout Standard
20111 There are numerous other arrays used in LaTeX math-mode, particularly with
20112  the AMS-LaTeX packages included, such as 
20113 \family typewriter
20114
20115 \backslash
20116 cases
20117 \family default
20118  and commutative diagrams.
20119  Not all of these are supported in LyX but some are, see 
20120 \family sans
20121 \bar under
20122 I
20123 \bar default
20124 nsert\SpecialChar \menuseparator
20125 Mat
20126 \bar under
20127 h
20128 \family default
20129 \bar default
20130 .
20131 \end_layout
20132
20133 \begin_layout Standard
20134 Multi-line equations are very easy to construct in LyX.
20135  A formula will automatically switch to an 
20136 \family typewriter
20137 \series medium
20138 eqnarray
20139 \family default
20140 \series default
20141  format (LaTeX's multi-line displayed equation format) if you hit 
20142 \family sans
20143 \series medium
20144 C-E
20145 \series default
20146 nter
20147 \family default
20148 .
20149  The best way to do this, if you decide you want a multi-line displayed
20150  equation, is to insert a new line (with 
20151 \family sans
20152 \series medium
20153 C-Enter
20154 \family default
20155 \series default
20156 ) immediately.
20157  Each line then has three regions, left, center, and right, which you can
20158  move through using either the arrow keys, the mouse, or the 
20159 \family sans
20160 \series medium
20161 Tab
20162 \family default
20163 \series default
20164  key.
20165  Here is an example:
20166 \begin_inset Formula \begin{eqnarray*}
20167 3 & = & 1+2\\
20168 4+5 & = & 9.\end{eqnarray*}
20169
20170 \end_inset
20171
20172 You can also turn an existing displayed formula into a multi-line formula
20173  by hitting 
20174 \family sans
20175 \series medium
20176 C-Enter
20177 \family default
20178 \series default
20179  while the cursor is anywhere on the original formula.
20180  However, LyX will 
20181 \emph on
20182 not
20183 \emph default
20184  try to decide where to break the formula up into three parts, but places
20185  everything in the left side of the line.
20186  To change the alignment points of the equation, place the cursor where
20187  you want to start the middle part of the line, and hit 
20188 \family sans
20189 C-Tab.
20190  
20191 \family default
20192 It then puts everything to the right of the cursor in the middle region
20193  of the equation (which, by the way, is not typeset by LaTeX in display-math
20194  size, so you should not put large expressions like fractions there).
20195  Move to where you want the right side of the line to begin, and hit 
20196 \family sans
20197 C-Tab
20198 \family default
20199  again.
20200  The 
20201 \begin_inset Quotes eld
20202 \end_inset
20203
20204 extra
20205 \begin_inset Quotes erd
20206 \end_inset
20207
20208  insertion points in the line will disappear.
20209 \end_layout
20210
20211 \begin_layout Section
20212 Equation Numbering and Labels
20213 \begin_inset LatexCommand \label{sec:math-label}
20214
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \begin_layout Standard
20221 Equation numbering is very easy in LyX.
20222  All it takes to change a displayed equation like: 
20223 \begin_inset Formula \[
20224 1+2=3\]
20225
20226 \end_inset
20227
20228 into the numbered equation :
20229 \begin_inset Formula \begin{equation}
20230 1+2=3\label{mathed:first-eqn}\end{equation}
20231
20232 \end_inset
20233
20234 is to go to the 
20235 \family sans
20236 \bar under
20237 I
20238 \bar default
20239 nsert
20240 \family default
20241  menu, and select the 
20242 \family sans
20243 \bar under
20244 L
20245 \bar default
20246 abel...
20247
20248 \family default
20249  option.
20250  This opens a dialog in which you must enter some string as the label.
20251  There is no need to call it by a specific number, since LaTeX will take
20252  care of re-numbering the equation.
20253  Labels will not appear as such on the final output.
20254  LaTeX will insert appropriate numbers for the equations.
20255  The labels are used internally for cross-referencing.
20256  You can turn on numbering without a specific label with the menu option
20257  
20258 \family sans
20259 \bar under
20260 E
20261 \bar default
20262 dit\SpecialChar \menuseparator
20263
20264 \bar under
20265 M
20266 \bar default
20267 ath\SpecialChar \menuseparator
20268 Toggle\InsetSpace ~
20269
20270 \bar under
20271 N
20272 \bar default
20273 umbering
20274 \family default
20275  while the cursor is in the equation, such as: 
20276 \end_layout
20277
20278 \begin_layout Standard
20279 \begin_inset Formula \begin{equation}
20280 1+1=2.\end{equation}
20281
20282 \end_inset
20283
20284 You can toggle it on or off with this menu item.
20285  You can reference a labelled (not just numbered) equation, (cf.
20286  (
20287 \begin_inset LatexCommand \ref{mathed:first-eqn}
20288
20289 \end_inset
20290
20291 )) by using the 
20292 \family sans
20293 Cross-Reference
20294 \family default
20295  dialog, which you open using 
20296 \family sans
20297 \bar under
20298 I
20299 \bar default
20300 nsert\SpecialChar \menuseparator
20301
20302 \bar under
20303 C
20304 \bar default
20305 ross-Reference...
20306 \family default
20307 \InsetSpace ~
20308 .
20309 \end_layout
20310
20311 \begin_layout Standard
20312 For numbered (or labelled) multi-line formulas, the default is that all
20313  lines are numbered separately.
20314  Once you attach a label to make the equation numbered, all subsequent lines
20315  receive a label of #.
20316  That label can be changed to another so that you can refer to that line,
20317  like (
20318 \begin_inset LatexCommand \ref{mathed:third-eqn}
20319
20320 \end_inset
20321
20322 ) below.
20323 \begin_inset Formula \begin{eqnarray}
20324 1 & = & 3-2\label{mathed:second-equation}\\
20325 2 & = & 4-2\label{mathed:third-eqn}\\
20326 4 & \leq & 7.\end{eqnarray}
20327
20328 \end_inset
20329
20330 You can turn off numbering of a specific line with 
20331 \family sans
20332 \bar under
20333 E
20334 \bar default
20335 dit\SpecialChar \menuseparator
20336
20337 \bar under
20338 M
20339 \bar default
20340 ath\SpecialChar \menuseparator
20341 Toggle\InsetSpace ~
20342
20343 \bar under
20344 n
20345 \bar default
20346 umbering\InsetSpace ~
20347 of\InsetSpace ~
20348 line
20349 \family default
20350  while the cursor is on that line of a multi-line numbered equation.
20351  This also toggles.
20352  For example :
20353 \begin_inset Formula \begin{eqnarray}
20354 1 & = & 4-3\label{mathed:fourth-eqn}\\
20355 2 & = & 7-5\\
20356 1 & = & e^{2\pi i}\nonumber \\
20357 16 & \equiv & 2\,(mod\,7)\label{mathed:fifth-eqn}\end{eqnarray}
20358
20359 \end_inset
20360
20361 Note that the first equation in this set (
20362 \begin_inset LatexCommand \ref{mathed:fourth-eqn}
20363
20364 \end_inset
20365
20366 ) is labelled, the next is numbered but unlabelled, the third is unnumbered,
20367  and the last (
20368 \begin_inset LatexCommand \ref{mathed:fifth-eqn}
20369
20370 \end_inset
20371
20372 ) is again labelled.
20373  
20374 \end_layout
20375
20376 \begin_layout Section
20377 User defined macros in math mode
20378 \end_layout
20379
20380 \begin_layout Standard
20381 LyX allows the user to define macros for use in math mode.
20382  A macro definition box appears on screen as purple box with the name of
20383  the macro in blue (math color).
20384  It contains two cells initially marked empty by blue rectangles that can
20385  be edited as if it were ordinary math.
20386  Just try it:
20387 \begin_inset FormulaMacro
20388 \newcommand{\macro}{a+b}
20389 \end_inset
20390
20391  The contents of the first cell will be used when the macro definition is
20392  written during export as LaTeX.
20393  The contents of the second cell, however, will be used for drawing the
20394  macro's expansion on screen.
20395  In the common case where both export and drawing use the same representation,
20396  the second cell can be left empty and LyX will use the contents of the
20397  first cell will be used for export and drawing automatically.
20398 \end_layout
20399
20400 \begin_layout Standard
20401 Now, to use this macro in other math boxes just type the name in TeX mode,
20402  in this case 
20403 \family typewriter
20404
20405 \backslash
20406 macro
20407 \family default
20408 , and it will be automatically expanded: 
20409 \begin_inset Formula $c=\macro$
20410 \end_inset
20411
20412 .
20413  As you can verify, the cursor can't go inside the macro, the whole macro
20414  is like a single character, and the TeX generated code of this expression
20415  is 
20416 \family typewriter
20417 c = 
20418 \backslash
20419 macro.
20420 \end_layout
20421
20422 \begin_layout Standard
20423 However the cursor could go inside of some kind of macros, those that have
20424  
20425 \emph on
20426 arguments
20427 \emph default
20428 .
20429  In a macro definition box an argument looks like a 
20430 \family typewriter
20431 #
20432 \family default
20433  followed by the argument number:
20434 \begin_inset FormulaMacro
20435 \newcommand{\macrowarg}[1]{2+\sqrt{#1}}
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \begin_layout Standard
20442 Once expanded, this macro includes the usual empty rectangle to indicate
20443  that you can insert there whatever you want: 
20444 \family typewriter
20445
20446 \backslash
20447 macrowarg = 
20448 \begin_inset Formula $\macrowarg{}$
20449 \end_inset
20450
20451
20452 \family default
20453 .
20454  Example: 
20455 \begin_inset Formula $b=\macrowarg{x-2}$
20456 \end_inset
20457
20458 .
20459  
20460 \end_layout
20461
20462 \begin_layout Standard
20463 When exported to LaTeX, a macro definition will produce the command
20464 \newline
20465
20466 \family typewriter
20467
20468 \backslash
20469 newcommand{
20470 \backslash
20471 macrowarg}[1]{2+
20472 \backslash
20473 sqrt{#1}}
20474 \end_layout
20475
20476 \begin_layout Subsection
20477 How to create macros
20478 \end_layout
20479
20480 \begin_layout Standard
20481 To create a macro definition box use this syntax in the minibuffer:
20482 \begin_inset Foot
20483 status collapsed
20484
20485 \begin_layout Standard
20486 Macro names mustn't contain numbers!
20487 \end_layout
20488
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \begin_layout Standard
20495
20496 \family typewriter
20497 math-macro <macro name> [number of arguments]
20498 \end_layout
20499
20500 \begin_layout Standard
20501 For example, 
20502 \family typewriter
20503
20504 \backslash
20505 macro
20506 \family default
20507  was created with 
20508 \begin_inset Quotes eld
20509 \end_inset
20510
20511
20512 \family typewriter
20513 math-macro macro
20514 \family default
20515
20516 \begin_inset Quotes erd
20517 \end_inset
20518
20519 , and 
20520 \family typewriter
20521
20522 \backslash
20523 macrowarg
20524 \family default
20525  was created with 
20526 \begin_inset Quotes eld
20527 \end_inset
20528
20529
20530 \family typewriter
20531 math-macro macrowarg 1
20532 \family default
20533
20534 \begin_inset Quotes erd
20535 \end_inset
20536
20537 .
20538 \end_layout
20539
20540 \begin_layout Standard
20541 To insert an argument mark (only inside a macro definition box) simply type
20542 \newline
20543
20544 \family typewriter
20545 #<number>
20546 \family default
20547  or use 
20548 \family typewriter
20549 math-macro-arg <number>
20550 \end_layout
20551
20552 \begin_layout Standard
20553 The argument mark in 
20554 \family typewriter
20555
20556 \backslash
20557 macrowarg
20558 \family default
20559  was introduced with 
20560 \begin_inset Quotes eld
20561 \end_inset
20562
20563
20564 \family typewriter
20565 math-macro-arg 1
20566 \family default
20567
20568 \begin_inset Quotes erd
20569 \end_inset
20570
20571 .
20572 \end_layout
20573
20574 \begin_layout Standard
20575 You can use no more than 9 arguments, numbered from 1 to 9.
20576  An argument can be repeated inside the macro definition box, but of course
20577  can be edited only once.
20578 \end_layout
20579
20580 \begin_layout Subsection
20581 How to navigate in macros
20582 \end_layout
20583
20584 \begin_layout Description
20585 With\InsetSpace ~
20586 the\InsetSpace ~
20587 arrow\InsetSpace ~
20588 keys: Opening a macro from the left side will put the cursor
20589  in the first argument, to move to the second argument use the TAB key.
20590  Remember that pressing the Space bar will get the cursor out and at the
20591  right side of the macro.
20592 \end_layout
20593
20594 \begin_layout Description
20595 With\InsetSpace ~
20596 the\InsetSpace ~
20597 mouse: As usual, click on the desired argument box.
20598  Sometimes this fails if the box is empty or too small.
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Currently it is only possible to define command macros, but not environment
20603  macros.
20604 \end_layout
20605
20606 \begin_layout Section
20607 Fine-Tuning
20608 \end_layout
20609
20610 \begin_layout Subsection
20611 Typefaces
20612 \end_layout
20613
20614 \begin_layout Standard
20615 You can use various typefaces in a formula.
20616  The standard font for text is italic, 
20617 \begin_inset Formula $text$
20618 \end_inset
20619
20620 , but for numbers the standard is Roman.
20621  To set a font in a formula, choose it from the math panel, or by entering
20622  the LaTeX command for it directly, as follows:
20623 \end_layout
20624
20625 \begin_layout Standard
20626 \align center
20627 \begin_inset Tabular
20628 <lyxtabular version="3" rows="9" columns="2">
20629 <features>
20630 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20631 <column alignment="center" valignment="top" rightline="true" width="0pt">
20632 <row topline="true" bottomline="true">
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Standard
20637 Font
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Standard
20646 LaTeX Command
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 </row>
20652 <row topline="true">
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Standard
20657
20658 \shape up
20659 \size normal
20660 \bar no
20661 \noun off
20662 \color none
20663 \begin_inset Formula $\mathrm{Roman}$
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Standard
20675
20676 \family typewriter
20677
20678 \backslash
20679 mathrm
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row topline="true">
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Standard
20690 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Standard
20702
20703 \family typewriter
20704
20705 \backslash
20706 mathbf
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row topline="true">
20713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Standard
20717 \begin_inset Formula $\mathit{Italic}$
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Standard
20729
20730 \family typewriter
20731
20732 \backslash
20733 mathit
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 </row>
20739 <row topline="true">
20740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Standard
20744
20745 \shape up
20746 \size normal
20747 \bar no
20748 \noun off
20749 \color none
20750 \begin_inset Formula $\mathtt{Typewriter}$
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Standard
20762
20763 \family typewriter
20764
20765 \backslash
20766 mathtt
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row topline="true">
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Standard
20777 \begin_inset Formula $\mathbb{BLACKBOARD}$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Standard
20789
20790 \family typewriter
20791
20792 \backslash
20793 mathbb
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 </row>
20799 <row topline="true">
20800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Standard
20804 \begin_inset Formula $\mathfrak{Fraktur}$
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Standard
20816
20817 \family typewriter
20818
20819 \backslash
20820 mathfrak
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row topline="true">
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Standard
20831
20832 \shape up
20833 \size normal
20834 \emph on
20835 \bar no
20836 \noun off
20837 \color none
20838 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Standard
20850
20851 \family typewriter
20852
20853 \backslash
20854 mathcal
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row topline="true" bottomline="true">
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Standard
20865 \begin_inset Formula $\mathsf{SansSerif}$
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Standard
20877
20878 \backslash
20879
20880 \family typewriter
20881 mathsf
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 </row>
20887 </lyxtabular>
20888
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \begin_layout Standard
20895 LaTeX's math mode does not support all characters in all fonts, and only
20896  letters will be supported with these font styles; some only support capital
20897  letters.
20898 \end_layout
20899
20900 \begin_layout Standard
20901 For any of these fonts, you have to be careful how you enter the text.
20902  If there is text to the right of the entry point, the font reverts to that
20903  style after one character.
20904  To be able to type a string in a particular font, make sure there is a
20905  protected-space to the right of the cursor.
20906  Also, entering a protected-space will revert subsequent text to standard
20907  font.
20908  The font styles are nestable, as LaTeX does.
20909  This can be a little confusing, as selecting a different font on a selection
20910  will 
20911 \emph on
20912 not
20913 \emph default
20914  change the selection, but insert a new nested level with the new typeface.
20915 \end_layout
20916
20917 \begin_layout Standard
20918 It is possible (in AMS-LaTeX) to embolden (not italicize) numbers and special
20919  symbols.
20920  However, LyX does not yet support this in WYSIWYM manner\SpecialChar \@.
20921  It will print
20922  correctly, though.
20923  To get emboldened symbols, for example a bold 
20924 \begin_inset Formula $\alpha$
20925 \end_inset
20926
20927 , enter 
20928 \family typewriter
20929
20930 \backslash
20931 boldsymbol{
20932 \backslash
20933 alpha}
20934 \family default
20935  in Mathed.
20936  The closing brace appears (in red) automatically when you type the opening
20937  brace.
20938  This works for all symbols, as well as numbers.
20939 \end_layout
20940
20941 \begin_layout Standard
20942 A number of other options are available as well, via 
20943 \family sans
20944 \bar under
20945 I
20946 \bar default
20947 nsert\SpecialChar \menuseparator
20948 Mat
20949 \bar under
20950 h
20951 \bar default
20952 \SpecialChar \menuseparator
20953 Font\InsetSpace ~
20954 Change
20955 \family default
20956 .
20957 \end_layout
20958
20959 \begin_layout Subsection
20960 Math Text Mode
20961 \end_layout
20962
20963 \begin_layout Standard
20964 Typefaces are useful for entering variable names in some given font, but
20965  certainly not for anything else, and in particular not text.
20966  For typing longer pieces of text, use math text mode, which is obtained
20967  by typing 
20968 \family sans
20969 M-m m
20970 \family default
20971  while already in math mode.
20972  (The same command will get out of math text mode, too.) Math text mode appears
20973  on the screen in black instead of blue.
20974  You cannot enter punctuation or font changes in your text
20975 \begin_inset Foot
20976 status collapsed
20977
20978 \begin_layout Standard
20979 Moreover, math text mode outputs its contents inside a 
20980 \family typewriter
20981
20982 \backslash
20983 textrm{}
20984 \family default
20985 , whereas and 
20986 \family typewriter
20987
20988 \backslash
20989 mbox
20990 \family default
20991  (or AMS-LaTeX's 
20992 \backslash
20993
20994 \family typewriter
20995 text
20996 \family default
20997 ) might have been a better choice
20998 \end_layout
20999
21000 \end_inset
21001
21002 , but it works for simple text.
21003  Here's an example:
21004 \begin_inset Formula \[
21005 f(x)=\begin{array}{cc}
21006 x & \textrm{if I say so}\\
21007 -x & \textrm{otherwise}\end{array}\]
21008
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \begin_layout Subsection
21015 Font Sizes
21016 \end_layout
21017
21018 \begin_layout Standard
21019 There are four (relative) font sizes (or 
21020 \begin_inset Quotes eld
21021 \end_inset
21022
21023 styles
21024 \begin_inset Quotes erd
21025 \end_inset
21026
21027 ) used in math-mode, which are automatically chosen in most situations.
21028  These are called 
21029 \emph on
21030 textstyle
21031 \emph default
21032
21033 \emph on
21034 displaystyle
21035 \emph default
21036
21037 \emph on
21038 scriptstyle
21039 \emph default
21040 , and 
21041 \emph on
21042 scriptscriptstyle
21043 \emph default
21044 .
21045  For most characters, 
21046 \emph on
21047 textstyle
21048 \emph default
21049  and 
21050 \emph on
21051 displaystyle
21052 \emph default
21053  are actually the same size, but fractions, superscripts and subscripts,
21054  and certain other effects, are set larger or placed differently in 
21055 \emph on
21056 displaystyle
21057 \emph default
21058 .
21059  Except for some operators, which re-size themselves to accommodate various
21060  situations, all text will be set in these various sizes as LaTeX thinks
21061  is appropriate.
21062  These choices can be over-ridden by using the 
21063 \family typewriter
21064 math-size
21065 \family default
21066  function in the minibuffer.
21067  For example, you can set 
21068 \begin_inset Formula $\frac{1}{2}$
21069 \end_inset
21070
21071  normally (
21072 \emph on
21073 textstyle
21074 \emph default
21075 ), or you can make it larger, which also changes the line-spacing, by entering
21076  
21077 \family typewriter
21078 math-size displaystyle
21079 \family default
21080  in the minibuffer while the cursor is in the main line of the math-inset,
21081  
21082 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21083 \end_inset
21084
21085 .
21086  Careful, though, if the cursor is on the denominator of that fraction,
21087  only the numerator will be enlarged, e.g.
21088  
21089 \begin_inset Formula $\frac{1}{2}$
21090 \end_inset
21091
21092 ! This reflects a LaTeX 
21093 \begin_inset Quotes eld
21094 \end_inset
21095
21096 unintended feature
21097 \begin_inset Quotes erd
21098 \end_inset
21099
21100
21101 \begin_inset Foot
21102 status collapsed
21103
21104 \begin_layout Standard
21105 That is, a bug.
21106 \end_layout
21107
21108 \end_inset
21109
21110 , not a LyX one.
21111  These font-size changes are not as apparent in LyX as they are in the output.
21112  Here are some text in the various styles: 
21113 \begin_inset Formula $displaystyle$
21114 \end_inset
21115
21116
21117 \begin_inset Formula ${\textstyle textstyle}$
21118 \end_inset
21119
21120
21121 \begin_inset Formula ${\scriptstyle scriptstyle}$
21122 \end_inset
21123
21124
21125 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21126 \end_inset
21127
21128 .
21129 \end_layout
21130
21131 \begin_layout Standard
21132 All these math-mode font sizes are relative, that is, if the whole math
21133  inset and surrounding text are set in a particular size, all these sizes
21134  will be adjusted.
21135  Similarly, if the base font size of the document is changed, all fonts
21136  will be adjusted to correspond.
21137  
21138 \end_layout
21139
21140 \begin_layout Standard
21141
21142 \family roman
21143 \size largest
21144 Here is a paragraph in 
21145 \begin_inset Quotes eld
21146 \end_inset
21147
21148 largest
21149 \begin_inset Quotes erd
21150 \end_inset
21151
21152  font, with symbols: 
21153 \begin_inset Formula $\alpha$
21154 \end_inset
21155
21156 .
21157 \end_layout
21158
21159 \begin_layout Standard
21160 This applies to math fonts in titles, etc.
21161  as well.
21162 \end_layout
21163
21164 \begin_layout Section
21165 AMS-LaTeX
21166 \end_layout
21167
21168 \begin_layout Standard
21169 The American Mathematical Society (AMS) provide a LaTeX packages that are
21170  in common use.
21171  LyX includes some support for these packages.
21172 \end_layout
21173
21174 \begin_layout Subsection
21175 Enabling AMS-Support
21176 \end_layout
21177
21178 \begin_layout Standard
21179 In the 
21180 \family sans
21181 \bar under
21182 D
21183 \bar default
21184 ocument\SpecialChar \menuseparator
21185
21186 \bar under
21187 S
21188 \bar default
21189 ettings
21190 \family default
21191  dialog there is a checkbox, 
21192 \family sans
21193 Use\InsetSpace ~
21194 AMS\InsetSpace ~
21195 Math
21196 \family default
21197 .
21198  If selected, this will include the AMS-package in the document, and make
21199  the facilities available.
21200 \end_layout
21201
21202 \begin_layout Subsection
21203 AMS-Symbols
21204 \end_layout
21205
21206 \begin_layout Standard
21207 The AMS-LaTeX packages add support for some mathematical symbols that are
21208  not accessible from plain LaTeX (or LyX), but are fairly common in mathematical
21209  typesetting, such as the old-German Fraktur font and the stylized 
21210 \begin_inset Quotes eld
21211 \end_inset
21212
21213 blackboard bold
21214 \begin_inset Quotes erd
21215 \end_inset
21216
21217  fonts commonly used to denote the real or complex numbers, or the integers.
21218  Once activated, all AMS-LaTeX symbols and environments are available.
21219  You will run into trouble if you include these packages from the preamble,
21220  since LyX now defines a few of the macros used in these packages on its
21221  own.
21222  The AMS-layouts include these packages automatically.
21223 \end_layout
21224
21225 \begin_layout Subsection
21226 AMS-Formula Types
21227 \end_layout
21228
21229 \begin_layout Standard
21230 AMS-LaTeX provides a selection of different formula types.
21231  LyX allows you to choose between 
21232 \family typewriter
21233 align
21234 \family default
21235
21236 \family typewriter
21237 alignat
21238 \family default
21239
21240 \family typewriter
21241 flalign
21242 \family default
21243
21244 \family typewriter
21245 gather
21246 \family default
21247 , and 
21248 \family typewriter
21249 multline
21250 \family default
21251 .
21252  Refer to the AMS-documenta\SpecialChar \-
21253 tion for the differences between these formula
21254  types.
21255 \end_layout
21256
21257 \begin_layout Chapter
21258 More Tools
21259 \end_layout
21260
21261 \begin_layout Section
21262 Cross-References
21263 \begin_inset LatexCommand \label{sec:crossref}
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Standard
21271 Those of you reading this manual online will see a grey box with text in
21272  it, right before the beginning of this sentence.
21273  This is a 
21274 \family sans
21275 Label
21276 \family default
21277 .
21278  Properly speaking, it is one half of a cross-reference.
21279  The other half is the 
21280 \family sans
21281 Reference
21282 \family default
21283  proper, and it looks like this: 
21284 \begin_inset LatexCommand \ref{sec:crossref}
21285
21286 \end_inset
21287
21288 .
21289  Again, those of you reading the manual online will see a gray box with
21290  text in it.
21291  Those reading printed versions, however, will see a number --- in this
21292  case, the number of this section.
21293  There are also other varieties of cross-reference: for example, 
21294 \begin_inset LatexCommand \pageref{sec:crossref}
21295
21296 \end_inset
21297
21298 .
21299  This is the page number containing the location of the label.
21300  That's what cross-references do: they let you reference other parts of
21301  your document.
21302  You don't need to remember which section number was what anymore --- LyX
21303  will do that for you! All you need to do is use a 
21304 \family sans
21305 Label
21306 \family default
21307  to mark a section, figure, table, formula, etc., and then refer to it via
21308  a 
21309 \family sans
21310 Reference
21311 \family default
21312 .
21313 \end_layout
21314
21315 \begin_layout Standard
21316 To insert a label, use 
21317 \family sans
21318 \bar under
21319 I
21320 \bar default
21321 nsert
21322 \bar under
21323 \SpecialChar \menuseparator
21324 L
21325 \bar default
21326 abel
21327 \family default
21328 .
21329  A box will appear where you can enter your label.
21330  You can change the name of the label at a later time by simply clicking
21331  on the gray box and reopening the label dialog.
21332 \end_layout
21333
21334 \begin_layout Standard
21335 To insert a reference, select 
21336 \family sans
21337 \bar under
21338 I
21339 \bar default
21340 nsert
21341 \bar under
21342 \SpecialChar \menuseparator
21343 C
21344 \bar default
21345 ross\InsetSpace ~
21346 Reference
21347 \family default
21348 .
21349  The 
21350 \family sans
21351 Insert\InsetSpace ~
21352 Cross-Reference
21353 \family default
21354  dialog appears with a list of labels.
21355  Selecting a list item, then clicking 
21356 \family sans
21357 OK
21358 \family default
21359  inserts a reference into the text; changing the 
21360 \family sans
21361 \bar under
21362 R
21363 \bar default
21364 eference type
21365 \family default
21366  allows you to insert a page number or other reference variant instead.
21367 \end_layout
21368
21369 \begin_layout Standard
21370 Note that if you cut & paste text from another document that contains a
21371  
21372 \family sans
21373 Label
21374 \family default
21375  or 
21376 \family sans
21377 Reference
21378 \family default
21379 , or if you delete a label in your text, LaTeX will complain:
21380 \end_layout
21381
21382 \begin_layout Quote
21383
21384 \family typewriter
21385 LaTeX Warning:
21386 \family default
21387  
21388 \family typewriter
21389 Reference `X' on page Y undefined on input line Z
21390 \newline
21391 LaTeX Warning:
21392 \family default
21393  
21394 \family typewriter
21395 There were undefined references
21396 \end_layout
21397
21398 \begin_layout Standard
21399 You'll also see two question marks in the output instead of the reference.
21400 \end_layout
21401
21402 \begin_layout Standard
21403 There are a few more comments we need to make about the 
21404 \family sans
21405 Labels
21406 \family default
21407 .
21408  They always print the number of the section heading closest to them.
21409  So --- if you want to put a label on a 
21410 \family sans
21411 Chapter
21412 \family default
21413 , but a 
21414 \family sans
21415 Section
21416 \family default
21417  heading immediately follows it, you need to put the 
21418 \family sans
21419 Label
21420 \family default
21421  
21422 \emph on
21423 into
21424 \emph default
21425  the 
21426 \family sans
21427 Chapter
21428 \family default
21429  environment.
21430  It doesn't matter where, and it will look weird on the LyX screen.
21431  However, you need to do this if you want to label the 
21432 \family sans
21433 Chapter
21434 \family default
21435  separately from the 
21436 \family sans
21437 Section
21438 \family default
21439 .
21440  The same goes for all other section headings.
21441 \end_layout
21442
21443 \begin_layout Standard
21444 Also, a 
21445 \family sans
21446 Label
21447 \family default
21448  
21449 \emph on
21450 only
21451 \emph default
21452  makes sense in 
21453 \emph on
21454 numbered
21455 \emph default
21456  section headings and table and figure floats.
21457  Bare figures and tables aren't numbered, so, like unnumbered section headings,
21458  you can't really use a 
21459 \family sans
21460 Label
21461 \family default
21462  on it.
21463 \begin_inset Foot
21464 status open
21465
21466 \begin_layout Standard
21467 Well, you 
21468 \emph on
21469 can
21470 \emph default
21471 , but only if you use the 
21472 \family sans
21473 Page\InsetSpace ~
21474 number
21475 \family default
21476  reference.
21477  The regular 
21478 \family sans
21479 Reference
21480 \family default
21481  --- the one that refers to a section/table/figure number --- won't work,
21482  because there's no numbered thingy to refer to! You could also use bare
21483  
21484 \family sans
21485 Label
21486 \family default
21487 s as page markers, then refer back to them using the 
21488 \family sans
21489 Page\InsetSpace ~
21490 number
21491 \family default
21492  reference.
21493  Once again, the regular 
21494 \family sans
21495 Reference
21496 \family default
21497  won't work very well.
21498  It will refer to something, but that something will typically be the number
21499  of the previous numbered section heading.
21500 \end_layout
21501
21502 \end_inset
21503
21504  See sections 
21505 \begin_inset LatexCommand \ref{sec:figurefloats}
21506
21507 \end_inset
21508
21509
21510 \begin_inset LatexCommand \ref{sec:table float}
21511
21512 \end_inset
21513
21514 , and 
21515 \begin_inset LatexCommand \ref{sec:math-label}
21516
21517 \end_inset
21518
21519  for details on using a 
21520 \family sans
21521 Label
21522 \family default
21523  with figures, tables, and equations, respectively.
21524  
21525 \end_layout
21526
21527 \begin_layout Section
21528 URLs (Uniform Resource Locators)
21529 \end_layout
21530
21531 \begin_layout Standard
21532 It is often desirable to include long 
21533 \begin_inset Quotes eld
21534 \end_inset
21535
21536 verbatim
21537 \begin_inset Quotes erd
21538 \end_inset
21539
21540  items in a document such as Web site URLs, e-mail addresses, etc.; these
21541  things typically do not contain any spaces and are thus difficult to typeset
21542  properly.
21543  Such items will often fall on a line boundary if they cannot be split,
21544  resulting in an overfull or underfull line depending on the circumstances.
21545  You can use 
21546 \family sans
21547 Insert\SpecialChar \menuseparator
21548
21549 \bar under
21550 U
21551 \bar default
21552 RL
21553 \family default
21554  within LyX to enter a long URL and have it split gracefully (if necessary)
21555  along automatically determined boundaries.
21556 \end_layout
21557
21558 \begin_layout Standard
21559 At the point in the document where you want to enter the URL (or other address-l
21560 ike entity) simply select 
21561 \family sans
21562 Insert\SpecialChar \menuseparator
21563
21564 \bar under
21565 U
21566 \bar default
21567 RL
21568 \family default
21569 ; a dialog will appear where you can enter the full URL (in the 
21570 \family sans
21571 \bar under
21572 U
21573 \bar default
21574 rl:
21575 \family default
21576  field).
21577  In its simplest usage, that's all you need to do.
21578  Click on the following gray box to see how LyX's homepage would be entered:
21579  
21580 \begin_inset LatexCommand \url{http://www.lyx.org}
21581
21582 \end_inset
21583
21584 .
21585 \begin_inset Foot
21586 status open
21587
21588 \begin_layout Standard
21589
21590 \series bold
21591 Important note
21592 \series default
21593 : When you use the following characters: "%", "#", "^", you have to write
21594  them with a backslash before, e.g.
21595  
21596 \begin_inset Quotes eld
21597 \end_inset
21598
21599
21600 \backslash
21601 #
21602 \begin_inset Quotes erd
21603 \end_inset
21604
21605 .
21606  URLs mustn't end with a backslash!
21607 \end_layout
21608
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \begin_layout Standard
21615 If you would like to associate some definite phrase with the URL, enter
21616  it into the 
21617 \family sans
21618 \bar under
21619 N
21620 \bar default
21621 ame
21622 \family default
21623  field of the dialog; it will be typeset as plain text immediately before
21624  the URL.
21625  For example, I might say that you can find all things related to LaTeX
21626  at 
21627 \newline
21628
21629 \begin_inset LatexCommand \url[CTAN]{http://ctan.tug.org}
21630
21631 \end_inset
21632
21633 .
21634  On the printed page, the last sentence ends as 
21635 \begin_inset Quotes eld
21636 \end_inset
21637
21638 all things related to LaTeX at CTAN 
21639 \family typewriter
21640 http://ctan.tug.org
21641 \family default
21642
21643 \begin_inset Quotes erd
21644 \end_inset
21645
21646 .
21647 \end_layout
21648
21649 \begin_layout Standard
21650 [
21651 \emph on
21652 Author's Note: somebody needs to document the 
21653 \family sans
21654 \emph default
21655 \bar under
21656 H
21657 \bar default
21658 TML Type
21659 \family default
21660 \emph on
21661  button
21662 \emph default
21663 ]
21664 \end_layout
21665
21666 \begin_layout Section
21667 Specifying Short Titles with Optional Arguments
21668 \begin_inset OptArg
21669 status collapsed
21670
21671 \begin_layout Standard
21672 Short Titles
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \begin_layout Standard
21681 Some section or chapter titles, such as this one, can get quite long.
21682  This can cause over-runs when there is limited horizontal space.
21683  For example, if the header of the page is set to show the current section
21684  title, a long title will over-run past the edges, and look awful.
21685 \end_layout
21686
21687 \begin_layout Standard
21688 LaTeX allows you to specify an optional argument to the section commands
21689  that specifies a shorter version of the title
21690 \begin_inset Foot
21691 status collapsed
21692
21693 \begin_layout Standard
21694 For those who don't know LaTeX, commands look like this: 
21695 \family typewriter
21696
21697 \backslash
21698 command[optionalargument]{the content}
21699 \end_layout
21700
21701 \end_inset
21702
21703 .
21704  This shorter version is used in the header and in the actual Table of Contents,
21705  avoiding the problem mentioned.
21706  LyX allows you to specify this optional argument by selecting 
21707 \family sans
21708 \bar under
21709 I
21710 \bar default
21711 nsert\SpecialChar \menuseparator
21712 Short\InsetSpace ~
21713 Title
21714 \family default
21715 .
21716  This will insert a box (labelled 
21717 \begin_inset Quotes eld
21718 \end_inset
21719
21720 opt
21721 \begin_inset Quotes erd
21722 \end_inset
21723
21724 , which stands for 
21725 \begin_inset Quotes eld
21726 \end_inset
21727
21728 optional
21729 \begin_inset Quotes erd
21730 \end_inset
21731
21732 ) which you can use to enter the short title text.
21733  This also works for captions inside floats.
21734 \end_layout
21735
21736 \begin_layout Standard
21737 The title of this section is a good example of using this feature.
21738 \end_layout
21739
21740 \begin_layout Section
21741 Branches
21742 \end_layout
21743
21744 \begin_layout Standard
21745 Sometimes you wish to be able to output to paper multiple versions of the
21746  same document.
21747  The most extreme version of this is, when you want to prepare a single
21748  document in two or more different languages, but as a single document file,
21749  with corresponding pieces of text adjacent in the file and on-screen.
21750  This can be achieved with 
21751 \emph on
21752 branches
21753 \emph default
21754 .
21755 \end_layout
21756
21757 \begin_layout Standard
21758 First, you have to 
21759 \emph on
21760 define 
21761 \emph default
21762 the branches available within a particular document.
21763  This is done in the 
21764 \family sans
21765 Document\SpecialChar \menuseparator
21766 Settings\SpecialChar \menuseparator
21767 Branches
21768 \family default
21769  tab.
21770  You can also associate a background colour with each branch, e.g., red for
21771  the English language, blue for the German language branch.
21772  Then, you create a branch inset from the 
21773 \family sans
21774 Insert\SpecialChar \menuseparator
21775 Branch
21776 \family default
21777  menu item.
21778  The inset will contain the text that you want to be output when this branch
21779  is activated.
21780 \end_layout
21781
21782 \begin_layout Standard
21783
21784 \emph on
21785 Activation 
21786 \emph default
21787 or 
21788 \emph on
21789 deactivation
21790 \emph default
21791  of a branch is done from the document settings menu.
21792  All insets belonging to deactivated branches will be automatically closed,
21793  those belonging to activated branches automatically opened.
21794 \end_layout
21795
21796 \begin_layout Standard
21797 Other possible applications of the Branches paradigm include a 
21798 \begin_inset Quotes eld
21799 \end_inset
21800
21801 teacher's version
21802 \begin_inset Quotes erd
21803 \end_inset
21804
21805  of a textbook containing the answers to questions, etc.
21806 \begin_inset Note Note
21807 status collapsed
21808
21809 \begin_layout Standard
21810 Once this doc is updated to 1.4, include branch examples here!
21811 \end_layout
21812
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \begin_layout Section
21819 Previewing snippets of your document
21820 \end_layout
21821
21822 \begin_layout Standard
21823 LyX allows you to generate previews of sections of your document on the
21824  fly so you can see how they'll look in the final document without having
21825  to break your train of thought with 
21826 \family sans
21827 \bar under
21828 V
21829 \bar default
21830 iew\SpecialChar \menuseparator
21831
21832 \bar under
21833 D
21834 \bar default
21835 VI
21836 \family default
21837 .
21838  If you'd like to see your math formulae typeset by LaTeX then install the
21839  necessary software (see below) and select the 
21840 \family sans
21841 Instant 
21842 \bar under
21843 p
21844 \bar default
21845 review
21846 \family default
21847  
21848 \begin_inset Quotes eld
21849 \end_inset
21850
21851 On
21852 \begin_inset Quotes erd
21853 \end_inset
21854
21855  pulldown item in the
21856 \family sans
21857  
21858 \bar under
21859 T
21860 \bar default
21861 ools\SpecialChar \menuseparator
21862
21863 \bar under
21864 P
21865 \bar default
21866 references
21867 \family default
21868  dialog.
21869  (It can be found in the 
21870 \family sans
21871 Look\InsetSpace ~
21872 and\InsetSpace ~
21873 feel\SpecialChar \menuseparator
21874 Graphics
21875 \family default
21876  pane in the Qt frontend and the 
21877 \family sans
21878 Look\InsetSpace ~
21879 &\InsetSpace ~
21880 Feel\SpecialChar \menuseparator
21881 Misc
21882 \family default
21883  tab in the XForms frontend.) Previews are generated when you load a document
21884  into LyX and when you finish editing an inset.
21885  Previews of an already loaded document are 
21886 \emph on
21887 not
21888 \emph default
21889  generated just by selecting the 
21890 \family sans
21891 Instant 
21892 \bar under
21893 p
21894 \bar default
21895 review
21896 \family default
21897  check box.
21898 \end_layout
21899
21900 \begin_layout Standard
21901 LyX will generate previews of math insets.
21902  It will also generate previews of include insets or 
21903 \begin_inset Quotes eld
21904 \end_inset
21905
21906 child documents
21907 \begin_inset Quotes erd
21908 \end_inset
21909
21910  if you select the 
21911 \family sans
21912 \bar under
21913 S
21914 \bar default
21915 how\InsetSpace ~
21916 preview
21917 \family default
21918  check box in the inset's dialog.
21919  This latter is useful if you wish to generate a preview of a LaTeX figure,
21920  for example.
21921  Coming in version 1.4 are previews of the external inset also.
21922 \end_layout
21923
21924 \begin_layout Standard
21925 To get previews working, you'll need some additional software.
21926  First, you'll need the preview.sty LaTeX package.
21927  Find it on your local CTAN mirror at 
21928 \newline
21929
21930 \family typewriter
21931 CTAN/support/preview-latex/
21932 \family default
21933 .
21934  Thereafter, you'll need the usual tools: 
21935 \family typewriter
21936 latex
21937 \family default
21938
21939 \family typewriter
21940 dvips
21941 \family default
21942  and 
21943 \family typewriter
21944 gs
21945 \family default
21946 .Finally, you'll obtain prettier results if you install 
21947 \family typewriter
21948 pnmcrop
21949 \family default
21950 from the 
21951 \family typewriter
21952 netpbm
21953 \family default
21954  package.
21955 \end_layout
21956
21957 \begin_layout Section
21958 Spacing, pagination and line breaks
21959 \end_layout
21960
21961 \begin_layout Subsection
21962 Extra Horizontal Space
21963 \begin_inset LatexCommand \label{sec:hspace}
21964
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \begin_layout Standard
21971
21972 \family sans
21973 HFill
21974 \family default
21975 s are a special LyX feature for adding extra space in a uniform fashion.
21976  An 
21977 \family sans
21978 HFill
21979 \family default
21980  is actually a variable length space, whose length always equals the remaining
21981  space between the left and right margins.
21982  If there is more than one 
21983 \family sans
21984 HFill
21985 \family default
21986  on a line, they divide the available space equally between themselves.
21987  
21988 \end_layout
21989
21990 \begin_layout Standard
21991 Note: if an 
21992 \family sans
21993 HFill
21994 \family default
21995  is at the beginning of a line, and it's 
21996 \emph on
21997 not 
21998 \emph default
21999 the first line in a paragraph, LyX ignores it.
22000  This prevents 
22001 \family sans
22002 HFill
22003 \family default
22004 s from accidentally being wrapped onto a new line.
22005 \end_layout
22006
22007 \begin_layout Standard
22008
22009 \family sans
22010 HFill
22011 \family roman
22012 s
22013 \family default
22014  can be inserted with
22015 \family sans
22016  
22017 \bar under
22018 I
22019 \bar default
22020 nsert\SpecialChar \menuseparator
22021 Special\InsetSpace ~
22022 F
22023 \bar under
22024 o
22025 \bar default
22026 rmatting\SpecialChar \menuseparator
22027
22028 \bar under
22029 H
22030 \bar default
22031 orizontal\InsetSpace ~
22032 Fill
22033 \family default
22034 .
22035  Here a few examples what you can do with them:
22036 \end_layout
22037
22038 \begin_layout Quote
22039 \noindent
22040 This is on the left side 
22041 \hfill
22042 This is on the right
22043 \end_layout
22044
22045 \begin_layout Quote
22046 \noindent
22047 Left
22048 \hfill
22049 Middle
22050 \hfill
22051 Right
22052 \end_layout
22053
22054 \begin_layout Quote
22055 \noindent
22056 Left
22057 \hfill
22058 1/3 Left
22059 \hfill
22060
22061 \hfill
22062 Right
22063 \end_layout
22064
22065 \begin_layout Standard
22066 That was an example in the 
22067 \family sans
22068 Quote
22069 \family default
22070  environment.
22071  Here:
22072 \hfill
22073 :is one in a standard paragraph.
22074  It may or may not be apparent in the printed text, but it 
22075 \emph on
22076 is
22077 \emph default
22078  sitting in-between the two 
22079 \begin_inset Quotes eld
22080 \end_inset
22081
22082 :
22083 \begin_inset Quotes erd
22084 \end_inset
22085
22086 .
22087 \end_layout
22088
22089 \begin_layout Standard
22090 Remember that we said that an 
22091 \family sans
22092 HFill
22093 \family default
22094  always fills the remaining space between the margins? There may be more
22095  than one set of margins on a line.
22096  Here's an example with the 
22097 \family sans
22098 List
22099 \family default
22100  environment.
22101 \end_layout
22102
22103 \begin_layout Labeling
22104 \labelwidthstring MMMMMMM
22105 one
22106 \hfill
22107 two :three
22108 \hfill
22109 four
22110 \hfill
22111 five
22112 \hfill
22113 six
22114 \end_layout
22115
22116 \begin_layout Standard
22117 The 
22118 \begin_inset Quotes eld
22119 \end_inset
22120
22121 :
22122 \begin_inset Quotes erd
22123 \end_inset
22124
22125  marks the beginning of the item.
22126  (There is actually a 
22127 \begin_inset Quotes eld
22128 \end_inset
22129
22130 hidden
22131 \begin_inset Quotes erd
22132 \end_inset
22133
22134  
22135 \family sans
22136 HFill
22137 \family default
22138  inside of the label of the 
22139 \family sans
22140 List
22141 \family default
22142  environment; it's put at the end of the label automatically.) 
22143 \family sans
22144 HFill
22145 \family default
22146 s work similarly in other 
22147 \begin_inset Quotes eld
22148 \end_inset
22149
22150 multi-margin
22151 \begin_inset Quotes erd
22152 \end_inset
22153
22154  situations, like two-column mode.
22155 \end_layout
22156
22157 \begin_layout Subsection
22158 Extra Vertical Space
22159 \begin_inset LatexCommand \label{sec:vertspace}
22160
22161 \end_inset
22162
22163
22164 \end_layout
22165
22166 \begin_layout Standard
22167 To add extra vertical space above or below a paragraph, use 
22168 \family sans
22169 \bar under
22170 E
22171 \bar default
22172 dit\SpecialChar \menuseparator
22173
22174 \bar under
22175 P
22176 \bar default
22177 aragraph\InsetSpace ~
22178 Settings
22179 \family default
22180  to open the 
22181 \family sans
22182 Paragraph\InsetSpace ~
22183 Settings
22184 \family default
22185  dialog.
22186 \end_layout
22187
22188 \begin_layout Standard
22189 We will not provide an example of a 
22190 \family sans
22191 VFill
22192 \family default
22193 , as it would waste paper.
22194  They work the same as any other type of filler, including 
22195 \family sans
22196 HFill
22197 \family default
22198 s: they fill the remaining vertical space on a page with blank space.
22199  If there are several 
22200 \family sans
22201 VFill
22202 \family default
22203 s on a page, they divide the remaining vertical space equally between themselves.
22204  You can therefore use 
22205 \family sans
22206 VFill
22207 \family default
22208 s to center text on a page, or even place text 2/3 down a page, or 1/4,
22209  and so on.
22210 \end_layout
22211
22212 \begin_layout Standard
22213 Note that for paragraphs at the top/bottom of a page, the extra space is
22214  only added if you have also checked the option 
22215 \family sans
22216 \bar under
22217 E
22218 \bar default
22219 dit\SpecialChar \menuseparator
22220
22221 \bar under
22222 P
22223 \bar default
22224 aragraph\InsetSpace ~
22225 Settings\SpecialChar \menuseparator
22226
22227 \bar under
22228 S
22229 \bar default
22230 pacing\SpecialChar \menuseparator
22231
22232 \bar under
22233 K
22234 \bar default
22235 eep\InsetSpace ~
22236 space
22237 \family default
22238 .
22239 \end_layout
22240
22241 \begin_layout Subsection
22242 Changing Paragraph Alignment
22243 \end_layout
22244
22245 \begin_layout Standard
22246 You can also change the paragraph alignment with the 
22247 \family sans
22248 \bar under
22249 E
22250 \bar default
22251 dit\SpecialChar \menuseparator
22252
22253 \bar under
22254 P
22255 \bar default
22256 aragraph\InsetSpace ~
22257 Settings
22258 \family default
22259  dialog.
22260  There are four possibilities: 
22261 \end_layout
22262
22263 \begin_layout Itemize
22264
22265 \family sans
22266 \bar under
22267 J
22268 \bar default
22269 ustified
22270 \end_layout
22271
22272 \begin_layout Itemize
22273
22274 \family sans
22275 \bar under
22276 L
22277 \bar default
22278 eft
22279 \end_layout
22280
22281 \begin_layout Itemize
22282
22283 \family sans
22284 \bar under
22285 R
22286 \bar default
22287 ight
22288 \end_layout
22289
22290 \begin_layout Itemize
22291
22292 \family sans
22293 \bar under
22294 C
22295 \bar default
22296 enter
22297 \end_layout
22298
22299 \begin_layout Standard
22300 The default in most cases is justified alignment, in which the inter-word
22301  spacing is variable and each line of a paragraph fills the region between
22302  the left and right margins.
22303  The other three alignments should be self-explanatory, and look like this:
22304 \end_layout
22305
22306 \begin_layout Standard
22307 \align right
22308 This paragraph is right aligned,
22309 \end_layout
22310
22311 \begin_layout Standard
22312 \align center
22313 this one is centered,
22314 \end_layout
22315
22316 \begin_layout Standard
22317 \align left
22318 this one is left aligned.
22319 \end_layout
22320
22321 \begin_layout Standard
22322 In some paragraph environments, the default is something other than justified
22323  alignment.
22324  
22325 \end_layout
22326
22327 \begin_layout Subsection
22328 Forcing Page Breaks
22329 \begin_inset LatexCommand \label{sec:pagebreak}
22330
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \begin_layout Standard
22337 If you don't like the way LaTeX does the page breaks in your document, you
22338  can force a pagebreak where you want one.
22339  In general, this will 
22340 \emph on
22341 not 
22342 \emph default
22343 be necessary because LaTeX is good at pagebreaking, as was already mentioned
22344  in section 
22345 \begin_inset LatexCommand \ref{sec:widows}
22346
22347 \end_inset
22348
22349 .
22350 \end_layout
22351
22352 \begin_layout Standard
22353 So in general there is no need to use the option described below, and we
22354  recommend not using it until the text is
22355 \emph on
22356  
22357 \emph default
22358 finished, and until you have checked in the preview to see if you 
22359 \emph on
22360 really 
22361 \emph default
22362 have to change the pagebreaking.You can force a pagebreak above or below
22363  a paragraph in the 
22364 \family sans
22365 \bar under
22366 E
22367 \bar default
22368 dit\SpecialChar \menuseparator
22369
22370 \bar under
22371 P
22372 \bar default
22373 aragraph\InsetSpace ~
22374 Settings
22375 \family default
22376  dialog by selecting the checkboxes to add a pagebreak above or below the
22377  paragraph.
22378 \end_layout
22379
22380 \begin_layout Standard
22381 You might try to use a pagebreak to ensure that a figure or table appears
22382  at the top of a page.
22383  This is, of course, the wrong way to do it.
22384  LyX gives you a way of automatically ensuring that your figures and tables
22385  appear at the top of a page [or the bottom, or on their own page] without
22386  having to worry about what precedes or follows your figure or table.
22387  See sections 
22388 \begin_inset LatexCommand \ref{sec:figures}
22389
22390 \end_inset
22391
22392  and 
22393 \begin_inset LatexCommand \ref{sec:tables}
22394
22395 \end_inset
22396
22397  and read about 
22398 \family sans
22399 Floats
22400 \family default
22401  to learn more.
22402 \end_layout
22403
22404 \begin_layout Subsection
22405 Blanks/Spaces
22406 \end_layout
22407
22408 \begin_layout Standard
22409 A blank is a blank? Not in good typography.
22410  While you might be used to press the space key anytime you want to separate
22411  two words in ordinary word processors, LyX offers you more spaces: Spaces
22412  of different width and spaces which can or cannot be broken at the end
22413  of a line.
22414  The following sections will show you some examples where those spaces are
22415  useful.
22416 \end_layout
22417
22418 \begin_layout Subsubsection
22419 Inter-word Space
22420 \begin_inset LatexCommand \label{sec:normblank-lbreak-horline}
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Standard
22428 Some languages (e.\InsetSpace \thinspace{}
22429 g.\InsetSpace \space{}
22430 English) have the typographical convention to add extra
22431  space after an end-of-sentence punctuation mark, and LyX honors those conventio
22432 ns (see section\InsetSpace ~
22433
22434 \begin_inset LatexCommand \ref{sec:abbrev}
22435
22436 \end_inset
22437
22438 ).
22439  Sometimes, you want a normal space nevertheless.
22440  In this case, insert one with 
22441 \family sans
22442 \bar under
22443 I
22444 \bar default
22445 nsert\SpecialChar \menuseparator
22446 Special\InsetSpace ~
22447 F
22448 \bar under
22449 o
22450 \bar default
22451 rmatting\SpecialChar \menuseparator
22452 Inter-
22453 \bar under
22454 w
22455 \bar default
22456 ord\InsetSpace ~
22457 Space 
22458 \family default
22459 or with 
22460 \family sans
22461 C-M-Space.
22462 \end_layout
22463
22464 \begin_layout Subsubsection
22465 Protected Space
22466 \end_layout
22467
22468 \begin_layout Standard
22469 \begin_inset LatexCommand \label{sec:protblank-lbreak-horline}
22470
22471 \end_inset
22472
22473 The protected space: It is used to tell LyX (and LaTeX) not to break the
22474  line at that point.
22475  This may be necessary to avoid unlucky linebreaks, like in: 
22476 \end_layout
22477
22478 \begin_layout Quote
22479 A good documentation should weight no more than 1
22480 \newline
22481 kg.
22482  
22483 \end_layout
22484
22485 \begin_layout Standard
22486 Obviously, it would be a good thing to put a protected space between 
22487 \begin_inset Quotes eld
22488 \end_inset
22489
22490 1
22491 \begin_inset Quotes erd
22492 \end_inset
22493
22494  and 
22495 \begin_inset Quotes eld
22496 \end_inset
22497
22498 kg
22499 \begin_inset Quotes erd
22500 \end_inset
22501
22502 .
22503  A protected space is set with 
22504 \family sans
22505 \bar under
22506 I
22507 \bar default
22508 nsert\SpecialChar \menuseparator
22509 Special\InsetSpace ~
22510 F
22511 \bar under
22512 o
22513 \bar default
22514 rmatting\SpecialChar \menuseparator
22515 Protected
22516 \bar under
22517 \InsetSpace ~
22518 S
22519 \bar default
22520 pace 
22521 \family default
22522 or with 
22523 \family sans
22524 C-Space.
22525 \end_layout
22526
22527 \begin_layout Subsubsection
22528 Thin Space
22529 \begin_inset LatexCommand \label{sec:thinblank-lbreak-horline}
22530
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \begin_layout Standard
22537
22538 \begin_inset Quotes eld
22539 \end_inset
22540
22541 thin space
22542 \begin_inset Quotes erd
22543 \end_inset
22544
22545  is a blank which has half the size of a normal space (and it is also 
22546 \begin_inset Quotes eld
22547 \end_inset
22548
22549 protected
22550 \begin_inset Quotes erd
22551 \end_inset
22552
22553 ).
22554  The typographical conventions in a lot of languages propose the use of
22555  thin spaces in cases where normal spaces would be too wide, for instance
22556  inside abbreviations:
22557 \end_layout
22558
22559 \begin_layout Quote
22560 D.\InsetSpace \thinspace{}
22561 E.
22562  Knuth has developped our beloved typesetting program, i.\InsetSpace \thinspace{}
22563 e.\InsetSpace \space{}
22564 TeX.
22565 \end_layout
22566
22567 \begin_layout Standard
22568 You can insert a thin space with 
22569 \family sans
22570 \bar under
22571 I
22572 \bar default
22573 nsert\SpecialChar \menuseparator
22574 Special\InsetSpace ~
22575 F
22576 \bar under
22577 o
22578 \bar default
22579 rmatting\SpecialChar \menuseparator
22580
22581 \bar under
22582 T
22583 \bar default
22584 hin\InsetSpace ~
22585 Space 
22586 \family default
22587 or with 
22588 \family sans
22589 C-S-Space.
22590 \end_layout
22591
22592 \begin_layout Subsubsection
22593 More Spaces
22594 \end_layout
22595
22596 \begin_layout Standard
22597 Apart from the ones described, there are still some more spaces.
22598  Although LyX supports them natively, they can only be reached via the 
22599 \emph on
22600 minibuffer
22601 \emph default
22602 .
22603  To get them, just type 
22604 \family typewriter
22605 space-insert <command>
22606 \family default
22607  into the minibuffer, where 
22608 \family typewriter
22609 <command>
22610 \family default
22611  is one of the following:
22612 \end_layout
22613
22614 \begin_layout Standard
22615 \align center
22616 \begin_inset Tabular
22617 <lyxtabular version="3" rows="9" columns="3">
22618 <features>
22619 <column alignment="center" valignment="top" leftline="true" width="0">
22620 <column alignment="center" valignment="top" leftline="true" width="0">
22621 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22622 <row topline="true" bottomline="true">
22623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Standard
22627
22628 \series bold
22629 command
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Standard
22638
22639 \series bold
22640 width
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Standard
22649
22650 \series bold
22651 protected?
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row topline="true">
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Standard
22662
22663 \family typewriter
22664 normal
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Standard
22673 1/3\InsetSpace ~
22674 em
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Standard
22683 no
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row topline="true">
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Standard
22694
22695 \family typewriter
22696 protected
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Standard
22705 1/3\InsetSpace ~
22706 em
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Standard
22715 yes
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 <row topline="true" bottomline="true">
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Standard
22726
22727 \family typewriter
22728 thin
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Standard
22737 1/6\InsetSpace ~
22738 em
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Standard
22747 yes
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 <row bottomline="true">
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Standard
22758
22759 \family typewriter
22760 enspace
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Standard
22769 0.5\InsetSpace ~
22770 em
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Standard
22779 yes
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 <row bottomline="true">
22786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Standard
22790
22791 \family typewriter
22792 enskip
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Standard
22801 0.5\InsetSpace ~
22802 em
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Standard
22811 no
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row bottomline="true">
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Standard
22822
22823 \family typewriter
22824 quad
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Standard
22833 1\InsetSpace ~
22834 em
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Standard
22843 no
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 </row>
22849 <row bottomline="true">
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Standard
22854
22855 \family typewriter
22856 qquad
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Standard
22865 2\InsetSpace ~
22866 em
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Standard
22875 no
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 </row>
22881 <row bottomline="true">
22882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Standard
22886
22887 \family typewriter
22888 negthinspace
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Standard
22897 -1/6\InsetSpace ~
22898 em
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Standard
22907 yes
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 </row>
22913 </lyxtabular>
22914
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \begin_layout Subsection
22921 Line breaking
22922 \end_layout
22923
22924 \begin_layout Standard
22925 You can force line breaks within a paragraph by selecting 
22926 \family sans
22927 \bar under
22928 I
22929 \bar default
22930 nsert\SpecialChar \menuseparator
22931 Special\InsetSpace ~
22932 F
22933 \bar under
22934 o
22935 \bar default
22936 rmatting\SpecialChar \menuseparator
22937
22938 \bar under
22939 L
22940 \bar default
22941 inebreak 
22942 \family default
22943 or with 
22944 \family sans
22945 C-Return.
22946
22947 \family default
22948  You should, however, not use this to correct LaTeX's linebreaking, as LaTeX
22949  is 
22950 \emph on
22951 very 
22952 \emph default
22953 good at linebreaking\SpecialChar \ldots{}
22954  (see section 
22955 \begin_inset LatexCommand \ref{sec:pagebreak}
22956
22957 \end_inset
22958
22959 ).
22960  There are, however, a number of situations where it is necessary to actively
22961  set a linebreak, e.g.
22962  in a poem or for an Address (see sections 
22963 \begin_inset LatexCommand \ref{sec:quote}
22964
22965 \end_inset
22966
22967
22968 \begin_inset LatexCommand \ref{sec:verse}
22969
22970 \end_inset
22971
22972  and 
22973 \begin_inset LatexCommand \ref{sec:adress_usage}
22974
22975 \end_inset
22976
22977 ).
22978 \end_layout
22979
22980 \begin_layout Section
22981 Spellchecking
22982 \begin_inset LatexCommand \label{sec:spellchecking}
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Standard
22990 LyX itself has no built-in spellchecker.
22991  Rather it uses the external 
22992 \family typewriter
22993 ispell
22994 \family default
22995  program as a backend or the newer and generally better 
22996 \family typewriter
22997 aspell
22998 \family default
22999 .
23000  This section assumes you have already installed and set up one of these
23001  programs.
23002  
23003 \end_layout
23004
23005 \begin_layout Standard
23006 The spellchecker can be started with the menu entry 
23007 \family sans
23008 \bar under
23009 T
23010 \bar default
23011 ools
23012 \bar under
23013 \SpecialChar \menuseparator
23014
23015 \shape up
23016 S
23017 \bar default
23018 pellchecker
23019 \family default
23020 \shape default
23021 .
23022  Checking will start just after the current cursor position.
23023  A dialog window will appear showing any incorrect (or unknown) word found,
23024  allowing you to edit and replace it in a second line.
23025  Whenever an unknown word is found, the word is highlighted and the view
23026  in your text buffer is updated to make the word visible.
23027  In the 
23028 \family sans
23029 Spellchecker
23030 \family default
23031  dialog, there is also a box showing suggestions for a correction, if any
23032  could be found.
23033  Clicking on one of the corrections will copy the near miss into the replace
23034  input field (double-click to invoke replace).
23035 \end_layout
23036
23037 \begin_layout Subsection
23038 Spellchecker Options
23039 \begin_inset LatexCommand \label{sec:spell_opt}
23040
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \begin_layout Standard
23047 The following options can be set in the 
23048 \family sans
23049 \bar under
23050 T
23051 \bar default
23052 ools\SpecialChar \menuseparator
23053
23054 \bar under
23055 P
23056 \bar default
23057 references
23058 \family default
23059  dialog.
23060 \end_layout
23061
23062 \begin_layout Subsubsection
23063 Dictionary
23064 \end_layout
23065
23066 \begin_layout Standard
23067 By default, the dictionary file to use is determined by the language of
23068  the text you're checking, which is set in the
23069 \family sans
23070 \shape up
23071  
23072 \shape default
23073 \bar under
23074 D
23075 \bar default
23076 ocument\SpecialChar \menuseparator
23077
23078 \bar under
23079 S
23080 \bar default
23081 ettings
23082 \family default
23083  dialog.
23084  If you do not have a dictionary for the document language, the spellchecker
23085  will not work.
23086  In this case, you can specify another dictionary file in the dialog by
23087  specifying a different 
23088 \begin_inset Quotes eld
23089 \end_inset
23090
23091 alternative language
23092 \begin_inset Quotes erd
23093 \end_inset
23094
23095 .
23096 \end_layout
23097
23098 \begin_layout Standard
23099 If you're using 
23100 \family typewriter
23101 ispell
23102 \family default
23103 , you may need to make a link from say 
23104 \family typewriter
23105 deutsch.(aff|hash)
23106 \family default
23107  to 
23108 \family typewriter
23109 german.(aff|hash)
23110 \family default
23111  or whatever applies for your language.
23112  This is because these 
23113 \family typewriter
23114 ispell
23115 \family default
23116  files normally have the native language name (
23117 \begin_inset Quotes eld
23118 \end_inset
23119
23120 deutsch
23121 \begin_inset Quotes erd
23122 \end_inset
23123
23124 ) whereas 
23125 \family typewriter
23126 ispell
23127 \family default
23128 , when started from LyX, searches for the English version of the name used
23129  with the LaTeX babel package (
23130 \begin_inset Quotes eld
23131 \end_inset
23132
23133 german
23134 \begin_inset Quotes erd
23135 \end_inset
23136
23137 ).
23138 \end_layout
23139
23140 \begin_layout Standard
23141 You may also have problems the font encoding is not correct for that dictionary.
23142  If you use a language with 
23143 \family typewriter
23144 latin1
23145 \family default
23146  encoding and set the 
23147 \family sans
23148 \bar under
23149 E
23150 \bar default
23151 ncoding
23152 \family default
23153  option in the 
23154 \family sans
23155 \bar under
23156 D
23157 \bar default
23158 ocument\SpecialChar \menuseparator
23159
23160 \bar under
23161 S
23162 \bar default
23163 ettings
23164 \family default
23165  dialog to 
23166 \family sans
23167 latin1
23168 \family default
23169  (or other than 
23170 \family sans
23171 default
23172 \family default
23173 ), you must have this option in your language dictionary as well.
23174  If your dictionary doesn't support the 
23175 \family sans
23176 Encoding
23177 \family default
23178  you chose, you'll have an error like this on stderr:
23179 \end_layout
23180
23181 \begin_layout Standard
23182
23183 \family typewriter
23184 ispell: unrecognized formatter type 'latin1'
23185 \end_layout
23186
23187 \begin_layout Standard
23188 The spellchecker gives you an error that it couldn't start the 
23189 \family typewriter
23190 ispell
23191 \family default
23192  process and that you probably have some problems with your dictionary file.
23193  
23194 \end_layout
23195
23196 \begin_layout Standard
23197 There are four solutions to this problem.
23198  The easiest is to try the 
23199 \family sans
23200 Use\InsetSpace ~
23201 Input\InsetSpace ~
23202 Encoding
23203 \family default
23204  option.
23205  If that does not help, you can set 
23206 \family sans
23207 \bar under
23208 E
23209 \bar default
23210 ncoding
23211 \family default
23212  to 
23213 \family sans
23214 default
23215 \family default
23216  when calling the spellchecker (which is probably annoying).
23217  The third is to add the 
23218 \family typewriter
23219 latin1
23220 \family default
23221  option to your dictionary 
23222 \family typewriter
23223 \emph on
23224 <
23225 \family default
23226 language
23227 \family typewriter
23228 >
23229 \emph default
23230 .aff
23231 \family default
23232  file and recompile the dictionary (which probably isn't easy if you installed
23233  the whole stuff with some distribution and don't have the language directory
23234  of the 
23235 \family typewriter
23236 ispell
23237 \family default
23238  sources).
23239  Read the 
23240 \family typewriter
23241 ispell
23242 \family default
23243  documentation for this task! The fourth is to send a message to your package-ma
23244 intainer, or better yet to the maintainer of the dictionary file in question
23245  and ask him to solve your problem.
23246 \end_layout
23247
23248 \begin_layout Subsubsection
23249 Personal dictionary
23250 \end_layout
23251
23252 \begin_layout Standard
23253 If you want to use a different file from the spellchecker's default choice
23254  as your personal dictionary, you can set this in the dialog.
23255  Specifying a filename which does not already exist will result in an error
23256  message on stderr which you can ignore (
23257 \family typewriter
23258 ispell
23259 \family default
23260  will create the file when you finish checking your spelling).
23261 \end_layout
23262
23263 \begin_layout Subsubsection
23264 Further Options 
23265 \end_layout
23266
23267 \begin_layout Standard
23268 The 
23269 \family sans
23270 \bar under
23271 S
23272 \bar default
23273 pellchecker\InsetSpace ~
23274 Options
23275 \family default
23276  dialog has some additional options which are self-explanatory:
23277 \end_layout
23278
23279 \begin_layout Itemize
23280
23281 \family sans
23282 \bar under
23283 A
23284 \bar default
23285 ccept compound words
23286 \family default
23287
23288 \newline
23289 Prevent the spellchecker from complaining about compounded words like
23290 \newline
23291
23292 \begin_inset Quotes erd
23293 \end_inset
23294
23295 passthrough
23296 \begin_inset Quotes erd
23297 \end_inset
23298
23299 .
23300 \end_layout
23301
23302 \begin_layout Itemize
23303
23304 \family sans
23305 \bar under
23306 E
23307 \bar default
23308 scape characters
23309 \family default
23310
23311 \newline
23312 Allows you to add nonstandard characters to what the spellchecker considers
23313  words, e.g.
23314  German umlauts.
23315  This should not normally be needed.
23316 \end_layout
23317
23318 \begin_layout Subsection
23319 Limitations
23320 \end_layout
23321
23322 \begin_layout Standard
23323 Some users have expressed a wish to be able to globally change the spelling
23324  of a particular word, rather than having to change the spelling separately
23325  for each occurrence of the word.
23326  Per-document word lists would also be useful.
23327  Neither of these features are present as of this writing.
23328 \end_layout
23329
23330 \begin_layout Standard
23331 Unless you're using the 
23332 \family typewriter
23333 pspell
23334 \family default
23335  spellchecker, LyX cannot correctly spellcheck documents containing multiple
23336  languages.
23337  This, does, however, work with 
23338 \family typewriter
23339 pspell
23340 \family default
23341 , assuming you have marked the different languages appropriately.
23342 \end_layout
23343
23344 \begin_layout Section
23345 International Support
23346 \end_layout
23347
23348 \begin_layout Standard
23349 This section describes how to use LyX with any language you want.
23350  LyX comes with a default configuration which supports the English language
23351  on a U.S.-style keyboard, with a standard U.S.
23352  paper size and the spellchecker set to U.S.
23353  English.
23354  You can change any or all of these settings as desired, and you can make
23355  the changes apply to the current session only, or use them as your new
23356  default configuration.
23357 \end_layout
23358
23359 \begin_layout Standard
23360 If you have a keyboard suited to the language you are using (for example,
23361  a German keyboard for writing in German), and you have correctly configured
23362  your X environment, all you need to do for LyX is tell it your language,
23363  the character encoding, and desired paper size.
23364  Refer to 
23365 \begin_inset LatexCommand \ref{sec:langlay}
23366
23367 \end_inset
23368
23369  for more information.
23370 \end_layout
23371
23372 \begin_layout Standard
23373 If, however, you have a U.S.-style keyboard and want to write in a different
23374  language than English, you can use an alternate keymap.
23375  For example, if you have a U.S.-style keyboard but want to write in Italian,
23376  you can configure LyX to use an Italian keymap.
23377  Refer to 
23378 \begin_inset LatexCommand \ref{sec:optkey}
23379
23380 \end_inset
23381
23382  for details.
23383  
23384 \end_layout
23385
23386 \begin_layout Standard
23387 Finally, you may just want to change a few key mappings or create an entirely
23388  different keymap (for Vulcan, for instance).
23389  You may, for example, normally write in Italian on a U.S.
23390  keyboard but want to include an occasional quotation in German.
23391  In such a case, you can write your own keyboard mapping or modify an existing
23392  one to support the characters you want.
23393  
23394 \end_layout
23395
23396 \begin_layout Standard
23397 The details of how to customize LyX to your own language are 
23398 \emph on
23399 way
23400 \emph default
23401  beyond the scope of this manual.
23402  You cannot only alter the keyboard layout, you can also change the names
23403  of the menus buttons, etc., to reflect your language.
23404  If you want to learn more about writing keymap files and tailoring LyX
23405  to your native tongue, please see the 
23406 \emph on
23407 Customization
23408 \emph default
23409  manual for details.
23410 \end_layout
23411
23412 \begin_layout Subsection
23413 Language Options
23414 \begin_inset LatexCommand \label{sec:langlay}
23415
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \begin_layout Standard
23422 The 
23423 \family sans
23424 \bar under
23425 D
23426 \bar default
23427 ocument\SpecialChar \menuseparator
23428
23429 \bar under
23430 S
23431 \bar default
23432 ettings
23433 \family default
23434  dialog lets you set 
23435 \family roman
23436 the language and character encoding for your language.
23437  
23438 \end_layout
23439
23440 \begin_layout Standard
23441 Choose your language by clicking on the arrow in t
23442 \family roman
23443 he 
23444 \family sans
23445 Language
23446 \family roman
23447  
23448 \family default
23449 combo
23450 \family roman
23451 box 
23452 \family default
23453 of the 
23454 \family sans
23455 \bar under
23456 D
23457 \bar default
23458 ocument\SpecialChar \menuseparator
23459
23460 \bar under
23461 S
23462 \bar default
23463 ettings
23464 \family default
23465  dialog.
23466  The default is U.S.
23467  English.
23468  Scroll to find the language you want and then click on your choice.
23469  The language name appears in the window.
23470 \begin_inset Foot
23471 status collapsed
23472
23473 \begin_layout Standard
23474 In LaTeX terms, selecting a language other than default adds Babel support.
23475  If you do not have Babel installed, refer to the different LaTeX distributions
23476  for it.
23477 \end_layout
23478
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \begin_layout Standard
23485 The 
23486 \family sans
23487 Enco
23488 \bar under
23489 d
23490 \bar default
23491 ing
23492 \family default
23493  box lets you choose the character encoding map you want to use.
23494  The default is the 
23495 \family typewriter
23496 Latin1
23497 \family default
23498  encoding, which includes the characters required by the various Western
23499  European languages.
23500 \end_layout
23501
23502 \begin_layout Subsection
23503 Keyboard mapping configuration
23504 \begin_inset LatexCommand \label{sec:optkey}
23505
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \begin_layout Standard
23512 The preferences dialog allows you to choose up to two keyboard mappings.
23513  This allows you to choose the keymap of your choice for your U.S.-style keyboard.
23514  You can choose primary and secondary keyboard languages and then select
23515  which one you want to use.
23516 \end_layout
23517
23518 \begin_layout Subsection
23519 Character Tables
23520 \begin_inset LatexCommand \label{sec:keytab}
23521
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \begin_layout Standard
23528 Table\InsetSpace ~
23529
23530 \begin_inset LatexCommand \ref{cap:The-latin1-character}
23531
23532 \end_inset
23533
23534  shows the 
23535 \family typewriter
23536 Latin1
23537 \family default
23538  character set.
23539  You should be able to enter the characters in the first eight columns directly
23540  from the keyboard.
23541 \end_layout
23542
23543 \begin_layout Standard
23544 There are a few things you need to know about this table.
23545  This manual is set up --- by hand, mind you --- to print all of these character
23546 s.
23547  That ain't the default.
23548  Nowhere near, in fact.
23549  Here are some of the details you'll need to bear in mind when using characters
23550  from the 
23551 \family typewriter
23552 Latin1
23553 \family default
23554  character set:
23555 \end_layout
23556
23557 \begin_layout Itemize
23558 The characters at entries A2, A4, A5, A6 and AD -- the cent, the yen, the
23559  generic-currency-symbol, the broken vertical bar and the short dash are
23560  just plain missing in the default encodings.
23561  We don't know where they are or why this is the case.
23562 \end_layout
23563
23564 \begin_layout Itemize
23565 Even if you've selected 
23566 \family sans
23567 latin1
23568 \family default
23569  in the 
23570 \family sans
23571 \bar under
23572 D
23573 \bar default
23574 ocument\SpecialChar \menuseparator
23575
23576 \bar under
23577 S
23578 \bar default
23579 ettings
23580 \family default
23581  dialog, users who have only the 
23582 \family typewriter
23583 T1
23584 \family default
23585 -fonts for LaTeX [or who have the 
23586 \family typewriter
23587 T1
23588 \family default
23589 -fonts but aren't using them] will still miss a few characters: D0, F0,
23590  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
23591  french quotes won't show up.
23592 \end_layout
23593
23594 \begin_layout Itemize
23595 Users of 
23596 \family typewriter
23597 T1
23598 \family default
23599 -fonts can, however, get the french quotes [characters AB and BB] if they
23600  include the either the package 
23601 \family typewriter
23602 umlaute.sty
23603 \family default
23604  or 
23605 \family typewriter
23606 german.sty
23607 \family default
23608  in their documents.
23609 \begin_inset Foot
23610 status collapsed
23611
23612 \begin_layout Standard
23613 This only holds when you want to input these quotes by yourself.
23614  The automatic quote feature described in Section 
23615 \begin_inset LatexCommand \ref{sec:quotes}
23616
23617 \end_inset
23618
23619 , will generate automatically LaTeX code adapted to available fonts and
23620  packages.
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \begin_inset Note Note
23627 status open
23628
23629 \begin_layout Standard
23630 The characters of the following table, which are inserted as commands, could
23631  not be inserted directly with the keyboard, because the standard encoding
23632  
23633 \begin_inset Quotes eld
23634 \end_inset
23635
23636 T1
23637 \begin_inset Quotes erd
23638 \end_inset
23639
23640  doesn't know them.
23641  To let LaTeX understand the commands, the package 
23642 \series bold
23643 textcomp
23644 \series default
23645  needs to be loaded in the peamble with the line
23646 \end_layout
23647
23648 \begin_layout Standard
23649
23650 \series bold
23651
23652 \backslash
23653 usepackage{textcomp}
23654 \end_layout
23655
23656 \begin_layout Standard
23657 The package 
23658 \series bold
23659 textcomp
23660 \series default
23661  is available on every LaTeX system.
23662 \end_layout
23663
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \begin_layout Standard
23670 \begin_inset Float table
23671 wide false
23672 sideways false
23673 status open
23674
23675 \begin_layout Caption
23676 \begin_inset LatexCommand \label{cap:The-latin1-character}
23677
23678 \end_inset
23679
23680 The 
23681 \family typewriter
23682 latin1
23683 \family default
23684  character set
23685 \end_layout
23686
23687 \begin_layout Standard
23688 \align center
23689 \begin_inset Tabular
23690 <lyxtabular version="3" rows="17" columns="17">
23691 <features>
23692 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23693 <column alignment="center" valignment="top" leftline="true" width="0pt">
23694 <column alignment="center" valignment="top" leftline="true" width="0pt">
23695 <column alignment="center" valignment="top" leftline="true" width="0pt">
23696 <column alignment="center" valignment="top" leftline="true" width="0pt">
23697 <column alignment="center" valignment="top" leftline="true" width="0pt">
23698 <column alignment="center" valignment="top" leftline="true" width="0pt">
23699 <column alignment="center" valignment="top" leftline="true" width="0pt">
23700 <column alignment="center" valignment="top" leftline="true" width="0pt">
23701 <column alignment="center" valignment="top" leftline="true" width="0pt">
23702 <column alignment="center" valignment="top" leftline="true" width="0pt">
23703 <column alignment="center" valignment="top" leftline="true" width="0pt">
23704 <column alignment="center" valignment="top" leftline="true" width="0pt">
23705 <column alignment="center" valignment="top" leftline="true" width="0pt">
23706 <column alignment="center" valignment="top" leftline="true" width="0pt">
23707 <column alignment="center" valignment="top" leftline="true" width="0pt">
23708 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23709 <row topline="true" bottomline="true">
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Standard
23714
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Standard
23723
23724 \family roman
23725 \series medium
23726 \shape up
23727 \size tiny
23728 \emph off
23729 \bar no
23730 \noun off
23731 \color none
23732 00
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Standard
23741
23742 \family roman
23743 \series medium
23744 \shape up
23745 \size tiny
23746 \emph off
23747 \bar no
23748 \noun off
23749 \color none
23750 10
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Standard
23759
23760 \family roman
23761 \series medium
23762 \shape up
23763 \size tiny
23764 \emph off
23765 \bar no
23766 \noun off
23767 \color none
23768 20
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Standard
23777
23778 \family roman
23779 \series medium
23780 \shape up
23781 \size tiny
23782 \emph off
23783 \bar no
23784 \noun off
23785 \color none
23786 30
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Standard
23795
23796 \family roman
23797 \series medium
23798 \shape up
23799 \size tiny
23800 \emph off
23801 \bar no
23802 \noun off
23803 \color none
23804 40
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Standard
23813
23814 \family roman
23815 \series medium
23816 \shape up
23817 \size tiny
23818 \emph off
23819 \bar no
23820 \noun off
23821 \color none
23822 50
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Standard
23831
23832 \family roman
23833 \series medium
23834 \shape up
23835 \size tiny
23836 \emph off
23837 \bar no
23838 \noun off
23839 \color none
23840 60
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Standard
23849
23850 \family roman
23851 \series medium
23852 \shape up
23853 \size tiny
23854 \emph off
23855 \bar no
23856 \noun off
23857 \color none
23858 70
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Standard
23867
23868 \family roman
23869 \series medium
23870 \shape up
23871 \size tiny
23872 \emph off
23873 \bar no
23874 \noun off
23875 \color none
23876 80
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Standard
23885
23886 \family roman
23887 \series medium
23888 \shape up
23889 \size tiny
23890 \emph off
23891 \bar no
23892 \noun off
23893 \color none
23894 90
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Standard
23903
23904 \family roman
23905 \series medium
23906 \shape up
23907 \size tiny
23908 \emph off
23909 \bar no
23910 \noun off
23911 \color none
23912 A0
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Standard
23921
23922 \family roman
23923 \series medium
23924 \shape up
23925 \size tiny
23926 \emph off
23927 \bar no
23928 \noun off
23929 \color none
23930 B0
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Standard
23939
23940 \family roman
23941 \series medium
23942 \shape up
23943 \size tiny
23944 \emph off
23945 \bar no
23946 \noun off
23947 \color none
23948 C0
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Standard
23957
23958 \family roman
23959 \series medium
23960 \shape up
23961 \size tiny
23962 \emph off
23963 \bar no
23964 \noun off
23965 \color none
23966 D0
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Standard
23975
23976 \family roman
23977 \series medium
23978 \shape up
23979 \size tiny
23980 \emph off
23981 \bar no
23982 \noun off
23983 \color none
23984 E0
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Standard
23993
23994 \family roman
23995 \series medium
23996 \shape up
23997 \size tiny
23998 \emph off
23999 \bar no
24000 \noun off
24001 \color none
24002 F0
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 </row>
24008 <row topline="true">
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Standard
24013
24014 \family roman
24015 \series medium
24016 \shape up
24017 \size tiny
24018 \emph off
24019 \bar no
24020 \noun off
24021 \color none
24022 00
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Standard
24031
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Standard
24040
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Standard
24049
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Standard
24058
24059 \family roman
24060 \series medium
24061 \shape up
24062 \emph off
24063 \bar no
24064 \noun off
24065 \color none
24066 0
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Standard
24075
24076 \family roman
24077 \series medium
24078 \shape up
24079 \emph off
24080 \bar no
24081 \noun off
24082 \color none
24083 @
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Standard
24092
24093 \family roman
24094 \series medium
24095 \shape up
24096 \emph off
24097 \bar no
24098 \noun off
24099 \color none
24100 P
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Standard
24109
24110 \family roman
24111 \series medium
24112 \shape up
24113 \emph off
24114 \bar no
24115 \noun off
24116 \color none
24117 '
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="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 \emph off
24131 \bar no
24132 \noun off
24133 \color none
24134 p
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Standard
24143
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Standard
24152
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Standard
24161
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Standard
24170
24171 \family roman
24172 \series medium
24173 \shape up
24174 \emph off
24175 \bar no
24176 \noun off
24177 \color none
24178 °
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Standard
24187
24188 \family roman
24189 \series medium
24190 \shape up
24191 \emph off
24192 \bar no
24193 \noun off
24194 \color none
24195 À
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Standard
24204
24205 \family roman
24206 \series medium
24207 \shape up
24208 \emph off
24209 \bar no
24210 \noun off
24211 \color none
24212 Ð
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Standard
24221
24222 \family roman
24223 \series medium
24224 \shape up
24225 \emph off
24226 \bar no
24227 \noun off
24228 \color none
24229 à
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Standard
24238
24239 \family roman
24240 \series medium
24241 \shape up
24242 \emph off
24243 \bar no
24244 \noun off
24245 \color none
24246 ð
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 </row>
24252 <row topline="true">
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Standard
24257
24258 \family roman
24259 \series medium
24260 \shape up
24261 \size tiny
24262 \emph off
24263 \bar no
24264 \noun off
24265 \color none
24266 01
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Standard
24275
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Standard
24284
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Standard
24293
24294 \family roman
24295 \series medium
24296 \shape up
24297 \emph off
24298 \bar no
24299 \noun off
24300 \color none
24301 !
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Standard
24310
24311 \family roman
24312 \series medium
24313 \shape up
24314 \emph off
24315 \bar no
24316 \noun off
24317 \color none
24318 1
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Standard
24327
24328 \family roman
24329 \series medium
24330 \shape up
24331 \emph off
24332 \bar no
24333 \noun off
24334 \color none
24335 A
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Standard
24344
24345 \family roman
24346 \series medium
24347 \shape up
24348 \emph off
24349 \bar no
24350 \noun off
24351 \color none
24352 Q
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Standard
24361
24362 \family roman
24363 \series medium
24364 \shape up
24365 \emph off
24366 \bar no
24367 \noun off
24368 \color none
24369 a
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Standard
24378
24379 \family roman
24380 \series medium
24381 \shape up
24382 \emph off
24383 \bar no
24384 \noun off
24385 \color none
24386 q
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Standard
24395
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Standard
24404
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Standard
24413
24414 \family roman
24415 \series medium
24416 \shape up
24417 \emph off
24418 \bar no
24419 \noun off
24420 \color none
24421 ¡
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Standard
24430
24431 \family roman
24432 \series medium
24433 \shape up
24434 \emph off
24435 \bar no
24436 \noun off
24437 \color none
24438 ±
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Standard
24447
24448 \family roman
24449 \series medium
24450 \shape up
24451 \emph off
24452 \bar no
24453 \noun off
24454 \color none
24455 Á
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Standard
24464
24465 \family roman
24466 \series medium
24467 \shape up
24468 \emph off
24469 \bar no
24470 \noun off
24471 \color none
24472 Ñ
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Standard
24481
24482 \family roman
24483 \series medium
24484 \shape up
24485 \emph off
24486 \bar no
24487 \noun off
24488 \color none
24489 á
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Standard
24498
24499 \family roman
24500 \series medium
24501 \shape up
24502 \emph off
24503 \bar no
24504 \noun off
24505 \color none
24506 ñ
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 </row>
24512 <row topline="true">
24513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Standard
24517
24518 \family roman
24519 \series medium
24520 \shape up
24521 \size tiny
24522 \emph off
24523 \bar no
24524 \noun off
24525 \color none
24526 02
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Standard
24535
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Standard
24544
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Standard
24553
24554 \family roman
24555 \series medium
24556 \shape up
24557 \emph off
24558 \bar no
24559 \noun off
24560 \color none
24561 \begin_inset Quotes eld
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Standard
24573
24574 \family roman
24575 \series medium
24576 \shape up
24577 \emph off
24578 \bar no
24579 \noun off
24580 \color none
24581 2
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Standard
24590
24591 \family roman
24592 \series medium
24593 \shape up
24594 \emph off
24595 \bar no
24596 \noun off
24597 \color none
24598 B
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Standard
24607
24608 \family roman
24609 \series medium
24610 \shape up
24611 \emph off
24612 \bar no
24613 \noun off
24614 \color none
24615 R
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Standard
24624
24625 \family roman
24626 \series medium
24627 \shape up
24628 \emph off
24629 \bar no
24630 \noun off
24631 \color none
24632 b
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Standard
24641
24642 \family roman
24643 \series medium
24644 \shape up
24645 \emph off
24646 \bar no
24647 \noun off
24648 \color none
24649 r
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Standard
24658
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Standard
24667
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Standard
24676 \begin_inset ERT
24677 status collapsed
24678
24679 \begin_layout Standard
24680
24681
24682 \backslash
24683 textcent
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \begin_inset Note Note
24690 status collapsed
24691
24692 \begin_layout Standard
24693 character ¢ 
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Standard
24707
24708 \family roman
24709 \series medium
24710 \shape up
24711 \emph off
24712 \bar no
24713 \noun off
24714 \color none
24715 ²
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Standard
24724
24725 \family roman
24726 \series medium
24727 \shape up
24728 \emph off
24729 \bar no
24730 \noun off
24731 \color none
24732 Â
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Standard
24741
24742 \family roman
24743 \series medium
24744 \shape up
24745 \emph off
24746 \bar no
24747 \noun off
24748 \color none
24749 Ò
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Standard
24758
24759 \family roman
24760 \series medium
24761 \shape up
24762 \emph off
24763 \bar no
24764 \noun off
24765 \color none
24766 â
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Standard
24775
24776 \family roman
24777 \series medium
24778 \shape up
24779 \emph off
24780 \bar no
24781 \noun off
24782 \color none
24783 ò
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 </row>
24789 <row topline="true">
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Standard
24794
24795 \family roman
24796 \series medium
24797 \shape up
24798 \size tiny
24799 \emph off
24800 \bar no
24801 \noun off
24802 \color none
24803 03
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Standard
24812
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Standard
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Standard
24830
24831 \family roman
24832 \series medium
24833 \shape up
24834 \emph off
24835 \bar no
24836 \noun off
24837 \color none
24838 #
24839 \end_layout
24840
24841 \end_inset
24842 </cell>
24843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24844 \begin_inset Text
24845
24846 \begin_layout Standard
24847
24848 \family roman
24849 \series medium
24850 \shape up
24851 \emph off
24852 \bar no
24853 \noun off
24854 \color none
24855 3
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Standard
24864
24865 \family roman
24866 \series medium
24867 \shape up
24868 \emph off
24869 \bar no
24870 \noun off
24871 \color none
24872 C
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Standard
24881
24882 \family roman
24883 \series medium
24884 \shape up
24885 \emph off
24886 \bar no
24887 \noun off
24888 \color none
24889 S
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Standard
24898
24899 \family roman
24900 \series medium
24901 \shape up
24902 \emph off
24903 \bar no
24904 \noun off
24905 \color none
24906 c
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Standard
24915
24916 \family roman
24917 \series medium
24918 \shape up
24919 \emph off
24920 \bar no
24921 \noun off
24922 \color none
24923 s
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Standard
24932
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Standard
24941
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Standard
24950
24951 \family roman
24952 \series medium
24953 \shape up
24954 \emph off
24955 \bar no
24956 \noun off
24957 \color none
24958 £
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Standard
24967
24968 \family roman
24969 \series medium
24970 \shape up
24971 \emph off
24972 \bar no
24973 \noun off
24974 \color none
24975 ³
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Standard
24984
24985 \family roman
24986 \series medium
24987 \shape up
24988 \emph off
24989 \bar no
24990 \noun off
24991 \color none
24992 Ã
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Standard
25001
25002 \family roman
25003 \series medium
25004 \shape up
25005 \emph off
25006 \bar no
25007 \noun off
25008 \color none
25009 Ó
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Standard
25018
25019 \family roman
25020 \series medium
25021 \shape up
25022 \emph off
25023 \bar no
25024 \noun off
25025 \color none
25026 ã
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Standard
25035
25036 \family roman
25037 \series medium
25038 \shape up
25039 \emph off
25040 \bar no
25041 \noun off
25042 \color none
25043 ó
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 </row>
25049 <row topline="true">
25050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25051 \begin_inset Text
25052
25053 \begin_layout Standard
25054
25055 \family roman
25056 \series medium
25057 \shape up
25058 \size tiny
25059 \emph off
25060 \bar no
25061 \noun off
25062 \color none
25063 04
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Standard
25072
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Standard
25081
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Standard
25090
25091 \family roman
25092 \series medium
25093 \shape up
25094 \emph off
25095 \bar no
25096 \noun off
25097 \color none
25098 $
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Standard
25107
25108 \family roman
25109 \series medium
25110 \shape up
25111 \emph off
25112 \bar no
25113 \noun off
25114 \color none
25115 4
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Standard
25124
25125 \family roman
25126 \series medium
25127 \shape up
25128 \emph off
25129 \bar no
25130 \noun off
25131 \color none
25132 D
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Standard
25141
25142 \family roman
25143 \series medium
25144 \shape up
25145 \emph off
25146 \bar no
25147 \noun off
25148 \color none
25149 T
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Standard
25158
25159 \family roman
25160 \series medium
25161 \shape up
25162 \emph off
25163 \bar no
25164 \noun off
25165 \color none
25166 d
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Standard
25175
25176 \family roman
25177 \series medium
25178 \shape up
25179 \emph off
25180 \bar no
25181 \noun off
25182 \color none
25183 t
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Standard
25192
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Standard
25201
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Standard
25210 \begin_inset ERT
25211 status collapsed
25212
25213 \begin_layout Standard
25214
25215
25216 \backslash
25217 textcurrency
25218 \end_layout
25219
25220 \end_inset
25221
25222
25223 \begin_inset Note Note
25224 status collapsed
25225
25226 \begin_layout Standard
25227 character ¤ 
25228 \end_layout
25229
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Standard
25241
25242 \family roman
25243 \series medium
25244 \shape up
25245 \emph off
25246 \bar no
25247 \noun off
25248 \color none
25249 ´
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Standard
25258
25259 \family roman
25260 \series medium
25261 \shape up
25262 \emph off
25263 \bar no
25264 \noun off
25265 \color none
25266 Ä
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Standard
25275
25276 \family roman
25277 \series medium
25278 \shape up
25279 \emph off
25280 \bar no
25281 \noun off
25282 \color none
25283 Ô
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Standard
25292
25293 \family roman
25294 \series medium
25295 \shape up
25296 \emph off
25297 \bar no
25298 \noun off
25299 \color none
25300 ä
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Standard
25309
25310 \family roman
25311 \series medium
25312 \shape up
25313 \emph off
25314 \bar no
25315 \noun off
25316 \color none
25317 ô
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 </row>
25323 <row topline="true">
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Standard
25328
25329 \family roman
25330 \series medium
25331 \shape up
25332 \size tiny
25333 \emph off
25334 \bar no
25335 \noun off
25336 \color none
25337 05
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Standard
25346
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Standard
25355
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Standard
25364
25365 \family roman
25366 \series medium
25367 \shape up
25368 \emph off
25369 \bar no
25370 \noun off
25371 \color none
25372 %
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Standard
25381
25382 \family roman
25383 \series medium
25384 \shape up
25385 \emph off
25386 \bar no
25387 \noun off
25388 \color none
25389 5
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Standard
25398
25399 \family roman
25400 \series medium
25401 \shape up
25402 \emph off
25403 \bar no
25404 \noun off
25405 \color none
25406 E
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25412 \begin_inset Text
25413
25414 \begin_layout Standard
25415
25416 \family roman
25417 \series medium
25418 \shape up
25419 \emph off
25420 \bar no
25421 \noun off
25422 \color none
25423 U
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Standard
25432
25433 \family roman
25434 \series medium
25435 \shape up
25436 \emph off
25437 \bar no
25438 \noun off
25439 \color none
25440 e
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Standard
25449
25450 \family roman
25451 \series medium
25452 \shape up
25453 \emph off
25454 \bar no
25455 \noun off
25456 \color none
25457 u
25458 \end_layout
25459
25460 \end_inset
25461 </cell>
25462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Standard
25466
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Standard
25475
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Standard
25484 \begin_inset ERT
25485 status collapsed
25486
25487 \begin_layout Standard
25488
25489
25490 \backslash
25491 textyen
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \begin_inset Note Note
25498 status collapsed
25499
25500 \begin_layout Standard
25501 character ¥ 
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Standard
25515
25516 \family roman
25517 \series medium
25518 \shape up
25519 \emph off
25520 \bar no
25521 \noun off
25522 \color none
25523 µ
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Standard
25532
25533 \family roman
25534 \series medium
25535 \shape up
25536 \emph off
25537 \bar no
25538 \noun off
25539 \color none
25540 Å
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Standard
25549
25550 \family roman
25551 \series medium
25552 \shape up
25553 \emph off
25554 \bar no
25555 \noun off
25556 \color none
25557 Õ
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Standard
25566
25567 \family roman
25568 \series medium
25569 \shape up
25570 \emph off
25571 \bar no
25572 \noun off
25573 \color none
25574 å
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Standard
25583
25584 \family roman
25585 \series medium
25586 \shape up
25587 \emph off
25588 \bar no
25589 \noun off
25590 \color none
25591 õ
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 </row>
25597 <row topline="true">
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Standard
25602
25603 \family roman
25604 \series medium
25605 \shape up
25606 \size tiny
25607 \emph off
25608 \bar no
25609 \noun off
25610 \color none
25611 06
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25617 \begin_inset Text
25618
25619 \begin_layout Standard
25620
25621 \end_layout
25622
25623 \end_inset
25624 </cell>
25625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Standard
25629
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Standard
25638
25639 \family roman
25640 \series medium
25641 \shape up
25642 \emph off
25643 \bar no
25644 \noun off
25645 \color none
25646 &
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Standard
25655
25656 \family roman
25657 \series medium
25658 \shape up
25659 \emph off
25660 \bar no
25661 \noun off
25662 \color none
25663 6
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Standard
25672
25673 \family roman
25674 \series medium
25675 \shape up
25676 \emph off
25677 \bar no
25678 \noun off
25679 \color none
25680 F
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Standard
25689
25690 \family roman
25691 \series medium
25692 \shape up
25693 \emph off
25694 \bar no
25695 \noun off
25696 \color none
25697 V
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Standard
25706
25707 \family roman
25708 \series medium
25709 \shape up
25710 \emph off
25711 \bar no
25712 \noun off
25713 \color none
25714 f
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Standard
25723
25724 \family roman
25725 \series medium
25726 \shape up
25727 \emph off
25728 \bar no
25729 \noun off
25730 \color none
25731 v
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Standard
25740
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Standard
25749
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Standard
25758 \begin_inset ERT
25759 status collapsed
25760
25761 \begin_layout Standard
25762
25763
25764 \backslash
25765 textbrokenbar
25766 \end_layout
25767
25768 \end_inset
25769
25770
25771 \begin_inset Note Note
25772 status collapsed
25773
25774 \begin_layout Standard
25775 character ¦ 
25776 \end_layout
25777
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25786 \begin_inset Text
25787
25788 \begin_layout Standard
25789
25790 \family roman
25791 \series medium
25792 \shape up
25793 \emph off
25794 \bar no
25795 \noun off
25796 \color none
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Standard
25806
25807 \family roman
25808 \series medium
25809 \shape up
25810 \emph off
25811 \bar no
25812 \noun off
25813 \color none
25814 Æ
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Standard
25823
25824 \family roman
25825 \series medium
25826 \shape up
25827 \emph off
25828 \bar no
25829 \noun off
25830 \color none
25831 Ö
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Standard
25840
25841 \family roman
25842 \series medium
25843 \shape up
25844 \emph off
25845 \bar no
25846 \noun off
25847 \color none
25848 æ
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Standard
25857
25858 \family roman
25859 \series medium
25860 \shape up
25861 \emph off
25862 \bar no
25863 \noun off
25864 \color none
25865 ö
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 <row topline="true">
25872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Standard
25876
25877 \family roman
25878 \series medium
25879 \shape up
25880 \size tiny
25881 \emph off
25882 \bar no
25883 \noun off
25884 \color none
25885 07
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Standard
25894
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Standard
25903
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Standard
25912
25913 \family roman
25914 \series medium
25915 \shape up
25916 \emph off
25917 \bar no
25918 \noun off
25919 \color none
25920 `
25921 \end_layout
25922
25923 \end_inset
25924 </cell>
25925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25926 \begin_inset Text
25927
25928 \begin_layout Standard
25929
25930 \family roman
25931 \series medium
25932 \shape up
25933 \emph off
25934 \bar no
25935 \noun off
25936 \color none
25937 7
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Standard
25946
25947 \family roman
25948 \series medium
25949 \shape up
25950 \emph off
25951 \bar no
25952 \noun off
25953 \color none
25954 G
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Standard
25963
25964 \family roman
25965 \series medium
25966 \shape up
25967 \emph off
25968 \bar no
25969 \noun off
25970 \color none
25971 W
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Standard
25980
25981 \family roman
25982 \series medium
25983 \shape up
25984 \emph off
25985 \bar no
25986 \noun off
25987 \color none
25988 g
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Standard
25997
25998 \family roman
25999 \series medium
26000 \shape up
26001 \emph off
26002 \bar no
26003 \noun off
26004 \color none
26005 w
26006 \end_layout
26007
26008 \end_inset
26009 </cell>
26010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26011 \begin_inset Text
26012
26013 \begin_layout Standard
26014
26015 \end_layout
26016
26017 \end_inset
26018 </cell>
26019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26020 \begin_inset Text
26021
26022 \begin_layout Standard
26023
26024 \end_layout
26025
26026 \end_inset
26027 </cell>
26028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Standard
26032
26033 \family roman
26034 \series medium
26035 \shape up
26036 \emph off
26037 \bar no
26038 \noun off
26039 \color none
26040 §
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Standard
26049
26050 \family roman
26051 \series medium
26052 \shape up
26053 \emph off
26054 \bar no
26055 \noun off
26056 \color none
26057 ·
26058 \end_layout
26059
26060 \end_inset
26061 </cell>
26062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26063 \begin_inset Text
26064
26065 \begin_layout Standard
26066
26067 \family roman
26068 \series medium
26069 \shape up
26070 \emph off
26071 \bar no
26072 \noun off
26073 \color none
26074 Ç
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Standard
26083
26084 \family roman
26085 \series medium
26086 \shape up
26087 \emph off
26088 \bar no
26089 \noun off
26090 \color none
26091 ×
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Standard
26100
26101 \family roman
26102 \series medium
26103 \shape up
26104 \emph off
26105 \bar no
26106 \noun off
26107 \color none
26108 ç
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Standard
26117
26118 \family roman
26119 \series medium
26120 \shape up
26121 \emph off
26122 \bar no
26123 \noun off
26124 \color none
26125 ÷
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 </row>
26131 <row topline="true">
26132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Standard
26136
26137 \family roman
26138 \series medium
26139 \shape up
26140 \size tiny
26141 \emph off
26142 \bar no
26143 \noun off
26144 \color none
26145 08
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Standard
26154
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Standard
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Standard
26172
26173 \family roman
26174 \series medium
26175 \shape up
26176 \emph off
26177 \bar no
26178 \noun off
26179 \color none
26180 (
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Standard
26189
26190 \family roman
26191 \series medium
26192 \shape up
26193 \emph off
26194 \bar no
26195 \noun off
26196 \color none
26197 8
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Standard
26206
26207 \family roman
26208 \series medium
26209 \shape up
26210 \emph off
26211 \bar no
26212 \noun off
26213 \color none
26214 H
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Standard
26223
26224 \family roman
26225 \series medium
26226 \shape up
26227 \emph off
26228 \bar no
26229 \noun off
26230 \color none
26231 X
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Standard
26240
26241 \family roman
26242 \series medium
26243 \shape up
26244 \emph off
26245 \bar no
26246 \noun off
26247 \color none
26248 h
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Standard
26257
26258 \family roman
26259 \series medium
26260 \shape up
26261 \emph off
26262 \bar no
26263 \noun off
26264 \color none
26265 x
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Standard
26274
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Standard
26283
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Standard
26292
26293 \family roman
26294 \series medium
26295 \shape up
26296 \emph off
26297 \bar no
26298 \noun off
26299 \color none
26300 ¨
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Standard
26309
26310 \family roman
26311 \series medium
26312 \shape up
26313 \emph off
26314 \bar no
26315 \noun off
26316 \color none
26317 ¸
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26323 \begin_inset Text
26324
26325 \begin_layout Standard
26326
26327 \family roman
26328 \series medium
26329 \shape up
26330 \emph off
26331 \bar no
26332 \noun off
26333 \color none
26334 È
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Standard
26343
26344 \family roman
26345 \series medium
26346 \shape up
26347 \emph off
26348 \bar no
26349 \noun off
26350 \color none
26351 Ø
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Standard
26360
26361 \family roman
26362 \series medium
26363 \shape up
26364 \emph off
26365 \bar no
26366 \noun off
26367 \color none
26368 è
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Standard
26377
26378 \family roman
26379 \series medium
26380 \shape up
26381 \emph off
26382 \bar no
26383 \noun off
26384 \color none
26385 ø
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 </row>
26391 <row topline="true">
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Standard
26396
26397 \family roman
26398 \series medium
26399 \shape up
26400 \size tiny
26401 \emph off
26402 \bar no
26403 \noun off
26404 \color none
26405 09
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Standard
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Standard
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Standard
26432
26433 \family roman
26434 \series medium
26435 \shape up
26436 \emph off
26437 \bar no
26438 \noun off
26439 \color none
26440 )
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Standard
26449
26450 \family roman
26451 \series medium
26452 \shape up
26453 \emph off
26454 \bar no
26455 \noun off
26456 \color none
26457 9
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Standard
26466
26467 \family roman
26468 \series medium
26469 \shape up
26470 \emph off
26471 \bar no
26472 \noun off
26473 \color none
26474 I
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Standard
26483
26484 \family roman
26485 \series medium
26486 \shape up
26487 \emph off
26488 \bar no
26489 \noun off
26490 \color none
26491 Y
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Standard
26500
26501 \family roman
26502 \series medium
26503 \shape up
26504 \emph off
26505 \bar no
26506 \noun off
26507 \color none
26508 i
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Standard
26517
26518 \family roman
26519 \series medium
26520 \shape up
26521 \emph off
26522 \bar no
26523 \noun off
26524 \color none
26525 y
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Standard
26534
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Standard
26543
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Standard
26552
26553 \family roman
26554 \series medium
26555 \shape up
26556 \emph off
26557 \bar no
26558 \noun off
26559 \color none
26560 ©
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Standard
26569
26570 \family roman
26571 \series medium
26572 \shape up
26573 \emph off
26574 \bar no
26575 \noun off
26576 \color none
26577 ¹
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Standard
26586
26587 \family roman
26588 \series medium
26589 \shape up
26590 \emph off
26591 \bar no
26592 \noun off
26593 \color none
26594 É
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26600 \begin_inset Text
26601
26602 \begin_layout Standard
26603
26604 \family roman
26605 \series medium
26606 \shape up
26607 \emph off
26608 \bar no
26609 \noun off
26610 \color none
26611 Ù
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Standard
26620
26621 \family roman
26622 \series medium
26623 \shape up
26624 \emph off
26625 \bar no
26626 \noun off
26627 \color none
26628 é
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26634 \begin_inset Text
26635
26636 \begin_layout Standard
26637
26638 \family roman
26639 \series medium
26640 \shape up
26641 \emph off
26642 \bar no
26643 \noun off
26644 \color none
26645 ù
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 <row topline="true">
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Standard
26656
26657 \family roman
26658 \series medium
26659 \shape up
26660 \size tiny
26661 \emph off
26662 \bar no
26663 \noun off
26664 \color none
26665 0A
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Standard
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Standard
26683
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Standard
26692
26693 \family roman
26694 \series medium
26695 \shape up
26696 \emph off
26697 \bar no
26698 \noun off
26699 \color none
26700 *
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Standard
26709
26710 \family roman
26711 \series medium
26712 \shape up
26713 \emph off
26714 \bar no
26715 \noun off
26716 \color none
26717 :
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Standard
26726
26727 \family roman
26728 \series medium
26729 \shape up
26730 \emph off
26731 \bar no
26732 \noun off
26733 \color none
26734 J
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Standard
26743
26744 \family roman
26745 \series medium
26746 \shape up
26747 \emph off
26748 \bar no
26749 \noun off
26750 \color none
26751 Z
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Standard
26760
26761 \family roman
26762 \series medium
26763 \shape up
26764 \emph off
26765 \bar no
26766 \noun off
26767 \color none
26768 j
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Standard
26777
26778 \family roman
26779 \series medium
26780 \shape up
26781 \emph off
26782 \bar no
26783 \noun off
26784 \color none
26785 z
26786 \end_layout
26787
26788 \end_inset
26789 </cell>
26790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Standard
26794
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Standard
26803
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Standard
26812
26813 \family roman
26814 \series medium
26815 \shape up
26816 \emph off
26817 \bar no
26818 \noun off
26819 \color none
26820 ª
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Standard
26829
26830 \family roman
26831 \series medium
26832 \shape up
26833 \emph off
26834 \bar no
26835 \noun off
26836 \color none
26837 º
26838 \end_layout
26839
26840 \end_inset
26841 </cell>
26842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Standard
26846
26847 \family roman
26848 \series medium
26849 \shape up
26850 \emph off
26851 \bar no
26852 \noun off
26853 \color none
26854 Ê
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26860 \begin_inset Text
26861
26862 \begin_layout Standard
26863
26864 \family roman
26865 \series medium
26866 \shape up
26867 \emph off
26868 \bar no
26869 \noun off
26870 \color none
26871 Ú
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Standard
26880
26881 \family roman
26882 \series medium
26883 \shape up
26884 \emph off
26885 \bar no
26886 \noun off
26887 \color none
26888 ê
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Standard
26897
26898 \family roman
26899 \series medium
26900 \shape up
26901 \emph off
26902 \bar no
26903 \noun off
26904 \color none
26905 ú
26906 \end_layout
26907
26908 \end_inset
26909 </cell>
26910 </row>
26911 <row topline="true">
26912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Standard
26916
26917 \family roman
26918 \series medium
26919 \shape up
26920 \size tiny
26921 \emph off
26922 \bar no
26923 \noun off
26924 \color none
26925 0B
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Standard
26934
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Standard
26943
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Standard
26952
26953 \family roman
26954 \series medium
26955 \shape up
26956 \emph off
26957 \bar no
26958 \noun off
26959 \color none
26960 +
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Standard
26969
26970 \family roman
26971 \series medium
26972 \shape up
26973 \emph off
26974 \bar no
26975 \noun off
26976 \color none
26977 ;
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Standard
26986
26987 \family roman
26988 \series medium
26989 \shape up
26990 \emph off
26991 \bar no
26992 \noun off
26993 \color none
26994 K
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Standard
27003
27004 \family roman
27005 \series medium
27006 \shape up
27007 \emph off
27008 \bar no
27009 \noun off
27010 \color none
27011 [
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Standard
27020
27021 \family roman
27022 \series medium
27023 \shape up
27024 \emph off
27025 \bar no
27026 \noun off
27027 \color none
27028 k
27029 \end_layout
27030
27031 \end_inset
27032 </cell>
27033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27034 \begin_inset Text
27035
27036 \begin_layout Standard
27037
27038 \family roman
27039 \series medium
27040 \shape up
27041 \emph off
27042 \bar no
27043 \noun off
27044 \color none
27045 {
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27051 \begin_inset Text
27052
27053 \begin_layout Standard
27054
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Standard
27063
27064 \end_layout
27065
27066 \end_inset
27067 </cell>
27068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27069 \begin_inset Text
27070
27071 \begin_layout Standard
27072
27073 \family roman
27074 \series medium
27075 \shape up
27076 \emph off
27077 \bar no
27078 \noun off
27079 \color none
27080 «
27081 \end_layout
27082
27083 \end_inset
27084 </cell>
27085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27086 \begin_inset Text
27087
27088 \begin_layout Standard
27089
27090 \family roman
27091 \series medium
27092 \shape up
27093 \emph off
27094 \bar no
27095 \noun off
27096 \color none
27097 »
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Standard
27106
27107 \family roman
27108 \series medium
27109 \shape up
27110 \emph off
27111 \bar no
27112 \noun off
27113 \color none
27114 Ë
27115 \end_layout
27116
27117 \end_inset
27118 </cell>
27119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27120 \begin_inset Text
27121
27122 \begin_layout Standard
27123
27124 \family roman
27125 \series medium
27126 \shape up
27127 \emph off
27128 \bar no
27129 \noun off
27130 \color none
27131 Û
27132 \end_layout
27133
27134 \end_inset
27135 </cell>
27136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27137 \begin_inset Text
27138
27139 \begin_layout Standard
27140
27141 \family roman
27142 \series medium
27143 \shape up
27144 \emph off
27145 \bar no
27146 \noun off
27147 \color none
27148 ë
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27154 \begin_inset Text
27155
27156 \begin_layout Standard
27157
27158 \family roman
27159 \series medium
27160 \shape up
27161 \emph off
27162 \bar no
27163 \noun off
27164 \color none
27165 û
27166 \end_layout
27167
27168 \end_inset
27169 </cell>
27170 </row>
27171 <row topline="true">
27172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Standard
27176
27177 \family roman
27178 \series medium
27179 \shape up
27180 \size tiny
27181 \emph off
27182 \bar no
27183 \noun off
27184 \color none
27185 0C
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Standard
27194
27195 \end_layout
27196
27197 \end_inset
27198 </cell>
27199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27200 \begin_inset Text
27201
27202 \begin_layout Standard
27203
27204 \end_layout
27205
27206 \end_inset
27207 </cell>
27208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Standard
27212
27213 \family roman
27214 \series medium
27215 \shape up
27216 \emph off
27217 \bar no
27218 \noun off
27219 \color none
27220 ,
27221 \end_layout
27222
27223 \end_inset
27224 </cell>
27225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27226 \begin_inset Text
27227
27228 \begin_layout Standard
27229
27230 \family roman
27231 \series medium
27232 \shape up
27233 \emph off
27234 \bar no
27235 \noun off
27236 \color none
27237 <
27238 \end_layout
27239
27240 \end_inset
27241 </cell>
27242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Standard
27246
27247 \family roman
27248 \series medium
27249 \shape up
27250 \emph off
27251 \bar no
27252 \noun off
27253 \color none
27254 L
27255 \end_layout
27256
27257 \end_inset
27258 </cell>
27259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27260 \begin_inset Text
27261
27262 \begin_layout Standard
27263
27264 \family roman
27265 \series medium
27266 \shape up
27267 \emph off
27268 \bar no
27269 \noun off
27270 \color none
27271
27272 \backslash
27273
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27279 \begin_inset Text
27280
27281 \begin_layout Standard
27282
27283 \family roman
27284 \series medium
27285 \shape up
27286 \emph off
27287 \bar no
27288 \noun off
27289 \color none
27290 l
27291 \end_layout
27292
27293 \end_inset
27294 </cell>
27295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Standard
27299
27300 \family roman
27301 \series medium
27302 \shape up
27303 \emph off
27304 \bar no
27305 \noun off
27306 \color none
27307 |
27308 \end_layout
27309
27310 \end_inset
27311 </cell>
27312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27313 \begin_inset Text
27314
27315 \begin_layout Standard
27316
27317 \end_layout
27318
27319 \end_inset
27320 </cell>
27321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27322 \begin_inset Text
27323
27324 \begin_layout Standard
27325
27326 \end_layout
27327
27328 \end_inset
27329 </cell>
27330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27331 \begin_inset Text
27332
27333 \begin_layout Standard
27334
27335 \family roman
27336 \series medium
27337 \shape up
27338 \emph off
27339 \bar no
27340 \noun off
27341 \color none
27342 ¬
27343 \end_layout
27344
27345 \end_inset
27346 </cell>
27347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27348 \begin_inset Text
27349
27350 \begin_layout Standard
27351
27352 \family roman
27353 \series medium
27354 \shape up
27355 \emph off
27356 \bar no
27357 \noun off
27358 \color none
27359 ¼
27360 \end_layout
27361
27362 \end_inset
27363 </cell>
27364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27365 \begin_inset Text
27366
27367 \begin_layout Standard
27368
27369 \family roman
27370 \series medium
27371 \shape up
27372 \emph off
27373 \bar no
27374 \noun off
27375 \color none
27376 Ì
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Standard
27385
27386 \family roman
27387 \series medium
27388 \shape up
27389 \emph off
27390 \bar no
27391 \noun off
27392 \color none
27393 Ü
27394 \end_layout
27395
27396 \end_inset
27397 </cell>
27398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27399 \begin_inset Text
27400
27401 \begin_layout Standard
27402
27403 \family roman
27404 \series medium
27405 \shape up
27406 \emph off
27407 \bar no
27408 \noun off
27409 \color none
27410 ì
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Standard
27419
27420 \family roman
27421 \series medium
27422 \shape up
27423 \emph off
27424 \bar no
27425 \noun off
27426 \color none
27427 ü
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 </row>
27433 <row topline="true">
27434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Standard
27438
27439 \family roman
27440 \series medium
27441 \shape up
27442 \size tiny
27443 \emph off
27444 \bar no
27445 \noun off
27446 \color none
27447 0D
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27453 \begin_inset Text
27454
27455 \begin_layout Standard
27456
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27462 \begin_inset Text
27463
27464 \begin_layout Standard
27465
27466 \end_layout
27467
27468 \end_inset
27469 </cell>
27470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27471 \begin_inset Text
27472
27473 \begin_layout Standard
27474
27475 \family roman
27476 \series medium
27477 \shape up
27478 \emph off
27479 \bar no
27480 \noun off
27481 \color none
27482 -
27483 \end_layout
27484
27485 \end_inset
27486 </cell>
27487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27488 \begin_inset Text
27489
27490 \begin_layout Standard
27491
27492 \family roman
27493 \series medium
27494 \shape up
27495 \emph off
27496 \bar no
27497 \noun off
27498 \color none
27499 =
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Standard
27508
27509 \family roman
27510 \series medium
27511 \shape up
27512 \emph off
27513 \bar no
27514 \noun off
27515 \color none
27516 M
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Standard
27525
27526 \family roman
27527 \series medium
27528 \shape up
27529 \emph off
27530 \bar no
27531 \noun off
27532 \color none
27533 ]
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Standard
27542
27543 \family roman
27544 \series medium
27545 \shape up
27546 \emph off
27547 \bar no
27548 \noun off
27549 \color none
27550 m
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27556 \begin_inset Text
27557
27558 \begin_layout Standard
27559
27560 \family roman
27561 \series medium
27562 \shape up
27563 \emph off
27564 \bar no
27565 \noun off
27566 \color none
27567 }
27568 \end_layout
27569
27570 \end_inset
27571 </cell>
27572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27573 \begin_inset Text
27574
27575 \begin_layout Standard
27576
27577 \end_layout
27578
27579 \end_inset
27580 </cell>
27581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27582 \begin_inset Text
27583
27584 \begin_layout Standard
27585
27586 \end_layout
27587
27588 \end_inset
27589 </cell>
27590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27591 \begin_inset Text
27592
27593 \begin_layout Standard
27594 \begin_inset ERT
27595 status collapsed
27596
27597 \begin_layout Standard
27598
27599
27600 \backslash
27601 textendash
27602 \end_layout
27603
27604 \end_inset
27605
27606
27607 \begin_inset Note Note
27608 status collapsed
27609
27610 \begin_layout Standard
27611 character ­ 
27612 \end_layout
27613
27614 \end_inset
27615
27616
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Standard
27625
27626 \family roman
27627 \series medium
27628 \shape up
27629 \emph off
27630 \bar no
27631 \noun off
27632 \color none
27633 ½
27634 \end_layout
27635
27636 \end_inset
27637 </cell>
27638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27639 \begin_inset Text
27640
27641 \begin_layout Standard
27642
27643 \family roman
27644 \series medium
27645 \shape up
27646 \emph off
27647 \bar no
27648 \noun off
27649 \color none
27650 Í
27651 \end_layout
27652
27653 \end_inset
27654 </cell>
27655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27656 \begin_inset Text
27657
27658 \begin_layout Standard
27659
27660 \family roman
27661 \series medium
27662 \shape up
27663 \emph off
27664 \bar no
27665 \noun off
27666 \color none
27667 Ý
27668 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27673 \begin_inset Text
27674
27675 \begin_layout Standard
27676
27677 \family roman
27678 \series medium
27679 \shape up
27680 \emph off
27681 \bar no
27682 \noun off
27683 \color none
27684 í
27685 \end_layout
27686
27687 \end_inset
27688 </cell>
27689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27690 \begin_inset Text
27691
27692 \begin_layout Standard
27693
27694 \family roman
27695 \series medium
27696 \shape up
27697 \emph off
27698 \bar no
27699 \noun off
27700 \color none
27701 ý
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 </row>
27707 <row topline="true">
27708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Standard
27712
27713 \family roman
27714 \series medium
27715 \shape up
27716 \size tiny
27717 \emph off
27718 \bar no
27719 \noun off
27720 \color none
27721 0E
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Standard
27730
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27736 \begin_inset Text
27737
27738 \begin_layout Standard
27739
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Standard
27748
27749 \family roman
27750 \series medium
27751 \shape up
27752 \emph off
27753 \bar no
27754 \noun off
27755 \color none
27756 .
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Standard
27765
27766 \family roman
27767 \series medium
27768 \shape up
27769 \emph off
27770 \bar no
27771 \noun off
27772 \color none
27773 >
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Standard
27782
27783 \family roman
27784 \series medium
27785 \shape up
27786 \emph off
27787 \bar no
27788 \noun off
27789 \color none
27790 N
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Standard
27799
27800 \family roman
27801 \series medium
27802 \shape up
27803 \emph off
27804 \bar no
27805 \noun off
27806 \color none
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 \family roman
27818 \series medium
27819 \shape up
27820 \emph off
27821 \bar no
27822 \noun off
27823 \color none
27824 n
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Standard
27833
27834 \family roman
27835 \series medium
27836 \shape up
27837 \emph off
27838 \bar no
27839 \noun off
27840 \color none
27841 ~
27842 \end_layout
27843
27844 \end_inset
27845 </cell>
27846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27847 \begin_inset Text
27848
27849 \begin_layout Standard
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 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Standard
27868
27869 \family roman
27870 \series medium
27871 \shape up
27872 \emph off
27873 \bar no
27874 \noun off
27875 \color none
27876 ®
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Standard
27885
27886 \family roman
27887 \series medium
27888 \shape up
27889 \emph off
27890 \bar no
27891 \noun off
27892 \color none
27893 ¾
27894 \end_layout
27895
27896 \end_inset
27897 </cell>
27898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27899 \begin_inset Text
27900
27901 \begin_layout Standard
27902
27903 \family roman
27904 \series medium
27905 \shape up
27906 \emph off
27907 \bar no
27908 \noun off
27909 \color none
27910 Î
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Standard
27919
27920 \family roman
27921 \series medium
27922 \shape up
27923 \emph off
27924 \bar no
27925 \noun off
27926 \color none
27927 Þ
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27933 \begin_inset Text
27934
27935 \begin_layout Standard
27936
27937 \family roman
27938 \series medium
27939 \shape up
27940 \emph off
27941 \bar no
27942 \noun off
27943 \color none
27944 î
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Standard
27953
27954 \family roman
27955 \series medium
27956 \shape up
27957 \emph off
27958 \bar no
27959 \noun off
27960 \color none
27961 þ
27962 \end_layout
27963
27964 \end_inset
27965 </cell>
27966 </row>
27967 <row topline="true" bottomline="true">
27968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Standard
27972
27973 \family roman
27974 \series medium
27975 \shape up
27976 \size tiny
27977 \emph off
27978 \bar no
27979 \noun off
27980 \color none
27981 0F
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27987 \begin_inset Text
27988
27989 \begin_layout Standard
27990
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Standard
27999
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Standard
28008
28009 \family roman
28010 \series medium
28011 \shape up
28012 \emph off
28013 \bar no
28014 \noun off
28015 \color none
28016 /
28017 \end_layout
28018
28019 \end_inset
28020 </cell>
28021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28022 \begin_inset Text
28023
28024 \begin_layout Standard
28025
28026 \family roman
28027 \series medium
28028 \shape up
28029 \emph off
28030 \bar no
28031 \noun off
28032 \color none
28033 ?
28034 \end_layout
28035
28036 \end_inset
28037 </cell>
28038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28039 \begin_inset Text
28040
28041 \begin_layout Standard
28042
28043 \family roman
28044 \series medium
28045 \shape up
28046 \emph off
28047 \bar no
28048 \noun off
28049 \color none
28050 O
28051 \end_layout
28052
28053 \end_inset
28054 </cell>
28055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28056 \begin_inset Text
28057
28058 \begin_layout Standard
28059
28060 \family roman
28061 \series medium
28062 \shape up
28063 \emph off
28064 \bar no
28065 \noun off
28066 \color none
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 \family roman
28078 \series medium
28079 \shape up
28080 \emph off
28081 \bar no
28082 \noun off
28083 \color none
28084 o
28085 \end_layout
28086
28087 \end_inset
28088 </cell>
28089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28090 \begin_inset Text
28091
28092 \begin_layout Standard
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 \end_layout
28104
28105 \end_inset
28106 </cell>
28107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28108 \begin_inset Text
28109
28110 \begin_layout Standard
28111
28112 \end_layout
28113
28114 \end_inset
28115 </cell>
28116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28117 \begin_inset Text
28118
28119 \begin_layout Standard
28120
28121 \family roman
28122 \series medium
28123 \shape up
28124 \emph off
28125 \bar no
28126 \noun off
28127 \color none
28128 ¯
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28134 \begin_inset Text
28135
28136 \begin_layout Standard
28137
28138 \family roman
28139 \series medium
28140 \shape up
28141 \emph off
28142 \bar no
28143 \noun off
28144 \color none
28145 ¿
28146 \end_layout
28147
28148 \end_inset
28149 </cell>
28150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28151 \begin_inset Text
28152
28153 \begin_layout Standard
28154
28155 \family roman
28156 \series medium
28157 \shape up
28158 \emph off
28159 \bar no
28160 \noun off
28161 \color none
28162 Ï
28163 \end_layout
28164
28165 \end_inset
28166 </cell>
28167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28168 \begin_inset Text
28169
28170 \begin_layout Standard
28171
28172 \family roman
28173 \series medium
28174 \shape up
28175 \emph off
28176 \bar no
28177 \noun off
28178 \color none
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 \family roman
28190 \series medium
28191 \shape up
28192 \emph off
28193 \bar no
28194 \noun off
28195 \color none
28196 ï
28197 \end_layout
28198
28199 \end_inset
28200 </cell>
28201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28202 \begin_inset Text
28203
28204 \begin_layout Standard
28205
28206 \family roman
28207 \series medium
28208 \shape up
28209 \emph off
28210 \bar no
28211 \noun off
28212 \color none
28213 ÿ
28214 \end_layout
28215
28216 \end_inset
28217 </cell>
28218 </row>
28219 </lyxtabular>
28220
28221 \end_inset
28222
28223
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \end_layout
28230
28231 \begin_layout Standard
28232 The following is a full list of all of the accented characters LyX can display
28233  directly.
28234  It includes not only the accented characters from the previous table, but
28235  also the characters from 
28236 \family typewriter
28237 ISO8859--2
28238 \family default
28239  through 
28240 \family typewriter
28241 4
28242 \family default
28243 .
28244  
28245 \end_layout
28246
28247 \begin_layout Itemize
28248 From 
28249 \family typewriter
28250 ISO8859--1
28251 \family default
28252 :
28253 \end_layout
28254
28255 \begin_deeper
28256 \begin_layout Standard
28257 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
28258 \hfill
28259 diaeresis
28260 \end_layout
28261
28262 \begin_layout Standard
28263 ^ Â Ê Î Ô Û â ê î ô û
28264 \hfill
28265 circumflex
28266 \end_layout
28267
28268 \begin_layout Standard
28269 ` À È Ì Ò Ù à è ì ò ù
28270 \hfill
28271 grave
28272 \end_layout
28273
28274 \begin_layout Standard
28275 ´ Á É Í Ó Ú Ý á é í ó ú ý
28276 \hfill
28277 acute
28278 \end_layout
28279
28280 \begin_layout Standard
28281 ~ Ã Ñ Õ ã ñ õ
28282 \hfill
28283 tilde
28284 \end_layout
28285
28286 \begin_layout Standard
28287 ¸Çç
28288 \hfill
28289 cedilla
28290 \end_layout
28291
28292 \begin_layout Standard
28293 ¯
28294 \hfill
28295 macron
28296 \begin_inset Foot
28297 status collapsed
28298
28299 \begin_layout Standard
28300 The dead macron in usually not needed, as you will use a non--dead key for
28301  this instead.
28302  For example, S-M-minus, or if 
28303 \family typewriter
28304 \shape up
28305 .Xmodmap
28306 \family default
28307 \shape default
28308  is correct, S-M-macron.
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \end_deeper
28317 \begin_layout Itemize
28318 From 
28319 \family typewriter
28320 ISO8859--2
28321 \family default
28322  through 
28323 \family typewriter
28324 4
28325 \family default
28326 :
28327 \end_layout
28328
28329 \begin_deeper
28330 \begin_layout Standard
28331 \i \^{H}
28332 \i \^{J}
28333 \i \^{h}
28334 \i \^{\j}
28335 \i \^{C}
28336 \i \^{G}
28337 \i \^{S}
28338 \i \^{c}
28339 \i \^{g}
28340 \i \^{s}
28341
28342 \hfill
28343 circumflex
28344 \end_layout
28345
28346 \begin_layout Standard
28347 \i \'{S}
28348 \i \'{Z}
28349 \i \'{s}
28350 \i \'{z}
28351 \i \'{R}
28352 \i \'{L}
28353 \i \'{C}
28354 \i \'{N}
28355 \i \'{r}
28356 \i \'{l}
28357 \i \'{c}
28358 \i \'{n}
28359
28360 \hfill
28361 acute
28362 \end_layout
28363
28364 \begin_layout Standard
28365 \i \~{I}
28366 \i \~{\i}
28367 \i \~{U}
28368 \i \~{u}
28369
28370 \hfill
28371 tilde
28372 \end_layout
28373
28374 \begin_layout Standard
28375 \i \c{S}
28376 \i \c{s}
28377 \i \c{T}
28378 \i \c{t}
28379 \i \c{R}
28380 \i \c{L}
28381 \i \c{G}
28382 \i \c{r}
28383 \i \c{l}
28384 \i \c{g}
28385 \i \c{N}
28386 \i \c{K}
28387 \i \c{n}
28388 \i \c{k}
28389
28390 \hfill
28391 cedilla
28392 \begin_inset Foot
28393 status collapsed
28394
28395 \begin_layout Standard
28396 These characters might not look very nice on screen, but they will be just
28397  fine when run through LaTeX and printed.
28398 \end_layout
28399
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \begin_layout Standard
28406 \i \={E}
28407 \i \={e}
28408 \i \={A}
28409 \i \={I}
28410 \i \={O}
28411 \i \={U}
28412 \i \={a}
28413 \i \={\i}
28414 \i \={o}
28415 \i \={u}
28416
28417 \hfill
28418 macron
28419 \end_layout
28420
28421 \begin_layout Standard
28422 \i \H{O}
28423 \i \H{U}
28424 \i \H{o}
28425 \i \H{u}
28426
28427 \hfill
28428 hungarian umlaut
28429 \end_layout
28430
28431 \end_deeper
28432 \begin_layout Standard
28433 All the characters above are actively supported by TeX fonts.
28434  In addition TeX allows diacritical marks on almost all characters .
28435  Also make sure you're using the 
28436 \family typewriter
28437 T1
28438 \family default
28439  font-encoding and have the package 
28440 \family typewriter
28441 umlaute.sty
28442 \family default
28443  with the definition file 
28444 \family typewriter
28445 iso.def
28446 \family default
28447  installed.
28448 \end_layout
28449
28450 \begin_layout Chapter
28451 Credits
28452 \end_layout
28453
28454 \begin_layout Standard
28455 The documentation is a collaborative effort between many different people
28456  (and we would encourage people to contribute !).
28457 \end_layout
28458
28459 \begin_layout Standard
28460 First, we need to give due credit to those who came before us.
28461  They gave us the base upon which the new manuals are built, and some continue
28462  to provide information:
28463 \end_layout
28464
28465 \begin_layout Itemize
28466
28467 \noun on
28468 Matthias Ettrich
28469 \noun default
28470  wrote the original documentation, from which this manual is built, as well
28471  as the introduction to this manual [or the 
28472 \begin_inset Quotes eld
28473 \end_inset
28474
28475 LyX Manifesto,
28476 \begin_inset Quotes erd
28477 \end_inset
28478
28479  as some of us call it].
28480 \end_layout
28481
28482 \begin_layout Itemize
28483
28484 \noun on
28485 Lars Gullik Bjønnes
28486 \noun default
28487  wrote several minidocs, including some of the information about international
28488  support in LyX.
28489 \end_layout
28490
28491 \begin_layout Itemize
28492
28493 \noun on
28494 Ivan Schreter
28495 \noun default
28496  also wrote a minidoc about international support, specifically about internatio
28497 nal keyboard maps and customization.
28498 \end_layout
28499
28500 \begin_layout Itemize
28501
28502 \noun on
28503 Pascal André
28504 \noun default
28505  originally documented the LinuxDoc SGML interface.
28506 \end_layout
28507
28508 \begin_layout Itemize
28509
28510 \noun on
28511 Alejandro Aguilar Sierra
28512 \noun default
28513  originally documented math mode and provided the entries for the math functions
28514  in 
28515 \family typewriter
28516 Reference.lyx
28517 \end_layout
28518
28519 \begin_layout Itemize
28520 Special thanks to the LyX Team\InsetSpace ~
28521
28522 \begin_inset LatexCommand \cite{lyxcredit}
28523
28524 \end_inset
28525
28526  for help and answers to questions.
28527 \end_layout
28528
28529 \begin_layout Standard
28530 Next, it's time to give credit to the 
28531 \begin_inset Quotes eld
28532 \end_inset
28533
28534 LyX Documentation Team,
28535 \begin_inset Quotes erd
28536 \end_inset
28537
28538  all of the people who helped rewrite the old documentation into the form
28539  it had after LyX version 0.10:
28540 \end_layout
28541
28542 \begin_layout Itemize
28543
28544 \noun on
28545 David Johnson
28546 \noun default
28547 :
28548 \end_layout
28549
28550 \begin_deeper
28551 \begin_layout Itemize
28552 Contributor to the FAQ and the old 
28553 \begin_inset Quotes eld
28554 \end_inset
28555
28556
28557 \family typewriter
28558 HowDoI-.lyx
28559 \family default
28560
28561 \begin_inset Quotes erd
28562 \end_inset
28563
28564  [now defunct].
28565 \end_layout
28566
28567 \begin_layout Itemize
28568 General editing assistance.
28569 \end_layout
28570
28571 \begin_layout Itemize
28572 Documentation of: 
28573 \end_layout
28574
28575 \begin_deeper
28576 \begin_layout Itemize
28577 math mode 
28578 \end_layout
28579
28580 \begin_layout Itemize
28581 tables
28582 \end_layout
28583
28584 \begin_layout Itemize
28585 spellchecking
28586 \end_layout
28587
28588 \end_deeper
28589 \end_deeper
28590 \begin_layout Itemize
28591
28592 \noun on
28593 Rich Fields
28594 \noun default
28595 :
28596 \end_layout
28597
28598 \begin_deeper
28599 \begin_layout Itemize
28600 Primary contributor to 
28601 \family typewriter
28602 Reference.lyx
28603 \end_layout
28604
28605 \begin_layout Itemize
28606 Documentation of the basic LyX interface in 
28607 \family typewriter
28608 UserGuide.lyx
28609 \end_layout
28610
28611 \end_deeper
28612 \begin_layout Itemize
28613
28614 \noun on
28615 Paul Evans
28616 \noun default
28617 :
28618 \end_layout
28619
28620 \begin_deeper
28621 \begin_layout Itemize
28622 Former maintainer of the FAQ and the old 
28623 \begin_inset Quotes eld
28624 \end_inset
28625
28626
28627 \family typewriter
28628 HowDoI-.lyx
28629 \family default
28630
28631 \begin_inset Quotes erd
28632 \end_inset
28633
28634  [now defunct].
28635 \end_layout
28636
28637 \begin_layout Itemize
28638 Documentation of LinuxDoc in 
28639 \family typewriter
28640 UserGuide.lyx
28641 \end_layout
28642
28643 \end_deeper
28644 \begin_layout Itemize
28645
28646 \noun on
28647 Paul Russel:
28648 \end_layout
28649
28650 \begin_deeper
28651 \begin_layout Itemize
28652 Documentation of figures and imported graphics in 
28653 \family typewriter
28654 UserGuide.lyx
28655 \end_layout
28656
28657 \end_deeper
28658 \begin_layout Itemize
28659
28660 \noun on
28661 John Raithel
28662 \noun default
28663 :
28664 \end_layout
28665
28666 \begin_deeper
28667 \begin_layout Itemize
28668 Documentation of internationalization features in 
28669 \family typewriter
28670 UserGuide.lyx
28671 \end_layout
28672
28673 \end_deeper
28674 \begin_layout Itemize
28675
28676 \noun on
28677 Robin Socha:
28678 \end_layout
28679
28680 \begin_deeper
28681 \begin_layout Itemize
28682 Documentation of:
28683 \end_layout
28684
28685 \begin_deeper
28686 \begin_layout Itemize
28687 footnotes
28688 \end_layout
28689
28690 \begin_layout Itemize
28691 margin notes
28692 \end_layout
28693
28694 \begin_layout Itemize
28695 table of contents
28696 \end_layout
28697
28698 \begin_layout Itemize
28699 cross-references
28700 \end_layout
28701
28702 \end_deeper
28703 \end_deeper
28704 \begin_layout Itemize
28705
28706 \noun on
28707 Amir Karger
28708 \end_layout
28709
28710 \begin_deeper
28711 \begin_layout Itemize
28712 Primary contributor to 
28713 \family typewriter
28714 Tutorial.lyx
28715 \end_layout
28716
28717 \end_deeper
28718 \begin_layout Itemize
28719
28720 \noun on
28721 Matthias Zenker:
28722 \end_layout
28723
28724 \begin_deeper
28725 \begin_layout Itemize
28726 Documentation of 
28727 \end_layout
28728
28729 \begin_deeper
28730 \begin_layout Itemize
28731 manual fine-tuning 
28732 \end_layout
28733
28734 \begin_layout Itemize
28735 using LaTeX from within LyX
28736 \end_layout
28737
28738 \end_deeper
28739 \end_deeper
28740 \begin_layout Itemize
28741
28742 \noun on
28743 John Weiss
28744 \noun default
28745 :
28746 \end_layout
28747
28748 \begin_deeper
28749 \begin_layout Itemize
28750 General organization and format of the documents.
28751 \end_layout
28752
28753 \begin_layout Itemize
28754 Documentation of :
28755 \end_layout
28756
28757 \begin_deeper
28758 \begin_layout Itemize
28759 LyX setup
28760 \end_layout
28761
28762 \begin_layout Itemize
28763 paragraph environments, document layout, nesting, typography notes, fonts
28764 \end_layout
28765
28766 \end_deeper
28767 \begin_layout Itemize
28768 Also responsible for Introduction in 
28769 \family typewriter
28770 Tutorial.lyx
28771 \end_layout
28772
28773 \begin_layout Itemize
28774 Editor of the documents.
28775  [from 6/96-fall 1997]
28776 \end_layout
28777
28778 \end_deeper
28779 \begin_layout Standard
28780 After fall of 1997, the LyX Team as a whole took over maintenance of the
28781  documentation.
28782 \end_layout
28783
28784 \begin_layout Bibliography
28785
28786 \bibitem {lyxcredit}
28787 The LyX Team: 
28788 \begin_inset ERT
28789 status collapsed
28790
28791 \begin_layout Standard
28792
28793
28794 \backslash
28795 href{http://www.lyx.org/about/credits.php}{
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \emph on
28802 CREDITS
28803 \emph default
28804
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Standard
28809
28810 }
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \begin_layout Bibliography
28819
28820 \bibitem {latexbook}
28821 Leslie Lamport: 
28822 \emph on
28823 LaTeX: A Document Preparation System.
28824  
28825 \emph default
28826 Addison-Wesley, second edition, 1994
28827 \end_layout
28828
28829 \begin_layout Bibliography
28830
28831 \bibitem {latexcompanion}
28832 Michel Goossens, Frank Mittelbach and Alexander Samarin: 
28833 \emph on
28834 The LaTeX Companion.
28835  
28836 \emph default
28837 Addison-Wesley, 1994
28838 \end_layout
28839
28840 \begin_layout Bibliography
28841
28842 \bibitem {latexguide}
28843 Kopka and Daly: 
28844 \emph on
28845 A Guide to LaTeX2e
28846 \end_layout
28847
28848 \begin_layout Bibliography
28849
28850 \bibitem {texbook}
28851 Donald E.
28852  Knuth.
28853  
28854 \emph on
28855 The TeXbook
28856 \end_layout
28857
28858 \end_body
28859 \end_document