copy doc from lyxdoc module and update makefiles

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8794 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2004-06-01 19:50:12 +00:00
parent db75417319
commit d0146ccfa4
40 changed files with 252049 additions and 16 deletions

View File

@ -1,3 +1,7 @@
2004-06-01 Lars Gullik Bjonnes <larsbj@gullik.net>
* configure.ac (AC_CONFIG_FILES): add lib/doc/Makefile
2004-05-28 Lars Gullik Bjonnes <larsbj@gullik.net> 2004-05-28 Lars Gullik Bjonnes <larsbj@gullik.net>
* mkinstalldirs: remove file * mkinstalldirs: remove file

View File

@ -397,6 +397,7 @@ AC_CONFIG_FILES([Makefile m4/Makefile \
development/Makefile \ development/Makefile \
development/lyx.spec \ development/lyx.spec \
lib/Makefile \ lib/Makefile \
lib/doc/Makefile \
intl/Makefile \ intl/Makefile \
po/Makefile.in \ po/Makefile.in \
sourcedoc/Doxyfile \ sourcedoc/Doxyfile \

View File

@ -1,3 +1,8 @@
2004-06-01 Lars Gullik Bjonnes <larsbj@gullik.net>
* Makefile.am: include common.am, add subdir doc, remove doc
releated entries.
2004-06-01 Georg Baum <Georg.Baum@post.rwth-aachen.de> 2004-06-01 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* external_templates: add ReferencedFile commands where appropriate * external_templates: add ReferencedFile commands where appropriate

View File

@ -1,11 +1,11 @@
AUTOMAKE_OPTIONS = foreign include $(top_srcdir)/config/common.am
DISTCLEANFILES = *.orig *.rej *~ *.bak core textclass.lst packages.lst \
lyxrc.defaults doc/LyXConfig.lyx doc/LaTeXConfig.lyx DISTCLEANFILES += textclass.lst packages.lst lyxrc.defaults
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = reLyX SUBDIRS = doc reLyX
EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \ EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \
external_templates bind clipart doc/LaTeXConfig.lyx.in doc/LyXConfig.lyx.in examples images \ external_templates bind clipart examples images \
kbd layouts lyx2lyx scripts templates tex ui encodings \ kbd layouts lyx2lyx scripts templates tex ui encodings \
languages symbols configure configure.m4 languages symbols configure configure.m4
@ -39,10 +39,6 @@ bind_DATA = \
clipartdir = $(pkgdatadir)/clipart clipartdir = $(pkgdatadir)/clipart
clipart_DATA = clipart/platypus.eps clipart_DATA = clipart/platypus.eps
docdir = $(pkgdatadir)/doc
doc_DATA = \
doc/LaTeXConfig.lyx
examplesdir = $(pkgdatadir)/examples examplesdir = $(pkgdatadir)/examples
examples_DATA = \ examples_DATA = \
examples/Foils.lyx \ examples/Foils.lyx \
@ -933,9 +929,3 @@ install-data-local: install-xfonts
uninstall-local: uninstall-xfonts uninstall-local: uninstall-xfonts
# dist-hook:
# cd $(distdir) ; rm -rf `find . -name \*CVS\*` ; \
# rm -rf doc/.cvsignore; \
# [ -f doc/UserGuide.lyx ] || { cvs -Q export -r HEAD -d doc lyxdoc || \
# echo "WARNING: Unable to get LyX Documentation from CVS!" ; true ; }

View File

@ -1 +1,3 @@
Makefile.in
Makefile
LaTeXConfig.lyx LaTeXConfig.lyx

623
lib/doc/ChangeLog Normal file
View File

@ -0,0 +1,623 @@
2004-06-01 Lars Gullik Bjonnes <larsbj@gullik.net>
* Doc files and Changelog included form lyxdoc CVS module.
2004-05-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* eu_*.lyx: update fom dooteo
2004-05-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_Extended.lyx: update from Hartmut Haase
2004-04-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_Extended.lyx: update from Hartmut Haase
2004-04-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_UserGuide.lyx: another update from Hartmut Haase
2004-03-31 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* ro_Intro.lyx: small update from Claudiu Costin
2004-03-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* eu_FAQ.lyx: new file from dooteo
* ro_splash.lyx: removed
2004-02-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* eu_Customization.lyx: new file from dooteo
* eu_Extended.lyx:
* eu_UserGuide.lyx:
* eu_Intro.lyx:
* eu_Tutorial.lyx: updates from dooteo
2004-02-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Extended.lyx:
* de_Extended.lyx:
* eu_Extended.lyx:
* fr_Extended.lyx:
* pl_Extended.lyx: change reference to old ev-en.org wiki to the
new wiki.lyx.org version
2004-02-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* eu_Extended.lyx:
* eu_UserGuide.lyx: new files from dooteo
* eu_Intro.lyx:
* eu_Tutorial.lyx: updates from dooteo
* no_Intro.lyx: new file from Helge Hafting
2004-01-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_UserGuide.lyx: turn varioref errors into warnings
2004-01-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_UserGuide.lyx: another update from Hartmut Haase
2004-01-07 Vitaly Lipatov <LAV@VL3143.spb.edu>
* TOC_top/ru_TOC_top.lyx: new file
2003-09-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_Customization.lyx:
* de_Extended.lyx:
* de_UserGuide.lyx: yet more updates from Hartmut Haase
2003-09-22 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* Extended.lyx: document memoir textclass
2003-09-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_Intro.lyx:
* de_Tutorial.lyx: update from Hartmut Haase
2003-09-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_Customization.lyx: update from Hartmut Haase
2003-09-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* de_UserGuide.lyx: update from Hartmut Haase
2003-07-30 Alfredo Braunstein <abraunst@libero.it>
* UserGuide.lyx: fix a broken cross-reference
2003-07-21 Christian Ridderström <chr@home.se>
* UserGuide.lyx: fix menu entry, document "Keep Space"
(bug 996)
2003-07-07 Adrien Rebollo <adrien.rebollo@gmx.fr>
* Customization.lyx:
* Extended.lyx:
* UserGuide.lyx: fix various typos
* fr_Customization.lyx:
* fr_Extended.lyx:
* fr_Intro.lyx:
* fr_Tutorial.lyx:
* fr_UserGuide.lyx: translation update
2003-06-27 Martin Vermeer <martin.vermeer@hut.fi>
* Extended.lyx: improve docs for agu journals
2003-05-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* fr_Customization.lyx:
* fr_Extended.lyx: fix wrong ERT that prevented typesetting
2003-05-07 John Levon <levon@movementarian.org>
* UserGuide.lyx:
* Tutorial.lyx: menu structure updates
2003-05-07 John Levon <levon@movementarian.org>
* FAQ.lyx: menu structure updates
2003-05-01 John Levon <levon@movementarian.org>
* Extended.lyx: fix up for new menu structure
2003-05-01 John Levon <levon@movementarian.org>
* DocStyle.lyx: minor updates
2003-04-30 John Levon <levon@movementarian.org>
* Customization.lyx: update for new menu structure
2003-03-22 John Levon <levon@movementarian.org>
* Doc_toc.pl: handle short title insets
* TOC files: regenerate
2003-03-20 John Levon <levon@movementarian.org>
* Extended.lyx: fix preamble menu mention (bug 900)
2003-03-17 John Levon <levon@movementarian.org>
* Customisation.lyx: remove the discussion of LaTeX 2.09
style files
2003-03-16 John Levon <levon@movementarian.org>
* Customisation.lyx: updates. Remove the printer
tutorial: most definitely the wrong place to have it.
Move LyX server to the end.
2003-03-16 John Levon <levon@movementarian.org>
* Extended.lyx: updates and tweaks
2003-03-16 John Levon <levon@movementarian.org>
* Intro.lyx: small tweaks
2003-03-16 John Levon <levon@movementarian.org>
* Tutorial.lyx: various updates. Remove some math
stuff that was basically a duplicate of stuff in the
user guide.
2003-03-15 John Levon <levon@movementarian.org>
* Reference.lyx: note that it's out of date
2003-03-15 John Levon <levon@movementarian.org>
* UserGuide.lyx: some more updates
2003-03-15 John Levon <levon@movementarian.org>
* UserGuide.lyx: updates and fixes for chapter 5,
also some re-organisation
2003-03-15 John Levon <levon@movementarian.org>
* UserGuide.lyx: updates and fixes for chapter 4
2003-03-14 John Levon <levon@movementarian.org>
* UserGuide.lyx: updates and fixes for chapter 3
2003-03-13 John Levon <levon@movementarian.org>
* UserGuide.lyx: updates and fixes for chapters 1 and 2
2003-03-13 John Levon <levon@movementarian.org>
* DocStyle.lyx:
* UserGuide.lyx:
* Intro.lyx:
* fr_Intro.lyx: don't say "et cetera, et cetera"
2003-03-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* UserGuide.lyx: remove mention of iletter class, which has been
removed.
2003-02-27 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_Customization.lyx:
* fr_Extended.lyx:
* fr_FAQ.lyx:
* fr_Intro.lyx:
* fr_Tutorial.lyx:
* fr_UserGuide.lyx: translation update
* Extended.lyx: minor fixes
2003-02-18 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* Extended.lyx:
* de_Extended.lyx: document the KOMA updates and the new
scrlttr2 class
* UserGuide.lyx: finally document Ligature Break Insert.
2003-02-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* Customization.lyx: document new textclass entries Float and
Counter.
2003-02-15 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* Extended.lyx: many changes suggested by Hartmut Haase.
* Tutorial.lyx: mention that Section* is different fro, Section,
since people seem to make the mistake often.
* Customization.lyx: begin to document new syntax elements in
layout files (DependsOn, TitleLatexType/Command).
2003-02-06 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_Extended.lyx: translation update
2003-02-03 John Levon <levon@movementarian.org>
* pl_Extended.lyx: new translation from Tomasz Luczak
2003-01-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* it_UserGuide.lyx: update from Claudio Coco
2003-01-13 Martin Vermeer <martin.vermeer@hut.fi>
* Extended.lyx: add doc for egs layout
2003-01-10 Dekel Tsur <dekelts@tau.ac.il>
* Extended.lyx: add some doc for wrapinset
2003-01-10 Martin Vermeer <martin.vermeer@hut.fi>
* Extended.lyx: add doc for agu journals
2002-12-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* it_UserGuide.lyx: update from Claudio Coco
2002-12-01 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_Customization.lyx:
* fr_Extended.lyx:
* fr_FAQ.lyx: translation update
* Customization.lyx: minor corrections
2002-11-28 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* Reference.lyx: remove section on bindings which has been moved
to Customization.lyx already.
* Customization.lyx: remove use of accent-vector; change syntax of
math-insert
2002-11-20 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* FAQ.lyx: update. I tried to correct some information that was
too old, but a lot remains to do. Added book from Yann Collette.
Added tip about \date{} from Christian Ridderström.
2002-11-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* ru_Intro.lyx:
* ru_Tutorial.lyx: update from Vitaly Lipatov
* ru_FAQ.lyx: new file
2002-10-23 Gady Kozma <gadykozma@yahoo.com>
* he_Intro.lyx: updated
* he_Tutorial.lyx: new translation
2002-10-21 Martin Vermeer <martin.vermeer@hut.fi>
* Extended.lyx:
* de_Extended.lyx: document new layouts in foils
2002-10-14 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* Extended.lyx: add documentation for ijmpd class (from PAP)
2002-10-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* de_Customization.lyx:
* de_FAQ.lyx:
* de_Intro.lyx:
* de_Tutorial.lyx: update from Pit
* fr_Customization.lyx:
* fr_Extended.lyx:
* fr_FAQ.lyx:
* fr_Intro.lyx:
* fr_Tutorial.lyx:
* fr_UserGuide.lyx: update from Adrien Rebollo
2002-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* de_UserGuide.lyx:
* de_Extended.lyx: updates from Hartmut Haase
2002-09-05 John Levon <levon@movementarian.org>
* UserGuide.lyx: many changes suggested by Hartmut Haase,
and some more. LOTS more to do :(
2002-08-23 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* de_UserGuide.lyx: another update from Hartmut Haase
2002-08-22 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* de_UserGuide.lyx: update from Hartmut Haase
* *.lyx: replace maintainer addresses with lyx-docs mailing list
(from Peter Suetterlin)
2002-07-24 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_Customization.lyx:
* fr_Extended.lyx:
* fr_Tutorial.lyx:
* fr_UserGuide.lyx: update
2002-07-17 Helge Hafting <helgehaf@aitel.hist.no>
* UserGuide.lyx:
* Reference.lyx: document how to use the minibuffer
2002-07-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* Customization.lyx: document EndLabelType and EndLabelString;
update bindings a bit (more to do)
* Tutorial.lyx: incorporate changes suggested by Gady Kozma (plus
a few random others)
2002-06-16 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_Customization.lyx:
* fr_Tutorial.lyx:
* fr_UserGuide.lyx: update
2002-05-31 John Levon <moz@compsoc.man.ac.uk>
* he_Intro.lyx: from Gady Kozma
2002-05-28 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* Customization.lyx: add description of the defaults.lyx template.
* Tutorial.lyx: updates here and there. Probably more work is
necessary
2002-05-22 Adrian Penisoara <ady@ady.ro>
* ro_splash.lyx: Romanian splash added
2002-05-02 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_Extended.lyx:
* fr_FAQ.lyx:
* fr_Tutorial.lyx:
* fr_UserGuide.lyx: updating translation
2002-05-01 John Levon <moz@compsoc.man.ac.uk>
* Tutorial.lyx: some typos pointed out by David Green <dgreen@uab.edu>
2002-04-26 John Levon <moz@compsoc.man.ac.uk>
* Extended.lyx: Literate update from Kayvan
2002-04-25 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* Doc_toc.pl: try to improve the code that ignores some insets in
headings.
* *TOC.lyx: regenerate
2002-04-24 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* it_Customization.lyx: update to format 220. Juergen did fix the
format problems this file has, but it did not typeset due to the
'creative' redefinition of accents that the italian babel option
does. I therefore removed the occurences of the tie accent (\t)
and stand-alone circumflex accent that this file had.
2002-04-23 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* sk_UserGuide.lyx: update to format 220
2002-04-09 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* all files: stupid me. The right file format we want is 220, of
course. Made sure everything has format 220. The only additional
one I did not touch is it_Customization, which has some (small)
conversion problems.
* fr_BUGS.lyx:
* de_BUGS.lyx: removed.
2002-04-08 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* all files: make sure lyxformat is 218. Only sk_UserGuide is left
untouched, since it triggers an error (solitary \end_inset) when
loading.
2002-03-28 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_Customization.lyx:
* fr_Extended.lyx:
* fr_Tutorial.lyx:
* fr_UserGuide.lyx: updating translation
2002-03-28 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* ru_Intro.lyx: update from Vitaly Lipatov
2002-03-26 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* Customization.lyx: update information on layout files
2002-03-19 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_Customization.lyx:
* fr_Extended.lyx:
* fr_FAQ.lyx:
* fr_Intro.lyx:
* fr_UserGuide.lyx: update
2002-03-20 John Levon <moz@compsoc.man.ac.uk>
* TOC.lyx: update again
2002-03-20 John Levon <moz@compsoc.man.ac.uk>
* UserGuide.lyx: remove LaTeX environment mentions,
update for graphics inset, minor fixes
2002-03-19 John Levon <moz@compsoc.man.ac.uk>
* Tutorial.lyx: some minor changes (menus etc.)
2002-03-19 John Levon <moz@compsoc.man.ac.uk>
* Extended.lyx: update discussion of LaTeX inserting,
menu fixes, update (and remove) sections on floatflt,
s/popup/dialog/, various other fixes.
2002-03-18 John Levon <moz@compsoc.man.ac.uk>
* Intro.lyx: remove outdated stuff about our crash
handler.
* Customization.lyx: small updates for 1.2.0,
s/popup/dialog/, change some stuff to refer to
Edit->Preferences
2002-03-14 John Levon <moz@compsoc.man.ac.uk>
* Doc_toc.pl: add usage, mention bug.
* TOC.lyx: update
* FAQ.lyx: mention XWin32 bug
2002-03-13 John Levon <moz@compsoc.man.ac.uk>
* UserGuide.lyx: fix build, remove wrong note
* TOC.lyx: fix build
* Reference.lyx: fix build
* FAQ.lyx: fix references to PDF stuff, add FAQ about
fonts in acroread. Mention gs 6.53
* Customization.lyx: fix build for 1.2.0
* DocStyle.lyx: removed mention of ancient versions
2002-03-08 Martin Vermeer <martin.vermeer@hut.fi>
* Extended.lyx: replace information on ejour2 by svjour
2002-03-08 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* sk_Intro.lyx:
* sk_Tutorial.lyx:
* ru_Intro.lyx:
* ru_Tutorial.lyx: New translations
2002-01-24 John Levon <moz@compsoc.man.ac.uk>
* Intro.lyx: change bugzilla URL
2001-11-23 Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
* Extended.lyx: document new kluwer layout.
2001-11-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* it_Customization.lyx: new italian customization guide from Lino
Muoio.
2001-10-29 John Levon <moz@compsoc.man.ac.uk>
* BUGS.lyx: remove
* Intro.lyx: add details on reporting bugs
2001-10-28 Adrien Rebollo <adrien.rebollo@gmx.fr>
* fr_BUGS.lyx:
* fr_Customization.lyx:
* fr_Extended.lyx:
* fr_FAQ.lyx:
* fr_Intro.lyx:
* fr_Tutorial.lyx:
* fr_UserGuide.lyx: update, switching to 1.2.0 format
2001-10-24 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* it_UserGuide.lyx: update from Claudio Coco.
2001-10-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* BUGS.lyx: remove some bugs that have been fixed
2001-09-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* it_UserGuide.lyx: update from Claudio Coco
2001-09-17 Mike Ressler <mike.ressler@alum.mit.edu>
* Intro: fixes suggested by list
2001-09-13 Mike Ressler <mike.ressler@alum.mit.edu>
* Intro: tried to smooth out introductory comments
* Tutorial: changed "popup" to "dialog"
2001-08-02 Mike Ressler <mike.ressler@alum.mit.edu>
* Finised reorg (I think).
* UserGuide: fix appendix discussion
2001-08-01 Mike Ressler <mike.ressler@alum.mit.edu>
* Intro, Tutorial, User Guide: first reorg changes
2001-07-30 Mike Ressler <mike.ressler@alum.mit.edu>
* UserGuide.lyx, Tutorial.lyx, Customization.lyx: converted to 1.2.0
2001-07-25 Mike Ressler <mike.ressler@alum.mit.edu>
* BUGS.lyx DocStyle.lyx Extended.lyx FAQ.lyx Intro.lyx Reference.lyx:
convert to 1.2.0; having major problems with UG, Custom, and Tutorial
2001-07-24 Mike Ressler <mike.ressler@alum.mit.edu>
* Tutorial.lyx: fix cross-reference link discussion
* UserGuide.lyx: typo fix, fixed editing labels discussion
* Customization.lyx: typo fix
2001-07-24 John Levon <moz@compsoc.man.ac.uk>
* Customisation.lyx: document \view_dvi_paper_option
2001-07-19 Mike Ressler <mike.ressler@alum.mit.edu>
* all: last few typos, clarifications, etc. before 1.1.6fix3,
removed historical references to LyX before 1.1.6
2001-07-16 Mike Ressler <mike.ressler@alum.mit.edu>
* Intro.lyx: reverted to 1.1.6 format, but kept John's changes
* Tutorial.lyx: fixed menu references, updated Bibliographies
* UserGuide.lyx: fixed menu references, updated Bibliography
2001-06-02 John Levon <moz@compsoc.man.ac.uk>
* Intro.lyx: minor fixes and updates for 1.2.0

21062
lib/doc/Extended.lyx Normal file

File diff suppressed because it is too large Load Diff

42
lib/doc/Makefile.am Normal file
View File

@ -0,0 +1,42 @@
include $(top_srcdir)/config/common.am
DISTCLEANFILES += LyXConfig.lyx LaTeXConfig.lyx
EXTRA_DIST = LaTeXConfig.lyx.in LyXConfig.lyx.in
docdir = $(pkgdatadir)/doc
doc_DATA = \
cs_TOC.lyx \
da_TOC.lyx \
de_Customization.lyx \
de_Extended.lyx \
de_Intro.lyx \
de_TOC.lyx \
de_Tutorial.lyx \
de_UserGuide.lyx \
es_TOC.lyx \
eu_Customization.lyx \
eu_Extended.lyx \
eu_FAQ.lyx \
eu_Intro.lyx \
eu_TOC.lyx \
eu_Tutorial.lyx \
eu_UserGuide.lyx \
Extended.lyx \
fr_Extended.lyx \
he_TOC.lyx \
hu_TOC.lyx \
it_TOC.lyx \
LaTeXConfig.lyx \
nl_TOC.lyx \
no_Intro.lyx \
no_TOC.lyx \
pt_TOC.lyx \
ro_Intro.lyx \
ro_TOC.lyx \
ru_TOC.lyx \
sk_TOC.lyx \
sl_TOC.lyx \
sv_TOC.lyx \
TOC.lyx \
UserGuide.lyx

2542
lib/doc/TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

24982
lib/doc/UserGuide.lyx Normal file

File diff suppressed because it is too large Load Diff

2550
lib/doc/cs_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2539
lib/doc/da_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

17813
lib/doc/de_Customization.lyx Normal file

File diff suppressed because it is too large Load Diff

21785
lib/doc/de_Extended.lyx Normal file

File diff suppressed because it is too large Load Diff

1774
lib/doc/de_Intro.lyx Normal file

File diff suppressed because it is too large Load Diff

3959
lib/doc/de_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

5813
lib/doc/de_Tutorial.lyx Normal file

File diff suppressed because it is too large Load Diff

27541
lib/doc/de_UserGuide.lyx Normal file

File diff suppressed because it is too large Load Diff

2532
lib/doc/es_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

12888
lib/doc/eu_Customization.lyx Normal file

File diff suppressed because it is too large Load Diff

20026
lib/doc/eu_Extended.lyx Normal file

File diff suppressed because it is too large Load Diff

1611
lib/doc/eu_FAQ.lyx Normal file

File diff suppressed because it is too large Load Diff

1348
lib/doc/eu_Intro.lyx Normal file

File diff suppressed because it is too large Load Diff

2400
lib/doc/eu_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

3849
lib/doc/eu_Tutorial.lyx Normal file

File diff suppressed because it is too large Load Diff

22776
lib/doc/eu_UserGuide.lyx Normal file

File diff suppressed because it is too large Load Diff

21155
lib/doc/fr_Extended.lyx Normal file

File diff suppressed because it is too large Load Diff

2559
lib/doc/he_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2507
lib/doc/hu_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2505
lib/doc/it_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2538
lib/doc/nl_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

1645
lib/doc/no_Intro.lyx Normal file

File diff suppressed because it is too large Load Diff

2544
lib/doc/no_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2534
lib/doc/pt_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

844
lib/doc/ro_Intro.lyx Normal file
View File

@ -0,0 +1,844 @@
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language romanian
\inputencoding latin2
\fontscheme default
\graphics none
\paperfontsize 12
\spacing single
\papersize letterpaper
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 0
\papersides 1
\paperpagestyle plain
\layout Title
Introducere în LyX sau cum sã utilizaþi acest document
\layout Author
de John Weiss ºi echipa LyX
\begin_inset Foot
collapsed true
\layout Standard
traducere Gabriel Cristache <cristache@adcomm.pub.ro>
\end_inset
\layout Section
Navigarea prin documentaþie
\layout Standard
Bine aþi venit în lumea LyX !
\layout Standard
Pentru a uºura rãspunsul la întrebãrile dumneavoastrã ºi pentru a descrie
caracteristicile LyX-ului, documentaþia a fost împãrþitã în mai multe
fiºiere.
Fiecare fiºier are rostul sãu, aºa cum se va putea observa din descrierea
care urmeazã.
Înainte de a citi oricare dintre aceste fiºiere ar trebui, totuºi, sã-l
citiþi mai întâi pe acesta, deoarece conþine foarte multã informaþie utilã
ºi pentru cã în acest mod puteþi economisi timp.
\layout Standard
\added_space_top bigskip \align center
ATENÞIE!!!!!ATENÞIE!!!!!!ATENÞIE!!!!!
\layout Standard
Documentaþia, ca un întreg, nu este completã în acest moment! Ca ºi programul,
ea poate fi consideratã în faza beta.
Puteþi fi siguri cã totul va fi complet odatã cu versiunea 1.0.
\layout Standard
Dacã în lectura acestui manual întâlniþi neclaritãþi sau vi se pare ceva
confuz, puteþi contacta echipa LyX:
\begin_inset Quotes eld
\end_inset
\family typewriter
LyX@via.ecp.fr
\family default
\begin_inset Quotes erd
\end_inset
.
Vã rugãm sã puneþi cuvintele:
\begin_inset Quotes eld
\end_inset
\family typewriter
LyX Docs
\family default
\begin_inset Quotes erd
\end_inset
undeva în subiectul mesajului.
Pentru eventuale sugestii privind traducerea, puteþi contacta:
\begin_inset Quotes eld
\end_inset
\family typewriter
cristache@ADComm.pub.ro
\family default
\begin_inset Quotes erd
\end_inset
.
Mulþumim!
\layout Subsection
Formatul manualelor
\layout Standard
Unii dintre cititorii acestui articol vor tipãri aceastã documentaþie.
Alþii o vor citi
\emph on
online
\emph toggle
, cu LyX-ul, ca pe un fiºier.
Pentru cei care citesc documentaþia
\emph on
online
\emph toggle
, existã câteva diferenþe faþã de versiunea tipãritã.
În primul rând, titlul este pur ºi simplu la începutul documentului, nu
formatat pe o paginã separatã ca în unele dintre versiunile tipãrite.
Cuprinsul ºi notele de subsol nu sunt vizibile.
Pentru a-l afiºa selectaþi
\family sans
Structura documentului
\family default
din
\family sans
meniul
\family default
\family sans
Editare
\family default
.
Pentru a deschide o notã de subsol, care aratã ca aceasta,
\begin_inset Foot
collapsed true
\layout Standard
Salut!
\end_inset
apãsaþi pe ea cu butonul stânga al mouse-ului.
\layout Standard
Acum, dupa ce am clarificat câteva dintre diferenþele dintre versiunea tipãritã
ºi cea
\emph on
online
\emph toggle
, putem sã aruncãm o privire asupra formatului acestui document.
Puteþi remarca, uneori, diferite fonturi:
\layout Itemize
\emph on
Stilul evidenþiat
\emph default
este folosit pentru accentuãri generale, argumente generice, titluri de
cãrþi, nume de secþiuni ale manualelor ºi note din partea autorilor.
\layout Itemize
\family typewriter
Maºinã de scris
\family default
este folosit pentru nume de programe ºi de fiºiere, cod LaTeX ºi pentru
cod sursã ºi funcþii LyX.
\layout Itemize
\family sans
Sans Serif
\family default
este utilizat pentru meniu, butoane, nume de meniuri
\emph on
popup
\emph toggle
ºi nume ale tastelor.
\layout Itemize
\noun on
Stilul substantiv
\noun default
este utilizat pentru nume de persoane.
\layout Standard
Pentru a afla diferitele asocieri dintre taste ºi comenzi ar trebui sã citiþi
secþiunea
\emph on
Maparea
\emph toggle
\emph on
tastelor
\emph toggle
din
\emph default
\begin_inset Quotes eld
\end_inset
\emph on
Manualul de referinþã
\begin_inset Quotes erd
\end_inset
\emph default
[fiºierul
\family typewriter
Reference.
\family default
LyX].
Când vom face referire la taste, vom folosi urmãtoarele convenþii:
\layout Itemize
\begin_inset Quotes eld
\end_inset
\family sans
C-
\family default
\begin_inset Quotes eld
\end_inset
indicã tasta
\family sans
Control.
\layout Itemize
\begin_inset Quotes eld
\end_inset
\family sans
S-
\family default
\begin_inset Quotes eld
\end_inset
indicã tasta
\family sans
Shift.
\layout Itemize
\begin_inset Quotes eld
\end_inset
\family sans
M-
\family default
\begin_inset Quotes eld
\end_inset
indicã tasta
\family sans
Meta
\family default
, care pentru unele tastaturi este reprezentatã de tasta
\family sans
Alt
\family default
.
\layout Itemize
\begin_inset Quotes eld
\end_inset
\family sans
F1
\family default
\begin_inset Quotes erd
\end_inset
\SpecialChar \ldots{}
\begin_inset Quotes eld
\end_inset
\family sans
F12
\family default
\begin_inset Quotes erd
\end_inset
sunt tastele funcþie.
\layout Itemize
\begin_inset Quotes eld
\end_inset
\family sans
Esc
\family default
\begin_inset Quotes erd
\end_inset
este tasta Escape.
\layout Itemize
\begin_inset Quotes eld
\end_inset
\family sans
Left
\family default
\begin_inset Quotes erd
\end_inset
\begin_inset Quotes eld
\end_inset
\family sans
Right
\family default
\begin_inset Quotes erd
\end_inset
\begin_inset Quotes eld
\end_inset
\family sans
Up
\family default
\begin_inset Quotes erd
\end_inset
\begin_inset Quotes eld
\end_inset
\family sans
Down
\family default
\begin_inset Quotes erd
\end_inset
: reprezintã tastele cursor.
\layout Itemize
\family sans
\begin_inset Quotes eld
\end_inset
Insert
\family default
\begin_inset Quotes erd
\end_inset
\begin_inset Quotes eld
\end_inset
\family sans
Delete
\family default
\begin_inset Quotes erd
\end_inset
\begin_inset Quotes eld
\end_inset
\family sans
Home
\family default
\begin_inset Quotes erd
\end_inset
\begin_inset Quotes eld
\end_inset
\family sans
End
\family default
\begin_inset Quotes erd
\end_inset
\begin_inset Quotes eld
\end_inset
\family sans
PageUp
\family default
\begin_inset Quotes erd
\end_inset
\begin_inset Quotes eld
\end_inset
\family sans
PageDown
\family default
\begin_inset Quotes erd
\end_inset
: acestea sunt cele 6 taste ce apar deasupra tastelor curente la majoritatea
tastaturilor PC.
\begin_inset Quotes eld
\end_inset
\family sans
PageUp
\family default
\begin_inset Quotes erd
\end_inset
ºi
\begin_inset Quotes eld
\end_inset
\family sans
PageDown
\family default
\begin_inset Quotes erd
\end_inset
sunt denumite
\begin_inset Quotes eld
\end_inset
\family sans
Prior
\family default
\begin_inset Quotes erd
\end_inset
ºi
\begin_inset Quotes eld
\end_inset
\family sans
Next
\family default
\begin_inset Quotes erd
\end_inset
la anumite tastaturi.
\layout Itemize
\family sans
Return
\family default
ºi
\family sans
Enter
\family default
se referã amândouã la aceiaºi tastã.
Unele tastaturi eticheteazã tasta
\family sans
Return
\family default
ca
\begin_inset Quotes eld
\end_inset
Return,
\begin_inset Quotes erd
\end_inset
altele ca
\begin_inset Quotes eld
\end_inset
Enter,
\begin_inset Quotes erd
\end_inset
pe când altele le au pe amîndouã.
LyX le trateazã pe toate ca fiind aceiaºi tastã, astfel încît le vom putea
utiliza pe oricare din ele.
\layout Standard
Veþi vedea texte ca
\begin_inset Quotes eld
\end_inset
[Vezi
\emph on
\begin_inset Quotes els
\end_inset
Manualul de referinþã
\begin_inset Quotes ers
\end_inset
\emph default
]
\begin_inset Quotes erd
\end_inset
din când în când.
Am listat mapãrile posibile de taste pentru o funcþie în secþiunea corespunzãto
are din
\begin_inset Quotes eld
\end_inset
\emph on
Manualul de referinþã
\emph default
,
\begin_inset Quotes erd
\end_inset
deci cãutaþi ºi acolo.
\layout Section
Manualele
\layout Standard
Urmãtoarea listã descrie conþinutul fiecãrui fiºier din documentaþie:
\layout Description
\emph on
Introducere
\emph toggle
\emph default
Acest fiºier.
\layout Description
\emph on
Tutorial
\emph default
Dacã sunteþi nou în LyX, ºi nu aþi utilizat niciodatã LaTeX înainte, atunci
ar trebui sã începeþi cu acest fiºier.
\layout Description
\emph on
Cum\SpecialChar ~
sã\SpecialChar ~
fac
\emph toggle
\emph default
Acesta este un fiºier cu cele mai frecvente întrebãri referitoare la LyX
[
\emph on
sau va fi, la timpul potrivit
\emph default
].
În tot ceea ce înseamnã procesare de text sunt câteva operaþii comune cu
care aproape toþi utilizatorii sunt familiarizaþi.
Nu toate acestea sunt valabile însã ºi în LyX, ºi de aceea, nu au nici
un sens în LyX sau LaTeX.
Acest fiºier încearcã sã explice, prin întrebãri ºi rãspunsuri, care sunt
operaþiile echivalente în LyX\SpecialChar \@.
De asemenea, tot aici se pot gãsi, din când
în când, referinþe la manualul principal.
\layout Description
\emph on
Ghidul\SpecialChar ~
utilizatorului
\emph toggle
\emph default
Aceasta este o documentaþie primarã.
Este de aºteptat ca aceastã documentaþie sã acopere
\emph on
\emph toggle
elementele
\emph default
de bazã ce privesc operarea în LyX ºi caracteristile lui.
Manualul principal presupune cã aveþi cunostinþe de LaTeX sau cã aþi citit
\emph on
Tutorialul
\emph default
\SpecialChar \@.
\layout Description
\emph on
Editare\SpecialChar ~
avansatã
\emph toggle
\emph default
Aceasta este o extensie a
\emph on
Ghidului utilizatorului
\emph default
.
El include informaþii adiþionale privind tehnoredactarea documentelor ºi
caracteristici ale editãrilor specializate, printre aceste incluzând ºi
câteva trucuri ale specialiºtilor LaTeX.
\layout Description
\emph on
Personalizare
\emph default
O descriere avansatã a caracteristicilor LyX-ului, incluzând informaþii
despre cum sã vã personalizaþi întregul comportament al LyX-ului.
Aceasta include chestiuni legate de mapãri, internaþionalizãri ºi fiºiere
de configurare.
\layout Description
\emph on
Manualul\SpecialChar ~
de\SpecialChar ~
referinþã
\emph default
Acesta contine o descriere exhaustivã ºi detaliatã a caracteristicilor
LyX-ului, dar fãrã aluziile ºi descrierile ajutãtoare pe care le gãsiþi
în
\emph on
Ghidul utilizatorului
\emph default
\SpecialChar \@.
\layout Description
\emph on
Erori\SpecialChar ~
cunoscute
\emph toggle
\emph default
Acest fiºier conþine o listã a erorilor cunoscute în LyX ºi informaþii despre
ce trebuie sã faceþi dacã depistaþi o eroare în LyX\SpecialChar \@.
\layout Description
\emph on
Configuraþia\SpecialChar ~
LaTeX
\emph default
Acest fiºier conþine informaþii pe care LyX-ul le-a aflat despre instalarea
pe care aþi fãcut-o dumneavoastrã.
Verificaþi pentru a afla dacã vã lipseºte ceva ce aþi dori sã aveþi.
\layout Standard
Aceste fiºiere fac referire unul la celãlalt.
De exemplu,
\emph on
Ghidul utilizatorului
\emph default
conþine
\emph on
unele
\emph default
informaþii despre instalare ºi personalizare, dar face referire la manualul
\emph on
Personalizare
\emph default
pentru a oferi mai multe informaþii.
\layout Standard
Reamintim un lucru foarte important:
\layout Standard
\added_space_top 0.51cm \added_space_bottom 0.51cm \align center
Dacã nu aþi utilizat LaTeX înainte citiþi
\emph on
Tutorialul.
\layout Standard
Altfel, LyX-ul vi se va pãrea bizar ºi greu de utilizat.
\layout Section
Contribuþii la proiectul de documentare
\layout Subsection
Raportarea erorilor
\layout Standard
Destul de uºor de fãcut.
Va trebui sã trimiteþi un mesaj pe Developer's Mailing List sau pe User's
Mailing List.
Dacã începeþi linia din subiect cu
\begin_inset Quotes eld
\end_inset
Doc Error
\begin_inset Quotes erd
\end_inset
sau ceva în genul acesta, ne va ajuta foarte mult sã o gãsim
\layout Standard
\added_space_top 1.06cm \added_space_bottom 1.06cm \align center
\emph on
Nu faceþi nici o modificare în aceste manuale fãrã un acord prealabil al
autorilor!
\layout Standard
Orice modificare aleatoare a acestor manuale ar fi fãrã rost pentru cã,
oricum, echipa de documentare deþine originalul.
\layout Subsection
Cum sã începeþie
\layout Standard
Proiectul de documentare al LyX, ca ºi orice alt proiect LyX, poate fi susþinut!
Dacã sunteþi interesat sã contribuiþi la Proiectul de documentare al LyX,
va trebui sã urmaþi aceste etape :
\layout Enumerate
Obþineþi ultimul cod sursã LyX.
Dezarhivaþi-l.
Veþi gãsi un director în calea principalã numit
\family typewriter
development
\family default
.
În interiorul acestui director este un fiºier numit
\family typewriter
DocStyle.lyx
\family default
.
Citiþi-l.
Conþine
\emph on
stylesheet
\emph toggle
-ul documentaþiei.
\layout Enumerate
Citiþi
\family typewriter
DocStyle.lyx
\family default
din nou.
\layout Enumerate
Apoi, citiþi,
\emph on
Ghidul utilizatorului
\emph default
.
În întregime.
\begin_deeper
\layout Standard
Scopul acestui exerciþiu este sa vã dãm câteva idei.
\emph on
Ghidul utilizatorului
\emph default
este cel mai complet manual din aceastã documentaþie.
Va trebui sa vã însuºiþi câteva idei referitoare la modul în care se citeºte
sau aratã acest manual.
\end_deeper
\layout Enumerate
În cele din urmã, contactaþi echipa LyX :
\begin_deeper
\layout Standard
\family typewriter
LyX@via.ecp.fr
\end_deeper
\layout Standard
Vrem sã fim siguri cã aþi înþeles
\emph on
stylesheet
\emph toggle
-ul
\series bold
înainte
\series default
\emph default
de a începe sã scrieþi.
\the_end

2500
lib/doc/ro_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2521
lib/doc/ru_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2647
lib/doc/sk_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2535
lib/doc/sl_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff

2542
lib/doc/sv_TOC.lyx Normal file

File diff suppressed because it is too large Load Diff