From 482149d50963f0c39950a5d58408518b1f901e1a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 22 Sep 2000 12:20:48 +0000 Subject: [PATCH] Small fixes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/lyx-1_1_5@1032 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 7 +++ lib/doc/LaTeXConfig.lyx.in | 101 +++++++++++++++++++++++-------------- src/language.C | 5 +- 3 files changed, 72 insertions(+), 41 deletions(-) diff --git a/ChangeLog b/ChangeLog index b6f1eccda3..202d65a3fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-09-22 Jean-Marc Lasgouttes + + * lib/doc/LaTeXConfig.lyx.in: updated. + + * src/language.C (initL): remove language "francais" and change a + bit the names of the two other french variations. + 2000-09-14 Garst Reese * lib/tex/hollywood.cls changed length of parenthicals to 1.5in diff --git a/lib/doc/LaTeXConfig.lyx.in b/lib/doc/LaTeXConfig.lyx.in index 18db6d61aa..c4a344dce7 100644 --- a/lib/doc/LaTeXConfig.lyx.in +++ b/lib/doc/LaTeXConfig.lyx.in @@ -889,14 +889,18 @@ CTAN: macros/latex209/contrib/revtex/ \layout Description -Notes: The document class +Notes: This class, which used the REVTeX 3 class, has been superseded by + the +\family sans +revtex4 +\family default + class, so you should use that instead. + (Old \family sans revtex \family default - is used to write articles for the publications of the American Physical - Society (APS), American Institute of Physics (AIP), and Optical Society - of America (OSA). - For better results, you should use the file + class documents should be pretty easy to change to the new class.) If you + have to use this class for some reason, you should use the file \family typewriter revtex.cls \family default @@ -918,11 +922,13 @@ CTAN: macros/latex/contrib/supported/revtex4-beta/ \layout Description -Notes: RevTeX 4 is a class used for submitting manuscripts to journals including +Notes: REVTeX 4 is a class used for submitting manuscripts to journals including APS (Physical Review A-E and Letters, Reviews in Modern Physics, Special Topics---Accelerators and Beams), the American Institute of Physics, the Optical Society of America, and the Society for Exploration Geophysicists. - [It is in BETA release as of September, 1999.] + [It is in BETA release as of July, 2000.] Also see +\family typewriter +http://publish.aps.org/revtex4/ \layout Subsection Springer Journal of Geodesy @@ -1092,6 +1098,21 @@ index of algorithms too. \layout Subsection +array +\layout Description + +Found: @chk_array@ +\layout Description + +CTAN: +\family typewriter +macros/latex/required/tools/array.dtx +\layout Description + +Notes: The package array is needed by LyX to be able to output vertical + alignment other then ''top'' for tabulars. +\layout Subsection + babel \layout Description @@ -1290,6 +1311,38 @@ default . \layout Subsection +longtable +\layout Description + +Found: @chk_longtable@ +\layout Description + +CTAN: +\family typewriter +macros/latex/packages/tools/longtable.dtx +\layout Description + +Notes: The package +\family sans +longtable +\family default + is needed by LyX to be able to output correctly multipage tables. +\layout Subsection + +prettyref +\layout Description + +Found: @chk_prettyref@ +\layout Description + +CTAN: +\family typewriter +macros/latex/contrib/supported/prettyref +\layout Description + +Notes: none yet +\layout Subsection + rotating \layout Description @@ -1347,24 +1400,6 @@ setspace is needed by LyX to change the line spacing of your document. \layout Subsection -longtable -\layout Description - -Found: @chk_longtable@ -\layout Description - -CTAN: -\family typewriter -macros/latex/packages/tools/longtable.dtx -\layout Description - -Notes: The package -\family sans -longtable -\family default - is needed by LyX to be able to output correctly multipage tables. -\layout Subsection - url \layout Description @@ -1383,25 +1418,15 @@ url is needed by LyX to be able to output url's corrently. \layout Subsection -prettyref -\layout Description - -Found: @chk_prettyref@ -\layout Description - -CTAN: ?? -\layout Description - -Notes: none yet -\layout Subsection - varioref \layout Description Found: @chk_varioref@ \layout Description -CTAN: ?? +CTAN: +\family typewriter +macros/latex/required/tools/ \layout Description Notes: none yet diff --git a/src/language.C b/src/language.C index cee95f73db..97b58c214e 100644 --- a/src/language.C +++ b/src/language.C @@ -62,9 +62,8 @@ void LangInit::initL() { "esperanto", N_("Esperanto"), false }, { "estonian", N_("Estonian"), false }, { "finnish", N_("Finnish"), false }, - { "francais", N_("Francais"), false }, - { "french", N_("French"), false }, - { "frenchb", N_("Frenchb"), false }, + { "frenchb", N_("French"), false }, + { "french", N_("French (GUTenberg)"), false }, { "galician", N_("Galician"), false }, { "german", N_("German"), false }, { "greek", N_("Greek"), false },