mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
54acb900ad
* lib/lyx2lyx/LyX.py (format_relation): add file format 247 (from Georg BAUM). * lib/lyx2lyx/lyx_1_5.py: add convert_font_settings, revert_font_settings (from Georg BAUM). * lib/chkconfig.ltx: Test for newly supported font packages * lib/doc/LaTeXConfig.lyx.in: document newly supported font packages * lib/doc/UserGuide.lyx: document new UI. * lib/doc/Extended.lyx: update PostScript font documentation * development/FORMAT: document file format change 246->247. * src/tex-strings.[Ch]: new strings tex_fonts_roman, tex_fonts_sans, tex_fonts_monospaced (with GUI equivalents). * src/buffer.C: Format up to 247. * src/bufferparams.C: new params fontsRoman, fontsSans, fontsTypewriter, fontsDefaultFamily, fontsSC, fontsOSF, fontsSansScale and fontsTypewriterScale (LyXFont const BufferParams::getFont): consider switch of default family. (string const BufferParams::loadFonts): new method to get all the LaTeX font stuff done. * src/paragraph.C (LyXFont const Paragraph::getFont): (LyXFont const Paragraph::getLabelFont): (LyXFont const Paragraph::getLayoutFont): user buffer's not textclass's default font * src/text.C (int LyXText::leftMargin): (int LyXText::rightMargin): user buffer's not textclass's default font * src/text2.C (LyXFont LyXText::getFont): (LyXFont LyXText::getLayoutFont): (LyXFont LyXText::getLabelFont): check if the family of the default document font has been customized. * src/frontends/gtk/GDocument.[Ch]: implement new font ui (from Georg BAUM). * src/frontends/gtk/glade/document.glade: implement new font ui (from Georg BAUM). * src/frontends/qt3/Makefile.dialogs: add new FontModuleBase * src/frontends/qt3/ui/FontModuleBase.ui: new File * src/frontends/qt3/ui/TextLayoutModuleBase.ui: remove font widgets * src/frontends/qt3/QDocument.C * src/frontends/qt3/QDocumentDialog.[Ch]: implement new font ui * src/frontends/qt4/Makefile.dialogs: add new FontUi * src/frontends/qt4/QDocumentDialog.[Ch]: implement new font ui * src/frontends/qt4/ui/FontUi.ui: new File * src/frontends/qt4/ui/TextLayoutUi.ui: remove font widgets * src/frontends/qt4/ui/compile_uic.sh: add new FontUi * src/frontends/xforms/FormDocument.[Ch]: implement new font ui * src/frontends/xforms/forms/form_document.fd: add new font tab. * src/frontends/controllers/ControlDocument.[Ch] (char ControlDocument::fontfamilies): (char ControlDocument::fontfamilies_gui): (bool ControlDocument::isFontAvailable): (bool ControlDocument::providesSC): (bool ControlDocument::providesOSF): (bool ControlDocument::providesScale): new methods, providing font info. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14143 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 | ||
he_Intro.lyx | ||
he_Tutorial.lyx | ||
hu_Intro.lyx | ||
Intro.lyx | ||
it_Customization.lyx | ||
it_Intro.lyx | ||
it_Tutorial.lyx | ||
it_UserGuide.lyx | ||
LaTeXConfig.lyx.in | ||
LyXConfig.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