lyx_mirror/lib/doc
Uwe Stöhr 29b29588f4 - UserGuide.lyx: describe the new \pagebreak and \linebreak insets
- Math.lyx: convert ERT to the new \pagebreak and \linebreak insets

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24046 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-29 16:54:32 +00:00
..
biblio UserGuide.lyx updates: - Finish the descriptions of the bibliography and the document settings dialog 2007-08-11 01:20:33 +00:00
clipart lib/doc/clipart: Add two new images for the Userguide 2007-08-13 01:35:48 +00:00
cs In last commit I wrote: 2007-09-28 01:02:12 +00:00
da Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:39:27 +00:00
de - UserGuide.lyx: describe the new \pagebreak and \linebreak insets 2008-03-29 16:54:32 +00:00
es EmbeddedObjects.lyx: - remove the \href stuff as this is now explained in the UserGuide 2008-03-29 16:31:16 +00:00
eu all UserGuides: fix the broken character "DOTTLESS J WITH HAT", according to r20730 2007-10-06 17:05:17 +00:00
fr - UserGuide.lyx: describe the new \pagebreak and \linebreak insets 2008-03-29 16:54:32 +00:00
gl xpm -> png 2007-08-30 20:09:12 +00:00
he In last commit I wrote: 2007-09-28 01:02:12 +00:00
hu Hungarian translation updates by Szöke 2007-10-03 21:14:22 +00:00
it Italian UserGuide.lyx: revert wrong translation in last commit 2007-10-06 17:12:33 +00:00
nb Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:39:27 +00:00
nl In last commit I wrote: 2007-09-28 01:02:12 +00:00
pl Extended manual: fix description of tex2lyx 2007-09-29 12:42:32 +00:00
pt In last commit I wrote: 2007-09-28 01:02:12 +00:00
ro Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:39:27 +00:00
ru In last commit I wrote: 2007-09-28 01:02:12 +00:00
sk In last commit I wrote: 2007-09-28 01:02:12 +00:00
sl In last commit I wrote: 2007-09-28 01:02:12 +00:00
sv In last commit I wrote: 2007-09-28 01:02:12 +00:00
Customization.lyx Update the Customization manual. 2008-03-24 21:08:49 +00:00
depend.py I wrote a new manual "LyX's detailed math manual". See the announcement on the list. 2008-01-27 20:58:45 +00:00
doc_toc.py Further cleanup, remove encoding since we now use utf-8 for all languages 2007-09-11 09:43:44 +00:00
DocStyle.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:39:27 +00:00
DummyDocument1.lyx documentation: apply the last cleanups also to the other languages 2007-08-14 23:09:56 +00:00
DummyDocument2.lyx documentation: apply the last cleanups also to the other languages 2007-08-14 23:09:56 +00:00
DummyTextDocument.txt EmbeddedObjects.lyx: 2007-03-18 03:27:19 +00:00
EmbeddedObjects.lyx EmbeddedObjects.lyx: - remove the \href stuff as this is now explained in the UserGuide 2008-03-29 16:31:16 +00:00
Extended.lyx all docs: fix font loading in the preamble 2008-01-22 21:53:25 +00:00
FAQ.lyx all docs: fix font loading in the preamble 2008-01-22 21:53:25 +00:00
Formula-numbering.lyx I wrote a new manual "LyX's detailed math manual". See the announcement on the list. 2008-01-27 20:58:45 +00:00
Intro.lyx all docs: fix font loading in the preamble 2008-01-22 21:53:25 +00:00
LaTeXConfig.lyx Update the description of the bm package in LaTeXConfig.lyx. 2008-03-13 01:44:49 +00:00
Makefile.am French version of Formula-numbering.lyx by Siegfried 2008-03-04 20:48:48 +00:00
Makefile.depend - new Spanish translation of the math manual 2008-03-01 14:50:42 +00:00
Math.lyx - UserGuide.lyx: describe the new \pagebreak and \linebreak insets 2008-03-29 16:54:32 +00:00
README.Documentation add missing doc files and update makefile 2004-06-02 13:40:06 +00:00
Reference.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:39:27 +00:00
Shortcuts.lyx remove the manifest section from two doc files 2007-11-01 16:50:51 +00:00
Tutorial.lyx manuals: now correct: add a link where to find the latest PDF version 2008-02-05 20:24:14 +00:00
UserGuide.lyx - UserGuide.lyx: describe the new \pagebreak and \linebreak insets 2008-03-29 16:54:32 +00:00

README.Documentation

by John Weiss [3/2000] jpweiss@idsi.net


================
Introduction

    The purpose of this file is *used* *to* *be* to provide a style
    sheet and helpful hints to those wishing to help with the
    LyX Documentation Project.  There's now a separate style-sheet for
    that.

    If you're actually looking for documentation, check out the "Help"
    menu.  Start by reading the Introduction.

================
Why a separate documentation project?  Can't the developers do it?

    In a word, no.  They're too busy adding features and squishing
    bugs.

    Also, g++ is far more forgiving of style changes than a human
    brain.  As long as the code is correct, g++ will happilly compile
    it, and compile it the same way from machine to machine.  Human
    brains are far less forgiving and far more individualized.  So,
    the documentation needs to all be in a uniform style, in addition
    to being grammatically correct and easily readable.  That's a
    pretty big undertaking - which is why I volunteered to
    administrate the docs back in 1997.  Since then, I've passed the
    duty of maintaining the docs on to others.

================
Helping Out

    If you'd like to contribute to the LyX Documentation Project,
    start by reading the file Intro.lyx.  It contains a description of
    the style of the documentation from a reader's perspective.  After
    that, read the LyX Documentation Style Sheet (DocStyle.lyx) and
    commit it to memory!


John Weiss
March, 2000