mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
e35725d5c0
* src/LyXAction.C (LyXAction::init): Add LFUN_NOMENCL_INSERT and LFUN_NOMENCL_PRINT * src/insets/insetbase.C (build_translator): ditto * src/LaTeXFeatures.C (LaTeXFeatures::getPackages): Add nomencl * src/insets/insetnomencl.[Ch]: new insets InsetNomencl and InsetPrintNomencl * src/insets/insetbase.h: Add NOMENCL_CODE and NOMENCL_PRINT_CODE * src/insets/insetcommandparams.C (InsetCommandParams::findInfo): Add nomenclature and printnomenclature (InsetCommandParams::getCommand): Extend end of command protection to cover commands with only optional arguments like printnomenclature * src/insets/insetert.C (InsetERT::getStatus): disable LFUN_NOMENCL_INSERT and LFUN_NOMENCL_PRINT * src/insets/Makefile.am: Add new files * src/frontends/qt4/Makefile.dialogs: ditto * src/frontends/qt4/Makefile.am: ditto * src/factory.C (createInset): Handle InsetNomencl and InsetPrintNomencl (readInset): ditto * src/buffer.C (LYX_FORMAT): increase * src/lyxfunc.C (LyXFunc::dispatch): Handle nomenclature * src/LaTeX.C (LaTeX::deleteFilesOnError): Delete .nls file (LaTeX::run): Run makeindex for nomenclature (LaTeX::runMakeIndex): handle nomenclature options (LaTeX::deplog): Recognize nomenclature file * src/frontends/qt4/QNomenclDialog.[Ch]: new * src/frontends/qt4/QNomencl.[Ch]: ditto * src/frontends/qt4/ui/QNomenclUi.ui: ditto * src/frontends/qt4/Dialogs.C (Dialogs::build): handle nomenclature dialog * src/text3.C (LyXText::dispatch): Handle LFUN_NOMENCL_INSERT and LFUN_NOMENCL_PRINT (LyXText::getStatus): Ditto * src/lfuns.h (kb_action): Add LFUN_NOMENCL_INSERT and LFUN_NOMENCL_PRINT * lib/lyx2lyx/LyX.py (format_relation): Update 1.5 format range * lib/lyx2lyx/lyx_1_5.py (revert_nomenclature): New (revert_printnomenclature): ditto * lib/chkconfig.ltx: Test for nomencl package * lib/doc/LaTeXConfig.lyx.in: Add nomencl package * lib/doc/Extended.lyx: Add documentation for nomencl * lib/ui/stdtoolbars.ui (Toolbar "extra" "Extra"): Add nomencl-insert * lib/ui/classic.ui: Add nomencl-insert and nomencl-print * lib/ui/stdmenus.ui: ditto * development/scons/scons_manifest.py: Add new files * development/FORMAT: Describe new format git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15739 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
ChangeLog | ||
cs_Tutorial.lyx | ||
Customization.lyx | ||
da_Intro.lyx | ||
de_Customization.lyx | ||
de_Extended.lyx | ||
de_FAQ.lyx | ||
de_Intro.lyx | ||
de_Tutorial.lyx | ||
de_UserGuide.lyx | ||
depend.py | ||
doc_toc.py | ||
DocStyle.lyx | ||
es_Intro.lyx | ||
es_Tutorial.lyx | ||
escher-lsd.eps | ||
eu_Customization.lyx | ||
eu_Extended.lyx | ||
eu_FAQ.lyx | ||
eu_Intro.lyx | ||
eu_Tutorial.lyx | ||
eu_UserGuide.lyx | ||
Extended.lyx | ||
FAQ.lyx | ||
fr_Customization.lyx | ||
fr_Extended.lyx | ||
fr_FAQ.lyx | ||
fr_Intro.lyx | ||
fr_Tutorial.lyx | ||
fr_UserGuide.lyx | ||
gl_Intro.lyx | ||
he_Intro.lyx | ||
he_Tutorial.lyx | ||
hu_Intro.lyx | ||
hu_Tutorial.lyx | ||
Intro.lyx | ||
it_Customization.lyx | ||
it_Intro.lyx | ||
it_Tutorial.lyx | ||
it_UserGuide.lyx | ||
LaTeXConfig.lyx.in | ||
Makefile.am | ||
Makefile.depend | ||
mobius.eps | ||
nb_Intro.lyx | ||
nl_Intro.lyx | ||
nl_Tutorial.lyx | ||
pl_Extended.lyx | ||
pl_Intro.lyx | ||
pl_Tutorial.lyx | ||
platypus.eps | ||
pt_Intro.lyx | ||
pt_Tutorial.lyx | ||
README.Documentation | ||
Reference.lyx | ||
ro_Intro.lyx | ||
ru_FAQ.lyx | ||
ru_Intro.lyx | ||
ru_Tutorial.lyx | ||
sk_Tutorial.lyx | ||
sk_UserGuide.lyx | ||
sl_Intro.lyx | ||
sl_Tutorial.lyx | ||
sv_Intro.lyx | ||
sv_Tutorial.lyx | ||
Tutorial.lyx | ||
UserGuide.lyx |
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