public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] TeXlive with non-English hyphenation?
@ 2008-03-05 10:34 Ralf Stephan
  2008-03-05 22:59 ` Iain Buchanan
  0 siblings, 1 reply; 5+ messages in thread
From: Ralf Stephan @ 2008-03-05 10:34 UTC (permalink / raw
  To: gentoo-user

Hello,

Does someone use TeXlive and has encountered and solved
non-English hyphenation problems? I have tried both babel.sty
with the german/germanb options and german.sty from the
package texlive-langgerman, always giving the command
\selectlanguage{german}

babel.sty gives 
Package babel Warning: No hyphenation patterns were loaded for
(babel)                the language `German'
(babel)                I will use the patterns loaded for \language=0
instead.

german.sty gives
german -- \language number for German undefined, default 255 used,
german -- Please read "gerdoc.tex" how to install hyphenation patterns.
german -- \language number for Austrian undefined, default 255 used.
german -- \language number for French undefined, default 255 used.

Many thanjks for any hints!

Regards,
ralf
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] TeXlive with non-English hyphenation?
  2008-03-05 10:34 [gentoo-user] TeXlive with non-English hyphenation? Ralf Stephan
@ 2008-03-05 22:59 ` Iain Buchanan
  2008-03-06  9:55   ` Ralf Stephan
  0 siblings, 1 reply; 5+ messages in thread
From: Iain Buchanan @ 2008-03-05 22:59 UTC (permalink / raw
  To: gentoo-user


On Wed, 2008-03-05 at 11:34 +0100, Ralf Stephan wrote:
> Hello,
> 
> Does someone use TeXlive and has encountered and solved
> non-English hyphenation problems? I have tried both babel.sty
> with the german/germanb options and german.sty from the
> package texlive-langgerman, always giving the command
> \selectlanguage{german}

I don't use texlive, but have you set linguas_de?

sorry I can't be more help!
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Only someone with nothing to be sorry for smiles back at the rear of an
elephant.

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] TeXlive with non-English hyphenation?
  2008-03-05 22:59 ` Iain Buchanan
@ 2008-03-06  9:55   ` Ralf Stephan
  2008-03-07  0:12     ` Iain Buchanan
  0 siblings, 1 reply; 5+ messages in thread
From: Ralf Stephan @ 2008-03-06  9:55 UTC (permalink / raw
  To: gentoo-user

Iain wrote
> On Wed, 2008-03-05 at 11:34 +0100, Ralf Stephan wrote:
> > Does someone use TeXlive and has encountered and solved
> > non-English hyphenation problems? I have tried both babel.sty
> > with the german/germanb options and german.sty from the
> > package texlive-langgerman, always giving the command
> > \selectlanguage{german}
> 
> I don't use texlive, but have you set linguas_de?

That was a good idea, and necessary to do, thanks.
However, latex and pdflatex apparently still don't want to use the 
language.dat file with the now correct entries. Funnily, xlatex does!
So, as workaround I've converted to UTF-8 and use xelatex now.

Any other ideas?


ralf
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] TeXlive with non-English hyphenation?
  2008-03-06  9:55   ` Ralf Stephan
@ 2008-03-07  0:12     ` Iain Buchanan
  2008-03-07 19:17       ` Ralf Stephan
  0 siblings, 1 reply; 5+ messages in thread
From: Iain Buchanan @ 2008-03-07  0:12 UTC (permalink / raw
  To: gentoo-user


On Thu, 2008-03-06 at 10:55 +0100, Ralf Stephan wrote:
> Iain wrote
> > On Wed, 2008-03-05 at 11:34 +0100, Ralf Stephan wrote:
> > > Does someone use TeXlive and has encountered and solved
> > > non-English hyphenation problems? I have tried both babel.sty
> > > with the german/germanb options and german.sty from the
> > > package texlive-langgerman, always giving the command
> > > \selectlanguage{german}
> > 
> > I don't use texlive, but have you set linguas_de?
> 
> That was a good idea, and necessary to do, thanks.
> However, latex and pdflatex apparently still don't want to use the 
> language.dat file with the now correct entries. Funnily, xlatex does!
> So, as workaround I've converted to UTF-8 and use xelatex now.
> 
> Any other ideas?

I found this which might be interesting:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlang

-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Pascal is not a high-level language.
		-- Steven Feiner

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] TeXlive with non-English hyphenation?
  2008-03-07  0:12     ` Iain Buchanan
@ 2008-03-07 19:17       ` Ralf Stephan
  0 siblings, 0 replies; 5+ messages in thread
From: Ralf Stephan @ 2008-03-07 19:17 UTC (permalink / raw
  To: gentoo-user

You wrote 
> I found this which might be interesting:
> http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlang

Thanks. But it was a stray tetex config file. I was pointed to
http://www.gentoo.org/proj/en/tex/texlive-migration-guide.xml


ralf

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-08 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 10:34 [gentoo-user] TeXlive with non-English hyphenation? Ralf Stephan
2008-03-05 22:59 ` Iain Buchanan
2008-03-06  9:55   ` Ralf Stephan
2008-03-07  0:12     ` Iain Buchanan
2008-03-07 19:17       ` Ralf Stephan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox