]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
update from Ran Rutenberg
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.4.3svn 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
20 \usepackage{ifpdf} % part of the hyperref bundle
21 \ifpdf % if pdflatex is used
22
23   % set fonts for nicer pdf view
24   \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
25   \usepackage[scaled=0.92]{helvet}
26   \usepackage{mathptmx}
27   \usepackage{courier} }
28   % the pages of the TOC are numbered roman
29   % and a pdf-bookmark for the TOC is added
30   \pagenumbering{roman}
31   \let\myTOC\tableofcontents
32   \renewcommand\tableofcontents{%
33     \pdfbookmark[1]{Contents}{}
34     \myTOC
35     \clearpage
36     \pagenumbering{arabic} }
37  % link all cross references and URLs in pdf output
38  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
39  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
40  pdfpagelayout=OneColumn, pdfnewwindow=true,
41  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
42  pdfauthor={LyX Team}, pdftex,
43  pdftitle={The LyX User's Guide},pdfsubject={LyX},
44  pdfkeywords={LyX}]{hyperref}
45  
46 \else % if dvi or ps is produced
47
48  % link all cross references and URLs in dvi output
49  \usepackage[ps2pdf]{hyperref}
50
51  % the pages of the TOC are numbered roman
52  \pagenumbering{roman}
53  \let\myTOC\tableofcontents
54  \renewcommand\tableofcontents{%
55    \pdfbookmark[1]{Contents}{}
56    \myTOC
57    \clearpage
58    \pagenumbering{arabic} }
59    
60 \fi 
61 \end_preamble
62 \options bibtotoc,BCOR7mm
63 \language english
64 \inputencoding latin1
65 \fontscheme default
66 \graphics default
67 \paperfontsize 12
68 \spacing single
69 \papersize default
70 \use_geometry false
71 \use_amsmath 0
72 \cite_engine basic
73 \use_bibtopic false
74 \paperorientation portrait
75 \secnumdepth 3
76 \tocdepth 3
77 \paragraph_separation indent
78 \defskip medskip
79 \quotes_language english
80 \papercolumns 1
81 \papersides 2
82 \paperpagestyle default
83 \tracking_changes false
84 \output_changes true
85 \end_header
86
87 \begin_body
88
89 \begin_layout Title
90 The LyX User's Guide
91 \end_layout
92
93 \begin_layout Author
94 by the LyX Team
95 \begin_inset Foot
96 status collapsed
97
98 \begin_layout Standard
99 \noindent
100 If you have comments or error corrections, please send them to the LyX Documenta
101 tion mailing list: 
102 \family typewriter
103 lyx-docs@lists.lyx.org
104 \end_layout
105
106 \end_inset
107
108
109 \end_layout
110
111 \begin_layout Standard
112 \begin_inset Note Note
113 status open
114
115 \begin_layout Standard
116 To export this document as pdf, ps or dvi, the LaTeX-package 
117 \series bold
118 hyperref
119 \series default
120  has to be installed.
121 \end_layout
122
123 \begin_layout Standard
124 This package should be part of all popular LaTeX-distributions.
125 \end_layout
126
127 \end_inset
128
129
130 \end_layout
131
132 \begin_layout Standard
133 \begin_inset LatexCommand \tableofcontents{}
134
135 \end_inset
136
137
138 \end_layout
139
140 \begin_layout Chapter
141 Introduction
142 \end_layout
143
144 \begin_layout Section
145 What is LyX?
146 \end_layout
147
148 \begin_layout Standard
149 LyX is a document preparation system.
150  It is a tool for producing beautiful manuscripts, publishable books, business
151  letters and proposals, and even poetry.
152  It is unlike most other 
153 \begin_inset Quotes eld
154 \end_inset
155
156 word processors
157 \begin_inset Quotes erd
158 \end_inset
159
160  in the sense that it uses the paradigm of a markup language as its core
161  editing style.
162  That means that when you type a section header, you mark it as a 
163 \begin_inset Quotes eld
164 \end_inset
165
166 Section
167 \begin_inset Quotes erd
168 \end_inset
169
170 , not 
171 \begin_inset Quotes eld
172 \end_inset
173
174 Bold, 17 pt type, left justified, 5 mm space below
175 \begin_inset Quotes erd
176 \end_inset
177
178 .
179  LyX takes care of the typesetting for you, so you deal only with concepts,
180  not the mechanics.
181 \end_layout
182
183 \begin_layout Standard
184 This philosophy is explained in much greater detail in the 
185 \emph on
186
187 \begin_inset Quotes eld
188 \end_inset
189
190 Introduction
191 \begin_inset Quotes erd
192 \end_inset
193
194
195 \emph default
196 .
197  If you haven't read it yet, you need to.
198  Yes, we mean now.
199 \end_layout
200
201 \begin_layout Standard
202 The 
203 \begin_inset Quotes eld
204 \end_inset
205
206
207 \emph on
208 Introduction
209 \emph default
210
211 \begin_inset Quotes erd
212 \end_inset
213
214  describes several things in addition to LyX's philosophy: most importantly,
215  the format of all of the manuals.
216  If you don't read it, you'll have a bear of a time navigating this manual.
217  You might also be better served looking in one of the other manuals instead
218  of this one.
219  
220 \begin_inset Quotes eld
221 \end_inset
222
223
224 \emph on
225 Introduction
226 \emph default
227
228 \begin_inset Quotes erd
229 \end_inset
230
231  describes that, too.
232 \end_layout
233
234 \begin_layout Section
235 Getting Started
236 \end_layout
237
238 \begin_layout Subsection
239 Invoking LyX
240 \end_layout
241
242 \begin_layout Standard
243 Similar to other Linux [and other brands of Unix] programs, you start LyX
244  by simply typing 
245 \family typewriter
246 lyx
247 \family default
248  at the command line.
249  You can, of course, include several command-line options, including file
250  names.
251  We're not going to repeat all of the command-line options here, since we've
252  already done that in the 
253 \family typewriter
254 man
255 \family default
256  page for LyX.
257  Check there for more info.
258 \end_layout
259
260 \begin_layout Standard
261 There are one or two things we'd like to comment on:
262 \end_layout
263
264 \begin_layout Standard
265 Please note that if you include more than one file name on the command line,
266  LyX will load them all, though it won't display them all simultaneously.
267  More on that in a bit.
268 \end_layout
269
270 \begin_layout Subsection
271 How LyX Looks
272 \end_layout
273
274 \begin_layout Standard
275 Like most applications, LyX has the familiar menu bar across the top of
276  its window.
277  Below it is a toolbar with a pulldown box and various buttons.
278  There is, of course, a vertical scrollbar and a main work area for editing
279  documents.
280  Near the bottom of the window is a small window containing a single line
281  of text.
282  This is the 
283 \emph on
284 minibuffer
285 \emph default
286  (a term which we've swiped, lock, stock, and barrel, from GNU Emacs), which
287  really means 
288 \begin_inset Quotes eld
289 \end_inset
290
291 command buffer
292 \begin_inset Quotes erd
293 \end_inset
294
295 .
296  Type 
297 \family sans
298 M-x
299 \family default
300  when you need to type a command in the minibuffer.
301 \end_layout
302
303 \begin_layout Standard
304 Note that there is no horizontal scroll bar.
305  This is not a bug or an oversight, but intentional.
306  When you read a book, you expect the end of a line to wrap around to the
307  next line.
308  Text overflows onto new pages in a vertical fashion, hence the need for
309  only a vertical scrollbar.
310 \end_layout
311
312 \begin_layout Standard
313 There are three cases where you might want a horizontal scrollbar.
314  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
315  This, however, is due
316  to a flaw in the routine that displays graphics on the LyX screen in a
317  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
318  as you'd need to rescale graphics to fit on a page.
319  The second and third cases are tables and equations which are wider than
320  the LyX window.
321  You can use the arrow keys to scroll horizontally through the table, but
322  this doesn't work for equations yet.
323 \end_layout
324
325 \begin_layout Subsection
326 HELP!
327 \end_layout
328
329 \begin_layout Standard
330 First, the bad news: the help system is not as thorough as that in many
331  commercial applications.
332  Patience.
333  We're working on it.
334 \end_layout
335
336 \begin_layout Standard
337 Now the good news: the help system consists of the LyX manuals.
338  You can read 
339 \emph on
340 all
341 \emph default
342  of the manuals from inside LyX.
343  Just select the manual you want read from the 
344 \family sans
345 \bar under
346 H
347 \bar default
348 elp
349 \family default
350  menu.
351 \end_layout
352
353 \begin_layout Standard
354 While we're at it, we'd like to make a comment about the manuals.
355  They're not idiot-proof, not in the least.
356  Here's what one of our authors, 
357 \noun on
358 John Weiss
359 \noun default
360 , once said about manuals:
361 \end_layout
362
363 \begin_layout Quotation
364 I hate manuals.
365 \end_layout
366
367 \begin_layout Quotation
368 Yes, we've all dealt with the terse, poorly-translated, or cryptic manuals.
369  They are aggravating.
370  I find, however, that the overly simplified ones are even more aggravating.
371  First, they spend about half their time carefully explaining to the user
372  how to operate a mouse, what a menu is, et cetera, ad nauseum.
373  Please, if someone doesn't know how to use their own computer, or a GUI,
374  then they should sit down and learn 
375 \emph on
376 before
377 \emph default
378  they start up a major piece of software.
379 \end_layout
380
381 \begin_layout Quotation
382 Second, what information they do provide seems to assume that the user is
383  stupid.
384  Utter nonsense! Most users, in my experience, are some combination of clueless
385  and intimidated, not stupid.
386  Besides, if someone is truly slow on the uptake, they need help that a
387  manual for a piece of computer software can't give.
388 \end_layout
389
390 \begin_layout Standard
391
392 \emph on
393 Editor's Note: With this in mind, I've instructed all of the other authors
394  to avoid patronizing you, the reader, and to be more pedagogical than pedantic.
395  As for those who are too lazy to read and understand the manuals --- well,
396  as we say here in America, there's no such thing as a free lunch.
397  - jw
398 \end_layout
399
400 \begin_layout Section
401 The LyX Interface
402 \end_layout
403
404 \begin_layout Subsection
405 Basic File Operations
406 \end_layout
407
408 \begin_layout Standard
409 Under the 
410 \family sans
411 \bar under
412 F
413 \bar default
414 ile
415 \family default
416  menu are the 9 basic operations for any word processor in addition to some
417  more advanced operations:
418 \end_layout
419
420 \begin_layout Itemize
421
422 \family sans
423 \bar under
424 N
425 \bar default
426 ew
427 \end_layout
428
429 \begin_layout Itemize
430
431 \family sans
432 New\InsetSpace ~
433 from
434 \bar under
435 \InsetSpace ~
436 T
437 \bar default
438 emplate
439 \end_layout
440
441 \begin_layout Itemize
442
443 \family sans
444 \bar under
445 O
446 \bar default
447 pen
448 \end_layout
449
450 \begin_layout Itemize
451
452 \family sans
453 \bar under
454 C
455 \bar default
456 lose
457 \end_layout
458
459 \begin_layout Itemize
460
461 \family sans
462 \bar under
463 S
464 \bar default
465 ave
466 \end_layout
467
468 \begin_layout Itemize
469
470 \family sans
471 Save\InsetSpace ~
472
473 \bar under
474 A
475 \bar default
476 s
477 \end_layout
478
479 \begin_layout Itemize
480
481 \family sans
482 \bar under
483 R
484 \bar default
485 evert
486 \end_layout
487
488 \begin_layout Itemize
489
490 \family sans
491 \bar under
492 P
493 \bar default
494 rint
495 \end_layout
496
497 \begin_layout Itemize
498
499 \family sans
500 E
501 \bar under
502 x
503 \bar default
504 it
505 \end_layout
506
507 \begin_layout Standard
508 They all do pretty much the same thing as in other word processors, with
509  a few minor differences.
510  The 
511 \family sans
512 \bar under
513 F
514 \bar default
515 ile\SpecialChar \menuseparator
516 New\InsetSpace ~
517 from
518 \bar under
519 \InsetSpace ~
520 T
521 \bar default
522 emplate
523 \family default
524  command not only prompts you for a name for the new file, but also prompts
525  you for a template to use.
526  Selecting a template will automatically set certain layout features for
527  the document, features you would otherwise need to change manually.
528  They can be of use for certain classes, especially those for writing letters
529  [see sec.
530  
531 \begin_inset LatexCommand \ref{sec:doc-classes}
532
533 \end_inset
534
535 ]
536 \end_layout
537
538 \begin_layout Standard
539 Note: There is no 
540 \begin_inset Quotes eld
541 \end_inset
542
543 default file
544 \begin_inset Quotes erd
545 \end_inset
546
547  or document named 
548 \begin_inset Quotes eld
549 \end_inset
550
551 Untitled
552 \begin_inset Quotes erd
553 \end_inset
554
555  or 
556 \begin_inset Quotes eld
557 \end_inset
558
559 scratch.
560 \begin_inset Quotes erd
561 \end_inset
562
563  Unless you tell LyX to open a file or create a new one, that big, blank
564  space is just that --- a big, blank space.
565 \end_layout
566
567 \begin_layout Standard
568 The 
569 \family sans
570 \bar under
571 R
572 \bar default
573 evert
574 \family default
575  command is useful if more people work on the same document at the same
576  time
577 \begin_inset Foot
578 status collapsed
579
580 \begin_layout Standard
581 If you plan to do this, you should check out the Version Control feature
582  in LyX also.
583  Read 
584 \emph on
585 Extended Features
586 \emph default
587 \SpecialChar \@.
588
589 \end_layout
590
591 \end_inset
592
593 .
594  It will simply reload the document from disk.
595  You can of course also use it if you regret that you changed a document
596  and want to restore it to the last save.
597 \end_layout
598
599 \begin_layout Standard
600 The second matter of note concerns the commands 
601 \family sans
602 \bar under
603 F
604 \bar default
605 ile\SpecialChar \menuseparator
606
607 \bar under
608 C
609 \bar default
610 lose
611 \family default
612  and 
613 \family sans
614 \bar under
615 F
616 \bar default
617 ile\SpecialChar \menuseparator
618 E
619 \bar under
620 x
621 \bar default
622 it
623 \family default
624 .
625  They both feature a 
626 \begin_inset Quotes eld
627 \end_inset
628
629 nag box
630 \begin_inset Quotes erd
631 \end_inset
632
633  to save us all from our own stupidity.
634  That is, if you try to close a file with changes [or exit LyX], you'll
635  be informed that there are unsaved files.
636 \end_layout
637
638 \begin_layout Subsection
639 Basic Editing Features
640 \end_layout
641
642 \begin_layout Standard
643 Like most modern word processors, LyX can perform cut and paste operations
644  on blocks of text, can move by character, word, or screenful of text, and
645  can delete whole words as well as individual characters.
646  The next four sections cover the basic LyX editing features and how to
647  access them.
648  We'll start with cut and paste.
649 \end_layout
650
651 \begin_layout Standard
652 As you might expect, the 
653 \family sans
654 \bar under
655 E
656 \bar default
657 dit
658 \family default
659  menu has the cut and paste commands, along with various other editing features.
660  Some of these are special and covered in later sections.
661  The basic ones are:
662 \end_layout
663
664 \begin_layout Itemize
665
666 \family sans
667 Cut
668 \end_layout
669
670 \begin_layout Itemize
671
672 \family sans
673 Copy
674 \end_layout
675
676 \begin_layout Itemize
677
678 \family sans
679 Paste
680 \end_layout
681
682 \begin_layout Itemize
683
684 \family sans
685 \bar under
686 F
687 \bar default
688 ind\InsetSpace ~
689 &\InsetSpace ~
690 Replace\SpecialChar \ldots{}
691
692 \end_layout
693
694 \begin_layout Standard
695 The first three are self-explanatory.
696  One thing to note: whenever you delete a block of text that you've selected,
697  it's automatically placed in the clipboard.
698  That is, the 
699 \family sans
700 Delete
701 \family default
702  and 
703 \family sans
704 Backspace
705 \family default
706  keys also functions as the 
707 \family sans
708 Cut
709 \family default
710  command.
711  Also, if you've selected text, be careful.
712  If you hit a key, LyX will completely delete the selected text and replace
713  it with what you just typed.
714  You'll have to do an 
715 \family sans
716 \bar under
717 U
718 \bar default
719 ndo
720 \family default
721  to get back the lost text.
722 \end_layout
723
724 \begin_layout Standard
725 The 
726 \family sans
727 \bar under
728 E
729 \bar default
730 dit\SpecialChar \menuseparator
731
732 \bar under
733 F
734 \bar default
735 ind\InsetSpace ~
736 &\InsetSpace ~
737 Replace\SpecialChar \ldots{}
738
739 \family default
740  item opens the 
741 \family sans
742 Find\InsetSpace ~
743 &\InsetSpace ~
744 Replace
745 \family default
746  dialog.
747  The text you want to find goes in the 
748 \family sans
749 Fi
750 \bar under
751 n
752 \bar default
753 d
754 \family default
755  box.
756  Once you've found a word or expression, LyX selects it.
757  Hitting the 
758 \family sans
759 \bar under
760 R
761 \bar default
762 eplace
763 \family default
764  button replaces the selected text with the contents of the 
765 \family sans
766 Replace\InsetSpace ~
767
768 \bar under
769 w
770 \bar default
771 ith
772 \family default
773  box.
774  You can click to search again to skip the current word.
775 \end_layout
776
777 \begin_layout Standard
778 Hit 
779 \family sans
780 Replace 
781 \bar under
782 A
783 \bar default
784 ll
785 \family default
786  to replace all occurrences of the text in the document automatically.
787 \end_layout
788
789 \begin_layout Standard
790 The 
791 \family sans
792 Ca
793 \bar under
794 s
795 \bar default
796 e\InsetSpace ~
797 sensitive
798 \family default
799  toggle button can be used if you want the search to consider the case of
800  the search word.
801  If the toggle is set, searching for 
802 \begin_inset Quotes eld
803 \end_inset
804
805
806 \family typewriter
807 Match
808 \family default
809
810 \begin_inset Quotes erd
811 \end_inset
812
813  will not match the word 
814 \begin_inset Quotes eld
815 \end_inset
816
817
818 \family typewriter
819 match
820 \family default
821
822 \begin_inset Quotes erd
823 \end_inset
824
825 .
826 \end_layout
827
828 \begin_layout Standard
829 The 
830 \family sans
831 \bar under
832 M
833 \bar default
834 atch\InsetSpace ~
835 Word
836 \family default
837  toggle button can be used to force LyX to only find complete words.
838  I.e., searching for 
839 \begin_inset Quotes eld
840 \end_inset
841
842
843 \family typewriter
844 match
845 \family default
846
847 \begin_inset Quotes erd
848 \end_inset
849
850  will not match 
851 \begin_inset Quotes eld
852 \end_inset
853
854
855 \family typewriter
856 matches
857 \family default
858
859 \begin_inset Quotes erd
860 \end_inset
861
862
863 \begin_inset Quotes eld
864 \end_inset
865
866
867 \family typewriter
868 matchbox
869 \family default
870
871 \begin_inset Quotes erd
872 \end_inset
873
874 , etc.
875 \end_layout
876
877 \begin_layout Subsection
878 Undo and Redo
879 \end_layout
880
881 \begin_layout Standard
882 If you make a mistake, you can easily recover from it.
883  LyX has a large-capacity undo/redo buffer.
884  Select 
885 \family sans
886 \bar under
887 E
888 \bar default
889 dit\SpecialChar \menuseparator
890
891 \bar under
892 U
893 \bar default
894 ndo
895 \family default
896  to undo some mistake.
897  If you accidently undo too much, use 
898 \family sans
899 \bar under
900 E
901 \bar default
902 dit\SpecialChar \menuseparator
903
904 \bar under
905 R
906 \bar default
907 edo
908 \family default
909  to 
910 \begin_inset Quotes eld
911 \end_inset
912
913 undo the undo.
914 \begin_inset Quotes erd
915 \end_inset
916
917  The undo mechanism is currently limited to 100 steps to minimise memory
918  overhead.
919  
920 \end_layout
921
922 \begin_layout Standard
923 Notice that if you revert back all changes to arrive to the document as
924  it was last saved, the 
925 \begin_inset Quotes eld
926 \end_inset
927
928 changed
929 \begin_inset Quotes erd
930 \end_inset
931
932  status of the document is unfortunately not reset.
933  This is a consequence of the 100 step undo limit, above.
934 \end_layout
935
936 \begin_layout Standard
937 The 
938 \family sans
939 \bar under
940 U
941 \bar default
942 ndo
943 \family default
944  and 
945 \family sans
946 \bar under
947 R
948 \bar default
949 edo
950 \family default
951  work on almost everything in LyX.
952  They have some quirks, too.
953  They won't 
954 \family sans
955 \bar under
956 U
957 \bar default
958 ndo
959 \family default
960  or 
961 \family sans
962 \bar under
963 R
964 \bar default
965 edo
966 \family default
967  text character by character, but by blocks of text.
968  That can take some getting used to; you'll have to play with 
969 \family sans
970 \bar under
971 U
972 \bar default
973 ndo
974 \family default
975  and 
976 \family sans
977 \bar under
978 R
979 \bar default
980 edo
981 \family default
982  to get a feel for just how much they'll undo/redo, and after time, you'll
983  hopefully appreciate how it works.
984 \end_layout
985
986 \begin_layout Subsection
987 Basic Mouse Bindings
988 \end_layout
989
990 \begin_layout Standard
991 We're not going to go into all of the mouse bindings here.
992  Some of the other sections of this manual cover specific operations you
993  can do with the mouse.
994  Instead, we're going to cover the most basic mouse operations.
995 \end_layout
996
997 \begin_layout Enumerate
998 Motion
999 \end_layout
1000
1001 \begin_deeper
1002 \begin_layout Itemize
1003 Click the 
1004 \emph on
1005 left mouse button
1006 \emph default
1007  once anywhere in the edit window.
1008  The cursor moves to the text under the mouse.
1009 \end_layout
1010
1011 \end_deeper
1012 \begin_layout Enumerate
1013 Selecting Text
1014 \end_layout
1015
1016 \begin_deeper
1017 \begin_layout Itemize
1018 Hold down the 
1019 \emph on
1020 left mouse button
1021 \emph default
1022  and drag the mouse.
1023  LyX marks the text between the old and new mouse positions.
1024  Use 
1025 \family sans
1026 \bar under
1027 E
1028 \bar default
1029 dit\SpecialChar \menuseparator
1030 Copy
1031 \family default
1032  to create a copy of the text in LyX's buffer.
1033 \end_layout
1034
1035 \begin_layout Itemize
1036 Re-position the cursor and then paste the text back into LyX using 
1037 \family sans
1038 \bar under
1039 E
1040 \bar default
1041 dit\SpecialChar \menuseparator
1042 Paste
1043 \family default
1044 .
1045 \end_layout
1046
1047 \end_deeper
1048 \begin_layout Enumerate
1049 Footnotes, Margin Notes, Figure and Table Floats, etc.
1050 \end_layout
1051
1052 \begin_deeper
1053 \begin_layout Standard
1054
1055 \emph on
1056 Single click 
1057 \emph default
1058 the
1059 \emph on
1060  
1061 \emph default
1062 left mouse button to open or close any of these.
1063  Also check the appropriate section of this manual for more details.
1064 \end_layout
1065
1066 \end_deeper
1067 \begin_layout Enumerate
1068 Tables
1069 \end_layout
1070
1071 \begin_deeper
1072 \begin_layout Standard
1073
1074 \emph on
1075 Single click
1076 \emph default
1077  the right mouse button
1078 \emph on
1079  
1080 \emph default
1081 to open a dialog that will allow you to manipulate the table.
1082 \end_layout
1083
1084 \end_deeper
1085 \begin_layout Subsection
1086 Basic Key Bindings
1087 \begin_inset LatexCommand \label{sec: key bindings}
1088
1089 \end_inset
1090
1091
1092 \end_layout
1093
1094 \begin_layout Standard
1095 Again, we're not going to cover all of the keybindings.
1096  Be aware that there are at least two different primary binding maps: CUA
1097  and Emacs.
1098  I guarantee you will cuss when you press Control-d to delete a character,
1099  and it starts up a DVI previewer instead (or vice versa).
1100 \end_layout
1101
1102 \begin_layout Standard
1103 Some keys, like 
1104 \family sans
1105 Page\InsetSpace ~
1106 Up
1107 \family default
1108
1109 \family sans
1110 Page\InsetSpace ~
1111 Down
1112 \family default
1113
1114 \family sans
1115 Left
1116 \family default
1117
1118 \family sans
1119 Right
1120 \family default
1121
1122 \family sans
1123 Up
1124 \family default
1125 , and 
1126 \family sans
1127 Down
1128 \family default
1129 , do exactly what you expect them to do.
1130  Other keys don't:
1131 \end_layout
1132
1133 \begin_layout Labeling
1134 \labelwidthstring 00.00.0000
1135
1136 \family sans
1137 Tab
1138 \family default
1139  There is no such thing as a tab stop in LyX.
1140  If you don't understand this, go read Sections 
1141 \begin_inset LatexCommand \ref{sec:parindentintro}
1142
1143 \end_inset
1144
1145  and 
1146 \begin_inset LatexCommand \ref{sec:par-environments}
1147
1148 \end_inset
1149
1150 , especially Section\InsetSpace ~
1151
1152 \begin_inset LatexCommand \ref{sec:parenvlists}
1153
1154 \end_inset
1155
1156 , right now.
1157  Yes, right now.
1158  If you're still confused, look in the 
1159 \emph on
1160 Tutorial
1161 \emph default
1162 .
1163 \end_layout
1164
1165 \begin_layout Labeling
1166 \labelwidthstring 00.00.0000
1167
1168 \family sans
1169 Esc
1170 \family default
1171  This is the 
1172 \begin_inset Quotes eld
1173 \end_inset
1174
1175 cancel key.
1176 \begin_inset Quotes erd
1177 \end_inset
1178
1179  It's used, generically, to cancel operations.
1180  Other parts of the manual will go into greater detail about this.
1181 \end_layout
1182
1183 \begin_layout Labeling
1184 \labelwidthstring 00.00.0000
1185
1186 \family sans
1187 Home
1188 \family default
1189 \InsetSpace ~
1190 and\InsetSpace ~
1191
1192 \family sans
1193 End
1194 \family default
1195  These move the cursor, respectively, to the beginning and end of a line,
1196  unless you are using the Emacs bindings where they jump to the beginning
1197  or end of the file.
1198 \end_layout
1199
1200 \begin_layout Labeling
1201 \labelwidthstring 00.00.0000
1202
1203 \family sans
1204 Backspace
1205 \family default
1206 \InsetSpace ~
1207 and\InsetSpace ~
1208
1209 \family sans
1210 Delete
1211 \family default
1212  
1213 \emph on
1214 If
1215 \emph default
1216  you have your keyboard set up correctly under the X Windows System, 
1217 \family sans
1218 Backspace
1219 \family default
1220  works as expected and 
1221 \family sans
1222 Delete
1223 \family default
1224  deletes the character under the cursor [if no text is selected].
1225 \end_layout
1226
1227 \begin_deeper
1228 \begin_layout Standard
1229 If you haven't set up your keyboard under X, or have no idea what we mean
1230  by that, go read section 
1231 \begin_inset LatexCommand \ref{sec:x-win-keys}
1232
1233 \end_inset
1234
1235  immediately.
1236  You'll save yourself a lot of headaches.
1237 \end_layout
1238
1239 \end_deeper
1240 \begin_layout Standard
1241 Then there are the modifier keys:
1242 \end_layout
1243
1244 \begin_layout Labeling
1245 \labelwidthstring 00.00.0000
1246
1247 \family sans
1248 Control-
1249 \family default
1250  This has a couple of different uses, depending on which keys it's used
1251  in combination with:
1252 \end_layout
1253
1254 \begin_deeper
1255 \begin_layout Itemize
1256 With 
1257 \family sans
1258 Backspace
1259 \family default
1260  or 
1261 \family sans
1262 Delete
1263 \family default
1264 , it deletes an entire word instead of a single character.
1265 \end_layout
1266
1267 \begin_layout Itemize
1268 With 
1269 \family sans
1270 Left
1271 \family default
1272  and 
1273 \family sans
1274 Right
1275 \family default
1276 , it moves by words instead of characters.
1277 \end_layout
1278
1279 \begin_layout Itemize
1280 With 
1281 \family sans
1282 Home
1283 \family default
1284  and 
1285 \family sans
1286 End
1287 \family default
1288 , it moves to the beginning and the end of the document, respectively.
1289 \end_layout
1290
1291 \end_deeper
1292 \begin_layout Labeling
1293 \labelwidthstring 00.00.0000
1294
1295 \family sans
1296 Shift-
1297 \family default
1298  Use this with any of the motion keys to select the text between the old
1299  and new cursor positions.
1300 \end_layout
1301
1302 \begin_layout Labeling
1303 \labelwidthstring 00.00.0000
1304
1305 \family sans
1306 Meta-
1307 \family default
1308  This is the Alt key on many keyboards, unless your keyboard has a distinct
1309  Meta key.
1310  Unfortunately, X sometimes has their functionality swapped, so if you have
1311  both keys, you will need to do a little trial and error to find out which
1312  one actually performs the 
1313 \family sans
1314 Meta-
1315 \family default
1316  function.
1317  This key does many different things, but it also activates the 
1318 \emph on
1319 menu accelerator keys
1320 \emph default
1321 .
1322  If you use this in combination with any of the underlined letters in a
1323  menu or menu item, it selects that menu item.
1324 \end_layout
1325
1326 \begin_deeper
1327 \begin_layout Standard
1328 For example, the sequence 
1329 \begin_inset Quotes eld
1330 \end_inset
1331
1332
1333 \family sans
1334 M-e\InsetSpace ~
1335 s
1336 \family default
1337
1338 \begin_inset Quotes erd
1339 \end_inset
1340
1341  brings up the 
1342 \begin_inset Quotes eld
1343 \end_inset
1344
1345 Text Style
1346 \begin_inset Quotes erd
1347 \end_inset
1348
1349  menu.
1350  Typing 
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354
1355 \family sans
1356 M-f
1357 \family default
1358
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  opens the 
1363 \family sans
1364 \bar under
1365 F
1366 \bar default
1367 ile
1368 \family default
1369  menu.
1370 \end_layout
1371
1372 \begin_layout Standard
1373 There are also other things bound to the 
1374 \family sans
1375 Meta-
1376 \family default
1377  key, but you'll have to check in the 
1378 \emph on
1379 Reference
1380 \emph default
1381  
1382 \emph on
1383 manual
1384 \emph default
1385  for more info.
1386 \end_layout
1387
1388 \end_deeper
1389 \begin_layout Standard
1390 Hopefully, you'll learn more and more keybindings and short-cut keys as
1391  you use LyX, because most mouse actions will prompt a small message in
1392  the minibuffer which describe the name of the action, you've just triggered,
1393  and any existing keybindings for that action.
1394  The notation for the keybindings is very similar to the notation used in
1395  this documentation, so you should not have any problems understanding it.
1396  However, notice that Shift-modifiers are explicitly mentioned, so 
1397 \family sans
1398
1399 \begin_inset Quotes eld
1400 \end_inset
1401
1402 M-p S-A
1403 \family default
1404
1405 \begin_inset Quotes erd
1406 \end_inset
1407
1408  means 
1409 \family sans
1410 Meta-p
1411 \family default
1412  followed by a capital 
1413 \family sans
1414 A
1415 \family default
1416 .
1417  
1418 \begin_inset Quotes eld
1419 \end_inset
1420
1421
1422 \family sans
1423 S-C-S
1424 \family default
1425
1426 \begin_inset Quotes erd
1427 \end_inset
1428
1429  means 
1430 \family sans
1431 Shift-Control-s
1432 \family default
1433 .
1434 \end_layout
1435
1436 \begin_layout Section
1437 Using LyX with Other Programs
1438 \end_layout
1439
1440 \begin_layout Subsection
1441 Importing ASCII files
1442 \end_layout
1443
1444 \begin_layout Standard
1445 You can import text from an ASCII file using the 
1446 \family sans
1447 \bar under
1448 F
1449 \bar default
1450 ile\SpecialChar \menuseparator
1451
1452 \bar under
1453 I
1454 \bar default
1455 mport\SpecialChar \menuseparator
1456
1457 \bar under
1458 A
1459 \bar default
1460 scii\InsetSpace ~
1461 text\InsetSpace ~
1462 as\InsetSpace ~
1463 lines
1464 \family default
1465  or 
1466 \family sans
1467 \bar under
1468 F
1469 \bar default
1470 ile\SpecialChar \menuseparator
1471
1472 \bar under
1473 I
1474 \bar default
1475 mport\SpecialChar \menuseparator
1476
1477 \bar under
1478 A
1479 \bar default
1480 scii\InsetSpace ~
1481 text\InsetSpace ~
1482 as\InsetSpace ~
1483 paragraphs
1484 \family default
1485  options.
1486 \end_layout
1487
1488 \begin_layout Standard
1489
1490 \family sans
1491 \bar under
1492 F
1493 \bar default
1494 ile\SpecialChar \menuseparator
1495
1496 \bar under
1497 I
1498 \bar default
1499 mport\SpecialChar \menuseparator
1500
1501 \bar under
1502 A
1503 \bar default
1504 scii\InsetSpace ~
1505 text\InsetSpace ~
1506 as_lines
1507 \family default
1508  puts each line of the file into its own LyX paragraph.
1509  This is useful if you're importing a text file with a simple list in it.
1510  However, if your text file contains paragraphs in it, LyX will mangle the
1511  paragraphs if you use this form of import.
1512 \end_layout
1513
1514 \begin_layout Standard
1515
1516 \family sans
1517 \bar under
1518 F
1519 \bar default
1520 ile\SpecialChar \menuseparator
1521
1522 \bar under
1523 I
1524 \bar default
1525 mport\SpecialChar \menuseparator
1526
1527 \bar under
1528 A
1529 \bar default
1530 scii\InsetSpace ~
1531 text\InsetSpace ~
1532 as\InsetSpace ~
1533 paragraphs
1534 \family default
1535  preserves paragraphs in text files.
1536  Often in a text file, you didn't put the contents of an entire paragraph
1537  on one line.
1538  You used 
1539 \family sans
1540 Return
1541 \family default
1542  to break up the paragraph into separate lines.
1543  Using the 
1544 \family sans
1545 as\InsetSpace ~
1546 paragraphs
1547 \family default
1548 , LyX won't mangle such paragraphs.
1549  Anything between two consecutive blank lines goes into its own LyX paragraph.
1550  Remember: you must make sure there is a 
1551 \emph on
1552 completely blank
1553 \emph default
1554  line between each and every paragraph in your text file.
1555  If not, LyX might end up merging two paragraphs.
1556 \end_layout
1557
1558 \begin_layout Subsection
1559 Cut and Paste Between LyX and Other X Programs
1560 \end_layout
1561
1562 \begin_layout Standard
1563 The 
1564 \family sans
1565 Cut
1566 \family default
1567
1568 \family sans
1569 Copy
1570 \family default
1571 , and 
1572 \family sans
1573 Paste
1574 \family default
1575  operations will transfer text to and from LyX.
1576  You can copy text from LyX to another window in this way: Select the text
1577  that you want to copy, then go to the destination window and paste the
1578  text with the middle mouse button.
1579  
1580 \end_layout
1581
1582 \begin_layout Standard
1583 Pasting text into LyX also works much the same way as in X.
1584  Select the text with the mouse in another X window.
1585  Go to the Lyx window and paste the text with the middle mouse button.
1586 \end_layout
1587
1588 \begin_layout Chapter
1589 LyX Setup and Supporting Applications
1590 \end_layout
1591
1592 \begin_layout Section
1593 Introduction
1594 \end_layout
1595
1596 \begin_layout Standard
1597 If you're using LyX on a system someone else has set up for you, then you
1598  can safely skip this chapter.
1599  It describes all of the things you need beyond the LyX binary and files
1600  distributed with it.
1601 \end_layout
1602
1603 \begin_layout Standard
1604 If you're installing LyX on your system, 
1605 \emph on
1606 you should read the README's that came with the LyX distribution and then
1607  
1608 \family sans
1609 \emph default
1610 \bar under
1611 H
1612 \bar default
1613 elp\SpecialChar \menuseparator
1614
1615 \bar under
1616 L
1617 \bar default
1618 aTeX\InsetSpace ~
1619 Configuration
1620 \family default
1621 \emph on
1622 .
1623
1624 \emph default
1625  Do that first.
1626  This chapter does not describe installation or setup of the LyX binary
1627  [Well, not everything\SpecialChar \ldots{}
1628 ].
1629  It does describe all of the things you'll need to use LyX to its fullest.
1630 \begin_inset Foot
1631 status collapsed
1632
1633 \begin_layout Standard
1634 This is basically where we decided to document a bunch of info about running
1635  LyX, including what other programs you'll need to make LyX useful.
1636 \end_layout
1637
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \begin_layout Section
1644 Basic LyX Setup
1645 \begin_inset LatexCommand \label{sec:setup}
1646
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \begin_layout Standard
1653 There are two ways to run LyX.
1654  The first way is to install LyX and all of its support files on your system.
1655  Of course, you need root (administrator) privileges to do that.
1656  The second way to run LyX doesn't require root access, letting you 
1657 \begin_inset Quotes eld
1658 \end_inset
1659
1660 install
1661 \begin_inset Quotes erd
1662 \end_inset
1663
1664  LyX somewhere in your own account.
1665  LyX will automatically detect where it is as long as the supporting directories
1666  are put in the correct places.
1667 \end_layout
1668
1669 \begin_layout Standard
1670 There are several features of LyX that can be configured from inside LyX,
1671  without resorting to configuration files.
1672  First, LyX is able to inspect your system to see what programs, LaTeX document
1673  classes and LaTeX packages are available.
1674  It uses this knowledge to give reasonable defaults to several 
1675 \family typewriter
1676 preferences
1677 \family sans
1678  
1679 \family default
1680 variables.
1681  Although this configuration has already been done when LyX was installed
1682  on your system, you might have some items that you installed locally and
1683  which are not seen by LyX.
1684  To force LyX to re-inspect your system, you should use 
1685 \family sans
1686 \bar under
1687 T
1688 \bar default
1689 ools\SpecialChar \menuseparator
1690
1691 \bar under
1692 R
1693 \bar default
1694 econfigure
1695 \family default
1696 .
1697  You should then restart LyX to ensure that the changes are taken into account.
1698  As far as LaTeX classes and packages are concerned, you will find information
1699  about what has been found under 
1700 \family sans
1701 \bar under
1702 H
1703 \bar default
1704 elp\SpecialChar \menuseparator
1705
1706 \bar under
1707 L
1708 \bar default
1709 aTeX\InsetSpace ~
1710 Configuration
1711 \family default
1712 .
1713 \end_layout
1714
1715 \begin_layout Standard
1716 The second set of settings that you might want to change comprises all the
1717  document-level setting that you can change via the 
1718 \family sans
1719 \bar under
1720 D
1721 \bar default
1722 ocument\SpecialChar \menuseparator
1723
1724 \bar under
1725 S
1726 \bar default
1727 ettings
1728 \family default
1729  dialog.
1730  To do this, open a scrap document, set all these options according to your
1731  taste and save them with the 
1732 \family sans
1733 \bar under
1734 S
1735 \bar default
1736 ave\InsetSpace ~
1737 as\InsetSpace ~
1738 Document\InsetSpace ~
1739 Defaults
1740 \family default
1741  button in the 
1742 \family sans
1743 \bar under
1744 D
1745 \bar default
1746 ocument
1747 \family default
1748  dialog.
1749  This will create a template named 
1750 \family typewriter
1751 default.lyx
1752 \family default
1753  which is automatically loaded by LyX when you open a document without template
1754  such that the settings are automatically set-up as you defined them.
1755 \end_layout
1756
1757 \begin_layout Standard
1758 There are many other user-configurable options that you can feed to LyX.
1759  Upon startup, LyX reads a global options file called 
1760 \family typewriter
1761 lyxrc.defaults
1762 \family default
1763 .
1764  It will then attempt to read a file called 
1765 \family typewriter
1766 preferences
1767 \family default
1768
1769 \begin_inset Foot
1770 status collapsed
1771
1772 \begin_layout Standard
1773 The 
1774 \family typewriter
1775 preferences
1776 \family default
1777  file is found in different directories on different systems.
1778  This directory is called LyX's 
1779 \emph on
1780 user directory
1781 \emph default
1782 .
1783
1784 \emph on
1785  
1786 \emph default
1787 To find out where it is, use 
1788 \family sans
1789 \bar under
1790 H
1791 \bar default
1792 elp\SpecialChar \menuseparator
1793 About Ly
1794 \bar under
1795 X
1796 \family default
1797 \bar default
1798 .
1799  (You may set up an alternative user directory from the command line, using
1800  the switch 
1801 \family typewriter
1802 -userdir
1803 \family default
1804 .)
1805 \end_layout
1806
1807 \end_inset
1808
1809
1810 \end_layout
1811
1812 \begin_layout Standard
1813 The 
1814 \family sans
1815 \bar under
1816 T
1817 \bar default
1818 ools\SpecialChar \menuseparator
1819
1820 \bar under
1821 P
1822 \bar default
1823 references
1824 \family default
1825  dialog can be used to change these options; the document 
1826 \emph on
1827 Customization
1828 \emph default
1829  contains more information about the preferences dialog and these configuration
1830  files.
1831 \end_layout
1832
1833 \begin_layout Section
1834 Setting Up the X Keyboard [obsolescent]
1835 \begin_inset LatexCommand \label{sec:x-win-keys}
1836
1837 \end_inset
1838
1839
1840 \end_layout
1841
1842 \begin_layout Standard
1843 To use LyX properly, X 
1844 \emph on
1845 must
1846 \emph default
1847  be set up correctly.
1848  This is especially vital if you're using the international support features
1849  of LyX and want to use non-English keyboard mappings.
1850  On modern distributions, this likely has been taken care of, but if not,
1851  you must do this yourself.
1852  Administrators of large systems often neglect this, so don't assume that
1853  you're safe if you're using a large system.
1854  Also ordinary users can instruct X how to use his or her keyboard.
1855 \end_layout
1856
1857 \begin_layout Subsection
1858 xmodmap and xkeycaps
1859 \end_layout
1860
1861 \begin_layout Standard
1862 First of all read the man pages for these two programs.
1863  They are your best friends when you are trying to set up X key mapping
1864  correctly.
1865  If you don't have them, install them.
1866 \end_layout
1867
1868 \begin_layout Subsubsection
1869 xmodmap
1870 \end_layout
1871
1872 \begin_layout Standard
1873 This document contains no information on how to use 
1874 \family typewriter
1875 xmodmap
1876 \family default
1877 .
1878  There is a sample 
1879 \family typewriter
1880 .Xmodmap
1881 \family default
1882  file in 
1883 \emph on
1884 Customization
1885 \emph default
1886 .
1887  To load the new X keyboard mappings, place the command 
1888 \family typewriter
1889 xmodmap\InsetSpace ~
1890 .Xmodmap
1891 \family default
1892  somewhere in your startup scripts [e.g.
1893  
1894 \family typewriter
1895 .cshrc
1896 \family default
1897
1898 \family typewriter
1899 .profile
1900 \family default
1901
1902 \family typewriter
1903 .login
1904 \family default
1905  or 
1906 \family typewriter
1907 .xinitrc
1908 \family default
1909  are possible].
1910 \end_layout
1911
1912 \begin_layout Subsubsection
1913 xkeycaps
1914 \end_layout
1915
1916 \begin_layout Standard
1917 This program brings up a graphical version of your keyboard, allows you
1918  to make modifications, and then spits those modifications out to the standard
1919  output in a form readable by 
1920 \family typewriter
1921 xmodmap
1922 \family default
1923 .
1924  It is very useful when you're trying to design a new 
1925 \family typewriter
1926 .Xmodmap
1927 \family default
1928  file, though it will require you to do a bit of cut-and-pasting.
1929 \end_layout
1930
1931 \begin_layout Subsection
1932 Modifiers and Mode_switch
1933 \end_layout
1934
1935 \begin_layout Standard
1936 LyX supports three modifiers: Shift [
1937 \family sans
1938 S-
1939 \family default
1940 ], Control [
1941 \family sans
1942 C-
1943 \family default
1944 ], and Meta [
1945 \family sans
1946 M-
1947 \family default
1948 ].
1949  Moreover, if one of the keys of your keyboard is configured as a 
1950 \family sans
1951 Compose
1952 \family default
1953  key, then you can use it to enter some characters not available on your
1954  keyboard.
1955  This compose key can be used either as a modifier (like 
1956 \family sans
1957 Shift
1958 \family default
1959  or 
1960 \family sans
1961 Control
1962 \family default
1963 ) or as a prefix key.
1964  Here are some examples of what you can do with a 
1965 \family sans
1966 Compose
1967 \family default
1968  key:
1969 \end_layout
1970
1971 \begin_layout Itemize
1972
1973 \family sans
1974 Compose+e+'
1975 \family default
1976  
1977 \begin_inset Formula $\rightarrow$
1978 \end_inset
1979
1980  é
1981 \end_layout
1982
1983 \begin_layout Itemize
1984
1985 \family sans
1986 Compose+O+R
1987 \family default
1988  
1989 \begin_inset Formula $\rightarrow$
1990 \end_inset
1991
1992  ®
1993 \end_layout
1994
1995 \begin_layout Itemize
1996
1997 \family sans
1998 Compose+1+2
1999 \family default
2000  
2001 \begin_inset Formula $\rightarrow$
2002 \end_inset
2003
2004  ½
2005 \end_layout
2006
2007 \begin_layout Itemize
2008
2009 \family sans
2010 Compose+<+<
2011 \family default
2012  
2013 \begin_inset Formula $\rightarrow$
2014 \end_inset
2015
2016  «
2017 \end_layout
2018
2019 \begin_layout Standard
2020 This input method is particularly handy when you use accented characters
2021  only from time to time.
2022  It works by default for latin1 characters, but other input methods will
2023  be used if you setup your locale correctly.
2024 \end_layout
2025
2026 \begin_layout Subsection
2027 Helpful Hints and Tips
2028 \end_layout
2029
2030 \begin_layout Standard
2031 First, open up two xterminals.
2032  Use one to edit a new 
2033 \family typewriter
2034 .Xmodmap
2035 \family default
2036  file and run 
2037 \family typewriter
2038 xkeycaps
2039 \family default
2040  from the other.
2041  Using 
2042 \family typewriter
2043 xkeycaps
2044 \family default
2045 , remap your keyboard the way you want it.
2046  There's a button in 
2047 \family typewriter
2048 xkeycaps
2049 \family default
2050  to output the new keymap.
2051  Once you hit it, 
2052 \family typewriter
2053 xkeycaps
2054 \family default
2055  will spit a bunch of stuff on the xterm you executed it from.
2056  Just copy and paste all of that into your 
2057 \family typewriter
2058 .Xmodmap
2059 \family default
2060  file, and you're done.
2061 \begin_inset Foot
2062 status collapsed
2063
2064 \begin_layout Standard
2065 You could also save yourself some typing by executing 
2066 \family typewriter
2067 xkeycaps > .Xmodmap
2068 \family default
2069 .
2070  This will create a usable map file.
2071 \end_layout
2072
2073 \end_inset
2074
2075
2076 \end_layout
2077
2078 \begin_layout Standard
2079 Also, there are some things you can do to help you get oriented.
2080  Try executing the command 
2081 \family typewriter
2082 xmodmap -v -pm
2083 \family default
2084 .
2085  This will show you all of the currently active modifiers.
2086  Also try 
2087 \family typewriter
2088 xmodmap -v -pke | more 
2089 \family default
2090 to see which keycode numbers are mapped to which symbolic names.
2091  It will also give you some idea of the syntax of the 
2092 \family typewriter
2093 .Xmodmap
2094 \family default
2095  file.
2096 \end_layout
2097
2098 \begin_layout Standard
2099 There's one thing you'll need to check.
2100  Make sure that your 
2101 \family sans
2102 Delete
2103 \family default
2104  and 
2105 \family sans
2106 BackSpace
2107 \family default
2108  keys are 
2109 \emph on
2110 not
2111 \emph default
2112  defined as the same key symbol by X! Note that giving these two keys unique
2113  symbol names will not necessarily alter the behavior of your programs.
2114  Some programs bind 
2115 \family sans
2116 Delete
2117 \family default
2118  and 
2119 \family sans
2120 BackSpace
2121 \family default
2122  to the same operation.
2123  Emacs is one.
2124  Other programs, however, use 
2125 \family sans
2126 Delete
2127 \family default
2128  and 
2129 \family sans
2130 BackSpace
2131 \family default
2132  for different operations.
2133  LyX is one of these programs, and if you have 
2134 \family sans
2135 Delete
2136 \family default
2137  and 
2138 \family sans
2139 BackSpace
2140 \family default
2141  labeled with the same key symbol name, you'll have trouble using LyX.
2142 \end_layout
2143
2144 \begin_layout Section
2145 LaTeX
2146 \end_layout
2147
2148 \begin_layout Standard
2149 If you want to do more with LyX than simply create documents and spit out
2150  
2151 \family typewriter
2152 .tex
2153 \family default
2154  files, you'll need LaTeX.
2155 \end_layout
2156
2157 \begin_layout Standard
2158 In case you were wondering, LaTeX is a markup language front end for TeX,
2159  a document preparation system invented in 1984 by Donald Knuth.
2160 \begin_inset Foot
2161 status collapsed
2162
2163 \begin_layout Standard
2164 A note about pronunciation: TeX originated from the Greek letters, 
2165 \begin_inset Formula $\tau\epsilon\chi$
2166 \end_inset
2167
2168 , which rhymes with 
2169 \begin_inset Quotes eld
2170 \end_inset
2171
2172 blech.
2173 \begin_inset Quotes erd
2174 \end_inset
2175
2176  That's how you pronounce 
2177 \begin_inset Quotes eld
2178 \end_inset
2179
2180 TeX
2181 \begin_inset Quotes erd
2182 \end_inset
2183
2184  and 
2185 \begin_inset Quotes eld
2186 \end_inset
2187
2188 LaTeX.
2189 \begin_inset Quotes erd
2190 \end_inset
2191
2192  [If you're American, just pronounce the 
2193 \begin_inset Quotes eld
2194 \end_inset
2195
2196 X
2197 \begin_inset Quotes erd
2198 \end_inset
2199
2200  as a 
2201 \begin_inset Quotes eld
2202 \end_inset
2203
2204 k
2205 \begin_inset Quotes erd
2206 \end_inset
2207
2208  and you've got it.]
2209 \end_layout
2210
2211 \end_inset
2212
2213  TeX takes a set of commands in an ASCII file and converts it to a 
2214 \begin_inset Quotes eld
2215 \end_inset
2216
2217 device-independent
2218 \begin_inset Quotes erd
2219 \end_inset
2220
2221  format, or Dvi, for short.
2222  The Dvi file can then be sent to printers.
2223  TeX is programmable, and LaTeX is nothing but a [really huge] set of TeX
2224  macros.
2225  LaTeX will typically come as part of a TeX distribution, so all you need
2226  is a TeX package.
2227 \end_layout
2228
2229 \begin_layout Standard
2230 Note that on some old systems you may find that only LaTeX 2.09 is installed
2231  (as opposed to the more current LaTeX2e).
2232  LyX cannot be used with LaTeX 2.09.
2233 \end_layout
2234
2235 \begin_layout Standard
2236 If you're using Linux, LaTeX2e should have come with your distribution.
2237  For other systems, you might need to install LaTeX yourself.You can obtain
2238  a LaTeX distribution (and anything and everything related to TeX and LaTeX)
2239  from a Comprehensive TeX Archive Network (CTAN) mirror.
2240  A complete list of mirrors may be found at
2241 \newline
2242
2243 \begin_inset LatexCommand \url{http://www.ctan.org}
2244
2245 \end_inset
2246
2247
2248 \begin_inset LatexCommand \label{sec:ctan}
2249
2250 \end_inset
2251
2252
2253 \end_layout
2254
2255 \begin_layout Section
2256 Dvips and Ghostscript
2257 \end_layout
2258
2259 \begin_layout Subsection
2260 What You Need
2261 \end_layout
2262
2263 \begin_layout Standard
2264 There's one more step you need to take if you want to print your LyX documents.
2265  Obviously, you'll need to make sure your printer is configured [see next
2266  section].
2267  You'll also need to install these programs (or compatibles), if you don't
2268  have them already:
2269 \end_layout
2270
2271 \begin_layout Itemize
2272
2273 \family typewriter
2274 dvips
2275 \end_layout
2276
2277 \begin_layout Itemize
2278
2279 \family typewriter
2280 ghostscript
2281 \end_layout
2282
2283 \begin_layout Itemize
2284
2285 \family typewriter
2286 xdvi
2287 \end_layout
2288
2289 \begin_layout Itemize
2290
2291 \family typewriter
2292 ghostview
2293 \end_layout
2294
2295 \begin_layout Standard
2296 The latter two programs are previewer for files in Dvi and PostScript®
2297 \begin_inset Foot
2298 status collapsed
2299
2300 \begin_layout Standard
2301 PostScript® is a registered trademark of Adobe Systems Incorporated, and
2302  is the main page description language in the UN*X world.
2303  
2304 \end_layout
2305
2306 \end_inset
2307
2308  format.
2309  If you don't know what a DVI file is, you've probably also never worked
2310  with LaTeX and should read the 
2311 \emph on
2312 Tutorial
2313 \emph default
2314  document before proceeding further.
2315  
2316 \family typewriter
2317 dvips
2318 \family default
2319  converts DVI files into PostScript, which is the format most printers use
2320  nowadays.
2321  For those of you using dot-matrix and inkjet printers, you'll want to filter
2322  the PostScript through 
2323 \family typewriter
2324 ghostscript
2325 \family default
2326 , which is capable of creating output for a variety of printers.
2327  The following section on printer setup describes how to do this automatically
2328  every time you print.
2329  For now, we'll concentrate on 
2330 \family typewriter
2331 dvips
2332 \family default
2333 .
2334 \end_layout
2335
2336 \begin_layout Subsection
2337 Dvips
2338 \begin_inset LatexCommand \label{sec:dvipsconfig}
2339
2340 \end_inset
2341
2342
2343 \end_layout
2344
2345 \begin_layout Standard
2346 Whether you'll be running LyX on a large system or a Linux box at home,
2347  you should configure 
2348 \family typewriter
2349 dvips
2350 \family default
2351 .
2352  
2353 \family typewriter
2354 dvips
2355 \family default
2356  will either 
2357 \begin_inset Quotes eld
2358 \end_inset
2359
2360 print
2361 \begin_inset Quotes erd
2362 \end_inset
2363
2364  into a file, or send output directly to the printer, depending on how it's
2365  configured.
2366  If it is set up to print to a file, and if no filename is specified, it
2367  will simply turn 
2368 \family typewriter
2369 foo.dvi
2370 \family default
2371  into 
2372 \family typewriter
2373 foo.ps
2374 \family default
2375 .
2376  Most systems have 
2377 \family typewriter
2378 dvips
2379 \family default
2380  set up to send output to the default printer.
2381  For LyX, you'll want the flexibility to do both.
2382 \end_layout
2383
2384 \begin_layout Standard
2385 If you are not a mood to configure 
2386 \family typewriter
2387 dvips
2388 \family default
2389  to adapt its output to your printer, you can safely skip this section.
2390  Be warned however that the output will not match the quality that you could
2391  expect from your printer.
2392  At least, it will print.
2393 \end_layout
2394
2395 \begin_layout Standard
2396 If you are using teTeX (a TeX distribution which is particularly popular
2397  on Linux), you should run the program 
2398 \family typewriter
2399 texconfig
2400 \family default
2401 .
2402  To make the name of a new printer recognized by 
2403 \family typewriter
2404 dvips
2405 \family default
2406  you should then select menu entry 
2407 \family sans
2408 Dvips
2409 \family default
2410 , then add.
2411  Enter the required parameters and, before exiting, remember to select the
2412  function 
2413 \family sans
2414 Rehash
2415 \family default
2416 .
2417 \end_layout
2418
2419 \begin_layout Standard
2420 Let's turn now to manual configuration: in order to inform 
2421 \family typewriter
2422 dvips
2423 \family default
2424  how to automagically convert a 
2425 \family typewriter
2426 .dvi
2427 \family default
2428  file into a 
2429 \family typewriter
2430 .ps
2431 \family default
2432  file adapted to printer 
2433 \family typewriter
2434 foo
2435 \family default
2436 , you need to have a config-file, 
2437 \begin_inset Quotes eld
2438 \end_inset
2439
2440
2441 \family typewriter
2442 config.foo
2443 \family default
2444 ,
2445 \begin_inset Quotes erd
2446 \end_inset
2447
2448  lying around somewhere.
2449  Typically, the 
2450 \family typewriter
2451 config.*
2452 \family default
2453  files for 
2454 \family typewriter
2455 dvips
2456 \family default
2457  will be in 
2458 \family typewriter
2459 /usr/lib/texmf/dvips
2460 \family default
2461  in most TeX distributions.
2462  Your system will probably be different, of course, so just look under the
2463  main TeX directory for a subdirectory called 
2464 \begin_inset Quotes eld
2465 \end_inset
2466
2467
2468 \family typewriter
2469 dvips
2470 \family default
2471 .
2472 \begin_inset Quotes erd
2473 \end_inset
2474
2475  It'll be there somewhere.
2476 \end_layout
2477
2478 \begin_layout Standard
2479 Typically, there will be at least one config-file: 
2480 \family typewriter
2481 config.ps
2482 \family default
2483 .
2484  This file is the default configuration file, which is 
2485 \emph on
2486 always
2487 \emph default
2488  read by dvips
2489 \begin_inset Foot
2490 status collapsed
2491
2492 \begin_layout Standard
2493 In particular, this file is not necessarily connected to the existence of
2494  a file named 
2495 \family typewriter
2496 ps
2497 \family default
2498 .
2499 \end_layout
2500
2501 \end_inset
2502
2503 .
2504  Read this file and see what options could need to be changed for your particula
2505 r printer.
2506  Then create a file 
2507 \family typewriter
2508 config.foo
2509 \family default
2510  containing only the relevant lines.
2511  
2512 \end_layout
2513
2514 \begin_layout Standard
2515 There's at least one thing you need to do to the config-file.
2516  There may exist a line that looks like, 
2517 \begin_inset Quotes eld
2518 \end_inset
2519
2520
2521 \family typewriter
2522 o | lpr
2523 \family default
2524
2525 \begin_inset Quotes erd
2526 \end_inset
2527
2528  [without the quotes, of course\SpecialChar \ldots{}
2529 ].
2530  Change it to 
2531 \begin_inset Quotes eld
2532 \end_inset
2533
2534
2535 \family typewriter
2536 o | lpr -Pfoo
2537 \family default
2538
2539 \begin_inset Quotes erd
2540 \end_inset
2541
2542 , so that the output is sent by default to printer 
2543 \family typewriter
2544 foo
2545 \family default
2546 .
2547  However, you should probably investigate the entries 
2548 \begin_inset Quotes eld
2549 \end_inset
2550
2551
2552 \family typewriter
2553 M
2554 \family default
2555
2556 \begin_inset Quotes erd
2557 \end_inset
2558
2559  and 
2560 \begin_inset Quotes eld
2561 \end_inset
2562
2563
2564 \family typewriter
2565 D
2566 \family default
2567
2568 \begin_inset Quotes erd
2569 \end_inset
2570
2571 , which define respectively the Metafont mode and the resolution of the
2572  printer.
2573  If you do not know what a Metafont mode is, you can see it as a printer
2574  driver: it adapts the design of TeX fonts to ensure that they give the
2575  best possible result on your printer.
2576  Be warned however that, if you define different Metafont modes for different
2577  printers, 
2578 \family typewriter
2579 dvips
2580 \family default
2581  will generate several copies of your TeX fonts on disk, and these take
2582  valuable space.
2583 \end_layout
2584
2585 \begin_layout Standard
2586 Once you are satisfied that your printers are correctly configured, you
2587  should tell LyX to make use of this configuration.
2588  To do this, you should launch the 
2589 \family sans
2590 Preferences
2591 \family default
2592  dialog (
2593 \family sans
2594 \bar under
2595 T
2596 \bar default
2597 ools\SpecialChar \menuseparator
2598
2599 \bar under
2600 P
2601 \bar default
2602 references
2603 \family default
2604 ), select the 
2605 \family sans
2606 Printer
2607 \family default
2608  tab, and set the entries 
2609 \family sans
2610 Adapt\InsetSpace ~
2611 output
2612 \family default
2613  and 
2614 \family sans
2615 Spool\InsetSpace ~
2616 command
2617 \family default
2618 .
2619 \end_layout
2620
2621 \begin_layout Standard
2622 You can use as many configuration files as you like, one for each of your
2623  printers.
2624  The default printer for LyX can be specified from the 
2625 \family sans
2626 \bar under
2627 P
2628 \bar default
2629 references
2630 \family default
2631  dialog or with the 
2632 \family typewriter
2633 PRINTER
2634 \family default
2635  environment variable.
2636  You can also choose the desired printer from inside LyX, as described in
2637  a later section.
2638  Once you've done all that, you can print to either a PostScript printer
2639  or file from LyX.
2640  
2641 \end_layout
2642
2643 \begin_layout Standard
2644 If your printer doesn't understand PostScript®, you'll need to use 
2645 \family typewriter
2646 ghostscript
2647 \family default
2648  as a filter for your print spooler.
2649  That's covered in numerous HOWTO's and manuals.
2650  We also have a section that covers a little bit of this.
2651 \end_layout
2652
2653 \begin_layout Standard
2654 Some people don't seem to like using the 
2655 \family typewriter
2656 dvips
2657 \family default
2658  plus 
2659 \family typewriter
2660 ghostscript
2661 \family default
2662  combination.
2663  As alternative, you can use a program that converts the DVI file directly
2664  into your printer language.
2665  You can specify this program in the 
2666 \family sans
2667 Preferences
2668 \family default
2669  dialog, too.
2670  There is a major disadvantage to this method.
2671  You can't include any PostScript files, such as graphics, in your documents,
2672  since the printer-specific conversion programs don't understand PostScript®.
2673  For that reason, the LyX team highly recommends using 
2674 \family typewriter
2675 dvips
2676 \family default
2677  and 
2678 \family typewriter
2679 ghostscript
2680 \family default
2681  for printing.
2682  
2683 \end_layout
2684
2685 \begin_layout Subsection
2686 Ghostscript, Xdvi and Ghostview
2687 \end_layout
2688
2689 \begin_layout Standard
2690
2691 \family typewriter
2692 Xdvi
2693 \family default
2694  and 
2695 \family typewriter
2696 ghostview
2697 \family default
2698  are viewers.
2699  The former handles 
2700 \family typewriter
2701 .dvi
2702 \family default
2703  files, while the later interfaces with 
2704 \family typewriter
2705 ghostscript
2706 \family default
2707  to allow you to view PostScript files.
2708 \end_layout
2709
2710 \begin_layout Standard
2711 A quick note on both of these programs.
2712  Both automatically update themselves if the viewed file
2713 \begin_inset Foot
2714 status collapsed
2715
2716 \begin_layout Standard
2717 That means the 
2718 \family typewriter
2719 .dvi
2720 \family default
2721  or 
2722 \family typewriter
2723 .ps
2724 \family default
2725  file, not the files used to make these.
2726 \end_layout
2727
2728 \end_inset
2729
2730  changes.
2731  You can also force an update.
2732  So, once you've opened one of these two viewers, there's no reason to close
2733  it.
2734  Also, both programs are functionally the same, providing all of the same
2735  features.
2736 \end_layout
2737
2738 \begin_layout Standard
2739 The LyX team recommends using 
2740 \family typewriter
2741 xdvi
2742 \family default
2743  for fine tuning documents.
2744  Why? It's faster; there's one less layer of processing you need to do before
2745  you can view the changes.
2746  Here's an example:
2747 \end_layout
2748
2749 \begin_layout Enumerate
2750 Use 
2751 \family typewriter
2752 xdvi
2753 \family default
2754  to preview a document from LyX, and leave it running.
2755 \end_layout
2756
2757 \begin_layout Enumerate
2758 Make changes to the document using LyX.
2759 \end_layout
2760
2761 \begin_layout Enumerate
2762 To view those changes, just choose
2763 \family sans
2764 \bar under
2765  V
2766 \bar default
2767 iew\SpecialChar \menuseparator
2768
2769 \bar under
2770 U
2771 \bar default
2772 pdate\SpecialChar \menuseparator
2773
2774 \bar under
2775 D
2776 \bar default
2777 VI
2778 \family default
2779 .
2780  When LaTeX's all done, click on the 
2781 \family typewriter
2782 xdvi
2783 \family default
2784  window, and voilà! 
2785 \family typewriter
2786 xdvi
2787 \family default
2788  will update itself.
2789 \end_layout
2790
2791 \begin_layout Standard
2792 Now, this doesn't mean 
2793 \family typewriter
2794 ghostview
2795 \family default
2796  is useless.
2797  
2798 \family typewriter
2799 ghostview
2800 \family default
2801  is better suited to those occasions where you 
2802 \emph on
2803 must
2804 \emph default
2805  view the PostScript version of the document.
2806  For repeated changes that aren't PostScript® dependent, you're better off
2807  previewing with 
2808 \family typewriter
2809 xdvi
2810 \family default
2811 .
2812  There is an alternative to 
2813 \family typewriter
2814 ghostview
2815 \family default
2816  which sports a much better interface: 
2817 \family typewriter
2818 gv
2819 \family default
2820 .
2821  LyX will automatically use it instead of 
2822 \family typewriter
2823 ghostview
2824 \family default
2825  if it is available.
2826 \end_layout
2827
2828 \begin_layout Section
2829 The Printer
2830 \end_layout
2831
2832 \begin_layout Standard
2833
2834 \size normal
2835 Anyone working on a large system shouldn't have any problems here.
2836  Your sysadmin [or you, if you are the sysadmin] should already have the
2837  printers set up for your system.
2838  All you need to do is find out the name of the printer you want to use,
2839  and configure you
2840 \size default
2841 r setup 
2842 \size normal
2843 as described in the last section.
2844 \end_layout
2845
2846 \begin_layout Standard
2847
2848 \size normal
2849 Those of you using Linux, however, may have a bit more work to do.
2850  Many people now install Linux from an ISO image of one of the popular distribut
2851 ions.
2852  They follow the install instructions, get Linux up and running, but never
2853  realize that they need to set up their printer.
2854  
2855 \size default
2856 The more desktop friendly distributions may do this for you automatically.
2857  However, if you find that you need to do this by hand, we've written a
2858  little something to help you out with that; check out the 
2859 \begin_inset Quotes eld
2860 \end_inset
2861
2862
2863 \emph on
2864 A Printer Tutorial
2865 \emph default
2866
2867 \begin_inset Quotes erd
2868 \end_inset
2869
2870  chapter in the 
2871 \emph on
2872 Customization
2873 \emph default
2874  manual for help.
2875 \end_layout
2876
2877 \begin_layout Chapter
2878 LyX Basics
2879 \end_layout
2880
2881 \begin_layout Section
2882 Document Types
2883 \end_layout
2884
2885 \begin_layout Subsection
2886 Introduction
2887 \end_layout
2888
2889 \begin_layout Standard
2890 Before you do anything else, before you ever start writing a document, you
2891  need to decide what 
2892 \emph on
2893 type
2894 \emph default
2895  of document you want to edit.
2896  Different types of documents use different types of spacing, headings,
2897  numbering schemes, and so on.
2898  Additionally, different documents use different paragraph environments,
2899  and format the title of your document differently.
2900 \end_layout
2901
2902 \begin_layout Standard
2903
2904 \emph on
2905 document class
2906 \emph default
2907  describes a group of properties common to a particular set of documents.
2908  By setting the document class, you automagically select these properties,
2909  making it easier to create the type of document you want.
2910  If you don't choose a document class, LyX picks one for you by default.
2911  So, it behooves you to change the class of your document.
2912 \end_layout
2913
2914 \begin_layout Standard
2915 Read on for info about the document classes you can choose from LyX, and
2916  how to fine-tune some of their properties.
2917 \end_layout
2918
2919 \begin_layout Subsection
2920 \begin_inset LatexCommand \label{sec:doc-classes}
2921
2922 \end_inset
2923
2924 The Various Document Classes
2925 \end_layout
2926
2927 \begin_layout Subsubsection
2928 Overview
2929 \end_layout
2930
2931 \begin_layout Standard
2932 There are five standard document classes in LyX.
2933  They are:
2934 \end_layout
2935
2936 \begin_layout Description
2937 Article for basic articles
2938 \end_layout
2939
2940 \begin_layout Description
2941 Report for basic reports
2942 \end_layout
2943
2944 \begin_layout Description
2945 Book for writing a book
2946 \end_layout
2947
2948 \begin_layout Description
2949 Letter for US-style letters
2950 \end_layout
2951
2952 \begin_layout Description
2953 Slides is used to make transparencies
2954 \end_layout
2955
2956 \begin_layout Standard
2957 There are also some non-standard classes, which LyX only uses if you have
2958  a LaTeX setup that supports them:
2959 \end_layout
2960
2961 \begin_layout Description
2962 Aapaper Journal articles in the style and format used in Astronomy & Astrophysic
2963 s
2964 \end_layout
2965
2966 \begin_layout Description
2967 Amsart Journal articles in the style and format used by the AMS [American
2968  Mathematical Society].
2969  There are three amsart layouts available.
2970  The standard one uses a typical numbering scheme for theorems, 
2971 \emph on
2972 etc.
2973 \emph default
2974 , that prepends the section number to the number of the result.
2975  All result-type statements (propositions, corollaries, and so on) are sequenced
2976  together, but definitions, examples, and the like have their own sequence.
2977  The 
2978 \begin_inset Quotes eld
2979 \end_inset
2980
2981 sequential numbering
2982 \begin_inset Quotes erd
2983 \end_inset
2984
2985  scheme does not place the section number with each result, but numbers
2986  them throughout the article in a single sequence.
2987  Each type of result gets its own sequence.
2988  There is also a layout that dispenses with numbering of statements altogether.
2989 \end_layout
2990
2991 \begin_layout Description
2992 Amsbook Books in the style and format used by the AMS.
2993  Only the standard numbering scheme is provided, under the assumption that
2994  you would not want to number results consecutively throughout a book, and
2995  that you would need to number results.
2996 \end_layout
2997
2998 \begin_layout Description
2999 Dinbrief für Briefe nach deutscher Art
3000 \end_layout
3001
3002 \begin_layout Description
3003 Foils is used to make transparencies, but is better than 
3004 \family sans
3005 slides
3006 \end_layout
3007
3008 \begin_layout Description
3009 Linuxdoc Used with the SGML-tools package (formerly known as LinuxDoc).
3010  It allows LyX to produce SGML output.
3011  SGML is a markup language and is the predecessor to HTML\SpecialChar \@.
3012  The SGML-tools
3013  package allows you to convert SGML to HTML or to the format used by 
3014 \family typewriter
3015 man
3016 \family default
3017  pages.
3018 \end_layout
3019
3020 \begin_layout Description
3021 Paper for use with the 
3022 \family typewriter
3023 paper
3024 \family default
3025  LaTeX document class [not in all LaTeX distributions]
3026 \end_layout
3027
3028 \begin_layout Description
3029 Revtex is used to write articles for the publications of the American Physical
3030  Society (APS), American Institute of Physics (AIP), and Optical Society
3031  of America (OSA).
3032  This class is not completely compatible with all LyX features.
3033 \end_layout
3034
3035 \begin_layout Standard
3036 We won't go into any detail about how to use these different document classes
3037  here.
3038  You can find all the details about the non-standard classes in the 
3039 \emph on
3040 Extended Editing
3041 \emph default
3042  manual.
3043  Here, we will settle with a list of some of the common properties of all
3044  of the document classes.
3045 \end_layout
3046
3047 \begin_layout Subsubsection
3048 Selecting a Class
3049 \end_layout
3050
3051 \begin_layout Standard
3052 You can select a class using the 
3053 \family sans
3054 \bar under
3055 D
3056 \bar default
3057 ocument
3058 \bar under
3059 \SpecialChar \menuseparator
3060 S
3061 \bar default
3062 ettings
3063 \family default
3064  dialog.
3065  Select the class you want to use, and make any fine tunings of the options
3066  you may need.
3067 \end_layout
3068
3069 \begin_layout Subsubsection
3070 Properties
3071 \end_layout
3072
3073 \begin_layout Standard
3074 Each class has a default set of options.
3075  Here's a quick table describing them:
3076 \end_layout
3077
3078 \begin_layout Standard
3079 \begin_inset VSpace 0.3cm
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \begin_layout Standard
3086 \align center
3087 \begin_inset Tabular
3088 <lyxtabular version="3" rows="10" columns="5">
3089 <features>
3090 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
3091 <column alignment="center" valignment="top" leftline="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" rightline="true" width="0pt">
3095 <row topline="true" bottomline="true">
3096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Standard
3100
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Standard
3109
3110 \family sans
3111 \series medium
3112 \shape up
3113 \size normal
3114 \emph off
3115 \bar no
3116 \noun off
3117 \color none
3118 Pagestyle
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Standard
3127
3128 \family sans
3129 \series medium
3130 \shape up
3131 \size normal
3132 \emph off
3133 \bar no
3134 \noun off
3135 \color none
3136 Sides
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Standard
3145
3146 \family sans
3147 \series medium
3148 \shape up
3149 \size normal
3150 \emph off
3151 \bar no
3152 \noun off
3153 \color none
3154 Columns
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Standard
3163
3164 \series medium
3165 \shape up
3166 \size normal
3167 \emph off
3168 \bar no
3169 \noun off
3170 \color none
3171 Max.
3172  sectioning level
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 <row topline="true">
3179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Standard
3183
3184 \series medium
3185 \shape up
3186 \size normal
3187 \emph off
3188 \bar no
3189 \noun off
3190 \color none
3191 article
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Standard
3200
3201 \family sans
3202 \series medium
3203 \shape up
3204 \size normal
3205 \emph off
3206 \bar no
3207 \noun off
3208 \color none
3209 Plain
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Standard
3218
3219 \family sans
3220 \series medium
3221 \shape up
3222 \size normal
3223 \emph off
3224 \bar no
3225 \noun off
3226 \color none
3227 One
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Standard
3236
3237 \family sans
3238 \series medium
3239 \shape up
3240 \size normal
3241 \emph off
3242 \bar no
3243 \noun off
3244 \color none
3245 One
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Standard
3254
3255 \family sans
3256 \series medium
3257 \shape up
3258 \size normal
3259 \emph off
3260 \bar no
3261 \noun off
3262 \color none
3263 Section
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 </row>
3269 <row topline="true">
3270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Standard
3274
3275 \series medium
3276 \shape up
3277 \size normal
3278 \emph off
3279 \bar no
3280 \noun off
3281 \color none
3282 report
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Standard
3291
3292 \family sans
3293 \series medium
3294 \shape up
3295 \size normal
3296 \emph off
3297 \bar no
3298 \noun off
3299 \color none
3300 Plain
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Standard
3309
3310 \family sans
3311 \series medium
3312 \shape up
3313 \size normal
3314 \emph off
3315 \bar no
3316 \noun off
3317 \color none
3318 One
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Standard
3327
3328 \family sans
3329 \series medium
3330 \shape up
3331 \size normal
3332 \emph off
3333 \bar no
3334 \noun off
3335 \color none
3336 One
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Standard
3345
3346 \family sans
3347 \series medium
3348 \shape up
3349 \size normal
3350 \emph off
3351 \bar no
3352 \noun off
3353 \color none
3354 Chapter
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row topline="true">
3361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Standard
3365
3366 \series medium
3367 \shape up
3368 \size normal
3369 \emph off
3370 \bar no
3371 \noun off
3372 \color none
3373 book
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Standard
3382
3383 \family sans
3384 \series medium
3385 \shape up
3386 \size normal
3387 \emph off
3388 \bar no
3389 \noun off
3390 \color none
3391 Headings
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Standard
3400
3401 \family sans
3402 \series medium
3403 \shape up
3404 \size normal
3405 \emph off
3406 \bar no
3407 \noun off
3408 \color none
3409 Two
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Standard
3418
3419 \family sans
3420 \series medium
3421 \shape up
3422 \size normal
3423 \emph off
3424 \bar no
3425 \noun off
3426 \color none
3427 One
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Standard
3436
3437 \family sans
3438 \series medium
3439 \shape up
3440 \size normal
3441 \emph off
3442 \bar no
3443 \noun off
3444 \color none
3445 Chapter
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row topline="true">
3452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Standard
3456
3457 \series medium
3458 \shape up
3459 \size normal
3460 \emph off
3461 \bar no
3462 \noun off
3463 \color none
3464 letter
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Standard
3473
3474 \family sans
3475 \series medium
3476 \shape up
3477 \size normal
3478 \emph off
3479 \bar no
3480 \noun off
3481 \color none
3482 Plain
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Standard
3491
3492 \family sans
3493 \series medium
3494 \shape up
3495 \size normal
3496 \emph off
3497 \bar no
3498 \noun off
3499 \color none
3500 One
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Standard
3509
3510 \family sans
3511 \series medium
3512 \shape up
3513 \size normal
3514 \emph off
3515 \bar no
3516 \noun off
3517 \color none
3518 One
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Standard
3527
3528 \series medium
3529 \shape up
3530 \size normal
3531 \emph off
3532 \bar no
3533 \noun off
3534 \color none
3535 none
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row topline="true">
3542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Standard
3546
3547 \series medium
3548 \shape up
3549 \size normal
3550 \emph off
3551 \bar no
3552 \noun off
3553 \color none
3554 linuxdoc
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Standard
3563
3564 \family sans
3565 \series medium
3566 \shape up
3567 \size normal
3568 \emph off
3569 \bar no
3570 \noun off
3571 \color none
3572 Plain
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Standard
3581
3582 \family sans
3583 \series medium
3584 \shape up
3585 \size normal
3586 \emph off
3587 \bar no
3588 \noun off
3589 \color none
3590 One
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Standard
3599
3600 \family sans
3601 \series medium
3602 \shape up
3603 \size normal
3604 \emph off
3605 \bar no
3606 \noun off
3607 \color none
3608 One
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Standard
3617
3618 \family sans
3619 \series medium
3620 \shape up
3621 \size normal
3622 \emph off
3623 \bar no
3624 \noun off
3625 \color none
3626 Section
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row topline="true">
3633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Standard
3637
3638 \series medium
3639 \shape up
3640 \size normal
3641 \emph off
3642 \bar no
3643 \noun off
3644 \color none
3645 aapaper
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Standard
3654
3655 \family sans
3656 \series medium
3657 \shape up
3658 \size normal
3659 \emph off
3660 \bar no
3661 \noun off
3662 \color none
3663 Plain
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Standard
3672
3673 \family sans
3674 \series medium
3675 \shape up
3676 \size normal
3677 \emph off
3678 \bar no
3679 \noun off
3680 \color none
3681 Two
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Standard
3690
3691 \family sans
3692 \series medium
3693 \shape up
3694 \size normal
3695 \emph off
3696 \bar no
3697 \noun off
3698 \color none
3699 Two
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Standard
3708
3709 \family sans
3710 \series medium
3711 \shape up
3712 \size normal
3713 \emph off
3714 \bar no
3715 \noun off
3716 \color none
3717 Section
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row topline="true">
3724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Standard
3728
3729 \series medium
3730 \shape up
3731 \size normal
3732 \emph off
3733 \bar no
3734 \noun off
3735 \color none
3736 amsart
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Standard
3745
3746 \family sans
3747 \series medium
3748 \shape up
3749 \size normal
3750 \emph off
3751 \bar no
3752 \noun off
3753 \color none
3754 Headings
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Standard
3763
3764 \family sans
3765 \series medium
3766 \shape up
3767 \size normal
3768 \emph off
3769 \bar no
3770 \noun off
3771 \color none
3772 One
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Standard
3781
3782 \family sans
3783 \series medium
3784 \shape up
3785 \size normal
3786 \emph off
3787 \bar no
3788 \noun off
3789 \color none
3790 One
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Standard
3799
3800 \family sans
3801 \series medium
3802 \shape up
3803 \size normal
3804 \emph off
3805 \bar no
3806 \noun off
3807 \color none
3808 Section
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row topline="true">
3815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Standard
3819
3820 \series medium
3821 \shape up
3822 \size normal
3823 \emph off
3824 \bar no
3825 \noun off
3826 \color none
3827 dinbrief
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Standard
3836
3837 \family sans
3838 \series medium
3839 \shape up
3840 \size normal
3841 \emph off
3842 \bar no
3843 \noun off
3844 \color none
3845 Plain
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Standard
3854
3855 \family sans
3856 \series medium
3857 \shape up
3858 \size normal
3859 \emph off
3860 \bar no
3861 \noun off
3862 \color none
3863 One
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Standard
3872
3873 \family sans
3874 \series medium
3875 \shape up
3876 \size normal
3877 \emph off
3878 \bar no
3879 \noun off
3880 \color none
3881 One
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Standard
3890
3891 \series medium
3892 \shape up
3893 \size normal
3894 \emph off
3895 \bar no
3896 \noun off
3897 \color none
3898 none
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row topline="true" bottomline="true">
3905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Standard
3909
3910 \series medium
3911 \shape up
3912 \size normal
3913 \emph off
3914 \bar no
3915 \noun off
3916 \color none
3917 paper
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Standard
3926
3927 \family sans
3928 \series medium
3929 \shape up
3930 \size normal
3931 \emph off
3932 \bar no
3933 \noun off
3934 \color none
3935 Headings
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Standard
3944
3945 \family sans
3946 \series medium
3947 \shape up
3948 \size normal
3949 \emph off
3950 \bar no
3951 \noun off
3952 \color none
3953 One
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Standard
3962
3963 \family sans
3964 \series medium
3965 \shape up
3966 \size normal
3967 \emph off
3968 \bar no
3969 \noun off
3970 \color none
3971 One
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Standard
3980
3981 \family sans
3982 \series medium
3983 \shape up
3984 \size normal
3985 \emph off
3986 \bar no
3987 \noun off
3988 \color none
3989 Section
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 </lyxtabular>
3996
3997 \end_inset
3998
3999
4000 \end_layout
4001
4002 \begin_layout Standard
4003 \begin_inset VSpace 0.3cm
4004 \end_inset
4005
4006
4007 \end_layout
4008
4009 \begin_layout Standard
4010 There is no default value of 
4011 \family sans
4012 E
4013 \bar under
4014 x
4015 \bar default
4016 tra\InsetSpace ~
4017 Options
4018 \family default
4019  for any of these classes.
4020  
4021 \end_layout
4022
4023 \begin_layout Standard
4024 You're probably also wondering what 
4025 \begin_inset Quotes eld
4026 \end_inset
4027
4028 Max.
4029  sectioning level
4030 \begin_inset Quotes erd
4031 \end_inset
4032
4033  means.
4034  There are several paragraph environment used to create section headings.
4035  Different document classes allow different types of section headings.
4036  Only two use the 
4037 \family sans
4038 Chapter
4039 \family default
4040  heading; the rest do not and begin instead with the 
4041 \family sans
4042 Section
4043 \family default
4044  heading.
4045  Some document classes, such as the three for letters, don't use any section
4046  headings.
4047  In addition to 
4048 \family sans
4049 Chapter
4050 \family default
4051  and 
4052 \family sans
4053 Section
4054 \family default
4055  headings, there are also 
4056 \family sans
4057 Subsection
4058 \family default
4059  headings, 
4060 \family sans
4061 Subsubsection
4062 \family default
4063  headings, and so on.
4064  We'll describe these headings fully in section 
4065 \begin_inset LatexCommand \ref{sec:parenvheadings}
4066
4067 \end_inset
4068
4069 .
4070 \end_layout
4071
4072 \begin_layout Subsection
4073 Fine-tuning the Defaults 
4074 \end_layout
4075
4076 \begin_layout Standard
4077 Okay, we know we never told you what most of these 
4078 \begin_inset Quotes eld
4079 \end_inset
4080
4081 default options
4082 \begin_inset Quotes erd
4083 \end_inset
4084
4085  set by the 
4086 \family sans
4087 \bar under
4088 C
4089 \bar default
4090 lass
4091 \family default
4092  button do.
4093  That's what this section is for.
4094 \end_layout
4095
4096 \begin_layout Labeling
4097 \labelwidthstring MMMMMMM
4098
4099 \family sans
4100 \bar under
4101 P
4102 \bar default
4103 agestyle
4104 \family default
4105  This is another list, containing five options.
4106  It controls what sorts of headings and page numbers go on a page:
4107 \begin_inset Foot
4108 status collapsed
4109
4110 \begin_layout Standard
4111 LaTeX does this part.
4112 \end_layout
4113
4114 \end_inset
4115
4116
4117 \end_layout
4118
4119 \begin_deeper
4120 \begin_layout Labeling
4121 \labelwidthstring MMMMMMM
4122
4123 \family sans
4124 Default 
4125 \family default
4126 Use default pagestyle of current class.
4127 \end_layout
4128
4129 \begin_layout Labeling
4130 \labelwidthstring MMMMMMM
4131
4132 \family sans
4133 Empty
4134 \family default
4135  No page numbers or headings.
4136 \end_layout
4137
4138 \begin_layout Labeling
4139 \labelwidthstring MMMMMMM
4140
4141 \family sans
4142 Plain
4143 \family default
4144  Page numbers only.
4145 \end_layout
4146
4147 \begin_layout Labeling
4148 \labelwidthstring MMMMMMM
4149
4150 \family sans
4151 Headings
4152 \family default
4153  Page numbers and either the current chapter or section title and number.
4154  Whether LyX uses the current chapter or the current section depends on
4155  which is the maximum sectioning level.
4156 \end_layout
4157
4158 \begin_layout Labeling
4159 \labelwidthstring MMMMMMM
4160
4161 \family sans
4162 Fancy
4163 \family default
4164  This allows you to create fully customizable headers and footers if you
4165  have the 
4166 \family sans
4167 fancyhdr
4168 \family default
4169  package installed.
4170  At the moment, support in LyX is limited to this setting.
4171  To use the full power of this package, you have to resort to magic codes
4172  in your preamble.
4173  Check the documentation for the 
4174 \family sans
4175 fancyhdr
4176 \family default
4177  package for more details.
4178 \end_layout
4179
4180 \end_deeper
4181 \begin_layout Labeling
4182 \labelwidthstring MMMMMMM
4183
4184 \family sans
4185 Sides
4186 \family default
4187  No, LyX can't make your printer print on both sides of a sheet of paper!
4188  However, it can use a different format for odd-numbered pages than even-numbere
4189 d pages.
4190  This way, if you 
4191 \emph on
4192 do
4193 \emph default
4194  have a printer that duplexes
4195 \begin_inset Foot
4196 status collapsed
4197
4198 \begin_layout Standard
4199 i.e.
4200  prints on both sides of a sheet of paper
4201 \end_layout
4202
4203 \end_inset
4204
4205 , your page number will always be in the upper right corner of the page
4206  and the left margin will have extra room for a binding.
4207 \end_layout
4208
4209 \begin_deeper
4210 \begin_layout Standard
4211 There are two radio buttons here: 
4212 \family sans
4213 One
4214 \family default
4215  for single-sided documents, 
4216 \family sans
4217 Two
4218 \family default
4219  for double-sided documents.
4220 \end_layout
4221
4222 \end_deeper
4223 \begin_layout Labeling
4224 \labelwidthstring MMMMMMM
4225
4226 \family sans
4227 Columns
4228 \family default
4229  Yes, this does control how many columns each page has.
4230  You can choose, using the toggle buttons, 
4231 \family sans
4232 One
4233 \family default
4234  or 
4235 \family sans
4236 Two
4237 \family default
4238  for the number of columns.
4239  
4240 \end_layout
4241
4242 \begin_deeper
4243 \begin_layout Standard
4244 Note that LyX won't show two columns on screen.
4245  That's impractical, often unreadable, and not part of the WYSIWYM concept.
4246  However, there 
4247 \emph on
4248 will
4249 \emph default
4250  be two columns in the generated output.
4251 \end_layout
4252
4253 \end_deeper
4254 \begin_layout Labeling
4255 \labelwidthstring MMMMMMM
4256
4257 \family sans
4258 E
4259 \bar under
4260 x
4261 \bar default
4262 tra\InsetSpace ~
4263 Options
4264 \family default
4265  The LaTeX command 
4266 \family typewriter
4267
4268 \backslash
4269 documentclass
4270 \family default
4271  takes several options.
4272  LyX sets some of these automatically for you.
4273  This text box allows you to enter in others.
4274  Just type in a comma-separated list of options.
4275  See a good LaTeX book to find out what kinds of additional options you
4276  can use.
4277 \end_layout
4278
4279 \begin_layout Labeling
4280 \labelwidthstring MMMMMMM
4281
4282 \family sans
4283 Separation
4284 \family default
4285  This has its own section.
4286  See sec.
4287  
4288 \begin_inset LatexCommand \ref{sec:parindentintro}
4289
4290 \end_inset
4291
4292  for a description of what this does.
4293 \end_layout
4294
4295 \begin_layout Subsection
4296 Paper Size, Orientation, and Margins
4297 \end_layout
4298
4299 \begin_layout Standard
4300 There are several other options to set in the 
4301 \family sans
4302 Document\InsetSpace ~
4303 Settings
4304 \family default
4305  dialog.
4306  All of them are global options, but they have special purposes and only
4307  affect certain features.
4308  We describe what these options do in the same section that describes the
4309  features they affect.
4310 \end_layout
4311
4312 \begin_layout Standard
4313 There are two options that affect the overall layout of the document, so
4314  we'll describe them here.
4315  You'll find them in the 
4316 \family sans
4317 Paper
4318 \family default
4319  dialog under the 
4320 \family sans
4321 Layout
4322 \family default
4323  menu:
4324 \end_layout
4325
4326 \begin_layout Labeling
4327 \labelwidthstring MMMMMM
4328
4329 \family sans
4330 Orientation
4331 \family default
4332  Two toggle buttons choose whether to print the output as 
4333 \family sans
4334 \bar under
4335 L
4336 \bar default
4337 andscape
4338 \family default
4339  or as 
4340 \family sans
4341 Po
4342 \bar under
4343 r
4344 \bar default
4345 trait
4346 \family default
4347 .
4348 \end_layout
4349
4350 \begin_layout Labeling
4351 \labelwidthstring MMMMMM
4352
4353 \family sans
4354 Papersi
4355 \bar under
4356 z
4357 \bar default
4358 e
4359 \family default
4360  What size paper to print on.
4361  The choices are
4362 \end_layout
4363
4364 \begin_deeper
4365 \begin_layout Itemize
4366
4367 \family sans
4368 Default
4369 \end_layout
4370
4371 \begin_layout Itemize
4372
4373 \family sans
4374 A3, A4,
4375 \family default
4376  
4377 \family sans
4378 A5
4379 \end_layout
4380
4381 \begin_layout Itemize
4382
4383 \family sans
4384 B3, B4, B5
4385 \end_layout
4386
4387 \begin_layout Itemize
4388
4389 \family sans
4390 US Letter
4391 \end_layout
4392
4393 \begin_layout Itemize
4394
4395 \family sans
4396 US legal
4397 \end_layout
4398
4399 \begin_layout Itemize
4400
4401 \family sans
4402 US executive
4403 \end_layout
4404
4405 \begin_layout Itemize
4406
4407 \family sans
4408 Custom
4409 \end_layout
4410
4411 \end_deeper
4412 \begin_layout Standard
4413 Some of these settings require you to have the 
4414 \family sans
4415 geometry
4416 \family default
4417  package installed.
4418  This package will also allow you to set the margins in the 
4419 \family sans
4420 Paper
4421 \family default
4422  dialog.
4423 \end_layout
4424
4425 \begin_layout Subsection
4426 Important Note:
4427 \end_layout
4428
4429 \begin_layout Standard
4430 If you change a document's class, LyX has to convert 
4431 \emph on
4432 everything
4433 \emph default
4434  into the new class.
4435  That includes the paragraph environments.
4436  Some paragraph environments are standard; all of the document classes have
4437  them.
4438  Some classes have special paragraph environments, however.
4439  If this is the case, and you change document classes, LyX sets the missing
4440  paragraph environments to 
4441 \family sans
4442 Standard
4443 \family default
4444  and places an error box at the beginning of the paragraph.
4445  Just click on them and you'll get a message dialog that tells you about
4446  the conversion and why it failed.
4447 \end_layout
4448
4449 \begin_layout Section
4450 Paragraph Indentation and Separation
4451 \end_layout
4452
4453 \begin_layout Subsection
4454 Introduction
4455 \begin_inset LatexCommand \label{sec:parindentintro}
4456
4457 \end_inset
4458
4459
4460 \end_layout
4461
4462 \begin_layout Standard
4463 Before describing all of the various paragraph environments, we'd like to
4464  say a word or two about paragraph indentation.
4465 \end_layout
4466
4467 \begin_layout Standard
4468 Everyone seems to have their own convention for separating paragraphs.
4469  Most Americans indent the first line of a paragraph.
4470  Others don't indent but put extra space between the paragraphs.
4471  LyX uses the same convention you find among typographers.
4472  The 
4473 \emph on
4474 first
4475 \emph default
4476  paragraph of a section, or after a figure, an equation, a table, a list,
4477  etc., is 
4478 \emph on
4479 not
4480 \emph default
4481  indented.
4482  Only a paragraph following another paragraph gets indented.
4483  Some people don't like this convention, but if you want to use indented
4484  paragraphs, you'll have to live with it.
4485 \begin_inset Foot
4486 status collapsed
4487
4488 \begin_layout Standard
4489 There is a way to force LaTeX to indent all paragraphs.
4490  LyX won't show this, of course, but LaTeX 
4491 \emph on
4492 will
4493 \emph default
4494  print it that way.
4495  You'll need to get a special package and insert an appropriate command
4496  in the preamble.
4497 \end_layout
4498
4499 \end_inset
4500
4501
4502 \end_layout
4503
4504 \begin_layout Standard
4505 The space between paragraphs, like the line spacing, the space between headings
4506  and text --- in fact, all of the spacings for just about everything are
4507  pre-coded into LyX.
4508  As we said, you don't worry about how much space to add between what.
4509  LyX takes care of that.
4510  In fact, these pre-coded vertical spacings aren't a single number but a
4511  range.
4512  That way, LyX can squish or stretch the space between lines to make sure
4513  figures fit on a page with text, so that sections don't start at the bottom
4514  of a page, and so on.
4515 \begin_inset Foot
4516 status collapsed
4517
4518 \begin_layout Standard
4519 Actually, LaTeX does this when LyX goes to produce a printable file.
4520 \end_layout
4521
4522 \end_inset
4523
4524  However, pre-coded doesn't mean you can't change them.
4525  LyX gives you the ability to globally change 
4526 \emph on
4527 all
4528 \emph default
4529  of these pre-coded spacings.
4530  We'll explain more later.
4531 \end_layout
4532
4533 \begin_layout Subsection
4534 Global Indentation Method
4535 \end_layout
4536
4537 \begin_layout Standard
4538 To select the default method of separating paragraphs, select 
4539 \family sans
4540 \bar under
4541 I
4542 \bar default
4543 ndent
4544 \family default
4545  or 
4546 \family sans
4547 S
4548 \bar under
4549 k
4550 \bar default
4551 ip
4552 \family default
4553  to indent paragraphs or add extra space between paragraphs, respectively.
4554 \end_layout
4555
4556 \begin_layout Subsection
4557 Fine-Tuning
4558 \end_layout
4559
4560 \begin_layout Standard
4561 You can also change the separation method of a single paragraph.
4562  Open the 
4563 \family sans
4564 \bar under
4565 E
4566 \bar default
4567 dit\SpecialChar \menuseparator
4568
4569 \bar under
4570 P
4571 \bar default
4572 aragraph\InsetSpace ~
4573 Settings
4574 \family default
4575  dialog and toggle the 
4576 \family sans
4577 \bar under
4578 N
4579 \bar default
4580 o Indent
4581 \family default
4582  button to change the state of the current paragraph.
4583  If paragraphs indent by default, this button will be inactive at first.
4584  If paragraphs have no indentation but use extra space for separation, this
4585  button will be completely ignored (you can't indent a single paragraph
4586  by toggling this).
4587 \end_layout
4588
4589 \begin_layout Standard
4590 You should only need to change the indentation method for a single paragraph
4591  if you need to do some fine-tuning.
4592  Typically, you'll select 
4593 \family sans
4594 \bar under
4595 I
4596 \bar default
4597 ndent
4598 \family default
4599  or 
4600 \family sans
4601 S
4602 \bar under
4603 k
4604 \bar default
4605 ip
4606 \family default
4607  for the entire document and edit away.
4608 \end_layout
4609
4610 \begin_layout Subsection
4611 Changing Line Spacing
4612 \end_layout
4613
4614 \begin_layout Standard
4615 In the 
4616 \family sans
4617 \bar under
4618 D
4619 \bar default
4620 ocument\SpecialChar \menuseparator
4621
4622 \bar under
4623 S
4624 \bar default
4625 ettings
4626 \family default
4627  dialog you can choose your line spacing provided you have the 
4628 \family sans
4629 setspace
4630 \family default
4631  package installed.
4632 \end_layout
4633
4634 \begin_layout Section
4635 Paragraph Environments
4636 \begin_inset LatexCommand \label{sec:par-environments}
4637
4638 \end_inset
4639
4640
4641 \end_layout
4642
4643 \begin_layout Subsection
4644 Overview
4645 \end_layout
4646
4647 \begin_layout Standard
4648 The paragraph environments correspond to the various
4649 \end_layout
4650
4651 \begin_layout Standard
4652
4653 \family typewriter
4654
4655 \backslash
4656 begin{
4657 \family default
4658 \emph on
4659 environment
4660 \family typewriter
4661 \emph default
4662 } ...
4663  
4664 \backslash
4665 end{
4666 \family default
4667 \emph on
4668 environment
4669 \family typewriter
4670 \emph default
4671 }
4672 \family default
4673
4674 \newline
4675 command sequences in an ordinary LaTeX file.
4676  If you don't know LaTeX, or the concept of a paragraph environment is totally
4677  alien to you, we urge you to read the 
4678 \emph on
4679 Tutorial
4680 \emph default
4681 .
4682  The 
4683 \emph on
4684 Tutorial
4685 \emph default
4686  also contains many more examples than this section does.
4687 \end_layout
4688
4689 \begin_layout Standard
4690 A paragraph environment is simply a 
4691 \begin_inset Quotes eld
4692 \end_inset
4693
4694 container
4695 \begin_inset Quotes erd
4696 \end_inset
4697
4698  for a paragraph which gives that paragraph certain properties.
4699  This can include a particular style of font, different margins, a numbering
4700  scheme, labels, and so on.
4701  Additionally, you can 
4702 \begin_inset Quotes eld
4703 \end_inset
4704
4705 nest
4706 \begin_inset Quotes erd
4707 \end_inset
4708
4709  the different environments inside one another, allowing one environment
4710  to inherit some of the properties of another.
4711  The different paragraph environments totally replace the need for messy
4712  tab stops, on the fly margin adjustment, and other hold-overs from the
4713  days of typewriters.
4714  There are several paragraph environments which are specific to a particular
4715  document type.
4716  We'll only be covering the most common ones here.
4717 \end_layout
4718
4719 \begin_layout Standard
4720 To choose a new paragraph environment, use the pull-down box on the left
4721  end of the toolbar.
4722  LyX will change the environment of the 
4723 \emph on
4724 entire
4725 \emph default
4726  paragraph in which the cursor sits.
4727  You can also change the environment of an entire group of paragraphs if
4728  you select them before choosing the new environment.
4729  
4730 \end_layout
4731
4732 \begin_layout Standard
4733 Note that hitting 
4734 \family sans
4735 Return
4736 \family default
4737  will 
4738 \emph on
4739 typically
4740 \emph default
4741  create a new paragraph using the 
4742 \family sans
4743 Standard
4744 \family default
4745  paragraph environment.
4746  We say 
4747 \begin_inset Quotes eld
4748 \end_inset
4749
4750 typically
4751 \begin_inset Quotes erd
4752 \end_inset
4753
4754  because this isn't always the case.
4755 \begin_inset Foot
4756 status collapsed
4757
4758 \begin_layout Standard
4759 If you are in one of these environments:
4760 \begin_inset ERT
4761 status collapsed
4762
4763 \begin_layout Standard
4764
4765  
4766 \end_layout
4767
4768 \end_inset
4769
4770
4771 \end_layout
4772
4773 \begin_layout Standard
4774 \begin_inset ERT
4775 status collapsed
4776
4777 \begin_layout Standard
4778
4779
4780 \backslash
4781 vspace{-2ex} 
4782 \backslash
4783 parbox[t]{3cm}{
4784 \end_layout
4785
4786 \end_inset
4787
4788
4789 \end_layout
4790
4791 \begin_layout Itemize
4792
4793 \family sans
4794 Quote
4795 \end_layout
4796
4797 \begin_layout Itemize
4798
4799 \family sans
4800 Quotation
4801 \end_layout
4802
4803 \begin_layout Standard
4804 \begin_inset ERT
4805 status collapsed
4806
4807 \begin_layout Standard
4808
4809 }
4810 \backslash
4811 parbox[t]{3cm}{
4812 \end_layout
4813
4814 \end_inset
4815
4816
4817 \end_layout
4818
4819 \begin_layout Itemize
4820
4821 \family sans
4822 Verse
4823 \end_layout
4824
4825 \begin_layout Itemize
4826
4827 \family sans
4828 Itemize
4829 \end_layout
4830
4831 \begin_layout Standard
4832 \begin_inset ERT
4833 status collapsed
4834
4835 \begin_layout Standard
4836
4837 }
4838 \backslash
4839 parbox[t]{3cm}{
4840 \end_layout
4841
4842 \end_inset
4843
4844
4845 \end_layout
4846
4847 \begin_layout Itemize
4848
4849 \family sans
4850 Enumerate
4851 \end_layout
4852
4853 \begin_layout Itemize
4854
4855 \family sans
4856 Description
4857 \end_layout
4858
4859 \begin_layout Standard
4860 \begin_inset ERT
4861 status collapsed
4862
4863 \begin_layout Standard
4864
4865 }
4866 \backslash
4867 parbox[t]{3cm}{
4868 \end_layout
4869
4870 \end_inset
4871
4872
4873 \end_layout
4874
4875 \begin_layout Itemize
4876
4877 \family sans
4878 List
4879 \end_layout
4880
4881 \begin_layout Standard
4882 \begin_inset ERT
4883 status collapsed
4884
4885 \begin_layout Standard
4886
4887 }
4888 \end_layout
4889
4890 \end_inset
4891
4892
4893 \end_layout
4894
4895 \begin_layout Standard
4896 LyX keeps the old paragraph environment when you hit 
4897 \family sans
4898 Return
4899 \family default
4900 , rather than resetting it to 
4901 \family sans
4902 Standard
4903 \family default
4904 .
4905  LyX will still reset the nesting depth, however.
4906 \end_layout
4907
4908 \end_inset
4909
4910  Usually, starting a new paragraph resets both the paragraph environment
4911  and the nesting depth [more on nesting in section 
4912 \begin_inset LatexCommand \ref{sec:nest}
4913
4914 \end_inset
4915
4916 ].
4917  At the moment, all this is context-specific; you're better off expecting
4918  
4919 \family sans
4920 Return
4921 \family default
4922  to reset the paragraph environment and depth.
4923  If you want a new paragraph to keep the current environment and depth,
4924  use 
4925 \family sans
4926 M-Return
4927 \family default
4928  instead.
4929 \end_layout
4930
4931 \begin_layout Subsection
4932 Standard
4933 \end_layout
4934
4935 \begin_layout Standard
4936 The default paragraph environment is 
4937 \family sans
4938 Standard
4939 \family default
4940  for most classes.
4941  It creates a plain paragraph.
4942  If LyX resets the paragraph environment, this is the one it chooses.
4943  In fact, the paragraph you're reading right now [and most of the ones in
4944  this manual] are in the 
4945 \family sans
4946 Standard
4947 \family default
4948  environment.
4949 \end_layout
4950
4951 \begin_layout Standard
4952 You can nest a paragraph using the 
4953 \family sans
4954 Standard
4955 \family default
4956  environment in just about anything else, but you can't really nest anything
4957  in a 
4958 \family sans
4959 Standard
4960 \family default
4961  environment.
4962 \end_layout
4963
4964 \begin_layout Subsection
4965 Document Titles
4966 \end_layout
4967
4968 \begin_layout Standard
4969 A LaTeX title page has three parts: the title itself, the name[s] of the
4970  author[s] and a 
4971 \begin_inset Quotes eld
4972 \end_inset
4973
4974 footnote
4975 \begin_inset Quotes erd
4976 \end_inset
4977
4978  for thanks or contact information.
4979  For certain types of documents, LaTeX places all of this on a separate
4980  page along with today's date.
4981  For other types of documents, the title 
4982 \begin_inset Quotes eld
4983 \end_inset
4984
4985 page
4986 \begin_inset Quotes erd
4987 \end_inset
4988
4989  goes at the top of the first page of the document.
4990  
4991 \end_layout
4992
4993 \begin_layout Standard
4994 LyX provides an interface to the title page commands through the paragraph
4995  environments 
4996 \family sans
4997 Title
4998 \family default
4999
5000 \family sans
5001 Author
5002 \family default
5003 , and 
5004 \family sans
5005 Date
5006 \family default
5007 .
5008  Here's how you use them:
5009 \end_layout
5010
5011 \begin_layout Itemize
5012 Put the title of your document in the 
5013 \family sans
5014 Title
5015 \family default
5016  environment.
5017 \end_layout
5018
5019 \begin_layout Itemize
5020 Put the author name in the 
5021 \family sans
5022 Author
5023 \family default
5024  environment.
5025 \end_layout
5026
5027 \begin_layout Itemize
5028 If you want the date to have a certain appearance, want to use a fixed date,
5029  or want other text to appear in place of today's date, put that text in
5030  the 
5031 \family sans
5032 Date
5033 \family default
5034  environment.
5035  Note that using this environment is optional.
5036  If you don't provide any, LaTeX will automatically insert today's date.
5037 \end_layout
5038
5039 \begin_layout Standard
5040 Be sure to do this at the top of the document.
5041  You can use footnotes to insert 
5042 \begin_inset Quotes eld
5043 \end_inset
5044
5045 thanks
5046 \begin_inset Quotes erd
5047 \end_inset
5048
5049  or contact information.
5050 \end_layout
5051
5052 \begin_layout Subsection
5053 Headings
5054 \begin_inset LatexCommand \label{sec:parenvheadings}
5055
5056 \end_inset
5057
5058
5059 \end_layout
5060
5061 \begin_layout Standard
5062 There are nine paragraph environments for producing section headings.
5063  LyX takes care of the numbering for you.
5064  All you need to do is decide what you're going to call section 3 of chapter
5065  9.
5066 \end_layout
5067
5068 \begin_layout Subsubsection
5069 Numbered Headings
5070 \end_layout
5071
5072 \begin_layout Standard
5073 There are 6 numbered types of section headings.
5074 \begin_inset Note Note
5075 status open
5076
5077 \begin_layout Standard
5078 Why no mention of Part ?
5079 \end_layout
5080
5081 \end_inset
5082
5083  They are:
5084 \end_layout
5085
5086 \begin_layout Enumerate
5087
5088 \family sans
5089 Chapter
5090 \end_layout
5091
5092 \begin_layout Enumerate
5093
5094 \family sans
5095 Section
5096 \end_layout
5097
5098 \begin_layout Enumerate
5099
5100 \family sans
5101 Subsection
5102 \end_layout
5103
5104 \begin_layout Enumerate
5105
5106 \family sans
5107 Subsubsection
5108 \end_layout
5109
5110 \begin_layout Enumerate
5111
5112 \family sans
5113 Paragraph
5114 \end_layout
5115
5116 \begin_layout Enumerate
5117
5118 \family sans
5119 Subparagraph
5120 \end_layout
5121
5122 \begin_layout Standard
5123 LyX labels each heading with a series of numbers, separated by periods.
5124  The numbers describe where in the document you are.
5125  These headings all subdivide your document into different pieces of text.
5126  For example, suppose you're writing a book.
5127  You group the book into chapters.
5128  LyX does similar grouping:
5129 \end_layout
5130
5131 \begin_layout Itemize
5132 Either 
5133 \family sans
5134 Chapter
5135 \family default
5136  or 
5137 \family sans
5138 Section
5139 \family default
5140  is the maximum sectioning level.
5141 \end_layout
5142
5143 \begin_layout Itemize
5144
5145 \family sans
5146 Chapter
5147 \family default
5148 s are divided into 
5149 \family sans
5150 Section
5151 \family default
5152 s
5153 \end_layout
5154
5155 \begin_layout Itemize
5156
5157 \family sans
5158 Section
5159 \family default
5160 s are divided into 
5161 \family sans
5162 Subsection
5163 \family default
5164 s
5165 \end_layout
5166
5167 \begin_layout Itemize
5168
5169 \family sans
5170 Subsection
5171 \family default
5172 s are divided into 
5173 \family sans
5174 Subsubsection
5175 \family default
5176 s
5177 \end_layout
5178
5179 \begin_layout Itemize
5180
5181 \family sans
5182 Subsubsection
5183 \family default
5184 s are divided into 
5185 \family sans
5186 Paragraph
5187 \family default
5188 s
5189 \end_layout
5190
5191 \begin_layout Itemize
5192
5193 \family sans
5194 Paragraph
5195 \family default
5196 s are divided into 
5197 \family sans
5198 Subparagraph
5199 \family default
5200 s
5201 \end_layout
5202
5203 \begin_layout Standard
5204
5205 \emph on
5206 Note:
5207 \emph default
5208  not all document types use the 
5209 \family sans
5210 Chapter
5211 \family default
5212  heading as the maximum sectioning level.
5213  In that case, the 
5214 \family sans
5215 Section
5216 \family default
5217  is the top-level heading.
5218 \end_layout
5219
5220 \begin_layout Standard
5221 So, if you use the 
5222 \family sans
5223 Subsubsection
5224 \family default
5225  environment to label a new sub-subsection, LyX labels it with its number,
5226  along with the number of the subsection, section, and, if applicable, chapter
5227  that it's in.
5228  For example: the fifth section of the second chapter of this book has the
5229  label 
5230 \begin_inset Quotes eld
5231 \end_inset
5232
5233 2.5
5234 \begin_inset Quotes erd
5235 \end_inset
5236
5237 .
5238 \end_layout
5239
5240 \begin_layout Subsubsection
5241 Unnumbered Headings
5242 \end_layout
5243
5244 \begin_layout Standard
5245 There are 3 types of unnumbered section headings.
5246  They are:
5247 \end_layout
5248
5249 \begin_layout Enumerate
5250
5251 \family sans
5252 Section*
5253 \end_layout
5254
5255 \begin_layout Enumerate
5256
5257 \family sans
5258 Subsection*
5259 \end_layout
5260
5261 \begin_layout Enumerate
5262
5263 \family sans
5264 Subsubsection*
5265 \end_layout
5266
5267 \begin_layout Standard
5268 The 
5269 \begin_inset Quotes eld
5270 \end_inset
5271
5272 *
5273 \begin_inset Quotes erd
5274 \end_inset
5275
5276  after each name means that these headings are not numbered.
5277  They work the same as their numbered counterparts.
5278 \end_layout
5279
5280 \begin_layout Subsubsection
5281 Changing the Numbering
5282 \begin_inset LatexCommand \label{sub:section-depth}
5283
5284 \end_inset
5285
5286
5287 \end_layout
5288
5289 \begin_layout Standard
5290 You can also alter which sectioning levels get numbered and which ones appear
5291  in the Table of Contents.
5292  Now, this doesn't remove any of the levels; that's preset in the document
5293  class.
5294  Certain classes start with 
5295 \family sans
5296 Chapter
5297 \family default
5298  and go down to the 
5299 \family sans
5300 Subparagraph
5301 \family default
5302  level.
5303  Others start at 
5304 \family sans
5305 Section
5306 \family default
5307 .
5308  Similarly, not all document classes number all sectioning levels.
5309  Most don't number 
5310 \family sans
5311 Paragraph
5312 \family default
5313  or 
5314 \family sans
5315 Subparagraph
5316 \family default
5317 .
5318  This is something you can change.
5319 \end_layout
5320
5321 \begin_layout Standard
5322 Open the 
5323 \family sans
5324 \bar under
5325 D
5326 \bar default
5327 ocument\SpecialChar \menuseparator
5328
5329 \bar under
5330 S
5331 \bar default
5332 ettings
5333 \family default
5334  dialog.
5335  You should see a counter labelled 
5336 \family sans
5337 Section\InsetSpace ~
5338 number\InsetSpace ~
5339 depth
5340 \family default
5341  under the 
5342 \family sans
5343 Extra
5344 \family default
5345  tab.
5346  This counter controls how far down in the sectioning hierarchy LyX numbers
5347  a section heading.
5348  Unfortunately, the number you choose with the slider is really goofy, so
5349  here's a table of values and what they do:
5350 \end_layout
5351
5352 \begin_layout Standard
5353 \begin_inset VSpace 0.3cm
5354 \end_inset
5355
5356
5357 \end_layout
5358
5359 \begin_layout Standard
5360 \align center
5361 \begin_inset Tabular
5362 <lyxtabular version="3" rows="10" columns="2">
5363 <features>
5364 <column alignment="center" valignment="top" leftline="true" width="0pt">
5365 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
5366 <row topline="true">
5367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Standard
5371
5372 \family sans
5373 \series medium
5374 \shape up
5375 \size normal
5376 \emph off
5377 \bar no
5378 \noun off
5379 \color none
5380 Sec.
5381  Num.
5382  Depth
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Standard
5391
5392 \series medium
5393 \shape up
5394 \size normal
5395 \emph off
5396 \bar no
5397 \noun off
5398 \color none
5399 LyX numbers these
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 </row>
5405 <row bottomline="true">
5406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Standard
5410
5411 \series medium
5412 \shape up
5413 \size normal
5414 \emph off
5415 \bar no
5416 \noun off
5417 \color none
5418 value:
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Standard
5427
5428 \series medium
5429 \shape up
5430 \size normal
5431 \emph off
5432 \bar no
5433 \noun off
5434 \color none
5435 section headings:
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row topline="true">
5442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Standard
5446
5447 \series medium
5448 \shape up
5449 \size normal
5450 \emph off
5451 \bar no
5452 \noun off
5453 \color none
5454 -2
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Standard
5463
5464 \series medium
5465 \shape up
5466 \size normal
5467 \emph off
5468 \bar no
5469 \noun off
5470 \color none
5471 no numbering of any kind
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 </row>
5477 <row topline="true">
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Standard
5482
5483 \series medium
5484 \shape up
5485 \size normal
5486 \emph off
5487 \bar no
5488 \noun off
5489 \color none
5490 -1
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Standard
5499
5500 \family sans
5501 add 
5502 \series medium
5503 \shape up
5504 \size normal
5505 \emph off
5506 \bar no
5507 \noun off
5508 \color none
5509 Parts
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 <row topline="true">
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Standard
5520
5521 \series medium
5522 \shape up
5523 \size normal
5524 \emph off
5525 \bar no
5526 \noun off
5527 \color none
5528 -0 and 0
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Standard
5537
5538 \family sans
5539 \series medium
5540 \shape up
5541 \size normal
5542 \emph off
5543 \bar no
5544 \noun off
5545 \color none
5546 add Chapters
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 </row>
5552 <row topline="true">
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Standard
5557
5558 \series medium
5559 \shape up
5560 \size normal
5561 \emph off
5562 \bar no
5563 \noun off
5564 \color none
5565 1
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Standard
5574
5575 \family sans
5576 \series medium
5577 \shape up
5578 \size normal
5579 \emph off
5580 \bar no
5581 \noun off
5582 \color none
5583 add Sections
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 </row>
5589 <row topline="true">
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Standard
5594
5595 \series medium
5596 \shape up
5597 \size normal
5598 \emph off
5599 \bar no
5600 \noun off
5601 \color none
5602 2
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Standard
5611
5612 \family sans
5613 \series medium
5614 \shape up
5615 \size normal
5616 \emph off
5617 \bar no
5618 \noun off
5619 \color none
5620 add Subsections
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row topline="true">
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Standard
5631
5632 \series medium
5633 \shape up
5634 \size normal
5635 \emph off
5636 \bar no
5637 \noun off
5638 \color none
5639 3
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Standard
5648
5649 \family sans
5650 add 
5651 \series medium
5652 \shape up
5653 \size normal
5654 \emph off
5655 \bar no
5656 \noun off
5657 \color none
5658 Subsubsections
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 </row>
5664 <row topline="true">
5665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Standard
5669
5670 \series medium
5671 \shape up
5672 \size normal
5673 \emph off
5674 \bar no
5675 \noun off
5676 \color none
5677 4
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Standard
5686
5687 \family sans
5688 add 
5689 \series medium
5690 \shape up
5691 \size normal
5692 \emph off
5693 \bar no
5694 \noun off
5695 \color none
5696 Paragraphs
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 </row>
5702 <row topline="true" bottomline="true">
5703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Standard
5707
5708 \series medium
5709 \shape up
5710 \size normal
5711 \emph off
5712 \bar no
5713 \noun off
5714 \color none
5715 5
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Standard
5724
5725 \family sans
5726 add 
5727 \series medium
5728 \shape up
5729 \size normal
5730 \emph off
5731 \bar no
5732 \noun off
5733 \color none
5734 Subparagraphs
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 </row>
5740 </lyxtabular>
5741
5742 \end_inset
5743
5744
5745 \end_layout
5746
5747 \begin_layout Standard
5748 \begin_inset VSpace 0.3cm
5749 \end_inset
5750
5751
5752 \end_layout
5753
5754 \begin_layout Standard
5755 The increasing numbers are cumulative: a setting of 
5756 \begin_inset Quotes eld
5757 \end_inset
5758
5759 0
5760 \begin_inset Quotes erd
5761 \end_inset
5762
5763  will number parts and chapters, while 
5764 \begin_inset Quotes eld
5765 \end_inset
5766
5767 2
5768 \begin_inset Quotes erd
5769 \end_inset
5770
5771  will number parts, chapters, sections, and subsections.
5772  Of course, if you're using a document class that doesn't use part or chapter
5773  headings (
5774 \emph on
5775 e.g.
5776
5777 \emph default
5778  the default article class), then the numbering begins at the 
5779 \family sans
5780 Section
5781 \family default
5782  heading, and 
5783 \begin_inset Quotes eld
5784 \end_inset
5785
5786 0
5787 \begin_inset Quotes erd
5788 \end_inset
5789
5790  also corresponds to 
5791 \begin_inset Quotes eld
5792 \end_inset
5793
5794 no numbering.
5795 \begin_inset Quotes erd
5796 \end_inset
5797
5798
5799 \end_layout
5800
5801 \begin_layout Standard
5802 There's another counter in the dialog, called 
5803 \family sans
5804 Table\InsetSpace ~
5805 of\InsetSpace ~
5806 contents\InsetSpace ~
5807 depth
5808 \family default
5809 .
5810  It works the same way as 
5811 \family sans
5812 Section\InsetSpace ~
5813 numbering\InsetSpace ~
5814 depth
5815 \family default
5816 , only it controls which sectioning levels appear in, you guessed it, the
5817  Table of Contents.
5818  This is a great control to have.
5819  Suppose you wanted to number 
5820 \emph on
5821 all
5822 \emph default
5823  sectioning heading, but you only wanted 
5824 \family sans
5825 Chapter
5826 \family default
5827 s, 
5828 \family sans
5829 Section
5830 \family default
5831 s, and 
5832 \family sans
5833 Subsection
5834 \family default
5835 s in the Table of Contents.
5836  You'd just set 
5837 \family sans
5838 Section\InsetSpace ~
5839 numbering\InsetSpace ~
5840 depth
5841 \family default
5842  to 
5843 \begin_inset Quotes eld
5844 \end_inset
5845
5846 5
5847 \begin_inset Quotes erd
5848 \end_inset
5849
5850  and 
5851 \family sans
5852 Table of contents\InsetSpace ~
5853 depth
5854 \family default
5855  to 
5856 \begin_inset Quotes eld
5857 \end_inset
5858
5859 2
5860 \begin_inset Quotes erd
5861 \end_inset
5862
5863  and voilà! You're all set.
5864 \end_layout
5865
5866 \begin_layout Subsubsection
5867 Special Information
5868 \end_layout
5869
5870 \begin_layout Standard
5871 The following information applies to 
5872 \family sans
5873 Chapter
5874 \family default
5875
5876 \family sans
5877 Section
5878 \family default
5879
5880 \family sans
5881 Subsection
5882 \family default
5883
5884 \family sans
5885 Subsubsection
5886 \family default
5887
5888 \family sans
5889 Paragraph
5890 \family default
5891
5892 \family sans
5893 Subparagraph
5894 \family default
5895  as well as 
5896 \family sans
5897 Section*
5898 \family default
5899
5900 \family sans
5901 Subsection*
5902 \family default
5903 , and 
5904 \family sans
5905 Subsubsection*
5906 \family default
5907 :
5908 \end_layout
5909
5910 \begin_layout Itemize
5911 You cannot use a margin note in any of these environments.
5912 \end_layout
5913
5914 \begin_layout Itemize
5915 You can only use inlined math in these environments.
5916 \end_layout
5917
5918 \begin_layout Itemize
5919 You cannot nest other environments into these environments.
5920 \end_layout
5921
5922 \begin_layout Itemize
5923 You can use labels and cross-references to refer to their numbers.
5924 \end_layout
5925
5926 \begin_layout Standard
5927 As for examples of these paragraph environments - look around you! We're
5928  using them everywhere in the manuals.
5929 \end_layout
5930
5931 \begin_layout Subsubsection
5932 Creating an Appendix
5933 \end_layout
5934
5935 \begin_layout Standard
5936 To create an appendix, simply start by adding a new chapter or section heading.
5937  Move the cursor back to the beginning of the heading and select 
5938 \family sans
5939 \bar under
5940 D
5941 \bar default
5942 ocument\SpecialChar \menuseparator
5943
5944 \newline
5945 Start\InsetSpace ~
5946
5947 \bar under
5948 A
5949 \bar default
5950 ppendix\InsetSpace ~
5951 Here
5952 \family default
5953 .
5954  A red/brown box will be drawn around the remainder of the file to indicate
5955  there is something special about it, and the numerical chapter or section
5956  label(s) will be changed to a letter.
5957 \end_layout
5958
5959 \begin_layout Subsection
5960 Quotes and Poetry
5961 \end_layout
5962
5963 \begin_layout Standard
5964 LyX has three paragraph environments for writing poetry and quotations.
5965  They are 
5966 \family sans
5967 Quote
5968 \family default
5969
5970 \family sans
5971 Quotation
5972 \family default
5973 , and 
5974 \family sans
5975 Verse
5976 \family default
5977 .
5978  Forget the days of changing linespacing and twiddling with margins.
5979  These three paragraph environments already have those changes built-in.
5980  They all widen the left margin and add a bit of extra space above and below
5981  the text they contain.
5982  They also allow nesting, so you can put a 
5983 \family sans
5984 Verse
5985 \family default
5986  in a 
5987 \family sans
5988 Quotation
5989 \family default
5990 , as well as in some other paragraph environments.
5991 \end_layout
5992
5993 \begin_layout Standard
5994 There is another feature of these three paragraph environments: they do
5995  
5996 \emph on
5997 not
5998 \emph default
5999  reset to 
6000 \family sans
6001 Standard
6002 \family default
6003  when you start a new paragraph.
6004  So, you can type in that poem and merrily hit 
6005 \family sans
6006 Return
6007 \family default
6008  without worrying about the paragraph environment changing on you.
6009  Of course, that means that, once you're done typing in that poem, you have
6010  to change back to the 
6011 \family sans
6012 Standard
6013 \family default
6014  environment yourself.
6015 \end_layout
6016
6017 \begin_layout Subsubsection
6018
6019 \family sans
6020 Quote
6021 \family default
6022  and 
6023 \family sans
6024 Quotation
6025 \family default
6026
6027 \begin_inset LatexCommand \label{sec:quote}
6028
6029 \end_inset
6030
6031
6032 \end_layout
6033
6034 \begin_layout Standard
6035 Now that we've described the similarities of these three environments, it's
6036  time for the differences.
6037  
6038 \family sans
6039 Quote
6040 \family default
6041  and 
6042 \family sans
6043 Quotation
6044 \family default
6045  are identical except for one difference: 
6046 \family sans
6047 Quote
6048 \family default
6049  uses extra spacing to separate paragraphs and never indents the first line.
6050  
6051 \family sans
6052 Quotation
6053 \family default
6054  
6055 \emph on
6056 always
6057 \emph default
6058  indents the first line of a paragraph and uses the same line spacing throughout.
6059 \end_layout
6060
6061 \begin_layout Standard
6062 Here's an example of the 
6063 \family sans
6064 Quote
6065 \family default
6066  environment:
6067 \end_layout
6068
6069 \begin_layout Quote
6070 This is in the 
6071 \family sans
6072 Quote
6073 \family default
6074  environment.
6075  I can keep writing, extending this line out further and further until it
6076  wraps.
6077  See - no indentation!
6078 \end_layout
6079
6080 \begin_layout Quote
6081 Here's the second paragraph of this quote.
6082  Again, there's no indentation, but there is extra space between me and
6083  the other paragraph.
6084 \end_layout
6085
6086 \begin_layout Standard
6087 That ends that example.
6088  Here's another example, this time in the 
6089 \family sans
6090 Quotation
6091 \family default
6092  environment:
6093 \end_layout
6094
6095 \begin_layout Quotation
6096 This is in the 
6097 \family sans
6098 Quotation
6099 \family default
6100  environment.
6101  If I keep writing, you'll see the indentation.
6102  If your country uses a writing style that shows off new paragraphs by indenting
6103  the first line, then 
6104 \family sans
6105 Quotation
6106 \family default
6107  is the environment for you! Well, you'd use it 
6108 \emph on
6109 if
6110 \emph default
6111  you were quoting other text.
6112 \end_layout
6113
6114 \begin_layout Quotation
6115 Here's a new paragraph.
6116  I could ramble on and on, like a politician at election time.
6117  If I did that, though, you'd get bored.
6118 \end_layout
6119
6120 \begin_layout Standard
6121 That was our other example.
6122  As the example notes, 
6123 \family sans
6124 Quote
6125 \family default
6126  is for those people who use extra space to separate paragraphs.
6127  They should put quotes in the 
6128 \family sans
6129 Quote
6130 \family default
6131  environment.
6132  Those who use indentation to mark a new paragraph should use the 
6133 \family sans
6134 Quotation
6135 \family default
6136  paragraph environment for quoted text.
6137 \end_layout
6138
6139 \begin_layout Subsubsection
6140
6141 \family sans
6142 Verse
6143 \begin_inset LatexCommand \label{sec:verse}
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \begin_layout Standard
6151
6152 \family sans
6153 Verse
6154 \family default
6155  is a paragraph environment for poetry, rhymes, verses, and so on.
6156  Here's an example:
6157 \end_layout
6158
6159 \begin_layout Verse
6160 This is in Verse
6161 \newline
6162 Which I did not rehearse!
6163 \end_layout
6164
6165 \begin_layout Verse
6166 It could be much worse.
6167  This line could be long, very long, oh so long, so very long that it wraps
6168  around.
6169  It looks okay on screen, but in the printed version, the extra lines are
6170  indented a bit more than the first.
6171  Okay, so it's turned to prose and doesn't rhyme anymore.
6172  So sue me.
6173 \end_layout
6174
6175 \begin_layout Verse
6176 To break a line
6177 \newline
6178 And make things look fine
6179 \newline
6180 Use 
6181 \family sans
6182 C-Return
6183 \family default
6184 .
6185 \end_layout
6186
6187 \begin_layout Standard
6188 As you can see, 
6189 \family sans
6190 Verse
6191 \family default
6192  does not indent both margins.
6193  Each stanza of the verse or poem is in its own paragraph.
6194  To separate the individual lines of a stanza, use the 
6195 \family typewriter
6196 break-line
6197 \family default
6198  function, 
6199 \family sans
6200 C-Return
6201 \family default
6202 .
6203 \end_layout
6204
6205 \begin_layout Subsection
6206 Lists
6207 \begin_inset LatexCommand \label{sec:parenvlists}
6208
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \begin_layout Standard
6215 LyX has four different paragraph environments for creating different kinds
6216  of lists.
6217  In the 
6218 \family sans
6219 Itemize
6220 \family default
6221  and 
6222 \family sans
6223 Enumerate
6224 \family default
6225  environments, LyX labels your list items with bullets or numbers, respectively.
6226  In the 
6227 \family sans
6228 Description
6229 \family default
6230  and 
6231 \family sans
6232 List
6233 \family default
6234  environments, LyX lets you provide your own label.
6235  We'll present the individual details of each type of list next after describing
6236  some general features of all four of them.
6237 \end_layout
6238
6239 \begin_layout Subsubsection
6240 General Features
6241 \end_layout
6242
6243 \begin_layout Standard
6244 The four paragraph environments for lists differ from the other environments
6245  in several ways.
6246  First, LyX treats each paragraph as a list item.
6247  Hitting 
6248 \family sans
6249 Return
6250 \family default
6251  does 
6252 \emph on
6253 not
6254 \emph default
6255  reset the environment to 
6256 \family sans
6257 Standard
6258 \family default
6259  but keeps the current environment and creates a new list item.
6260  The nesting depth is typically reset, however.
6261  If you want to keep both the current nesting depth and paragraph environment,
6262  you should use 
6263 \family sans
6264 M-Return
6265 \family default
6266  to break paragraphs.
6267 \end_layout
6268
6269 \begin_layout Standard
6270 You can nest lists of any type inside one another.
6271  In fact, LyX changes the labels on some list items depending on how its
6272  nested.
6273  If you intend to use any of the list paragraph environments, we suggest
6274  you read all of section 
6275 \begin_inset LatexCommand \ref{sec:nest}
6276
6277 \end_inset
6278
6279 .
6280  
6281 \end_layout
6282
6283 \begin_layout Subsubsection
6284
6285 \family sans
6286 Itemize
6287 \family default
6288
6289 \begin_inset LatexCommand \label{sec:itemize}
6290
6291 \end_inset
6292
6293
6294 \end_layout
6295
6296 \begin_layout Standard
6297 The first type of list we'll describe in detail is the 
6298 \family sans
6299 Itemize
6300 \family default
6301  paragraph environment.
6302  It has the following properties:
6303 \end_layout
6304
6305 \begin_layout Itemize
6306 Each item has a particular bullet or symbol as its label.
6307 \end_layout
6308
6309 \begin_deeper
6310 \begin_layout Itemize
6311 LyX uses the same symbol for all of the items in a given nesting level.
6312 \end_layout
6313
6314 \begin_layout Itemize
6315 The symbol appears at the beginning of the first line.
6316 \end_layout
6317
6318 \end_deeper
6319 \begin_layout Itemize
6320 The items can be any length.
6321  LyX automatically offsets the left margin of each item.
6322  The offset is always relative to whatever environment the 
6323 \family sans
6324 Itemize
6325 \family default
6326  list may be in.
6327 \end_layout
6328
6329 \begin_layout Itemize
6330 If you nest an 
6331 \family sans
6332 Itemize
6333 \family default
6334  environment inside another 
6335 \family sans
6336 Itemize
6337 \family default
6338  environment, the label changes to a new symbol.
6339 \end_layout
6340
6341 \begin_deeper
6342 \begin_layout Itemize
6343 There are four different symbols for up to a four-fold nesting.
6344 \end_layout
6345
6346 \begin_layout Itemize
6347 LyX always shows the same symbol, an asterisk, on screen.
6348 \end_layout
6349
6350 \begin_layout Itemize
6351 See section 
6352 \begin_inset LatexCommand \ref{sec:nest}
6353
6354 \end_inset
6355
6356  for a full explanation of nesting.
6357 \end_layout
6358
6359 \end_deeper
6360 \begin_layout Standard
6361 Of course, that explanation was also an example of an 
6362 \family sans
6363 Itemize
6364 \family default
6365  list.
6366  The 
6367 \family sans
6368 Itemize
6369 \family default
6370  environment is best suited for lists where the order doesn't matter.
6371 \end_layout
6372
6373 \begin_layout Standard
6374 We said that different levels use different symbols as their label.
6375  Here's an example of all four possible symbols.
6376  Note that those of you reading this manual online won't see any difference.
6377 \end_layout
6378
6379 \begin_layout Itemize
6380 The label for the first level 
6381 \family sans
6382 Itemize
6383 \family default
6384  is a large black dot, or bullet.
6385 \end_layout
6386
6387 \begin_deeper
6388 \begin_layout Itemize
6389 The label for the second level is a dash.
6390 \end_layout
6391
6392 \begin_deeper
6393 \begin_layout Itemize
6394 The label for the third is an asterisk.
6395 \end_layout
6396
6397 \begin_deeper
6398 \begin_layout Itemize
6399 The label for the fourth is a centered dot.
6400 \end_layout
6401
6402 \end_deeper
6403 \begin_layout Itemize
6404 Back out to the third level.
6405 \end_layout
6406
6407 \end_deeper
6408 \begin_layout Itemize
6409 Back to the second level.
6410 \end_layout
6411
6412 \end_deeper
6413 \begin_layout Itemize
6414 Back to the outermost level.
6415 \end_layout
6416
6417 \begin_layout Standard
6418 These are the default labels for an 
6419 \family sans
6420 Itemize
6421 \family default
6422  list.
6423  You can customize these labels in the
6424 \begin_inset ERT
6425 status collapsed
6426
6427 \begin_layout Standard
6428
6429
6430 \backslash
6431 linebreak 
6432 \end_layout
6433
6434 \end_inset
6435
6436  
6437 \family sans
6438 \bar under
6439 D
6440 \bar default
6441 ocument\SpecialChar \menuseparator
6442
6443 \bar under
6444 S
6445 \bar default
6446 ettings
6447 \family default
6448  dialog in the 
6449 \family sans
6450 Bullets
6451 \family default
6452  tab.
6453 \end_layout
6454
6455 \begin_layout Standard
6456 Notice how the space between items decreases with increasing depth.
6457  We'll explain nesting and all the tricks you can do with different depths
6458  in section 
6459 \begin_inset LatexCommand \ref{sec:nest}
6460
6461 \end_inset
6462
6463 .
6464  Be sure to read it!
6465 \end_layout
6466
6467 \begin_layout Subsubsection
6468
6469 \family sans
6470 Enumerate
6471 \family default
6472
6473 \begin_inset LatexCommand \label{sec:enumerate}
6474
6475 \end_inset
6476
6477
6478 \end_layout
6479
6480 \begin_layout Standard
6481 The 
6482 \family sans
6483 Enumerate
6484 \family default
6485  environment is the tool to use to create numbered lists and outlines.
6486  It has these properties:
6487 \end_layout
6488
6489 \begin_layout Enumerate
6490 Each item has a numeral as its label.
6491 \end_layout
6492
6493 \begin_deeper
6494 \begin_layout Enumerate
6495 The type of numeral depends on the nesting depth.
6496 \end_layout
6497
6498 \end_deeper
6499 \begin_layout Enumerate
6500 LyX automatically counts the items for you and updates the label as appropriate.
6501 \end_layout
6502
6503 \begin_layout Enumerate
6504 Each new 
6505 \family sans
6506 Enumerate
6507 \family default
6508  environment resets the counter to one.
6509 \end_layout
6510
6511 \begin_layout Enumerate
6512 Like the 
6513 \family sans
6514 Itemize
6515 \family default
6516  environment, the 
6517 \family sans
6518 Enumerate
6519 \family default
6520  environment:
6521 \end_layout
6522
6523 \begin_deeper
6524 \begin_layout Enumerate
6525 Offsets the items relative to the left margin.
6526  Items can be any length.
6527 \end_layout
6528
6529 \begin_layout Enumerate
6530 Reduces the space between items as the nesting depth increases.
6531 \end_layout
6532
6533 \begin_layout Enumerate
6534 Uses different types of labels depending on the nesting depth.
6535 \end_layout
6536
6537 \begin_layout Enumerate
6538 Allows up to a four-fold nesting.
6539 \end_layout
6540
6541 \end_deeper
6542 \begin_layout Standard
6543 Unlike the 
6544 \family sans
6545 Itemize
6546 \family default
6547  environment, 
6548 \family sans
6549 Enumerate
6550 \family default
6551  
6552 \emph on
6553 does
6554 \emph default
6555  show the different labels for each item.
6556  Here is how LyX labels the four different levels in an 
6557 \family sans
6558 Enumerate
6559 \family default
6560 :
6561 \end_layout
6562
6563 \begin_layout Enumerate
6564 The first level of an 
6565 \family sans
6566 Enumerate
6567 \family default
6568  uses Arabic numerals followed by a period.
6569 \end_layout
6570
6571 \begin_deeper
6572 \begin_layout Enumerate
6573 The second level uses lower case letters surrounded by parentheses.
6574 \end_layout
6575
6576 \begin_deeper
6577 \begin_layout Enumerate
6578 The third level uses lower-case Roman numerals followed by a period.
6579 \end_layout
6580
6581 \begin_deeper
6582 \begin_layout Enumerate
6583 The fourth level uses capital letters followed by a period.
6584 \end_layout
6585
6586 \begin_layout Enumerate
6587 Again, notice the decrease in the spacing between items as the nesting depth
6588  increases.
6589 \end_layout
6590
6591 \end_deeper
6592 \begin_layout Enumerate
6593 Back to the third level
6594 \end_layout
6595
6596 \end_deeper
6597 \begin_layout Enumerate
6598 Back to the second level.
6599 \end_layout
6600
6601 \end_deeper
6602 \begin_layout Enumerate
6603 Back to the outermost level.
6604 \end_layout
6605
6606 \begin_layout Standard
6607 Once again, you can customize the type of numbering used in the 
6608 \family sans
6609 Enumerate
6610 \family default
6611  environment.
6612  It involves adding commands to the LaTeX preamble (see the 
6613 \emph on
6614 Extended Features
6615 \emph default
6616  manual), however.
6617  As stated earlier, such customization only shows up in the printed version,
6618  not on the LyX screen.
6619 \end_layout
6620
6621 \begin_layout Standard
6622 There is more to nesting 
6623 \family sans
6624 Enumerate
6625 \family default
6626  environments than we've stated here.
6627  You 
6628 \emph on
6629 really
6630 \emph default
6631  should read section 
6632 \begin_inset LatexCommand \ref{sec:nest}
6633
6634 \end_inset
6635
6636  to learn more about nesting.
6637 \end_layout
6638
6639 \begin_layout Subsubsection
6640
6641 \family sans
6642 Description
6643 \family default
6644
6645 \begin_inset LatexCommand \label{sec:descrlist}
6646
6647 \end_inset
6648
6649
6650 \end_layout
6651
6652 \begin_layout Standard
6653 Unlike the previous two environments, the 
6654 \family sans
6655 Description
6656 \family default
6657  list has no fixed label.
6658  Instead, LyX uses the first 
6659 \begin_inset Quotes eld
6660 \end_inset
6661
6662 word
6663 \begin_inset Quotes erd
6664 \end_inset
6665
6666  of the first line as the label.
6667  Here's an example:
6668 \end_layout
6669
6670 \begin_layout Description
6671 Example: This is an example of the
6672 \family sans
6673  Description
6674 \family default
6675  environment.
6676 \end_layout
6677
6678 \begin_layout Standard
6679 LyX typesets the label in boldface and puts extra space between it and the
6680  rest of the line.
6681 \end_layout
6682
6683 \begin_layout Standard
6684 Now, you're probably wondering what we mean by, 
6685 \begin_inset Quotes eld
6686 \end_inset
6687
6688 uses the first 'word'.
6689 \begin_inset Quotes erd
6690 \end_inset
6691
6692  The 
6693 \family sans
6694 Space
6695 \family default
6696  key does not add a whitespace character, but separates words from one another.
6697  Inside of a 
6698 \family sans
6699 Description
6700 \family default
6701  environment, the 
6702 \family sans
6703 Space
6704 \family default
6705  key tells LyX to end the label if we're at the beginning of the first line
6706  of an item.
6707 \end_layout
6708
6709 \begin_layout Standard
6710 However, what if you want or need to use more than one word in the label
6711  of a 
6712 \family sans
6713 Description
6714 \family default
6715  environment? Simple: use a 
6716 \family sans
6717 Protected Blank
6718 \family default
6719 .
6720  [Use either 
6721 \family sans
6722 C-Space
6723 \family default
6724  or 
6725 \family sans
6726 Special\InsetSpace ~
6727 F
6728 \bar under
6729 o
6730 \bar default
6731 rmatting\SpecialChar \menuseparator
6732 P
6733 \bar under
6734 r
6735 \bar default
6736 otected\InsetSpace ~
6737 Space
6738 \family default
6739  from the 
6740 \family sans
6741 \bar under
6742 I
6743 \bar default
6744 nsert
6745 \family default
6746  menu.
6747  See sec.
6748  
6749 \begin_inset LatexCommand \ref{sec:hspace}
6750
6751 \end_inset
6752
6753  for more info.] Here's an example:
6754 \end_layout
6755
6756 \begin_layout Description
6757 Second\InsetSpace ~
6758 Example: This one shows how to use a 
6759 \family sans
6760 Protected\InsetSpace ~
6761 Blank
6762 \family default
6763  in the label of a 
6764 \family sans
6765 Description
6766 \family default
6767  list item.
6768 \end_layout
6769
6770 \begin_layout Description
6771 Usage: You should use the 
6772 \family sans
6773 Description
6774 \family default
6775  environment for things like definitions and theorems.
6776  Use it when you need to make one word in particular stand out in the text
6777  that describes it.
6778  It's not a good idea to use a 
6779 \family sans
6780 Description
6781 \family default
6782  environment when you have an entire sentence that you want to describe.
6783  You're better off using 
6784 \family sans
6785 Itemize
6786 \family default
6787  or 
6788 \family sans
6789 Enumerate
6790 \family default
6791  and nesting several 
6792 \family sans
6793 Standard
6794 \family default
6795  paragraphs into them.
6796 \end_layout
6797
6798 \begin_layout Description
6799 Nesting: You can, of course, nest 
6800 \family sans
6801 Description
6802 \family default
6803  environments inside one another, nest them in other types of lists, and
6804  so on.
6805 \end_layout
6806
6807 \begin_layout Standard
6808 Notice that after the first line, LyX indents subsequent lines, offsetting
6809  them from the first line.
6810 \end_layout
6811
6812 \begin_layout Subsubsection
6813 The LyX 
6814 \family sans
6815 List
6816 \family default
6817
6818 \begin_inset LatexCommand \label{sec:lyxlist}
6819
6820 \end_inset
6821
6822
6823 \end_layout
6824
6825 \begin_layout Standard
6826 The 
6827 \family sans
6828 List
6829 \family default
6830  environment is a LyX extension to LaTeX.
6831  
6832 \end_layout
6833
6834 \begin_layout Standard
6835 Now, if you jumped here without reading sections 
6836 \begin_inset LatexCommand \ref{sec:itemize}
6837
6838 \end_inset
6839
6840 -
6841 \begin_inset LatexCommand \ref{sec:descrlist}
6842
6843 \end_inset
6844
6845 , you've goofed.
6846  The 
6847 \family sans
6848 List
6849 \family default
6850  environment does 
6851 \emph on
6852 not
6853 \emph default
6854  create numbered lists.
6855  That's what 
6856 \family sans
6857 Enumerate
6858 \family default
6859  does, and it's documented in section 
6860 \begin_inset LatexCommand \ref{sec:enumerate}
6861
6862 \end_inset
6863
6864 .
6865  
6866 \end_layout
6867
6868 \begin_layout Standard
6869 Like the 
6870 \family sans
6871 Description
6872 \family default
6873  environment the 
6874 \family sans
6875 List
6876 \family default
6877  environment has user-defined labels for each list item.
6878  There are some key differences between this list environment and the other
6879  three:
6880 \end_layout
6881
6882 \begin_layout Labeling
6883 \labelwidthstring MMMMMM
6884 item\InsetSpace ~
6885 labels LyX uses the first 
6886 \begin_inset Quotes eld
6887 \end_inset
6888
6889 word
6890 \begin_inset Quotes erd
6891 \end_inset
6892
6893  of each line as the item label.
6894  The first 
6895 \family sans
6896 Space
6897 \family default
6898  after the beginning of the first line of an item marks the end of the label.
6899  If you need to use more than one word in an item label, use a protected
6900  blank as described above.
6901 \end_layout
6902
6903 \begin_layout Labeling
6904 \labelwidthstring MMMMMM
6905 margins As you can see, LyX uses different margins for the item label and
6906  the body of the item text.
6907  The body of the text has a larger left margin, which is equal to the default
6908  label width plus a little extra space.
6909  
6910 \end_layout
6911
6912 \begin_layout Labeling
6913 \labelwidthstring MMMMMM
6914 label\InsetSpace ~
6915 width LyX uses one of two things for the label width: the actual width
6916  of the label, or the default width, whichever is larger.
6917  If the actual width is larger, then the label 
6918 \begin_inset Quotes eld
6919 \end_inset
6920
6921 extends
6922 \begin_inset Quotes erd
6923 \end_inset
6924
6925  into the first line.
6926  In other words, the text of the first line isn't aligned with the left
6927  margin of the rest of the item text.
6928 \end_layout
6929
6930 \begin_layout Labeling
6931 \labelwidthstring MMMMMM
6932 default\InsetSpace ~
6933 width You can very easily set this default width.
6934  It's quite painless, actually.
6935  So, you can easily ensure that the text of all items in a 
6936 \family sans
6937 List
6938 \family default
6939  environment have the same left margin.
6940 \end_layout
6941
6942 \begin_layout Labeling
6943 \labelwidthstring MMMMMM
6944 uses You should use the 
6945 \family sans
6946 List
6947 \family default
6948  environment the same way you'd use as 
6949 \family sans
6950 Description
6951 \family default
6952  list: when you need one word to stand out from the text that describes
6953  it.
6954  The 
6955 \family sans
6956 List
6957 \family default
6958  environment gives you another way to do this, using a different overall
6959  layout.
6960 \end_layout
6961
6962 \begin_layout Labeling
6963 \labelwidthstring MMMMMM
6964 nesting You can nest 
6965 \family sans
6966 List
6967 \family default
6968  environments inside one another, nest them in other types of lists, and
6969  so on.
6970  They work just like the other list paragraph environments.
6971  Read section 
6972 \begin_inset LatexCommand \ref{sec:nest}
6973
6974 \end_inset
6975
6976  to learn about nesting.
6977 \end_layout
6978
6979 \begin_layout Standard
6980 As you can see, this is a feature-packed paragraph environment!
6981 \end_layout
6982
6983 \begin_layout Standard
6984 To change the default width of the label, select the items in the list to
6985  change.
6986  You can also simply move the cursor into a 
6987 \family sans
6988 List
6989 \family default
6990  item if you want to change only its label width.
6991  Now open the 
6992 \family sans
6993 \bar under
6994 E
6995 \bar default
6996 dit\SpecialChar \menuseparator
6997
6998 \bar under
6999 P
7000 \bar default
7001 aragraph\InsetSpace ~
7002 Settings
7003 \family default
7004  dialog and find the 
7005 \family sans
7006 Label\InsetSpace ~
7007 width
7008 \family default
7009  text box.
7010  The text in the 
7011 \family sans
7012 Label\InsetSpace ~
7013 width
7014 \family default
7015  box determines the default label width.
7016  If you really, really want to, you can use the text of your largest label
7017  here, but you don't need to.
7018  We recommend using the letter 
7019 \begin_inset Quotes eld
7020 \end_inset
7021
7022 M
7023 \begin_inset Quotes erd
7024 \end_inset
7025
7026  multiple times.
7027  It's the widest character and is a standard unit of width in LaTeX.
7028  The default label width in the example 
7029 \family sans
7030 List
7031 \family default
7032  is 6 
7033 \begin_inset Quotes eld
7034 \end_inset
7035
7036 M
7037 \begin_inset Quotes erd
7038 \end_inset
7039
7040 s wide.
7041  Using 
7042 \begin_inset Quotes eld
7043 \end_inset
7044
7045 M
7046 \begin_inset Quotes erd
7047 \end_inset
7048
7049  as your unit of width in the 
7050 \family sans
7051 Label\InsetSpace ~
7052 Width
7053 \family default
7054  box has one more advantage: you don't need to keep changing the contents
7055  of 
7056 \family sans
7057 Label\InsetSpace ~
7058 Width
7059 \family default
7060  every time you alter a label in a 
7061 \family sans
7062 List
7063 \family default
7064  environment.
7065 \end_layout
7066
7067 \begin_layout Standard
7068 There's yet another feature of the 
7069 \family sans
7070 List
7071 \family default
7072  environment we need to tell you about.
7073  As you can see in the examples, LyX left-justifies the item labels by default.
7074  You can use additional 
7075 \family sans
7076 HFills
7077 \family default
7078  to change how LyX justifies the item label.
7079  We'll document 
7080 \family sans
7081 HFills
7082 \family default
7083  later in section 
7084 \begin_inset LatexCommand \ref{sec:hspace}
7085
7086 \end_inset
7087
7088 .
7089  Here are some examples:
7090 \end_layout
7091
7092 \begin_layout Labeling
7093 \labelwidthstring MMMMMMMM
7094 Left The default for 
7095 \family sans
7096 List
7097 \family default
7098  item labels.
7099 \end_layout
7100
7101 \begin_layout Labeling
7102 \labelwidthstring MMMMMMMM
7103
7104 \hfill
7105 Right One 
7106 \family sans
7107 HFill
7108 \family default
7109  at the beginning of the label right justifies it.
7110 \end_layout
7111
7112 \begin_layout Labeling
7113 \labelwidthstring MMMMMMMM
7114
7115 \hfill
7116 Center
7117 \hfill
7118  One 
7119 \family sans
7120 HFill
7121 \family default
7122  at the beginning of the label and one at the end centers it.
7123 \end_layout
7124
7125 \begin_layout Standard
7126 Don't worry if you have no idea what 
7127 \family sans
7128 HFill
7129 \family default
7130 s are yet.
7131  Just remember that you can use them to customize the look of the 
7132 \family sans
7133 List
7134 \family default
7135  environment.
7136 \end_layout
7137
7138 \begin_layout Standard
7139 That does it for the four paragraph environments for making lists.
7140  Oh - did we mention that you should read about nesting environments in
7141  section 
7142 \begin_inset LatexCommand \ref{sec:nest}
7143
7144 \end_inset
7145
7146  if you want to use any of these list environments?
7147 \end_layout
7148
7149 \begin_layout Subsection
7150 Letters
7151 \end_layout
7152
7153 \begin_layout Subsubsection
7154
7155 \family sans
7156 Address
7157 \family default
7158  and 
7159 \family sans
7160 Right\InsetSpace ~
7161 Address
7162 \family default
7163 : An Overview
7164 \end_layout
7165
7166 \begin_layout Standard
7167 Although LyX has document classes for letters, we've also created two paragraph
7168  environments called 
7169 \family sans
7170 Address
7171 \family default
7172  and 
7173 \family sans
7174 Right\InsetSpace ~
7175 Address
7176 \family default
7177 .
7178  To use the letter class, you need to use specific paragraph environments
7179  in a specific order, otherwise LaTeX gags on the document.
7180  In contrast, you can use the 
7181 \family sans
7182 Address
7183 \family default
7184  and 
7185 \family sans
7186 Right\InsetSpace ~
7187 Address
7188 \family default
7189  paragraph environments anywhere with no problem.
7190  You can even nest them inside other environments, though you can't nest
7191  anything in them.
7192 \end_layout
7193
7194 \begin_layout Standard
7195 Of course, you're not limited to using 
7196 \family sans
7197 Address
7198 \family default
7199  and 
7200 \family sans
7201 Right\InsetSpace ~
7202 Address
7203 \family default
7204  for letters only.
7205  
7206 \family sans
7207 Right\InsetSpace ~
7208 Address
7209 \family default
7210 , in particular, is useful for creating article titles like those used in
7211  some European academic papers.
7212 \end_layout
7213
7214 \begin_layout Subsubsection
7215 Usage
7216 \begin_inset LatexCommand \label{sec:adress_usage}
7217
7218 \end_inset
7219
7220
7221 \end_layout
7222
7223 \begin_layout Standard
7224 The 
7225 \family sans
7226 Address
7227 \family default
7228  environment formats text in the style of an address, which is also used
7229  for the opening and signature in some countries.
7230  Similarly, the 
7231 \family sans
7232 Right\InsetSpace ~
7233 Address
7234 \family default
7235  environment formats text in the style of a right-justified address, which
7236  is used for the sender's address and today's date in some countries.
7237  Here's an example of each:
7238 \end_layout
7239
7240 \begin_layout Right Address
7241 Right Address
7242 \newline
7243 WhoAmI
7244 \newline
7245 WhereAmI
7246 \newline
7247 When is it? What is today?
7248 \end_layout
7249
7250 \begin_layout Standard
7251 That was 
7252 \family sans
7253 Right\InsetSpace ~
7254 Address
7255 \family default
7256 .
7257  Notice that the lines all have the same left margin, which LyX sets to
7258  fit the largest block of text on a single line.
7259  Here's an example of the 
7260 \family sans
7261 Address
7262 \family default
7263  environment:
7264 \end_layout
7265
7266 \begin_layout Address
7267 WhoAreYou
7268 \newline
7269 Where do I send this
7270 \newline
7271 Your post office and country
7272 \end_layout
7273
7274 \begin_layout Standard
7275 As you can see, both 
7276 \family sans
7277 Address
7278 \family default
7279  and 
7280 \family sans
7281 Right\InsetSpace ~
7282 Address
7283 \family default
7284  add extra space between themselves and the next paragraph.
7285  Speaking of which, if you hit 
7286 \family sans
7287 Return
7288 \family default
7289  in either of these environments, LyX resets the nesting depth and sets
7290  the environment to 
7291 \family sans
7292 Standard
7293 \family default
7294 .
7295  This makes sense, however, since 
7296 \family sans
7297 Return
7298 \family default
7299  is the 
7300 \family typewriter
7301 break-paragraph
7302 \family default
7303  function, and the individual lines of an address are not paragraphs.
7304  Thus, you'd use 
7305 \family typewriter
7306 break-line
7307 \family default
7308  [
7309 \family sans
7310 C-Return
7311 \family default
7312  or 
7313 \family sans
7314 Special\InsetSpace ~
7315 F
7316 \bar under
7317 o
7318 \bar default
7319 rmatting\SpecialChar \menuseparator
7320
7321 \bar under
7322 L
7323 \bar default
7324 inebreak
7325 \family default
7326  from the 
7327 \family sans
7328 \bar under
7329 I
7330 \bar default
7331 nsert
7332 \family default
7333  menu] to start a new line in an 
7334 \family sans
7335 Address
7336 \family default
7337  or
7338 \family sans
7339  Right\InsetSpace ~
7340 Address
7341 \family default
7342  environment.
7343 \end_layout
7344
7345 \begin_layout Subsection
7346 Academic Writing
7347 \end_layout
7348
7349 \begin_layout Standard
7350 Most academic writing begins with an abstract and ends with a bibliography
7351  or list of references.
7352  LyX contains paragraph environments for both of these.
7353 \end_layout
7354
7355 \begin_layout Subsubsection
7356
7357 \family sans
7358 Abstract
7359 \end_layout
7360
7361 \begin_layout Standard
7362 The 
7363 \family sans
7364 Abstract
7365 \family default
7366  environment is used for the abstract of an article.
7367  Technically, you 
7368 \emph on
7369 could
7370 \emph default
7371  use this environment anywhere, but you really 
7372 \emph on
7373 should
7374 \emph default
7375  only use it at the beginning of the document, after the title.
7376  The 
7377 \family sans
7378 Abstract
7379 \family default
7380  environment is only useful in the 
7381 \begin_inset Quotes eld
7382 \end_inset
7383
7384 article
7385 \begin_inset Quotes erd
7386 \end_inset
7387
7388  and 
7389 \begin_inset Quotes eld
7390 \end_inset
7391
7392 report
7393 \begin_inset Quotes erd
7394 \end_inset
7395
7396  document classes [as well as 
7397 \begin_inset Quotes eld
7398 \end_inset
7399
7400 amsart,
7401 \begin_inset Quotes erd
7402 \end_inset
7403
7404  which is just a specialized version of 
7405 \begin_inset Quotes eld
7406 \end_inset
7407
7408 article
7409 \begin_inset Quotes erd
7410 \end_inset
7411
7412 ].
7413  The 
7414 \begin_inset Quotes eld
7415 \end_inset
7416
7417 book
7418 \begin_inset Quotes erd
7419 \end_inset
7420
7421  document class ignores the 
7422 \family sans
7423 Abstract
7424 \family default
7425  completely, and it's utterly silly to use 
7426 \family sans
7427 Abstract
7428 \family default
7429  in the 
7430 \begin_inset Quotes eld
7431 \end_inset
7432
7433 letter
7434 \begin_inset Quotes erd
7435 \end_inset
7436
7437  document class.
7438 \end_layout
7439
7440 \begin_layout Standard
7441 The 
7442 \family sans
7443 Abstract
7444 \family default
7445  environment does several things for you.
7446  First, it puts the centered label 
7447 \begin_inset Quotes eld
7448 \end_inset
7449
7450 Abstract
7451 \begin_inset Quotes erd
7452 \end_inset
7453
7454  above the text.
7455  The label and the text of the abstract are separated by some extra vertical
7456  space.
7457  Second, it typesets everything in a smaller font, just as you'd expect.
7458  Lastly, it adds a bit of extra vertical space between the abstract and
7459  the subsequent text.
7460  Well, that's how it will appear on the LyX screen.
7461  If your document is in the 
7462 \begin_inset Quotes eld
7463 \end_inset
7464
7465 report
7466 \begin_inset Quotes erd
7467 \end_inset
7468
7469  class, the abstract actually appears on a separate page in the printed
7470  version of the file.
7471 \end_layout
7472
7473 \begin_layout Standard
7474 Starting a new paragraph by hitting 
7475 \family sans
7476 Return
7477 \family default
7478  does 
7479 \emph on
7480 not
7481 \emph default
7482  reset the paragraph environment.
7483  The new paragraph will still be in the 
7484 \family sans
7485 Abstract
7486 \family default
7487  environment.
7488  So, you will have to change the paragraph environment yourself when you
7489  finish entering the abstract of your document.
7490 \end_layout
7491
7492 \begin_layout Standard
7493 We'd love to give you an example of the 
7494 \family sans
7495 Abstract
7496 \family default
7497  environment, but we can't, since this document is in the 
7498 \begin_inset Quotes eld
7499 \end_inset
7500
7501 book
7502 \begin_inset Quotes erd
7503 \end_inset
7504
7505  class.
7506  If you've never heard of an 
7507 \begin_inset Quotes eld
7508 \end_inset
7509
7510 abstract
7511 \begin_inset Quotes erd
7512 \end_inset
7513
7514  before, you can safely ignore this environment.
7515 \end_layout
7516
7517 \begin_layout Subsubsection
7518
7519 \family sans
7520 Bibliography
7521 \family default
7522
7523 \begin_inset LatexCommand \label{sec:bibliography}
7524
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \begin_layout Standard
7531 The 
7532 \family sans
7533 Bibliography
7534 \family default
7535  environment is used to list references.
7536  Technically, you 
7537 \emph on
7538 could
7539 \emph default
7540  use this environment anywhere, but you really 
7541 \emph on
7542 should
7543 \emph default
7544  only use it at the end of the document.
7545  Also, don't bother trying to nest 
7546 \family sans
7547 Bibliography
7548 \family default
7549  in anything else or vice versa.
7550  It won't work.
7551 \end_layout
7552
7553 \begin_layout Standard
7554 When you first open a 
7555 \family sans
7556 Bibliography
7557 \family default
7558  environment, LyX add a large vertical space, followed by the heading 
7559 \begin_inset Quotes eld
7560 \end_inset
7561
7562 Bibliography
7563 \begin_inset Quotes erd
7564 \end_inset
7565
7566  or 
7567 \begin_inset Quotes eld
7568 \end_inset
7569
7570 References,
7571 \begin_inset Quotes erd
7572 \end_inset
7573
7574  depending on the document class.
7575  The heading is in a large boldface font.
7576  Each paragraph of the 
7577 \family sans
7578 Bibliography
7579 \family default
7580  environment is a bibliography entry.
7581  Thus, hitting 
7582 \family sans
7583 Return
7584 \family default
7585  does 
7586 \emph on
7587 not
7588 \emph default
7589  reset the paragraph environment.
7590  Each new paragraph is still in the 
7591 \family sans
7592 Bibliography
7593 \family default
7594  environment.
7595 \end_layout
7596
7597 \begin_layout Standard
7598 At the 
7599 \emph on
7600 beginning
7601 \emph default
7602  of the 
7603 \emph on
7604 first line
7605 \emph default
7606  of each paragraph, you will see a gray button showing a number.
7607  If you click on it, you will get a dialog in which you can set a 
7608 \family sans
7609 key
7610 \family default
7611  and a 
7612 \family sans
7613 label
7614 \family default
7615 .
7616  The key is the symbolic name by which you will refer to this bibliography
7617  entry.
7618  For example, suppose your first entry in the bibliography was a book about
7619  LaTeX.
7620  We could choose the key 
7621 \begin_inset Quotes eld
7622 \end_inset
7623
7624 latexguide
7625 \begin_inset Quotes erd
7626 \end_inset
7627
7628  for that entry.
7629  You can also give a label, which will be displayed in the gray inset box.
7630 \end_layout
7631
7632 \begin_layout Standard
7633 The 
7634 \family sans
7635 key
7636 \family default
7637  field isn't useless.
7638  You can refer to your bibliography entries using the 
7639 \family sans
7640 \bar under
7641 I
7642 \bar default
7643 nsert\SpecialChar \menuseparator
7644
7645 \bar under
7646 C
7647 \bar default
7648 itation
7649 \family default
7650  command.
7651  Just choose the key inside in the available keys list, then add a reference
7652  by clicking on the left arrow, which will add it to the selected keys list.
7653  Multiple references can be placed by selecting more than one key.
7654  An example of the 
7655 \family sans
7656 Bibliography
7657 \family default
7658  appears at the end of this document.
7659  
7660 \begin_inset Quotes eld
7661 \end_inset
7662
7663 See 
7664 \begin_inset LatexCommand \cite{latexguide}
7665
7666 \end_inset
7667
7668  or 
7669 \begin_inset LatexCommand \cite[Chapter 3]{latexcompanion}
7670
7671 \end_inset
7672
7673
7674 \begin_inset Quotes erd
7675 \end_inset
7676
7677  is an example of how to cite two of the entries in it.
7678  In the second one, we used the 
7679 \family sans
7680 T
7681 \bar under
7682 e
7683 \bar default
7684 xt\InsetSpace ~
7685 after
7686 \family default
7687  field of the citation dialog to add the text 
7688 \begin_inset Quotes eld
7689 \end_inset
7690
7691 Chapter 3
7692 \begin_inset Quotes erd
7693 \end_inset
7694
7695 .
7696  The texts 
7697 \begin_inset Quotes eld
7698 \end_inset
7699
7700 latexguide
7701 \begin_inset Quotes erd
7702 \end_inset
7703
7704  and 
7705 \begin_inset Quotes eld
7706 \end_inset
7707
7708 latexcompanion
7709 \begin_inset Quotes erd
7710 \end_inset
7711
7712  that you see on screen will be replaced in print by the number or the label
7713  of the bibliography entry.
7714 \end_layout
7715
7716 \begin_layout Standard
7717 The more advanced LaTeX bibliography package BibTeX is also supported by
7718  LyX.
7719  For a description of how to use it, please refer to the 
7720 \emph on
7721 Extended LyX Features
7722 \emph default
7723  document.
7724 \end_layout
7725
7726 \begin_layout Subsection
7727 Special Purpose
7728 \end_layout
7729
7730 \begin_layout Standard
7731 There are three standard paragraph environments that simply don't fit any
7732  category, as they are very specialized for a particular purpose.
7733  We'll point out the highlights and uses of each.
7734 \end_layout
7735
7736 \begin_layout Subsubsection
7737
7738 \family sans
7739 Caption
7740 \family default
7741
7742 \begin_inset LatexCommand \label{sec:captionlayout}
7743
7744 \end_inset
7745
7746
7747 \end_layout
7748
7749 \begin_layout Standard
7750 The 
7751 \family sans
7752 Caption
7753 \family default
7754  environment is the default paragraph environment for 
7755 \family sans
7756 Figure\InsetSpace ~
7757 Floats
7758 \family default
7759  and 
7760 \family sans
7761 Table\InsetSpace ~
7762 Floats
7763 \family default
7764 .
7765  On the LyX screen, you'll see either the label 
7766 \begin_inset Quotes eld
7767 \end_inset
7768
7769 Figure #:
7770 \begin_inset Quotes erd
7771 \end_inset
7772
7773  or 
7774 \begin_inset Quotes eld
7775 \end_inset
7776
7777 Table #:
7778 \begin_inset Quotes erd
7779 \end_inset
7780
7781 , depending on which type of 
7782 \family sans
7783 Float
7784 \family default
7785  it's in.
7786  The actual reference number is substituted in this label in the printed
7787  output.
7788 \end_layout
7789
7790 \begin_layout Standard
7791 You can't really nest things into a 
7792 \family sans
7793 Caption
7794 \family default
7795  environment.
7796  Additionally, hitting 
7797 \family sans
7798 Return
7799 \family default
7800  resets the paragraph environment to 
7801 \family sans
7802 Standard
7803 \family default
7804 , so a 
7805 \family sans
7806 Caption
7807 \family default
7808  can only be a single paragraph.
7809 \end_layout
7810
7811 \begin_layout Standard
7812 You cannot use a 
7813 \family sans
7814 Caption
7815 \family default
7816  environment outside of a 
7817 \family sans
7818 Figure\InsetSpace ~
7819 Float
7820 \family default
7821  or a 
7822 \family sans
7823 Table\InsetSpace ~
7824 Float
7825 \family default
7826 .
7827  See sections 
7828 \begin_inset LatexCommand \ref{sec:figures}
7829
7830 \end_inset
7831
7832  and 
7833 \begin_inset LatexCommand \ref{sec:tables}
7834
7835 \end_inset
7836
7837  for more information on 
7838 \family sans
7839 Figure\InsetSpace ~
7840 Floats
7841 \family default
7842  and 
7843 \family sans
7844 Table\InsetSpace ~
7845 Floats
7846 \family default
7847 .
7848  
7849 \end_layout
7850
7851 \begin_layout Subsubsection
7852 LyX
7853 \family sans
7854 -Code
7855 \end_layout
7856
7857 \begin_layout Standard
7858 The 
7859 \family sans
7860 LyX-Code
7861 \family default
7862  environment is another LyX extension.
7863  It type-sets text in a typewriter-style font.
7864  It also treats the 
7865 \family sans
7866 Space
7867 \family default
7868  key as a fixed whitespace;
7869 \begin_inset Foot
7870 status collapsed
7871
7872 \begin_layout Standard
7873 In the 
7874 \family sans
7875 LyX-Code
7876 \family default
7877  environment, the 
7878 \family sans
7879 Space
7880 \family default
7881  key is treated as a 
7882 \family sans
7883 Protected\InsetSpace ~
7884 Blank
7885 \family default
7886  instead of an end-of-word marker.
7887 \end_layout
7888
7889 \end_inset
7890
7891  this is the only case in which you can type multiple whitespaces in LyX.
7892  If you need to insert blank lines, you'll still need to use 
7893 \family sans
7894 C-Return
7895 \family default
7896  [the 
7897 \family typewriter
7898 break-line
7899 \family default
7900  function].
7901  
7902 \family sans
7903 Return
7904 \family default
7905  breaks paragraphs.
7906  Note, however, that 
7907 \family sans
7908 Return
7909 \family default
7910  does 
7911 \emph on
7912 not
7913 \emph default
7914  reset the paragraph environment.
7915  So, when you finish using the 
7916 \family sans
7917 LyX-Code
7918 \family default
7919  environment, you'll need to change the paragraph environment yourself.
7920  Also, you 
7921 \emph on
7922 can
7923 \emph default
7924  nest the 
7925 \family sans
7926 LyX-Code
7927 \family default
7928  environment inside of others.
7929 \end_layout
7930
7931 \begin_layout Standard
7932 There are a few quirks with this environment:
7933 \end_layout
7934
7935 \begin_layout Itemize
7936 You cannot use 
7937 \family sans
7938 C-Return
7939 \family default
7940  at the beginning of a new paragraph [i.e.
7941  you can't follow 
7942 \family sans
7943 Return
7944 \family default
7945  with a 
7946 \family sans
7947 C-Return
7948 \family default
7949 ].
7950 \end_layout
7951
7952 \begin_layout Itemize
7953 You can't follow a 
7954 \family sans
7955 C-Return
7956 \family default
7957  with a 
7958 \family sans
7959 Space
7960 \family default
7961 .
7962 \end_layout
7963
7964 \begin_deeper
7965 \begin_layout Itemize
7966 Use a 
7967 \family sans
7968 Return
7969 \family default
7970  to begin a new paragraph, then you can use a 
7971 \family sans
7972 Space
7973 \family default
7974 .
7975 \end_layout
7976
7977 \begin_layout Itemize
7978 Or: use 
7979 \family sans
7980 C-Space
7981 \family default
7982  instead.
7983 \end_layout
7984
7985 \end_deeper
7986 \begin_layout Itemize
7987 You can't have an empty paragraph or an empty line.
7988  You must put at least one 
7989 \family sans
7990 Space
7991 \family default
7992  in any line you want blank.
7993  Otherwise, LaTeX generates errors.
7994 \end_layout
7995
7996 \begin_layout Itemize
7997 You cannot get the typewriter double quotes by typing 
7998 \family sans
7999 "
8000 \family default
8001  since that will insert 
8002 \emph on
8003 real
8004 \emph default
8005  quotes.
8006  You get the typewriter double quotes with 
8007 \family sans
8008 C-"
8009 \family default
8010  (or 
8011 \family sans
8012 C-q
8013 \family default
8014  if you use Emacs-like key bindings).
8015 \end_layout
8016
8017 \begin_layout Standard
8018 Here's an example:
8019 \end_layout
8020
8021 \begin_layout LyX-Code
8022 #include <stdio.h>
8023 \end_layout
8024
8025 \begin_layout LyX-Code
8026  
8027 \end_layout
8028
8029 \begin_layout LyX-Code
8030 int main(void)
8031 \end_layout
8032
8033 \begin_layout LyX-Code
8034 {
8035 \end_layout
8036
8037 \begin_layout LyX-Code
8038     printf("Hello World
8039 \backslash
8040 n");
8041 \end_layout
8042
8043 \begin_layout LyX-Code
8044     return 0;
8045 \end_layout
8046
8047 \begin_layout LyX-Code
8048 }
8049 \end_layout
8050
8051 \begin_layout Standard
8052 This is just the standard 
8053 \begin_inset Quotes eld
8054 \end_inset
8055
8056 Hello world!
8057 \begin_inset Quotes erd
8058 \end_inset
8059
8060  program.
8061  
8062 \end_layout
8063
8064 \begin_layout Standard
8065
8066 \family sans
8067 LyX-Code
8068 \family default
8069  has one purpose: to typeset code, such as program source, shell scripts,
8070  rc-files, and so on.
8071  Use it only in those very, very special cases where you need to generate
8072  text as if you used a typewriter.
8073 \end_layout
8074
8075 \begin_layout Section
8076 Nesting Environments
8077 \begin_inset LatexCommand \label{sec:nest}
8078
8079 \end_inset
8080
8081
8082 \end_layout
8083
8084 \begin_layout Subsection
8085 The Big Deal
8086 \end_layout
8087
8088 \begin_layout Standard
8089 Throughout the previous sections, we've been nagging you to 
8090 \begin_inset Quotes eld
8091 \end_inset
8092
8093 go read Section\InsetSpace ~
8094
8095 \begin_inset LatexCommand \ref{sec:nest}
8096
8097 \end_inset
8098
8099 .
8100 \begin_inset Quotes erd
8101 \end_inset
8102
8103  So, you're probably wondering what the big deal is.
8104 \end_layout
8105
8106 \begin_layout Standard
8107 The big deal is that LyX differs rather strongly from the traditional 
8108 \begin_inset Quotes eld
8109 \end_inset
8110
8111 word\SpecialChar \-
8112 processor-as-overglorified-typewriter
8113 \begin_inset Quotes erd
8114 \end_inset
8115
8116  concept.
8117  With a typewriter, text is merely ink on a page.
8118  Most word processors aren't much better, treating text as pixels on the
8119  screen and bytes in memory.
8120  In contrast, LyX treats text as a unified block with a particular context
8121  and specific properties.
8122  However, what if you wanted one 
8123 \begin_inset Quotes eld
8124 \end_inset
8125
8126 block
8127 \begin_inset Quotes erd
8128 \end_inset
8129
8130  to inherit some of the properties of another 
8131 \begin_inset Quotes eld
8132 \end_inset
8133
8134 block
8135 \begin_inset Quotes erd
8136 \end_inset
8137
8138  ? 
8139 \end_layout
8140
8141 \begin_layout Standard
8142 Here's a more specific example: outlines.
8143  You have three main points in your outline, but point #2 also has two subpoints.
8144  In other words, you have a list 
8145 \emph on
8146 inside
8147 \emph default
8148  of another list, with the inner list 
8149 \begin_inset Quotes eld
8150 \end_inset
8151
8152 attached
8153 \begin_inset Quotes erd
8154 \end_inset
8155
8156  to item #2:
8157 \end_layout
8158
8159 \begin_layout Enumerate
8160 one
8161 \end_layout
8162
8163 \begin_layout Enumerate
8164 two
8165 \end_layout
8166
8167 \begin_deeper
8168 \begin_layout Enumerate
8169 sublist - item #1
8170 \end_layout
8171
8172 \begin_layout Enumerate
8173 sublist - item #2
8174 \end_layout
8175
8176 \end_deeper
8177 \begin_layout Enumerate
8178 three
8179 \end_layout
8180
8181 \begin_layout Standard
8182 How do you put a list inside of a list? By now, the answer should be obvious:
8183  you nest one list inside the other.
8184  
8185 \end_layout
8186
8187 \begin_layout Standard
8188 How to nest an environment is quite simple.
8189  Select 
8190 \family sans
8191 \bar under
8192 I
8193 \bar default
8194 ncrease\InsetSpace ~
8195 Environment\InsetSpace ~
8196 Depth
8197 \family default
8198  or
8199 \family sans
8200 \bar under
8201  D
8202 \bar default
8203 ecrease\InsetSpace ~
8204 Environment\InsetSpace ~
8205 Depth
8206 \family default
8207  from the 
8208 \family sans
8209 \bar under
8210 E
8211 \bar default
8212 dit
8213 \family default
8214  menu to change the nesting depth of the current paragraph (the status bar
8215  will tell you how far you are nested).
8216 \end_layout
8217
8218 \begin_layout Standard
8219 You can also use the convenient key bindings 
8220 \family sans
8221 S-M-Left
8222 \family default
8223  and 
8224 \family sans
8225 S-M-Right
8226 \begin_inset Foot
8227 status collapsed
8228
8229 \begin_layout Standard
8230
8231 \family sans
8232 M-p\InsetSpace ~
8233 Left
8234 \family default
8235  and 
8236 \family sans
8237 M-p\InsetSpace ~
8238 Right 
8239 \family default
8240 are alternatives, if you prefer those bindings
8241 \end_layout
8242
8243 \end_inset
8244
8245  
8246 \family default
8247 to change the nesting level.
8248  The change will work on the current selection if you have made one (allowing
8249  you to change the nesting of several paragraphs at once), or the current
8250  paragraph.
8251 \end_layout
8252
8253 \begin_layout Standard
8254 Note that LyX only changes the nesting depth if it can.
8255  If it's invalid to do so, nothing happens if you try to change the depth.
8256  Additionally, if you change the depth of one paragraph, it affects the
8257  depth of every paragraph nested inside of it.
8258  It's hard to describe what exactly LyX does in this case.
8259  That depends specifically on what your text looks like.
8260  Your best bet is to simply play with changing the nesting depth and see
8261  what happens.
8262 \end_layout
8263
8264 \begin_layout Standard
8265 Nesting isn't just limited to lists.
8266  In LyX, you can nest just about anything inside anything else, as you're
8267  about to find out.
8268  This is the real power of nesting paragraph environments.
8269 \end_layout
8270
8271 \begin_layout Subsection
8272 What You Can and Can't Nest
8273 \end_layout
8274
8275 \begin_layout Standard
8276 Before we fire a list of paragraph environments at you, we need to tell
8277  you a little bit more about how nesting works.
8278 \end_layout
8279
8280 \begin_layout Standard
8281 The question of nesting is a bit more complicated than a simple yes or no,
8282  can you or can't you.
8283  There's also the question of how.
8284  Can you nest this environment into anything else? Can you nest another
8285  environment into it? A 
8286 \begin_inset Quotes eld
8287 \end_inset
8288
8289 yes
8290 \begin_inset Quotes erd
8291 \end_inset
8292
8293  to one of these doesn't guarantee a 
8294 \begin_inset Quotes eld
8295 \end_inset
8296
8297 yes
8298 \begin_inset Quotes erd
8299 \end_inset
8300
8301  to the other.
8302 \end_layout
8303
8304 \begin_layout Standard
8305 The paragraph environments in LyX can do one of three things when it comes
8306  to nesting.
8307  First, an environment may be completely unnestable.
8308  Second, there are environments that are fully nestable.
8309  You can nest them inside of things and you can also nest other things inside
8310  of them.
8311  There is one last type of environment.
8312  You can nest them into other environments, but that's it.
8313  You can't nest anything into them.
8314 \end_layout
8315
8316 \begin_layout Standard
8317 Here's a list of the three types of nesting behavior, and which paragraph
8318  environments have them:
8319 \begin_inset Foot
8320 status collapsed
8321
8322 \begin_layout Standard
8323 For some odd reason, LyX allows you to fully nest both 
8324 \family sans
8325 Bibliography
8326 \family default
8327  and 
8328 \family sans
8329 Abstract
8330 \family default
8331 .
8332  Also, LyX allows you to nest 
8333 \family sans
8334 Title
8335 \family default
8336
8337 \family sans
8338 Author
8339 \family default
8340 , and 
8341 \family sans
8342 Date
8343 \family default
8344  into other environments.
8345  We urge you not to.
8346  LaTeX may barf if you try it.
8347  Then again, it may not.
8348  We don't know for certain.
8349  However, it makes no sense contextually to perform any nesting with these
8350  environments, so why would you ever want to?
8351 \end_layout
8352
8353 \end_inset
8354
8355
8356 \end_layout
8357
8358 \begin_layout Description
8359 Unnestable Can't nest them.
8360  Can't nest into them.
8361 \end_layout
8362
8363 \begin_deeper
8364 \begin_layout Itemize
8365
8366 \family sans
8367 Bibliography
8368 \end_layout
8369
8370 \begin_layout Itemize
8371
8372 \family sans
8373 Title
8374 \end_layout
8375
8376 \begin_layout Itemize
8377
8378 \family sans
8379 Author
8380 \end_layout
8381
8382 \begin_layout Itemize
8383
8384 \family sans
8385 Date
8386 \end_layout
8387
8388 \end_deeper
8389 \begin_layout Description
8390 Fully\InsetSpace ~
8391 Nestable You can nest them.
8392  You can nest other things into them.
8393 \end_layout
8394
8395 \begin_deeper
8396 \begin_layout Itemize
8397
8398 \family sans
8399 Abstract
8400 \end_layout
8401
8402 \begin_layout Itemize
8403
8404 \family sans
8405 Verse
8406 \end_layout
8407
8408 \begin_layout Itemize
8409
8410 \family sans
8411 Quote
8412 \end_layout
8413
8414 \begin_layout Itemize
8415
8416 \family sans
8417 Quotation
8418 \end_layout
8419
8420 \begin_layout Itemize
8421
8422 \family sans
8423 Itemize
8424 \end_layout
8425
8426 \begin_layout Itemize
8427
8428 \family sans
8429 Enumerate
8430 \end_layout
8431
8432 \begin_layout Itemize
8433
8434 \family sans
8435 Description
8436 \end_layout
8437
8438 \begin_layout Itemize
8439
8440 \family sans
8441 List
8442 \end_layout
8443
8444 \begin_layout Itemize
8445
8446 \family sans
8447 LyX-Code
8448 \end_layout
8449
8450 \end_deeper
8451 \begin_layout Description
8452 Nestable-Inside You can nest them inside of other things.
8453  You can't nest anything into them.
8454 \end_layout
8455
8456 \begin_deeper
8457 \begin_layout Itemize
8458
8459 \family sans
8460 Part
8461 \end_layout
8462
8463 \begin_layout Itemize
8464
8465 \family sans
8466 Chapter
8467 \end_layout
8468
8469 \begin_layout Itemize
8470
8471 \family sans
8472 Section
8473 \family default
8474  
8475 \end_layout
8476
8477 \begin_layout Itemize
8478
8479 \family sans
8480 Subsection
8481 \end_layout
8482
8483 \begin_layout Itemize
8484
8485 \family sans
8486 Subsubsection
8487 \end_layout
8488
8489 \begin_layout Itemize
8490
8491 \family sans
8492 Paragraph
8493 \family default
8494  
8495 \end_layout
8496
8497 \begin_layout Itemize
8498
8499 \family sans
8500 Subparagraph
8501 \end_layout
8502
8503 \begin_layout Itemize
8504
8505 \family sans
8506 Part*
8507 \end_layout
8508
8509 \begin_layout Itemize
8510
8511 \family sans
8512 Chapter*
8513 \end_layout
8514
8515 \begin_layout Itemize
8516
8517 \family sans
8518 Section*
8519 \end_layout
8520
8521 \begin_layout Itemize
8522
8523 \family sans
8524 Subsection*
8525 \end_layout
8526
8527 \begin_layout Itemize
8528
8529 \family sans
8530 Subsubsection*
8531 \end_layout
8532
8533 \begin_layout Itemize
8534
8535 \family sans
8536 Standard
8537 \end_layout
8538
8539 \begin_layout Itemize
8540
8541 \family sans
8542 Right\InsetSpace ~
8543 Address
8544 \end_layout
8545
8546 \begin_layout Itemize
8547
8548 \family sans
8549 Address
8550 \end_layout
8551
8552 \begin_layout Itemize
8553
8554 \family sans
8555 Caption
8556 \end_layout
8557
8558 \end_deeper
8559 \begin_layout Subsection
8560 Nesting Other Things: Tables, Math, Floats, etc.
8561 \begin_inset LatexCommand \label{sec:table-and-fig-nesting}
8562
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \begin_layout Standard
8569 There are several things that aren't paragraph environments, but which are
8570  affected by nesting anyhow.
8571  They are:
8572 \end_layout
8573
8574 \begin_layout Itemize
8575 equations
8576 \end_layout
8577
8578 \begin_layout Itemize
8579 tables
8580 \end_layout
8581
8582 \begin_layout Itemize
8583 figures
8584 \end_layout
8585
8586 \begin_layout Standard
8587 [Note: if you put a figure or a table in a 
8588 \family sans
8589 Float
8590 \family default
8591 , this is no longer true.
8592  See below or look in sections 
8593 \begin_inset LatexCommand \ref{sec:figures}
8594
8595 \end_inset
8596
8597  or 
8598 \begin_inset LatexCommand \ref{sec:tables}
8599
8600 \end_inset
8601
8602  for more info.]
8603 \end_layout
8604
8605 \begin_layout Standard
8606 LyX can treat these three objects as either a word or as a paragraph.
8607  Well, you can't inline a table, but you can inline math and figures.
8608  If a figure or an equation is inlined, it goes wherever the paragraph it's
8609  in goes.
8610 \end_layout
8611
8612 \begin_layout Standard
8613 On the other hand, if you have an equation, figure or table in a 
8614 \begin_inset Quotes eld
8615 \end_inset
8616
8617 paragraph
8618 \begin_inset Quotes erd
8619 \end_inset
8620
8621  of its own, it behaves just like a 
8622 \begin_inset Quotes eld
8623 \end_inset
8624
8625 nestable-inside
8626 \begin_inset Quotes erd
8627 \end_inset
8628
8629  paragraph environment.
8630  You can nest it into any environment, but you [obviously] can't nest anything
8631  into it.
8632 \end_layout
8633
8634 \begin_layout Standard
8635 Here's an example with a table:
8636 \end_layout
8637
8638 \begin_layout Enumerate
8639 Item One
8640 \end_layout
8641
8642 \begin_deeper
8643 \begin_layout Enumerate
8644 This is (a) and it's nested.
8645 \end_layout
8646
8647 \begin_deeper
8648 \begin_layout Standard
8649 \begin_inset VSpace 0.3cm
8650 \end_inset
8651
8652
8653 \end_layout
8654
8655 \begin_layout Standard
8656 \align center
8657 \begin_inset Tabular
8658 <lyxtabular version="3" rows="2" columns="2">
8659 <features>
8660 <column alignment="center" valignment="top" leftline="true" width="0pt">
8661 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8662 <row topline="true">
8663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Standard
8667
8668 \family roman
8669 \series medium
8670 \shape up
8671 \size normal
8672 \emph off
8673 \bar no
8674 \noun off
8675 \color none
8676 a
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Standard
8685
8686 \family roman
8687 \series medium
8688 \shape up
8689 \size normal
8690 \emph off
8691 \bar no
8692 \noun off
8693 \color none
8694 b
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row topline="true" bottomline="true">
8701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Standard
8705
8706 \family roman
8707 \series medium
8708 \shape up
8709 \size normal
8710 \emph off
8711 \bar no
8712 \noun off
8713 \color none
8714 c
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Standard
8723
8724 \family roman
8725 \series medium
8726 \shape up
8727 \size normal
8728 \emph off
8729 \bar no
8730 \noun off
8731 \color none
8732 d
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 </lyxtabular>
8739
8740 \end_inset
8741
8742
8743 \end_layout
8744
8745 \begin_layout Standard
8746 \begin_inset VSpace 0.3cm
8747 \end_inset
8748
8749
8750 \end_layout
8751
8752 \end_deeper
8753 \begin_layout Enumerate
8754 This is (b).
8755  The table is actually nested inside (a).
8756 \end_layout
8757
8758 \end_deeper
8759 \begin_layout Enumerate
8760 Back out again.
8761 \end_layout
8762
8763 \begin_layout Standard
8764 If we hadn't nested the table at all, the list would look like this:
8765 \end_layout
8766
8767 \begin_layout Enumerate
8768 Item One
8769 \end_layout
8770
8771 \begin_deeper
8772 \begin_layout Enumerate
8773 This is (a) and it's nested.
8774 \end_layout
8775
8776 \end_deeper
8777 \begin_layout Standard
8778 \begin_inset VSpace 0.3cm
8779 \end_inset
8780
8781
8782 \end_layout
8783
8784 \begin_layout Standard
8785 \align center
8786 \begin_inset Tabular
8787 <lyxtabular version="3" rows="2" columns="2">
8788 <features>
8789 <column alignment="center" valignment="top" leftline="true" width="0pt">
8790 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8791 <row topline="true">
8792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Standard
8796
8797 \family roman
8798 \series medium
8799 \shape up
8800 \size normal
8801 \emph off
8802 \bar no
8803 \noun off
8804 \color none
8805 a
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Standard
8814
8815 \family roman
8816 \series medium
8817 \shape up
8818 \size normal
8819 \emph off
8820 \bar no
8821 \noun off
8822 \color none
8823 b
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row topline="true" bottomline="true">
8830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Standard
8834
8835 \family roman
8836 \series medium
8837 \shape up
8838 \size normal
8839 \emph off
8840 \bar no
8841 \noun off
8842 \color none
8843 c
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Standard
8852
8853 \family roman
8854 \series medium
8855 \shape up
8856 \size normal
8857 \emph off
8858 \bar no
8859 \noun off
8860 \color none
8861 d
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 </lyxtabular>
8868
8869 \end_inset
8870
8871
8872 \end_layout
8873
8874 \begin_layout Standard
8875 \begin_inset VSpace 0.3cm
8876 \end_inset
8877
8878
8879 \end_layout
8880
8881 \begin_layout Enumerate
8882 This is (b).
8883  The table is 
8884 \emph on
8885 not
8886 \emph default
8887  nested inside (a).
8888  In fact, it's not nested at all.
8889 \end_layout
8890
8891 \begin_layout Enumerate
8892 Back out again.
8893 \end_layout
8894
8895 \begin_layout Standard
8896 Notice how item (b) is not only no longer nested, but is also the first
8897  item of a new list!
8898 \end_layout
8899
8900 \begin_layout Standard
8901 There's another trap you can fall into: nesting the table, but not going
8902  deep enough.
8903  LyX turns anything after the table into a new [sub]list.
8904 \end_layout
8905
8906 \begin_layout Enumerate
8907 Item One
8908 \end_layout
8909
8910 \begin_deeper
8911 \begin_layout Enumerate
8912 This is (a) and it's nested.
8913 \end_layout
8914
8915 \begin_layout Standard
8916 \begin_inset VSpace 0.3cm
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \begin_layout Standard
8923 \align center
8924 \begin_inset Tabular
8925 <lyxtabular version="3" rows="2" columns="2">
8926 <features>
8927 <column alignment="center" valignment="top" leftline="true" width="0pt">
8928 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
8929 <row topline="true">
8930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Standard
8934
8935 \family roman
8936 \series medium
8937 \shape up
8938 \size normal
8939 \emph off
8940 \bar no
8941 \noun off
8942 \color none
8943 a
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Standard
8952
8953 \family roman
8954 \series medium
8955 \shape up
8956 \size normal
8957 \emph off
8958 \bar no
8959 \noun off
8960 \color none
8961 b
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row topline="true" bottomline="true">
8968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Standard
8972
8973 \family roman
8974 \series medium
8975 \shape up
8976 \size normal
8977 \emph off
8978 \bar no
8979 \noun off
8980 \color none
8981 c
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Standard
8990
8991 \family roman
8992 \series medium
8993 \shape up
8994 \size normal
8995 \emph off
8996 \bar no
8997 \noun off
8998 \color none
8999 d
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 </lyxtabular>
9006
9007 \end_inset
9008
9009
9010 \end_layout
9011
9012 \begin_layout Standard
9013 \begin_inset VSpace 0.3cm
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \begin_layout Enumerate
9020 This is (b).
9021  The table is actually nested inside Item One, but 
9022 \emph on
9023 not
9024 \emph default
9025  inside (a).
9026 \end_layout
9027
9028 \end_deeper
9029 \begin_layout Enumerate
9030 Back out again.
9031 \end_layout
9032
9033 \begin_layout Standard
9034 As you can see, item (b) turned into the first item of a new list, but a
9035  new list 
9036 \emph on
9037 inside
9038 \emph default
9039  item 1.
9040  The same thing would have happened to a figure or an equation.
9041  So, if you nest tables, figures or equations, make sure you go to the right
9042  depth!
9043 \end_layout
9044
9045 \begin_layout Standard
9046 Then there are the so-called 
9047 \family sans
9048 Floats
9049 \family default
9050 .
9051  A 
9052 \family sans
9053 Float
9054 \family default
9055  is a block of text associated with some sort of label, but which doesn't
9056  have a fixed location.
9057  It can 
9058 \begin_inset Quotes eld
9059 \end_inset
9060
9061 float
9062 \begin_inset Quotes erd
9063 \end_inset
9064
9065  forward or backward a page or two, to wherever it fits best.
9066  
9067 \family sans
9068 Footnotes
9069 \family default
9070  and 
9071 \family sans
9072 Margin\InsetSpace ~
9073 Notes
9074 \family default
9075  are floats, as are 
9076 \family sans
9077 Table\InsetSpace ~
9078 Floats
9079 \family default
9080  and 
9081 \family sans
9082 Figure\InsetSpace ~
9083 Floats
9084 \family default
9085 .
9086  When you're editing a document in LyX, a closed 
9087 \family sans
9088 Float
9089 \family default
9090  looks like a gray button with a red label and goes wherever the paragraph
9091  it's in goes.
9092  However, because a 
9093 \family sans
9094 Float
9095 \family default
9096  has no fixed location in the final text, nesting has no effect on its actual
9097  location after you feed your document to LaTeX.
9098 \end_layout
9099
9100 \begin_layout Subsection
9101 Usage and General Features
9102 \end_layout
9103
9104 \begin_layout Standard
9105 Speaking of levels, LyX can perform up to a six-fold nesting.
9106  In other words, 
9107 \begin_inset Quotes eld
9108 \end_inset
9109
9110 level #6
9111 \begin_inset Quotes erd
9112 \end_inset
9113
9114  is the innermost possible depth.
9115  Here's an example to display what we mean:
9116 \end_layout
9117
9118 \begin_layout Enumerate
9119 level #1 - outermost
9120 \end_layout
9121
9122 \begin_deeper
9123 \begin_layout Enumerate
9124 level #2
9125 \end_layout
9126
9127 \begin_deeper
9128 \begin_layout Enumerate
9129 level #3
9130 \end_layout
9131
9132 \begin_deeper
9133 \begin_layout Enumerate
9134 level #4
9135 \end_layout
9136
9137 \begin_deeper
9138 \begin_layout Itemize
9139 level #5
9140 \end_layout
9141
9142 \begin_deeper
9143 \begin_layout Itemize
9144 level #6
9145 \end_layout
9146
9147 \end_deeper
9148 \end_deeper
9149 \end_deeper
9150 \end_deeper
9151 \end_deeper
9152 \begin_layout Standard
9153 Once again, LyX has a maximum of 6 levels, regardless of which specific
9154  paragraph environments you're using at a given level.
9155 \begin_inset Foot
9156 status collapsed
9157
9158 \begin_layout Standard
9159 Unfortunately, LyX doesn't enforce this limitation.
9160  If you try to exceed it, however, LaTeX will return errors when you go
9161  to produce output for your document.
9162 \end_layout
9163
9164 \end_inset
9165
9166  That means that you can perform a six-fold nesting of a 
9167 \family sans
9168 Description
9169 \family default
9170  list, or a 
9171 \family sans
9172 Verse
9173 \family default
9174  environment, and so on.
9175  You can also mix environments, as we shall see later.
9176 \end_layout
9177
9178 \begin_layout Standard
9179 There are two exceptions to the six-fold nesting limit, and you can see
9180  both of them in the example.
9181  Unlike the other fully-nestable environments, you can only perform a four-fold
9182  nesting with the 
9183 \family sans
9184 Enumerate
9185 \family default
9186  and 
9187 \family sans
9188 Itemize
9189 \family default
9190  environments.
9191  For example, if we tried to nest another 
9192 \family sans
9193 Enumerate
9194 \family default
9195  list inside of item 
9196 \begin_inset Quotes eld
9197 \end_inset
9198
9199 A.
9200 \begin_inset Quotes erd
9201 \end_inset
9202
9203 , we'd get errors.
9204 \begin_inset Foot
9205 status collapsed
9206
9207 \begin_layout Standard
9208 Once again, LyX doesn't enforce this limitation.
9209  If you try to exceed it, however, LaTeX will return errors when you go
9210  to produce output for your document.
9211 \end_layout
9212
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \begin_layout Subsection
9219 Some Examples
9220 \end_layout
9221
9222 \begin_layout Standard
9223 The best way to explain just what you can do with nesting is by illustration.
9224  We have several examples of nested environments.
9225  In them, we explain how we created the example, so that you can reproduce
9226  them.
9227 \end_layout
9228
9229 \begin_layout Subsubsection
9230 Example #1: The Six-fold Way and Mixed Nesting
9231 \end_layout
9232
9233 \begin_layout Labeling
9234 \labelwidthstring MMM
9235 #1-a This is the outermost level.
9236  It's a 
9237 \family sans
9238 List
9239 \family default
9240  environment.
9241 \end_layout
9242
9243 \begin_deeper
9244 \begin_layout Labeling
9245 \labelwidthstring MMM
9246 #2-a This is level #2.
9247  We created it by using 
9248 \family sans
9249 M-Return
9250 \family default
9251  followed by 
9252 \family sans
9253 M-p\InsetSpace ~
9254 Right
9255 \family default
9256 .
9257 \end_layout
9258
9259 \begin_deeper
9260 \begin_layout Labeling
9261 \labelwidthstring MMM
9262 #3-a This is level #3.
9263  This time, we just hit 
9264 \family sans
9265 Return
9266 \family default
9267 , then used 
9268 \family sans
9269 M-p\InsetSpace ~
9270 Right
9271 \family default
9272  twice in a row.
9273  We could have also created it the same way as we did the previous level,
9274  by hitting 
9275 \family sans
9276 M-Return
9277 \family default
9278  followed by 
9279 \family sans
9280 M-p\InsetSpace ~
9281 Right
9282 \family default
9283 .
9284 \end_layout
9285
9286 \begin_deeper
9287 \begin_layout Standard
9288 This is actually a 
9289 \family sans
9290 Standard
9291 \family default
9292  environment, nested inside of 
9293 \begin_inset Quotes eld
9294 \end_inset
9295
9296 #3-a
9297 \begin_inset Quotes erd
9298 \end_inset
9299
9300 .
9301  So, it's at level #4.
9302  We did this by hitting 
9303 \family sans
9304 M-Return
9305 \family default
9306 , then 
9307 \family sans
9308 M-p\InsetSpace ~
9309 Right
9310 \family default
9311 , then changing the paragraph environment to 
9312 \family sans
9313 Standard
9314 \family default
9315 .
9316  Do this to create list items with more than one paragraph - it also works
9317  for the 
9318 \family sans
9319 Description
9320 \family default
9321
9322 \family sans
9323 Enumerate
9324 \family default
9325 , and 
9326 \family sans
9327 Itemize
9328 \family default
9329  environments!
9330 \end_layout
9331
9332 \begin_layout Standard
9333 Here's another 
9334 \family sans
9335 Standard
9336 \family default
9337  paragraph, also at level #4, made with just a 
9338 \family sans
9339 M-Return
9340 \family default
9341 .
9342 \end_layout
9343
9344 \begin_layout Labeling
9345 \labelwidthstring MMM
9346 #4-a This is level #4.
9347  We hit 
9348 \family sans
9349 M-Return
9350 \family default
9351  and changed the paragraph environment back to 
9352 \family sans
9353 List
9354 \family default
9355 .
9356  Remember - we can't nest anything inside of a 
9357 \family sans
9358 Standard
9359 \family default
9360  environment, which is why we're still at level #4.
9361  However, we 
9362 \emph on
9363 can
9364 \emph default
9365  keep nesting things inside of 
9366 \begin_inset Quotes eld
9367 \end_inset
9368
9369 #3-a
9370 \begin_inset Quotes erd
9371 \end_inset
9372
9373 .
9374 \end_layout
9375
9376 \begin_deeper
9377 \begin_layout Labeling
9378 \labelwidthstring MMM
9379 #5-a This is level #5\SpecialChar \ldots{}
9380
9381 \end_layout
9382
9383 \begin_deeper
9384 \begin_layout Labeling
9385 \labelwidthstring MMM
9386 #6-a \SpecialChar \ldots{}
9387 and this is level #6.
9388  By now, you should know how we made these two.
9389 \end_layout
9390
9391 \end_deeper
9392 \begin_layout Labeling
9393 \labelwidthstring MMM
9394 #5-b Back to level #5.
9395  Just hit 
9396 \family sans
9397 M-Return
9398 \family default
9399  followed by a 
9400 \family sans
9401 M-p\InsetSpace ~
9402 Left
9403 \family default
9404 .
9405 \end_layout
9406
9407 \end_deeper
9408 \begin_layout Labeling
9409 \labelwidthstring MMM
9410 #4-b After another 
9411 \family sans
9412 M-Return
9413 \family default
9414  followed by a 
9415 \family sans
9416 M-p\InsetSpace ~
9417 Left
9418 \family default
9419 , we're back at level #4.
9420 \end_layout
9421
9422 \end_deeper
9423 \begin_layout Labeling
9424 \labelwidthstring MMM
9425 #3-b Back to level #3.
9426  By now it should be obvious how we did this.
9427 \end_layout
9428
9429 \end_deeper
9430 \begin_layout Labeling
9431 \labelwidthstring MMM
9432 #2-b Back to level #2.
9433  
9434 \end_layout
9435
9436 \end_deeper
9437 \begin_layout Labeling
9438 \labelwidthstring MMM
9439 #1-b And last, back to the outermost level, #1.
9440  After this sentence, we'll hit 
9441 \family sans
9442 Return
9443 \family default
9444  and change the paragraph environment back to 
9445 \family sans
9446 Standard
9447 \family default
9448  to end the list.
9449 \end_layout
9450
9451 \begin_layout Standard
9452 There you have it! Oh --- we could have also used the 
9453 \family sans
9454 Description
9455 \family default
9456
9457 \family sans
9458 Quote
9459 \family default
9460
9461 \family sans
9462 Quotation
9463 \family default
9464 , or even the 
9465 \family sans
9466 Verse
9467 \family default
9468  environment in place of the 
9469 \family sans
9470 List
9471 \family default
9472  environment.
9473  The example would have worked exactly the same.
9474 \end_layout
9475
9476 \begin_layout Subsubsection
9477 Example #2: Inheritance
9478 \end_layout
9479
9480 \begin_layout LyX-Code
9481 This is the LyX-Code environment, at level #1, the outermost
9482 \end_layout
9483
9484 \begin_layout LyX-Code
9485 level.
9486   Now we'll hit 
9487 \family sans
9488 Return
9489 \family default
9490 , then 
9491 \family sans
9492 M-p Right
9493 \family default
9494 , after which, we'll change to the 
9495 \family sans
9496 Enumerate
9497 \family default
9498  environment.
9499 \end_layout
9500
9501 \begin_deeper
9502 \begin_layout Enumerate
9503 This is the 
9504 \family sans
9505 Enumerate
9506 \family default
9507  environment, at level #2.
9508 \end_layout
9509
9510 \begin_layout Enumerate
9511 Notice how the nested 
9512 \family sans
9513 Enumerate
9514 \family default
9515  not only inherits its margins from its parent environment [
9516 \family sans
9517 LyX-Code
9518 \family default
9519 ], but also inherits its font and spacing!
9520 \end_layout
9521
9522 \end_deeper
9523 \begin_layout Standard
9524 We ended this example by hitting 
9525 \family sans
9526 Return
9527 \family default
9528 .
9529  After that, we needed to reset the paragraph environment to 
9530 \family sans
9531 Standard
9532 \family default
9533  and resetting the nesting depth by using 
9534 \family sans
9535 M-p\InsetSpace ~
9536 Left
9537 \family default
9538  once.
9539 \end_layout
9540
9541 \begin_layout Subsubsection
9542 Example #3: Labels, Levels, and the 
9543 \family sans
9544 Enumerate
9545 \family default
9546  and 
9547 \family sans
9548 Itemize
9549 \family default
9550  Environments
9551 \begin_inset OptArg
9552 status collapsed
9553
9554 \begin_layout Standard
9555 Example #3: Labels, Levels and other list environments
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \begin_layout Enumerate
9564 This is level #1, in an 
9565 \family sans
9566 Enumerate
9567 \family default
9568  paragraph environment.
9569  We're actually going to nest a bunch of these.
9570 \end_layout
9571
9572 \begin_deeper
9573 \begin_layout Enumerate
9574 This is level #2.
9575  We used 
9576 \family sans
9577 M-Return
9578 \family default
9579  followed by 
9580 \family sans
9581 M-p\InsetSpace ~
9582 Right
9583 \family default
9584 .
9585  Now, what happens if we nest an 
9586 \family sans
9587 Itemize
9588 \family default
9589  environment inside of this one? It will be at level #3, but what will its
9590  label be? An asterisk?
9591 \end_layout
9592
9593 \begin_deeper
9594 \begin_layout Itemize
9595 No! It's a bullet.
9596  This is the 
9597 \emph on
9598 first
9599 \emph default
9600  
9601 \family sans
9602 Itemize
9603 \family default
9604  environment, even though it's at level #3.
9605  So, its label is a bullet.
9606  [Note: we got here by using 
9607 \family sans
9608 M-Return
9609 \family default
9610 , then 
9611 \family sans
9612 M-p\InsetSpace ~
9613 Right
9614 \family default
9615 , then changing the environment to 
9616 \family sans
9617 Itemize
9618 \family default
9619 .]
9620 \end_layout
9621
9622 \begin_deeper
9623 \begin_layout Itemize
9624 Here's level #4, produced using 
9625 \family sans
9626 M-Return
9627 \family default
9628 , then 
9629 \family sans
9630 M-p\InsetSpace ~
9631 Right
9632 \family default
9633 .
9634  We'll do that again\SpecialChar \ldots{}
9635
9636 \end_layout
9637
9638 \begin_deeper
9639 \begin_layout Enumerate
9640 \SpecialChar \ldots{}
9641 to get to level #5.
9642  This time, however, we also changed the paragraph environment back to 
9643 \family sans
9644 Enumerate
9645 \family default
9646 .
9647  Notice the type of numbering! It's 
9648 \emph on
9649 lowercase Roman
9650 \emph default
9651 , because we're the 
9652 \emph on
9653 thirdfold
9654 \emph default
9655  
9656 \family sans
9657 Enumerate
9658 \family default
9659  environment [i.e.
9660  we're an
9661 \family sans
9662  Enumerate
9663 \family default
9664  inside an 
9665 \family sans
9666 Enumerate
9667 \family default
9668  inside an 
9669 \family sans
9670 Enumerate
9671 \family default
9672 ].
9673 \end_layout
9674
9675 \begin_layout Enumerate
9676 What happens if we 
9677 \emph on
9678 don't
9679 \emph default
9680  change the paragraph environment, but decrease the nesting depth? What
9681  type of numbering does LyX use?
9682 \end_layout
9683
9684 \begin_layout Enumerate
9685 Oh, as if you couldn't guess by now, we're just using 
9686 \family sans
9687 M-Return
9688 \family default
9689  to keep the current environment and depth but create a new item.
9690 \end_layout
9691
9692 \begin_layout Enumerate
9693 Let's use 
9694 \family sans
9695 M-p\InsetSpace ~
9696 Left
9697 \family default
9698  to decrease the depth after the next 
9699 \family sans
9700 M-Return
9701 \family default
9702 .
9703 \end_layout
9704
9705 \end_deeper
9706 \begin_layout Enumerate
9707 This is level #4.
9708  Look what type of label LyX is using!
9709 \end_layout
9710
9711 \end_deeper
9712 \begin_layout Enumerate
9713 This is level #3.
9714  Even though we've changed levels, LyX is still using a lowercase Roman
9715  numeral as the label.
9716  Why?!
9717 \end_layout
9718
9719 \begin_layout Enumerate
9720 Because, even though the nesting depth has changed, the paragraph is 
9721 \emph on
9722 still
9723 \emph default
9724  a thirdfold 
9725 \family sans
9726 Enumerate
9727 \family default
9728  environment.
9729  Notice, however, that LyX 
9730 \emph on
9731 did
9732 \emph default
9733  reset the counter for the label.
9734 \end_layout
9735
9736 \end_deeper
9737 \begin_layout Enumerate
9738 Another 
9739 \family sans
9740 M-Return
9741 \family default
9742  
9743 \family sans
9744 M-p\InsetSpace ~
9745 Left
9746 \family default
9747  sequence, and we're back to level #2.
9748  This time, we not only changed the nesting depth, but we also moved back
9749  into the twofold-nested 
9750 \family sans
9751 Enumerate
9752 \family default
9753  environment.
9754 \end_layout
9755
9756 \end_deeper
9757 \begin_layout Enumerate
9758 The same thing happens if we do another 
9759 \family sans
9760 M-Return
9761 \family default
9762  
9763 \family sans
9764 M-p\InsetSpace ~
9765 Left
9766 \family default
9767  sequence and return to level #1, the outermost level.
9768 \end_layout
9769
9770 \begin_layout Standard
9771 Lastly, we reset the environment to 
9772 \family sans
9773 Standard
9774 \family default
9775 .
9776  As you can see, the level number doesn't correspond to what type of labelling
9777  LyX uses for the 
9778 \family sans
9779 Enumerate
9780 \family default
9781  and 
9782 \family sans
9783 Itemize
9784 \family default
9785  environments.
9786  The number of 
9787 \emph on
9788 other 
9789 \family sans
9790 Enumerate
9791 \family default
9792  environments
9793 \emph default
9794  surrounding it determines what kind of label LyX uses for an 
9795 \family sans
9796 Enumerate
9797 \family default
9798  item.
9799  The same rule applies for the 
9800 \family sans
9801 Itemize
9802 \family default
9803  environment, as well.
9804 \end_layout
9805
9806 \begin_layout Subsubsection
9807 Example #4: Going Bonkers
9808 \end_layout
9809
9810 \begin_layout Enumerate
9811 We're going to go totally nuts now.
9812  We won't nest as deep as in the other examples, nor will we go into the
9813  same detail with how we did it.
9814  [level #1: 
9815 \family sans
9816 Enumerate
9817 \family default
9818 ]
9819 \end_layout
9820
9821 \begin_deeper
9822 \begin_layout Standard
9823 [
9824 \family sans
9825 Return, M-p\InsetSpace ~
9826 Right, Standard
9827 \family default
9828 : level #2] We'll stick an encapsulated description of how we created the
9829  example in brackets someplace.
9830  For example, the two keybindings are how we changed the depth.
9831  The environment name is, obviously, the name of the current environment.
9832  Either before or after this, we'll put in the level.
9833 \end_layout
9834
9835 \end_deeper
9836 \begin_layout Enumerate
9837 [
9838 \family sans
9839 Return, Enumerate
9840 \family default
9841 : level #1] This is the next item in the list.
9842 \end_layout
9843
9844 \begin_deeper
9845 \begin_layout Verse
9846 Now we'll add verse.
9847 \newline
9848 It will get much worse.
9849 \newline
9850 [
9851 \family sans
9852 Return, M-p\InsetSpace ~
9853 Right, Verse
9854 \family default
9855 : level #2]
9856 \end_layout
9857
9858 \begin_layout Verse
9859 Fiddle dee, Fiddle doo.
9860 \newline
9861 Bippitey boppitey boo!
9862 \newline
9863 [
9864 \family sans
9865 M-Return
9866 \family default
9867 ]
9868 \end_layout
9869
9870 \begin_layout Verse
9871 Here comes a table for you:
9872 \end_layout
9873
9874 \begin_deeper
9875 \begin_layout Standard
9876 \begin_inset VSpace 0.3cm
9877 \end_inset
9878
9879
9880 \end_layout
9881
9882 \begin_layout Standard
9883 \align center
9884 \begin_inset Tabular
9885 <lyxtabular version="3" rows="2" columns="2">
9886 <features>
9887 <column alignment="center" valignment="top" width="0pt">
9888 <column alignment="center" valignment="top" leftline="true" width="0pt">
9889 <row>
9890 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Standard
9894
9895 \family roman
9896 \series medium
9897 \shape up
9898 \size normal
9899 \emph off
9900 \bar no
9901 \noun off
9902 \color none
9903 one-fish
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Standard
9912
9913 \family roman
9914 \series medium
9915 \shape up
9916 \size normal
9917 \emph off
9918 \bar no
9919 \noun off
9920 \color none
9921 two-fish
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row topline="true">
9928 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Standard
9932
9933 \family roman
9934 \series medium
9935 \shape up
9936 \size normal
9937 \emph off
9938 \bar no
9939 \noun off
9940 \color none
9941 red-fish
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Standard
9950
9951 \family roman
9952 \series medium
9953 \shape up
9954 \size normal
9955 \emph off
9956 \bar no
9957 \noun off
9958 \color none
9959 blue-fish
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 </row>
9965 </lyxtabular>
9966
9967 \end_inset
9968
9969
9970 \end_layout
9971
9972 \end_deeper
9973 \begin_layout Verse
9974 [
9975 \family sans
9976 M-Return, Table, M-p\InsetSpace ~
9977 Right
9978 \family default
9979  3 times, 
9980 \family sans
9981 M-Return, Verse, M-p\InsetSpace ~
9982 Left
9983 \family default
9984 ]
9985 \end_layout
9986
9987 \end_deeper
9988 \begin_layout Enumerate
9989 [
9990 \family sans
9991 Return, Enumerate
9992 \family default
9993 : level #1] This is another item.
9994  Note that selecting a 
9995 \family sans
9996 Table
9997 \family default
9998  resets the nesting depth to level #1, so we increased the nesting depth
9999  3 times to put the table inside the 
10000 \family sans
10001 Verse
10002 \family default
10003  environment.
10004  
10005 \end_layout
10006
10007 \begin_layout Quotation
10008 We're now ending the 
10009 \family sans
10010 Enumerate
10011 \family default
10012  list and changing to 
10013 \family sans
10014 Quotation
10015 \family default
10016 .
10017  We're still at level #1.
10018  We want to show you some of the things you can do by mixing environments.
10019  The next set of paragraphs is a 
10020 \begin_inset Quotes eld
10021 \end_inset
10022
10023 quoted letter.
10024 \begin_inset Quotes erd
10025 \end_inset
10026
10027  We'll nest both the 
10028 \family sans
10029 Address
10030 \family default
10031  and 
10032 \family sans
10033 Right\InsetSpace ~
10034 Address
10035 \family default
10036  environments inside of this one, then use another nested 
10037 \family sans
10038 Quotation
10039 \family default
10040  for the letter body.
10041  We'll use 
10042 \family sans
10043 M-Return
10044 \family default
10045  to preserve the depth.
10046  Remember that you need to use 
10047 \family sans
10048 C-Return
10049 \family default
10050  to create multiple lines inside the 
10051 \family sans
10052 Address
10053 \family default
10054  and 
10055 \family sans
10056 Right\InsetSpace ~
10057 Address
10058 \family default
10059  environments.
10060  Here it goes:
10061 \end_layout
10062
10063 \begin_deeper
10064 \begin_layout Right Address
10065 1234 Nowhere Rd.
10066 \newline
10067 Moosegroin, MT 00100
10068 \newline
10069 9-6-96
10070 \end_layout
10071
10072 \begin_layout Address
10073 Dear Mr.\InsetSpace ~
10074 Fizlewitz:
10075 \end_layout
10076
10077 \begin_layout Quotation
10078 We regret to inform you that we cannot fill your order for 50L of compressed
10079  methane gas due to circumstances beyond our control.
10080  Unfortunately, several of our cows have mysteriously exploded, creating
10081  a backlog in our orders for methane.
10082  We will place your name on the waiting list and try to fill your order
10083  as soon as possible.
10084  In the meantime, we thank you for your patience.
10085 \end_layout
10086
10087 \begin_layout Quotation
10088 We do, however, now have a special on beef.
10089  If you are interested, please return the enclosed pricing and order form
10090  with your order, along with payment.
10091 \end_layout
10092
10093 \begin_layout Quotation
10094 We thank you again for your patience.
10095 \end_layout
10096
10097 \begin_layout Address
10098 Sincerely,
10099 \newline
10100 Bill Hick
10101 \end_layout
10102
10103 \end_deeper
10104 \begin_layout Quotation
10105 That ends that example!
10106 \end_layout
10107
10108 \begin_layout Standard
10109 As you can see, nesting environments in LyX gives you a lot of power with
10110  just a few keystrokes.
10111  We could have easily nested an 
10112 \family sans
10113 Itemize
10114 \family default
10115  list inside of a 
10116 \family sans
10117 Quotation
10118 \family default
10119  or 
10120 \family sans
10121 Quote
10122 \family default
10123 , or put a 
10124 \family sans
10125 Quote
10126 \family default
10127  inside of an 
10128 \family sans
10129 Itemize
10130 \family default
10131  list.
10132  You have a huge variety of options at your disposal.
10133 \end_layout
10134
10135 \begin_layout Section
10136 Fonts and Text Styles
10137 \end_layout
10138
10139 \begin_layout Subsection
10140 Overview
10141 \end_layout
10142
10143 \begin_layout Standard
10144 Many modern typesetting and markup languages have begun to move towards
10145  specifying character styles rather than specifying a particular font.
10146  For example, instead of changing to an italicized version of the current
10147  font to emphasize text, you use an 
10148 \begin_inset Quotes eld
10149 \end_inset
10150
10151 emphasized style
10152 \begin_inset Quotes erd
10153 \end_inset
10154
10155  instead.
10156  This concept fits in perfectly with LyX.
10157  In LyX, you do things based on contexts, rather than focusing on typesetting
10158  details.
10159 \end_layout
10160
10161 \begin_layout Standard
10162 Right now, LyX allows you to specify a global default font, and has two
10163  character styles, 
10164 \family sans
10165 Emphasized
10166 \family default
10167  and 
10168 \family sans
10169 Noun
10170 \family default
10171 .
10172  The 
10173 \family sans
10174 Emphasized
10175 \family default
10176  style corresponds to an italics font.
10177  The 
10178 \family sans
10179 Noun
10180 \family default
10181  style corresponds to a font in smallcaps, which some languages and writing
10182  styles use to typeset proper names.
10183  The LyX Team has at last (as of LyX version\InsetSpace ~
10184 1.4) introduced true character
10185  styles, but currently these must be defined explicitly in the document
10186  layout file.
10187  There's currently no GUI support to define new, or tweak existing, character
10188  styles to allow you, the user, to customize which font changes correspond
10189  to what styles.
10190 \end_layout
10191
10192 \begin_layout Subsection
10193 Global Options
10194 \end_layout
10195
10196 \begin_layout Standard
10197 You can set the default font from the 
10198 \family sans
10199 \bar under
10200 D
10201 \bar default
10202 ocument\SpecialChar \menuseparator
10203
10204 \bar under
10205 S
10206 \bar default
10207 ettings
10208 \family default
10209  dialog.
10210  The 
10211 \family sans
10212 Fonts
10213 \family default
10214  tabfolder/pane offers you a variety of possibilities to set up and adjust
10215  your document fonts.
10216  The most important ones are those in the 
10217 \family sans
10218 Font Families
10219 \family default
10220  and 
10221 \family sans
10222 Font Sizes
10223 \family default
10224  group.
10225  The possible options under 
10226 \family sans
10227 Font Families
10228 \family default
10229  include 
10230 \begin_inset Quotes eld
10231 \end_inset
10232
10233
10234 \family sans
10235 Default
10236 \family default
10237
10238 \begin_inset Quotes erd
10239 \end_inset
10240
10241  and a list of fonts available on your system, each for the 
10242 \family sans
10243 \bar under
10244 R
10245 \bar default
10246 oman
10247 \family default
10248
10249 \family sans
10250 \bar under
10251 S
10252 \bar default
10253 ans Serif
10254 \family default
10255  and 
10256 \family sans
10257 T
10258 \bar under
10259 y
10260 \bar default
10261 pewriter
10262 \family default
10263  (a.\InsetSpace \thinspace{}
10264 k.\InsetSpace \thinspace{}
10265 a.
10266  Monospaced) family of fonts.
10267  The option 
10268 \begin_inset Quotes eld
10269 \end_inset
10270
10271
10272 \family sans
10273 Default
10274 \family default
10275
10276 \begin_inset Quotes erd
10277 \end_inset
10278
10279  uses the fonts that are specified by the document class you are using.
10280  Often, these are the standard TeX fonts, known as 
10281 \begin_inset Quotes eld
10282 \end_inset
10283
10284 computer modern
10285 \begin_inset Quotes erd
10286 \end_inset
10287
10288  (cm) or 
10289 \begin_inset Quotes eld
10290 \end_inset
10291
10292 European modern
10293 \begin_inset Quotes erd
10294 \end_inset
10295
10296  (ec).
10297  Depending on the document class, however, it might as well be another font.
10298  Most fonts in the list should be installed on your system.
10299  For others, you might have to get and install the fonts first (LyX indicates
10300  if a font is not installed).
10301  Please have a look at 
10302 \family sans
10303 \bar under
10304 H
10305 \bar default
10306 elp\SpecialChar \menuseparator
10307
10308 \bar under
10309 L
10310 \bar default
10311 aTeX Configuration 
10312 \family default
10313 about where to get the fonts.
10314  Installing a new font for LaTeX is, unfortunately, not as easy as installing
10315  a new font to common operation systems.
10316  However, most font packages include a step-by-step instruction.
10317 \end_layout
10318
10319 \begin_layout Standard
10320 In most cases, the default family of a document class is roman (a.\InsetSpace \thinspace{}
10321 k.\InsetSpace \thinspace{}
10322 a.
10323  serif), so the roman font (e.\InsetSpace \thinspace{}
10324 g.
10325  Times) will be used all over, unless you select 
10326 \begin_inset Quotes eld
10327 \end_inset
10328
10329 Sans Serif
10330 \begin_inset Quotes erd
10331 \end_inset
10332
10333  od 
10334 \begin_inset Quotes eld
10335 \end_inset
10336
10337 Typewriter
10338 \begin_inset Quotes erd
10339 \end_inset
10340
10341  from 
10342 \family sans
10343 \bar under
10344 E
10345 \bar default
10346 dit\SpecialChar \menuseparator
10347 Text St
10348 \bar under
10349 y
10350 \bar default
10351 le 
10352 \family default
10353 for specific selections of the text (see below section 
10354 \begin_inset LatexCommand \ref{sub:Text-Style-Dialog}
10355
10356 \end_inset
10357
10358 ).
10359
10360 \family sans
10361  
10362 \family default
10363 The 
10364 \family sans
10365 Default\InsetSpace ~
10366 Family
10367 \family default
10368  option lets you change this.
10369  So if you want your document (including footnotes etc.), say, all over in
10370  Helvetica, chose 
10371 \begin_inset Quotes eld
10372 \end_inset
10373
10374 Helvetica
10375 \begin_inset Quotes erd
10376 \end_inset
10377
10378  as 
10379 \family sans
10380 Sans Serif
10381 \family default
10382  Font and 
10383 \begin_inset Quotes eld
10384 \end_inset
10385
10386 Sans Serif
10387 \begin_inset Quotes erd
10388 \end_inset
10389
10390  as 
10391 \family sans
10392 Default\InsetSpace ~
10393 Family
10394 \family default
10395 .
10396 \end_layout
10397
10398 \begin_layout Standard
10399 In the 
10400 \family sans
10401 Font\InsetSpace ~
10402
10403 \bar under
10404 S
10405 \bar default
10406 izes
10407 \family default
10408  group, you can usually select from four possible 
10409 \family sans
10410 Base\InsetSpace ~
10411 Size
10412 \family default
10413  values: 
10414 \family sans
10415 default, 10
10416 \family default
10417
10418 \family sans
10419 11
10420 \family default
10421 , and 
10422 \family sans
10423 12
10424 \family default
10425  (some document classes provide more, some less choices).
10426  Remember, this is the 
10427 \emph on
10428 base
10429 \emph default
10430  font size.
10431  LyX actually scales all of the other possible font sizes (such as those
10432  used in footnotes, superscripts, and subscripts) by this value.
10433  You can always fine-tune the font size from within the document if you
10434  need to.
10435  It's also rather silly to use an 8pt or 24pt font as the default font size,
10436  as this typically renders your document unreadable.
10437 \end_layout
10438
10439 \begin_layout Standard
10440 Some Sans Serif and Typewriter Fonts provide the possibility to be scaled.
10441  This might be useful, if a Sans Serif or Typewriter Font has a different
10442  height than the Roman Font.
10443  Please be careful with this option, it can be easily misused.
10444 \end_layout
10445
10446 \begin_layout Standard
10447 In the 
10448 \family sans
10449 Advanced Options
10450 \family default
10451  group box, you'll finally find possibilities for using so-called 
10452 \begin_inset Quotes eld
10453 \end_inset
10454
10455 expert settings
10456 \begin_inset Quotes erd
10457 \end_inset
10458
10459 , given that they are provided by a certain font.
10460  
10461 \family sans
10462 Use true S
10463 \bar under
10464 m
10465 \bar default
10466 all Caps
10467 \family default
10468  indicates that lots of fonts do not use real, but 
10469 \emph on
10470 faked
10471 \emph default
10472  Small Caps.
10473  True Small Caps are specifically designed characters, whereas faked Small
10474  Caps are just scaled Capital letters.
10475  The former looks way better, so if a font offers you the choice, you should
10476  check this option.
10477  
10478 \family sans
10479 Use 
10480 \bar under
10481 O
10482 \bar default
10483 ld Style Figures
10484 \family default
10485  finally lets you select so called Old Style Figures (a.\InsetSpace \thinspace{}
10486 k.\InsetSpace \thinspace{}
10487 a.
10488  Medieval Figures, i.\InsetSpace \thinspace{}
10489 e.
10490  figures with ascending or descending form) instead of the standard Lining
10491  Figures.
10492  Old Style Figures are often preferred due to better legibility in the text,
10493  but it's certainly also a matter of taste.
10494  Just try it out, if it is provided for your font of choice.
10495  Note that math figures are 
10496 \emph on
10497 not
10498 \emph default
10499  affected by this choice.
10500 \end_layout
10501
10502 \begin_layout Standard
10503 Please note that even if LyX tries its best in guessing what fonts are installed
10504  and which options are provided by a given font, it might fail if the fonts
10505  are not set up correctly.
10506 \end_layout
10507
10508 \begin_layout Standard
10509 Note further that once you choose a new value for 
10510 \family sans
10511 \bar under
10512 F
10513 \bar default
10514 onts
10515 \family default
10516  or 
10517 \family sans
10518 Font\InsetSpace ~
10519
10520 \bar under
10521 S
10522 \bar default
10523 ize
10524 \family default
10525 , LyX does 
10526 \emph on
10527 not
10528 \emph default
10529  change the screen.
10530  You'll only see a difference once you generate the final output.
10531  This is part of the WYSIWYM concept.
10532  The only visible change is caused by a change of the default font family.
10533  However, you certainly noticed that, for instance, the roman font on screen
10534  is just a representation of 
10535 \begin_inset Quotes eld
10536 \end_inset
10537
10538 Roman
10539 \begin_inset Quotes erd
10540 \end_inset
10541
10542  (as set up in the 
10543 \family sans
10544 \bar under
10545 T
10546 \bar default
10547 ools\SpecialChar \menuseparator
10548
10549 \bar under
10550 P
10551 \bar default
10552 references
10553 \family default
10554  dialog), not of the actual roman document font.
10555 \end_layout
10556
10557 \begin_layout Subsection
10558 Using Different Character Styles
10559 \end_layout
10560
10561 \begin_layout Standard
10562 As we've already seen, LyX automatically changes the character style for
10563  certain paragraph environments.
10564  We also mentioned two other character styles, 
10565 \family sans
10566 Emphasized
10567 \family default
10568  and 
10569 \family sans
10570 Noun
10571 \family default
10572 .
10573  You can activate both of these styles via keybindings, the menus, and the
10574  toolbar.
10575 \end_layout
10576
10577 \begin_layout Standard
10578 To activate the 
10579 \family sans
10580 Noun
10581 \family default
10582  style, do one of the following:
10583 \end_layout
10584
10585 \begin_layout Itemize
10586 click on the toolbar button with the person-shaped icon
10587 \end_layout
10588
10589 \begin_layout Itemize
10590 use the keybinding 
10591 \family sans
10592 M-c\InsetSpace ~
10593 c
10594 \end_layout
10595
10596 \begin_layout Standard
10597 These commands are all toggles.
10598  That is, if 
10599 \family sans
10600 Noun
10601 \family default
10602  style is already active, they deactivate it.
10603 \end_layout
10604
10605 \begin_layout Standard
10606 One typically uses the 
10607 \family sans
10608 Noun
10609 \family default
10610  style for proper names.
10611  For example: 
10612 \begin_inset Quotes eld
10613 \end_inset
10614
10615
10616 \noun on
10617 Matthias Ettrich
10618 \noun default
10619  is the original author of LyX.
10620 \begin_inset Quotes erd
10621 \end_inset
10622
10623
10624 \end_layout
10625
10626 \begin_layout Standard
10627 A more widely used character style is the 
10628 \family sans
10629 Emphasized
10630 \family default
10631  style.
10632  You can activate [or deactivate - it's also a toggle] the 
10633 \family sans
10634 Emphasized
10635 \family default
10636  style by:
10637 \end_layout
10638
10639 \begin_layout Itemize
10640 clicking on the toolbar button with the 
10641 \begin_inset Quotes eld
10642 \end_inset
10643
10644 !
10645 \begin_inset Quotes erd
10646 \end_inset
10647
10648  character on it
10649 \end_layout
10650
10651 \begin_layout Itemize
10652 using the keybindings 
10653 \family sans
10654 M-c\InsetSpace ~
10655 e
10656 \end_layout
10657
10658 \begin_layout Standard
10659 At the moment, the 
10660 \family sans
10661 Emphasized
10662 \family default
10663  style is equivalent to an italicized font.
10664  We have plans to make that association more user-configurable in the future.
10665 \end_layout
10666
10667 \begin_layout Standard
10668 We've been using the 
10669 \family sans
10670 Emphasized
10671 \family default
10672  style all over the place in this document.
10673  Here's one more example:
10674 \end_layout
10675
10676 \begin_layout Quotation
10677
10678 \emph on
10679 Don't overuse character styles!
10680 \end_layout
10681
10682 \begin_layout Standard
10683 It's also a warning in addition to an example.
10684  One's writing should parallel ordinary conversation.
10685  Since we don't all constantly scream at each other, we should also avoid
10686  the common tendency to overuse character style.
10687  
10688 \end_layout
10689
10690 \begin_layout Standard
10691 Oh --- one last note: You can always reset to the default font using the
10692  keybinding 
10693 \family sans
10694 M-c\InsetSpace ~
10695 Space
10696 \family default
10697 .
10698 \end_layout
10699
10700 \begin_layout Subsection
10701 Fine-Tuning with the 
10702 \family sans
10703 Character Layout
10704 \family default
10705  dialog
10706 \begin_inset LatexCommand \label{sub:Text-Style-Dialog}
10707
10708 \end_inset
10709
10710
10711 \end_layout
10712
10713 \begin_layout Standard
10714 There are always occasions when you'll need to do some fine-tuning, so LyX
10715  gives you a way to create custom character style.
10716  For example, an academic journal or a corporation may have a style sheet
10717  requiring a sans-serif font be used in certain situations.
10718 \begin_inset Foot
10719 status collapsed
10720
10721 \begin_layout Standard
10722 Note from 
10723 \noun on
10724 John Weiss
10725 \noun default
10726 : There is, in fact, such a style sheet for the LyX Documentation, since
10727  manuals need a certain amount of consistency.
10728 \end_layout
10729
10730 \end_inset
10731
10732  Also, writers sometimes use a different font to offset a character's thoughts
10733  from ordinary dialogue.
10734 \end_layout
10735
10736 \begin_layout Standard
10737 Before we document how to use custom character style, we want to issue a
10738  warning yet again: Don't overuse character styles.
10739  Many modern word processors have a vast array of fonts available to them,
10740  providing you with the power of a printing press.
10741  Unfortunately, there is a tendency to overuse that power.
10742  The phrase, 
10743 \begin_inset Quotes eld
10744 \end_inset
10745
10746 Using a sledgehammer to swat a fly,
10747 \begin_inset Quotes erd
10748 \end_inset
10749
10750  comes to mind.
10751  And, as the old saying implies, documents that overuse different fonts
10752  and sizes tend to look like someone's knocked huge holes in them.
10753 \end_layout
10754
10755 \begin_layout Standard
10756 Enough complaining.
10757 \end_layout
10758
10759 \begin_layout Standard
10760 To use custom fonts, open the 
10761 \family sans
10762 \bar under
10763 E
10764 \bar default
10765 dit\SpecialChar \menuseparator
10766 Text\InsetSpace ~
10767
10768 \bar under
10769 S
10770 \bar default
10771 tyle
10772 \family default
10773  dialog.
10774  There are seven buttons on this dialog, each corresponding to a different
10775  font property which you can choose.
10776  You can choose an option for one of these seven properties, or select 
10777 \family sans
10778 No\InsetSpace ~
10779 change
10780 \family default
10781 , which keeps the current state of that property.
10782  The item 
10783 \family sans
10784 Reset
10785 \family default
10786  will reset the property to whatever is the default for the hosting paragraph
10787  environment.
10788  You can use this to reset attributes across a bunch of different paragraph
10789  environments in a snap.
10790 \end_layout
10791
10792 \begin_layout Standard
10793 The seven font properties, and their options [in addition to 
10794 \family sans
10795 No\InsetSpace ~
10796 change
10797 \family default
10798  and 
10799 \family sans
10800 Reset
10801 \family default
10802 ] are:
10803 \end_layout
10804
10805 \begin_layout Labeling
10806 \labelwidthstring MMMMM
10807
10808 \family sans
10809 \bar under
10810 F
10811 \bar default
10812 amily
10813 \family default
10814  The 
10815 \begin_inset Quotes eld
10816 \end_inset
10817
10818 overall look
10819 \begin_inset Quotes erd
10820 \end_inset
10821
10822  of the font.
10823  The possible options are:
10824 \end_layout
10825
10826 \begin_deeper
10827 \begin_layout Labeling
10828 \labelwidthstring MMMMMM
10829
10830 \family sans
10831 Roman
10832 \family default
10833  This is the Roman font family.
10834 \end_layout
10835
10836 \begin_deeper
10837 \begin_layout Standard
10838 It's also the default family.
10839  [keybinding = 
10840 \family sans
10841 M-c\InsetSpace ~
10842 r
10843 \family default
10844 ]
10845 \end_layout
10846
10847 \end_deeper
10848 \begin_layout Labeling
10849 \labelwidthstring MMMMMM
10850
10851 \family sans
10852 Sans\InsetSpace ~
10853 Serif
10854 \family default
10855  
10856 \family sans
10857 This is the Sans Serif font family.
10858 \end_layout
10859
10860 \begin_deeper
10861 \begin_layout Standard
10862 [keybinding = 
10863 \family sans
10864 M-c\InsetSpace ~
10865 s
10866 \family default
10867 ]
10868 \end_layout
10869
10870 \end_deeper
10871 \begin_layout Labeling
10872 \labelwidthstring MMMMMM
10873
10874 \family sans
10875 Typewriter
10876 \family default
10877  
10878 \family typewriter
10879 This is the Typewriter font family.
10880 \end_layout
10881
10882 \begin_deeper
10883 \begin_layout Standard
10884 [keybinding = 
10885 \family sans
10886 M-c\InsetSpace ~
10887 p
10888 \family default
10889 ]
10890 \end_layout
10891
10892 \end_deeper
10893 \end_deeper
10894 \begin_layout Labeling
10895 \labelwidthstring MMMMM
10896
10897 \family sans
10898 \bar under
10899 S
10900 \bar default
10901 eries
10902 \family default
10903  This corresponds to the print weight.
10904  Options are:
10905 \end_layout
10906
10907 \begin_deeper
10908 \begin_layout Labeling
10909 \labelwidthstring MMMMMM
10910
10911 \family sans
10912 Medium
10913 \family default
10914  This is the Medium font series.
10915 \end_layout
10916
10917 \begin_deeper
10918 \begin_layout Standard
10919 It's also the default series.
10920 \end_layout
10921
10922 \end_deeper
10923 \begin_layout Labeling
10924 \labelwidthstring MMMMMM
10925
10926 \family sans
10927 Bold
10928 \family default
10929  
10930 \series bold
10931 This is the Bold font series.
10932 \end_layout
10933
10934 \begin_deeper
10935 \begin_layout Standard
10936 You can toggle this series on or off with the keybinding 
10937 \family sans
10938 M-c\InsetSpace ~
10939 b
10940 \family default
10941 .
10942 \end_layout
10943
10944 \end_deeper
10945 \end_deeper
10946 \begin_layout Labeling
10947 \labelwidthstring MMMMM
10948
10949 \family sans
10950 S
10951 \bar under
10952 h
10953 \bar default
10954 ape
10955 \family default
10956  As the name implies.
10957  Options are:
10958 \end_layout
10959
10960 \begin_deeper
10961 \begin_layout Labeling
10962 \labelwidthstring MMMMMM
10963
10964 \family sans
10965 Upright
10966 \family default
10967  This is the Upright font shape.
10968 \end_layout
10969
10970 \begin_deeper
10971 \begin_layout Standard
10972 It's also the default shape.
10973 \end_layout
10974
10975 \end_deeper
10976 \begin_layout Labeling
10977 \labelwidthstring MMMMMM
10978
10979 \family sans
10980 Italic
10981 \family default
10982  
10983 \shape italic
10984 This 
10985 \family sans
10986 i
10987 \family default
10988 s the Italic font shape
10989 \shape default
10990 \emph on
10991 .
10992 \end_layout
10993
10994 \begin_layout Labeling
10995 \labelwidthstring MMMMMM
10996
10997 \family sans
10998 Slanted
10999 \family default
11000  
11001 \shape slanted
11002 This is the Slanted font shape
11003 \family sans
11004  
11005 \family default
11006 \shape default
11007 (although it might not be visible on screen, this is different from italic).
11008 \end_layout
11009
11010 \begin_layout Labeling
11011 \labelwidthstring MMMMMM
11012
11013 \family sans
11014 Small\InsetSpace ~
11015 Caps
11016 \family default
11017  
11018 \shape smallcaps
11019 This is the Small caps font shape
11020 \shape default
11021 \noun on
11022 .
11023 \end_layout
11024
11025 \end_deeper
11026 \begin_layout Labeling
11027 \labelwidthstring MMMMM
11028
11029 \family sans
11030 Si
11031 \bar under
11032 z
11033 \bar default
11034 e
11035 \family default
11036  Alters the size of the font.
11037  You'll find no numerical values here; all possible sizes are actually proportio
11038 nal to the default font size.
11039  Once again, you don't feed LyX the details, but a general description of
11040  what you want to do.
11041 \end_layout
11042
11043 \begin_deeper
11044 \begin_layout Standard
11045 The options [and their keybindings] are:
11046 \end_layout
11047
11048 \begin_layout Labeling
11049 \labelwidthstring MMMMMM
11050
11051 \family sans
11052 Tiny
11053 \family default
11054  
11055 \size tiny
11056 This is the 
11057 \begin_inset Quotes eld
11058 \end_inset
11059
11060 Tiny
11061 \begin_inset Quotes erd
11062 \end_inset
11063
11064  font size.
11065 \end_layout
11066
11067 \begin_deeper
11068 \begin_layout Standard
11069 [keybinding = 
11070 \family sans
11071 M-s\InsetSpace ~
11072 t
11073 \family default
11074  or 
11075 \family sans
11076 M-s\InsetSpace ~
11077 1
11078 \family default
11079 ]
11080 \end_layout
11081
11082 \end_deeper
11083 \begin_layout Labeling
11084 \labelwidthstring MMMMMM
11085
11086 \family sans
11087 Smallest 
11088 \family default
11089 \size scriptsize
11090 This is the 
11091 \begin_inset Quotes eld
11092 \end_inset
11093
11094 Smallest
11095 \begin_inset Quotes erd
11096 \end_inset
11097
11098  font size
11099 \end_layout
11100
11101 \begin_deeper
11102 \begin_layout Standard
11103 [keybinding = 
11104 \family sans
11105 M-s\InsetSpace ~
11106
11107 \family default
11108 2]
11109 \end_layout
11110
11111 \end_deeper
11112 \begin_layout Labeling
11113 \labelwidthstring MMMMMM
11114
11115 \family sans
11116 Smaller 
11117 \family default
11118 \size footnotesize
11119 This is the 
11120 \begin_inset Quotes eld
11121 \end_inset
11122
11123 Smaller
11124 \begin_inset Quotes erd
11125 \end_inset
11126
11127  font size
11128 \end_layout
11129
11130 \begin_deeper
11131 \begin_layout Standard
11132 [keybinding = 
11133 \family sans
11134 M-s\InsetSpace ~
11135 S
11136 \family default
11137  or 
11138 \family sans
11139 M-s\InsetSpace ~
11140
11141 \family default
11142 3]
11143 \end_layout
11144
11145 \end_deeper
11146 \begin_layout Labeling
11147 \labelwidthstring MMMMMM
11148
11149 \family sans
11150 Small
11151 \family default
11152  
11153 \size small
11154 This is the 
11155 \begin_inset Quotes eld
11156 \end_inset
11157
11158 Small
11159 \begin_inset Quotes erd
11160 \end_inset
11161
11162  font size.
11163 \end_layout
11164
11165 \begin_deeper
11166 \begin_layout Standard
11167 [keybinding = 
11168 \family sans
11169 M-s\InsetSpace ~
11170 s
11171 \family default
11172  or 
11173 \family sans
11174 M-s\InsetSpace ~
11175
11176 \family default
11177 4]
11178 \end_layout
11179
11180 \end_deeper
11181 \begin_layout Labeling
11182 \labelwidthstring MMMMMM
11183
11184 \family sans
11185 Normal
11186 \family default
11187  This is the 
11188 \begin_inset Quotes eld
11189 \end_inset
11190
11191 Normal
11192 \begin_inset Quotes erd
11193 \end_inset
11194
11195  font size.
11196 \end_layout
11197
11198 \begin_deeper
11199 \begin_layout Standard
11200 It's also the default size.
11201  [keybinding = 
11202 \family sans
11203 M-s\InsetSpace ~
11204 n
11205 \family default
11206  or 
11207 \family sans
11208 M-s\InsetSpace ~
11209
11210 \family default
11211 5]
11212 \end_layout
11213
11214 \end_deeper
11215 \begin_layout Labeling
11216 \labelwidthstring MMMMMM
11217
11218 \family sans
11219 Large
11220 \family default
11221  
11222 \size large
11223 This is the 
11224 \begin_inset Quotes eld
11225 \end_inset
11226
11227 Large
11228 \begin_inset Quotes erd
11229 \end_inset
11230
11231  font size.
11232 \end_layout
11233
11234 \begin_deeper
11235 \begin_layout Standard
11236 [keybinding = 
11237 \family sans
11238 M-s\InsetSpace ~
11239 l
11240 \family default
11241  or 
11242 \family sans
11243 M-s\InsetSpace ~
11244
11245 \family default
11246 6]
11247 \end_layout
11248
11249 \end_deeper
11250 \begin_layout Labeling
11251 \labelwidthstring MMMMMM
11252
11253 \family sans
11254 Larger
11255 \family default
11256  
11257 \size larger
11258 This is the 
11259 \begin_inset Quotes eld
11260 \end_inset
11261
11262 Larger
11263 \begin_inset Quotes erd
11264 \end_inset
11265
11266  font size.
11267 \end_layout
11268
11269 \begin_deeper
11270 \begin_layout Standard
11271 [keybinding = 
11272 \family sans
11273 M-s\InsetSpace ~
11274 S-L
11275 \family default
11276  or 
11277 \family sans
11278 M-s\InsetSpace ~
11279
11280 \family default
11281 7]
11282 \end_layout
11283
11284 \end_deeper
11285 \begin_layout Labeling
11286 \labelwidthstring MMMMMM
11287
11288 \family sans
11289 Largest
11290 \family default
11291  
11292 \size largest
11293 This is the 
11294 \begin_inset Quotes eld
11295 \end_inset
11296
11297 Largest
11298 \begin_inset Quotes erd
11299 \end_inset
11300
11301  font size.
11302 \end_layout
11303
11304 \begin_deeper
11305 \begin_layout Standard
11306 [keybinding = 
11307 \family sans
11308 M-s\InsetSpace ~
11309
11310 \family default
11311 8]
11312 \end_layout
11313
11314 \end_deeper
11315 \begin_layout Labeling
11316 \labelwidthstring MMMMMM
11317
11318 \family sans
11319 Huge
11320 \family default
11321  
11322 \size huge
11323 This is the 
11324 \begin_inset Quotes eld
11325 \end_inset
11326
11327 Huge
11328 \begin_inset Quotes erd
11329 \end_inset
11330
11331  font size.
11332 \end_layout
11333
11334 \begin_deeper
11335 \begin_layout Standard
11336 [keybinding = 
11337 \family sans
11338 M-s\InsetSpace ~
11339 h
11340 \family default
11341  or 
11342 \family sans
11343 M-s\InsetSpace ~
11344
11345 \family default
11346 9]
11347 \end_layout
11348
11349 \end_deeper
11350 \begin_layout Labeling
11351 \labelwidthstring MMMMMM
11352
11353 \family sans
11354 Huger
11355 \family default
11356  
11357 \size giant
11358 This is the 
11359 \begin_inset Quotes eld
11360 \end_inset
11361
11362 Huger
11363 \begin_inset Quotes erd
11364 \end_inset
11365
11366  font size.
11367 \end_layout
11368
11369 \begin_deeper
11370 \begin_layout Standard
11371 [keybinding = 
11372 \family sans
11373 M-s\InsetSpace ~
11374 H
11375 \family default
11376  or 
11377 \family sans
11378 M-s\InsetSpace ~
11379
11380 \family default
11381 0]
11382 \end_layout
11383
11384 \end_deeper
11385 \begin_layout Standard
11386 We'll warn you 
11387 \emph on
11388 yet again
11389 \emph default
11390 : don't go crazy with this feature.
11391  You should almost never need to change the font size.
11392  LyX automatically changes the font size for different paragraph environments
11393  - use that instead.
11394  This is here for fine-tuning 
11395 \emph on
11396 only!
11397 \end_layout
11398
11399 \end_deeper
11400 \begin_layout Labeling
11401 \labelwidthstring MMMMM
11402
11403 \family sans
11404 \bar under
11405 M
11406 \bar default
11407 isc
11408 \family default
11409  Here you can change a few other things at the character level.
11410  Options are:
11411 \end_layout
11412
11413 \begin_deeper
11414 \begin_layout Labeling
11415 \labelwidthstring MMMMMM
11416
11417 \family sans
11418 Emph
11419 \family default
11420  
11421 \emph on
11422 This is text with emphasize on
11423 \emph default
11424 .
11425 \end_layout
11426
11427 \begin_deeper
11428 \begin_layout Standard
11429 This might seem like the same as 
11430 \shape italic
11431 Italic
11432 \shape default
11433 , but it is actually a bit different.
11434  If you use emphasize on italicized text, it will make it upright.
11435  In future versions of LyX, we hope to let you customize the exact behavior
11436  of this 
11437 \emph on
11438 logical
11439 \emph default
11440  property.
11441 \end_layout
11442
11443 \end_deeper
11444 \begin_layout Labeling
11445 \labelwidthstring MMMMMM
11446
11447 \family sans
11448 Underbar
11449 \family default
11450  
11451 \bar under
11452 This is text with Underbar on.
11453 \end_layout
11454
11455 \begin_deeper
11456 \begin_layout Standard
11457 [keybinding = 
11458 \family sans
11459 M-c\InsetSpace ~
11460 u
11461 \family default
11462 ]
11463 \end_layout
11464
11465 \end_deeper
11466 \begin_layout Labeling
11467 \labelwidthstring MMMMMM
11468
11469 \family sans
11470 Noun
11471 \family default
11472  
11473 \noun on
11474 This is text with Noun on.
11475 \end_layout
11476
11477 \begin_deeper
11478 \begin_layout Standard
11479 Like 
11480 \family sans
11481 Emph
11482 \family default
11483 , this is a logical attribute.
11484  For the moment, it is equivalent to 
11485 \family sans
11486 Small\InsetSpace ~
11487 Caps
11488 \family default
11489 , but that is bound to change some day.
11490 \end_layout
11491
11492 \end_deeper
11493 \begin_layout Standard
11494 Avoid using underbar if you can! It's a holdover from the typewriter days,
11495  when you couldn't change fonts.
11496  We no longer need to resort to emphasizing text by overstriking it with
11497  an underscore character.
11498  It's only included in LyX because it's also in LaTeX, and because some
11499  people 
11500 \emph on
11501 may
11502 \emph default
11503  need it in order to follow style sheets for journal submissions (and in
11504  fact we use it in these manuals to indicate keyboard shortcuts for menu
11505  items).
11506 \end_layout
11507
11508 \end_deeper
11509 \begin_layout Labeling
11510 \labelwidthstring 00.00.0000
11511
11512 \family sans
11513 Color 
11514 \family default
11515 You can adjust the color of the text with this control.
11516  Of course, you need to have a color printer to exploit this, but you also
11517  need to have the 
11518 \family sans
11519 color 
11520 \family default
11521 LaTeX package installed.
11522  Notice that 
11523 \family typewriter
11524 xdvi
11525 \family default
11526  is not able to display these colors.
11527  Besides 
11528 \family sans
11529 No\InsetSpace ~
11530 color
11531 \family default
11532 , which
11533 \family sans
11534  
11535 \family default
11536 is the standard 
11537 \begin_inset Quotes eld
11538 \end_inset
11539
11540 color
11541 \begin_inset Quotes erd
11542 \end_inset
11543
11544 , you can choose between 
11545 \family sans
11546 Black
11547 \family default
11548
11549 \family sans
11550 White
11551 \family default
11552
11553 \family sans
11554 Red
11555 \family default
11556
11557 \family sans
11558 Green
11559 \family default
11560
11561 \family sans
11562 Blue
11563 \family default
11564
11565 \family sans
11566 Cyan
11567 \family default
11568
11569 \family sans
11570 Magenta
11571 \family default
11572  and 
11573 \family sans
11574 Yellow
11575 \family default
11576  text.
11577 \end_layout
11578
11579 \begin_layout Labeling
11580 \labelwidthstring 00.00.0000
11581
11582 \family sans
11583 Language 
11584 \family default
11585 This is used to mark regions of text as having a different language from
11586  the language of the document.
11587  Text marked in this way will be underlined in blue to indicate the change.
11588 \end_layout
11589
11590 \begin_layout Standard
11591 You have a huge number of combinations to choose from.
11592 \end_layout
11593
11594 \begin_layout Standard
11595 Once you've chosen a new character style via the 
11596 \family sans
11597 \bar under
11598 E
11599 \bar default
11600 dit\SpecialChar \menuseparator
11601 Text\InsetSpace ~
11602
11603 \bar under
11604 S
11605 \bar default
11606 tyle
11607 \family default
11608  dialog, you can activate it using the toolbar button labelled 
11609 \begin_inset Quotes eld
11610 \end_inset
11611
11612 Font
11613 \begin_inset Quotes erd
11614 \end_inset
11615
11616 , or select 
11617 \family sans
11618 \bar under
11619 A
11620 \bar default
11621 pply
11622 \family default
11623 .
11624  The toolbar button lets you toggle the state of your custom character style
11625  even when the dialog isn't visible.
11626  
11627 \end_layout
11628
11629 \begin_layout Standard
11630 As we stated earlier, to completely reset the character style to the default,
11631  use 
11632 \family sans
11633 M-c\InsetSpace ~
11634 Space
11635 \family default
11636 .
11637  If you want to toggle only those properties that you have just changed
11638  (suppose you just sent the shape to 
11639 \begin_inset Quotes eld
11640 \end_inset
11641
11642 slanted
11643 \begin_inset Quotes erd
11644 \end_inset
11645
11646  and the series to 
11647 \begin_inset Quotes eld
11648 \end_inset
11649
11650 bold
11651 \begin_inset Quotes erd
11652 \end_inset
11653
11654 ), set the 
11655 \family sans
11656 Toggle on all these
11657 \family default
11658  switch and press 
11659 \family sans
11660 \bar under
11661 A
11662 \bar default
11663 pply
11664 \family default
11665 .
11666  
11667 \end_layout
11668
11669 \begin_layout Standard
11670 We conclude with the same warning we've been spewing: Don't overuse the
11671  fonts.
11672  They are, more often than not, a kludge and a horrible substitute for good
11673  writing.
11674  Your writing should speak for itself --- and will.
11675 \end_layout
11676
11677 \begin_layout Section
11678 Printing and Previewing
11679 \end_layout
11680
11681 \begin_layout Subsection
11682 Overview
11683 \end_layout
11684
11685 \begin_layout Standard
11686 Now that we've covered some of the basic features of document preparation
11687  using LyX, you probably want to know how to print out your masterpiece.
11688  Before we tell you that, however, we want to give you a quickie explanation
11689  of what goes on behind-the-scenes.
11690  We cover this information in much greater detail in the 
11691 \emph on
11692 Extended Features
11693 \emph default
11694  manual as well.
11695 \end_layout
11696
11697 \begin_layout Standard
11698 LyX uses a program called 
11699 \begin_inset Quotes eld
11700 \end_inset
11701
11702 LaTeX
11703 \begin_inset Quotes erd
11704 \end_inset
11705
11706  as its backend.
11707  (Actually, LaTeX is just a macro package for the TeX typesetting system,
11708  but to prevent confusion, we'll just refer to the whole magilla as 
11709 \begin_inset Quotes eld
11710 \end_inset
11711
11712 LaTeX.
11713 \begin_inset Quotes erd
11714 \end_inset
11715
11716 ) Think of it this way: LyX is what you use to do your actual writing.
11717  Then, LyX calls LaTeX to turn your writing into printable output.
11718  This happens in a couple of stages:
11719 \end_layout
11720
11721 \begin_layout Enumerate
11722 First, LyX converts your document to a series of text commands for LaTeX,
11723  generating a file with the extension, 
11724 \begin_inset Quotes eld
11725 \end_inset
11726
11727
11728 \family typewriter
11729 .tex
11730 \family default
11731
11732 \begin_inset Quotes erd
11733 \end_inset
11734
11735 .
11736  
11737 \end_layout
11738
11739 \begin_layout Enumerate
11740 Next, LaTeX uses the commands in the 
11741 \family typewriter
11742 .tex
11743 \family default
11744  file to produce printable output.
11745  It doesn't know anything about your printer, however.
11746  Instead, LaTeX produces what's known as a 
11747 \emph on
11748 device-independent
11749 \emph default
11750  file, or DVI for short.
11751  The actual output is in a file with the extension, 
11752 \begin_inset Quotes eld
11753 \end_inset
11754
11755
11756 \family typewriter
11757 .dvi
11758 \family default
11759
11760 \begin_inset Quotes erd
11761 \end_inset
11762
11763 .
11764  DVI files are completely portable; you can move them from one machine to
11765  another without needing to do any sort of conversion.
11766 \end_layout
11767
11768 \begin_deeper
11769 \begin_layout Description
11770 NOTE: The DVI file only contains what was in the LaTeX file itself.
11771  If you have included PostScript pictures in your document, there will only
11772  be a link to these files.
11773  So don't forget these files if you move your 
11774 \family typewriter
11775 .dvi
11776 \family default
11777  file to another computer.
11778 \end_layout
11779
11780 \end_deeper
11781 \begin_layout Enumerate
11782 Consider the 
11783 \family typewriter
11784 .dvi
11785 \family default
11786  file to be the 
11787 \begin_inset Quotes eld
11788 \end_inset
11789
11790 final output.
11791 \begin_inset Quotes erd
11792 \end_inset
11793
11794  Once you have it, you can view it, print it, or convert it to other formats.
11795 \end_layout
11796
11797 \begin_deeper
11798 \begin_layout Enumerate
11799 You can view 
11800 \family typewriter
11801 .dvi
11802 \family default
11803  files using a program called 
11804 \family typewriter
11805 xdvi
11806 \family default
11807 .
11808 \end_layout
11809
11810 \begin_layout Enumerate
11811 Some printers and Unix systems understand DVI, and can print your 
11812 \family typewriter
11813 .dvi
11814 \family default
11815  file directly.
11816 \end_layout
11817
11818 \begin_layout Enumerate
11819 Nowadays, most printers understand the PostScript format.
11820  LyX automatically converts the 
11821 \family typewriter
11822 .dvi
11823 \family default
11824  file to a PostScript file for you when you go to print out your document.
11825  LyX will also let you preview a PostScript version of your document using
11826  the program 
11827 \family typewriter
11828 ghostview
11829 \family default
11830 .
11831 \end_layout
11832
11833 \begin_deeper
11834 \begin_layout Standard
11835 One advantage of using PostScript® is that the converter program [called
11836  
11837 \family typewriter
11838 dvips
11839 \family default
11840 ] takes any PostScript graphics you may have included in your document and
11841  puts it into the resulting PostScript version of your document.
11842  It also includes any special fonts you may have used.
11843  That makes the PostScript version much, much more portable than the DVI
11844  version.
11845 \end_layout
11846
11847 \end_deeper
11848 \end_deeper
11849 \begin_layout Standard
11850 LyX does all of these steps automagically for you.
11851 \end_layout
11852
11853 \begin_layout Standard
11854 As you have seen, a lot of things happen before you get a hardcopy or a
11855  preview of your document.
11856  So, don't worry if printing requires a bit more time than with other word
11857  processors.
11858  The printed result is worth the wait.
11859  Quality always has its price.
11860 \end_layout
11861
11862 \begin_layout Subsection
11863 Quick Viewing with xdvi
11864 \end_layout
11865
11866 \begin_layout Standard
11867 To get a look at the final version of your document, with all of the pagebreaks
11868  in place, the footnotes correctly numbered, and so on, select 
11869 \family sans
11870 \bar under
11871 V
11872 \bar default
11873 iew\SpecialChar \menuseparator
11874
11875 \bar under
11876 D
11877 \bar default
11878 VI
11879 \family default
11880 .
11881  Then wait a while.
11882 \end_layout
11883
11884 \begin_layout Standard
11885 When all of the behind-the-scenes action is done, LyX calls the program
11886  
11887 \family typewriter
11888 xdvi
11889 \family default
11890 .
11891  You can now look at the results.
11892  [If you want more info on the 
11893 \family typewriter
11894 xdvi
11895 \family default
11896  program, see the 
11897 \family typewriter
11898 man
11899 \family default
11900 -pages.]
11901 \end_layout
11902
11903 \begin_layout Description
11904 Helpful-Tip: Keep the 
11905 \family typewriter
11906 xdvi
11907 \family default
11908  window open, maybe moving it to another desktop.
11909  Then, after you make changes to your document, just use 
11910 \family sans
11911 \bar under
11912 V
11913 \bar default
11914 iew\SpecialChar \menuseparator
11915
11916 \bar under
11917 U
11918 \bar default
11919 pdate\SpecialChar \menuseparator
11920
11921 \bar under
11922 D
11923 \bar default
11924 VI
11925 \family default
11926 .
11927  Now click on the 
11928 \family typewriter
11929 xdvi
11930 \family default
11931  window.
11932  The 
11933 \family typewriter
11934 xdvi
11935 \family default
11936  program will automatically reread the 
11937 \family typewriter
11938 .dvi
11939 \family default
11940  file and give you an updated view.
11941 \end_layout
11942
11943 \begin_layout Subsection
11944 Viewing the PostScript Version with ghostview
11945 \end_layout
11946
11947 \begin_layout Standard
11948 In general, using 
11949 \family typewriter
11950 xdvi
11951 \family default
11952  to view your document is the easiest and fastest way.
11953  There may be times, however, when you want to look at the PostScript version.
11954  One reason is fonts.
11955 \begin_inset Foot
11956 status collapsed
11957
11958 \begin_layout Standard
11959 Note from 
11960 \noun on
11961 John Weiss
11962 \noun default
11963 : Another reason is paranoia.
11964  I always like to look at the PostScript file before I print it, just so
11965  I see exactly what went to the printer\SpecialChar \ldots{}
11966
11967 \end_layout
11968
11969 \end_inset
11970
11971  You can use PostScript fonts in a LaTeX document, but 
11972 \family typewriter
11973 xdvi
11974 \family default
11975  won't show this.
11976  You'll need to use 
11977 \family typewriter
11978 ghostview
11979 \family default
11980  or some other PostScript file viewer to see the actual results.
11981 \end_layout
11982
11983 \begin_layout Standard
11984 To view the PostScript version of your document, select 
11985 \family sans
11986 Pos
11987 \bar under
11988 t
11989 \bar default
11990 Script
11991 \family default
11992  from the 
11993 \family sans
11994 \bar under
11995 V
11996 \bar default
11997 iew
11998 \family default
11999  menu.
12000  When all of the magic behind-the-scenes is done, LyX calls the program
12001 \family typewriter
12002  ghostview
12003 \family default
12004 .
12005  You can now look at the results.
12006 \end_layout
12007
12008 \begin_layout Standard
12009 You've guessed what the 
12010 \family sans
12011 \bar under
12012 U
12013 \bar default
12014 pdate\SpecialChar \menuseparator
12015 Pos
12016 \bar under
12017 t
12018 \bar default
12019 script
12020 \family default
12021  command from the 
12022 \family sans
12023 \bar under
12024 V
12025 \bar default
12026 iew
12027 \family default
12028  menu does, haven't you? Remember to click once in the 
12029 \family typewriter
12030 ghostview
12031 \family default
12032  window after this command to update the view.
12033 \end_layout
12034
12035 \begin_layout Subsection
12036 Printing the File
12037 \end_layout
12038
12039 \begin_layout Standard
12040 To print a file, select 
12041 \family sans
12042 \bar under
12043 P
12044 \bar default
12045 rint
12046 \family default
12047  from the 
12048 \family sans
12049 \bar under
12050 F
12051 \bar default
12052 ile
12053 \family default
12054  menu, or click on the toolbar button with the printer on it.
12055  This opens the 
12056 \family sans
12057 Print
12058 \family default
12059  dialog.
12060 \end_layout
12061
12062 \begin_layout Standard
12063 You can choose to only print even-numbered or odd-numbered pages - this
12064  is useful for printing on two sides: you can re-insert the pages after
12065  printing one set of pages, to print on the other side.
12066  Some printers spit out pages face-up, others, face-down.
12067  By choosing a particular order to print in, you can take the entire stack
12068  of pages out of the printer without needing to reorder them.
12069 \end_layout
12070
12071 \begin_layout Standard
12072 You can set the parameters in the 
12073 \family sans
12074 Destination
12075 \family default
12076  box as follows :
12077 \end_layout
12078
12079 \begin_layout Labeling
12080 \labelwidthstring MMMM
12081
12082 \family sans
12083 \bar under
12084 P
12085 \bar default
12086 rinter
12087 \family default
12088  This is the name of the printer to print to.
12089 \begin_inset Foot
12090 status collapsed
12091
12092 \begin_layout Standard
12093 Note that this printer name isn't for the 
12094 \family typewriter
12095 lpr
12096 \family default
12097  command but for 
12098 \family typewriter
12099 dvips
12100 \family default
12101 .
12102  That means 
12103 \family typewriter
12104 dvips
12105 \family default
12106  has to be configured for this printer name.
12107  See the section 
12108 \begin_inset LatexCommand \ref{sec:dvipsconfig}
12109
12110 \end_inset
12111
12112  or the 
12113 \family typewriter
12114 dvips
12115 \family default
12116  documentation for details.
12117  The default printer can also be set in 
12118 \family typewriter
12119 lyxrc
12120 \family default
12121 .
12122 \end_layout
12123
12124 \end_inset
12125
12126  The printer should understand PostScript files.
12127 \end_layout
12128
12129 \begin_layout Labeling
12130 \labelwidthstring MMMM
12131
12132 \family sans
12133 \bar under
12134 F
12135 \bar default
12136 ile
12137 \family default
12138  The name of a file to print to.
12139  The output will be in Post\SpecialChar \-
12140 Script format.
12141  The file will generally be written in the current directory, unless you
12142  specify the full path.
12143 \end_layout
12144
12145 \begin_layout Standard
12146 Note that printing may need little time, since LaTeX, 
12147 \family typewriter
12148 dvips
12149 \family default
12150  and, if you don't have a PostScript printer, 
12151 \family typewriter
12152 ghostscript
12153 \family default
12154  have to process your document.
12155 \end_layout
12156
12157 \begin_layout Section
12158 A Few Words about Typography
12159 \end_layout
12160
12161 \begin_layout Subsection
12162 Hyphens and Hyphenation
12163 \begin_inset LatexCommand \label{sec:hyphens}
12164
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \begin_layout Standard
12171 In LyX, the 
12172 \begin_inset Quotes eld
12173 \end_inset
12174
12175
12176 \family typewriter
12177 -
12178 \family default
12179
12180 \begin_inset Quotes erd
12181 \end_inset
12182
12183  character comes in three lengths, often called the 
12184 \emph on
12185 hyphen
12186 \emph default
12187 , the 
12188 \emph on
12189 en dash
12190 \emph default
12191 , and the 
12192 \emph on
12193 em dash
12194 \emph default
12195 :
12196 \end_layout
12197
12198 \begin_layout Enumerate
12199 hyphen
12200 \hfill
12201 -
12202 \hfill
12203 made with 
12204 \begin_inset Quotes eld
12205 \end_inset
12206
12207
12208 \family typewriter
12209 -
12210 \family default
12211
12212 \begin_inset Quotes eld
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Enumerate
12219 en dash
12220 \hfill
12221 --
12222 \hfill
12223 made with 
12224 \begin_inset Quotes eld
12225 \end_inset
12226
12227
12228 \family typewriter
12229 -
12230 \begin_inset ERT
12231 status collapsed
12232
12233 \begin_layout Standard
12234
12235
12236 \backslash
12237 /
12238 \end_layout
12239
12240 \end_inset
12241
12242 -
12243 \family default
12244
12245 \begin_inset Quotes erd
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \begin_layout Enumerate
12252 em dash
12253 \hfill
12254 ---
12255 \hfill
12256 made with 
12257 \begin_inset Quotes eld
12258 \end_inset
12259
12260
12261 \family typewriter
12262 -
12263 \begin_inset ERT
12264 status collapsed
12265
12266 \begin_layout Standard
12267
12268
12269 \backslash
12270 /
12271 \end_layout
12272
12273 \end_inset
12274
12275 -
12276 \begin_inset ERT
12277 status collapsed
12278
12279 \begin_layout Standard
12280
12281
12282 \backslash
12283 /
12284 \end_layout
12285
12286 \end_inset
12287
12288 -
12289 \family default
12290
12291 \begin_inset Quotes erd
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Enumerate
12298 minus sign
12299 \hfill
12300
12301 \begin_inset Formula $-$
12302 \end_inset
12303
12304
12305 \hfill
12306
12307 \begin_inset Quotes eld
12308 \end_inset
12309
12310
12311 \family typewriter
12312 -
12313 \family default
12314
12315 \begin_inset Quotes erd
12316 \end_inset
12317
12318  in math mode
12319 \end_layout
12320
12321 \begin_layout Standard
12322 You generate these by using the 
12323 \begin_inset Quotes eld
12324 \end_inset
12325
12326
12327 \family typewriter
12328 -
12329 \family default
12330
12331 \begin_inset Quotes erd
12332 \end_inset
12333
12334  character multiple times in a row.
12335  LyX automatically converts them to the appropriate length dash in the final
12336  output.
12337 \end_layout
12338
12339 \begin_layout Standard
12340 The three types of dash are distinct from the minus sign, which appears
12341  in math mode and has a length of its own.
12342  Here are some examples of the 
12343 \begin_inset Quotes eld
12344 \end_inset
12345
12346
12347 \family typewriter
12348 -
12349 \family default
12350
12351 \begin_inset Quotes erd
12352 \end_inset
12353
12354  in use:
12355 \end_layout
12356
12357 \begin_layout Enumerate
12358 line- and page-breaks
12359 \hfill
12360 (
12361 \emph on
12362 hyphen
12363 \emph default
12364 )
12365 \end_layout
12366
12367 \begin_layout Enumerate
12368 From A--Z
12369 \hfill
12370 (
12371 \emph on
12372 en dash
12373 \emph default
12374 )
12375 \end_layout
12376
12377 \begin_layout Enumerate
12378 Oh --- there's a dash.
12379 \hfill
12380 (
12381 \emph on
12382 em dash
12383 \emph default
12384 )
12385 \end_layout
12386
12387 \begin_layout Enumerate
12388 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12389 \end_inset
12390
12391
12392 \hfill
12393 (
12394 \emph on
12395 minus sign
12396 \emph default
12397 )
12398 \end_layout
12399
12400 \begin_layout Standard
12401 Those of you reading this from within LyX will see no difference, though
12402  there is one in the printed version.
12403 \end_layout
12404
12405 \begin_layout Standard
12406 One more note about hyphenation --- LyX automatically breaks up words and
12407  inserts hyphens in English text.
12408  The words won't be hyphenated until you generate the final output.
12409 \end_layout
12410
12411 \begin_layout Standard
12412 Actually, it's LaTeX that does this, and it will also hyphenate words in
12413  
12414 \emph on
12415 some
12416 \emph default
12417  other languages.
12418  To know whether (PDF)LaTeX hyphenates for 
12419 \emph on
12420 your
12421 \emph default
12422  language, look at any log file produced by a LaTeX run: it will say
12423 \end_layout
12424
12425 \begin_layout Quote
12426
12427 \family typewriter
12428 Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman,
12429  nohyphenation, loaded.
12430 \end_layout
12431
12432 \begin_layout Standard
12433 This tells you that, e.g., if you write in Finnish, you're out of luck.
12434  Study (for the teTeX distribution of LaTeX) the utilities 
12435 \family typewriter
12436 texconfig
12437 \family default
12438  and 
12439 \family typewriter
12440 fmtutil
12441 \family default
12442  in order to switch hyphenation on for your language by 
12443 \begin_inset Quotes eld
12444 \end_inset
12445
12446 uncommenting
12447 \begin_inset Quotes erd
12448 \end_inset
12449
12450  the relevant line in a file typically named 
12451 \family typewriter
12452 language.dat
12453 \family default
12454 .
12455  Sorry for the inconvenience.
12456 \end_layout
12457
12458 \begin_layout Standard
12459 If, for whatever reason, LaTeX 
12460 \emph on
12461 still
12462 \emph default
12463  can't break a word correctly (e.g., a compound word), you can set hyphenation
12464  points manually.
12465  This is done with the menu item 
12466 \family sans
12467 Hyphenation\InsetSpace ~
12468
12469 \bar under
12470 P
12471 \bar default
12472 oint
12473 \family default
12474  under 
12475 \family sans
12476 Special\InsetSpace ~
12477 F
12478 \bar under
12479 o
12480 \bar default
12481 rmatting
12482 \family default
12483  in the 
12484 \family sans
12485 \bar under
12486 I
12487 \bar default
12488 nsert
12489 \family default
12490  menu.
12491  Note that these extra hyphenation points are only recommendations to LaTeX.
12492  If no hyphenation is necessary, LaTeX will totally ignore them.
12493 \end_layout
12494
12495 \begin_layout Subsection
12496 Punctuation Marks
12497 \end_layout
12498
12499 \begin_layout Subsubsection
12500 Abbreviations and End of Sentence
12501 \begin_inset LatexCommand \label{sec:abbrev}
12502
12503 \end_inset
12504
12505
12506 \end_layout
12507
12508 \begin_layout Standard
12509 When LyX calls LaTeX to generate the final version of your document, LaTeX
12510  automatically distinguishes between words, sentences, and abbreviations.
12511  LaTeX then adds the 
12512 \begin_inset Quotes eld
12513 \end_inset
12514
12515 appropriate amount of space
12516 \begin_inset Quotes erd
12517 \end_inset
12518
12519 : sentences get a little bit more space between the period and the next
12520  word.
12521  Abbreviations get the same amount of space after the period as a word uses.
12522 \end_layout
12523
12524 \begin_layout Standard
12525 Unfortunately, the algorithm for figuring out what's an abbreviation and
12526  what's the end of a sentence is really quite brain-dead.
12527  If a 
12528 \begin_inset Quotes eld
12529 \end_inset
12530
12531
12532 \family typewriter
12533 .
12534 \family default
12535
12536 \begin_inset Quotes erd
12537 \end_inset
12538
12539  is at the end of a lowercase letter, it's the end of a sentence; if it's
12540  at the end of a capitalized letter, it's an abbreviation.
12541 \end_layout
12542
12543 \begin_layout Standard
12544 Here are some examples of 
12545 \emph on
12546 correct
12547 \emph default
12548  abbreviations and the end of a sentence:
12549 \end_layout
12550
12551 \begin_layout Itemize
12552 M.
12553  Butterfly
12554 \end_layout
12555
12556 \begin_layout Itemize
12557 Don't worry.
12558  Be happy.
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \SpecialChar \ldots{}
12563 and here's an example of the algorithm going wrong:
12564 \end_layout
12565
12566 \begin_layout Itemize
12567 e.
12568  g.
12569  this is too much space!
12570 \end_layout
12571
12572 \begin_layout Itemize
12573 This is I.
12574  It's okay.
12575 \end_layout
12576
12577 \begin_layout Standard
12578 You won't see anything wrong until you view a final version of your document.
12579 \end_layout
12580
12581 \begin_layout Standard
12582 To fix this problem, use one of the following:
12583 \end_layout
12584
12585 \begin_layout Enumerate
12586 Use an 
12587 \family sans
12588 Inter-word\InsetSpace ~
12589 Space
12590 \family default
12591  after lowercase abbreviations (see section\InsetSpace ~
12592
12593 \begin_inset LatexCommand \ref{sec:normblank-lbreak-horline}
12594
12595 \end_inset
12596
12597 ).
12598 \end_layout
12599
12600 \begin_layout Enumerate
12601 Use a 
12602 \family sans
12603 Thin\InsetSpace ~
12604 Space
12605 \family default
12606  between two tokens of an abbreviation (see section\InsetSpace ~
12607
12608 \begin_inset LatexCommand \ref{sec:thinblank-lbreak-horline}
12609
12610 \end_inset
12611
12612 ).
12613 \end_layout
12614
12615 \begin_layout Enumerate
12616 Use an 
12617 \family sans
12618 End\InsetSpace ~
12619 of\InsetSpace ~
12620 sentence\InsetSpace ~
12621 period
12622 \family default
12623  found under the 
12624 \family sans
12625 \bar under
12626 I
12627 \bar default
12628 nsert\SpecialChar \menuseparator
12629
12630 \bar under
12631 S
12632 \bar default
12633 pecial\InsetSpace ~
12634 Character
12635 \family default
12636  menu to force the use of inter-sentence spacing.
12637  This function is also bound to 
12638 \family sans
12639 C-period
12640 \family default
12641  for easy access.
12642 \end_layout
12643
12644 \begin_layout Standard
12645 With the corrections, our earlier examples look like this:
12646 \end_layout
12647
12648 \begin_layout Itemize
12649 e.\InsetSpace \thinspace{}
12650 g.\InsetSpace \space{}
12651 this is too much space!
12652 \end_layout
12653
12654 \begin_layout Itemize
12655 This is I\SpecialChar \@.
12656  It's okay.
12657 \end_layout
12658
12659 \begin_layout Standard
12660 Some languages don't use extra spacing between sentences.
12661  If your language is such a language, you don't need to worry about all
12662  of this.
12663  For those that do need to bother, there is help to catch those sneaky errors:
12664  check out the 
12665 \family sans
12666 \bar under
12667 T
12668 \bar default
12669 ools\SpecialChar \menuseparator
12670 C
12671 \bar under
12672 h
12673 \bar default
12674 eck\InsetSpace ~
12675 TeX
12676 \family default
12677  feature described in 
12678 \emph on
12679 Extended Editing
12680 \emph default
12681 .
12682 \end_layout
12683
12684 \begin_layout Subsubsection
12685 Quotes
12686 \begin_inset LatexCommand \label{sec:quotes}
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \begin_layout Standard
12694 LyX usually sets quotes correctly.
12695  Specifically, it will use an opening quote at the beginning of quoted text,
12696  and use a closing quote at the end.
12697  For example, 
12698 \begin_inset Quotes eld
12699 \end_inset
12700
12701 open close
12702 \begin_inset Quotes erd
12703 \end_inset
12704
12705 .
12706  The keyboard character, 
12707 \family sans
12708 "
12709 \family default
12710 , generates this automatically.
12711 \end_layout
12712
12713 \begin_layout Standard
12714
12715 \series bold
12716 New in version 1.4: 
12717 \series default
12718 To get single quotation marks, you have to press 
12719 \family sans
12720 C-"
12721 \family default
12722 .
12723   This produces quotation marks like this: 
12724 \begin_inset Quotes els
12725 \end_inset
12726
12727 '.
12728 \end_layout
12729
12730 \begin_layout Standard
12731 You can also select quotes for different languages via the 
12732 \family sans
12733 \bar under
12734 T
12735 \bar default
12736 ype
12737 \family default
12738  option.
12739  There are six choices:
12740 \end_layout
12741
12742 \begin_layout Labeling
12743 \labelwidthstring MMMMM
12744
12745 \family sans
12746 \begin_inset Quotes eld
12747 \end_inset
12748
12749 Text
12750 \begin_inset Quotes erd
12751 \end_inset
12752
12753
12754 \family default
12755  Use quotes like this 
12756 \begin_inset Quotes eld
12757 \end_inset
12758
12759 double
12760 \begin_inset Quotes erd
12761 \end_inset
12762
12763  or 
12764 \begin_inset Quotes els
12765 \end_inset
12766
12767 single
12768 \begin_inset Quotes ers
12769 \end_inset
12770
12771
12772 \end_layout
12773
12774 \begin_layout Labeling
12775 \labelwidthstring MMMMM
12776
12777 \family sans
12778 \begin_inset Quotes sld
12779 \end_inset
12780
12781 Text
12782 \begin_inset Quotes srd
12783 \end_inset
12784
12785
12786 \family default
12787  Use quotes like 
12788 \begin_inset Quotes sld
12789 \end_inset
12790
12791 this
12792 \begin_inset Quotes srd
12793 \end_inset
12794
12795  or 'this
12796 \begin_inset Quotes ers
12797 \end_inset
12798
12799
12800 \end_layout
12801
12802 \begin_layout Labeling
12803 \labelwidthstring MMMMM
12804
12805 \family sans
12806 \begin_inset Quotes gld
12807 \end_inset
12808
12809 Text
12810 \begin_inset Quotes grd
12811 \end_inset
12812
12813
12814 \family default
12815  Use quotes like 
12816 \begin_inset Quotes gld
12817 \end_inset
12818
12819 this
12820 \begin_inset Quotes grd
12821 \end_inset
12822
12823  or 
12824 \begin_inset Quotes gls
12825 \end_inset
12826
12827 this
12828 \begin_inset Quotes grs
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \begin_layout Labeling
12835 \labelwidthstring MMMMM
12836
12837 \family sans
12838 \begin_inset Quotes pld
12839 \end_inset
12840
12841 Text
12842 \begin_inset Quotes prd
12843 \end_inset
12844
12845  
12846 \family default
12847 Use quotes like 
12848 \begin_inset Quotes pld
12849 \end_inset
12850
12851 this
12852 \begin_inset Quotes prd
12853 \end_inset
12854
12855  or 
12856 \begin_inset Quotes pls
12857 \end_inset
12858
12859 this
12860 \begin_inset Quotes prs
12861 \end_inset
12862
12863
12864 \end_layout
12865
12866 \begin_layout Labeling
12867 \labelwidthstring MMMMM
12868
12869 \family sans
12870 \begin_inset Quotes fld
12871 \end_inset
12872
12873 Text
12874 \begin_inset Quotes frd
12875 \end_inset
12876
12877
12878 \family default
12879  Use quotes like 
12880 \begin_inset Quotes fld
12881 \end_inset
12882
12883 this
12884 \begin_inset Quotes frd
12885 \end_inset
12886
12887  or 
12888 \begin_inset Quotes fls
12889 \end_inset
12890
12891 this
12892 \begin_inset Quotes frs
12893 \end_inset
12894
12895
12896 \end_layout
12897
12898 \begin_layout Labeling
12899 \labelwidthstring MMMMM
12900
12901 \family sans
12902 \begin_inset Quotes ald
12903 \end_inset
12904
12905 Text
12906 \begin_inset Quotes ard
12907 \end_inset
12908
12909
12910 \family default
12911  Use quotes like 
12912 \begin_inset Quotes ald
12913 \end_inset
12914
12915 this
12916 \begin_inset Quotes ard
12917 \end_inset
12918
12919  or 
12920 \begin_inset Quotes als
12921 \end_inset
12922
12923 this
12924 \begin_inset Quotes ars
12925 \end_inset
12926
12927
12928 \end_layout
12929
12930 \begin_layout Standard
12931 Again, this affects what character the 
12932 \family sans
12933 "
12934 \family default
12935  key produces.
12936 \end_layout
12937
12938 \begin_layout Standard
12939 On the other hand, if you want to produce a bona-fide quote character, type
12940  
12941 \family sans
12942 M-"
12943 \family default
12944 .
12945  This produces: 
12946 \family typewriter
12947 "
12948 \family default
12949 .
12950 \end_layout
12951
12952 \begin_layout Subsection
12953 Ligatures
12954 \begin_inset LatexCommand \label{sec:ligatures}
12955
12956 \end_inset
12957
12958
12959 \end_layout
12960
12961 \begin_layout Standard
12962 It is standard typesetting practice to group certain letters together and
12963  print them as single characters.
12964  These groups are known as 
12965 \emph on
12966 ligatures
12967 \emph default
12968 .
12969  Since LaTeX knows about ligatures, your LyX documents will contain them,
12970  too.
12971  Here are the possible ligatures:
12972 \end_layout
12973
12974 \begin_layout Itemize
12975 ff
12976 \end_layout
12977
12978 \begin_layout Itemize
12979 fi
12980 \end_layout
12981
12982 \begin_layout Itemize
12983 fl
12984 \end_layout
12985
12986 \begin_layout Itemize
12987 ffi
12988 \end_layout
12989
12990 \begin_layout Itemize
12991 ffl
12992 \end_layout
12993
12994 \begin_layout Standard
12995 Once in a while, though, you don't want a ligature in a word.
12996  While a ligature may be okay in the word, 
12997 \begin_inset Quotes eld
12998 \end_inset
12999
13000 graffiti,
13001 \begin_inset Quotes erd
13002 \end_inset
13003
13004  it looks really weird in compound words, such as 
13005 \begin_inset Quotes eld
13006 \end_inset
13007
13008 cufflink
13009 \begin_inset Quotes erd
13010 \end_inset
13011
13012  or the German 
13013 \begin_inset Quotes eld
13014 \end_inset
13015
13016 Dorffest.
13017 \begin_inset Quotes erd
13018 \end_inset
13019
13020  To break a ligature, use 
13021 \family sans
13022 \bar under
13023 I
13024 \bar default
13025 nsert\SpecialChar \menuseparator
13026 Special\InsetSpace ~
13027 F
13028 \bar under
13029 o
13030 \bar default
13031 rmatting
13032 \family default
13033 \SpecialChar \menuseparator
13034
13035 \family sans
13036 Ligature\InsetSpace ~
13037 Break.
13038
13039 \family default
13040  This changes 
13041 \begin_inset Quotes eld
13042 \end_inset
13043
13044 cufflinks
13045 \begin_inset Quotes erd
13046 \end_inset
13047
13048  to 
13049 \begin_inset Quotes eld
13050 \end_inset
13051
13052 cuff\SpecialChar \textcompwordmark{}
13053 links
13054 \begin_inset Quotes erd
13055 \end_inset
13056
13057  and 
13058 \begin_inset Quotes eld
13059 \end_inset
13060
13061 Dorffest
13062 \begin_inset Quotes erd
13063 \end_inset
13064
13065  to 
13066 \begin_inset Quotes eld
13067 \end_inset
13068
13069 Dorf\SpecialChar \textcompwordmark{}
13070 fest
13071 \begin_inset Quotes erd
13072 \end_inset
13073
13074 .
13075 \end_layout
13076
13077 \begin_layout Subsection
13078 Widows and Orphans
13079 \begin_inset LatexCommand \label{sec:widows}
13080
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \begin_layout Standard
13087 In the early days of word processors, page breaks went wherever the page
13088  happened to end.
13089  There was no regard for what was actually going on in the text.
13090  You may remember once printing out a document, only to find the heading
13091  for a new section printed at the very bottom of the page, the first line
13092  of a new paragraph all alone at the bottom of a page, or the last line
13093  of a paragraph at the top of a new page.
13094  These dangly-bits of text became known as 
13095 \emph on
13096 widows
13097 \emph default
13098  and 
13099 \emph on
13100 orphans
13101 \emph default
13102 .
13103 \end_layout
13104
13105 \begin_layout Standard
13106 Clearly, LyX can avoid breaking pages after a section heading.
13107  That's part of the advantage of paragraph environments.
13108  But what about widows and orphans, where the page breaks leave one line
13109  of a paragraph all alone at the top or bottom of a page? There are rules
13110  built into LaTeX governing page breaks, and some of those rules are there
13111  to specifically prevent widows and orphans.
13112  This is the advantage LyX has in using LaTeX as its backend.
13113 \end_layout
13114
13115 \begin_layout Standard
13116 There's no way we can go into how TeX and LaTeX decide to break a page,
13117  or how you can tweak that behavior.
13118  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13119
13120 \begin_inset LatexCommand \cite{latexcompanion}
13121
13122 \end_inset
13123
13124  or\InsetSpace ~
13125
13126 \begin_inset LatexCommand \cite{latexguide}
13127
13128 \end_inset
13129
13130 ] may have more information.
13131  You will almost never need to worry about this, however.
13132 \end_layout
13133
13134 \begin_layout Chapter
13135 Floats: Tables, Figures, Footnotes and Margin Notes
13136 \begin_inset OptArg
13137 status collapsed
13138
13139 \begin_layout Standard
13140 Tables, Figures, and Notes
13141 \end_layout
13142
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \begin_layout Section
13149 Footnotes
13150 \end_layout
13151
13152 \begin_layout Standard
13153 Unlike other typesetting programs, LyX uses 
13154 \begin_inset Quotes eld
13155 \end_inset
13156
13157 foldable
13158 \begin_inset Quotes erd
13159 \end_inset
13160
13161  boxes instead of displaying its footnotes at the bottom of the screen or
13162  somewhere else in your text.
13163  When you insert a footnote with 
13164 \family sans
13165 \series medium
13166 \bar under
13167 I
13168 \bar no
13169 nsert
13170 \series default
13171 \bar default
13172 \SpecialChar \menuseparator
13173
13174 \series medium
13175 \bar under
13176 F
13177 \bar no
13178 ootnote, 
13179 \family roman
13180 you'll first see a 
13181 \family default
13182 \series default
13183 \bar default
13184 grey
13185 \family roman
13186 \series medium
13187 \bar no
13188  box with a
13189 \family default
13190 \series default
13191 \bar default
13192  red
13193 \family roman
13194 \series medium
13195 \bar no
13196  label 
13197 \begin_inset Quotes eld
13198 \end_inset
13199
13200 foot
13201 \begin_inset Quotes erd
13202 \end_inset
13203
13204  appearing within your text.
13205  This box is LyX's representation of your footnote.
13206  You can enter your text into this box.
13207  If you click the 
13208 \begin_inset Quotes eld
13209 \end_inset
13210
13211
13212 \family sans
13213 foot
13214 \family roman
13215
13216 \begin_inset Quotes erd
13217 \end_inset
13218
13219
13220 \family default
13221 \series default
13222 \bar default
13223  
13224 \family roman
13225 \series medium
13226 \bar no
13227 label, the box will 
13228 \begin_inset Quotes eld
13229 \end_inset
13230
13231 fold
13232 \begin_inset Quotes erd
13233 \end_inset
13234
13235 .
13236  
13237 \family default
13238 \series default
13239 \bar default
13240 Clicking on the button again will
13241 \family roman
13242 \series medium
13243 \bar no
13244  
13245 \begin_inset Quotes eld
13246 \end_inset
13247
13248 unfold
13249 \begin_inset Quotes erd
13250 \end_inset
13251
13252  the footnote.
13253 \begin_inset Foot
13254 status collapsed
13255
13256 \begin_layout Standard
13257 To close this footnote, click on the red box at the top left.
13258 \end_layout
13259
13260 \end_inset
13261
13262  You will not see any numbers within LyX.
13263  You don't need to worry about those, anyhow, because LyX does the numbering
13264  for you, as well as putting the footnote at the bottom of the correct page,
13265  when it processes your file.
13266  If you want to turn already existing text into a footnote, simply mark
13267  it and click on the footnote button (a picture of text with an arrow pointing
13268  to stuff in the bottom margin).
13269  
13270 \family default
13271 \series default
13272 \bar default
13273 Vice versa, you can change a footnote to regular text by hitting the 
13274 \family sans
13275 Backspace
13276 \family default
13277  key when the cursor is in the first position of a footnote, or by hitting
13278  the 
13279 \family sans
13280 Delete
13281 \family default
13282  key when the cursor is in the very last position of the footnote, respectively
13283  (this works for all 
13284 \begin_inset Quotes eld
13285 \end_inset
13286
13287 foldable
13288 \begin_inset Quotes erd
13289 \end_inset
13290
13291  boxes in LyX).
13292 \end_layout
13293
13294 \begin_layout Standard
13295 What LyX cannot do, yet, is take care of special needs like setting the
13296  footnote numbering back to 1 after each section in the 
13297 \begin_inset Quotes eld
13298 \end_inset
13299
13300
13301 \family typewriter
13302 article
13303 \family default
13304
13305 \begin_inset Quotes erd
13306 \end_inset
13307
13308
13309 \family roman
13310  document class or changing the counter
13311 \family default
13312  
13313 \family roman
13314 style.
13315  You'll need to insert LaTeX commands like th
13316 \family default
13317 os
13318 \family roman
13319
13320 \family default
13321 described in the 
13322 \emph on
13323 Tricks for Footnotes and Marginpars
13324 \emph default
13325  section of 
13326 \begin_inset Quotes eld
13327 \end_inset
13328
13329
13330 \emph on
13331 Extended
13332 \emph default
13333  
13334 \emph on
13335 Features
13336 \emph default
13337 .
13338 \begin_inset Quotes erd
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \begin_layout Description
13345 NOTE: A float in LaTeX and LyX isn't a simple paragraph as with usual word
13346  processors.
13347  It is a complex text structure that may contain everything except floats.
13348  That means you can use all the layouts inside a float, even figures and
13349  tables.
13350  You may not need this too often, but if you do occasionally need it, it's
13351  a neat feature.
13352 \end_layout
13353
13354 \begin_layout Section
13355 Margin Notes
13356 \end_layout
13357
13358 \begin_layout Standard
13359 Margin notes look and behave just like footnotes in LyX.
13360  When you insert a margin note via 
13361 \family sans
13362 \series medium
13363 \bar under
13364 I
13365 \bar no
13366 nsert\SpecialChar \menuseparator
13367
13368 \bar under
13369 M
13370 \bar no
13371 argin
13372 \series default
13373 \bar default
13374 \InsetSpace ~
13375 N
13376 \series medium
13377 \bar no
13378 ote
13379 \family default
13380 \series default
13381 \bar default
13382  or the toolbar button (which contains a picture of text in a margin with
13383  an arrow pointing to it), you'll see 
13384 \family roman
13385 \series medium
13386
13387 \family default
13388 \series default
13389 grey
13390 \family roman
13391 \series medium
13392  box with a 
13393 \family default
13394 \series default
13395 red 
13396 \family roman
13397 \series medium
13398 label 
13399 \begin_inset Quotes eld
13400 \end_inset
13401
13402 margin
13403 \begin_inset Quotes erd
13404 \end_inset
13405
13406  appearing within your text.
13407 \begin_inset Marginal
13408 status open
13409
13410 \begin_layout Standard
13411 This is a margin note.
13412 \end_layout
13413
13414 \end_inset
13415
13416  This box is LyX's representation of your margin note.
13417  You can enter your text into this box.
13418  If you click the 
13419 \begin_inset Quotes eld
13420 \end_inset
13421
13422 margin
13423 \begin_inset Quotes erd
13424 \end_inset
13425
13426
13427 \family default
13428 \series default
13429  
13430 \family roman
13431 \series medium
13432 label, the box will 
13433 \begin_inset Quotes eld
13434 \end_inset
13435
13436 fold
13437 \begin_inset Quotes erd
13438 \end_inset
13439
13440 .
13441  You can access it at a later time by clicking on the
13442 \family default
13443 \series default
13444  label again
13445 \family roman
13446 \series medium
13447 , thereby 
13448 \begin_inset Quotes eld
13449 \end_inset
13450
13451 unfolding
13452 \begin_inset Quotes erd
13453 \end_inset
13454
13455  the margin note.
13456 \end_layout
13457
13458 \begin_layout Standard
13459 As a default, LyX uses 1.9 cm (0.75 inches) as the margin width to allow room
13460  for margin notes.
13461  This might not be what you're looking for, but as with footnotes, LyX cannot
13462  yet do everything LaTeX has to offer.
13463  You might want to consult your LaTeX handbook for additional commands.
13464  
13465 \end_layout
13466
13467 \begin_layout Section
13468 Figures and Imported Graphics
13469 \begin_inset LatexCommand \label{sec:figures}
13470
13471 \end_inset
13472
13473
13474 \end_layout
13475
13476 \begin_layout Standard
13477 No document preparation system is complete without the ability to import
13478  graphics from other utilities into the document.
13479  In LyX, these are referred to as ``figures'' whether they are actually
13480  figures in the traditional sense or simply some kind of imported image.
13481  
13482 \end_layout
13483
13484 \begin_layout Standard
13485 Note that figures referred to here are do not have captions and sit wherever
13486  in the document you place them.
13487  If you need one of these features, see sec.\InsetSpace ~
13488
13489 \begin_inset LatexCommand \ref{sec:figurefloats}
13490
13491 \end_inset
13492
13493  below.
13494 \end_layout
13495
13496 \begin_layout Standard
13497 To place a figure in your document, click on the second right-most icon
13498  on the toolbar, or select 
13499 \family sans
13500 \bar under
13501 I
13502 \bar default
13503 nsert\SpecialChar \menuseparator
13504
13505 \bar under
13506 G
13507 \bar default
13508 raphics...
13509  
13510 \family default
13511 from the menu.
13512 \end_layout
13513
13514 \begin_layout Standard
13515 A dialog will appear for you to choose the file to load.
13516  You can also change any settings you need to in this dialog.
13517 \end_layout
13518
13519 \begin_layout Standard
13520 \align center
13521 \begin_inset Graphics
13522         filename mobius.eps
13523         display color
13524         scale 70
13525         rotateOrigin center
13526
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \begin_layout Standard
13533 This dialog has numerous parameters, though most should be self-explanatory.
13534  The 
13535 \family sans
13536 File
13537 \family default
13538  tab allows you to choose your image file (note that a wide variety of image
13539  formats are supported automatically).
13540  The figure can be transformed by setting a rotation angle, using a bounding
13541  box, and scaling.
13542  Table\InsetSpace ~
13543
13544 \begin_inset LatexCommand \ref{cap:Units-for-image}
13545
13546 \end_inset
13547
13548  describes all available units.
13549  It is possible to set a bounding box automatically for some image formats
13550  (see the 
13551 \family sans
13552 Bounding\InsetSpace ~
13553 Box
13554 \family default
13555  tab).
13556  Note that it is possible to control the display of the figure in LyX and
13557  the display in the final document separately, which can be very useful
13558  for large figures.
13559  LaTeX wizards can specify additional LaTeX options in the 
13560 \family sans
13561 Extras
13562 \family default
13563  tab.
13564  You can also set the 
13565 \family sans
13566 Subfigure
13567 \family default
13568  option here, for use in figure floats (see Section\InsetSpace ~
13569
13570 \begin_inset LatexCommand \ref{sec:figurefloats}
13571
13572 \end_inset
13573
13574 ).
13575 \end_layout
13576
13577 \begin_layout Subsection
13578 How it works
13579 \end_layout
13580
13581 \begin_layout Standard
13582 LyX has the ability to handle literally any graphics format in the known
13583  universe so long as a conversion path from this graphics format to the
13584  target output format can be created.
13585  If that sounds a little obtuse, consider how LyX handles Encapsulated PostScrip
13586 t® figures.
13587  LaTeX provides native support for this format, so LyX needs do nothing
13588  other than use the 
13589 \family typewriter
13590
13591 \backslash
13592 includegraphics
13593 \family default
13594  LaTeX command to insert the figure in the final document.
13595 \end_layout
13596
13597 \begin_layout Standard
13598 \begin_inset Float table
13599 placement t
13600 wide false
13601 sideways false
13602 status collapsed
13603
13604 \begin_layout Caption
13605 \begin_inset LatexCommand \label{cap:Units-for-image}
13606
13607 \end_inset
13608
13609 Units for setting the image size
13610 \end_layout
13611
13612 \begin_layout Standard
13613 \begin_inset VSpace medskip
13614 \end_inset
13615
13616
13617 \end_layout
13618
13619 \begin_layout Standard
13620 \align center
13621 \begin_inset Tabular
13622 <lyxtabular version="3" rows="20" columns="2">
13623 <features>
13624 <column alignment="center" valignment="top" leftline="true" width="0">
13625 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13626 <row topline="true" bottomline="true">
13627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Standard
13631 unit
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Standard
13640 name/description
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 </row>
13646 <row topline="true">
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Standard
13651 mm
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Standard
13660 millimetre
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row topline="true">
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Standard
13671 cm
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Standard
13680 centimetre
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 </row>
13686 <row topline="true">
13687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Standard
13691 in
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Standard
13700 inch
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 </row>
13706 <row topline="true">
13707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Standard
13711 pt
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Standard
13720 point (72.27 pt = 1 in)
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 </row>
13726 <row topline="true">
13727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Standard
13731 pc
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Standard
13740 pica (1 pc = 12 pt)
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 </row>
13746 <row topline="true">
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Standard
13751 sp
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Standard
13760 scaled point (65536 sp = 1 pt)
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 <row topline="true">
13767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Standard
13771 bp
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Standard
13780 big point (72 bp = 1 in)
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 </row>
13786 <row topline="true">
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Standard
13791 dd
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Standard
13800 didot (72 dd 
13801 \begin_inset Formula $\approx$
13802 \end_inset
13803
13804  37.6
13805 \begin_inset Formula $\,$
13806 \end_inset
13807
13808 mm)
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 </row>
13814 <row topline="true">
13815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Standard
13819 cc
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Standard
13828 cicero (1cc = 12 dd)
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 </row>
13834 <row topline="true">
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Standard
13839 Scale%
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Standard
13848 % of original image width
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 </row>
13854 <row topline="true">
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Standard
13859 text%
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Standard
13868 % of text width
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 </row>
13874 <row topline="true">
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Standard
13879 col%
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Standard
13888 % of column width
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row topline="true">
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Standard
13899 page%
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Standard
13908 % of paper width
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row topline="true">
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Standard
13919 line%
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Standard
13928 % of line width
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 </row>
13934 <row topline="true">
13935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Standard
13939 theight%
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Standard
13948 % of text height
13949 \end_layout
13950
13951 \end_inset
13952 </cell>
13953 </row>
13954 <row topline="true">
13955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Standard
13959 pheight%
13960 \end_layout
13961
13962 \end_inset
13963 </cell>
13964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13965 \begin_inset Text
13966
13967 \begin_layout Standard
13968 % of paper height
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 </row>
13974 <row topline="true">
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Standard
13979 ex
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Standard
13988 height of letter 
13989 \emph on
13990 x
13991 \emph default
13992  in current font
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 </row>
13998 <row topline="true">
13999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Standard
14003 em
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Standard
14012 width of letter 
14013 \emph on
14014 M
14015 \emph default
14016  in current font
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 </row>
14022 <row topline="true" bottomline="true">
14023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Standard
14027 mu
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Standard
14036 math unit (1 mu = 1/18 em)
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 </row>
14042 </lyxtabular>
14043
14044 \end_inset
14045
14046
14047 \end_layout
14048
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \begin_layout Standard
14055 To view the figure on the LyX screen, however, some additional work is required
14056  because neither the XForms nor the Qt GUI libraries can load PostScript®
14057  figures themselves.
14058  The XForms library can load figures in the following, widely used graphics
14059  formats: 
14060 \family typewriter
14061 bmp
14062 \family default
14063
14064 \family typewriter
14065 gif
14066 \family default
14067
14068 \family typewriter
14069 jpeg
14070 \family default
14071
14072 \family typewriter
14073 pbm
14074 \family default
14075
14076 \family typewriter
14077 pgm
14078 \family default
14079
14080 \family typewriter
14081 ppm
14082 \family default
14083
14084 \family typewriter
14085 tif
14086 \family default
14087  and 
14088 \family typewriter
14089 xbm
14090 \family default
14091  whilst the Qt library can also handle 
14092 \family typewriter
14093 mng
14094 \family default
14095
14096 \family typewriter
14097 png
14098 \family default
14099  and 
14100 \family typewriter
14101 xpm
14102 \family default
14103  format figures.
14104  Thus, LyX must initiate a conversion from Encapsulated PostScript® to a
14105  loadable graphics format.
14106 \end_layout
14107
14108 \begin_layout Standard
14109 It does this using the powerful, configurable converters mechanism exposed
14110  in the 
14111 \family sans
14112 Converters
14113 \family default
14114  section of the 
14115 \family sans
14116 \bar under
14117 E
14118 \bar default
14119 dit
14120 \family default
14121 \SpecialChar \menuseparator
14122
14123 \family sans
14124 \bar under
14125 P
14126 \bar default
14127 references
14128 \family default
14129  dialog.
14130  If LyX cannot create a conversion path (which might have many steps) from
14131  Encapsulated PostScript® to one of the loadable formats listed above, then
14132  it defaults to the use of ImageMagick's 
14133 \family typewriter
14134 convert
14135 \family default
14136  utility.
14137  If, after all that, LyX 
14138 \emph on
14139 still
14140 \emph default
14141  cannot load the figure, then it'll tell you so with a message 
14142 \begin_inset Quotes eld
14143 \end_inset
14144
14145 Error converting to loadable format
14146 \begin_inset Quotes erd
14147 \end_inset
14148
14149  in place of an on-screen view of your figure.
14150  If you're presented with such a message, then you'll need to augment the
14151  list of known converters.
14152 \end_layout
14153
14154 \begin_layout Standard
14155 This strategy is used both to generate on-screen views of your image and
14156  when generating the final document.
14157  In the latter case, the LaTeX compiler must be supplied with graphics files
14158  in PostScript® format.
14159  Similarly the PDFLaTeX compiler requires files in
14160 \family typewriter
14161  pdf
14162 \family default
14163
14164 \family typewriter
14165 png
14166 \family default
14167  or 
14168 \family typewriter
14169 jpeg
14170 \family default
14171  format.
14172  LyX will handle the necessary conversions behind the scenes.
14173 \end_layout
14174
14175 \begin_layout Subsection
14176 Figure Floats
14177 \end_layout
14178
14179 \begin_layout Subsubsection
14180 Using Figure Floats
14181 \begin_inset LatexCommand \label{sec:figurefloats}
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Standard
14189 The problem with inserting figures straight into your text is that they
14190  might make the pagination of your document extremely awkward.
14191  To suit the LyX mentality of automating such processes, you might find
14192  it preferable to use 
14193 \family sans
14194 Figure\InsetSpace ~
14195 Floats
14196 \family default
14197 , which LyX (actually, LaTeX) is free to move about your document as it
14198  deems necessary for a good fit.
14199  In return, LyX automates the listing of these figures and allows you to
14200  place a caption on them, using the 
14201 \family sans
14202 Caption
14203 \family default
14204  environment explained in Section\InsetSpace ~
14205
14206 \begin_inset LatexCommand \ref{sec:captionlayout}
14207
14208 \end_inset
14209
14210 .
14211 \end_layout
14212
14213 \begin_layout Standard
14214 To place a 
14215 \family sans
14216 Figure\InsetSpace ~
14217 Float
14218 \family default
14219  simply select 
14220 \family sans
14221 \bar under
14222 I
14223 \bar default
14224 nsert\SpecialChar \menuseparator
14225 Flo
14226 \bar under
14227 a
14228 \bar default
14229 t\SpecialChar \menuseparator
14230 Figure 
14231 \family default
14232 from the menu bar.
14233  You will get a float without a figure in it; use the toolbar icon described
14234  above to insert the actual figure.
14235 \end_layout
14236
14237 \begin_layout Standard
14238 \begin_inset Float figure
14239 placement htbp
14240 wide false
14241 sideways false
14242 status open
14243
14244 \begin_layout Caption
14245 \begin_inset LatexCommand \label{fig:escher}
14246
14247 \end_inset
14248
14249 M.C.
14250  Escher on acid.
14251 \end_layout
14252
14253 \begin_layout Standard
14254 \align center
14255 \begin_inset Graphics
14256         filename escher-lsd.eps
14257         display color
14258         rotateOrigin center
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \end_inset
14266
14267
14268 \end_layout
14269
14270 \begin_layout Standard
14271 \begin_inset Float figure
14272 placement htbp
14273 wide false
14274 sideways false
14275 status open
14276
14277 \begin_layout Standard
14278 \align center
14279 \begin_inset Graphics
14280         filename platypus.eps
14281         display color
14282         rotateOrigin center
14283
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Caption
14290 \begin_inset LatexCommand \label{fig:kill-plat}
14291
14292 \end_inset
14293
14294 A severely distorted platypus in a float.
14295 \end_layout
14296
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \begin_layout Standard
14303 It seems simple, but there is subtlety involved in the placement of the
14304  caption.
14305  If you prefer your caption to appear below the figure, then you must press
14306  return when the cursor is at the very start of the caption, and insert
14307  the figure in the new paragraph created above the caption; or you can delete
14308  the caption and recreate it by selecting the 
14309 \family sans
14310 Caption 
14311 \family default
14312 environment after the figure has been inserted.
14313  This is what we did for figure 
14314 \begin_inset LatexCommand \ref{fig:kill-plat}
14315
14316 \end_inset
14317
14318 .
14319  If the cursor is in a paragraph after the caption when you insert the 
14320 \family sans
14321 Figure
14322 \family default
14323  then it will be inserted after the caption, as was the case for 
14324 \begin_inset LatexCommand \ref{fig:escher}
14325
14326 \end_inset
14327
14328 .
14329  It is preferred to use one 
14330 \family sans
14331 Figure
14332 \family default
14333  per 
14334 \family sans
14335 Float
14336 \family default
14337 .
14338  This allows LyX [actually LaTeX] to best position each figure.
14339 \end_layout
14340
14341 \begin_layout Standard
14342 Right-clicking on a float opens a dialog where you can alter the placement
14343  options that LaTeX uses for positioning the float (see 
14344 \begin_inset LatexCommand \ref{sec:float-locn}
14345
14346 \end_inset
14347
14348 ).
14349  
14350 \family sans
14351 Span\InsetSpace ~
14352 columns
14353 \family default
14354  is only useful for two-column documents: if you select it, the float will
14355  span across both columns on the page instead of being confined to just
14356  one.
14357 \end_layout
14358
14359 \begin_layout Standard
14360 This figure also shows how we place a label and create a cross-reference
14361  to it; as you would expect from reading section 
14362 \begin_inset LatexCommand \ref{sec:crossref}
14363
14364 \end_inset
14365
14366  you can simply insert a 
14367 \family sans
14368 \bar under
14369 L
14370 \bar default
14371 abel
14372 \family default
14373  in the caption and refer to it using a 
14374 \family sans
14375 \bar under
14376 C
14377 \bar default
14378 ross\InsetSpace ~
14379 Reference
14380 \family default
14381  as normal.
14382  It is especially important to use these with figure floats, rather than
14383  using vague references to 
14384 \begin_inset Quotes eld
14385 \end_inset
14386
14387 the above figure,
14388 \begin_inset Quotes erd
14389 \end_inset
14390
14391  as LaTeX will reposition your floats for you in the final document; it
14392  might not be 
14393 \begin_inset Quotes eld
14394 \end_inset
14395
14396 above
14397 \begin_inset Quotes erd
14398 \end_inset
14399
14400  at all.
14401  If it is not possible to fit the floats neatly on the same page as the
14402  text which refers to it, the figures will be placed on a separate page
14403  by themselves.
14404  Rest assured that the overall effect is usually quite nice.
14405 \end_layout
14406
14407 \begin_layout Standard
14408 Note that the caption is used in a 
14409 \family sans
14410 List\InsetSpace ~
14411 of\InsetSpace ~
14412
14413 \bar under
14414 F
14415 \bar default
14416 igures
14417 \family default
14418  (as described in Section\InsetSpace ~
14419
14420 \begin_inset LatexCommand \ref{sec:ListsOf}
14421
14422 \end_inset
14423
14424 ) automatically, should you choose to include one in your document.
14425 \end_layout
14426
14427 \begin_layout Subsubsection
14428 Float Placement
14429 \begin_inset LatexCommand \label{sec:float-locn}
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Standard
14437 Now, the whole idea behind 
14438 \family sans
14439 Figure\InsetSpace ~
14440 Floats
14441 \family default
14442  [as well as 
14443 \family sans
14444 Table\InsetSpace ~
14445 Floats
14446 \family default
14447 , which we introduce later] is to allow LyX to place a figure [or table]
14448  on a page in a consistent, sensible fashion.
14449  The rules LaTeX uses are rather arcane; refer to the LaTeX documentation
14450  for the exact details.
14451  You can use check boxes in the float dialog to set placement for a particular
14452  float.
14453  By default, each float uses the document's default placement rules.
14454  You can change these, if you wish, in the 
14455 \family sans
14456 \bar under
14457 D
14458 \bar default
14459 ocument\SpecialChar \menuseparator
14460
14461 \bar under
14462 S
14463 \bar default
14464 ettings
14465 \family default
14466  dialog.
14467  The 
14468 \family sans
14469 Float\InsetSpace ~
14470 placement
14471 \family default
14472  box takes a LaTeX-style placement specification.
14473  You can place any combination of four letters in the 
14474 \family sans
14475 Float\InsetSpace ~
14476 placement
14477 \family default
14478  box, in any order:
14479 \end_layout
14480
14481 \begin_layout Itemize
14482
14483 \family sans
14484 h
14485 \family default
14486  for 
14487 \emph on
14488 here
14489 \end_layout
14490
14491 \begin_layout Itemize
14492
14493 \family sans
14494 t
14495 \family default
14496  for 
14497 \emph on
14498 top
14499 \end_layout
14500
14501 \begin_layout Itemize
14502
14503 \family sans
14504 b
14505 \family default
14506  for 
14507 \emph on
14508 bottom
14509 \end_layout
14510
14511 \begin_layout Itemize
14512
14513 \family sans
14514 p
14515 \family default
14516  for 
14517 \emph on
14518 page
14519 \end_layout
14520
14521 \begin_layout Standard
14522 The letters correspond to the following behaviour:
14523 \end_layout
14524
14525 \begin_layout Description
14526 Here: LyX tries to put the 
14527 \family sans
14528 Float
14529 \family default
14530  at the same point in the text where you put it.
14531 \end_layout
14532
14533 \begin_deeper
14534 \begin_layout Standard
14535 If there isn't enough room, LyX tries one of the other three location types.
14536 \end_layout
14537
14538 \end_deeper
14539 \begin_layout Description
14540 Top: LyX tries to put the 
14541 \family sans
14542 Float
14543 \family default
14544  at the top of the current page.
14545  If the figure won't fit on the current page, it goes to the next page.
14546 \end_layout
14547
14548 \begin_layout Description
14549 Bottom: LyX tries to put the 
14550 \family sans
14551 Float
14552 \family default
14553  at the bottom of the current page.
14554  If there isn't room, it goes to the next page.
14555 \end_layout
14556
14557 \begin_layout Description
14558 Page: LyX tries to put the 
14559 \family sans
14560 Float
14561 \family default
14562  (or a number of 
14563 \family sans
14564 Float
14565 \family default
14566 s) on a page of its own.
14567 \end_layout
14568
14569 \begin_layout Standard
14570 There is some subtlety to how this all works.
14571  The order specifies what location LyX should try first.
14572  If that one fails, it tries the next one, and so on, though 
14573 \begin_inset Quotes eld
14574 \end_inset
14575
14576
14577 \family sans
14578 h
14579 \family default
14580
14581 \begin_inset Quotes erd
14582 \end_inset
14583
14584  will always take precedence if it appears in the list.
14585  The default placement list is 
14586 \begin_inset Quotes eld
14587 \end_inset
14588
14589
14590 \family sans
14591 tbp
14592 \family default
14593
14594 \begin_inset Quotes erd
14595 \end_inset
14596
14597 : try the top of a text page first, then the bottom of a text page, then
14598  on a page by itself.
14599  If you want LyX to try 
14600 \begin_inset Quotes eld
14601 \end_inset
14602
14603 really hard
14604 \begin_inset Quotes erd
14605 \end_inset
14606
14607  to place the figure where you command it, precede the list with an exclamation
14608  point; for example 
14609 \begin_inset Quotes eld
14610 \end_inset
14611
14612
14613 \family sans
14614 !htbp
14615 \family default
14616
14617 \begin_inset Quotes erd
14618 \end_inset
14619
14620 .
14621  Here are some example entries and what they do:
14622 \end_layout
14623
14624 \begin_layout Enumerate
14625
14626 \family sans
14627 hbp
14628 \end_layout
14629
14630 \begin_deeper
14631 \begin_layout Standard
14632 Try putting the figure/table at its actual position in the text.
14633  If that doesn't work, put it on the bottom of the page.
14634  If that fails, put it on a separate page.
14635 \end_layout
14636
14637 \end_deeper
14638 \begin_layout Enumerate
14639
14640 \family sans
14641 !hbp
14642 \end_layout
14643
14644 \begin_deeper
14645 \begin_layout Standard
14646 Try really hard to put the figure/table at its actual position in the text.
14647  Then the bottom of the page, then on a separate page.
14648 \end_layout
14649
14650 \end_deeper
14651 \begin_layout Enumerate
14652
14653 \family sans
14654 tp
14655 \end_layout
14656
14657 \begin_deeper
14658 \begin_layout Standard
14659 Put the figure/table at the top of each page.
14660  If it's too long, put it on a separate page.
14661 \end_layout
14662
14663 \end_deeper
14664 \begin_layout Enumerate
14665
14666 \family sans
14667 p
14668 \end_layout
14669
14670 \begin_deeper
14671 \begin_layout Standard
14672 Always put figures and tables on their own page.
14673 \end_layout
14674
14675 \end_deeper
14676 \begin_layout Subsection
14677 XFig and LyX
14678 \end_layout
14679
14680 \begin_layout Standard
14681 One obvious question is 
14682 \begin_inset Quotes eld
14683 \end_inset
14684
14685 how would I create the figures?
14686 \begin_inset Quotes erd
14687 \end_inset
14688
14689  Fortunately, the answer is included in most Linux and/or LaTeX distributions.
14690  
14691 \family typewriter
14692 XFig
14693 \family default
14694  is a powerful though slightly awkward drawing tool.
14695  If you want to include figures that you have created with 
14696 \family typewriter
14697 XFig
14698 \family default
14699  there are several ways.
14700  We recommend the following:
14701 \end_layout
14702
14703 \begin_layout Enumerate
14704 Export the figure as Encapsulated PostScript.
14705  This could be very easy included into LyX as described in the previous
14706  sections.
14707  The great advantage of this way is, that you have the full power of PostScript®
14708  available.
14709  That means Bezier curves, colors, all line thicknesses and many more.
14710  If you have inserted text into your fig-document this will be printed with
14711  PostScript fonts, which is OK\SpecialChar \@.
14712  The figure can be manipulated like any other
14713  EPS figure, as described above.
14714  
14715 \end_layout
14716
14717 \begin_deeper
14718 \begin_layout Standard
14719 The only disadvantage is that you cannot create formulas as PostScript text
14720  except by hand.
14721  If you also need formulas or simple exponents or indices in your figure,
14722  the next way is recommended.
14723 \end_layout
14724
14725 \end_deeper
14726 \begin_layout Enumerate
14727 Export the figure as LaTeX.
14728  This is just as easy to include into LyX, with the advantage that you may
14729  use all LaTeX commands within the text inside XFig.
14730  Therefore you have to set the 
14731 \emph on
14732 special flag 
14733 \emph default
14734 for text in XFig.
14735  This is automatic if you invoke XFig with 
14736 \family typewriter
14737 xfig\InsetSpace ~
14738 -specialtext
14739 \family default
14740 .
14741  If this is done and you have also chosen a LaTeX font you may simply write
14742  
14743 \begin_inset Quotes eld
14744 \end_inset
14745
14746 $H_2$
14747 \begin_inset Quotes erd
14748 \end_inset
14749
14750  in 
14751 \family typewriter
14752 XFig\SpecialChar \@.
14753
14754 \family default
14755  If you export this figure as LaTeX and include it in LyX with
14756 \family sans
14757 \bar under
14758  I
14759 \bar default
14760 nsert\SpecialChar \menuseparator
14761 Chil
14762 \bar under
14763 d
14764 \bar default
14765 \InsetSpace ~
14766 Document
14767 \family default
14768  (see description in 
14769 \emph on
14770 Extended Features
14771 \emph default
14772 ) this text will appear as 
14773 \begin_inset Formula $H_{2}$
14774 \end_inset
14775
14776 .
14777  
14778 \end_layout
14779
14780 \begin_deeper
14781 \begin_layout Standard
14782 The disadvantage of this way is that the graphical power of LaTeX isn't
14783  as strong as PostScript®\SpecialChar \@.
14784  You cannot use all thicknesses of lines and, more
14785  annoyingly, not all slopes.
14786  This is why we recommend the third way for more complex figures.
14787 \end_layout
14788
14789 \end_deeper
14790 \begin_layout Enumerate
14791 Export the figure as LaTeX/PostScript combined.
14792  Then 
14793 \family typewriter
14794 XFig
14795 \family default
14796  [
14797 \family typewriter
14798 transfig
14799 \family default
14800 , really] will generate two files: 
14801 \end_layout
14802
14803 \begin_deeper
14804 \begin_layout Enumerate
14805 the PostScript part 
14806 \family typewriter
14807 foo.pstex
14808 \family default
14809 , that contains all painting.
14810 \end_layout
14811
14812 \begin_layout Enumerate
14813 the LaTeX part 
14814 \family typewriter
14815 foo.pstex_t
14816 \family default
14817 , that contains all text and a link to the PostScript part.
14818 \end_layout
14819
14820 \end_deeper
14821 \begin_layout Standard
14822 Then you just have to include the LaTeX part as described above.
14823  This will automatically include the PostScript part, too.
14824 \begin_inset Foot
14825 status collapsed
14826
14827 \begin_layout Standard
14828 If you get an error like 
14829 \begin_inset Quotes eld
14830 \end_inset
14831
14832 unknown graphics extension pstex
14833 \begin_inset Quotes erd
14834 \end_inset
14835
14836  you have to declare these graphic extensions.
14837  I think this is a 
14838 \family typewriter
14839 transfig
14840 \family default
14841  bug that occurs with LaTeX2e.
14842  Simply add a line like
14843 \end_layout
14844
14845 \begin_layout Standard
14846
14847 \family typewriter
14848
14849 \backslash
14850 @namedef{Gin@rule@ps_tex}#1{{eps}{ps_tex}{#1}}
14851 \end_layout
14852
14853 \begin_layout Standard
14854 in the file 
14855 \family typewriter
14856 /usr/lib/texmf/tex/latex/graphics/dvips.def
14857 \family default
14858 .
14859  Then add 
14860 \family typewriter
14861 pstex
14862 \family default
14863  to the extension:
14864 \end_layout
14865
14866 \begin_layout Standard
14867
14868 \backslash
14869 def
14870 \backslash
14871 Gin@extensions{eps, ps, pstex, eps.gz, ps.gz, eps=2EZ}
14872 \end_layout
14873
14874 \begin_layout Standard
14875 This should fix the whole thing.
14876  Alternatively you may export the postscript part as 
14877 \family typewriter
14878 foo.eps
14879 \family default
14880  and change the LaTeX part 
14881 \family typewriter
14882 foo.pstex_t
14883 \family default
14884  manually.
14885  But this is annoying.
14886  
14887 \end_layout
14888
14889 \end_inset
14890
14891  This way you have the full PostScript® and LaTeX power combined except
14892  for the possibility to scale the figure after creating.
14893  So if you want scalable pictures, the PostScript format is your only choice.
14894  Another little advantage of letting LaTeX typeset the font is that the
14895  same font will appear in your figures as in your text, which looks a little
14896  nicer.
14897 \end_layout
14898
14899 \begin_layout Section
14900 Tables
14901 \begin_inset LatexCommand \label{sec:tables}
14902
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \begin_layout Standard
14909 LyX has powerful table support, but LaTeX can do many more things with tables
14910  than LyX is currently capable of, so you might want to look at a good LaTeX
14911  book if the features described here should turn out to be inadequate.
14912 \end_layout
14913
14914 \begin_layout Standard
14915 You can insert a table using either the table toolbar button or 
14916 \family sans
14917 \bar under
14918 I
14919 \bar default
14920 nsert\SpecialChar \menuseparator
14921
14922 \bar under
14923 T
14924 \bar default
14925 able
14926 \family default
14927 .
14928  A dialog will appear, asking you for the number of rows and columns.
14929  The default table has lines at the top and to the left of every cell, a
14930  line to the right of the rightmost column and a line at the bottom of the
14931  lowest row, forming a box around the table.
14932  Additionally, the topmost row also has a line at the bottom, which causes
14933  this row to appear separated from the rest of the table.
14934  Here's an example:
14935 \end_layout
14936
14937 \begin_layout Standard
14938 \align center
14939 \begin_inset Tabular
14940 <lyxtabular version="3" rows="4" columns="4">
14941 <features>
14942 <column alignment="center" valignment="top" leftline="true" width="0pt">
14943 <column alignment="center" valignment="top" leftline="true" width="0pt">
14944 <column alignment="center" valignment="top" leftline="true" width="0in">
14945 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14946 <row topline="true" bottomline="true">
14947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Standard
14951
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Standard
14960
14961 \family roman
14962 \series medium
14963 \shape up
14964 \size normal
14965 \emph off
14966 \bar no
14967 \noun off
14968 \color none
14969 12
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Standard
14978
14979 \family roman
14980 \series medium
14981 \shape up
14982 \size normal
14983 \emph off
14984 \bar no
14985 \noun off
14986 \color none
14987 45
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Standard
14996
14997 \family roman
14998 \series medium
14999 \shape up
15000 \size normal
15001 \emph off
15002 \bar no
15003 \noun off
15004 \color none
15005 98
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row topline="true">
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Standard
15016
15017 \family roman
15018 \series medium
15019 \shape up
15020 \size normal
15021 \emph off
15022 \bar no
15023 \noun off
15024 \color none
15025 A
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Standard
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Standard
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Standard
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row topline="true">
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Standard
15063
15064 \family roman
15065 \series medium
15066 \shape up
15067 \size normal
15068 \emph off
15069 \bar no
15070 \noun off
15071 \color none
15072 B
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Standard
15081
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Standard
15090
15091 \family roman
15092 \series medium
15093 \shape up
15094 \size normal
15095 \emph off
15096 \bar no
15097 \noun off
15098 \color none
15099 multi 
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Standard
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row topline="true" bottomline="true">
15115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Standard
15119
15120 \family roman
15121 \series medium
15122 \shape up
15123 \size normal
15124 \emph off
15125 \bar no
15126 \noun off
15127 \color none
15128 C
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Standard
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Standard
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Standard
15155
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 </lyxtabular>
15162
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \begin_layout Subsection
15169 The Table dialog
15170 \end_layout
15171
15172 \begin_layout Standard
15173 You can alter a table by clicking on it with the right mouse button, which
15174  brings up a settings dialog.
15175  Among these options are:
15176 \end_layout
15177
15178 \begin_layout Itemize
15179 Adding/removing border lines from a row or column.
15180  If you remove the top line from one of the rows, you'll get a dotted line
15181  in LyX, but no line will appear in the printout.
15182  If you set the bottom line of one row and the top line of the row below,
15183  then the rows are separated by a small space, as you can see with the top
15184  row in the example above.
15185  You can do the same vertically if you set the right line of a column and
15186  the left line of the column to the right.
15187 \end_layout
15188
15189 \begin_layout Itemize
15190 Text alignment in a column
15191 \end_layout
15192
15193 \begin_layout Itemize
15194 Appending rows and columns
15195 \end_layout
15196
15197 \begin_layout Itemize
15198 Deleting rows, columns, or the entire table
15199 \end_layout
15200
15201 \begin_layout Itemize
15202 Multicolumn
15203 \end_layout
15204
15205 \begin_layout Itemize
15206 Setting a fixed width for a column
15207 \end_layout
15208
15209 \begin_layout Itemize
15210 Longtable options - this is useful if your table is higher than the paper.
15211  Then the table is split on the bottom of the page and continued on the
15212  next one, instead of running of the end of the page.
15213 \end_layout
15214
15215 \begin_layout Itemize
15216 Rotate the whole table or a single cell sideways, by 90 degrees
15217 \end_layout
15218
15219 \begin_layout Standard
15220 You can also use the menu to perform these operations.
15221  Try 
15222 \family sans
15223 \bar under
15224 E
15225 \bar default
15226 dit\SpecialChar \menuseparator
15227
15228 \family default
15229 \bar under
15230 T
15231 \family sans
15232 \bar default
15233 able
15234 \family default
15235  or 
15236 \family sans
15237 \bar under
15238 E
15239 \bar default
15240 dit\SpecialChar \menuseparator
15241 Rows&
15242 \bar under
15243 C
15244 \bar default
15245 ols
15246 \family default
15247  when the cursor is inside a table.
15248  
15249 \end_layout
15250
15251 \begin_layout Standard
15252 Most of these options also work on selections.
15253  This means that if you select more cells, columns or rows the action is
15254  done on all of your selection.
15255  Note that there is a difference between selecting the 
15256 \emph on
15257 contents
15258 \emph default
15259  of the cell, and the cell itself.
15260  If you can see a red border inside a cell, then a selection will select
15261  the contents.
15262  If you press 
15263 \family sans
15264 Escape
15265 \family default
15266  or click outside of the box, then the selection will select cells (whether
15267  you use the mouse or the normal cursor-movement keys).
15268 \end_layout
15269
15270 \begin_layout Standard
15271 When you append a row, it is added 
15272 \emph on
15273 below
15274 \emph default
15275  the row containing the cursor.
15276  Similarly, columns are appended to the 
15277 \emph on
15278 right
15279 \emph default
15280  of the cursor.
15281  This makes it difficult to add columns on the left edge of a table without
15282  a lot of cutting and pasting.
15283  Deletion is always performed on the row or column containing the cursor.
15284  
15285 \end_layout
15286
15287 \begin_layout Standard
15288 The multicolumn option merges two or more adjacent cells on a given row.
15289  For example, in the above table, row 
15290 \begin_inset Quotes eld
15291 \end_inset
15292
15293 B
15294 \begin_inset Quotes erd
15295 \end_inset
15296
15297  has had multicolumn applied to the columns labelled 
15298 \begin_inset Quotes eld
15299 \end_inset
15300
15301 45
15302 \begin_inset Quotes erd
15303 \end_inset
15304
15305  and 
15306 \begin_inset Quotes eld
15307 \end_inset
15308
15309 98.
15310 \begin_inset Quotes erd
15311 \end_inset
15312
15313  To use it, you must first select the cells, then choose 
15314 \family sans
15315 Multicolumn
15316 \family default
15317  from the menu.
15318  This will not work vertically - see the Table Examples document for how
15319  to do this.
15320 \end_layout
15321
15322 \begin_layout Standard
15323 You can also use 
15324 \family sans
15325 Multicolumn
15326 \family default
15327  if you need to have a special handling for a single table cell's top and
15328  bottom border lines and text alignment.
15329  Here an example of this special handling of a cell:
15330 \end_layout
15331
15332 \begin_layout Standard
15333 \align center
15334 \begin_inset Tabular
15335 <lyxtabular version="3" rows="5" columns="3">
15336 <features>
15337 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15338 <column alignment="right" valignment="top" leftline="true" width="0pt">
15339 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15340 <row topline="true" bottomline="true">
15341 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Standard
15345
15346 \family roman
15347 \series bold
15348 \shape up
15349 \size normal
15350 \emph off
15351 \bar no
15352 \noun off
15353 \color none
15354 *
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Standard
15363
15364 \family roman
15365 \series bold
15366 \shape up
15367 \size normal
15368 \emph off
15369 \bar no
15370 \noun off
15371 \color none
15372 x
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Standard
15381
15382 \family roman
15383 \series bold
15384 \shape up
15385 \size normal
15386 \emph off
15387 \bar no
15388 \noun off
15389 \color none
15390 y
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 </row>
15396 <row topline="true">
15397 <cell multicolumn="1" alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Standard
15401
15402 \family roman
15403 \series bold
15404 \shape up
15405 \size normal
15406 \emph off
15407 \bar no
15408 \noun off
15409 \color none
15410 point a & b
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Standard
15419
15420 \family roman
15421 \shape up
15422 \size normal
15423 \emph off
15424 \bar no
15425 \noun off
15426 \color none
15427 103
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Standard
15436
15437 \family roman
15438 \shape up
15439 \size normal
15440 \emph off
15441 \bar no
15442 \noun off
15443 \color none
15444 9
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 </row>
15450 <row topline="true">
15451 <cell multicolumn="1" alignment="left" valignment="top" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Standard
15455
15456 \family roman
15457 \series bold
15458 \shape up
15459 \size normal
15460 \emph off
15461 \bar no
15462 \noun off
15463 \color none
15464 point b & a
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Standard
15473
15474 \family roman
15475 \shape up
15476 \size normal
15477 \emph off
15478 \bar no
15479 \noun off
15480 \color none
15481 599
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Standard
15490
15491 \family roman
15492 \shape up
15493 \size normal
15494 \emph off
15495 \bar no
15496 \noun off
15497 \color none
15498 340
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 </row>
15504 <row topline="true">
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Standard
15509
15510 \family roman
15511 \series bold
15512 \shape up
15513 \size normal
15514 \emph off
15515 \bar no
15516 \noun off
15517 \color none
15518 point abc
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Standard
15527
15528 \family roman
15529 \shape up
15530 \size normal
15531 \emph off
15532 \bar no
15533 \noun off
15534 \color none
15535 1009
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Standard
15544
15545 \family roman
15546 \shape up
15547 \size normal
15548 \emph off
15549 \bar no
15550 \noun off
15551 \color none
15552 52
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 </row>
15558 <row topline="true" bottomline="true">
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Standard
15563
15564 \family roman
15565 \series bold
15566 \shape up
15567 \size normal
15568 \emph off
15569 \bar no
15570 \noun off
15571 \color none
15572 point abcd
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Standard
15581
15582 \family roman
15583 \shape up
15584 \size normal
15585 \emph off
15586 \bar no
15587 \noun off
15588 \color none
15589 96
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Standard
15598
15599 \family roman
15600 \shape up
15601 \size normal
15602 \emph off
15603 \bar no
15604 \noun off
15605 \color none
15606 11
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 </row>
15612 </lyxtabular>
15613
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 You see here that the header line cells are aligned to the center, whereas
15621  the left column is aligned to the left, and the other columns are aligned
15622  to the right.
15623  Also the bottom and top line of two cells have been removed.
15624 \begin_inset Note Note
15625 status open
15626
15627 \begin_layout Standard
15628 I can make nothing of this explanation.
15629  An improvement would be nice :) - jbl
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \begin_layout Standard
15638 If you want your column to have a fixed width, then you can insert a width
15639  in the 
15640 \family sans
15641 Width
15642 \family default
15643 \emph on
15644  
15645 \emph default
15646 input-field of the 
15647 \family sans
15648 Table
15649 \family default
15650  dialog.
15651  This will then allow the cell to have multiple paragraphs of text.
15652 \end_layout
15653
15654 \begin_layout Standard
15655 If your table becomes too large to fit on a portrait document layout, you
15656  can select the 
15657 \family sans
15658 Rotate\InsetSpace ~
15659 90°
15660 \family default
15661  button, and the table will appear sideways (this means landscape in a portrait
15662  document style).
15663  You might also like to rotate single table cells to give them more horizontal
15664  space.
15665  The example below demonstrates why it is useful to rotate single cells.
15666 \end_layout
15667
15668 \begin_layout Standard
15669
15670 \emph on
15671 Note:
15672 \emph default
15673  This 
15674 \family sans
15675 Rotate\InsetSpace ~
15676 90°
15677 \family default
15678  option will 
15679 \emph on
15680 not
15681 \emph default
15682  display on screen, and works 
15683 \emph on
15684 only
15685 \emph default
15686  for PostScript output.
15687  So, if you want to preview them, use 
15688 \family sans
15689 \bar under
15690 V
15691 \bar default
15692 iew\SpecialChar \menuseparator
15693 Pos
15694 \bar under
15695 t
15696 \bar default
15697 script
15698 \family default
15699 , as 
15700 \family sans
15701 \bar under
15702 V
15703 \bar default
15704 iew
15705 \bar under
15706 \SpecialChar \menuseparator
15707 D
15708 \bar default
15709 VI
15710 \family default
15711  will not show the table properly.
15712 \end_layout
15713
15714 \begin_layout Standard
15715 \align center
15716 \begin_inset Tabular
15717 <lyxtabular version="3" rows="6" columns="12">
15718 <features>
15719 <column alignment="left" valignment="top" leftline="true" rightline="true" width="0pt">
15720 <column alignment="center" valignment="top" leftline="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" rightline="true" width="0pt">
15730 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
15731 <row topline="true" bottomline="true">
15732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Standard
15736
15737 \family roman
15738 \series medium
15739 \shape up
15740 \size normal
15741 \emph off
15742 \bar no
15743 \noun off
15744 \color none
15745 Description
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Standard
15754
15755 \family roman
15756 \series medium
15757 \shape up
15758 \size normal
15759 \emph off
15760 \bar no
15761 \noun off
15762 \color none
15763 Flag 1
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Standard
15772
15773 \family roman
15774 \series medium
15775 \shape up
15776 \size normal
15777 \emph off
15778 \bar no
15779 \noun off
15780 \color none
15781 Flag 2
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Standard
15790
15791 \family roman
15792 \series medium
15793 \shape up
15794 \size normal
15795 \emph off
15796 \bar no
15797 \noun off
15798 \color none
15799 Flag 3
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Standard
15808
15809 \family roman
15810 \series medium
15811 \shape up
15812 \size normal
15813 \emph off
15814 \bar no
15815 \noun off
15816 \color none
15817 Flag 4
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Standard
15826
15827 \family roman
15828 \series medium
15829 \shape up
15830 \size normal
15831 \emph off
15832 \bar no
15833 \noun off
15834 \color none
15835 Flag 5
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Standard
15844
15845 \family roman
15846 \series medium
15847 \shape up
15848 \size normal
15849 \emph off
15850 \bar no
15851 \noun off
15852 \color none
15853 Flag 6
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Standard
15862
15863 \family roman
15864 \series medium
15865 \shape up
15866 \size normal
15867 \emph off
15868 \bar no
15869 \noun off
15870 \color none
15871 Flag 7
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Standard
15880
15881 \family roman
15882 \series medium
15883 \shape up
15884 \size normal
15885 \emph off
15886 \bar no
15887 \noun off
15888 \color none
15889 Flag 8
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Standard
15898
15899 \family roman
15900 \series medium
15901 \shape up
15902 \size normal
15903 \emph off
15904 \bar no
15905 \noun off
15906 \color none
15907 Flag 9
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" rotate="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Standard
15916
15917 \family roman
15918 \series medium
15919 \shape up
15920 \size normal
15921 \emph off
15922 \bar no
15923 \noun off
15924 \color none
15925 Flag 10
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Standard
15934
15935 \family roman
15936 \series medium
15937 \shape up
15938 \size normal
15939 \emph off
15940 \bar no
15941 \noun off
15942 \color none
15943 Total
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 </row>
15949 <row topline="true">
15950 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Standard
15954
15955 \family roman
15956 \series medium
15957 \shape up
15958 \size normal
15959 \emph off
15960 \bar no
15961 \noun off
15962 \color none
15963 Desc.\InsetSpace ~
15964 1
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Standard
15973
15974 \family roman
15975 \series medium
15976 \shape up
15977 \size normal
15978 \emph off
15979 \bar no
15980 \noun off
15981 \color none
15982 *
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Standard
15991
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Standard
16000
16001 \family roman
16002 \series medium
16003 \shape up
16004 \size normal
16005 \emph off
16006 \bar no
16007 \noun off
16008 \color none
16009 *
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Standard
16018
16019 \family roman
16020 \series medium
16021 \shape up
16022 \size normal
16023 \emph off
16024 \bar no
16025 \noun off
16026 \color none
16027 *
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Standard
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Standard
16045
16046 \family roman
16047 \series medium
16048 \shape up
16049 \size normal
16050 \emph off
16051 \bar no
16052 \noun off
16053 \color none
16054 *
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Standard
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Standard
16072
16073 \family roman
16074 \series medium
16075 \shape up
16076 \size normal
16077 \emph off
16078 \bar no
16079 \noun off
16080 \color none
16081 *
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Standard
16090
16091 \family roman
16092 \series medium
16093 \shape up
16094 \size normal
16095 \emph off
16096 \bar no
16097 \noun off
16098 \color none
16099 *
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Standard
16108
16109 \family roman
16110 \series medium
16111 \shape up
16112 \size normal
16113 \emph off
16114 \bar no
16115 \noun off
16116 \color none
16117 *
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Standard
16126
16127 \family roman
16128 \series medium
16129 \shape up
16130 \size normal
16131 \emph off
16132 \bar no
16133 \noun off
16134 \color none
16135 7
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row topline="true">
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Standard
16146
16147 \family roman
16148 \series medium
16149 \shape up
16150 \size normal
16151 \emph off
16152 \bar no
16153 \noun off
16154 \color none
16155 Desc.\InsetSpace ~
16156 2
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Standard
16165
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Standard
16174
16175 \family roman
16176 \series medium
16177 \shape up
16178 \size normal
16179 \emph off
16180 \bar no
16181 \noun off
16182 \color none
16183 *
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Standard
16192
16193 \family roman
16194 \series medium
16195 \shape up
16196 \size normal
16197 \emph off
16198 \bar no
16199 \noun off
16200 \color none
16201 *
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Standard
16210
16211 \family roman
16212 \series medium
16213 \shape up
16214 \size normal
16215 \emph off
16216 \bar no
16217 \noun off
16218 \color none
16219 *
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Standard
16228
16229 \family roman
16230 \series medium
16231 \shape up
16232 \size normal
16233 \emph off
16234 \bar no
16235 \noun off
16236 \color none
16237 *
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Standard
16246
16247 \family roman
16248 \series medium
16249 \shape up
16250 \size normal
16251 \emph off
16252 \bar no
16253 \noun off
16254 \color none
16255 *
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Standard
16264
16265 \family roman
16266 \series medium
16267 \shape up
16268 \size normal
16269 \emph off
16270 \bar no
16271 \noun off
16272 \color none
16273 *
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Standard
16282
16283 \family roman
16284 \series medium
16285 \shape up
16286 \size normal
16287 \emph off
16288 \bar no
16289 \noun off
16290 \color none
16291 *
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Standard
16300
16301 \family roman
16302 \series medium
16303 \shape up
16304 \size normal
16305 \emph off
16306 \bar no
16307 \noun off
16308 \color none
16309 *
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Standard
16318
16319 \family roman
16320 \series medium
16321 \shape up
16322 \size normal
16323 \emph off
16324 \bar no
16325 \noun off
16326 \color none
16327 *
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Standard
16336
16337 \family roman
16338 \series medium
16339 \shape up
16340 \size normal
16341 \emph off
16342 \bar no
16343 \noun off
16344 \color none
16345 9
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row topline="true">
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Standard
16356
16357 \family roman
16358 \series medium
16359 \shape up
16360 \size normal
16361 \emph off
16362 \bar no
16363 \noun off
16364 \color none
16365 Desc.\InsetSpace ~
16366 3
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Standard
16375
16376 \family roman
16377 \series medium
16378 \shape up
16379 \size normal
16380 \emph off
16381 \bar no
16382 \noun off
16383 \color none
16384 *
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Standard
16393
16394 \family roman
16395 \series medium
16396 \shape up
16397 \size normal
16398 \emph off
16399 \bar no
16400 \noun off
16401 \color none
16402 *
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Standard
16411
16412 \family roman
16413 \series medium
16414 \shape up
16415 \size normal
16416 \emph off
16417 \bar no
16418 \noun off
16419 \color none
16420 *
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Standard
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Standard
16438
16439 \family roman
16440 \series medium
16441 \shape up
16442 \size normal
16443 \emph off
16444 \bar no
16445 \noun off
16446 \color none
16447 *
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Standard
16456
16457 \family roman
16458 \series medium
16459 \shape up
16460 \size normal
16461 \emph off
16462 \bar no
16463 \noun off
16464 \color none
16465 *
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Standard
16474
16475 \family roman
16476 \series medium
16477 \shape up
16478 \size normal
16479 \emph off
16480 \bar no
16481 \noun off
16482 \color none
16483 *
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Standard
16492
16493 \family roman
16494 \series medium
16495 \shape up
16496 \size normal
16497 \emph off
16498 \bar no
16499 \noun off
16500 \color none
16501 *
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Standard
16510
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Standard
16519
16520 \family roman
16521 \series medium
16522 \shape up
16523 \size normal
16524 \emph off
16525 \bar no
16526 \noun off
16527 \color none
16528 *
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Standard
16537
16538 \family roman
16539 \series medium
16540 \shape up
16541 \size normal
16542 \emph off
16543 \bar no
16544 \noun off
16545 \color none
16546 8
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 <row topline="true" bottomline="true">
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Standard
16557
16558 \family roman
16559 \series medium
16560 \shape up
16561 \size normal
16562 \emph off
16563 \bar no
16564 \noun off
16565 \color none
16566 Desc.\InsetSpace ~
16567 4
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Standard
16576
16577 \family roman
16578 \series medium
16579 \shape up
16580 \size normal
16581 \emph off
16582 \bar no
16583 \noun off
16584 \color none
16585 *
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Standard
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Standard
16603
16604 \family roman
16605 \series medium
16606 \shape up
16607 \size normal
16608 \emph off
16609 \bar no
16610 \noun off
16611 \color none
16612 *
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Standard
16621
16622 \family roman
16623 \series medium
16624 \shape up
16625 \size normal
16626 \emph off
16627 \bar no
16628 \noun off
16629 \color none
16630 *
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Standard
16639
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Standard
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Standard
16657
16658 \family roman
16659 \series medium
16660 \shape up
16661 \size normal
16662 \emph off
16663 \bar no
16664 \noun off
16665 \color none
16666 *
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Standard
16675
16676 \family roman
16677 \series medium
16678 \shape up
16679 \size normal
16680 \emph off
16681 \bar no
16682 \noun off
16683 \color none
16684 *
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Standard
16693
16694 \family roman
16695 \series medium
16696 \shape up
16697 \size normal
16698 \emph off
16699 \bar no
16700 \noun off
16701 \color none
16702 *
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Standard
16711
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Standard
16720
16721 \family roman
16722 \series medium
16723 \shape up
16724 \size normal
16725 \emph off
16726 \bar no
16727 \noun off
16728 \color none
16729 6
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 </row>
16735 <row topline="true" bottomline="true">
16736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Standard
16740
16741 \family roman
16742 \series medium
16743 \shape up
16744 \size normal
16745 \emph off
16746 \bar no
16747 \noun off
16748 \color none
16749 Total
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Standard
16758
16759 \family roman
16760 \series medium
16761 \shape up
16762 \size normal
16763 \emph off
16764 \bar no
16765 \noun off
16766 \color none
16767  
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Standard
16776
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Standard
16785
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Standard
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Standard
16803
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Standard
16812
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Standard
16821
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Standard
16830
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Standard
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Standard
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Standard
16857
16858 \family roman
16859 \series medium
16860 \shape up
16861 \size normal
16862 \emph off
16863 \bar no
16864 \noun off
16865 \color none
16866 30
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 </row>
16872 </lyxtabular>
16873
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \begin_layout Subsection
16880 What can be placed inside a table cell?
16881 \end_layout
16882
16883 \begin_layout Standard
16884 Many objects can be placed inside a table cell.
16885  Any single line of text, an equation (not a displayed or multilined equation,
16886  though), or a figure can be in a cell; in fact, all three kinds of objects
16887  can be placed in the same cell.
16888  Font sizes and shapes can be altered, and the table will adjust to display
16889  them properly.
16890  However, you can't put a special environment in a cell (like 
16891 \family sans
16892 Section*
16893 \family default
16894 , etc.), nor set spacing options etc.
16895  for the cell's paragraph.
16896 \end_layout
16897
16898 \begin_layout Subsection
16899 Cut & Paste in Tables
16900 \end_layout
16901
16902 \begin_layout Standard
16903 Cutting and pasting between tables works reasonably well.
16904  You can cut and paste even more than one row.
16905  Selection with the mouse or with 
16906 \family sans
16907 Shift
16908 \family default
16909  plus the arrow keys works as usual.
16910  The values in the second table below were cut and pasted from the first,
16911  using the mouse to select and paste.
16912 \end_layout
16913
16914 \begin_layout Standard
16915 \align center
16916 \begin_inset Tabular
16917 <lyxtabular version="3" rows="3" columns="3">
16918 <features>
16919 <column alignment="center" valignment="top" leftline="true" width="0pt">
16920 <column alignment="center" valignment="top" leftline="true" width="0pt">
16921 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16922 <row topline="true" bottomline="true">
16923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Standard
16927
16928 \family roman
16929 \series medium
16930 \shape up
16931 \size normal
16932 \emph off
16933 \bar no
16934 \noun off
16935 \color none
16936 1
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Standard
16945
16946 \family roman
16947 \series medium
16948 \shape up
16949 \size normal
16950 \emph off
16951 \bar no
16952 \noun off
16953 \color none
16954 2
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Standard
16963
16964 \family roman
16965 \series medium
16966 \shape up
16967 \size normal
16968 \emph off
16969 \bar no
16970 \noun off
16971 \color none
16972 3
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 </row>
16978 <row>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Standard
16983
16984 \family roman
16985 \series medium
16986 \shape up
16987 \size normal
16988 \emph off
16989 \bar no
16990 \noun off
16991 \color none
16992 4
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Standard
17001
17002 \family roman
17003 \series medium
17004 \shape up
17005 \size normal
17006 \emph off
17007 \bar no
17008 \noun off
17009 \color none
17010 5
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Standard
17019
17020 \family roman
17021 \series medium
17022 \shape up
17023 \size normal
17024 \emph off
17025 \bar no
17026 \noun off
17027 \color none
17028 6
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row topline="true" bottomline="true">
17035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Standard
17039
17040 \family roman
17041 \series medium
17042 \shape up
17043 \size normal
17044 \emph off
17045 \bar no
17046 \noun off
17047 \color none
17048 7
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Standard
17057
17058 \family roman
17059 \series medium
17060 \shape up
17061 \size normal
17062 \emph off
17063 \bar no
17064 \noun off
17065 \color none
17066 8
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Standard
17075
17076 \family roman
17077 \series medium
17078 \shape up
17079 \size normal
17080 \emph off
17081 \bar no
17082 \noun off
17083 \color none
17084 9
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 </lyxtabular>
17091
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \begin_layout Standard
17098 \align center
17099 \begin_inset Tabular
17100 <lyxtabular version="3" rows="4" columns="3">
17101 <features>
17102 <column alignment="center" valignment="top" leftline="true" width="0pt">
17103 <column alignment="center" valignment="top" leftline="true" width="0pt">
17104 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17105 <row topline="true" bottomline="true">
17106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Standard
17110
17111 \family roman
17112 \series medium
17113 \shape up
17114 \size normal
17115 \emph off
17116 \bar no
17117 \noun off
17118 \color none
17119 1
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Standard
17128
17129 \family roman
17130 \series medium
17131 \shape up
17132 \size normal
17133 \emph off
17134 \bar no
17135 \noun off
17136 \color none
17137 2
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Standard
17146
17147 \family roman
17148 \series medium
17149 \shape up
17150 \size normal
17151 \emph off
17152 \bar no
17153 \noun off
17154 \color none
17155 3
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Standard
17166
17167 \family roman
17168 \series medium
17169 \shape up
17170 \size normal
17171 \emph off
17172 \bar no
17173 \noun off
17174 \color none
17175 4
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Standard
17184
17185 \family roman
17186 \series medium
17187 \shape up
17188 \size normal
17189 \emph off
17190 \bar no
17191 \noun off
17192 \color none
17193 5
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Standard
17202
17203 \family roman
17204 \series medium
17205 \shape up
17206 \size normal
17207 \emph off
17208 \bar no
17209 \noun off
17210 \color none
17211 6
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 <row topline="true">
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Standard
17222
17223 \family roman
17224 \series medium
17225 \shape up
17226 \size normal
17227 \emph off
17228 \bar no
17229 \noun off
17230 \color none
17231 7
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Standard
17240
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Standard
17249
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row topline="true" bottomline="true">
17256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Standard
17260
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Standard
17269
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Standard
17278
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 </row>
17284 </lyxtabular>
17285
17286 \end_inset
17287
17288
17289 \end_layout
17290
17291 \begin_layout Standard
17292 Note that you can also copy and paste the entire table as a single unit
17293  by starting the selection from outside the table.
17294 \end_layout
17295
17296 \begin_layout Subsection
17297 Multiple lines in cells
17298 \end_layout
17299
17300 \begin_layout Standard
17301 It is possible to have multi-line entries in tables, but not in a completely
17302  WYSIWYM manner.
17303  Define a fixed length for the column in the 
17304 \family sans
17305 Table
17306 \family default
17307  dialog.
17308  After this, your text is automatically split into more lines and the cell
17309  enlarged vertically when the length of the text exceeds the given fixed
17310  length.
17311  An example:
17312 \end_layout
17313
17314 \begin_layout Standard
17315 \align center
17316 \begin_inset Tabular
17317 <lyxtabular version="3" rows="4" columns="3">
17318 <features>
17319 <column alignment="center" valignment="top" leftline="true" width="0pt">
17320 <column alignment="block" valignment="top" leftline="true" width="3cm">
17321 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17322 <row topline="true" bottomline="true">
17323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Standard
17327
17328 \family roman
17329 \series medium
17330 \shape up
17331 \size normal
17332 \emph off
17333 \bar no
17334 \noun off
17335 \color none
17336 1
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Standard
17345
17346 \family roman
17347 \series medium
17348 \shape up
17349 \size normal
17350 \emph off
17351 \bar no
17352 \noun off
17353 \color none
17354 2
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Standard
17363
17364 \family roman
17365 \series medium
17366 \shape up
17367 \size normal
17368 \emph off
17369 \bar no
17370 \noun off
17371 \color none
17372 3
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 <row>
17379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Standard
17383
17384 \family roman
17385 \series medium
17386 \shape up
17387 \size normal
17388 \emph off
17389 \bar no
17390 \noun off
17391 \color none
17392 4
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Standard
17401
17402 \family roman
17403 \series medium
17404 \shape up
17405 \size normal
17406 \emph off
17407 \bar no
17408 \noun off
17409 \color none
17410 This is a multiline entry in a table.
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Standard
17419
17420 \family roman
17421 \series medium
17422 \shape up
17423 \size normal
17424 \emph off
17425 \bar no
17426 \noun off
17427 \color none
17428 5
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row bottomline="true">
17435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Standard
17439
17440 \family roman
17441 \series medium
17442 \shape up
17443 \size normal
17444 \emph off
17445 \bar no
17446 \noun off
17447 \color none
17448 6
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Standard
17457
17458 \family roman
17459 \series medium
17460 \shape up
17461 \size normal
17462 \emph off
17463 \bar no
17464 \noun off
17465 \color none
17466 This is longer now.
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Standard
17475
17476 \family roman
17477 \series medium
17478 \shape up
17479 \size normal
17480 \emph off
17481 \bar no
17482 \noun off
17483 \color none
17484 7
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row bottomline="true">
17491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Standard
17495
17496 \family roman
17497 \series medium
17498 \shape up
17499 \size normal
17500 \emph off
17501 \bar no
17502 \noun off
17503 \color none
17504 8
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Standard
17513
17514 \family roman
17515 \series medium
17516 \shape up
17517 \size normal
17518 \emph off
17519 \bar no
17520 \noun off
17521 \color none
17522 This is a multiline entry in a table.
17523  This is longer now.
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Standard
17532
17533 \family roman
17534 \series medium
17535 \shape up
17536 \size normal
17537 \emph off
17538 \bar no
17539 \noun off
17540 \color none
17541 9
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 </row>
17547 </lyxtabular>
17548
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \begin_layout Standard
17555 Text within a cell will not normally wrap to fit the page, so if a line
17556  of text in a table is too long, the table will extend beyond the right
17557  margin of the page.
17558  Similarly, tables will not split themselves at the bottom of a page, and
17559  so might extend below the bottom margin.
17560  You have these options to resolve this problem:
17561 \end_layout
17562
17563 \begin_layout Enumerate
17564 Split it into two tables.
17565 \end_layout
17566
17567 \begin_layout Enumerate
17568 Select the 
17569 \family sans
17570 Longtable 
17571 \family default
17572 button in the 
17573 \family sans
17574 Table
17575 \family default
17576  dialog.
17577  This automatically splits the table over more pages, if it is too tall.
17578  After doing this, the list of 
17579 \family sans
17580 Longtable
17581 \family default
17582  buttons activate themselves and you may now define:
17583 \end_layout
17584
17585 \begin_deeper
17586 \begin_layout Enumerate
17587
17588 \family sans
17589 First\InsetSpace ~
17590 header
17591 \family default
17592 : The current row and all rows above that don't have any special options
17593  defined are defined to be the header rows of the first page of the longtable.
17594 \end_layout
17595
17596 \begin_layout Enumerate
17597
17598 \family sans
17599 Header
17600 \family default
17601 : The current row and all rows above that don't have any special options
17602  defined are defined to be the header rows of all pages of the longtable;
17603  except for the first page, if 
17604 \family sans
17605 First\InsetSpace ~
17606 header
17607 \family default
17608  is defined.
17609 \end_layout
17610
17611 \begin_layout Enumerate
17612
17613 \family sans
17614 Footer
17615 \family default
17616 : The current row and all rows below that don't have any special options
17617  defined are defined to be the footer rows of all pages of the longtable;
17618  except for the last page, if 
17619 \family sans
17620 Last\InsetSpace ~
17621 footer
17622 \family default
17623  is defined.
17624 \end_layout
17625
17626 \begin_layout Enumerate
17627
17628 \family sans
17629 Last\InsetSpace ~
17630 footer
17631 \family default
17632 : The current row and all rows below that don't have any special options
17633  defined are defined to be the footer rows of the last page of the longtable.
17634 \end_layout
17635
17636 \begin_layout Standard
17637 If you set more than one option in the same table row, you should be aware
17638  of the fact that only the first flag is used in the given table rows.
17639  The others will then be defined as 
17640 \emph on
17641 empty
17642 \emph default
17643 .
17644  In this context, first means first in this order: 
17645 \family sans
17646 Footer, Last\InsetSpace ~
17647 footer,
17648 \family default
17649  
17650 \family sans
17651 Header,
17652 \family default
17653  
17654 \family sans
17655 First\InsetSpace ~
17656 header.
17657
17658 \family default
17659 \emph on
17660  
17661 \emph default
17662 See the 
17663 \family typewriter
17664 TableExamples.lyx
17665 \family default
17666  example file to see how this works.
17667
17668 \emph on
17669  
17670 \end_layout
17671
17672 \begin_layout Standard
17673 The check box in the long table options can be used to specify specific
17674  rows to break the page on as well.
17675 \end_layout
17676
17677 \end_deeper
17678 \begin_layout Enumerate
17679 A table can also be placed in a float, as described below, which will allow
17680  TeX to place it as well as it can within the page.
17681 \end_layout
17682
17683 \begin_layout Subsection
17684 Table Floats
17685 \begin_inset LatexCommand \label{sec:table float}
17686
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \begin_layout Standard
17693 Outside of a float, the table will be positioned exactly where it is placed
17694  in the document.
17695  Using a 
17696 \family sans
17697 \shape up
17698 Tabl
17699 \bar under
17700 e
17701 \bar default
17702 \InsetSpace ~
17703 Float
17704 \family default
17705 \shape default
17706  from the 
17707 \family sans
17708 \shape up
17709 \bar under
17710 I
17711 \bar default
17712 nsert\SpecialChar \menuseparator
17713 Flo
17714 \shape default
17715 \bar under
17716 a
17717 \shape up
17718 \bar default
17719 t
17720 \family default
17721 \shape default
17722  menu will enable LaTeX to place the table where it fits best, rather than
17723  exactly where you insert it.
17724  Float placement for table floats is similar to that for figure floats 
17725 \begin_inset LatexCommand \ref{sec:figurefloats}
17726
17727 \end_inset
17728
17729 , and is described in section 
17730 \begin_inset LatexCommand \ref{sec:float-locn}
17731
17732 \end_inset
17733
17734 .
17735  Captions also work the same way as with figure floats, as described in
17736  section 
17737 \begin_inset LatexCommand \ref{sec:figurefloats}
17738
17739 \end_inset
17740
17741 .
17742  Table 
17743 \begin_inset LatexCommand \ref{table:a table float}
17744
17745 \end_inset
17746
17747  is an example of a table float.
17748 \begin_inset Float table
17749 placement htbp
17750 wide false
17751 sideways false
17752 status collapsed
17753
17754 \begin_layout Caption
17755 \begin_inset LatexCommand \label{table:a table float}
17756
17757 \end_inset
17758
17759 A table float.
17760 \end_layout
17761
17762 \begin_layout Standard
17763 \align center
17764 \begin_inset Tabular
17765 <lyxtabular version="3" rows="3" columns="3">
17766 <features>
17767 <column alignment="center" valignment="top" leftline="true" width="0pt">
17768 <column alignment="center" valignment="top" leftline="true" width="0pt">
17769 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17770 <row topline="true" bottomline="true">
17771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Standard
17775
17776 \family roman
17777 \series medium
17778 \shape up
17779 \size normal
17780 \emph off
17781 \bar no
17782 \noun off
17783 \color none
17784 1
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Standard
17793
17794 \family roman
17795 \series medium
17796 \shape up
17797 \size normal
17798 \emph off
17799 \bar no
17800 \noun off
17801 \color none
17802 2
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Standard
17811
17812 \family roman
17813 \series medium
17814 \shape up
17815 \size normal
17816 \emph off
17817 \bar no
17818 \noun off
17819 \color none
17820 3
17821 \end_layout
17822
17823 \end_inset
17824 </cell>
17825 </row>
17826 <row topline="true">
17827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Standard
17831
17832 \family roman
17833 \series medium
17834 \shape up
17835 \size normal
17836 \emph off
17837 \bar no
17838 \noun off
17839 \color none
17840 Joe
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Standard
17849
17850 \family roman
17851 \series medium
17852 \shape up
17853 \size normal
17854 \emph off
17855 \bar no
17856 \noun off
17857 \color none
17858 Mary
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Standard
17867
17868 \family roman
17869 \series medium
17870 \shape up
17871 \size normal
17872 \emph off
17873 \bar no
17874 \noun off
17875 \color none
17876 Ted
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 </row>
17882 <row topline="true" bottomline="true">
17883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Standard
17887
17888 \family roman
17889 \series medium
17890 \shape up
17891 \size normal
17892 \emph off
17893 \bar no
17894 \noun off
17895 \color none
17896 \begin_inset Formula $\int x^{2}dx$
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Standard
17908
17909 \family roman
17910 \series medium
17911 \shape up
17912 \size normal
17913 \emph off
17914 \bar no
17915 \noun off
17916 \color none
17917 \begin_inset Formula $\left[\begin{array}{cc}
17918 a & b\\
17919 c & d\end{array}\right]$
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Standard
17931
17932 \family roman
17933 \series medium
17934 \shape up
17935 \size normal
17936 \emph off
17937 \bar no
17938 \noun off
17939 \color none
17940 \begin_inset Formula $1+1=2$
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 </row>
17949 </lyxtabular>
17950
17951 \end_inset
17952
17953
17954 \end_layout
17955
17956 \end_inset
17957
17958  
17959 \end_layout
17960
17961 \begin_layout Section
17962 Table of Contents and other Listings
17963 \begin_inset LatexCommand \label{sec:toc}
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Standard
17971 One of the really nice features of LaTeX is the ease with which it lets
17972  you create various 
17973 \begin_inset Quotes eld
17974 \end_inset
17975
17976 Lists,
17977 \begin_inset Quotes erd
17978 \end_inset
17979
17980  such as a Table of Contents.
17981  All you need to do is to use certain environments and insert a reference
17982  at the place where you want the list to appear.
17983 \end_layout
17984
17985 \begin_layout Subsection
17986 The Table of Contents
17987 \end_layout
17988
17989 \begin_layout Standard
17990 In order to get a Table of Contents, you need to do four things:
17991 \end_layout
17992
17993 \begin_layout Enumerate
17994 Use a document class that includes support (all but 
17995 \family typewriter
17996 letter
17997 \family default
17998 ).
17999 \end_layout
18000
18001 \begin_layout Enumerate
18002 Set paragraph environments appropriately: 
18003 \family sans
18004 Chapter
18005 \family default
18006
18007 \family sans
18008 (Sub...) Section
18009 \family default
18010
18011 \family sans
18012 (Sub...), Paragraph
18013 \family default
18014 .
18015  Note that styles with a 
18016 \family sans
18017 *
18018 \family default
18019 , like 
18020 \family sans
18021 Section*
18022 \family default
18023 , will 
18024 \emph on
18025 not
18026 \emph default
18027  appear in the Table of Contents.
18028 \end_layout
18029
18030 \begin_layout Enumerate
18031 Make sure you set the 
18032 \family sans
18033 \bar under
18034 S
18035 \bar default
18036 ection\InsetSpace ~
18037 number\InsetSpace ~
18038 depth 
18039 \family default
18040 and 
18041 \family sans
18042 \bar under
18043 T
18044 \bar default
18045 able\InsetSpace ~
18046 of\InsetSpace ~
18047 contents
18048 \family default
18049 .
18050 \family sans
18051 \InsetSpace ~
18052 depth
18053 \family default
18054  in the 
18055 \family sans
18056 Document\InsetSpace ~
18057 Layout
18058 \family default
18059  dialog to the appropriate value as described in 
18060 \begin_inset LatexCommand \ref{sub:section-depth}
18061
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \begin_layout Enumerate
18068 Insert the ToC command at some place in the document.
18069  You'll find it under 
18070 \family sans
18071 \bar under
18072 I
18073 \bar default
18074 nsert\SpecialChar \menuseparator
18075 List\InsetSpace ~
18076 /\InsetSpace ~
18077 T
18078 \bar under
18079 O
18080 \bar default
18081 C\SpecialChar \menuseparator
18082
18083 \bar under
18084 T
18085 \bar default
18086 able\InsetSpace ~
18087 of\InsetSpace ~
18088 Contents
18089 \family default
18090 .
18091 \end_layout
18092
18093 \begin_layout Standard
18094 You can also bring up a dialog for navigating through your document with
18095  
18096 \family sans
18097 \bar under
18098 D
18099 \bar default
18100 ocument\SpecialChar \menuseparator
18101
18102 \bar under
18103 T
18104 \bar default
18105 able\InsetSpace ~
18106 of\InsetSpace ~
18107 Contents
18108 \family default
18109 .
18110 \end_layout
18111
18112 \begin_layout Subsection
18113 List of Figures, Tables and Algorithms
18114 \begin_inset LatexCommand \label{sec:ListsOf}
18115
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \begin_layout Standard
18122 Table, figure, and algorithm lists are very much like the table of contents.
18123  You can insert them from the 
18124 \family sans
18125 \bar under
18126 I
18127 \bar default
18128 nsert\SpecialChar \menuseparator
18129 List\InsetSpace ~
18130 /\InsetSpace ~
18131
18132 \bar under
18133 T
18134 \bar default
18135 OC
18136 \family default
18137  submenu.
18138  If you want figures, tables, or algorithms to appear in the list, you must
18139  place them inside a float of the relevant type and add a caption.
18140 \end_layout
18141
18142 \begin_layout Chapter
18143 Mathematical Formulae
18144 \end_layout
18145
18146 \begin_layout Section
18147 Basic Math Editing
18148 \end_layout
18149
18150 \begin_layout Standard
18151 To create a math formula, you can just click on the toolbar icon with 
18152 \begin_inset Formula $\frac{a+b}{c}$
18153 \end_inset
18154
18155  on it.
18156  That will open a little blue square, with purple markers around it, on
18157  the corners.
18158  That blue square is the formula itself; the purple markers indicate what
18159  level of nesting within the formula you are at.
18160  You can also choose a particular formula type to insert via the 
18161 \family sans
18162 \bar under
18163 I
18164 \bar default
18165 nsert
18166 \bar under
18167 \SpecialChar \menuseparator
18168 M
18169 \bar default
18170 ath
18171 \family default
18172  menu; or you can use a keyboard macro, 
18173 \family sans
18174 M-c\InsetSpace ~
18175 m
18176 \family default
18177
18178 \family sans
18179 M-m\InsetSpace ~
18180 m
18181 \family default
18182 , or 
18183 \family sans
18184 C-m
18185 \family default
18186  (CUA binding only).
18187 \end_layout
18188
18189 \begin_layout Standard
18190 If you simply need to type a single Greek letter, such as 
18191 \begin_inset Formula $\alpha$
18192 \end_inset
18193
18194 , there is a special shortcut.
18195  Just type 
18196 \family sans
18197 M-m\InsetSpace ~
18198 g\InsetSpace ~
18199 a
18200 \family default
18201  to get 
18202 \begin_inset Formula $\alpha$
18203 \end_inset
18204
18205 ,
18206 \family sans
18207  M-m\InsetSpace ~
18208 g\InsetSpace ~
18209 b
18210 \family default
18211  to get 
18212 \begin_inset Formula $\beta$
18213 \end_inset
18214
18215 , etc.
18216 \end_layout
18217
18218 \begin_layout Standard
18219 Editing the parameters of a formula may be done from the 
18220 \family sans
18221 \bar under
18222 I
18223 \bar default
18224 nsert\SpecialChar \menuseparator
18225
18226 \bar under
18227 M
18228 \bar default
18229 ath\SpecialChar \menuseparator
18230 Math\InsetSpace ~
18231 Pane
18232 \bar under
18233 l
18234 \family default
18235 \bar default
18236  dialog, by 
18237 \family sans
18238 Edit\SpecialChar \menuseparator
18239 Math
18240 \family default
18241 , or by clicking the right mouse button on the formula.
18242  The math panel is very useful, so you may want to open it and leave it
18243  somewhere on the screen.
18244  If you're not already in a formula, selecting anything from the math panel
18245  will insert a formula for you.
18246 \end_layout
18247
18248 \begin_layout Subsection
18249 Navigating a Formula
18250 \end_layout
18251
18252 \begin_layout Standard
18253 The best control over cursor position within an existing formula is achieved
18254  with the arrow keys.
18255  Mathed uses small squares to indicate places where something can be inserted.
18256  The arrow keys can be used to navigate between parts of a formula.
18257  Pressing 
18258 \family sans
18259 Space
18260 \family default
18261  will leave a fraction or other formula construct (a square root 
18262 \begin_inset Formula $\sqrt{2}$
18263 \end_inset
18264
18265 , or parentheses 
18266 \begin_inset Formula $\left(f\right)$
18267 \end_inset
18268
18269 , or a matrix 
18270 \begin_inset Formula $\left[\begin{array}{cc}
18271 1 & 2\\
18272 3 & 4\end{array}\right]$
18273 \end_inset
18274
18275 ).
18276  Pressing 
18277 \family sans
18278 Escape
18279 \family default
18280  will leave the formula, placing the cursor after the formula.
18281
18282 \family sans
18283  Tab
18284 \family default
18285  can be used to move horizontally in a formula; for example, through the
18286  cells of a matrix or the positions in a multi-line equation.
18287 \end_layout
18288
18289 \begin_layout Standard
18290
18291 \family sans
18292 Space
18293 \family default
18294  seems to do nothing in Mathed, since it does not in fact add a space between
18295  characters, but it does exit a nested structure.
18296  For this reason, you have to be careful about using 
18297 \family sans
18298 Space
18299 \family default
18300 .
18301  For example, if you want 
18302 \begin_inset Formula $\sqrt{2x+1}$
18303 \end_inset
18304
18305 , type 
18306 \family typewriter
18307
18308 \backslash
18309 sqrt
18310 \family sans
18311 \InsetSpace ~
18312
18313 \family default
18314 then 
18315 \family sans
18316 Space
18317 \family default
18318 , then
18319 \family sans
18320 \InsetSpace ~
18321
18322 \family typewriter
18323 2x+1
18324 \family default
18325 , not 
18326 \family typewriter
18327
18328 \backslash
18329 sqrt
18330 \family sans
18331 \InsetSpace ~
18332 Space\InsetSpace ~
18333
18334 \family typewriter
18335 2x
18336 \family sans
18337 \InsetSpace ~
18338 Space\InsetSpace ~
18339
18340 \family typewriter
18341 +
18342 \family sans
18343 \InsetSpace ~
18344 Space\InsetSpace ~
18345
18346 \family typewriter
18347 1
18348 \family default
18349 , since in the latter case only the 
18350 \family typewriter
18351
18352 \begin_inset Formula $2x$
18353 \end_inset
18354
18355
18356 \family default
18357  will be under the square root sign, 
18358 \begin_inset Formula $\sqrt{2x}+1$
18359 \end_inset
18360
18361 .
18362  For those who learned to space out expressions in this way, it takes a
18363  little unlearning.
18364 \end_layout
18365
18366 \begin_layout Standard
18367 You can leave many parts of a formula, like this matrix, partially filled
18368  in, such as:
18369 \begin_inset Formula \[
18370 \left(\begin{array}{ccc}
18371 \lambda_{1}\\
18372  & \ddots\\
18373  &  & \lambda_{n}\end{array}\right).\]
18374
18375 \end_inset
18376
18377 If you leave a fraction only partially filled in, or a subscript with nothing
18378  in it, the results will be unpredictable, but most constructs don't mind.
18379 \end_layout
18380
18381 \begin_layout Subsection
18382 Selecting Text
18383 \end_layout
18384
18385 \begin_layout Standard
18386 You can select text within a formula in two different ways.
18387  Place the cursor at one end of the string of text you want, and press 
18388 \family sans
18389 Shift 
18390 \family default
18391 and a cursor movement key to select text.
18392  It will be highlighted as with regular text selection.
18393  Alternatively, you can select text with the mouse in the usual way.
18394  That text can then be cut or copied, and then pasted within any formula
18395  (not in a plain text region in LyX, though).
18396 \end_layout
18397
18398 \begin_layout Subsection
18399 Exponents and Subscripts
18400 \end_layout
18401
18402 \begin_layout Standard
18403 You can use the math panel to add superscripts or subscripts, but the much
18404  easier way is to use the standard TeX method.
18405  To get 
18406 \begin_inset Formula $x^{2}$
18407 \end_inset
18408
18409 , type (in Mathed) 
18410 \family typewriter
18411 x^2
18412 \family default
18413  then 
18414 \family sans
18415 Space
18416 \family default
18417 .
18418  The final 
18419 \family sans
18420 Space
18421 \family default
18422  puts the cursor back down on the base line of the expression, instead of
18423  in the superscript.
18424  If you type 
18425 \family typewriter
18426 x^2y
18427 \family default
18428 , you will get 
18429 \begin_inset Formula $x^{2y}$
18430 \end_inset
18431
18432 , to get 
18433 \begin_inset Formula $x^{2}y$
18434 \end_inset
18435
18436 , type 
18437 \family typewriter
18438 x^2
18439 \family sans
18440  
18441 \family default
18442 then 
18443 \family sans
18444 Space 
18445 \family default
18446 then
18447 \family sans
18448 \InsetSpace ~
18449
18450 \family typewriter
18451 y
18452 \family default
18453 .
18454  Subscripts are similar, to get 
18455 \begin_inset Formula $a_{1}$
18456 \end_inset
18457
18458 , type (in Mathed) 
18459 \family typewriter
18460 a_1
18461 \family sans
18462 \InsetSpace ~
18463
18464 \family default
18465 then
18466 \family sans
18467  Space
18468 \family default
18469 .
18470  Note that by default, the superscript or subscript is only for the single
18471  symbol to the left, which changes the spacing and alignment; you should
18472  read section 
18473 \begin_inset LatexCommand \ref{sec:Grouping}
18474
18475 \end_inset
18476
18477  if you need to alter this.
18478 \end_layout
18479
18480 \begin_layout Subsection
18481 Fractions 
18482 \end_layout
18483
18484 \begin_layout Standard
18485 Create a fraction with either 
18486 \family typewriter
18487
18488 \backslash
18489 frac
18490 \family sans
18491  
18492 \family default
18493 (in Mathed) or using the fraction icon in the 
18494 \family sans
18495 Math\InsetSpace ~
18496 Panel
18497 \family default
18498  dialog or the 
18499 \family sans
18500 \bar under
18501 M
18502 \bar default
18503 ath
18504 \family default
18505  menu item 
18506 \family sans
18507 \bar under
18508 F
18509 \bar default
18510 raction
18511 \family default
18512 .
18513  You will be presented with an empty fraction, with two Mathed insertion
18514  squares top and bottom.
18515  The cursor moves immediately to the top of the fraction.
18516  To move to the bottom, simply press 
18517 \family sans
18518 Down
18519 \family default
18520 .
18521  To move back up, press 
18522 \family sans
18523 Up
18524 \family default
18525 .
18526  Any math structure can be placed in a fraction, as this example shows:
18527 \begin_inset Formula \[
18528 \left[\frac{1}{\left(\begin{array}{cc}
18529 2 & 3\\
18530 4 & 5\end{array}\right)}\right]\]
18531
18532 \end_inset
18533
18534
18535 \end_layout
18536
18537 \begin_layout Subsection
18538 Sums and Integrals 
18539 \end_layout
18540
18541 \begin_layout Standard
18542 Sum (
18543 \begin_inset Formula $\sum$
18544 \end_inset
18545
18546 ) and integral (
18547 \begin_inset Formula $\int$
18548 \end_inset
18549
18550 ) signs are very often decorated with one or more sets of 
18551 \begin_inset Quotes eld
18552 \end_inset
18553
18554 limits
18555 \begin_inset Quotes erd
18556 \end_inset
18557
18558 .
18559  These limits can be entered in LyX by entering them as you would enter
18560  a superscript or subscript, directly after the symbol.
18561  Sum will automatically place its 
18562 \begin_inset Quotes eld
18563 \end_inset
18564
18565 limits
18566 \begin_inset Quotes erd
18567 \end_inset
18568
18569  over and under the symbol in display style, but will move them to the side
18570  when inlined, such as 
18571 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
18572 \end_inset
18573
18574 , versus 
18575 \begin_inset Note Note
18576 status open
18577
18578 \begin_layout Standard
18579 We haven't yet explained what display vs.
18580  inline means...
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \begin_inset Formula \[
18587 \sum_{n=1}^{\infty}\frac{x^{n}}{n}=\ln\left(\frac{1}{1-x}\right).\]
18588
18589 \end_inset
18590
18591 Integral signs, however, will not by default move the limits to directly
18592  over and under the integral sign in display style, as in 
18593 \begin_inset Formula $\int_{a}^{x}f(t)dt:=F(x)$
18594 \end_inset
18595
18596 , versus
18597 \begin_inset Formula \[
18598 \int_{-\infty}^{\infty}\frac{dx}{1+x^{2}}=\pi.\]
18599
18600 \end_inset
18601
18602 Both symbols will be automatically re-sized when placed in display mode.
18603  In display mode, the placement of the limits (directly above and below,
18604  or offset to the right from the sign) can be changed by placing the cursor
18605  in front of the sign and hitting 
18606 \family sans
18607 M-m l
18608 \family default
18609 .
18610  Exactly what change occurs depends on the sign.
18611  
18612 \end_layout
18613
18614 \begin_layout Standard
18615 Certain other mathematical expressions have this 
18616 \begin_inset Quotes eld
18617 \end_inset
18618
18619 moving limits
18620 \begin_inset Quotes erd
18621 \end_inset
18622
18623  feature as addition, such as 
18624 \begin_inset Formula \[
18625 \lim_{x\rightarrow\infty}f(x),\]
18626
18627 \end_inset
18628
18629 which will place the 
18630 \begin_inset Formula $x\rightarrow\infty$
18631 \end_inset
18632
18633  underneath the 
18634 \begin_inset Quotes eld
18635 \end_inset
18636
18637 lim
18638 \begin_inset Quotes erd
18639 \end_inset
18640
18641  in display mode, but not in inlined mode, 
18642 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
18643 \end_inset
18644
18645 .
18646  Note that the 
18647 \begin_inset Formula $\lim$
18648 \end_inset
18649
18650  was entered as a function - you get it in LyX by typing 
18651 \family typewriter
18652
18653 \backslash
18654 lim 
18655 \family default
18656 in math-mode, or choosing from the 
18657 \begin_inset Quotes eld
18658 \end_inset
18659
18660 functions
18661 \begin_inset Quotes erd
18662 \end_inset
18663
18664  menu in the math panel; see 
18665 \begin_inset LatexCommand \ref{sec:math-functions}
18666
18667 \end_inset
18668
18669 .
18670 \end_layout
18671
18672 \begin_layout Subsection
18673 The Math Panel
18674 \begin_inset LatexCommand \label{sec:math-panel}
18675
18676 \end_inset
18677
18678
18679 \end_layout
18680
18681 \begin_layout Standard
18682 The 
18683 \family sans
18684 Math\InsetSpace ~
18685
18686 \bar under
18687 P
18688 \bar default
18689 anel
18690 \family default
18691  dialog (accessible via 
18692 \family sans
18693 \bar under
18694 I
18695 \bar default
18696 nsert\SpecialChar \menuseparator
18697
18698 \bar under
18699 M
18700 \bar default
18701 ath
18702 \family default
18703 ) has a more extensive list of symbols and structures.
18704  As stated earlier, you can keep the math panel open when writing mathematics.
18705  The use of the panel should be fairly obvious; we'll describe some of the
18706  details in later sections.
18707 \end_layout
18708
18709 \begin_layout Standard
18710 Note that right-clicking on a formula opens the panel as well.
18711 \end_layout
18712
18713 \begin_layout Subsection
18714 Other Math Symbols 
18715 \end_layout
18716
18717 \begin_layout Standard
18718 Most math symbols can be found in the math panel under one of several categories
18719 ; including 
18720 \family sans
18721 Greek
18722 \family default
18723  
18724 \begin_inset Formula $\Gamma\rho\epsilon\epsilon\kappa$
18725 \end_inset
18726
18727
18728 \family sans
18729 operators
18730 \family default
18731  
18732 \begin_inset Formula $\pm\times$
18733 \end_inset
18734
18735
18736 \family sans
18737 relations
18738 \family default
18739  
18740 \begin_inset Formula $\leq\cong$
18741 \end_inset
18742
18743
18744 \family sans
18745 arrows
18746 \family default
18747  
18748 \begin_inset Formula $\uparrow\Leftrightarrow$
18749 \end_inset
18750
18751
18752 \family sans
18753 large\InsetSpace ~
18754 operators
18755 \family default
18756  
18757 \begin_inset Formula $\sum\int$
18758 \end_inset
18759
18760 , and the dreaded 
18761 \family sans
18762 miscellaneous
18763 \family default
18764 .
18765  There are also the additional symbols provided by the American Mathematical
18766  Society (AMS).
18767  If you know the standard LaTeX macro for a particular symbol you which
18768  to use, you do not have to use these dialogs, but they will help for those
18769  symbols whose LaTeX name you do not know.
18770  Note that the AMS symbols will not be displayed as symbols in LyX unless
18771  you install the right fonts as described in the relevant manual.
18772 \end_layout
18773
18774 \begin_layout Standard
18775 It is possible to get an nth root symbol.
18776  In the minibuffer, type 
18777 \family typewriter
18778 math-insert root
18779 \family default
18780 .
18781  This generates a root symbol with an extra box above the root sign.
18782  Use 
18783 \family sans
18784 Up
18785 \family default
18786  and 
18787 \family sans
18788 Down
18789 \family default
18790  to move between the two boxes.
18791  You can also use the key binding 
18792 \family sans
18793 M-m-r
18794 \family default
18795 .
18796 \end_layout
18797
18798 \begin_layout Subsection
18799 Altering spacing
18800 \end_layout
18801
18802 \begin_layout Standard
18803 You may want to create blank spaces that differs from the standard spacing
18804  that LaTeX provides.
18805  We don't recommend this as a matter of course, since the whole idea of
18806  WYSIWYM is that you don't think about the typesetting, but the content.
18807  However, there are situations where you will want to add spaces.
18808  The first thing to do is to type 
18809 \family sans
18810 C-Space
18811 \family default
18812 .
18813  This generates a small space, and shows a small marker on the screen within
18814  LyX: 
18815 \begin_inset Formula $a\, b$
18816 \end_inset
18817
18818 .
18819  The next trick is to change that space to different sizes.
18820  
18821 \emph on
18822 Before
18823 \emph default
18824  you move the cursor, after typing 
18825 \family sans
18826 C-Space
18827 \family default
18828 , if you hit 
18829 \family sans
18830 Space
18831 \family default
18832  again, you will change the size of the space, through a number of variable
18833  sizes.
18834  The last ones in the list are red, and are a negative space.
18835  For example: 
18836 \begin_inset Formula $a\quad b$
18837 \end_inset
18838
18839 , or 
18840 \begin_inset Formula $a\! b$
18841 \end_inset
18842
18843 .
18844  You can also insert these spaces via the math panel.
18845 \end_layout
18846
18847 \begin_layout Subsection
18848 Math functions
18849 \begin_inset LatexCommand \label{sec:math-functions}
18850
18851 \end_inset
18852
18853
18854 \end_layout
18855
18856 \begin_layout Standard
18857 The math panel contains a number of 
18858 \begin_inset Quotes eld
18859 \end_inset
18860
18861 functions
18862 \begin_inset Quotes erd
18863 \end_inset
18864
18865 , such as 
18866 \begin_inset Formula $\sin$
18867 \end_inset
18868
18869
18870 \begin_inset Formula $\lim$
18871 \end_inset
18872
18873
18874 \emph on
18875 etc
18876 \emph default
18877 .
18878  (you can type them in a formula by typing 
18879 \family typewriter
18880
18881 \backslash
18882 sin
18883 \family default
18884  etc).
18885  Standard mathematical practice is that functions which are names, like
18886  
18887 \begin_inset Formula $\sin$
18888 \end_inset
18889
18890 , should not be italicized.
18891  Entering just the letters 
18892 \begin_inset Formula $sin$
18893 \end_inset
18894
18895  within Mathed will give italics, of course, so these special macros are
18896  available.
18897  They do more to the final output than just change the typeface, however.
18898  For example, the expression 
18899 \begin_inset Formula $\sin t$
18900 \end_inset
18901
18902  will typeset with a little extra space between the n and the t.
18903  For words which are more sophisticated mathematical objects, like 
18904 \begin_inset Formula $\lim$
18905 \end_inset
18906
18907 , the macro changes the way that subscripts are placed, depending on whether
18908  the math-inset is inlined or displayed: 
18909 \begin_inset Formula $\lim_{x\rightarrow0}f(x)=L$
18910 \end_inset
18911
18912  versus
18913 \begin_inset Formula \[
18914 \lim_{x\rightarrow0}f(x)=L.\]
18915
18916 \end_inset
18917
18918 These two expressions were typed the same way, but using the macro 
18919 \family typewriter
18920
18921 \backslash
18922 lim
18923 \family default
18924  alters the appearance (actually, it is the inlined version that is altered,
18925  to improve linespacing).
18926 \end_layout
18927
18928 \begin_layout Subsection
18929 Accents
18930 \end_layout
18931
18932 \begin_layout Standard
18933 In a formula you can insert accented characters in the same way as in text
18934  mode.
18935  This may depend on your keyboard, or the bindings file you use.
18936  You can also use TeX macro equivalents, as macros.
18937  That is, you can enter 
18938 \begin_inset Formula $\hat{a}$
18939 \end_inset
18940
18941  to get the same effect if your keyboard does not have accents enabled.
18942  This is entered by typing 
18943 \begin_inset Quotes eld
18944 \end_inset
18945
18946
18947 \family typewriter
18948
18949 \backslash
18950 hat a
18951 \family default
18952
18953 \begin_inset Quotes erd
18954 \end_inset
18955
18956  in Mathed.
18957  These are the equivalences between the text names and the macro names for
18958  the various accents:
18959 \end_layout
18960
18961 \begin_layout Standard
18962 \align center
18963 \begin_inset Tabular
18964 <lyxtabular version="3" rows="11" columns="3">
18965 <features>
18966 <column alignment="center" valignment="top" leftline="true" width="0pt">
18967 <column alignment="center" valignment="top" leftline="true" width="0pt">
18968 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
18969 <row topline="true" bottomline="true">
18970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Standard
18974
18975 \family roman
18976 \series medium
18977 \shape up
18978 \size normal
18979 \emph off
18980 \bar no
18981 \noun off
18982 \color none
18983 text
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Standard
18992
18993 \family roman
18994 \series medium
18995 \shape up
18996 \size normal
18997 \emph off
18998 \bar no
18999 \noun off
19000 \color none
19001 math
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Standard
19010
19011 \family roman
19012 \series medium
19013 \shape up
19014 \size normal
19015 \emph off
19016 \bar no
19017 \noun off
19018 \color none
19019 example
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 </row>
19025 <row topline="true">
19026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19027 \begin_inset Text
19028
19029 \begin_layout Standard
19030
19031 \family roman
19032 \series medium
19033 \shape up
19034 \size normal
19035 \emph off
19036 \bar no
19037 \noun off
19038 \color none
19039 circumflex
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Standard
19048
19049 \family roman
19050 \series medium
19051 \shape up
19052 \size normal
19053 \emph off
19054 \bar no
19055 \noun off
19056 \color none
19057 hat
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Standard
19066
19067 \family roman
19068 \series medium
19069 \shape up
19070 \size normal
19071 \emph off
19072 \bar no
19073 \noun off
19074 \color none
19075 \begin_inset Formula $\hat{a}$
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 </row>
19084 <row topline="true">
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Standard
19089
19090 \family roman
19091 \series medium
19092 \shape up
19093 \size normal
19094 \emph off
19095 \bar no
19096 \noun off
19097 \color none
19098 grave
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Standard
19107
19108 \family roman
19109 \series medium
19110 \shape up
19111 \size normal
19112 \emph off
19113 \bar no
19114 \noun off
19115 \color none
19116 grave
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Standard
19125
19126 \family roman
19127 \series medium
19128 \shape up
19129 \size normal
19130 \emph off
19131 \bar no
19132 \noun off
19133 \color none
19134 \begin_inset Formula $\grave{a}$
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 </row>
19143 <row topline="true">
19144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Standard
19148
19149 \family roman
19150 \series medium
19151 \shape up
19152 \size normal
19153 \emph off
19154 \bar no
19155 \noun off
19156 \color none
19157 acute
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Standard
19166
19167 \family roman
19168 \series medium
19169 \shape up
19170 \size normal
19171 \emph off
19172 \bar no
19173 \noun off
19174 \color none
19175 acute
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Standard
19184
19185 \family roman
19186 \series medium
19187 \shape up
19188 \size normal
19189 \emph off
19190 \bar no
19191 \noun off
19192 \color none
19193 \begin_inset Formula $\acute{a}$
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 </row>
19202 <row topline="true">
19203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Standard
19207
19208 \family roman
19209 \series medium
19210 \shape up
19211 \size normal
19212 \emph off
19213 \bar no
19214 \noun off
19215 \color none
19216 umlaut
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Standard
19225
19226 \family roman
19227 \series medium
19228 \shape up
19229 \size normal
19230 \emph off
19231 \bar no
19232 \noun off
19233 \color none
19234 ddot
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Standard
19243
19244 \family roman
19245 \series medium
19246 \shape up
19247 \size normal
19248 \emph off
19249 \bar no
19250 \noun off
19251 \color none
19252 \begin_inset Formula $\ddot{a}$
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row topline="true">
19262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Standard
19266
19267 \family roman
19268 \series medium
19269 \shape up
19270 \size normal
19271 \emph off
19272 \bar no
19273 \noun off
19274 \color none
19275 tilde
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Standard
19284
19285 \family roman
19286 \series medium
19287 \shape up
19288 \size normal
19289 \emph off
19290 \bar no
19291 \noun off
19292 \color none
19293 tilde
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Standard
19302
19303 \family roman
19304 \series medium
19305 \shape up
19306 \size normal
19307 \emph off
19308 \bar no
19309 \noun off
19310 \color none
19311 \begin_inset Formula $\tilde{a}$
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 </row>
19320 <row topline="true">
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Standard
19325
19326 \family roman
19327 \series medium
19328 \shape up
19329 \size normal
19330 \emph off
19331 \bar no
19332 \noun off
19333 \color none
19334 dot
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Standard
19343
19344 \family roman
19345 \series medium
19346 \shape up
19347 \size normal
19348 \emph off
19349 \bar no
19350 \noun off
19351 \color none
19352 dot
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Standard
19361
19362 \family roman
19363 \series medium
19364 \shape up
19365 \size normal
19366 \emph off
19367 \bar no
19368 \noun off
19369 \color none
19370 \begin_inset Formula $\dot{a}$
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 </row>
19379 <row topline="true">
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Standard
19384
19385 \family roman
19386 \series medium
19387 \shape up
19388 \size normal
19389 \emph off
19390 \bar no
19391 \noun off
19392 \color none
19393 breve
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Standard
19402
19403 \family roman
19404 \series medium
19405 \shape up
19406 \size normal
19407 \emph off
19408 \bar no
19409 \noun off
19410 \color none
19411 breve
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Standard
19420
19421 \family roman
19422 \series medium
19423 \shape up
19424 \size normal
19425 \emph off
19426 \bar no
19427 \noun off
19428 \color none
19429 \begin_inset Formula $\breve{a}$
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 <row topline="true">
19439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Standard
19443
19444 \family roman
19445 \series medium
19446 \shape up
19447 \size normal
19448 \emph off
19449 \bar no
19450 \noun off
19451 \color none
19452 caron
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Standard
19461
19462 \family roman
19463 \series medium
19464 \shape up
19465 \size normal
19466 \emph off
19467 \bar no
19468 \noun off
19469 \color none
19470 check
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Standard
19479
19480 \family roman
19481 \series medium
19482 \shape up
19483 \size normal
19484 \emph off
19485 \bar no
19486 \noun off
19487 \color none
19488 \begin_inset Formula $\check{a}$
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 </row>
19497 <row topline="true">
19498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Standard
19502
19503 \family roman
19504 \series medium
19505 \shape up
19506 \size normal
19507 \emph off
19508 \bar no
19509 \noun off
19510 \color none
19511 macron
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Standard
19520
19521 \family roman
19522 \series medium
19523 \shape up
19524 \size normal
19525 \emph off
19526 \bar no
19527 \noun off
19528 \color none
19529 bar
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Standard
19538
19539 \family roman
19540 \series medium
19541 \shape up
19542 \size normal
19543 \emph off
19544 \bar no
19545 \noun off
19546 \color none
19547 \begin_inset Formula $\bar{a}$
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 <row topline="true" bottomline="true">
19557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Standard
19561
19562 \family roman
19563 \series medium
19564 \shape up
19565 \size normal
19566 \emph off
19567 \bar no
19568 \noun off
19569 \color none
19570 ---
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Standard
19579
19580 \family roman
19581 \series medium
19582 \shape up
19583 \size normal
19584 \emph off
19585 \bar no
19586 \noun off
19587 \color none
19588 vec
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Standard
19597
19598 \family roman
19599 \series medium
19600 \shape up
19601 \size normal
19602 \emph off
19603 \bar no
19604 \noun off
19605 \color none
19606 \begin_inset Formula $\vec{a}$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 </lyxtabular>
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Finally, you can choose one of these accents by selecting an item from the
19624  
19625 \family sans
19626 Decorations
19627 \family default
19628  symbol set in the math panel; this will apply to any selection you have
19629  made within a formula too.
19630 \end_layout
19631
19632 \begin_layout Subsection
19633 The math editor for LaTeX users
19634 \end_layout
19635
19636 \begin_layout Standard
19637 Editing mathematical expressions in LyX can be done in one of two ways.
19638  You can use the native LyX support for rendering the formulae in a WYSIWYM
19639  fashion.
19640  LaTeX users might like to be able to use the keyboard to enter things like
19641  
19642 \family typewriter
19643 $
19644 \backslash
19645 alpha$
19646 \family default
19647  (this gets, in ordinary TeX, an 
19648 \begin_inset Formula $\alpha$
19649 \end_inset
19650
19651  in the final document), believing that it is faster than chasing around
19652  menus for a symbol.
19653  Here's a testimonial of one of those old LaTeX users, 
19654 \noun on
19655 David Johnson:
19656 \end_layout
19657
19658 \begin_layout Quotation
19659 I was finally convinced that the math editor was the way to go when I found
19660  that, with a few modifications, I could use it the same way I was accustomed
19661  to writing TeX.
19662  As an example, I created this 
19663 \begin_inset Formula $\alpha$
19664 \end_inset
19665
19666  by typing the following keys: First type
19667 \family typewriter
19668  
19669 \family sans
19670 M-c\InsetSpace ~
19671 m
19672 \family typewriter
19673  
19674 \family default
19675 to enter
19676 \family typewriter
19677  math-mode
19678 \family default
19679 , then type
19680 \family typewriter
19681  
19682 \backslash
19683 alpha
19684 \family sans
19685  
19686 \family default
19687 , then 
19688 \family sans
19689 Space 
19690 \family default
19691 and
19692 \family sans
19693  Esc
19694 \family default
19695 .
19696  As soon as I typed that 
19697 \family sans
19698 Space
19699 \family default
19700  the 
19701 \begin_inset Formula $\alpha$
19702 \end_inset
19703
19704  was right there on the screen.
19705  
19706 \end_layout
19707
19708 \begin_layout Standard
19709 The 
19710 \family sans
19711 M-c\InsetSpace ~
19712 m
19713 \family default
19714  sequence inserts a formula (you may also use 
19715 \family sans
19716 C-m
19717 \family default
19718  or 
19719 \family sans
19720 M-m\InsetSpace ~
19721 m
19722 \family default
19723 ), the
19724 \family typewriter
19725  
19726 \backslash
19727 alpha
19728 \family default
19729  is of course the standard TeX command for a Greek alpha letter, and the
19730  
19731 \family sans
19732 Esc
19733 \family default
19734  leaves the formula.
19735  Some of the advantages of this approach are:
19736 \end_layout
19737
19738 \begin_layout Itemize
19739 You have immediate visual feedback to be sure your TeX was correct
19740 \end_layout
19741
19742 \begin_layout Itemize
19743 You have the real mathematical expression on the screen, correctly displayed,
19744  to make sure your mathematics is correct (correctly written, at least)
19745 \end_layout
19746
19747 \begin_layout Itemize
19748 All the new LaTeX fuss with special environments and such are taken care
19749  of by LyX, not you
19750 \end_layout
19751
19752 \begin_layout Itemize
19753 You won't have to chase through the code trying to find that missing 
19754 \family sans
19755 $
19756 \family default
19757  or extra 
19758 \family sans
19759 {
19760 \family default
19761  any more
19762 \end_layout
19763
19764 \begin_layout Itemize
19765 If you don't remember the LaTeX name of a particular symbol, like 
19766 \begin_inset Formula $\wp$
19767 \end_inset
19768
19769 , you can find it in the dialogs
19770 \end_layout
19771
19772 \begin_layout Section
19773 Brackets and decorations
19774 \end_layout
19775
19776 \begin_layout Standard
19777 There are several brackets available through LyX.
19778  For most purposes, using just the keys 
19779 \family typewriter
19780 [{]}()|
19781 \backslash
19782 <>
19783 \family default
19784  should suffice, but the effect, especially if you want to surround a large
19785  structure, such as a matrix or a fraction, or if you have several layers
19786  of brackets, is better using the math panel's 
19787 \family sans
19788 Delimiter
19789 \family default
19790  dialog [see sec.
19791  
19792 \begin_inset LatexCommand \ref{sec:math-panel}
19793
19794 \end_inset
19795
19796 ].
19797  For example, that's how you would construct the brackets around a standard
19798  matrix such as :
19799 \begin_inset Formula \[
19800 \left[\begin{array}{cc}
19801 1 & 2\\
19802 3 & 4\end{array}\right],\]
19803
19804 \end_inset
19805
19806 and to make it easier to see the layers of parentheses of an abomination
19807  such as: 
19808 \begin_inset Formula \[
19809 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
19810
19811 \end_inset
19812
19813 or:
19814 \begin_inset Formula \[
19815 f\left(g\left(h\left(k\left(l\left(x\right)\right)\right)\right)\right).\]
19816
19817 \end_inset
19818
19819 The parentheses, and other brackets, from that menu will automatically re-size
19820  to accommodate the size of what is inside (This is done in straight LaTeX
19821  by 
19822 \family typewriter
19823
19824 \backslash
19825 left( blah 
19826 \backslash
19827 right)
19828 \family default
19829  ).
19830  
19831 \end_layout
19832
19833 \begin_layout Standard
19834 It is very easy to construct the braces you want to use.
19835  Click on the brace you want on the left side with the left mouse button,
19836  the right side with the right button, and place them in the document by
19837  clicking on the button.
19838  If you want one side to not have a bracket, use the blank button.
19839  It will appear in LyX with a dotted line, but nothing will print.
19840 \end_layout
19841
19842 \begin_layout Standard
19843 If you decide after the fact to place parentheses (or other math structure,
19844  like a square root, or other decoration) around some math structure, you
19845  can do that by highlighting (selecting) the structure that is to go inside
19846  the parentheses (that is done by holding the 
19847 \family sans
19848 Shift
19849 \family default
19850  key down and moving the cursor with the arrow keys, or selecting with the
19851  mouse).
19852  Then, choose the appropriate brackets for left and right, and click on
19853  
19854 \family sans
19855 Apply
19856 \family default
19857 .
19858  The parentheses will be drawn around the selected structure.
19859 \end_layout
19860
19861 \begin_layout Standard
19862 If you're trying to enter a LaTeX 
19863 \family typewriter
19864 {
19865 \family default
19866  for grouping, you should read 
19867 \begin_inset LatexCommand \ref{sec:Grouping}
19868
19869 \end_inset
19870
19871 .
19872 \end_layout
19873
19874 \begin_layout Section
19875 Grouping
19876 \begin_inset LatexCommand \label{sec:Grouping}
19877
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \begin_layout Standard
19884 You may need to group a set of symbols.
19885  In LaTeX, for example, the typesetting of 
19886 \family typewriter
19887 {x^y}^z
19888 \family default
19889  is different from 
19890 \family typewriter
19891 x^{y^z}
19892 \family default
19893 :
19894 \end_layout
19895
19896 \begin_layout Standard
19897 \begin_inset Formula \[
19898 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{{y^{z}}}\]
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout Standard
19906 However, trying to type the 
19907 \family typewriter
19908 }
19909 \family default
19910  in LyX gives an actual closing brace in the output.
19911  To create this grouping, you need to use the key sequence 
19912 \family typewriter
19913
19914 \backslash
19915 {
19916 \family default
19917  then type space.
19918  Inside LyX, you will see red braces indicating the grouping.
19919  The example directly above shows how this works.
19920 \end_layout
19921
19922 \begin_layout Section
19923 Arrays and Multi-line Equations
19924 \end_layout
19925
19926 \begin_layout Standard
19927 Arrays, such as matrices, are easily entered in LyX.
19928  In the 
19929 \family sans
19930 Math\InsetSpace ~
19931 Panel 
19932 \family default
19933 there is a matrix button, which will open a dialog for you to choose the
19934  number of rows/columns.
19935  Here is an example:
19936 \begin_inset Formula \[
19937 \left(\begin{array}{ccc}
19938 1 & 2 & 3\\
19939 4 & 5 & 6\\
19940 7 & 8 & 9\end{array}\right).\]
19941
19942 \end_inset
19943
19944 The parentheses aren't automatic, but you can add them as usual.
19945  Remember that you can add this after the fact, by highlighting the matrix
19946  inside Mathed (Position the mouse on one side of the matrix, hold the 
19947 \family sans
19948 Shift
19949 \family default
19950  key down, and hit the appropriate arrow key to move the cursor across the
19951  matrix).
19952  You can, when you construct the matrix, decide whether the columns (or
19953  some of them) will be left-, right-, or center-justified.
19954  The specification is 
19955 \family typewriter
19956 ccc 
19957 \family default
19958 by default.
19959  Each letter corresponds to the relevant column.
19960  For example, 
19961 \family typewriter
19962 lcr
19963 \family default
19964  means that the first column will be left-justified, the second will be
19965  centered, and the third column will be right-justified..
19966  It will look like this:
19967 \begin_inset Formula \[
19968 \begin{array}{lcr}
19969 this & this\, column & this\, column\\
19970 column & has & has\, right\\
19971 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \begin_layout Standard
19979 You can add more rows to an existing matrix by hitting 
19980 \family sans
19981 C-Enter
19982 \family default
19983  while in the matrix, and you can add columns, or delete either, via the
19984  
19985 \family sans
19986 \bar under
19987 E
19988 \bar default
19989 dit\SpecialChar \menuseparator
19990
19991 \bar under
19992 M
19993 \bar default
19994 ath
19995 \family default
19996  and 
19997 \family sans
19998 \bar under
19999 E
20000 \bar default
20001 dit\SpecialChar \menuseparator
20002 Rows&
20003 \bar under
20004 C
20005 \bar default
20006 ols
20007 \family default
20008  menus.
20009 \end_layout
20010
20011 \begin_layout Standard
20012 There are numerous other arrays used in LaTeX math-mode, particularly with
20013  the AMS-LaTeX packages included, such as 
20014 \family typewriter
20015
20016 \backslash
20017 cases
20018 \family default
20019  and commutative diagrams.
20020  Not all of these are supported in LyX but some are, see 
20021 \family sans
20022 \bar under
20023 I
20024 \bar default
20025 nsert\SpecialChar \menuseparator
20026 Mat
20027 \bar under
20028 h
20029 \family default
20030 \bar default
20031 .
20032 \end_layout
20033
20034 \begin_layout Standard
20035 Multi-line equations are very easy to construct in LyX.
20036  A formula will automatically switch to an 
20037 \family typewriter
20038 \series medium
20039 eqnarray
20040 \family default
20041 \series default
20042  format (LaTeX's multi-line displayed equation format) if you hit 
20043 \family sans
20044 \series medium
20045 C-E
20046 \series default
20047 nter
20048 \family default
20049 .
20050  The best way to do this, if you decide you want a multi-line displayed
20051  equation, is to insert a new line (with 
20052 \family sans
20053 \series medium
20054 C-Enter
20055 \family default
20056 \series default
20057 ) immediately.
20058  Each line then has three regions, left, center, and right, which you can
20059  move through using either the arrow keys, the mouse, or the 
20060 \family sans
20061 \series medium
20062 Tab
20063 \family default
20064 \series default
20065  key.
20066  Here is an example:
20067 \begin_inset Formula \begin{eqnarray*}
20068 3 & = & 1+2\\
20069 4+5 & = & 9.\end{eqnarray*}
20070
20071 \end_inset
20072
20073 You can also turn an existing displayed formula into a multi-line formula
20074  by hitting 
20075 \family sans
20076 \series medium
20077 C-Enter
20078 \family default
20079 \series default
20080  while the cursor is anywhere on the original formula.
20081  However, LyX will 
20082 \emph on
20083 not
20084 \emph default
20085  try to decide where to break the formula up into three parts, but places
20086  everything in the left side of the line.
20087  To change the alignment points of the equation, place the cursor where
20088  you want to start the middle part of the line, and hit 
20089 \family sans
20090 C-Tab.
20091  
20092 \family default
20093 It then puts everything to the right of the cursor in the middle region
20094  of the equation (which, by the way, is not typeset by LaTeX in display-math
20095  size, so you should not put large expressions like fractions there).
20096  Move to where you want the right side of the line to begin, and hit 
20097 \family sans
20098 C-Tab
20099 \family default
20100  again.
20101  The 
20102 \begin_inset Quotes eld
20103 \end_inset
20104
20105 extra
20106 \begin_inset Quotes erd
20107 \end_inset
20108
20109  insertion points in the line will disappear.
20110 \end_layout
20111
20112 \begin_layout Section
20113 Equation Numbering and Labels
20114 \begin_inset LatexCommand \label{sec:math-label}
20115
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \begin_layout Standard
20122 Equation numbering is very easy in LyX.
20123  All it takes to change a displayed equation like: 
20124 \begin_inset Formula \[
20125 1+2=3\]
20126
20127 \end_inset
20128
20129 into the numbered equation :
20130 \begin_inset Formula \begin{equation}
20131 1+2=3\label{mathed:first-eqn}\end{equation}
20132
20133 \end_inset
20134
20135 is to go to the 
20136 \family sans
20137 \bar under
20138 I
20139 \bar default
20140 nsert
20141 \family default
20142  menu, and select the 
20143 \family sans
20144 \bar under
20145 L
20146 \bar default
20147 abel...
20148
20149 \family default
20150  option.
20151  This opens a dialog in which you must enter some string as the label.
20152  There is no need to call it by a specific number, since LaTeX will take
20153  care of re-numbering the equation.
20154  Labels will not appear as such on the final output.
20155  LaTeX will insert appropriate numbers for the equations.
20156  The labels are used internally for cross-referencing.
20157  You can turn on numbering without a specific label with the menu option
20158  
20159 \family sans
20160 \bar under
20161 E
20162 \bar default
20163 dit\SpecialChar \menuseparator
20164
20165 \bar under
20166 M
20167 \bar default
20168 ath\SpecialChar \menuseparator
20169 Toggle\InsetSpace ~
20170
20171 \bar under
20172 N
20173 \bar default
20174 umbering
20175 \family default
20176  while the cursor is in the equation, such as: 
20177 \end_layout
20178
20179 \begin_layout Standard
20180 \begin_inset Formula \begin{equation}
20181 1+1=2.\end{equation}
20182
20183 \end_inset
20184
20185 You can toggle it on or off with this menu item.
20186  You can reference a labelled (not just numbered) equation, (cf.
20187  (
20188 \begin_inset LatexCommand \ref{mathed:first-eqn}
20189
20190 \end_inset
20191
20192 )) by using the 
20193 \family sans
20194 Cross-Reference
20195 \family default
20196  dialog, which you open using 
20197 \family sans
20198 \bar under
20199 I
20200 \bar default
20201 nsert\SpecialChar \menuseparator
20202
20203 \bar under
20204 C
20205 \bar default
20206 ross-Reference...
20207 \family default
20208 \InsetSpace ~
20209 .
20210 \end_layout
20211
20212 \begin_layout Standard
20213 For numbered (or labelled) multi-line formulas, the default is that all
20214  lines are numbered separately.
20215  Once you attach a label to make the equation numbered, all subsequent lines
20216  receive a label of #.
20217  That label can be changed to another so that you can refer to that line,
20218  like (
20219 \begin_inset LatexCommand \ref{mathed:third-eqn}
20220
20221 \end_inset
20222
20223 ) below.
20224 \begin_inset Formula \begin{eqnarray}
20225 1 & = & 3-2\label{mathed:second-equation}\\
20226 2 & = & 4-2\label{mathed:third-eqn}\\
20227 4 & \leq & 7.\end{eqnarray}
20228
20229 \end_inset
20230
20231 You can turn off numbering of a specific line with 
20232 \family sans
20233 \bar under
20234 E
20235 \bar default
20236 dit\SpecialChar \menuseparator
20237
20238 \bar under
20239 M
20240 \bar default
20241 ath\SpecialChar \menuseparator
20242 Toggle\InsetSpace ~
20243
20244 \bar under
20245 n
20246 \bar default
20247 umbering\InsetSpace ~
20248 of\InsetSpace ~
20249 line
20250 \family default
20251  while the cursor is on that line of a multi-line numbered equation.
20252  This also toggles.
20253  For example :
20254 \begin_inset Formula \begin{eqnarray}
20255 1 & = & 4-3\label{mathed:fourth-eqn}\\
20256 2 & = & 7-5\\
20257 1 & = & e^{2\pi i}\nonumber \\
20258 16 & \equiv & 2\,(mod\,7)\label{mathed:fifth-eqn}\end{eqnarray}
20259
20260 \end_inset
20261
20262 Note that the first equation in this set (
20263 \begin_inset LatexCommand \ref{mathed:fourth-eqn}
20264
20265 \end_inset
20266
20267 ) is labelled, the next is numbered but unlabelled, the third is unnumbered,
20268  and the last (
20269 \begin_inset LatexCommand \ref{mathed:fifth-eqn}
20270
20271 \end_inset
20272
20273 ) is again labelled.
20274  
20275 \end_layout
20276
20277 \begin_layout Section
20278 User defined macros in math mode
20279 \end_layout
20280
20281 \begin_layout Standard
20282 LyX allows the user to define macros for use in math mode.
20283  A macro definition box appears on screen as purple box with the name of
20284  the macro in blue (math color).
20285  It contains two cells initially marked empty by blue rectangles that can
20286  be edited as if it were ordinary math.
20287  Just try it:
20288 \begin_inset FormulaMacro
20289 \newcommand{\macro}{a+b}
20290 \end_inset
20291
20292  The contents of the first cell will be used when the macro definition is
20293  written during export as LaTeX.
20294  The contents of the second cell, however, will be used for drawing the
20295  macro's expansion on screen.
20296  In the common case where both export and drawing use the same representation,
20297  the second cell can be left empty and LyX will use the contents of the
20298  first cell will be used for export and drawing automatically.
20299 \end_layout
20300
20301 \begin_layout Standard
20302 Now, to use this macro in other math boxes just type the name in TeX mode,
20303  in this case 
20304 \family typewriter
20305
20306 \backslash
20307 macro
20308 \family default
20309 , and it will be automatically expanded: 
20310 \begin_inset Formula $c=\macro$
20311 \end_inset
20312
20313 .
20314  As you can verify, the cursor can't go inside the macro, the whole macro
20315  is like a single character, and the TeX generated code of this expression
20316  is 
20317 \family typewriter
20318 c = 
20319 \backslash
20320 macro.
20321 \end_layout
20322
20323 \begin_layout Standard
20324 However the cursor could go inside of some kind of macros, those that have
20325  
20326 \emph on
20327 arguments
20328 \emph default
20329 .
20330  In a macro definition box an argument looks like a 
20331 \family typewriter
20332 #
20333 \family default
20334  followed by the argument number:
20335 \begin_inset FormulaMacro
20336 \newcommand{\macrowarg}[1]{2+\sqrt{#1}}
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \begin_layout Standard
20343 Once expanded, this macro includes the usual empty rectangle to indicate
20344  that you can insert there whatever you want: 
20345 \family typewriter
20346
20347 \backslash
20348 macrowarg = 
20349 \begin_inset Formula $\macrowarg{}$
20350 \end_inset
20351
20352
20353 \family default
20354 .
20355  Example: 
20356 \begin_inset Formula $b=\macrowarg{x-2}$
20357 \end_inset
20358
20359 .
20360  
20361 \end_layout
20362
20363 \begin_layout Standard
20364 When exported to LaTeX, a macro definition will produce the command
20365 \newline
20366
20367 \family typewriter
20368
20369 \backslash
20370 newcommand{
20371 \backslash
20372 macrowarg}[1]{2+
20373 \backslash
20374 sqrt{#1}}
20375 \end_layout
20376
20377 \begin_layout Subsection
20378 How to create macros
20379 \end_layout
20380
20381 \begin_layout Standard
20382 To create a macro definition box use this syntax in the minibuffer:
20383 \begin_inset Foot
20384 status collapsed
20385
20386 \begin_layout Standard
20387 Macro names mustn't contain numbers!
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396
20397 \family typewriter
20398 math-macro <macro name> [number of arguments]
20399 \end_layout
20400
20401 \begin_layout Standard
20402 For example, 
20403 \family typewriter
20404
20405 \backslash
20406 macro
20407 \family default
20408  was created with 
20409 \begin_inset Quotes eld
20410 \end_inset
20411
20412
20413 \family typewriter
20414 math-macro macro
20415 \family default
20416
20417 \begin_inset Quotes erd
20418 \end_inset
20419
20420 , and 
20421 \family typewriter
20422
20423 \backslash
20424 macrowarg
20425 \family default
20426  was created with 
20427 \begin_inset Quotes eld
20428 \end_inset
20429
20430
20431 \family typewriter
20432 math-macro macrowarg 1
20433 \family default
20434
20435 \begin_inset Quotes erd
20436 \end_inset
20437
20438 .
20439 \end_layout
20440
20441 \begin_layout Standard
20442 To insert an argument mark (only inside a macro definition box) simply type
20443 \newline
20444
20445 \family typewriter
20446 #<number>
20447 \family default
20448  or use 
20449 \family typewriter
20450 math-macro-arg <number>
20451 \end_layout
20452
20453 \begin_layout Standard
20454 The argument mark in 
20455 \family typewriter
20456
20457 \backslash
20458 macrowarg
20459 \family default
20460  was introduced with 
20461 \begin_inset Quotes eld
20462 \end_inset
20463
20464
20465 \family typewriter
20466 math-macro-arg 1
20467 \family default
20468
20469 \begin_inset Quotes erd
20470 \end_inset
20471
20472 .
20473 \end_layout
20474
20475 \begin_layout Standard
20476 You can use no more than 9 arguments, numbered from 1 to 9.
20477  An argument can be repeated inside the macro definition box, but of course
20478  can be edited only once.
20479 \end_layout
20480
20481 \begin_layout Subsection
20482 How to navigate in macros
20483 \end_layout
20484
20485 \begin_layout Description
20486 With\InsetSpace ~
20487 the\InsetSpace ~
20488 arrow\InsetSpace ~
20489 keys: Opening a macro from the left side will put the cursor
20490  in the first argument, to move to the second argument use the TAB key.
20491  Remember that pressing the Space bar will get the cursor out and at the
20492  right side of the macro.
20493 \end_layout
20494
20495 \begin_layout Description
20496 With\InsetSpace ~
20497 the\InsetSpace ~
20498 mouse: As usual, click on the desired argument box.
20499  Sometimes this fails if the box is empty or too small.
20500 \end_layout
20501
20502 \begin_layout Standard
20503 Currently it is only possible to define command macros, but not environment
20504  macros.
20505 \end_layout
20506
20507 \begin_layout Section
20508 Fine-Tuning
20509 \end_layout
20510
20511 \begin_layout Subsection
20512 Typefaces
20513 \end_layout
20514
20515 \begin_layout Standard
20516 You can use various typefaces in a formula.
20517  The standard font for text is italic, 
20518 \begin_inset Formula $text$
20519 \end_inset
20520
20521 , but for numbers the standard is Roman.
20522  To set a font in a formula, choose it from the math panel, or by entering
20523  the LaTeX command for it directly, as follows:
20524 \end_layout
20525
20526 \begin_layout Standard
20527 \align center
20528 \begin_inset Tabular
20529 <lyxtabular version="3" rows="9" columns="2">
20530 <features>
20531 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
20532 <column alignment="center" valignment="top" rightline="true" width="0pt">
20533 <row topline="true" bottomline="true">
20534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Standard
20538 Font
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Standard
20547 LaTeX Command
20548 \end_layout
20549
20550 \end_inset
20551 </cell>
20552 </row>
20553 <row topline="true">
20554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Standard
20558
20559 \shape up
20560 \size normal
20561 \bar no
20562 \noun off
20563 \color none
20564 \begin_inset Formula $\mathrm{Roman}$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Standard
20576
20577 \family typewriter
20578
20579 \backslash
20580 mathrm
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 </row>
20586 <row topline="true">
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Standard
20591 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
20592 \end_inset
20593
20594
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Standard
20603
20604 \family typewriter
20605
20606 \backslash
20607 mathbf
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row topline="true">
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Standard
20618 \begin_inset Formula $\mathit{Italic}$
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Standard
20630
20631 \family typewriter
20632
20633 \backslash
20634 mathit
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 </row>
20640 <row topline="true">
20641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Standard
20645
20646 \shape up
20647 \size normal
20648 \bar no
20649 \noun off
20650 \color none
20651 \begin_inset Formula $\mathtt{Typewriter}$
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Standard
20663
20664 \family typewriter
20665
20666 \backslash
20667 mathtt
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row topline="true">
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Standard
20678 \begin_inset Formula $\mathbb{BLACKBOARD}$
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Standard
20690
20691 \family typewriter
20692
20693 \backslash
20694 mathbb
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row topline="true">
20701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Standard
20705 \begin_inset Formula $\mathfrak{Fraktur}$
20706 \end_inset
20707
20708
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Standard
20717
20718 \family typewriter
20719
20720 \backslash
20721 mathfrak
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row topline="true">
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Standard
20732
20733 \shape up
20734 \size normal
20735 \emph on
20736 \bar no
20737 \noun off
20738 \color none
20739 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Standard
20751
20752 \family typewriter
20753
20754 \backslash
20755 mathcal
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 </row>
20761 <row topline="true" bottomline="true">
20762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Standard
20766 \begin_inset Formula $\mathsf{SansSerif}$
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Standard
20778
20779 \backslash
20780
20781 \family typewriter
20782 mathsf
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 </lyxtabular>
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \begin_layout Standard
20796 LaTeX's math mode does not support all characters in all fonts, and only
20797  letters will be supported with these font styles; some only support capital
20798  letters.
20799 \end_layout
20800
20801 \begin_layout Standard
20802 For any of these fonts, you have to be careful how you enter the text.
20803  If there is text to the right of the entry point, the font reverts to that
20804  style after one character.
20805  To be able to type a string in a particular font, make sure there is a
20806  protected-space to the right of the cursor.
20807  Also, entering a protected-space will revert subsequent text to standard
20808  font.
20809  The font styles are nestable, as LaTeX does.
20810  This can be a little confusing, as selecting a different font on a selection
20811  will 
20812 \emph on
20813 not
20814 \emph default
20815  change the selection, but insert a new nested level with the new typeface.
20816 \end_layout
20817
20818 \begin_layout Standard
20819 It is possible (in AMS-LaTeX) to embolden (not italicize) numbers and special
20820  symbols.
20821  However, LyX does not yet support this in WYSIWYM manner\SpecialChar \@.
20822  It will print
20823  correctly, though.
20824  To get emboldened symbols, for example a bold 
20825 \begin_inset Formula $\alpha$
20826 \end_inset
20827
20828 , enter 
20829 \family typewriter
20830
20831 \backslash
20832 boldsymbol{
20833 \backslash
20834 alpha}
20835 \family default
20836  in Mathed.
20837  The closing brace appears (in red) automatically when you type the opening
20838  brace.
20839  This works for all symbols, as well as numbers.
20840 \end_layout
20841
20842 \begin_layout Standard
20843 A number of other options are available as well, via 
20844 \family sans
20845 \bar under
20846 I
20847 \bar default
20848 nsert\SpecialChar \menuseparator
20849 Mat
20850 \bar under
20851 h
20852 \bar default
20853 \SpecialChar \menuseparator
20854 Font\InsetSpace ~
20855 Change
20856 \family default
20857 .
20858 \end_layout
20859
20860 \begin_layout Subsection
20861 Math Text Mode
20862 \end_layout
20863
20864 \begin_layout Standard
20865 Typefaces are useful for entering variable names in some given font, but
20866  certainly not for anything else, and in particular not text.
20867  For typing longer pieces of text, use math text mode, which is obtained
20868  by typing 
20869 \family sans
20870 M-m m
20871 \family default
20872  while already in math mode.
20873  (The same command will get out of math text mode, too.) Math text mode appears
20874  on the screen in black instead of blue.
20875  You cannot enter punctuation or font changes in your text
20876 \begin_inset Foot
20877 status collapsed
20878
20879 \begin_layout Standard
20880 Moreover, math text mode outputs its contents inside a 
20881 \family typewriter
20882
20883 \backslash
20884 textrm{}
20885 \family default
20886 , whereas and 
20887 \family typewriter
20888
20889 \backslash
20890 mbox
20891 \family default
20892  (or AMS-LaTeX's 
20893 \backslash
20894
20895 \family typewriter
20896 text
20897 \family default
20898 ) might have been a better choice
20899 \end_layout
20900
20901 \end_inset
20902
20903 , but it works for simple text.
20904  Here's an example:
20905 \begin_inset Formula \[
20906 f(x)=\begin{array}{cc}
20907 x & \textrm{if I say so}\\
20908 -x & \textrm{otherwise}\end{array}\]
20909
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \begin_layout Subsection
20916 Font Sizes
20917 \end_layout
20918
20919 \begin_layout Standard
20920 There are four (relative) font sizes (or 
20921 \begin_inset Quotes eld
20922 \end_inset
20923
20924 styles
20925 \begin_inset Quotes erd
20926 \end_inset
20927
20928 ) used in math-mode, which are automatically chosen in most situations.
20929  These are called 
20930 \emph on
20931 textstyle
20932 \emph default
20933
20934 \emph on
20935 displaystyle
20936 \emph default
20937
20938 \emph on
20939 scriptstyle
20940 \emph default
20941 , and 
20942 \emph on
20943 scriptscriptstyle
20944 \emph default
20945 .
20946  For most characters, 
20947 \emph on
20948 textstyle
20949 \emph default
20950  and 
20951 \emph on
20952 displaystyle
20953 \emph default
20954  are actually the same size, but fractions, superscripts and subscripts,
20955  and certain other effects, are set larger or placed differently in 
20956 \emph on
20957 displaystyle
20958 \emph default
20959 .
20960  Except for some operators, which re-size themselves to accommodate various
20961  situations, all text will be set in these various sizes as LaTeX thinks
20962  is appropriate.
20963  These choices can be over-ridden by using the 
20964 \family typewriter
20965 math-size
20966 \family default
20967  function in the minibuffer.
20968  For example, you can set 
20969 \begin_inset Formula $\frac{1}{2}$
20970 \end_inset
20971
20972  normally (
20973 \emph on
20974 textstyle
20975 \emph default
20976 ), or you can make it larger, which also changes the line-spacing, by entering
20977  
20978 \family typewriter
20979 math-size displaystyle
20980 \family default
20981  in the minibuffer while the cursor is in the main line of the math-inset,
20982  
20983 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
20984 \end_inset
20985
20986 .
20987  Careful, though, if the cursor is on the denominator of that fraction,
20988  only the numerator will be enlarged, e.g.
20989  
20990 \begin_inset Formula $\frac{1}{2}$
20991 \end_inset
20992
20993 ! This reflects a LaTeX 
20994 \begin_inset Quotes eld
20995 \end_inset
20996
20997 unintended feature
20998 \begin_inset Quotes erd
20999 \end_inset
21000
21001
21002 \begin_inset Foot
21003 status collapsed
21004
21005 \begin_layout Standard
21006 That is, a bug.
21007 \end_layout
21008
21009 \end_inset
21010
21011 , not a LyX one.
21012  These font-size changes are not as apparent in LyX as they are in the output.
21013  Here are some text in the various styles: 
21014 \begin_inset Formula $displaystyle$
21015 \end_inset
21016
21017
21018 \begin_inset Formula ${\textstyle textstyle}$
21019 \end_inset
21020
21021
21022 \begin_inset Formula ${\scriptstyle scriptstyle}$
21023 \end_inset
21024
21025
21026 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21027 \end_inset
21028
21029 .
21030 \end_layout
21031
21032 \begin_layout Standard
21033 All these math-mode font sizes are relative, that is, if the whole math
21034  inset and surrounding text are set in a particular size, all these sizes
21035  will be adjusted.
21036  Similarly, if the base font size of the document is changed, all fonts
21037  will be adjusted to correspond.
21038  
21039 \end_layout
21040
21041 \begin_layout Standard
21042
21043 \family roman
21044 \size largest
21045 Here is a paragraph in 
21046 \begin_inset Quotes eld
21047 \end_inset
21048
21049 largest
21050 \begin_inset Quotes erd
21051 \end_inset
21052
21053  font, with symbols: 
21054 \begin_inset Formula $\alpha$
21055 \end_inset
21056
21057 .
21058 \end_layout
21059
21060 \begin_layout Standard
21061 This applies to math fonts in titles, etc.
21062  as well.
21063 \end_layout
21064
21065 \begin_layout Section
21066 AMS-LaTeX
21067 \end_layout
21068
21069 \begin_layout Standard
21070 The American Mathematical Society (AMS) provide a LaTeX packages that are
21071  in common use.
21072  LyX includes some support for these packages.
21073 \end_layout
21074
21075 \begin_layout Subsection
21076 Enabling AMS-Support
21077 \end_layout
21078
21079 \begin_layout Standard
21080 In the 
21081 \family sans
21082 \bar under
21083 D
21084 \bar default
21085 ocument\SpecialChar \menuseparator
21086
21087 \bar under
21088 S
21089 \bar default
21090 ettings
21091 \family default
21092  dialog there is a checkbox, 
21093 \family sans
21094 Use\InsetSpace ~
21095 AMS\InsetSpace ~
21096 Math
21097 \family default
21098 .
21099  If selected, this will include the AMS-package in the document, and make
21100  the facilities available.
21101 \end_layout
21102
21103 \begin_layout Subsection
21104 AMS-Symbols
21105 \end_layout
21106
21107 \begin_layout Standard
21108 The AMS-LaTeX packages add support for some mathematical symbols that are
21109  not accessible from plain LaTeX (or LyX), but are fairly common in mathematical
21110  typesetting, such as the old-German Fraktur font and the stylized 
21111 \begin_inset Quotes eld
21112 \end_inset
21113
21114 blackboard bold
21115 \begin_inset Quotes erd
21116 \end_inset
21117
21118  fonts commonly used to denote the real or complex numbers, or the integers.
21119  Once activated, all AMS-LaTeX symbols and environments are available.
21120  You will run into trouble if you include these packages from the preamble,
21121  since LyX now defines a few of the macros used in these packages on its
21122  own.
21123  The AMS-layouts include these packages automatically.
21124 \end_layout
21125
21126 \begin_layout Subsection
21127 AMS-Formula Types
21128 \end_layout
21129
21130 \begin_layout Standard
21131 AMS-LaTeX provides a selection of different formula types.
21132  LyX allows you to choose between 
21133 \family typewriter
21134 align
21135 \family default
21136
21137 \family typewriter
21138 alignat
21139 \family default
21140
21141 \family typewriter
21142 flalign
21143 \family default
21144
21145 \family typewriter
21146 gather
21147 \family default
21148 , and 
21149 \family typewriter
21150 multline
21151 \family default
21152 .
21153  Refer to the AMS-documenta\SpecialChar \-
21154 tion for the differences between these formula
21155  types.
21156 \end_layout
21157
21158 \begin_layout Chapter
21159 More Tools
21160 \end_layout
21161
21162 \begin_layout Section
21163 Cross-References
21164 \begin_inset LatexCommand \label{sec:crossref}
21165
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \begin_layout Standard
21172 Those of you reading this manual online will see a grey box with text in
21173  it, right before the beginning of this sentence.
21174  This is a 
21175 \family sans
21176 Label
21177 \family default
21178 .
21179  Properly speaking, it is one half of a cross-reference.
21180  The other half is the 
21181 \family sans
21182 Reference
21183 \family default
21184  proper, and it looks like this: 
21185 \begin_inset LatexCommand \ref{sec:crossref}
21186
21187 \end_inset
21188
21189 .
21190  Again, those of you reading the manual online will see a gray box with
21191  text in it.
21192  Those reading printed versions, however, will see a number --- in this
21193  case, the number of this section.
21194  There are also other varieties of cross-reference: for example, 
21195 \begin_inset LatexCommand \pageref{sec:crossref}
21196
21197 \end_inset
21198
21199 .
21200  This is the page number containing the location of the label.
21201  That's what cross-references do: they let you reference other parts of
21202  your document.
21203  You don't need to remember which section number was what anymore --- LyX
21204  will do that for you! All you need to do is use a 
21205 \family sans
21206 Label
21207 \family default
21208  to mark a section, figure, table, formula, etc., and then refer to it via
21209  a 
21210 \family sans
21211 Reference
21212 \family default
21213 .
21214 \end_layout
21215
21216 \begin_layout Standard
21217 To insert a label, use 
21218 \family sans
21219 \bar under
21220 I
21221 \bar default
21222 nsert
21223 \bar under
21224 \SpecialChar \menuseparator
21225 L
21226 \bar default
21227 abel
21228 \family default
21229 .
21230  A box will appear where you can enter your label.
21231  You can change the name of the label at a later time by simply clicking
21232  on the gray box and reopening the label dialog.
21233 \end_layout
21234
21235 \begin_layout Standard
21236 To insert a reference, select 
21237 \family sans
21238 \bar under
21239 I
21240 \bar default
21241 nsert
21242 \bar under
21243 \SpecialChar \menuseparator
21244 C
21245 \bar default
21246 ross\InsetSpace ~
21247 Reference
21248 \family default
21249 .
21250  The 
21251 \family sans
21252 Insert\InsetSpace ~
21253 Cross-Reference
21254 \family default
21255  dialog appears with a list of labels.
21256  Selecting a list item, then clicking 
21257 \family sans
21258 OK
21259 \family default
21260  inserts a reference into the text; changing the 
21261 \family sans
21262 \bar under
21263 R
21264 \bar default
21265 eference type
21266 \family default
21267  allows you to insert a page number or other reference variant instead.
21268 \end_layout
21269
21270 \begin_layout Standard
21271 Note that if you cut & paste text from another document that contains a
21272  
21273 \family sans
21274 Label
21275 \family default
21276  or 
21277 \family sans
21278 Reference
21279 \family default
21280 , or if you delete a label in your text, LaTeX will complain:
21281 \end_layout
21282
21283 \begin_layout Quote
21284
21285 \family typewriter
21286 LaTeX Warning:
21287 \family default
21288  
21289 \family typewriter
21290 Reference `X' on page Y undefined on input line Z
21291 \newline
21292 LaTeX Warning:
21293 \family default
21294  
21295 \family typewriter
21296 There were undefined references
21297 \end_layout
21298
21299 \begin_layout Standard
21300 You'll also see two question marks in the output instead of the reference.
21301 \end_layout
21302
21303 \begin_layout Standard
21304 There are a few more comments we need to make about the 
21305 \family sans
21306 Labels
21307 \family default
21308 .
21309  They always print the number of the section heading closest to them.
21310  So --- if you want to put a label on a 
21311 \family sans
21312 Chapter
21313 \family default
21314 , but a 
21315 \family sans
21316 Section
21317 \family default
21318  heading immediately follows it, you need to put the 
21319 \family sans
21320 Label
21321 \family default
21322  
21323 \emph on
21324 into
21325 \emph default
21326  the 
21327 \family sans
21328 Chapter
21329 \family default
21330  environment.
21331  It doesn't matter where, and it will look weird on the LyX screen.
21332  However, you need to do this if you want to label the 
21333 \family sans
21334 Chapter
21335 \family default
21336  separately from the 
21337 \family sans
21338 Section
21339 \family default
21340 .
21341  The same goes for all other section headings.
21342 \end_layout
21343
21344 \begin_layout Standard
21345 Also, a 
21346 \family sans
21347 Label
21348 \family default
21349  
21350 \emph on
21351 only
21352 \emph default
21353  makes sense in 
21354 \emph on
21355 numbered
21356 \emph default
21357  section headings and table and figure floats.
21358  Bare figures and tables aren't numbered, so, like unnumbered section headings,
21359  you can't really use a 
21360 \family sans
21361 Label
21362 \family default
21363  on it.
21364 \begin_inset Foot
21365 status open
21366
21367 \begin_layout Standard
21368 Well, you 
21369 \emph on
21370 can
21371 \emph default
21372 , but only if you use the 
21373 \family sans
21374 Page\InsetSpace ~
21375 number
21376 \family default
21377  reference.
21378  The regular 
21379 \family sans
21380 Reference
21381 \family default
21382  --- the one that refers to a section/table/figure number --- won't work,
21383  because there's no numbered thingy to refer to! You could also use bare
21384  
21385 \family sans
21386 Label
21387 \family default
21388 s as page markers, then refer back to them using the 
21389 \family sans
21390 Page\InsetSpace ~
21391 number
21392 \family default
21393  reference.
21394  Once again, the regular 
21395 \family sans
21396 Reference
21397 \family default
21398  won't work very well.
21399  It will refer to something, but that something will typically be the number
21400  of the previous numbered section heading.
21401 \end_layout
21402
21403 \end_inset
21404
21405  See sections 
21406 \begin_inset LatexCommand \ref{sec:figurefloats}
21407
21408 \end_inset
21409
21410
21411 \begin_inset LatexCommand \ref{sec:table float}
21412
21413 \end_inset
21414
21415 , and 
21416 \begin_inset LatexCommand \ref{sec:math-label}
21417
21418 \end_inset
21419
21420  for details on using a 
21421 \family sans
21422 Label
21423 \family default
21424  with figures, tables, and equations, respectively.
21425  
21426 \end_layout
21427
21428 \begin_layout Section
21429 URLs (Uniform Resource Locators)
21430 \end_layout
21431
21432 \begin_layout Standard
21433 It is often desirable to include long 
21434 \begin_inset Quotes eld
21435 \end_inset
21436
21437 verbatim
21438 \begin_inset Quotes erd
21439 \end_inset
21440
21441  items in a document such as Web site URLs, e-mail addresses, etc.; these
21442  things typically do not contain any spaces and are thus difficult to typeset
21443  properly.
21444  Such items will often fall on a line boundary if they cannot be split,
21445  resulting in an overfull or underfull line depending on the circumstances.
21446  You can use 
21447 \family sans
21448 Insert\SpecialChar \menuseparator
21449
21450 \bar under
21451 U
21452 \bar default
21453 RL
21454 \family default
21455  within LyX to enter a long URL and have it split gracefully (if necessary)
21456  along automatically determined boundaries.
21457 \end_layout
21458
21459 \begin_layout Standard
21460 At the point in the document where you want to enter the URL (or other address-l
21461 ike entity) simply select 
21462 \family sans
21463 Insert\SpecialChar \menuseparator
21464
21465 \bar under
21466 U
21467 \bar default
21468 RL
21469 \family default
21470 ; a dialog will appear where you can enter the full URL (in the 
21471 \family sans
21472 \bar under
21473 U
21474 \bar default
21475 rl:
21476 \family default
21477  field).
21478  In its simplest usage, that's all you need to do.
21479  Click on the following gray box to see how LyX's homepage would be entered:
21480  
21481 \begin_inset LatexCommand \url{http://www.lyx.org}
21482
21483 \end_inset
21484
21485 .
21486 \begin_inset Foot
21487 status open
21488
21489 \begin_layout Standard
21490
21491 \series bold
21492 Important note
21493 \series default
21494 : When you use the following characters: "%", "#", "^", you have to write
21495  them with a backslash before, e.g.
21496  
21497 \begin_inset Quotes eld
21498 \end_inset
21499
21500
21501 \backslash
21502 #
21503 \begin_inset Quotes erd
21504 \end_inset
21505
21506 .
21507  URLs mustn't end with a backslash!
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \begin_layout Standard
21516 If you would like to associate some definite phrase with the URL, enter
21517  it into the 
21518 \family sans
21519 \bar under
21520 N
21521 \bar default
21522 ame
21523 \family default
21524  field of the dialog; it will be typeset as plain text immediately before
21525  the URL.
21526  For example, I might say that you can find all things related to LaTeX
21527  at 
21528 \newline
21529
21530 \begin_inset LatexCommand \url[CTAN]{http://ctan.tug.org}
21531
21532 \end_inset
21533
21534 .
21535  On the printed page, the last sentence ends as 
21536 \begin_inset Quotes eld
21537 \end_inset
21538
21539 all things related to LaTeX at CTAN 
21540 \family typewriter
21541 http://ctan.tug.org
21542 \family default
21543
21544 \begin_inset Quotes erd
21545 \end_inset
21546
21547 .
21548 \end_layout
21549
21550 \begin_layout Standard
21551 [
21552 \emph on
21553 Author's Note: somebody needs to document the 
21554 \family sans
21555 \emph default
21556 \bar under
21557 H
21558 \bar default
21559 TML Type
21560 \family default
21561 \emph on
21562  button
21563 \emph default
21564 ]
21565 \end_layout
21566
21567 \begin_layout Section
21568 Specifying Short Titles with Optional Arguments
21569 \begin_inset OptArg
21570 status collapsed
21571
21572 \begin_layout Standard
21573 Short Titles
21574 \end_layout
21575
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \begin_layout Standard
21582 Some section or chapter titles, such as this one, can get quite long.
21583  This can cause over-runs when there is limited horizontal space.
21584  For example, if the header of the page is set to show the current section
21585  title, a long title will over-run past the edges, and look awful.
21586 \end_layout
21587
21588 \begin_layout Standard
21589 LaTeX allows you to specify an optional argument to the section commands
21590  that specifies a shorter version of the title
21591 \begin_inset Foot
21592 status collapsed
21593
21594 \begin_layout Standard
21595 For those who don't know LaTeX, commands look like this: 
21596 \family typewriter
21597
21598 \backslash
21599 command[optionalargument]{the content}
21600 \end_layout
21601
21602 \end_inset
21603
21604 .
21605  This shorter version is used in the header and in the actual Table of Contents,
21606  avoiding the problem mentioned.
21607  LyX allows you to specify this optional argument by selecting 
21608 \family sans
21609 \bar under
21610 I
21611 \bar default
21612 nsert\SpecialChar \menuseparator
21613 Short\InsetSpace ~
21614 Title
21615 \family default
21616 .
21617  This will insert a box (labelled 
21618 \begin_inset Quotes eld
21619 \end_inset
21620
21621 opt
21622 \begin_inset Quotes erd
21623 \end_inset
21624
21625 , which stands for 
21626 \begin_inset Quotes eld
21627 \end_inset
21628
21629 optional
21630 \begin_inset Quotes erd
21631 \end_inset
21632
21633 ) which you can use to enter the short title text.
21634  This also works for captions inside floats.
21635 \end_layout
21636
21637 \begin_layout Standard
21638 The title of this section is a good example of using this feature.
21639 \end_layout
21640
21641 \begin_layout Section
21642 Branches
21643 \end_layout
21644
21645 \begin_layout Standard
21646 Sometimes you wish to be able to output to paper multiple versions of the
21647  same document.
21648  The most extreme version of this is, when you want to prepare a single
21649  document in two or more different languages, but as a single document file,
21650  with corresponding pieces of text adjacent in the file and on-screen.
21651  This can be achieved with 
21652 \emph on
21653 branches
21654 \emph default
21655 .
21656 \end_layout
21657
21658 \begin_layout Standard
21659 First, you have to 
21660 \emph on
21661 define 
21662 \emph default
21663 the branches available within a particular document.
21664  This is done in the 
21665 \family sans
21666 Document\SpecialChar \menuseparator
21667 Settings\SpecialChar \menuseparator
21668 Branches
21669 \family default
21670  tab.
21671  You can also associate a background colour with each branch, e.g., red for
21672  the English language, blue for the German language branch.
21673  Then, you create a branch inset from the 
21674 \family sans
21675 Insert\SpecialChar \menuseparator
21676 Branch
21677 \family default
21678  menu item.
21679  The inset will contain the text that you want to be output when this branch
21680  is activated.
21681 \end_layout
21682
21683 \begin_layout Standard
21684
21685 \emph on
21686 Activation 
21687 \emph default
21688 or 
21689 \emph on
21690 deactivation
21691 \emph default
21692  of a branch is done from the document settings menu.
21693  All insets belonging to deactivated branches will be automatically closed,
21694  those belonging to activated branches automatically opened.
21695 \end_layout
21696
21697 \begin_layout Standard
21698 Other possible applications of the Branches paradigm include a 
21699 \begin_inset Quotes eld
21700 \end_inset
21701
21702 teacher's version
21703 \begin_inset Quotes erd
21704 \end_inset
21705
21706  of a textbook containing the answers to questions, etc.
21707 \begin_inset Note Note
21708 status collapsed
21709
21710 \begin_layout Standard
21711 Once this doc is updated to 1.4, include branch examples here!
21712 \end_layout
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \begin_layout Section
21720 Previewing snippets of your document
21721 \end_layout
21722
21723 \begin_layout Standard
21724 LyX allows you to generate previews of sections of your document on the
21725  fly so you can see how they'll look in the final document without having
21726  to break your train of thought with 
21727 \family sans
21728 \bar under
21729 V
21730 \bar default
21731 iew\SpecialChar \menuseparator
21732
21733 \bar under
21734 D
21735 \bar default
21736 VI
21737 \family default
21738 .
21739  If you'd like to see your math formulae typeset by LaTeX then install the
21740  necessary software (see below) and select the 
21741 \family sans
21742 Instant 
21743 \bar under
21744 p
21745 \bar default
21746 review
21747 \family default
21748  
21749 \begin_inset Quotes eld
21750 \end_inset
21751
21752 On
21753 \begin_inset Quotes erd
21754 \end_inset
21755
21756  pulldown item in the
21757 \family sans
21758  
21759 \bar under
21760 T
21761 \bar default
21762 ools\SpecialChar \menuseparator
21763
21764 \bar under
21765 P
21766 \bar default
21767 references
21768 \family default
21769  dialog.
21770  (It can be found in the 
21771 \family sans
21772 Look\InsetSpace ~
21773 and\InsetSpace ~
21774 feel\SpecialChar \menuseparator
21775 Graphics
21776 \family default
21777  pane in the Qt frontend and the 
21778 \family sans
21779 Look\InsetSpace ~
21780 &\InsetSpace ~
21781 Feel\SpecialChar \menuseparator
21782 Misc
21783 \family default
21784  tab in the XForms frontend.) Previews are generated when you load a document
21785  into LyX and when you finish editing an inset.
21786  Previews of an already loaded document are 
21787 \emph on
21788 not
21789 \emph default
21790  generated just by selecting the 
21791 \family sans
21792 Instant 
21793 \bar under
21794 p
21795 \bar default
21796 review
21797 \family default
21798  check box.
21799 \end_layout
21800
21801 \begin_layout Standard
21802 LyX will generate previews of math insets.
21803  It will also generate previews of include insets or 
21804 \begin_inset Quotes eld
21805 \end_inset
21806
21807 child documents
21808 \begin_inset Quotes erd
21809 \end_inset
21810
21811  if you select the 
21812 \family sans
21813 \bar under
21814 S
21815 \bar default
21816 how\InsetSpace ~
21817 preview
21818 \family default
21819  check box in the inset's dialog.
21820  This latter is useful if you wish to generate a preview of a LaTeX figure,
21821  for example.
21822  Coming in version 1.4 are previews of the external inset also.
21823 \end_layout
21824
21825 \begin_layout Standard
21826 To get previews working, you'll need some additional software.
21827  First, you'll need the preview.sty LaTeX package.
21828  Find it on your local CTAN mirror at 
21829 \newline
21830
21831 \family typewriter
21832 CTAN/support/preview-latex/
21833 \family default
21834 .
21835  Thereafter, you'll need the usual tools: 
21836 \family typewriter
21837 latex
21838 \family default
21839
21840 \family typewriter
21841 dvips
21842 \family default
21843  and 
21844 \family typewriter
21845 gs
21846 \family default
21847 .Finally, you'll obtain prettier results if you install 
21848 \family typewriter
21849 pnmcrop
21850 \family default
21851 from the 
21852 \family typewriter
21853 netpbm
21854 \family default
21855  package.
21856 \end_layout
21857
21858 \begin_layout Section
21859 Spacing, pagination and line breaks
21860 \end_layout
21861
21862 \begin_layout Subsection
21863 Extra Horizontal Space
21864 \begin_inset LatexCommand \label{sec:hspace}
21865
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \begin_layout Standard
21872
21873 \family sans
21874 HFill
21875 \family default
21876 s are a special LyX feature for adding extra space in a uniform fashion.
21877  An 
21878 \family sans
21879 HFill
21880 \family default
21881  is actually a variable length space, whose length always equals the remaining
21882  space between the left and right margins.
21883  If there is more than one 
21884 \family sans
21885 HFill
21886 \family default
21887  on a line, they divide the available space equally between themselves.
21888  
21889 \end_layout
21890
21891 \begin_layout Standard
21892 Note: if an 
21893 \family sans
21894 HFill
21895 \family default
21896  is at the beginning of a line, and it's 
21897 \emph on
21898 not 
21899 \emph default
21900 the first line in a paragraph, LyX ignores it.
21901  This prevents 
21902 \family sans
21903 HFill
21904 \family default
21905 s from accidentally being wrapped onto a new line.
21906 \end_layout
21907
21908 \begin_layout Standard
21909
21910 \family sans
21911 HFill
21912 \family roman
21913 s
21914 \family default
21915  can be inserted with
21916 \family sans
21917  
21918 \bar under
21919 I
21920 \bar default
21921 nsert\SpecialChar \menuseparator
21922 Special\InsetSpace ~
21923 F
21924 \bar under
21925 o
21926 \bar default
21927 rmatting\SpecialChar \menuseparator
21928
21929 \bar under
21930 H
21931 \bar default
21932 orizontal\InsetSpace ~
21933 Fill
21934 \family default
21935 .
21936  Here a few examples what you can do with them:
21937 \end_layout
21938
21939 \begin_layout Quote
21940 \noindent
21941 This is on the left side 
21942 \hfill
21943 This is on the right
21944 \end_layout
21945
21946 \begin_layout Quote
21947 \noindent
21948 Left
21949 \hfill
21950 Middle
21951 \hfill
21952 Right
21953 \end_layout
21954
21955 \begin_layout Quote
21956 \noindent
21957 Left
21958 \hfill
21959 1/3 Left
21960 \hfill
21961
21962 \hfill
21963 Right
21964 \end_layout
21965
21966 \begin_layout Standard
21967 That was an example in the 
21968 \family sans
21969 Quote
21970 \family default
21971  environment.
21972  Here:
21973 \hfill
21974 :is one in a standard paragraph.
21975  It may or may not be apparent in the printed text, but it 
21976 \emph on
21977 is
21978 \emph default
21979  sitting in-between the two 
21980 \begin_inset Quotes eld
21981 \end_inset
21982
21983 :
21984 \begin_inset Quotes erd
21985 \end_inset
21986
21987 .
21988 \end_layout
21989
21990 \begin_layout Standard
21991 Remember that we said that an 
21992 \family sans
21993 HFill
21994 \family default
21995  always fills the remaining space between the margins? There may be more
21996  than one set of margins on a line.
21997  Here's an example with the 
21998 \family sans
21999 List
22000 \family default
22001  environment.
22002 \end_layout
22003
22004 \begin_layout Labeling
22005 \labelwidthstring MMMMMMM
22006 one
22007 \hfill
22008 two :three
22009 \hfill
22010 four
22011 \hfill
22012 five
22013 \hfill
22014 six
22015 \end_layout
22016
22017 \begin_layout Standard
22018 The 
22019 \begin_inset Quotes eld
22020 \end_inset
22021
22022 :
22023 \begin_inset Quotes erd
22024 \end_inset
22025
22026  marks the beginning of the item.
22027  (There is actually a 
22028 \begin_inset Quotes eld
22029 \end_inset
22030
22031 hidden
22032 \begin_inset Quotes erd
22033 \end_inset
22034
22035  
22036 \family sans
22037 HFill
22038 \family default
22039  inside of the label of the 
22040 \family sans
22041 List
22042 \family default
22043  environment; it's put at the end of the label automatically.) 
22044 \family sans
22045 HFill
22046 \family default
22047 s work similarly in other 
22048 \begin_inset Quotes eld
22049 \end_inset
22050
22051 multi-margin
22052 \begin_inset Quotes erd
22053 \end_inset
22054
22055  situations, like two-column mode.
22056 \end_layout
22057
22058 \begin_layout Subsection
22059 Extra Vertical Space
22060 \begin_inset LatexCommand \label{sec:vertspace}
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Standard
22068 To add extra vertical space above or below a paragraph, use 
22069 \family sans
22070 \bar under
22071 E
22072 \bar default
22073 dit\SpecialChar \menuseparator
22074
22075 \bar under
22076 P
22077 \bar default
22078 aragraph\InsetSpace ~
22079 Settings
22080 \family default
22081  to open the 
22082 \family sans
22083 Paragraph\InsetSpace ~
22084 Settings
22085 \family default
22086  dialog.
22087 \end_layout
22088
22089 \begin_layout Standard
22090 We will not provide an example of a 
22091 \family sans
22092 VFill
22093 \family default
22094 , as it would waste paper.
22095  They work the same as any other type of filler, including 
22096 \family sans
22097 HFill
22098 \family default
22099 s: they fill the remaining vertical space on a page with blank space.
22100  If there are several 
22101 \family sans
22102 VFill
22103 \family default
22104 s on a page, they divide the remaining vertical space equally between themselves.
22105  You can therefore use 
22106 \family sans
22107 VFill
22108 \family default
22109 s to center text on a page, or even place text 2/3 down a page, or 1/4,
22110  and so on.
22111 \end_layout
22112
22113 \begin_layout Standard
22114 Note that for paragraphs at the top/bottom of a page, the extra space is
22115  only added if you have also checked the option 
22116 \family sans
22117 \bar under
22118 E
22119 \bar default
22120 dit\SpecialChar \menuseparator
22121
22122 \bar under
22123 P
22124 \bar default
22125 aragraph\InsetSpace ~
22126 Settings\SpecialChar \menuseparator
22127
22128 \bar under
22129 S
22130 \bar default
22131 pacing\SpecialChar \menuseparator
22132
22133 \bar under
22134 K
22135 \bar default
22136 eep\InsetSpace ~
22137 space
22138 \family default
22139 .
22140 \end_layout
22141
22142 \begin_layout Subsection
22143 Changing Paragraph Alignment
22144 \end_layout
22145
22146 \begin_layout Standard
22147 You can also change the paragraph alignment with the 
22148 \family sans
22149 \bar under
22150 E
22151 \bar default
22152 dit\SpecialChar \menuseparator
22153
22154 \bar under
22155 P
22156 \bar default
22157 aragraph\InsetSpace ~
22158 Settings
22159 \family default
22160  dialog.
22161  There are four possibilities: 
22162 \end_layout
22163
22164 \begin_layout Itemize
22165
22166 \family sans
22167 \bar under
22168 J
22169 \bar default
22170 ustified
22171 \end_layout
22172
22173 \begin_layout Itemize
22174
22175 \family sans
22176 \bar under
22177 L
22178 \bar default
22179 eft
22180 \end_layout
22181
22182 \begin_layout Itemize
22183
22184 \family sans
22185 \bar under
22186 R
22187 \bar default
22188 ight
22189 \end_layout
22190
22191 \begin_layout Itemize
22192
22193 \family sans
22194 \bar under
22195 C
22196 \bar default
22197 enter
22198 \end_layout
22199
22200 \begin_layout Standard
22201 The default in most cases is justified alignment, in which the inter-word
22202  spacing is variable and each line of a paragraph fills the region between
22203  the left and right margins.
22204  The other three alignments should be self-explanatory, and look like this:
22205 \end_layout
22206
22207 \begin_layout Standard
22208 \align right
22209 This paragraph is right aligned,
22210 \end_layout
22211
22212 \begin_layout Standard
22213 \align center
22214 this one is centered,
22215 \end_layout
22216
22217 \begin_layout Standard
22218 \align left
22219 this one is left aligned.
22220 \end_layout
22221
22222 \begin_layout Standard
22223 In some paragraph environments, the default is something other than justified
22224  alignment.
22225  
22226 \end_layout
22227
22228 \begin_layout Subsection
22229 Forcing Page Breaks
22230 \begin_inset LatexCommand \label{sec:pagebreak}
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \begin_layout Standard
22238 If you don't like the way LaTeX does the page breaks in your document, you
22239  can force a pagebreak where you want one.
22240  In general, this will 
22241 \emph on
22242 not 
22243 \emph default
22244 be necessary because LaTeX is good at pagebreaking, as was already mentioned
22245  in section 
22246 \begin_inset LatexCommand \ref{sec:widows}
22247
22248 \end_inset
22249
22250 .
22251 \end_layout
22252
22253 \begin_layout Standard
22254 So in general there is no need to use the option described below, and we
22255  recommend not using it until the text is
22256 \emph on
22257  
22258 \emph default
22259 finished, and until you have checked in the preview to see if you 
22260 \emph on
22261 really 
22262 \emph default
22263 have to change the pagebreaking.You can force a pagebreak above or below
22264  a paragraph in the 
22265 \family sans
22266 \bar under
22267 E
22268 \bar default
22269 dit\SpecialChar \menuseparator
22270
22271 \bar under
22272 P
22273 \bar default
22274 aragraph\InsetSpace ~
22275 Settings
22276 \family default
22277  dialog by selecting the checkboxes to add a pagebreak above or below the
22278  paragraph.
22279 \end_layout
22280
22281 \begin_layout Standard
22282 You might try to use a pagebreak to ensure that a figure or table appears
22283  at the top of a page.
22284  This is, of course, the wrong way to do it.
22285  LyX gives you a way of automatically ensuring that your figures and tables
22286  appear at the top of a page [or the bottom, or on their own page] without
22287  having to worry about what precedes or follows your figure or table.
22288  See sections 
22289 \begin_inset LatexCommand \ref{sec:figures}
22290
22291 \end_inset
22292
22293  and 
22294 \begin_inset LatexCommand \ref{sec:tables}
22295
22296 \end_inset
22297
22298  and read about 
22299 \family sans
22300 Floats
22301 \family default
22302  to learn more.
22303 \end_layout
22304
22305 \begin_layout Subsection
22306 Blanks/Spaces
22307 \end_layout
22308
22309 \begin_layout Standard
22310 A blank is a blank? Not in good typography.
22311  While you might be used to press the space key anytime you want to separate
22312  two words in ordinary word processors, LyX offers you more spaces: Spaces
22313  of different width and spaces which can or cannot be broken at the end
22314  of a line.
22315  The following sections will show you some examples where those spaces are
22316  useful.
22317 \end_layout
22318
22319 \begin_layout Subsubsection
22320 Inter-word Space
22321 \begin_inset LatexCommand \label{sec:normblank-lbreak-horline}
22322
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \begin_layout Standard
22329 Some languages (e.\InsetSpace \thinspace{}
22330 g.\InsetSpace \space{}
22331 English) have the typographical convention to add extra
22332  space after an end-of-sentence punctuation mark, and LyX honors those conventio
22333 ns (see section\InsetSpace ~
22334
22335 \begin_inset LatexCommand \ref{sec:abbrev}
22336
22337 \end_inset
22338
22339 ).
22340  Sometimes, you want a normal space nevertheless.
22341  In this case, insert one with 
22342 \family sans
22343 \bar under
22344 I
22345 \bar default
22346 nsert\SpecialChar \menuseparator
22347 Special\InsetSpace ~
22348 F
22349 \bar under
22350 o
22351 \bar default
22352 rmatting\SpecialChar \menuseparator
22353 Inter-
22354 \bar under
22355 w
22356 \bar default
22357 ord\InsetSpace ~
22358 Space 
22359 \family default
22360 or with 
22361 \family sans
22362 C-M-Space.
22363 \end_layout
22364
22365 \begin_layout Subsubsection
22366 Protected Space
22367 \end_layout
22368
22369 \begin_layout Standard
22370 \begin_inset LatexCommand \label{sec:protblank-lbreak-horline}
22371
22372 \end_inset
22373
22374 The protected space: It is used to tell LyX (and LaTeX) not to break the
22375  line at that point.
22376  This may be necessary to avoid unlucky linebreaks, like in: 
22377 \end_layout
22378
22379 \begin_layout Quote
22380 A good documentation should weight no more than 1
22381 \newline
22382 kg.
22383  
22384 \end_layout
22385
22386 \begin_layout Standard
22387 Obviously, it would be a good thing to put a protected space between 
22388 \begin_inset Quotes eld
22389 \end_inset
22390
22391 1
22392 \begin_inset Quotes erd
22393 \end_inset
22394
22395  and 
22396 \begin_inset Quotes eld
22397 \end_inset
22398
22399 kg
22400 \begin_inset Quotes erd
22401 \end_inset
22402
22403 .
22404  A protected space is set with 
22405 \family sans
22406 \bar under
22407 I
22408 \bar default
22409 nsert\SpecialChar \menuseparator
22410 Special\InsetSpace ~
22411 F
22412 \bar under
22413 o
22414 \bar default
22415 rmatting\SpecialChar \menuseparator
22416 Protected
22417 \bar under
22418 \InsetSpace ~
22419 S
22420 \bar default
22421 pace 
22422 \family default
22423 or with 
22424 \family sans
22425 C-Space.
22426 \end_layout
22427
22428 \begin_layout Subsubsection
22429 Thin Space
22430 \begin_inset LatexCommand \label{sec:thinblank-lbreak-horline}
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Standard
22438
22439 \begin_inset Quotes eld
22440 \end_inset
22441
22442 thin space
22443 \begin_inset Quotes erd
22444 \end_inset
22445
22446  is a blank which has half the size of a normal space (and it is also 
22447 \begin_inset Quotes eld
22448 \end_inset
22449
22450 protected
22451 \begin_inset Quotes erd
22452 \end_inset
22453
22454 ).
22455  The typographical conventions in a lot of languages propose the use of
22456  thin spaces in cases where normal spaces would be too wide, for instance
22457  inside abbreviations:
22458 \end_layout
22459
22460 \begin_layout Quote
22461 D.\InsetSpace \thinspace{}
22462 E.
22463  Knuth has developped our beloved typesetting program, i.\InsetSpace \thinspace{}
22464 e.\InsetSpace \space{}
22465 TeX.
22466 \end_layout
22467
22468 \begin_layout Standard
22469 You can insert a thin space with 
22470 \family sans
22471 \bar under
22472 I
22473 \bar default
22474 nsert\SpecialChar \menuseparator
22475 Special\InsetSpace ~
22476 F
22477 \bar under
22478 o
22479 \bar default
22480 rmatting\SpecialChar \menuseparator
22481
22482 \bar under
22483 T
22484 \bar default
22485 hin\InsetSpace ~
22486 Space 
22487 \family default
22488 or with 
22489 \family sans
22490 C-S-Space.
22491 \end_layout
22492
22493 \begin_layout Subsubsection
22494 More Spaces
22495 \end_layout
22496
22497 \begin_layout Standard
22498 Apart from the ones described, there are still some more spaces.
22499  Although LyX supports them natively, they can only be reached via the 
22500 \emph on
22501 minibuffer
22502 \emph default
22503 .
22504  To get them, just type 
22505 \family typewriter
22506 space-insert <command>
22507 \family default
22508  into the minibuffer, where 
22509 \family typewriter
22510 <command>
22511 \family default
22512  is one of the following:
22513 \end_layout
22514
22515 \begin_layout Standard
22516 \align center
22517 \begin_inset Tabular
22518 <lyxtabular version="3" rows="9" columns="3">
22519 <features>
22520 <column alignment="center" valignment="top" leftline="true" width="0">
22521 <column alignment="center" valignment="top" leftline="true" width="0">
22522 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
22523 <row topline="true" bottomline="true">
22524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Standard
22528
22529 \series bold
22530 command
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Standard
22539
22540 \series bold
22541 width
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Standard
22550
22551 \series bold
22552 protected?
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 </row>
22558 <row topline="true">
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Standard
22563
22564 \family typewriter
22565 normal
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Standard
22574 1/3\InsetSpace ~
22575 em
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Standard
22584 no
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row topline="true">
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Standard
22595
22596 \family typewriter
22597 protected
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Standard
22606 1/3\InsetSpace ~
22607 em
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Standard
22616 yes
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 </row>
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 \family typewriter
22629 thin
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 1/6\InsetSpace ~
22639 em
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Standard
22648 yes
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 <row bottomline="true">
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Standard
22659
22660 \family typewriter
22661 enspace
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Standard
22670 0.5\InsetSpace ~
22671 em
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Standard
22680 yes
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row bottomline="true">
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Standard
22691
22692 \family typewriter
22693 enskip
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Standard
22702 0.5\InsetSpace ~
22703 em
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Standard
22712 no
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 </row>
22718 <row bottomline="true">
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Standard
22723
22724 \family typewriter
22725 quad
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Standard
22734 1\InsetSpace ~
22735 em
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Standard
22744 no
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row bottomline="true">
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Standard
22755
22756 \family typewriter
22757 qquad
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Standard
22766 2\InsetSpace ~
22767 em
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Standard
22776 no
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row bottomline="true">
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Standard
22787
22788 \family typewriter
22789 negthinspace
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Standard
22798 -1/6\InsetSpace ~
22799 em
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Standard
22808 yes
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 </lyxtabular>
22815
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Subsection
22822 Line breaking
22823 \end_layout
22824
22825 \begin_layout Standard
22826 You can force line breaks within a paragraph by selecting 
22827 \family sans
22828 \bar under
22829 I
22830 \bar default
22831 nsert\SpecialChar \menuseparator
22832 Special\InsetSpace ~
22833 F
22834 \bar under
22835 o
22836 \bar default
22837 rmatting\SpecialChar \menuseparator
22838
22839 \bar under
22840 L
22841 \bar default
22842 inebreak 
22843 \family default
22844 or with 
22845 \family sans
22846 C-Return.
22847
22848 \family default
22849  You should, however, not use this to correct LaTeX's linebreaking, as LaTeX
22850  is 
22851 \emph on
22852 very 
22853 \emph default
22854 good at linebreaking\SpecialChar \ldots{}
22855  (see section 
22856 \begin_inset LatexCommand \ref{sec:pagebreak}
22857
22858 \end_inset
22859
22860 ).
22861  There are, however, a number of situations where it is necessary to actively
22862  set a linebreak, e.g.
22863  in a poem or for an Address (see sections 
22864 \begin_inset LatexCommand \ref{sec:quote}
22865
22866 \end_inset
22867
22868
22869 \begin_inset LatexCommand \ref{sec:verse}
22870
22871 \end_inset
22872
22873  and 
22874 \begin_inset LatexCommand \ref{sec:adress_usage}
22875
22876 \end_inset
22877
22878 ).
22879 \end_layout
22880
22881 \begin_layout Section
22882 Spellchecking
22883 \begin_inset LatexCommand \label{sec:spellchecking}
22884
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \begin_layout Standard
22891 LyX itself has no built-in spellchecker.
22892  Rather it uses the external 
22893 \family typewriter
22894 ispell
22895 \family default
22896  program as a backend or the newer and generally better 
22897 \family typewriter
22898 aspell
22899 \family default
22900 .
22901  This section assumes you have already installed and set up one of these
22902  programs.
22903  
22904 \end_layout
22905
22906 \begin_layout Standard
22907 The spellchecker can be started with the menu entry 
22908 \family sans
22909 \bar under
22910 T
22911 \bar default
22912 ools
22913 \bar under
22914 \SpecialChar \menuseparator
22915
22916 \shape up
22917 S
22918 \bar default
22919 pellchecker
22920 \family default
22921 \shape default
22922 .
22923  Checking will start just after the current cursor position.
22924  A dialog window will appear showing any incorrect (or unknown) word found,
22925  allowing you to edit and replace it in a second line.
22926  Whenever an unknown word is found, the word is highlighted and the view
22927  in your text buffer is updated to make the word visible.
22928  In the 
22929 \family sans
22930 Spellchecker
22931 \family default
22932  dialog, there is also a box showing suggestions for a correction, if any
22933  could be found.
22934  Clicking on one of the corrections will copy the near miss into the replace
22935  input field (double-click to invoke replace).
22936 \end_layout
22937
22938 \begin_layout Subsection
22939 Spellchecker Options
22940 \begin_inset LatexCommand \label{sec:spell_opt}
22941
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \begin_layout Standard
22948 The following options can be set in the 
22949 \family sans
22950 \bar under
22951 T
22952 \bar default
22953 ools\SpecialChar \menuseparator
22954
22955 \bar under
22956 P
22957 \bar default
22958 references
22959 \family default
22960  dialog.
22961 \end_layout
22962
22963 \begin_layout Subsubsection
22964 Dictionary
22965 \end_layout
22966
22967 \begin_layout Standard
22968 By default, the dictionary file to use is determined by the language of
22969  the text you're checking, which is set in the
22970 \family sans
22971 \shape up
22972  
22973 \shape default
22974 \bar under
22975 D
22976 \bar default
22977 ocument\SpecialChar \menuseparator
22978
22979 \bar under
22980 S
22981 \bar default
22982 ettings
22983 \family default
22984  dialog.
22985  If you do not have a dictionary for the document language, the spellchecker
22986  will not work.
22987  In this case, you can specify another dictionary file in the dialog by
22988  specifying a different 
22989 \begin_inset Quotes eld
22990 \end_inset
22991
22992 alternative language
22993 \begin_inset Quotes erd
22994 \end_inset
22995
22996 .
22997 \end_layout
22998
22999 \begin_layout Standard
23000 If you're using 
23001 \family typewriter
23002 ispell
23003 \family default
23004 , you may need to make a link from say 
23005 \family typewriter
23006 deutsch.(aff|hash)
23007 \family default
23008  to 
23009 \family typewriter
23010 german.(aff|hash)
23011 \family default
23012  or whatever applies for your language.
23013  This is because these 
23014 \family typewriter
23015 ispell
23016 \family default
23017  files normally have the native language name (
23018 \begin_inset Quotes eld
23019 \end_inset
23020
23021 deutsch
23022 \begin_inset Quotes erd
23023 \end_inset
23024
23025 ) whereas 
23026 \family typewriter
23027 ispell
23028 \family default
23029 , when started from LyX, searches for the English version of the name used
23030  with the LaTeX babel package (
23031 \begin_inset Quotes eld
23032 \end_inset
23033
23034 german
23035 \begin_inset Quotes erd
23036 \end_inset
23037
23038 ).
23039 \end_layout
23040
23041 \begin_layout Standard
23042 You may also have problems the font encoding is not correct for that dictionary.
23043  If you use a language with 
23044 \family typewriter
23045 latin1
23046 \family default
23047  encoding and set the 
23048 \family sans
23049 \bar under
23050 E
23051 \bar default
23052 ncoding
23053 \family default
23054  option in the 
23055 \family sans
23056 \bar under
23057 D
23058 \bar default
23059 ocument\SpecialChar \menuseparator
23060
23061 \bar under
23062 S
23063 \bar default
23064 ettings
23065 \family default
23066  dialog to 
23067 \family sans
23068 latin1
23069 \family default
23070  (or other than 
23071 \family sans
23072 default
23073 \family default
23074 ), you must have this option in your language dictionary as well.
23075  If your dictionary doesn't support the 
23076 \family sans
23077 Encoding
23078 \family default
23079  you chose, you'll have an error like this on stderr:
23080 \end_layout
23081
23082 \begin_layout Standard
23083
23084 \family typewriter
23085 ispell: unrecognized formatter type 'latin1'
23086 \end_layout
23087
23088 \begin_layout Standard
23089 The spellchecker gives you an error that it couldn't start the 
23090 \family typewriter
23091 ispell
23092 \family default
23093  process and that you probably have some problems with your dictionary file.
23094  
23095 \end_layout
23096
23097 \begin_layout Standard
23098 There are four solutions to this problem.
23099  The easiest is to try the 
23100 \family sans
23101 Use\InsetSpace ~
23102 Input\InsetSpace ~
23103 Encoding
23104 \family default
23105  option.
23106  If that does not help, you can set 
23107 \family sans
23108 \bar under
23109 E
23110 \bar default
23111 ncoding
23112 \family default
23113  to 
23114 \family sans
23115 default
23116 \family default
23117  when calling the spellchecker (which is probably annoying).
23118  The third is to add the 
23119 \family typewriter
23120 latin1
23121 \family default
23122  option to your dictionary 
23123 \family typewriter
23124 \emph on
23125 <
23126 \family default
23127 language
23128 \family typewriter
23129 >
23130 \emph default
23131 .aff
23132 \family default
23133  file and recompile the dictionary (which probably isn't easy if you installed
23134  the whole stuff with some distribution and don't have the language directory
23135  of the 
23136 \family typewriter
23137 ispell
23138 \family default
23139  sources).
23140  Read the 
23141 \family typewriter
23142 ispell
23143 \family default
23144  documentation for this task! The fourth is to send a message to your package-ma
23145 intainer, or better yet to the maintainer of the dictionary file in question
23146  and ask him to solve your problem.
23147 \end_layout
23148
23149 \begin_layout Subsubsection
23150 Personal dictionary
23151 \end_layout
23152
23153 \begin_layout Standard
23154 If you want to use a different file from the spellchecker's default choice
23155  as your personal dictionary, you can set this in the dialog.
23156  Specifying a filename which does not already exist will result in an error
23157  message on stderr which you can ignore (
23158 \family typewriter
23159 ispell
23160 \family default
23161  will create the file when you finish checking your spelling).
23162 \end_layout
23163
23164 \begin_layout Subsubsection
23165 Further Options 
23166 \end_layout
23167
23168 \begin_layout Standard
23169 The 
23170 \family sans
23171 \bar under
23172 S
23173 \bar default
23174 pellchecker\InsetSpace ~
23175 Options
23176 \family default
23177  dialog has some additional options which are self-explanatory:
23178 \end_layout
23179
23180 \begin_layout Itemize
23181
23182 \family sans
23183 \bar under
23184 A
23185 \bar default
23186 ccept compound words
23187 \family default
23188
23189 \newline
23190 Prevent the spellchecker from complaining about compounded words like
23191 \newline
23192
23193 \begin_inset Quotes erd
23194 \end_inset
23195
23196 passthrough
23197 \begin_inset Quotes erd
23198 \end_inset
23199
23200 .
23201 \end_layout
23202
23203 \begin_layout Itemize
23204
23205 \family sans
23206 \bar under
23207 E
23208 \bar default
23209 scape characters
23210 \family default
23211
23212 \newline
23213 Allows you to add nonstandard characters to what the spellchecker considers
23214  words, e.g.
23215  German umlauts.
23216  This should not normally be needed.
23217 \end_layout
23218
23219 \begin_layout Subsection
23220 Limitations
23221 \end_layout
23222
23223 \begin_layout Standard
23224 Some users have expressed a wish to be able to globally change the spelling
23225  of a particular word, rather than having to change the spelling separately
23226  for each occurrence of the word.
23227  Per-document word lists would also be useful.
23228  Neither of these features are present as of this writing.
23229 \end_layout
23230
23231 \begin_layout Standard
23232 Unless you're using the 
23233 \family typewriter
23234 pspell
23235 \family default
23236  spellchecker, LyX cannot correctly spellcheck documents containing multiple
23237  languages.
23238  This, does, however, work with 
23239 \family typewriter
23240 pspell
23241 \family default
23242 , assuming you have marked the different languages appropriately.
23243 \end_layout
23244
23245 \begin_layout Section
23246 International Support
23247 \end_layout
23248
23249 \begin_layout Standard
23250 This section describes how to use LyX with any language you want.
23251  LyX comes with a default configuration which supports the English language
23252  on a U.S.-style keyboard, with a standard U.S.
23253  paper size and the spellchecker set to U.S.
23254  English.
23255  You can change any or all of these settings as desired, and you can make
23256  the changes apply to the current session only, or use them as your new
23257  default configuration.
23258 \end_layout
23259
23260 \begin_layout Standard
23261 If you have a keyboard suited to the language you are using (for example,
23262  a German keyboard for writing in German), and you have correctly configured
23263  your X environment, all you need to do for LyX is tell it your language,
23264  the character encoding, and desired paper size.
23265  Refer to 
23266 \begin_inset LatexCommand \ref{sec:langlay}
23267
23268 \end_inset
23269
23270  for more information.
23271 \end_layout
23272
23273 \begin_layout Standard
23274 If, however, you have a U.S.-style keyboard and want to write in a different
23275  language than English, you can use an alternate keymap.
23276  For example, if you have a U.S.-style keyboard but want to write in Italian,
23277  you can configure LyX to use an Italian keymap.
23278  Refer to 
23279 \begin_inset LatexCommand \ref{sec:optkey}
23280
23281 \end_inset
23282
23283  for details.
23284  
23285 \end_layout
23286
23287 \begin_layout Standard
23288 Finally, you may just want to change a few key mappings or create an entirely
23289  different keymap (for Vulcan, for instance).
23290  You may, for example, normally write in Italian on a U.S.
23291  keyboard but want to include an occasional quotation in German.
23292  In such a case, you can write your own keyboard mapping or modify an existing
23293  one to support the characters you want.
23294  
23295 \end_layout
23296
23297 \begin_layout Standard
23298 The details of how to customize LyX to your own language are 
23299 \emph on
23300 way
23301 \emph default
23302  beyond the scope of this manual.
23303  You can not only alter the keyboard layout, you can also change the names
23304  of the menus buttons, etc., to reflect your language.
23305  If you want to learn more about writing keymap files and tailoring LyX
23306  to your native tongue, please see the 
23307 \emph on
23308 Customization
23309 \emph default
23310  manual for details.
23311 \end_layout
23312
23313 \begin_layout Subsection
23314 Language Options
23315 \begin_inset LatexCommand \label{sec:langlay}
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Standard
23323 The 
23324 \family sans
23325 \bar under
23326 D
23327 \bar default
23328 ocument\SpecialChar \menuseparator
23329
23330 \bar under
23331 S
23332 \bar default
23333 ettings
23334 \family default
23335  dialog lets you set 
23336 \family roman
23337 the language and character encoding for your language.
23338  
23339 \end_layout
23340
23341 \begin_layout Standard
23342 Choose your language by clicking on the arrow in t
23343 \family roman
23344 he 
23345 \family sans
23346 Language
23347 \family roman
23348  
23349 \family default
23350 combo
23351 \family roman
23352 box 
23353 \family default
23354 of the 
23355 \family sans
23356 \bar under
23357 D
23358 \bar default
23359 ocument\SpecialChar \menuseparator
23360
23361 \bar under
23362 S
23363 \bar default
23364 ettings
23365 \family default
23366  dialog.
23367  The default is U.S.
23368  English.
23369  Scroll to find the language you want and then click on your choice.
23370  The language name appears in the window.
23371 \begin_inset Foot
23372 status collapsed
23373
23374 \begin_layout Standard
23375 In LaTeX terms, selecting a language other than default adds Babel support.
23376  If you do not have Babel installed, refer to the different LaTeX distributions
23377  for it.
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Standard
23386 The 
23387 \family sans
23388 Enco
23389 \bar under
23390 d
23391 \bar default
23392 ing
23393 \family default
23394  box lets you choose the character encoding map you want to use.
23395  The default is the 
23396 \family typewriter
23397 Latin1
23398 \family default
23399  encoding, which includes the characters required by the various Western
23400  European languages.
23401 \end_layout
23402
23403 \begin_layout Subsection
23404 Keyboard mapping configuration
23405 \begin_inset LatexCommand \label{sec:optkey}
23406
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \begin_layout Standard
23413 The preferences dialog allows you to choose up to two keyboard mappings.
23414  This allows you to choose the keymap of your choice for your U.S.-style keyboard.
23415  You can choose primary and secondary keyboard languages and then select
23416  which one you want to use.
23417 \end_layout
23418
23419 \begin_layout Subsection
23420 Character Tables
23421 \begin_inset LatexCommand \label{sec:keytab}
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \begin_layout Standard
23429 Table\InsetSpace ~
23430
23431 \begin_inset LatexCommand \ref{cap:The-latin1-character}
23432
23433 \end_inset
23434
23435  shows the 
23436 \family typewriter
23437 Latin1
23438 \family default
23439  character set.
23440  You should be able to enter the characters in the first eight columns directly
23441  from the keyboard.
23442 \end_layout
23443
23444 \begin_layout Standard
23445 There are a few things you need to know about this table.
23446  This manual is set up --- by hand, mind you --- to print all of these character
23447 s.
23448  That ain't the default.
23449  Nowhere near, in fact.
23450  Here are some of the details you'll need to bear in mind when using characters
23451  from the 
23452 \family typewriter
23453 Latin1
23454 \family default
23455  character set:
23456 \end_layout
23457
23458 \begin_layout Itemize
23459 The characters at entries A2, A4, A5, A6 and AD -- the cent, the yen, the
23460  generic-currency-symbol, the broken vertical bar and the short dash are
23461  just plain missing in the default encodings.
23462  We don't know where they are or why this is the case.
23463 \end_layout
23464
23465 \begin_layout Itemize
23466 Even if you've selected 
23467 \family sans
23468 latin1
23469 \family default
23470  in the 
23471 \family sans
23472 \bar under
23473 D
23474 \bar default
23475 ocument\SpecialChar \menuseparator
23476
23477 \bar under
23478 S
23479 \bar default
23480 ettings
23481 \family default
23482  dialog, users who have only the 
23483 \family typewriter
23484 T1
23485 \family default
23486 -fonts for LaTeX [or who have the 
23487 \family typewriter
23488 T1
23489 \family default
23490 -fonts but aren't using them] will still miss a few characters: D0, F0,
23491  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
23492  french quotes won't show up.
23493 \end_layout
23494
23495 \begin_layout Itemize
23496 Users of 
23497 \family typewriter
23498 T1
23499 \family default
23500 -fonts can, however, get the french quotes [characters AB and BB] if they
23501  include the either the package 
23502 \family typewriter
23503 umlaute.sty
23504 \family default
23505  or 
23506 \family typewriter
23507 german.sty
23508 \family default
23509  in their documents.
23510 \begin_inset Foot
23511 status collapsed
23512
23513 \begin_layout Standard
23514 This only holds when you want to input these quotes by yourself.
23515  The automatic quote feature described in Section 
23516 \begin_inset LatexCommand \ref{sec:quotes}
23517
23518 \end_inset
23519
23520 , will generate automatically LaTeX code adapted to available fonts and
23521  packages.
23522 \end_layout
23523
23524 \end_inset
23525
23526
23527 \begin_inset Note Note
23528 status open
23529
23530 \begin_layout Standard
23531 The characters of the following table, which are inserted as commands, could
23532  not be inserted directly with the keyboard, because the standard encoding
23533  
23534 \begin_inset Quotes eld
23535 \end_inset
23536
23537 T1
23538 \begin_inset Quotes erd
23539 \end_inset
23540
23541  doesn't know them.
23542  To let LaTeX understand the commands, the package 
23543 \series bold
23544 textcomp
23545 \series default
23546  needs to be loaded in the peamble with the line
23547 \end_layout
23548
23549 \begin_layout Standard
23550
23551 \series bold
23552
23553 \backslash
23554 usepackage{textcomp}
23555 \end_layout
23556
23557 \begin_layout Standard
23558 The package 
23559 \series bold
23560 textcomp
23561 \series default
23562  is available on every LaTeX system.
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Standard
23571 \begin_inset Float table
23572 wide false
23573 sideways false
23574 status open
23575
23576 \begin_layout Caption
23577 \begin_inset LatexCommand \label{cap:The-latin1-character}
23578
23579 \end_inset
23580
23581 The 
23582 \family typewriter
23583 latin1
23584 \family default
23585  character set
23586 \end_layout
23587
23588 \begin_layout Standard
23589 \align center
23590 \begin_inset Tabular
23591 <lyxtabular version="3" rows="17" columns="17">
23592 <features>
23593 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23594 <column alignment="center" valignment="top" leftline="true" width="0pt">
23595 <column alignment="center" valignment="top" leftline="true" width="0pt">
23596 <column alignment="center" valignment="top" leftline="true" width="0pt">
23597 <column alignment="center" valignment="top" leftline="true" width="0pt">
23598 <column alignment="center" valignment="top" leftline="true" width="0pt">
23599 <column alignment="center" valignment="top" leftline="true" width="0pt">
23600 <column alignment="center" valignment="top" leftline="true" width="0pt">
23601 <column alignment="center" valignment="top" leftline="true" width="0pt">
23602 <column alignment="center" valignment="top" leftline="true" width="0pt">
23603 <column alignment="center" valignment="top" leftline="true" width="0pt">
23604 <column alignment="center" valignment="top" leftline="true" width="0pt">
23605 <column alignment="center" valignment="top" leftline="true" width="0pt">
23606 <column alignment="center" valignment="top" leftline="true" width="0pt">
23607 <column alignment="center" valignment="top" leftline="true" width="0pt">
23608 <column alignment="center" valignment="top" leftline="true" width="0pt">
23609 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23610 <row topline="true" bottomline="true">
23611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Standard
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Standard
23624
23625 \family roman
23626 \series medium
23627 \shape up
23628 \size tiny
23629 \emph off
23630 \bar no
23631 \noun off
23632 \color none
23633 00
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Standard
23642
23643 \family roman
23644 \series medium
23645 \shape up
23646 \size tiny
23647 \emph off
23648 \bar no
23649 \noun off
23650 \color none
23651 10
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Standard
23660
23661 \family roman
23662 \series medium
23663 \shape up
23664 \size tiny
23665 \emph off
23666 \bar no
23667 \noun off
23668 \color none
23669 20
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Standard
23678
23679 \family roman
23680 \series medium
23681 \shape up
23682 \size tiny
23683 \emph off
23684 \bar no
23685 \noun off
23686 \color none
23687 30
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Standard
23696
23697 \family roman
23698 \series medium
23699 \shape up
23700 \size tiny
23701 \emph off
23702 \bar no
23703 \noun off
23704 \color none
23705 40
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Standard
23714
23715 \family roman
23716 \series medium
23717 \shape up
23718 \size tiny
23719 \emph off
23720 \bar no
23721 \noun off
23722 \color none
23723 50
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Standard
23732
23733 \family roman
23734 \series medium
23735 \shape up
23736 \size tiny
23737 \emph off
23738 \bar no
23739 \noun off
23740 \color none
23741 60
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Standard
23750
23751 \family roman
23752 \series medium
23753 \shape up
23754 \size tiny
23755 \emph off
23756 \bar no
23757 \noun off
23758 \color none
23759 70
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Standard
23768
23769 \family roman
23770 \series medium
23771 \shape up
23772 \size tiny
23773 \emph off
23774 \bar no
23775 \noun off
23776 \color none
23777 80
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23783 \begin_inset Text
23784
23785 \begin_layout Standard
23786
23787 \family roman
23788 \series medium
23789 \shape up
23790 \size tiny
23791 \emph off
23792 \bar no
23793 \noun off
23794 \color none
23795 90
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Standard
23804
23805 \family roman
23806 \series medium
23807 \shape up
23808 \size tiny
23809 \emph off
23810 \bar no
23811 \noun off
23812 \color none
23813 A0
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Standard
23822
23823 \family roman
23824 \series medium
23825 \shape up
23826 \size tiny
23827 \emph off
23828 \bar no
23829 \noun off
23830 \color none
23831 B0
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Standard
23840
23841 \family roman
23842 \series medium
23843 \shape up
23844 \size tiny
23845 \emph off
23846 \bar no
23847 \noun off
23848 \color none
23849 C0
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Standard
23858
23859 \family roman
23860 \series medium
23861 \shape up
23862 \size tiny
23863 \emph off
23864 \bar no
23865 \noun off
23866 \color none
23867 D0
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Standard
23876
23877 \family roman
23878 \series medium
23879 \shape up
23880 \size tiny
23881 \emph off
23882 \bar no
23883 \noun off
23884 \color none
23885 E0
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Standard
23894
23895 \family roman
23896 \series medium
23897 \shape up
23898 \size tiny
23899 \emph off
23900 \bar no
23901 \noun off
23902 \color none
23903 F0
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 </row>
23909 <row topline="true">
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Standard
23914
23915 \family roman
23916 \series medium
23917 \shape up
23918 \size tiny
23919 \emph off
23920 \bar no
23921 \noun off
23922 \color none
23923 00
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Standard
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Standard
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Standard
23950
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Standard
23959
23960 \family roman
23961 \series medium
23962 \shape up
23963 \emph off
23964 \bar no
23965 \noun off
23966 \color none
23967 0
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Standard
23976
23977 \family roman
23978 \series medium
23979 \shape up
23980 \emph off
23981 \bar no
23982 \noun off
23983 \color none
23984 @
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Standard
23993
23994 \family roman
23995 \series medium
23996 \shape up
23997 \emph off
23998 \bar no
23999 \noun off
24000 \color none
24001 P
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Standard
24010
24011 \family roman
24012 \series medium
24013 \shape up
24014 \emph off
24015 \bar no
24016 \noun off
24017 \color none
24018 '
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Standard
24027
24028 \family roman
24029 \series medium
24030 \shape up
24031 \emph off
24032 \bar no
24033 \noun off
24034 \color none
24035 p
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Standard
24044
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Standard
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Standard
24062
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Standard
24071
24072 \family roman
24073 \series medium
24074 \shape up
24075 \emph off
24076 \bar no
24077 \noun off
24078 \color none
24079 °
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Standard
24088
24089 \family roman
24090 \series medium
24091 \shape up
24092 \emph off
24093 \bar no
24094 \noun off
24095 \color none
24096 À
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Standard
24105
24106 \family roman
24107 \series medium
24108 \shape up
24109 \emph off
24110 \bar no
24111 \noun off
24112 \color none
24113 Ð
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Standard
24122
24123 \family roman
24124 \series medium
24125 \shape up
24126 \emph off
24127 \bar no
24128 \noun off
24129 \color none
24130 à
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Standard
24139
24140 \family roman
24141 \series medium
24142 \shape up
24143 \emph off
24144 \bar no
24145 \noun off
24146 \color none
24147 ð
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row topline="true">
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Standard
24158
24159 \family roman
24160 \series medium
24161 \shape up
24162 \size tiny
24163 \emph off
24164 \bar no
24165 \noun off
24166 \color none
24167 01
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Standard
24176
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Standard
24185
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Standard
24194
24195 \family roman
24196 \series medium
24197 \shape up
24198 \emph off
24199 \bar no
24200 \noun off
24201 \color none
24202 !
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Standard
24211
24212 \family roman
24213 \series medium
24214 \shape up
24215 \emph off
24216 \bar no
24217 \noun off
24218 \color none
24219 1
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Standard
24228
24229 \family roman
24230 \series medium
24231 \shape up
24232 \emph off
24233 \bar no
24234 \noun off
24235 \color none
24236 A
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Standard
24245
24246 \family roman
24247 \series medium
24248 \shape up
24249 \emph off
24250 \bar no
24251 \noun off
24252 \color none
24253 Q
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Standard
24262
24263 \family roman
24264 \series medium
24265 \shape up
24266 \emph off
24267 \bar no
24268 \noun off
24269 \color none
24270 a
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Standard
24279
24280 \family roman
24281 \series medium
24282 \shape up
24283 \emph off
24284 \bar no
24285 \noun off
24286 \color none
24287 q
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Standard
24296
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Standard
24305
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Standard
24314
24315 \family roman
24316 \series medium
24317 \shape up
24318 \emph off
24319 \bar no
24320 \noun off
24321 \color none
24322 ¡
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Standard
24331
24332 \family roman
24333 \series medium
24334 \shape up
24335 \emph off
24336 \bar no
24337 \noun off
24338 \color none
24339 ±
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Standard
24348
24349 \family roman
24350 \series medium
24351 \shape up
24352 \emph off
24353 \bar no
24354 \noun off
24355 \color none
24356 Á
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Standard
24365
24366 \family roman
24367 \series medium
24368 \shape up
24369 \emph off
24370 \bar no
24371 \noun off
24372 \color none
24373 Ñ
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Standard
24382
24383 \family roman
24384 \series medium
24385 \shape up
24386 \emph off
24387 \bar no
24388 \noun off
24389 \color none
24390 á
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Standard
24399
24400 \family roman
24401 \series medium
24402 \shape up
24403 \emph off
24404 \bar no
24405 \noun off
24406 \color none
24407 ñ
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 </row>
24413 <row topline="true">
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Standard
24418
24419 \family roman
24420 \series medium
24421 \shape up
24422 \size tiny
24423 \emph off
24424 \bar no
24425 \noun off
24426 \color none
24427 02
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Standard
24436
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Standard
24445
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Standard
24454
24455 \family roman
24456 \series medium
24457 \shape up
24458 \emph off
24459 \bar no
24460 \noun off
24461 \color none
24462 \begin_inset Quotes eld
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Standard
24474
24475 \family roman
24476 \series medium
24477 \shape up
24478 \emph off
24479 \bar no
24480 \noun off
24481 \color none
24482 2
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Standard
24491
24492 \family roman
24493 \series medium
24494 \shape up
24495 \emph off
24496 \bar no
24497 \noun off
24498 \color none
24499 B
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Standard
24508
24509 \family roman
24510 \series medium
24511 \shape up
24512 \emph off
24513 \bar no
24514 \noun off
24515 \color none
24516 R
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Standard
24525
24526 \family roman
24527 \series medium
24528 \shape up
24529 \emph off
24530 \bar no
24531 \noun off
24532 \color none
24533 b
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Standard
24542
24543 \family roman
24544 \series medium
24545 \shape up
24546 \emph off
24547 \bar no
24548 \noun off
24549 \color none
24550 r
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Standard
24559
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Standard
24568
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Standard
24577 \begin_inset ERT
24578 status collapsed
24579
24580 \begin_layout Standard
24581
24582
24583 \backslash
24584 textcent
24585 \end_layout
24586
24587 \end_inset
24588
24589
24590 \begin_inset Note Note
24591 status collapsed
24592
24593 \begin_layout Standard
24594 character ¢ 
24595 \end_layout
24596
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Standard
24608
24609 \family roman
24610 \series medium
24611 \shape up
24612 \emph off
24613 \bar no
24614 \noun off
24615 \color none
24616 ²
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Standard
24625
24626 \family roman
24627 \series medium
24628 \shape up
24629 \emph off
24630 \bar no
24631 \noun off
24632 \color none
24633 Â
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Standard
24642
24643 \family roman
24644 \series medium
24645 \shape up
24646 \emph off
24647 \bar no
24648 \noun off
24649 \color none
24650 Ò
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Standard
24659
24660 \family roman
24661 \series medium
24662 \shape up
24663 \emph off
24664 \bar no
24665 \noun off
24666 \color none
24667 â
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Standard
24676
24677 \family roman
24678 \series medium
24679 \shape up
24680 \emph off
24681 \bar no
24682 \noun off
24683 \color none
24684 ò
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 </row>
24690 <row topline="true">
24691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Standard
24695
24696 \family roman
24697 \series medium
24698 \shape up
24699 \size tiny
24700 \emph off
24701 \bar no
24702 \noun off
24703 \color none
24704 03
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Standard
24713
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Standard
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Standard
24731
24732 \family roman
24733 \series medium
24734 \shape up
24735 \emph off
24736 \bar no
24737 \noun off
24738 \color none
24739 #
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Standard
24748
24749 \family roman
24750 \series medium
24751 \shape up
24752 \emph off
24753 \bar no
24754 \noun off
24755 \color none
24756 3
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Standard
24765
24766 \family roman
24767 \series medium
24768 \shape up
24769 \emph off
24770 \bar no
24771 \noun off
24772 \color none
24773 C
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Standard
24782
24783 \family roman
24784 \series medium
24785 \shape up
24786 \emph off
24787 \bar no
24788 \noun off
24789 \color none
24790 S
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Standard
24799
24800 \family roman
24801 \series medium
24802 \shape up
24803 \emph off
24804 \bar no
24805 \noun off
24806 \color none
24807 c
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Standard
24816
24817 \family roman
24818 \series medium
24819 \shape up
24820 \emph off
24821 \bar no
24822 \noun off
24823 \color none
24824 s
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Standard
24833
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Standard
24842
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Standard
24851
24852 \family roman
24853 \series medium
24854 \shape up
24855 \emph off
24856 \bar no
24857 \noun off
24858 \color none
24859 £
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Standard
24868
24869 \family roman
24870 \series medium
24871 \shape up
24872 \emph off
24873 \bar no
24874 \noun off
24875 \color none
24876 ³
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Standard
24885
24886 \family roman
24887 \series medium
24888 \shape up
24889 \emph off
24890 \bar no
24891 \noun off
24892 \color none
24893 Ã
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Standard
24902
24903 \family roman
24904 \series medium
24905 \shape up
24906 \emph off
24907 \bar no
24908 \noun off
24909 \color none
24910 Ó
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Standard
24919
24920 \family roman
24921 \series medium
24922 \shape up
24923 \emph off
24924 \bar no
24925 \noun off
24926 \color none
24927 ã
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Standard
24936
24937 \family roman
24938 \series medium
24939 \shape up
24940 \emph off
24941 \bar no
24942 \noun off
24943 \color none
24944 ó
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 </row>
24950 <row topline="true">
24951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Standard
24955
24956 \family roman
24957 \series medium
24958 \shape up
24959 \size tiny
24960 \emph off
24961 \bar no
24962 \noun off
24963 \color none
24964 04
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Standard
24973
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Standard
24982
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Standard
24991
24992 \family roman
24993 \series medium
24994 \shape up
24995 \emph off
24996 \bar no
24997 \noun off
24998 \color none
24999 $
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Standard
25008
25009 \family roman
25010 \series medium
25011 \shape up
25012 \emph off
25013 \bar no
25014 \noun off
25015 \color none
25016 4
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Standard
25025
25026 \family roman
25027 \series medium
25028 \shape up
25029 \emph off
25030 \bar no
25031 \noun off
25032 \color none
25033 D
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Standard
25042
25043 \family roman
25044 \series medium
25045 \shape up
25046 \emph off
25047 \bar no
25048 \noun off
25049 \color none
25050 T
25051 \end_layout
25052
25053 \end_inset
25054 </cell>
25055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Standard
25059
25060 \family roman
25061 \series medium
25062 \shape up
25063 \emph off
25064 \bar no
25065 \noun off
25066 \color none
25067 d
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Standard
25076
25077 \family roman
25078 \series medium
25079 \shape up
25080 \emph off
25081 \bar no
25082 \noun off
25083 \color none
25084 t
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Standard
25093
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Standard
25102
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Standard
25111 \begin_inset ERT
25112 status collapsed
25113
25114 \begin_layout Standard
25115
25116
25117 \backslash
25118 textcurrency
25119 \end_layout
25120
25121 \end_inset
25122
25123
25124 \begin_inset Note Note
25125 status collapsed
25126
25127 \begin_layout Standard
25128 character ¤ 
25129 \end_layout
25130
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25139 \begin_inset Text
25140
25141 \begin_layout Standard
25142
25143 \family roman
25144 \series medium
25145 \shape up
25146 \emph off
25147 \bar no
25148 \noun off
25149 \color none
25150 ´
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Standard
25159
25160 \family roman
25161 \series medium
25162 \shape up
25163 \emph off
25164 \bar no
25165 \noun off
25166 \color none
25167 Ä
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Standard
25176
25177 \family roman
25178 \series medium
25179 \shape up
25180 \emph off
25181 \bar no
25182 \noun off
25183 \color none
25184 Ô
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Standard
25193
25194 \family roman
25195 \series medium
25196 \shape up
25197 \emph off
25198 \bar no
25199 \noun off
25200 \color none
25201 ä
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Standard
25210
25211 \family roman
25212 \series medium
25213 \shape up
25214 \emph off
25215 \bar no
25216 \noun off
25217 \color none
25218 ô
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 </row>
25224 <row topline="true">
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Standard
25229
25230 \family roman
25231 \series medium
25232 \shape up
25233 \size tiny
25234 \emph off
25235 \bar no
25236 \noun off
25237 \color none
25238 05
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Standard
25247
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Standard
25256
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Standard
25265
25266 \family roman
25267 \series medium
25268 \shape up
25269 \emph off
25270 \bar no
25271 \noun off
25272 \color none
25273 %
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Standard
25282
25283 \family roman
25284 \series medium
25285 \shape up
25286 \emph off
25287 \bar no
25288 \noun off
25289 \color none
25290 5
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Standard
25299
25300 \family roman
25301 \series medium
25302 \shape up
25303 \emph off
25304 \bar no
25305 \noun off
25306 \color none
25307 E
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Standard
25316
25317 \family roman
25318 \series medium
25319 \shape up
25320 \emph off
25321 \bar no
25322 \noun off
25323 \color none
25324 U
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Standard
25333
25334 \family roman
25335 \series medium
25336 \shape up
25337 \emph off
25338 \bar no
25339 \noun off
25340 \color none
25341 e
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Standard
25350
25351 \family roman
25352 \series medium
25353 \shape up
25354 \emph off
25355 \bar no
25356 \noun off
25357 \color none
25358 u
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Standard
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Standard
25376
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Standard
25385 \begin_inset ERT
25386 status collapsed
25387
25388 \begin_layout Standard
25389
25390
25391 \backslash
25392 textyen
25393 \end_layout
25394
25395 \end_inset
25396
25397
25398 \begin_inset Note Note
25399 status collapsed
25400
25401 \begin_layout Standard
25402 character ¥ 
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Standard
25416
25417 \family roman
25418 \series medium
25419 \shape up
25420 \emph off
25421 \bar no
25422 \noun off
25423 \color none
25424 µ
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25430 \begin_inset Text
25431
25432 \begin_layout Standard
25433
25434 \family roman
25435 \series medium
25436 \shape up
25437 \emph off
25438 \bar no
25439 \noun off
25440 \color none
25441 Å
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Standard
25450
25451 \family roman
25452 \series medium
25453 \shape up
25454 \emph off
25455 \bar no
25456 \noun off
25457 \color none
25458 Õ
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Standard
25467
25468 \family roman
25469 \series medium
25470 \shape up
25471 \emph off
25472 \bar no
25473 \noun off
25474 \color none
25475 å
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Standard
25484
25485 \family roman
25486 \series medium
25487 \shape up
25488 \emph off
25489 \bar no
25490 \noun off
25491 \color none
25492 õ
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 <row topline="true">
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Standard
25503
25504 \family roman
25505 \series medium
25506 \shape up
25507 \size tiny
25508 \emph off
25509 \bar no
25510 \noun off
25511 \color none
25512 06
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Standard
25521
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Standard
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Standard
25539
25540 \family roman
25541 \series medium
25542 \shape up
25543 \emph off
25544 \bar no
25545 \noun off
25546 \color none
25547 &
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Standard
25556
25557 \family roman
25558 \series medium
25559 \shape up
25560 \emph off
25561 \bar no
25562 \noun off
25563 \color none
25564 6
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Standard
25573
25574 \family roman
25575 \series medium
25576 \shape up
25577 \emph off
25578 \bar no
25579 \noun off
25580 \color none
25581 F
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Standard
25590
25591 \family roman
25592 \series medium
25593 \shape up
25594 \emph off
25595 \bar no
25596 \noun off
25597 \color none
25598 V
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Standard
25607
25608 \family roman
25609 \series medium
25610 \shape up
25611 \emph off
25612 \bar no
25613 \noun off
25614 \color none
25615 f
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Standard
25624
25625 \family roman
25626 \series medium
25627 \shape up
25628 \emph off
25629 \bar no
25630 \noun off
25631 \color none
25632 v
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Standard
25641
25642 \end_layout
25643
25644 \end_inset
25645 </cell>
25646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Standard
25650
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Standard
25659 \begin_inset ERT
25660 status collapsed
25661
25662 \begin_layout Standard
25663
25664
25665 \backslash
25666 textbrokenbar
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \begin_inset Note Note
25673 status collapsed
25674
25675 \begin_layout Standard
25676 character ¦ 
25677 \end_layout
25678
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Standard
25690
25691 \family roman
25692 \series medium
25693 \shape up
25694 \emph off
25695 \bar no
25696 \noun off
25697 \color none
25698
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Standard
25707
25708 \family roman
25709 \series medium
25710 \shape up
25711 \emph off
25712 \bar no
25713 \noun off
25714 \color none
25715 Æ
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Standard
25724
25725 \family roman
25726 \series medium
25727 \shape up
25728 \emph off
25729 \bar no
25730 \noun off
25731 \color none
25732 Ö
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Standard
25741
25742 \family roman
25743 \series medium
25744 \shape up
25745 \emph off
25746 \bar no
25747 \noun off
25748 \color none
25749 æ
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Standard
25758
25759 \family roman
25760 \series medium
25761 \shape up
25762 \emph off
25763 \bar no
25764 \noun off
25765 \color none
25766 ö
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 </row>
25772 <row topline="true">
25773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Standard
25777
25778 \family roman
25779 \series medium
25780 \shape up
25781 \size tiny
25782 \emph off
25783 \bar no
25784 \noun off
25785 \color none
25786 07
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Standard
25795
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Standard
25804
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Standard
25813
25814 \family roman
25815 \series medium
25816 \shape up
25817 \emph off
25818 \bar no
25819 \noun off
25820 \color none
25821 `
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Standard
25830
25831 \family roman
25832 \series medium
25833 \shape up
25834 \emph off
25835 \bar no
25836 \noun off
25837 \color none
25838 7
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Standard
25847
25848 \family roman
25849 \series medium
25850 \shape up
25851 \emph off
25852 \bar no
25853 \noun off
25854 \color none
25855 G
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Standard
25864
25865 \family roman
25866 \series medium
25867 \shape up
25868 \emph off
25869 \bar no
25870 \noun off
25871 \color none
25872 W
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Standard
25881
25882 \family roman
25883 \series medium
25884 \shape up
25885 \emph off
25886 \bar no
25887 \noun off
25888 \color none
25889 g
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25895 \begin_inset Text
25896
25897 \begin_layout Standard
25898
25899 \family roman
25900 \series medium
25901 \shape up
25902 \emph off
25903 \bar no
25904 \noun off
25905 \color none
25906 w
25907 \end_layout
25908
25909 \end_inset
25910 </cell>
25911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Standard
25915
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25921 \begin_inset Text
25922
25923 \begin_layout Standard
25924
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Standard
25933
25934 \family roman
25935 \series medium
25936 \shape up
25937 \emph off
25938 \bar no
25939 \noun off
25940 \color none
25941 §
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Standard
25950
25951 \family roman
25952 \series medium
25953 \shape up
25954 \emph off
25955 \bar no
25956 \noun off
25957 \color none
25958 ·
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25964 \begin_inset Text
25965
25966 \begin_layout Standard
25967
25968 \family roman
25969 \series medium
25970 \shape up
25971 \emph off
25972 \bar no
25973 \noun off
25974 \color none
25975 Ç
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Standard
25984
25985 \family roman
25986 \series medium
25987 \shape up
25988 \emph off
25989 \bar no
25990 \noun off
25991 \color none
25992 ×
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Standard
26001
26002 \family roman
26003 \series medium
26004 \shape up
26005 \emph off
26006 \bar no
26007 \noun off
26008 \color none
26009 ç
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Standard
26018
26019 \family roman
26020 \series medium
26021 \shape up
26022 \emph off
26023 \bar no
26024 \noun off
26025 \color none
26026 ÷
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 </row>
26032 <row topline="true">
26033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Standard
26037
26038 \family roman
26039 \series medium
26040 \shape up
26041 \size tiny
26042 \emph off
26043 \bar no
26044 \noun off
26045 \color none
26046 08
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Standard
26055
26056 \end_layout
26057
26058 \end_inset
26059 </cell>
26060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Standard
26064
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Standard
26073
26074 \family roman
26075 \series medium
26076 \shape up
26077 \emph off
26078 \bar no
26079 \noun off
26080 \color none
26081 (
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Standard
26090
26091 \family roman
26092 \series medium
26093 \shape up
26094 \emph off
26095 \bar no
26096 \noun off
26097 \color none
26098 8
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Standard
26107
26108 \family roman
26109 \series medium
26110 \shape up
26111 \emph off
26112 \bar no
26113 \noun off
26114 \color none
26115 H
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Standard
26124
26125 \family roman
26126 \series medium
26127 \shape up
26128 \emph off
26129 \bar no
26130 \noun off
26131 \color none
26132 X
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Standard
26141
26142 \family roman
26143 \series medium
26144 \shape up
26145 \emph off
26146 \bar no
26147 \noun off
26148 \color none
26149 h
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Standard
26158
26159 \family roman
26160 \series medium
26161 \shape up
26162 \emph off
26163 \bar no
26164 \noun off
26165 \color none
26166 x
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Standard
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Standard
26184
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Standard
26193
26194 \family roman
26195 \series medium
26196 \shape up
26197 \emph off
26198 \bar no
26199 \noun off
26200 \color none
26201 ¨
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Standard
26210
26211 \family roman
26212 \series medium
26213 \shape up
26214 \emph off
26215 \bar no
26216 \noun off
26217 \color none
26218 ¸
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26224 \begin_inset Text
26225
26226 \begin_layout Standard
26227
26228 \family roman
26229 \series medium
26230 \shape up
26231 \emph off
26232 \bar no
26233 \noun off
26234 \color none
26235 È
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Standard
26244
26245 \family roman
26246 \series medium
26247 \shape up
26248 \emph off
26249 \bar no
26250 \noun off
26251 \color none
26252 Ø
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Standard
26261
26262 \family roman
26263 \series medium
26264 \shape up
26265 \emph off
26266 \bar no
26267 \noun off
26268 \color none
26269 è
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Standard
26278
26279 \family roman
26280 \series medium
26281 \shape up
26282 \emph off
26283 \bar no
26284 \noun off
26285 \color none
26286 ø
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 </row>
26292 <row topline="true">
26293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Standard
26297
26298 \family roman
26299 \series medium
26300 \shape up
26301 \size tiny
26302 \emph off
26303 \bar no
26304 \noun off
26305 \color none
26306 09
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Standard
26315
26316 \end_layout
26317
26318 \end_inset
26319 </cell>
26320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Standard
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Standard
26333
26334 \family roman
26335 \series medium
26336 \shape up
26337 \emph off
26338 \bar no
26339 \noun off
26340 \color none
26341 )
26342 \end_layout
26343
26344 \end_inset
26345 </cell>
26346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Standard
26350
26351 \family roman
26352 \series medium
26353 \shape up
26354 \emph off
26355 \bar no
26356 \noun off
26357 \color none
26358 9
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Standard
26367
26368 \family roman
26369 \series medium
26370 \shape up
26371 \emph off
26372 \bar no
26373 \noun off
26374 \color none
26375 I
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Standard
26384
26385 \family roman
26386 \series medium
26387 \shape up
26388 \emph off
26389 \bar no
26390 \noun off
26391 \color none
26392 Y
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Standard
26401
26402 \family roman
26403 \series medium
26404 \shape up
26405 \emph off
26406 \bar no
26407 \noun off
26408 \color none
26409 i
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Standard
26418
26419 \family roman
26420 \series medium
26421 \shape up
26422 \emph off
26423 \bar no
26424 \noun off
26425 \color none
26426 y
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Standard
26435
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Standard
26444
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Standard
26453
26454 \family roman
26455 \series medium
26456 \shape up
26457 \emph off
26458 \bar no
26459 \noun off
26460 \color none
26461 ©
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Standard
26470
26471 \family roman
26472 \series medium
26473 \shape up
26474 \emph off
26475 \bar no
26476 \noun off
26477 \color none
26478 ¹
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Standard
26487
26488 \family roman
26489 \series medium
26490 \shape up
26491 \emph off
26492 \bar no
26493 \noun off
26494 \color none
26495 É
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Standard
26504
26505 \family roman
26506 \series medium
26507 \shape up
26508 \emph off
26509 \bar no
26510 \noun off
26511 \color none
26512 Ù
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Standard
26521
26522 \family roman
26523 \series medium
26524 \shape up
26525 \emph off
26526 \bar no
26527 \noun off
26528 \color none
26529 é
26530 \end_layout
26531
26532 \end_inset
26533 </cell>
26534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26535 \begin_inset Text
26536
26537 \begin_layout Standard
26538
26539 \family roman
26540 \series medium
26541 \shape up
26542 \emph off
26543 \bar no
26544 \noun off
26545 \color none
26546 ù
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 </row>
26552 <row topline="true">
26553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Standard
26557
26558 \family roman
26559 \series medium
26560 \shape up
26561 \size tiny
26562 \emph off
26563 \bar no
26564 \noun off
26565 \color none
26566 0A
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Standard
26575
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Standard
26584
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Standard
26593
26594 \family roman
26595 \series medium
26596 \shape up
26597 \emph off
26598 \bar no
26599 \noun off
26600 \color none
26601 *
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Standard
26610
26611 \family roman
26612 \series medium
26613 \shape up
26614 \emph off
26615 \bar no
26616 \noun off
26617 \color none
26618 :
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Standard
26627
26628 \family roman
26629 \series medium
26630 \shape up
26631 \emph off
26632 \bar no
26633 \noun off
26634 \color none
26635 J
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Standard
26644
26645 \family roman
26646 \series medium
26647 \shape up
26648 \emph off
26649 \bar no
26650 \noun off
26651 \color none
26652 Z
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Standard
26661
26662 \family roman
26663 \series medium
26664 \shape up
26665 \emph off
26666 \bar no
26667 \noun off
26668 \color none
26669 j
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Standard
26678
26679 \family roman
26680 \series medium
26681 \shape up
26682 \emph off
26683 \bar no
26684 \noun off
26685 \color none
26686 z
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Standard
26695
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Standard
26704
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Standard
26713
26714 \family roman
26715 \series medium
26716 \shape up
26717 \emph off
26718 \bar no
26719 \noun off
26720 \color none
26721 ª
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Standard
26730
26731 \family roman
26732 \series medium
26733 \shape up
26734 \emph off
26735 \bar no
26736 \noun off
26737 \color none
26738 º
26739 \end_layout
26740
26741 \end_inset
26742 </cell>
26743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26744 \begin_inset Text
26745
26746 \begin_layout Standard
26747
26748 \family roman
26749 \series medium
26750 \shape up
26751 \emph off
26752 \bar no
26753 \noun off
26754 \color none
26755 Ê
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Standard
26764
26765 \family roman
26766 \series medium
26767 \shape up
26768 \emph off
26769 \bar no
26770 \noun off
26771 \color none
26772 Ú
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Standard
26781
26782 \family roman
26783 \series medium
26784 \shape up
26785 \emph off
26786 \bar no
26787 \noun off
26788 \color none
26789 ê
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Standard
26798
26799 \family roman
26800 \series medium
26801 \shape up
26802 \emph off
26803 \bar no
26804 \noun off
26805 \color none
26806 ú
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 </row>
26812 <row topline="true">
26813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Standard
26817
26818 \family roman
26819 \series medium
26820 \shape up
26821 \size tiny
26822 \emph off
26823 \bar no
26824 \noun off
26825 \color none
26826 0B
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26832 \begin_inset Text
26833
26834 \begin_layout Standard
26835
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Standard
26844
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Standard
26853
26854 \family roman
26855 \series medium
26856 \shape up
26857 \emph off
26858 \bar no
26859 \noun off
26860 \color none
26861 +
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26867 \begin_inset Text
26868
26869 \begin_layout Standard
26870
26871 \family roman
26872 \series medium
26873 \shape up
26874 \emph off
26875 \bar no
26876 \noun off
26877 \color none
26878 ;
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Standard
26887
26888 \family roman
26889 \series medium
26890 \shape up
26891 \emph off
26892 \bar no
26893 \noun off
26894 \color none
26895 K
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26901 \begin_inset Text
26902
26903 \begin_layout Standard
26904
26905 \family roman
26906 \series medium
26907 \shape up
26908 \emph off
26909 \bar no
26910 \noun off
26911 \color none
26912 [
26913 \end_layout
26914
26915 \end_inset
26916 </cell>
26917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26918 \begin_inset Text
26919
26920 \begin_layout Standard
26921
26922 \family roman
26923 \series medium
26924 \shape up
26925 \emph off
26926 \bar no
26927 \noun off
26928 \color none
26929 k
26930 \end_layout
26931
26932 \end_inset
26933 </cell>
26934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Standard
26938
26939 \family roman
26940 \series medium
26941 \shape up
26942 \emph off
26943 \bar no
26944 \noun off
26945 \color none
26946 {
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Standard
26955
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Standard
26964
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Standard
26973
26974 \family roman
26975 \series medium
26976 \shape up
26977 \emph off
26978 \bar no
26979 \noun off
26980 \color none
26981 «
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Standard
26990
26991 \family roman
26992 \series medium
26993 \shape up
26994 \emph off
26995 \bar no
26996 \noun off
26997 \color none
26998 »
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27004 \begin_inset Text
27005
27006 \begin_layout Standard
27007
27008 \family roman
27009 \series medium
27010 \shape up
27011 \emph off
27012 \bar no
27013 \noun off
27014 \color none
27015 Ë
27016 \end_layout
27017
27018 \end_inset
27019 </cell>
27020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27021 \begin_inset Text
27022
27023 \begin_layout Standard
27024
27025 \family roman
27026 \series medium
27027 \shape up
27028 \emph off
27029 \bar no
27030 \noun off
27031 \color none
27032 Û
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27038 \begin_inset Text
27039
27040 \begin_layout Standard
27041
27042 \family roman
27043 \series medium
27044 \shape up
27045 \emph off
27046 \bar no
27047 \noun off
27048 \color none
27049 ë
27050 \end_layout
27051
27052 \end_inset
27053 </cell>
27054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Standard
27058
27059 \family roman
27060 \series medium
27061 \shape up
27062 \emph off
27063 \bar no
27064 \noun off
27065 \color none
27066 û
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 </row>
27072 <row topline="true">
27073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Standard
27077
27078 \family roman
27079 \series medium
27080 \shape up
27081 \size tiny
27082 \emph off
27083 \bar no
27084 \noun off
27085 \color none
27086 0C
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Standard
27095
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Standard
27104
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Standard
27113
27114 \family roman
27115 \series medium
27116 \shape up
27117 \emph off
27118 \bar no
27119 \noun off
27120 \color none
27121 ,
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Standard
27130
27131 \family roman
27132 \series medium
27133 \shape up
27134 \emph off
27135 \bar no
27136 \noun off
27137 \color none
27138 <
27139 \end_layout
27140
27141 \end_inset
27142 </cell>
27143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Standard
27147
27148 \family roman
27149 \series medium
27150 \shape up
27151 \emph off
27152 \bar no
27153 \noun off
27154 \color none
27155 L
27156 \end_layout
27157
27158 \end_inset
27159 </cell>
27160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27161 \begin_inset Text
27162
27163 \begin_layout Standard
27164
27165 \family roman
27166 \series medium
27167 \shape up
27168 \emph off
27169 \bar no
27170 \noun off
27171 \color none
27172
27173 \backslash
27174
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27180 \begin_inset Text
27181
27182 \begin_layout Standard
27183
27184 \family roman
27185 \series medium
27186 \shape up
27187 \emph off
27188 \bar no
27189 \noun off
27190 \color none
27191 l
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27197 \begin_inset Text
27198
27199 \begin_layout Standard
27200
27201 \family roman
27202 \series medium
27203 \shape up
27204 \emph off
27205 \bar no
27206 \noun off
27207 \color none
27208 |
27209 \end_layout
27210
27211 \end_inset
27212 </cell>
27213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27214 \begin_inset Text
27215
27216 \begin_layout Standard
27217
27218 \end_layout
27219
27220 \end_inset
27221 </cell>
27222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27223 \begin_inset Text
27224
27225 \begin_layout Standard
27226
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27232 \begin_inset Text
27233
27234 \begin_layout Standard
27235
27236 \family roman
27237 \series medium
27238 \shape up
27239 \emph off
27240 \bar no
27241 \noun off
27242 \color none
27243 ¬
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27249 \begin_inset Text
27250
27251 \begin_layout Standard
27252
27253 \family roman
27254 \series medium
27255 \shape up
27256 \emph off
27257 \bar no
27258 \noun off
27259 \color none
27260 ¼
27261 \end_layout
27262
27263 \end_inset
27264 </cell>
27265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27266 \begin_inset Text
27267
27268 \begin_layout Standard
27269
27270 \family roman
27271 \series medium
27272 \shape up
27273 \emph off
27274 \bar no
27275 \noun off
27276 \color none
27277 Ì
27278 \end_layout
27279
27280 \end_inset
27281 </cell>
27282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27283 \begin_inset Text
27284
27285 \begin_layout Standard
27286
27287 \family roman
27288 \series medium
27289 \shape up
27290 \emph off
27291 \bar no
27292 \noun off
27293 \color none
27294 Ü
27295 \end_layout
27296
27297 \end_inset
27298 </cell>
27299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27300 \begin_inset Text
27301
27302 \begin_layout Standard
27303
27304 \family roman
27305 \series medium
27306 \shape up
27307 \emph off
27308 \bar no
27309 \noun off
27310 \color none
27311 ì
27312 \end_layout
27313
27314 \end_inset
27315 </cell>
27316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27317 \begin_inset Text
27318
27319 \begin_layout Standard
27320
27321 \family roman
27322 \series medium
27323 \shape up
27324 \emph off
27325 \bar no
27326 \noun off
27327 \color none
27328 ü
27329 \end_layout
27330
27331 \end_inset
27332 </cell>
27333 </row>
27334 <row topline="true">
27335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27336 \begin_inset Text
27337
27338 \begin_layout Standard
27339
27340 \family roman
27341 \series medium
27342 \shape up
27343 \size tiny
27344 \emph off
27345 \bar no
27346 \noun off
27347 \color none
27348 0D
27349 \end_layout
27350
27351 \end_inset
27352 </cell>
27353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27354 \begin_inset Text
27355
27356 \begin_layout Standard
27357
27358 \end_layout
27359
27360 \end_inset
27361 </cell>
27362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27363 \begin_inset Text
27364
27365 \begin_layout Standard
27366
27367 \end_layout
27368
27369 \end_inset
27370 </cell>
27371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Standard
27375
27376 \family roman
27377 \series medium
27378 \shape up
27379 \emph off
27380 \bar no
27381 \noun off
27382 \color none
27383 -
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27389 \begin_inset Text
27390
27391 \begin_layout Standard
27392
27393 \family roman
27394 \series medium
27395 \shape up
27396 \emph off
27397 \bar no
27398 \noun off
27399 \color none
27400 =
27401 \end_layout
27402
27403 \end_inset
27404 </cell>
27405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27406 \begin_inset Text
27407
27408 \begin_layout Standard
27409
27410 \family roman
27411 \series medium
27412 \shape up
27413 \emph off
27414 \bar no
27415 \noun off
27416 \color none
27417 M
27418 \end_layout
27419
27420 \end_inset
27421 </cell>
27422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27423 \begin_inset Text
27424
27425 \begin_layout Standard
27426
27427 \family roman
27428 \series medium
27429 \shape up
27430 \emph off
27431 \bar no
27432 \noun off
27433 \color none
27434 ]
27435 \end_layout
27436
27437 \end_inset
27438 </cell>
27439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27440 \begin_inset Text
27441
27442 \begin_layout Standard
27443
27444 \family roman
27445 \series medium
27446 \shape up
27447 \emph off
27448 \bar no
27449 \noun off
27450 \color none
27451 m
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27457 \begin_inset Text
27458
27459 \begin_layout Standard
27460
27461 \family roman
27462 \series medium
27463 \shape up
27464 \emph off
27465 \bar no
27466 \noun off
27467 \color none
27468 }
27469 \end_layout
27470
27471 \end_inset
27472 </cell>
27473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Standard
27477
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Standard
27486
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27492 \begin_inset Text
27493
27494 \begin_layout Standard
27495 \begin_inset ERT
27496 status collapsed
27497
27498 \begin_layout Standard
27499
27500
27501 \backslash
27502 textendash
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \begin_inset Note Note
27509 status collapsed
27510
27511 \begin_layout Standard
27512 character ­ 
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27523 \begin_inset Text
27524
27525 \begin_layout Standard
27526
27527 \family roman
27528 \series medium
27529 \shape up
27530 \emph off
27531 \bar no
27532 \noun off
27533 \color none
27534 ½
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27540 \begin_inset Text
27541
27542 \begin_layout Standard
27543
27544 \family roman
27545 \series medium
27546 \shape up
27547 \emph off
27548 \bar no
27549 \noun off
27550 \color none
27551 Í
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27557 \begin_inset Text
27558
27559 \begin_layout Standard
27560
27561 \family roman
27562 \series medium
27563 \shape up
27564 \emph off
27565 \bar no
27566 \noun off
27567 \color none
27568 Ý
27569 \end_layout
27570
27571 \end_inset
27572 </cell>
27573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27574 \begin_inset Text
27575
27576 \begin_layout Standard
27577
27578 \family roman
27579 \series medium
27580 \shape up
27581 \emph off
27582 \bar no
27583 \noun off
27584 \color none
27585 í
27586 \end_layout
27587
27588 \end_inset
27589 </cell>
27590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27591 \begin_inset Text
27592
27593 \begin_layout Standard
27594
27595 \family roman
27596 \series medium
27597 \shape up
27598 \emph off
27599 \bar no
27600 \noun off
27601 \color none
27602 ý
27603 \end_layout
27604
27605 \end_inset
27606 </cell>
27607 </row>
27608 <row topline="true">
27609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Standard
27613
27614 \family roman
27615 \series medium
27616 \shape up
27617 \size tiny
27618 \emph off
27619 \bar no
27620 \noun off
27621 \color none
27622 0E
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Standard
27631
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Standard
27640
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Standard
27649
27650 \family roman
27651 \series medium
27652 \shape up
27653 \emph off
27654 \bar no
27655 \noun off
27656 \color none
27657 .
27658 \end_layout
27659
27660 \end_inset
27661 </cell>
27662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27663 \begin_inset Text
27664
27665 \begin_layout Standard
27666
27667 \family roman
27668 \series medium
27669 \shape up
27670 \emph off
27671 \bar no
27672 \noun off
27673 \color none
27674 >
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Standard
27683
27684 \family roman
27685 \series medium
27686 \shape up
27687 \emph off
27688 \bar no
27689 \noun off
27690 \color none
27691 N
27692 \end_layout
27693
27694 \end_inset
27695 </cell>
27696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27697 \begin_inset Text
27698
27699 \begin_layout Standard
27700
27701 \family roman
27702 \series medium
27703 \shape up
27704 \emph off
27705 \bar no
27706 \noun off
27707 \color none
27708 ^
27709 \end_layout
27710
27711 \end_inset
27712 </cell>
27713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27714 \begin_inset Text
27715
27716 \begin_layout Standard
27717
27718 \family roman
27719 \series medium
27720 \shape up
27721 \emph off
27722 \bar no
27723 \noun off
27724 \color none
27725 n
27726 \end_layout
27727
27728 \end_inset
27729 </cell>
27730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27731 \begin_inset Text
27732
27733 \begin_layout Standard
27734
27735 \family roman
27736 \series medium
27737 \shape up
27738 \emph off
27739 \bar no
27740 \noun off
27741 \color none
27742 ~
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Standard
27751
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Standard
27760
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Standard
27769
27770 \family roman
27771 \series medium
27772 \shape up
27773 \emph off
27774 \bar no
27775 \noun off
27776 \color none
27777 ®
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Standard
27786
27787 \family roman
27788 \series medium
27789 \shape up
27790 \emph off
27791 \bar no
27792 \noun off
27793 \color none
27794 ¾
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Standard
27803
27804 \family roman
27805 \series medium
27806 \shape up
27807 \emph off
27808 \bar no
27809 \noun off
27810 \color none
27811 Î
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Standard
27820
27821 \family roman
27822 \series medium
27823 \shape up
27824 \emph off
27825 \bar no
27826 \noun off
27827 \color none
27828 Þ
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Standard
27837
27838 \family roman
27839 \series medium
27840 \shape up
27841 \emph off
27842 \bar no
27843 \noun off
27844 \color none
27845 î
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Standard
27854
27855 \family roman
27856 \series medium
27857 \shape up
27858 \emph off
27859 \bar no
27860 \noun off
27861 \color none
27862 þ
27863 \end_layout
27864
27865 \end_inset
27866 </cell>
27867 </row>
27868 <row topline="true" bottomline="true">
27869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27870 \begin_inset Text
27871
27872 \begin_layout Standard
27873
27874 \family roman
27875 \series medium
27876 \shape up
27877 \size tiny
27878 \emph off
27879 \bar no
27880 \noun off
27881 \color none
27882 0F
27883 \end_layout
27884
27885 \end_inset
27886 </cell>
27887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27888 \begin_inset Text
27889
27890 \begin_layout Standard
27891
27892 \end_layout
27893
27894 \end_inset
27895 </cell>
27896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27897 \begin_inset Text
27898
27899 \begin_layout Standard
27900
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27906 \begin_inset Text
27907
27908 \begin_layout Standard
27909
27910 \family roman
27911 \series medium
27912 \shape up
27913 \emph off
27914 \bar no
27915 \noun off
27916 \color none
27917 /
27918 \end_layout
27919
27920 \end_inset
27921 </cell>
27922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27923 \begin_inset Text
27924
27925 \begin_layout Standard
27926
27927 \family roman
27928 \series medium
27929 \shape up
27930 \emph off
27931 \bar no
27932 \noun off
27933 \color none
27934 ?
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27940 \begin_inset Text
27941
27942 \begin_layout Standard
27943
27944 \family roman
27945 \series medium
27946 \shape up
27947 \emph off
27948 \bar no
27949 \noun off
27950 \color none
27951 O
27952 \end_layout
27953
27954 \end_inset
27955 </cell>
27956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27957 \begin_inset Text
27958
27959 \begin_layout Standard
27960
27961 \family roman
27962 \series medium
27963 \shape up
27964 \emph off
27965 \bar no
27966 \noun off
27967 \color none
27968 _
27969 \end_layout
27970
27971 \end_inset
27972 </cell>
27973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27974 \begin_inset Text
27975
27976 \begin_layout Standard
27977
27978 \family roman
27979 \series medium
27980 \shape up
27981 \emph off
27982 \bar no
27983 \noun off
27984 \color none
27985 o
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Standard
27994
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Standard
28003
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Standard
28012
28013 \end_layout
28014
28015 \end_inset
28016 </cell>
28017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28018 \begin_inset Text
28019
28020 \begin_layout Standard
28021
28022 \family roman
28023 \series medium
28024 \shape up
28025 \emph off
28026 \bar no
28027 \noun off
28028 \color none
28029 ¯
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28035 \begin_inset Text
28036
28037 \begin_layout Standard
28038
28039 \family roman
28040 \series medium
28041 \shape up
28042 \emph off
28043 \bar no
28044 \noun off
28045 \color none
28046 ¿
28047 \end_layout
28048
28049 \end_inset
28050 </cell>
28051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28052 \begin_inset Text
28053
28054 \begin_layout Standard
28055
28056 \family roman
28057 \series medium
28058 \shape up
28059 \emph off
28060 \bar no
28061 \noun off
28062 \color none
28063 Ï
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Standard
28072
28073 \family roman
28074 \series medium
28075 \shape up
28076 \emph off
28077 \bar no
28078 \noun off
28079 \color none
28080 ß
28081 \end_layout
28082
28083 \end_inset
28084 </cell>
28085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28086 \begin_inset Text
28087
28088 \begin_layout Standard
28089
28090 \family roman
28091 \series medium
28092 \shape up
28093 \emph off
28094 \bar no
28095 \noun off
28096 \color none
28097 ï
28098 \end_layout
28099
28100 \end_inset
28101 </cell>
28102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28103 \begin_inset Text
28104
28105 \begin_layout Standard
28106
28107 \family roman
28108 \series medium
28109 \shape up
28110 \emph off
28111 \bar no
28112 \noun off
28113 \color none
28114 ÿ
28115 \end_layout
28116
28117 \end_inset
28118 </cell>
28119 </row>
28120 </lyxtabular>
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \end_inset
28128
28129
28130 \end_layout
28131
28132 \begin_layout Standard
28133 The following is a full list of all of the accented characters LyX can display
28134  directly.
28135  It includes not only the accented characters from the previous table, but
28136  also the characters from 
28137 \family typewriter
28138 ISO8859--2
28139 \family default
28140  through 
28141 \family typewriter
28142 4
28143 \family default
28144 .
28145  
28146 \end_layout
28147
28148 \begin_layout Itemize
28149 From 
28150 \family typewriter
28151 ISO8859--1
28152 \family default
28153 :
28154 \end_layout
28155
28156 \begin_deeper
28157 \begin_layout Standard
28158 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
28159 \hfill
28160 diaeresis
28161 \end_layout
28162
28163 \begin_layout Standard
28164 ^ Â Ê Î Ô Û â ê î ô û
28165 \hfill
28166 circumflex
28167 \end_layout
28168
28169 \begin_layout Standard
28170 ` À È Ì Ò Ù à è ì ò ù
28171 \hfill
28172 grave
28173 \end_layout
28174
28175 \begin_layout Standard
28176 ´ Á É Í Ó Ú Ý á é í ó ú ý
28177 \hfill
28178 acute
28179 \end_layout
28180
28181 \begin_layout Standard
28182 ~ Ã Ñ Õ ã ñ õ
28183 \hfill
28184 tilde
28185 \end_layout
28186
28187 \begin_layout Standard
28188 ¸Çç
28189 \hfill
28190 cedilla
28191 \end_layout
28192
28193 \begin_layout Standard
28194 ¯
28195 \hfill
28196 macron
28197 \begin_inset Foot
28198 status collapsed
28199
28200 \begin_layout Standard
28201 The dead macron in usually not needed, as you will use a non--dead key for
28202  this instead.
28203  For example, S-M-minus, or if 
28204 \family typewriter
28205 \shape up
28206 .Xmodmap
28207 \family default
28208 \shape default
28209  is correct, S-M-macron.
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \end_deeper
28218 \begin_layout Itemize
28219 From 
28220 \family typewriter
28221 ISO8859--2
28222 \family default
28223  through 
28224 \family typewriter
28225 4
28226 \family default
28227 :
28228 \end_layout
28229
28230 \begin_deeper
28231 \begin_layout Standard
28232 \i \^{H}
28233 \i \^{J}
28234 \i \^{h}
28235 \i \^{\j}
28236 \i \^{C}
28237 \i \^{G}
28238 \i \^{S}
28239 \i \^{c}
28240 \i \^{g}
28241 \i \^{s}
28242
28243 \hfill
28244 circumflex
28245 \end_layout
28246
28247 \begin_layout Standard
28248 \i \'{S}
28249 \i \'{Z}
28250 \i \'{s}
28251 \i \'{z}
28252 \i \'{R}
28253 \i \'{L}
28254 \i \'{C}
28255 \i \'{N}
28256 \i \'{r}
28257 \i \'{l}
28258 \i \'{c}
28259 \i \'{n}
28260
28261 \hfill
28262 acute
28263 \end_layout
28264
28265 \begin_layout Standard
28266 \i \~{I}
28267 \i \~{\i}
28268 \i \~{U}
28269 \i \~{u}
28270
28271 \hfill
28272 tilde
28273 \end_layout
28274
28275 \begin_layout Standard
28276 \i \c{S}
28277 \i \c{s}
28278 \i \c{T}
28279 \i \c{t}
28280 \i \c{R}
28281 \i \c{L}
28282 \i \c{G}
28283 \i \c{r}
28284 \i \c{l}
28285 \i \c{g}
28286 \i \c{N}
28287 \i \c{K}
28288 \i \c{n}
28289 \i \c{k}
28290
28291 \hfill
28292 cedilla
28293 \begin_inset Foot
28294 status collapsed
28295
28296 \begin_layout Standard
28297 These characters might not look very nice on screen, but they will be just
28298  fine when run through LaTeX and printed.
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \end_layout
28305
28306 \begin_layout Standard
28307 \i \={E}
28308 \i \={e}
28309 \i \={A}
28310 \i \={I}
28311 \i \={O}
28312 \i \={U}
28313 \i \={a}
28314 \i \={\i}
28315 \i \={o}
28316 \i \={u}
28317
28318 \hfill
28319 macron
28320 \end_layout
28321
28322 \begin_layout Standard
28323 \i \H{O}
28324 \i \H{U}
28325 \i \H{o}
28326 \i \H{u}
28327
28328 \hfill
28329 hungarian umlaut
28330 \end_layout
28331
28332 \end_deeper
28333 \begin_layout Standard
28334 All the characters above are actively supported by TeX fonts.
28335  In addition TeX allows diacritical marks on almost all characters .
28336  Also make sure you're using the 
28337 \family typewriter
28338 T1
28339 \family default
28340  font-encoding and have the package 
28341 \family typewriter
28342 umlaute.sty
28343 \family default
28344  with the definition file 
28345 \family typewriter
28346 iso.def
28347 \family default
28348  installed.
28349 \end_layout
28350
28351 \begin_layout Chapter
28352 Credits
28353 \end_layout
28354
28355 \begin_layout Standard
28356 The documentation is a collaborative effort between many different people
28357  (and we would encourage people to contribute !).
28358 \end_layout
28359
28360 \begin_layout Standard
28361 First, we need to give due credit to those who came before us.
28362  They gave us the base upon which the new manuals are built, and some continue
28363  to provide information:
28364 \end_layout
28365
28366 \begin_layout Itemize
28367
28368 \noun on
28369 Matthias Ettrich
28370 \noun default
28371  wrote the original documentation, from which this manual is built, as well
28372  as the introduction to this manual [or the 
28373 \begin_inset Quotes eld
28374 \end_inset
28375
28376 LyX Manifesto,
28377 \begin_inset Quotes erd
28378 \end_inset
28379
28380  as some of us call it].
28381 \end_layout
28382
28383 \begin_layout Itemize
28384
28385 \noun on
28386 Lars Gullik Bjønnes
28387 \noun default
28388  wrote several minidocs, including some of the information about international
28389  support in LyX.
28390 \end_layout
28391
28392 \begin_layout Itemize
28393
28394 \noun on
28395 Ivan Schreter
28396 \noun default
28397  also wrote a minidoc about international support, specifically about internatio
28398 nal keyboard maps and customization.
28399 \end_layout
28400
28401 \begin_layout Itemize
28402
28403 \noun on
28404 Pascal André
28405 \noun default
28406  originally documented the LinuxDoc SGML interface.
28407 \end_layout
28408
28409 \begin_layout Itemize
28410
28411 \noun on
28412 Alejandro Aguilar Sierra
28413 \noun default
28414  originally documented math mode and provided the entries for the math functions
28415  in 
28416 \family typewriter
28417 Reference.lyx
28418 \end_layout
28419
28420 \begin_layout Itemize
28421 Special thanks to the LyX Team\InsetSpace ~
28422
28423 \begin_inset LatexCommand \cite{lyxcredit}
28424
28425 \end_inset
28426
28427  for help and answers to questions.
28428 \end_layout
28429
28430 \begin_layout Standard
28431 Next, it's time to give credit to the 
28432 \begin_inset Quotes eld
28433 \end_inset
28434
28435 LyX Documentation Team,
28436 \begin_inset Quotes erd
28437 \end_inset
28438
28439  all of the people who helped rewrite the old documentation into the form
28440  it had after LyX version 0.10:
28441 \end_layout
28442
28443 \begin_layout Itemize
28444
28445 \noun on
28446 David Johnson
28447 \noun default
28448 :
28449 \end_layout
28450
28451 \begin_deeper
28452 \begin_layout Itemize
28453 Contributor to the FAQ and the old 
28454 \begin_inset Quotes eld
28455 \end_inset
28456
28457
28458 \family typewriter
28459 HowDoI-.lyx
28460 \family default
28461
28462 \begin_inset Quotes erd
28463 \end_inset
28464
28465  [now defunct].
28466 \end_layout
28467
28468 \begin_layout Itemize
28469 General editing assistance.
28470 \end_layout
28471
28472 \begin_layout Itemize
28473 Documentation of: 
28474 \end_layout
28475
28476 \begin_deeper
28477 \begin_layout Itemize
28478 math mode 
28479 \end_layout
28480
28481 \begin_layout Itemize
28482 tables
28483 \end_layout
28484
28485 \begin_layout Itemize
28486 spellchecking
28487 \end_layout
28488
28489 \end_deeper
28490 \end_deeper
28491 \begin_layout Itemize
28492
28493 \noun on
28494 Rich Fields
28495 \noun default
28496 :
28497 \end_layout
28498
28499 \begin_deeper
28500 \begin_layout Itemize
28501 Primary contributor to 
28502 \family typewriter
28503 Reference.lyx
28504 \end_layout
28505
28506 \begin_layout Itemize
28507 Documentation of the basic LyX interface in 
28508 \family typewriter
28509 UserGuide.lyx
28510 \end_layout
28511
28512 \end_deeper
28513 \begin_layout Itemize
28514
28515 \noun on
28516 Paul Evans
28517 \noun default
28518 :
28519 \end_layout
28520
28521 \begin_deeper
28522 \begin_layout Itemize
28523 Former maintainer of the FAQ and the old 
28524 \begin_inset Quotes eld
28525 \end_inset
28526
28527
28528 \family typewriter
28529 HowDoI-.lyx
28530 \family default
28531
28532 \begin_inset Quotes erd
28533 \end_inset
28534
28535  [now defunct].
28536 \end_layout
28537
28538 \begin_layout Itemize
28539 Documentation of LinuxDoc in 
28540 \family typewriter
28541 UserGuide.lyx
28542 \end_layout
28543
28544 \end_deeper
28545 \begin_layout Itemize
28546
28547 \noun on
28548 Paul Russel:
28549 \end_layout
28550
28551 \begin_deeper
28552 \begin_layout Itemize
28553 Documentation of figures and imported graphics in 
28554 \family typewriter
28555 UserGuide.lyx
28556 \end_layout
28557
28558 \end_deeper
28559 \begin_layout Itemize
28560
28561 \noun on
28562 John Raithel
28563 \noun default
28564 :
28565 \end_layout
28566
28567 \begin_deeper
28568 \begin_layout Itemize
28569 Documentation of internationalization features in 
28570 \family typewriter
28571 UserGuide.lyx
28572 \end_layout
28573
28574 \end_deeper
28575 \begin_layout Itemize
28576
28577 \noun on
28578 Robin Socha:
28579 \end_layout
28580
28581 \begin_deeper
28582 \begin_layout Itemize
28583 Documentation of:
28584 \end_layout
28585
28586 \begin_deeper
28587 \begin_layout Itemize
28588 footnotes
28589 \end_layout
28590
28591 \begin_layout Itemize
28592 margin notes
28593 \end_layout
28594
28595 \begin_layout Itemize
28596 table of contents
28597 \end_layout
28598
28599 \begin_layout Itemize
28600 cross-references
28601 \end_layout
28602
28603 \end_deeper
28604 \end_deeper
28605 \begin_layout Itemize
28606
28607 \noun on
28608 Amir Karger
28609 \end_layout
28610
28611 \begin_deeper
28612 \begin_layout Itemize
28613 Primary contributor to 
28614 \family typewriter
28615 Tutorial.lyx
28616 \end_layout
28617
28618 \end_deeper
28619 \begin_layout Itemize
28620
28621 \noun on
28622 Matthias Zenker:
28623 \end_layout
28624
28625 \begin_deeper
28626 \begin_layout Itemize
28627 Documentation of 
28628 \end_layout
28629
28630 \begin_deeper
28631 \begin_layout Itemize
28632 manual fine-tuning 
28633 \end_layout
28634
28635 \begin_layout Itemize
28636 using LaTeX from within LyX
28637 \end_layout
28638
28639 \end_deeper
28640 \end_deeper
28641 \begin_layout Itemize
28642
28643 \noun on
28644 John Weiss
28645 \noun default
28646 :
28647 \end_layout
28648
28649 \begin_deeper
28650 \begin_layout Itemize
28651 General organization and format of the documents.
28652 \end_layout
28653
28654 \begin_layout Itemize
28655 Documentation of :
28656 \end_layout
28657
28658 \begin_deeper
28659 \begin_layout Itemize
28660 LyX setup
28661 \end_layout
28662
28663 \begin_layout Itemize
28664 paragraph environments, document layout, nesting, typography notes, fonts
28665 \end_layout
28666
28667 \end_deeper
28668 \begin_layout Itemize
28669 Also responsible for Introduction in 
28670 \family typewriter
28671 Tutorial.lyx
28672 \end_layout
28673
28674 \begin_layout Itemize
28675 Editor of the documents.
28676  [from 6/96-fall 1997]
28677 \end_layout
28678
28679 \end_deeper
28680 \begin_layout Standard
28681 After fall of 1997, the LyX Team as a whole took over maintenance of the
28682  documentation.
28683 \end_layout
28684
28685 \begin_layout Bibliography
28686
28687 \bibitem {lyxcredit}
28688 The LyX Team: 
28689 \begin_inset ERT
28690 status collapsed
28691
28692 \begin_layout Standard
28693
28694
28695 \backslash
28696 href{http://www.lyx.org/about/credits.php}{
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \emph on
28703 CREDITS
28704 \emph default
28705
28706 \begin_inset ERT
28707 status collapsed
28708
28709 \begin_layout Standard
28710
28711 }
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Bibliography
28720
28721 \bibitem {latexbook}
28722 Leslie Lamport: 
28723 \emph on
28724 LaTeX: A Document Preparation System.
28725  
28726 \emph default
28727 Addison-Wesley, second edition, 1994
28728 \end_layout
28729
28730 \begin_layout Bibliography
28731
28732 \bibitem {latexcompanion}
28733 Michel Goossens, Frank Mittelbach and Alexander Samarin: 
28734 \emph on
28735 The LaTeX Companion.
28736  
28737 \emph default
28738 Addison-Wesley, 1994
28739 \end_layout
28740
28741 \begin_layout Bibliography
28742
28743 \bibitem {latexguide}
28744 Kopka and Daly: 
28745 \emph on
28746 A Guide to LaTeX2e
28747 \end_layout
28748
28749 \begin_layout Bibliography
28750
28751 \bibitem {texbook}
28752 Donald E.
28753  Knuth.
28754  
28755 \emph on
28756 The TeXbook
28757 \end_layout
28758
28759 \end_body
28760 \end_document