mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 00:39:18 +00:00
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:
parent
5b48738fd3
commit
482149d509
@ -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>
|
||||
|
||||
* lib/tex/hollywood.cls changed length of parenthicals to 1.5in
|
||||
|
@ -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
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user