Small fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/lyx-1_1_5@1032 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-09-22 12:20:48 +00:00
parent 5b48738fd3
commit 482149d509
3 changed files with 72 additions and 41 deletions

View File

@ -1,3 +1,10 @@
2000-09-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* 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 <reese@isn.net> 2000-09-14 Garst Reese <reese@isn.net>
* lib/tex/hollywood.cls changed length of parenthicals to 1.5in * lib/tex/hollywood.cls changed length of parenthicals to 1.5in

View File

@ -889,14 +889,18 @@ CTAN:
macros/latex209/contrib/revtex/ macros/latex209/contrib/revtex/
\layout Description \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 \family sans
revtex revtex
\family default \family default
is used to write articles for the publications of the American Physical class documents should be pretty easy to change to the new class.) If you
Society (APS), American Institute of Physics (AIP), and Optical Society have to use this class for some reason, you should use the file
of America (OSA).
For better results, you should use the file
\family typewriter \family typewriter
revtex.cls revtex.cls
\family default \family default
@ -918,11 +922,13 @@ CTAN:
macros/latex/contrib/supported/revtex4-beta/ macros/latex/contrib/supported/revtex4-beta/
\layout Description \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 APS (Physical Review A-E and Letters, Reviews in Modern Physics, Special
Topics---Accelerators and Beams), the American Institute of Physics, the Topics---Accelerators and Beams), the American Institute of Physics, the
Optical Society of America, and the Society for Exploration Geophysicists. 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 \layout Subsection
Springer Journal of Geodesy Springer Journal of Geodesy
@ -1092,6 +1098,21 @@ index of algorithms
too. too.
\layout Subsection \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 babel
\layout Description \layout Description
@ -1290,6 +1311,38 @@ default
. .
\layout Subsection \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 rotating
\layout Description \layout Description
@ -1347,24 +1400,6 @@ setspace
is needed by LyX to change the line spacing of your document. is needed by LyX to change the line spacing of your document.
\layout Subsection \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 url
\layout Description \layout Description
@ -1383,25 +1418,15 @@ url
is needed by LyX to be able to output url's corrently. is needed by LyX to be able to output url's corrently.
\layout Subsection \layout Subsection
prettyref
\layout Description
Found: @chk_prettyref@
\layout Description
CTAN: ??
\layout Description
Notes: none yet
\layout Subsection
varioref varioref
\layout Description \layout Description
Found: @chk_varioref@ Found: @chk_varioref@
\layout Description \layout Description
CTAN: ?? CTAN:
\family typewriter
macros/latex/required/tools/
\layout Description \layout Description
Notes: none yet Notes: none yet

View File

@ -62,9 +62,8 @@ void LangInit::initL()
{ "esperanto", N_("Esperanto"), false }, { "esperanto", N_("Esperanto"), false },
{ "estonian", N_("Estonian"), false }, { "estonian", N_("Estonian"), false },
{ "finnish", N_("Finnish"), false }, { "finnish", N_("Finnish"), false },
{ "francais", N_("Francais"), false }, { "frenchb", N_("French"), false },
{ "french", N_("French"), false }, { "french", N_("French (GUTenberg)"), false },
{ "frenchb", N_("Frenchb"), false },
{ "galician", N_("Galician"), false }, { "galician", N_("Galician"), false },
{ "german", N_("German"), false }, { "german", N_("German"), false },
{ "greek", N_("Greek"), false }, { "greek", N_("Greek"), false },