]> git.lyx.org Git - lyx.git/blob - lib/doc/Intro.lyx
d1013099ed08f70d2cb8f41687c704c85d90233a
[lyx.git] / lib / doc / Intro.lyx
1 #LyX 1.5.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
3 \begin_document
4 \begin_header
5 \textclass article
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 %This preamble is designed to ensure that the document prints
10 % out as advertised. If you mess with this preamble,
11 % parts of the document 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 \usepackage{ifpdf} % part of the hyperref bundle
17 \ifpdf % if pdflatex is used
18
19  % set fonts for nicer pdf view
20  \IfFileExists{lmodern.sty}{\usepackage{lmodern}}
21   {\usepackage[scaled=0.92]{helvet}
22     \usepackage{mathptmx}
23     \usepackage{courier} }
24
25  % link all cross references and URLs in pdf output
26  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
27   bookmarksopen, bookmarksopenlevel=2,
28   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
29   pdfpagelayout=OneColumn, pdfnewwindow=true,
30   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
31   pdfauthor={LyX Team}, pdftex,
32   pdftitle={Introduction to LyX},pdfsubject={LyX-documentation Intro},
33   pdfkeywords={LyX, documentation}]{hyperref}
34  
35 \else % if dvi or ps is produced
36
37  % link all cross references and URLs in dvi output
38  \usepackage[ps2pdf]{hyperref}
39
40 \fi % end if pdflatex is used
41
42  % the pages of the TOC are numbered roman
43  % and a pdf-bookmark for the TOC is added
44  \pagenumbering{roman}
45  \let\myTOC\tableofcontents
46  \renewcommand\tableofcontents{%
47    \pdfbookmark[1]{Contents}{}
48    \myTOC
49    \cleardoublepage
50    \pagenumbering{arabic} }
51
52 % redefine the \LyX macro for PDF bookmarks
53 \def\LyX{\texorpdfstring{%
54   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
55   {LyX }}
56 \end_preamble
57 \language english
58 \inputencoding auto
59 \font_roman default
60 \font_sans default
61 \font_typewriter default
62 \font_default_family default
63 \font_sc false
64 \font_osf false
65 \font_sf_scale 100
66 \font_tt_scale 100
67 \graphics default
68 \paperfontsize 12
69 \spacing single
70 \papersize a4paper
71 \use_geometry false
72 \use_amsmath 1
73 \use_esint 0
74 \cite_engine basic
75 \use_bibtopic false
76 \paperorientation portrait
77 \secnumdepth 3
78 \tocdepth 2
79 \paragraph_separation indent
80 \defskip medskip
81 \quotes_language english
82 \papercolumns 1
83 \papersides 1
84 \paperpagestyle default
85 \tracking_changes false
86 \output_changes false
87 \author "" 
88 \author "" 
89 \end_header
90
91 \begin_body
92
93 \begin_layout Title
94 Introduction to LyX
95 \end_layout
96
97 \begin_layout Author
98 by the LyX Team
99 \begin_inset Foot
100 status collapsed
101
102 \begin_layout Standard
103 \noindent
104 If you have comments or error corrections, please send them to the LyX Documenta
105 tion mailing list: 
106 \family typewriter
107 lyx-docs@lists.lyx.org
108 \end_layout
109
110 \end_inset
111
112
113 \end_layout
114
115 \begin_layout Standard
116 \begin_inset LatexCommand tableofcontents
117
118 \end_inset
119
120
121 \end_layout
122
123 \begin_layout Section
124 The Philosophy of LyX
125 \end_layout
126
127 \begin_layout Subsection
128 What is LyX?
129 \end_layout
130
131 \begin_layout Standard
132 LyX is a document preparation system.
133  It excels at letting you create complex technical and scientific articles
134  with mathematics, cross-references, bibliographies, indices, etc.
135  It is very good at documents of any length in which the usual processing
136  abilities are required: automatic sectioning and pagination, spellchecking,
137  and so forth.
138  It can also be used to write a letter to your mom, though granted, there
139  are probably simpler programs available for that.
140  It is definitely not the best tool for creating banners, flyers, or advertiseme
141 nts (we'll explain why later), though with some effort all these can be
142  done, too.
143  Some examples of what it is used for: memos, letters, dissertations and
144  theses, lecture notes, seminar notebooks, conference proceedings, software
145  documentation, books, articles in refereed scientific journals, scripts
146  for plays and movies, business proposals, presentations \SpecialChar \ldots{}
147
148 \end_layout
149
150 \begin_layout Standard
151 LyX is a program that provides a modern approach to writing documents with
152  a computer by using a markup language paradigm, an approach that breaks
153  with the obsolete tradition of the 
154 \begin_inset Quotes eld
155 \end_inset
156
157 typewriter concept
158 \begin_inset Quotes erd
159 \end_inset
160
161 .
162  It is designed for authors who want professional output quickly with a
163  minimum of effort without becoming specialists in typesetting.
164  The job of typesetting is done mostly by the computer, not the author;
165  with LyX, the author can concentrate on the contents of her writing.
166 \end_layout
167
168 \begin_layout Standard
169 Part of the initial challenge of using LyX comes from the change in thinking
170  that you, the user, must make.
171  At one time, all we had for creating documents were typewriters, so we
172  all learned certain tricks to get around their limitations.
173  Underlining, which is little more than overstriking with the 
174 \begin_inset Quotes eld
175 \end_inset
176
177 _
178 \begin_inset Quotes erd
179 \end_inset
180
181  character, became a way to emphasize text.
182  You were forced to figure out column sizes and tab stops, and set them,
183  before creating a table.
184  The same applied for letters and other right justified text.
185  Hyphenation at the end of a line required a careful eye and a lot of foresight.
186 \end_layout
187
188 \begin_layout Standard
189 In other words, we've all been trained to worry about the little details
190  of which character goes where.
191  Consequently, almost all word processors have this mentality.
192  They still use tab stops for adding whitespace.
193  You still need to worry about exactly where on the page something will
194  appear.
195  Emphasizing text means changing a font, similar to changing the typewriter
196  wheel.
197  This is the underlying philosophy of a WYSIWYG word processor: 
198 \begin_inset Quotes eld
199 \end_inset
200
201 What You See Is What You Get
202 \begin_inset Quotes erd
203 \end_inset
204
205 .
206  Unfortunately, that paradigm often results in 
207 \begin_inset Quotes eld
208 \end_inset
209
210 What You See Is All You Get
211 \begin_inset Quotes erd
212 \end_inset
213
214 .
215 \end_layout
216
217 \begin_layout Standard
218 This is where LyX differs from an ordinary word processor.
219  You don't concern yourself with what character goes where.
220  You tell LyX 
221 \emph on
222 what you're doing
223 \emph default
224  and LyX takes care of the rest, following a set of rules called a 
225 \emph on
226 style.
227 \emph default
228
229 \begin_inset Foot
230 status collapsed
231
232 \begin_layout Standard
233 To be fair, most recent versions of the most popular office suites now have
234  some sort of style sheets which follow a similar markup method.
235  However, our experience is that they are still rarely used in practice.
236 \end_layout
237
238 \end_inset
239
240  Let's look at a little example:
241 \end_layout
242
243 \begin_layout Standard
244 Suppose you are writing a report.
245  To begin your report, you want a section called 
246 \begin_inset Quotes eld
247 \end_inset
248
249 Introduction\SpecialChar \@.
250
251 \begin_inset Quotes erd
252 \end_inset
253
254  So, you go into whatever menu it is in your word processor that changes
255  font sizes and decide on a new font size.
256  Then you turn on bold face.
257  Then you type, 
258 \begin_inset Quotes eld
259 \end_inset
260
261 1.\InsetSpace ~
262 \InsetSpace ~
263 Introduction
264 \begin_inset Quotes erd
265 \end_inset
266
267 .
268  Of course, if you later decide that this section belongs someplace else
269  in the document, or if you insert a new section before it, you need to
270  change the numbering for this and all following sections, as well as any
271  entry in the table of contents.
272  
273 \end_layout
274
275 \begin_layout Standard
276 In LyX, you go to the pull-down on the far left of the button bar and select
277  
278 \family sans
279 Section
280 \family default
281 , and type 
282 \begin_inset Quotes eld
283 \end_inset
284
285 Introduction\SpecialChar \@.
286
287 \begin_inset Quotes erd
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 Yes, that's all.
295  If you cut and paste the section, it will automatically be renumbered ---
296  everywhere.
297  And if you enter references to that section correctly (by inserting cross-refer
298 ence tags), LyX will automatically update them all throughout the file so
299  that you never, ever type a section number.
300 \end_layout
301
302 \begin_layout Standard
303 Now let's look at the problem of consistency.
304  Five days later, you reopen your report and start Section\InsetSpace ~
305 4.
306  However, you forget that you were using 18pt bold instead of 16pt, so you
307  type in the heading for Section\InsetSpace ~
308 4 in a different font that what you used
309  for Section\InsetSpace ~
310 1.
311  That problem doesn't even exist in LyX.
312  The computer takes care of all that silly bookkeeping about which thing
313  has what size font, not you.
314  After all, that's what a computer is good at.
315 \end_layout
316
317 \begin_layout Standard
318 Here's another example.
319  Suppose you're making a list.
320  In other word processors, a list is just a bunch of tab stops and newlines.
321  You need to figure out where to put the label for each list item, what
322  that label should be, how many blank lines to put between each item, and
323  so on.
324  Under LyX, you have only two concerns: what kind of list is this, and what
325  do I want to put in it.
326  That's it.
327 \end_layout
328
329 \begin_layout Standard
330 So, the basic idea behind LyX is: specify 
331 \emph on
332 what
333 \emph default
334  you're doing, not 
335 \emph on
336 how
337 \emph default
338  to do it.
339  Instead of 
340 \begin_inset Quotes eld
341 \end_inset
342
343 What You See Is What You Get,
344 \begin_inset Quotes erd
345 \end_inset
346
347  the LyX model is 
348 \begin_inset Quotes eld
349 \end_inset
350
351 What You See Is What You 
352 \emph on
353 Mean
354 \emph default
355
356 \begin_inset Quotes erd
357 \end_inset
358
359  or 
360 \begin_inset Quotes eld
361 \end_inset
362
363 WYSIWYM.
364 \begin_inset Quotes erd
365 \end_inset
366
367  It's a powerful idea that greatly simplifies the mechanics of writing documents.
368  This is also why LyX isn't so good for creating posters and flyers---in
369  this case, you 
370 \emph on
371 do
372 \emph default
373  want to specify exactly where everything goes, because there are no functional
374  units like paragraphs, sections, etc.
375  This doesn't mean LyX is missing some cool function.
376  It simply means that it isn't the right tool for the job --- you don't
377  use a screwdriver to drive in nails.
378 \end_layout
379
380 \begin_layout Subsection
381 Differences between LyX and Other Word Processors
382 \begin_inset OptArg
383 status collapsed
384
385 \begin_layout Standard
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Standard
390
391
392 \backslash
393 texorpdfstring{
394 \end_layout
395
396 \end_inset
397
398 LyX
399 \begin_inset ERT
400 status collapsed
401
402 \begin_layout Standard
403
404 }{LyX}
405 \end_layout
406
407 \end_inset
408
409  and Other Word Processors
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Standard
418 Here's a list of things you won't find in LyX:
419 \end_layout
420
421 \begin_layout Itemize
422 The document ruler
423 \end_layout
424
425 \begin_layout Itemize
426 Tab stops
427 \end_layout
428
429 \begin_layout Itemize
430 Extra whitespace (i.e.
431  hitting 
432 \family sans
433 Enter
434 \family default
435  or 
436 \family sans
437 Space
438 \family default
439  two or more times)
440 \end_layout
441
442 \begin_layout Standard
443 Tab stops, along with a ruler showing you the position of things on the
444  page, are useless in LyX.
445  The program worries about where things go on the page, not you.
446  Extra whitespace is similar; LyX adds them where necessary, depending on
447  context.
448  Not being able to type two blank lines in a row will be annoying at first,
449  but it makes more sense once you're thinking in WYSIWYM terms.
450 \end_layout
451
452 \begin_layout Standard
453 Here are some things that exist in LyX, but aren't used as you might think:
454 \end_layout
455
456 \begin_layout Itemize
457 Indenting controls
458 \end_layout
459
460 \begin_layout Itemize
461 Page breaks
462 \end_layout
463
464 \begin_layout Itemize
465 Line spacing (i.e.
466  single spaced, double spaced, etc.)
467 \end_layout
468
469 \begin_layout Itemize
470 Whitespace, horizontal and vertical
471 \end_layout
472
473 \begin_layout Itemize
474 Fonts and font sizes
475 \end_layout
476
477 \begin_layout Itemize
478 Typefaces (bold, italic, underline, etc.)
479 \end_layout
480
481 \begin_layout Standard
482 Although they exist in LyX, you generally don't need them.
483  LyX will take care of these things for you, depending on what you're doing.
484  Different parts of the document are automatically set in a different typeface
485  and font size.
486  Paragraph indenting is context dependent; different types of paragraphs
487  get indented differently.
488  Page breaks get handled automatically, as well.
489  In general, the space between lines, between words, and between paragraphs
490  is variable, set by LyX.
491 \begin_inset Foot
492 status collapsed
493
494 \begin_layout Standard
495 There are ways to adjust all of these (only some of which require knowledge
496  of LaTeX), either for a whole document or for a specific location in a
497  document.
498  See the 
499 \emph on
500 User's Guide
501 \emph default
502  and/or the 
503 \emph on
504 Extended Features
505 \emph default
506  manual for details.
507 \end_layout
508
509 \end_inset
510
511  
512 \end_layout
513
514 \begin_layout Standard
515 Lastly, there are a few areas where we believe LyX (and LaTeX) surpasses
516  many word processors:
517 \end_layout
518
519 \begin_layout Itemize
520 Hyphenation
521 \end_layout
522
523 \begin_layout Itemize
524 Lists of any type
525 \end_layout
526
527 \begin_layout Itemize
528 Mathematics
529 \end_layout
530
531 \begin_layout Itemize
532 Tables
533 \end_layout
534
535 \begin_layout Itemize
536 Cross-referencing
537 \end_layout
538
539 \begin_layout Standard
540 Granted, many modern word processors can handle mathematical symbols, tables,
541  and hyphenation, and many have moved towards style definitions and the
542  WYSIWYM concept.
543  However, they've only recently been able to do so, whereas LyX is built
544  upon the LaTeX document preparation system.
545  LaTeX has been around for over 20 years, and 
546 \emph on
547 works
548 \emph default
549 .
550 \end_layout
551
552 \begin_layout Subsection
553 What is LaTeX?
554 \end_layout
555
556 \begin_layout Standard
557 LaTeX is a document preparation system designed by Leslie Lamport in 1985.
558 \begin_inset Foot
559 status collapsed
560
561 \begin_layout Standard
562 The source for the info in this section is 
563 \begin_inset Quotes eld
564 \end_inset
565
566
567 \emph on
568 A Guide to LaTeX2e
569 \emph default
570 ,
571 \begin_inset Quotes erd
572 \end_inset
573
574  by Helmut Kopka and Patrick Daly, which has an entry in the bibliography
575  of the 
576 \emph on
577 User's Guide
578 \emph default
579 \SpecialChar \@.
580
581 \end_layout
582
583 \end_inset
584
585  It was built up from a typesetting language called TeX, created by Donald
586  Knuth in 1984.
587  TeX takes a sequence of typesetting commands, written in a script in an
588  ASCII file, and executes them.
589  Many of the 
590 \begin_inset Quotes eld
591 \end_inset
592
593 tricks
594 \begin_inset Quotes erd
595 \end_inset
596
597  of the printing trade were modeled by Knuth as computer algorithms and
598  incorporated into TeX, thus its excellent printed appearance.
599  What comes directly out of TeX is the portable document format 
600 \emph on
601 pdf
602 \emph default
603  or the so-called 
604 \begin_inset Quotes eld
605 \end_inset
606
607 device independent
608 \begin_inset Quotes erd
609 \end_inset
610
611  format file 
612 \emph on
613 dvi
614 \emph default
615 .
616  The dvi format is often used for previews and can later be converted to
617  other formats like PostScript.
618  
619 \end_layout
620
621 \begin_layout Standard
622 TeX isn't only a typesetting engine, it also allows you to define macros.
623  Most people who use TeX are actually using a macro package which Knuth
624  created to hide a lot of the typesetting details.
625  This is where Leslie Lamport enters our story.
626  He wanted a macro package that was more user- and less typesetter-oriented,
627  with a set of commands that consistently typeset things like sections,
628  tables or math formulas in an uniform, consistent fashion.
629  This is how LaTeX was born.
630 \end_layout
631
632 \begin_layout Standard
633 Now, in parallel with the development and growth of LaTeX, other folks were
634  creating their own custom macro packages for TeX, ones to make slides or
635  articles for math journals and so on.
636  Some used the raw TeX facilities to do this, others began modifying LaTeX.
637  To try and unify this mess, a team of LaTeX-nicians began to work on LaTeX2e,
638  the current version of LaTeX, during the late 1980's.
639  This new version of LaTeX has commands which provide an easier-to-use interface
640  to TeX's macro-creating commands, aid in the use of new fonts, and so on.
641  In fact, LaTeX is quite an extensive language in its own right! Users around
642  the world have been creating their own add-ons for LaTeX beyond the standard
643  ones.
644 \end_layout
645
646 \begin_layout Standard
647 There are two ways to extend LaTeX: classes and styles.
648  A 
649 \emph on
650 class
651 \emph default
652  is a set of LaTeX macros describing a new type of document, like a book,
653  or an article.
654  There are classes for slides, for physics and math journals\SpecialChar \ldots{}
655  many universities
656  even have a class for their thesis format! A 
657 \emph on
658 style
659 \emph default
660  differs from a class in that it doesn't define a new type of document,
661  but a different type of 
662 \emph on
663 behavior
664 \emph default
665  that any document can use.
666  For example, LyX controls page margins and line spacing using two different
667  LaTeX style-files designed for these purposes.
668  There are style-files for a whole slew of things: printing labels or envelopes,
669  changing indentation behavior, adding new fonts, manipulating graphics,
670  designing fancy page headings, customizing bibliographies, altering the
671  location and appearance of footnotes, tables, and figures, customizing
672  lists, etc.
673 \end_layout
674
675 \begin_layout Standard
676 Here is a summary:
677 \end_layout
678
679 \begin_layout Description
680 TeX: Typesetting language with macro capability.
681 \end_layout
682
683 \begin_layout Description
684 LaTeX: Macro package built upon TeX\SpecialChar \@.
685
686 \end_layout
687
688 \begin_layout Description
689 classes: Descriptions of a type of document, using LaTeX\SpecialChar \@.
690
691 \end_layout
692
693 \begin_layout Description
694 styles: Alters the default behavior of LaTeX in some way.
695 \end_layout
696
697 \begin_layout Description
698 LyX: Visual, WYSIWYM word-processor that uses LaTeX to do its typesetting.
699 \end_layout
700
701 \begin_layout Standard
702 This section attempts to account for the difference between LyX and other
703  word processors.
704  Simply put, LaTeX is the difference.
705  By using LaTeX as its backend, LyX helps you think more about 
706 \emph on
707  what 
708 \emph default
709  (as in the 
710 \emph on
711 words
712 \emph default
713 ) you write.
714  The computer then handles 
715 \emph on
716 how
717 \emph default
718  they should look.
719 \end_layout
720
721 \begin_layout Section
722 Navigating the Documentation
723 \end_layout
724
725 \begin_layout Standard
726 To make it easier to answer your questions and describe all of the features
727  of LyX, the documentation has been split up into several different files.
728  Each one has its own purpose, as described below.
729  Before you go plowing into any of those files, however, you should read
730  this chapter thoroughly first, since it contains a lot of useful information
731  and commentary that can save you some time.
732 \end_layout
733
734 \begin_layout Standard
735 The developing of LyX will hopefully never stop, so that some of the documentati
736 on may be incomplete or a bit out of date, though we try to keep up.
737  Like the rest of LyX, the manuals are the work of a group of volunteers
738  who have 
739 \begin_inset Quotes eld
740 \end_inset
741
742 Real Jobs
743 \begin_inset Quotes erd
744 \end_inset
745
746 , families, dishes to clean, kitty litter to dispose of, et cetera.
747  If you want to help out, be sure to read Section\InsetSpace ~
748
749 \begin_inset LatexCommand ref
750 reference "sec:Contrib"
751
752 \end_inset
753
754  in addition to the rest of this document.)
755 \end_layout
756
757 \begin_layout Standard
758 Also, please do us a favor -- if anything in these manuals confuses you,
759  is unclear, or wrong, don't hesitate to let us know! You can reach the
760  current document maintainers by mailing to 
761 \family typewriter
762 lyx-docs@lists.lyx.org
763 \family default
764 .
765  If you have questions which are not obviously answered in the documentation,
766  and need help fast, there is an active users' mailing list which you can
767  reach at 
768 \family typewriter
769 lyx-users@lists.lyx.org
770 \family default
771 .
772 \end_layout
773
774 \begin_layout Subsection
775 The Format of the Manuals
776 \end_layout
777
778 \begin_layout Standard
779 Some may have printed out the manuals.
780  Others may be reading it within LyX.
781  There are some differences between the LyX-file and the printed version.
782  First, the title is simply at the top of the document, not formatted on
783  a separate page as in some of the printed versions.
784  Nor are any of the footnotes or the Table of Contents fully visible.
785  To open a footnote, which looks like this: 
786 \begin_inset Graphics
787         filename clipart/footnoteQt4.png
788         scale 75
789
790 \end_inset
791
792 , click on it with the left mouse button.
793  For the Table of Contents, either click on the grey box or click on the
794  
795 \family sans
796 Navigate
797 \family default
798  menu, where the contents are displayed automatically\SpecialChar \@.
799
800 \end_layout
801
802 \begin_layout Standard
803 In the printed manuals, all cross-references appear as the actual numbers
804  for a chapter, section, subsection, and so on.
805  Online, however, all cross-references appear as a light-grey box like the
806  following: 
807 \begin_inset Graphics
808         filename clipart/referenceQt4.png
809         scale 75
810
811 \end_inset
812
813 .
814  If you click on that box with the left mouse button, a dialog box will
815  appear containing a list of all the cross-references in the document.
816  This introduction has only two, the first one is named 
817 \begin_inset Quotes eld
818 \end_inset
819
820 sec:Contrib
821 \begin_inset Quotes erd
822 \end_inset
823
824 .
825  You can go to the referred section by right-clicking on the box or by clicking
826  the button 
827 \family sans
828 Go\InsetSpace ~
829 to\InsetSpace ~
830 Label
831 \family default
832  in the opened dialog.
833  Going back to where you came from is just as easy.
834  Clicking on 
835 \family sans
836 Go back
837 \family default
838  to go back to your earlier location.
839 \end_layout
840
841 \begin_layout Standard
842 Now that we've cleared up some of the differences between the printed and
843  online versions of this file, we can start looking at the format of this
844  document.
845  You'll occasionally notice things in different fonts:
846 \end_layout
847
848 \begin_layout Itemize
849
850 \emph on
851 Emphasized Style
852 \emph default
853  is used for general emphasis, generic arguments, book titles, names of
854  sections of other manuals, and notes from the authors.
855 \end_layout
856
857 \begin_layout Itemize
858
859 \family typewriter
860 Typewriter
861 \family default
862  is used for program and file names, LyX code and functions.
863 \end_layout
864
865 \begin_layout Itemize
866
867 \family sans
868 Sans Serif
869 \family default
870  is used for menu, button, or dialog box names, and the names of keyboard
871  keys.
872 \end_layout
873
874 \begin_layout Itemize
875
876 \noun on
877 Noun Style
878 \noun default
879  is used for people's names.
880 \end_layout
881
882 \begin_layout Itemize
883
884 \series bold
885 Bold
886 \series default
887  is used for LaTeX code
888 \end_layout
889
890 \begin_layout Standard
891 For menu accelerator keys and keybindings, you'll probably get referred
892  to the 
893 \emph on
894 Key Bindings
895 \emph default
896  section of the 
897 \begin_inset Quotes eld
898 \end_inset
899
900
901 \emph on
902 Extended Features Manual
903 \emph default
904
905 \begin_inset Quotes erd
906 \end_inset
907
908  (the file 
909 \family typewriter
910 Extended.lyx
911 \family default
912 ).
913  When we do need to reference keys, we'll use the following prefixing convention
914 :
915 \end_layout
916
917 \begin_layout Itemize
918 \begin_inset Quotes eld
919 \end_inset
920
921
922 \family sans
923 C-
924 \family default
925
926 \begin_inset Quotes erd
927 \end_inset
928
929  indicates the 
930 \family sans
931 Control-
932 \family default
933  key.
934 \end_layout
935
936 \begin_layout Itemize
937 \begin_inset Quotes eld
938 \end_inset
939
940
941 \family sans
942 S-
943 \family default
944
945 \begin_inset Quotes erd
946 \end_inset
947
948  indicates the 
949 \family sans
950 Shift-
951 \family default
952  key.
953 \end_layout
954
955 \begin_layout Itemize
956 \begin_inset Quotes eld
957 \end_inset
958
959
960 \family sans
961 M-
962 \family default
963
964 \begin_inset Quotes erd
965 \end_inset
966
967  indicates the 
968 \family sans
969 Meta-
970 \family default
971  key, which on some keyboards will be the 
972 \family sans
973 Alt-
974 \family default
975  key.
976 \end_layout
977
978 \begin_layout Itemize
979 \begin_inset Quotes eld
980 \end_inset
981
982
983 \family sans
984 F1
985 \family default
986
987 \begin_inset Quotes erd
988 \end_inset
989
990  \SpecialChar \ldots{}
991  
992 \begin_inset Quotes eld
993 \end_inset
994
995
996 \family sans
997 F12
998 \family default
999
1000 \begin_inset Quotes erd
1001 \end_inset
1002
1003  are the function keys.
1004 \end_layout
1005
1006 \begin_layout Itemize
1007 \begin_inset Quotes eld
1008 \end_inset
1009
1010
1011 \family sans
1012 Esc
1013 \family default
1014
1015 \begin_inset Quotes erd
1016 \end_inset
1017
1018  is the escape key.
1019 \end_layout
1020
1021 \begin_layout Itemize
1022 \begin_inset Quotes eld
1023 \end_inset
1024
1025
1026 \family sans
1027 Left
1028 \family default
1029
1030 \begin_inset Quotes erd
1031 \end_inset
1032
1033  
1034 \begin_inset Quotes eld
1035 \end_inset
1036
1037
1038 \family sans
1039 Right
1040 \family default
1041
1042 \begin_inset Quotes erd
1043 \end_inset
1044
1045  
1046 \begin_inset Quotes eld
1047 \end_inset
1048
1049
1050 \family sans
1051 Up
1052 \family default
1053
1054 \begin_inset Quotes erd
1055 \end_inset
1056
1057  
1058 \begin_inset Quotes eld
1059 \end_inset
1060
1061
1062 \family sans
1063 Down
1064 \family default
1065
1066 \begin_inset Quotes erd
1067 \end_inset
1068
1069 : self-explanatory.
1070 \end_layout
1071
1072 \begin_layout Itemize
1073
1074 \family sans
1075 \begin_inset Quotes eld
1076 \end_inset
1077
1078 Insert
1079 \family default
1080
1081 \begin_inset Quotes erd
1082 \end_inset
1083
1084  
1085 \begin_inset Quotes eld
1086 \end_inset
1087
1088
1089 \family sans
1090 Delete
1091 \family default
1092
1093 \begin_inset Quotes erd
1094 \end_inset
1095
1096  
1097 \begin_inset Quotes eld
1098 \end_inset
1099
1100
1101 \family sans
1102 Home
1103 \family default
1104
1105 \begin_inset Quotes erd
1106 \end_inset
1107
1108  
1109 \begin_inset Quotes eld
1110 \end_inset
1111
1112
1113 \family sans
1114 End
1115 \family default
1116
1117 \begin_inset Quotes erd
1118 \end_inset
1119
1120  
1121 \begin_inset Quotes eld
1122 \end_inset
1123
1124
1125 \family sans
1126 PageUp
1127 \family default
1128
1129 \begin_inset Quotes erd
1130 \end_inset
1131
1132  
1133 \begin_inset Quotes eld
1134 \end_inset
1135
1136
1137 \family sans
1138 PageDown
1139 \family default
1140
1141 \begin_inset Quotes erd
1142 \end_inset
1143
1144 : these are the 6 keys that appear above the cursor keys on many PC keyboards.
1145  
1146 \begin_inset Quotes eld
1147 \end_inset
1148
1149
1150 \family sans
1151 PageUp
1152 \family default
1153
1154 \begin_inset Quotes erd
1155 \end_inset
1156
1157  and 
1158 \begin_inset Quotes eld
1159 \end_inset
1160
1161
1162 \family sans
1163 PageDown
1164 \family default
1165
1166 \begin_inset Quotes erd
1167 \end_inset
1168
1169  are called 
1170 \begin_inset Quotes eld
1171 \end_inset
1172
1173
1174 \family sans
1175 Prior
1176 \family default
1177
1178 \begin_inset Quotes erd
1179 \end_inset
1180
1181  and 
1182 \begin_inset Quotes eld
1183 \end_inset
1184
1185
1186 \family sans
1187 Next
1188 \family default
1189
1190 \begin_inset Quotes erd
1191 \end_inset
1192
1193  on some keyboards.
1194 \end_layout
1195
1196 \begin_layout Itemize
1197
1198 \family sans
1199 Return
1200 \family default
1201  and 
1202 \family sans
1203 Enter
1204 \family default
1205  both refer to the same key.
1206  Some keyboards label the 
1207 \family sans
1208 Return
1209 \family default
1210  key as 
1211 \begin_inset Quotes eld
1212 \end_inset
1213
1214 Return,
1215 \begin_inset Quotes erd
1216 \end_inset
1217
1218  others as 
1219 \begin_inset Quotes eld
1220 \end_inset
1221
1222 Enter,
1223 \begin_inset Quotes erd
1224 \end_inset
1225
1226  still others have two keys.
1227  LyX treats all of them as the same key, so we'll use 
1228 \family sans
1229 Return
1230 \family default
1231  and 
1232 \family sans
1233 Enter
1234 \family default
1235  interchangeably.
1236 \end_layout
1237
1238 \begin_layout Standard
1239 You'll also see something like 
1240 \begin_inset Quotes eld
1241 \end_inset
1242
1243 (See 
1244 \emph on
1245
1246 \begin_inset Quotes els
1247 \end_inset
1248
1249 Extended
1250 \emph default
1251
1252 \begin_inset Quotes ers
1253 \end_inset
1254
1255 )
1256 \begin_inset Quotes erd
1257 \end_inset
1258
1259  from time to time.
1260  We've listed the possible default keybindings for a function in its entry
1261  in the 
1262 \begin_inset Quotes eld
1263 \end_inset
1264
1265
1266 \emph on
1267 Extended Features Manual
1268 \emph default
1269 ,
1270 \begin_inset Quotes erd
1271 \end_inset
1272
1273  so check there, too.
1274  Note that there are two different keybinding maps in common use in the
1275  LyX community: the 
1276 \begin_inset Quotes eld
1277 \end_inset
1278
1279 CUA
1280 \begin_inset Quotes erd
1281 \end_inset
1282
1283  style which is the default and familiar to those coming from the PC world,
1284  and the 
1285 \begin_inset Quotes eld
1286 \end_inset
1287
1288 emacs
1289 \begin_inset Quotes erd
1290 \end_inset
1291
1292  style, which is common with those who 
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 grew up
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  on Unix systems and use the Emacs editor.
1301  Unless specifically noted, the keybindings in the documentation are from
1302  the default CUA map.
1303  If you like Emacs, you should be smart enough to read the documentation
1304  and figure out the bindings on your own.
1305 \end_layout
1306
1307 \begin_layout Subsection
1308 Units used in the Manuals
1309 \end_layout
1310
1311 \begin_layout Standard
1312 To understand the units described in this documentation, Table\InsetSpace ~
1313
1314 \begin_inset LatexCommand ref
1315 reference "cap:Units-for-image"
1316
1317 \end_inset
1318
1319  explains all units available in LyX.
1320 \end_layout
1321
1322 \begin_layout Standard
1323 \begin_inset Float table
1324 placement t
1325 wide false
1326 sideways false
1327 status open
1328
1329 \begin_layout Standard
1330 \begin_inset Caption
1331
1332 \begin_layout Standard
1333 \begin_inset LatexCommand label
1334 name "cap:Units-for-image"
1335
1336 \end_inset
1337
1338 Units
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \end_layout
1345
1346 \begin_layout Standard
1347 \begin_inset VSpace medskip
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \begin_layout Standard
1354 \align center
1355 \begin_inset Tabular
1356 <lyxtabular version="3" rows="20" columns="2">
1357 <features>
1358 <column alignment="center" valignment="top" leftline="true" width="0">
1359 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
1360 <row topline="true" bottomline="true">
1361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1362 \begin_inset Text
1363
1364 \begin_layout Standard
1365 unit
1366 \end_layout
1367
1368 \end_inset
1369 </cell>
1370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1371 \begin_inset Text
1372
1373 \begin_layout Standard
1374 name/description
1375 \end_layout
1376
1377 \end_inset
1378 </cell>
1379 </row>
1380 <row topline="true">
1381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1382 \begin_inset Text
1383
1384 \begin_layout Standard
1385 mm
1386 \end_layout
1387
1388 \end_inset
1389 </cell>
1390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1391 \begin_inset Text
1392
1393 \begin_layout Standard
1394 millimeter
1395 \end_layout
1396
1397 \end_inset
1398 </cell>
1399 </row>
1400 <row topline="true">
1401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1402 \begin_inset Text
1403
1404 \begin_layout Standard
1405 cm
1406 \end_layout
1407
1408 \end_inset
1409 </cell>
1410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1411 \begin_inset Text
1412
1413 \begin_layout Standard
1414 centimeter
1415 \end_layout
1416
1417 \end_inset
1418 </cell>
1419 </row>
1420 <row topline="true">
1421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1422 \begin_inset Text
1423
1424 \begin_layout Standard
1425 in
1426 \end_layout
1427
1428 \end_inset
1429 </cell>
1430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1431 \begin_inset Text
1432
1433 \begin_layout Standard
1434 inch
1435 \end_layout
1436
1437 \end_inset
1438 </cell>
1439 </row>
1440 <row topline="true">
1441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1442 \begin_inset Text
1443
1444 \begin_layout Standard
1445 pt
1446 \end_layout
1447
1448 \end_inset
1449 </cell>
1450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1451 \begin_inset Text
1452
1453 \begin_layout Standard
1454 point (72.27
1455 \begin_inset Formula $\,$
1456 \end_inset
1457
1458 pt = 1
1459 \begin_inset Formula $\,$
1460 \end_inset
1461
1462 in)
1463 \end_layout
1464
1465 \end_inset
1466 </cell>
1467 </row>
1468 <row topline="true">
1469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1470 \begin_inset Text
1471
1472 \begin_layout Standard
1473 pc
1474 \end_layout
1475
1476 \end_inset
1477 </cell>
1478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1479 \begin_inset Text
1480
1481 \begin_layout Standard
1482 pica (1
1483 \begin_inset Formula $\,$
1484 \end_inset
1485
1486 pc = 12
1487 \begin_inset Formula $\,$
1488 \end_inset
1489
1490 pt)
1491 \end_layout
1492
1493 \end_inset
1494 </cell>
1495 </row>
1496 <row topline="true">
1497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1498 \begin_inset Text
1499
1500 \begin_layout Standard
1501 sp
1502 \end_layout
1503
1504 \end_inset
1505 </cell>
1506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Standard
1510 scaled point (65536
1511 \begin_inset Formula $\,$
1512 \end_inset
1513
1514 sp = 1
1515 \begin_inset Formula $\,$
1516 \end_inset
1517
1518 pt)
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 </row>
1524 <row topline="true">
1525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Standard
1529 bp
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Standard
1538 big point (72
1539 \begin_inset Formula $\,$
1540 \end_inset
1541
1542 bp = 1
1543 \begin_inset Formula $\,$
1544 \end_inset
1545
1546 in)
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 </row>
1552 <row topline="true">
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Standard
1557 dd
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Standard
1566 didot (72
1567 \begin_inset Formula $\,$
1568 \end_inset
1569
1570 dd 
1571 \begin_inset Formula $\approx$
1572 \end_inset
1573
1574  37.6
1575 \begin_inset Formula $\,$
1576 \end_inset
1577
1578 mm)
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 </row>
1584 <row topline="true">
1585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Standard
1589 cc
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Standard
1598 cicero (1
1599 \begin_inset Formula $\,$
1600 \end_inset
1601
1602 cc = 12
1603 \begin_inset Formula $\,$
1604 \end_inset
1605
1606 dd)
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 <row topline="true">
1613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Standard
1617 Scale%
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Standard
1626 % of original image width
1627 \end_layout
1628
1629 \end_inset
1630 </cell>
1631 </row>
1632 <row topline="true">
1633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Standard
1637 text%
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Standard
1646 % of text width
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 </row>
1652 <row topline="true">
1653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1654 \begin_inset Text
1655
1656 \begin_layout Standard
1657 col%
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Standard
1666 % of column width
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 </row>
1672 <row topline="true">
1673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Standard
1677 page%
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Standard
1686 % of paper width
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 </row>
1692 <row topline="true">
1693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Standard
1697 line%
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1703 \begin_inset Text
1704
1705 \begin_layout Standard
1706 % of line width
1707 \end_layout
1708
1709 \end_inset
1710 </cell>
1711 </row>
1712 <row topline="true">
1713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Standard
1717 theight%
1718 \end_layout
1719
1720 \end_inset
1721 </cell>
1722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1723 \begin_inset Text
1724
1725 \begin_layout Standard
1726 % of text height
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 </row>
1732 <row topline="true">
1733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Standard
1737 pheight%
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Standard
1746 % of paper height
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 </row>
1752 <row topline="true">
1753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Standard
1757 ex
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Standard
1766 height of letter 
1767 \emph on
1768 x
1769 \emph default
1770  in current font
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 </row>
1776 <row topline="true">
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Standard
1781 em
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Standard
1790 width of letter 
1791 \emph on
1792 M
1793 \emph default
1794  in current font
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row topline="true" bottomline="true">
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Standard
1805 mu
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Standard
1814 math unit (1
1815 \begin_inset Formula $\,$
1816 \end_inset
1817
1818 mu = 1/18
1819 \begin_inset Formula $\,$
1820 \end_inset
1821
1822 em)
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 </row>
1828 </lyxtabular>
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836
1837
1838 \end_layout
1839
1840 \begin_layout Subsection
1841 The Manuals
1842 \end_layout
1843
1844 \begin_layout Standard
1845 The following list describes the contents of each of the files in the documentat
1846 ion:
1847 \end_layout
1848
1849 \begin_layout Description
1850 Introduction This file.
1851 \end_layout
1852
1853 \begin_layout Description
1854 Tutorial If you are new to LyX, and have never used LaTeX before, you should
1855  start here.
1856  If you have used LaTeX before, you should still read the 
1857 \emph on
1858 Tutorial
1859 \emph default
1860 , starting with the section on 
1861 \begin_inset Quotes eld
1862 \end_inset
1863
1864 LyX for LaTeX users.
1865 \begin_inset Quotes erd
1866 \end_inset
1867
1868  (Skimming the rest of the document wouldn't hurt, either.)
1869 \end_layout
1870
1871 \begin_layout Description
1872 User's\InsetSpace ~
1873 Guide The primary documentation.
1874  We'll cover 
1875 \emph on
1876 most
1877 \emph default
1878  of the basic operation and available features of LyX here.
1879  The main manual assumes that you've read the 
1880 \emph on
1881 Tutorial
1882 \emph default
1883 .
1884 \end_layout
1885
1886 \begin_layout Description
1887 Embedded\InsetSpace ~
1888 Objects Extension of the 
1889 \emph on
1890 User's Guide
1891 \emph default
1892 .
1893  Documents in detail how to use tables, graphics, floats, notes, and boxes.
1894  It also includes many tricks of the LaTeX masters.
1895 \end_layout
1896
1897 \begin_layout Description
1898 Extended\InsetSpace ~
1899 Features Extension of the 
1900 \emph on
1901 User's Guide
1902 \emph default
1903 .
1904  Documents how to use raw LaTeX commands, additional layouts, and special-purpos
1905 e editing features.
1906 \end_layout
1907
1908 \begin_layout Description
1909 Customization A description of advanced LyX features, including how to customize
1910  the overall behavior of LyX\SpecialChar \@.
1911  This includes such things as keybindings, internati
1912 onalization, and configuration files.
1913 \end_layout
1914
1915 \begin_layout Description
1916 LaTeX\InsetSpace ~
1917 configuration LyX investigates your system upon installation.
1918  This file contains info on what LyX learned about your installation.
1919  Check it to see if you're missing something you might like to have.
1920 \end_layout
1921
1922 \begin_layout Standard
1923 These files will reference one another as necessary.
1924  For example, the 
1925 \emph on
1926 User's Guide
1927 \emph default
1928  contains 
1929 \emph on
1930 some
1931 \emph default
1932  information on installation and customization, but refers the reader to
1933  the 
1934 \emph on
1935 Customization Manual
1936 \emph default
1937  for more information.
1938 \end_layout
1939
1940 \begin_layout Standard
1941 We'll state again an important point:
1942 \end_layout
1943
1944 \begin_layout Standard
1945 \begin_inset VSpace bigskip
1946 \end_inset
1947
1948
1949 \end_layout
1950
1951 \begin_layout Standard
1952 \align center
1953 If you are new to LyX, read the 
1954 \emph on
1955 Tutorial
1956 \emph default
1957 .
1958  Now\SpecialChar \@.
1959
1960 \end_layout
1961
1962 \begin_layout Standard
1963 \begin_inset VSpace bigskip
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \begin_layout Standard
1970 Otherwise, you could needlessly frustrate yourself.
1971  LyX does all that you need a word processor to do, but using a different
1972  approach.
1973 \end_layout
1974
1975 \begin_layout Section
1976 \begin_inset LatexCommand label
1977 name "sec:Contrib"
1978
1979 \end_inset
1980
1981 Contributing to the LyX Project
1982 \end_layout
1983
1984 \begin_layout Subsection
1985 Contributing to LyX
1986 \end_layout
1987
1988 \begin_layout Standard
1989 LyX is mostly written in C++ (the LaTeX importer is written in Python).
1990  It is a large project, and as a result it is not free from bugs, or the
1991  need for improvements in the source code.
1992 \end_layout
1993
1994 \begin_layout Subsubsection
1995 Reporting a bug
1996 \end_layout
1997
1998 \begin_layout Standard
1999 While using LyX, you may find behavior which you consider a bug.
2000  Crashes, though rare, can happen.
2001  User interface problems are considered major bugs by the LyX team: especially
2002  helpful are indications of parts of the LyX interface you find confusing,
2003  or unclear.
2004 \end_layout
2005
2006 \begin_layout Standard
2007 LyX has a bug tracking system, which you can find at 
2008 \family typewriter
2009
2010 \begin_inset LatexCommand url
2011 target "http://bugzilla.lyx.org/"
2012
2013 \end_inset
2014
2015
2016 \family default
2017 .
2018  You should check the bug tracker before reporting any bugs, in case it
2019  has already been reported.
2020  If you have a comment on an existing bug, or wish to report a new bug,
2021  you may either use the bug tracker, or send an e-mail to the development
2022  mailing list, 
2023 \family typewriter
2024 lyx-devel@lists.lyx.org
2025 \family default
2026 .
2027  Archives of this list are linked from the main LyX website, 
2028 \family typewriter
2029
2030 \begin_inset LatexCommand url
2031 target "http://www.lyx.org/"
2032
2033 \end_inset
2034
2035
2036 \family default
2037 .
2038 \end_layout
2039
2040 \begin_layout Standard
2041 A useful bug report will at a minimum include the version of LyX you are
2042  having the problem with.
2043  Accurate, detailed descriptions are preferred - the more time developers
2044  have to spend to pinpoint the source of a bug, the less time they have
2045  for other improvements.
2046  Mention the system and system version you are running LyX with.
2047  Give the versions of the libraries you have installed on your system, and,
2048  if relevant, the versions of external programs that LyX uses.
2049  If it's a compilation or configuration problem, include the file 
2050 \family typewriter
2051 config.log
2052 \family default
2053 , and mention which compiler you are using.
2054  
2055 \end_layout
2056
2057 \begin_layout Subsubsection
2058 Contributing fixes and new features
2059 \end_layout
2060
2061 \begin_layout Standard
2062 If you have made changes to LyX's source that you think should become part
2063  of LyX, send your changes as a diff file (in unified format) to the development
2064  list referenced above, along with a change log, and a description of what
2065  your patch does.
2066 \end_layout
2067
2068 \begin_layout Subsection
2069 Contributing to the Documentation
2070 \end_layout
2071
2072 \begin_layout Standard
2073 LyX's documentation is extensive; however LyX is under constant development,
2074  and each new release adds new features.
2075  You may find some documentation needs improvement.
2076  This section describes what to do if you find an error, or have some suggestion
2077 s for improving the documentation.
2078 \end_layout
2079
2080 \begin_layout Subsubsection
2081 Reporting Errors in the Manuals
2082 \end_layout
2083
2084 \begin_layout Standard
2085 If you find a problem with the documentation, send a message to the mailing
2086  list 
2087 \family typewriter
2088 lyx-docs@lists.lyx.org
2089 \family default
2090 .
2091  The documentation team will make any necessary fixes.
2092 \end_layout
2093
2094 \begin_layout Subsubsection
2095 Joining the Documentation Team.
2096 \end_layout
2097
2098 \begin_layout Standard
2099 The LyX Documentation Project, like anything else in the LyX project, can
2100  always use assistance! If you're interested in contributing to the Documentatio
2101 n Project, you need to do the following:
2102 \end_layout
2103
2104 \begin_layout Enumerate
2105 Get the latest LyX source code from 
2106 \newline
2107
2108 \begin_inset LatexCommand url
2109 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/doc"
2110
2111 \end_inset
2112
2113  
2114 \newline
2115 Inside that directory is a file called 
2116 \family typewriter
2117 DocStyle.lyx
2118 \family default
2119 .
2120  Read it; it's the style sheet for the documentation.
2121 \end_layout
2122
2123 \begin_layout Enumerate
2124 Next, read the 
2125 \emph on
2126 User's Guide
2127 \emph default
2128  and the 
2129 \emph on
2130 Tutorial
2131 \emph default
2132
2133 \newline
2134 The point of this exercise is to give you ideas.
2135  The 
2136 \emph on
2137 Tutorial
2138 \emph default
2139  and 
2140 \emph on
2141 User's Guide
2142 \emph default
2143  is likely to be the most up-to-date of all of the documentation.
2144  You should be able to glean some insights into how we want the manuals
2145  to read and to look.
2146 \end_layout
2147
2148 \begin_layout Enumerate
2149 Contact the team at:
2150 \newline
2151  
2152 \family typewriter
2153 lyx-docs@lists.lyx.org
2154 \family default
2155
2156 \newline
2157 to discuss your intended changes, and get some feedback on them.
2158 \end_layout
2159
2160 \begin_layout Standard
2161 The changes you wish to make may range from improving clarity of the text,
2162  to doing major re-structuring of the documentation.
2163  Any and all improvements are gladly received.
2164 \end_layout
2165
2166 \end_body
2167 \end_document