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