mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Document enabling hyphenation for minority languages in LaTeX.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9332 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bd6cb0ad58
commit
0eec027f55
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-02 Martin Vermeer <martin.vermeer@hut.fi>
|
||||||
|
|
||||||
|
* UserGuide.lyx: document use of texconfig for
|
||||||
|
enabling hyphenation for minority languages
|
||||||
|
|
||||||
2004-11-22 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
2004-11-22 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
* Extended.lyx: document second OptionalArg in memoir.
|
* Extended.lyx: document second OptionalArg in memoir.
|
||||||
|
@ -11238,18 +11238,53 @@ Those of you reading this from within LyX will see no difference, though
|
|||||||
there is one in the printed version.
|
there is one in the printed version.
|
||||||
\layout Standard
|
\layout Standard
|
||||||
|
|
||||||
One last note about hyphenation --- LyX automatically breaks up words and
|
One more note about hyphenation --- LyX automatically breaks up words and
|
||||||
inserts hyphens in English text.
|
inserts hyphens in English text.
|
||||||
(Actually, it's LaTeX that does this, and it will also hyphenate words
|
The words won't be hyphenated until you generate the final output.
|
||||||
in
|
\layout Standard
|
||||||
|
|
||||||
|
Actually, it's LaTeX that does this, and it will also hyphenate words in
|
||||||
|
|
||||||
\emph on
|
\emph on
|
||||||
some
|
some
|
||||||
\emph default
|
\emph default
|
||||||
other languages.) The words won't be hyphenated until you generate the final
|
other languages.
|
||||||
output.
|
To know whether (PDF)LaTeX hyphenates for
|
||||||
|
\emph on
|
||||||
|
your
|
||||||
|
\emph default
|
||||||
|
language, look at any log file produced by a LaTeX run: it will say
|
||||||
|
\layout Quote
|
||||||
|
|
||||||
|
|
||||||
|
\family typewriter
|
||||||
|
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman,
|
||||||
|
nohyphenation, loaded.
|
||||||
\layout Standard
|
\layout Standard
|
||||||
|
|
||||||
If, for some reason, LaTeX can't break a word correctly, you can set hyphenation
|
This tells you that, e.g., if you write in Finnish, you're out of luck.
|
||||||
|
Study (for the teTeX distribution of LaTeX) the utilities
|
||||||
|
\family typewriter
|
||||||
|
texconfig
|
||||||
|
\family default
|
||||||
|
and
|
||||||
|
\family typewriter
|
||||||
|
fmtutil
|
||||||
|
\family default
|
||||||
|
in order to switch hyphenation on for your language by ''uncommenting''
|
||||||
|
the relevant line in a file typically named
|
||||||
|
\family typewriter
|
||||||
|
language.dat
|
||||||
|
\family default
|
||||||
|
.
|
||||||
|
Sorry for the inconvenience.
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
If, for whatever reason, LaTeX
|
||||||
|
\emph on
|
||||||
|
still
|
||||||
|
\emph default
|
||||||
|
can't break a word correctly (e.g., a compound word), you can set hyphenation
|
||||||
points manually.
|
points manually.
|
||||||
This is done with the menu item
|
This is done with the menu item
|
||||||
\family sans
|
\family sans
|
||||||
|
Loading…
Reference in New Issue
Block a user