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