On Thu, 2004-12-02 at 16:41, Angus Leeming wrote:
> Martin Vermeer wrote:
> 
> > On Thu, 2004-12-02 at 15:06, Jean-Marc Lasgouttes wrote:
> >> >>>>> "Helge" == Helge Hafting
> >> >>>>> <[EMAIL PROTECTED]> writes:
> >> 
> >> Helge> Is edit->reconfigure the right time though? A user may
> >> Helge> routinely use a couple of languages, and which one isn't known
> >> Helge> at reconfigure time.
> >> 
> >> Edit>Reconfigure is the right time to tell the user what hyphenations
> >> are available in his babel installation. This is what we want in a
> >> first step.
> >> 
> >> JMarc
> > 
> > Would this be acceptable as a start?
> 
> 'grep -A' is not POSIX. Tru64 Unix's version of grep, for example, doesn't
> recognize it.
> 
> sed -n '/hyphenation patterns/{
> :loop
> /loaded\.$/!{
> $!{
> N
> s/\n//
> tloop
> }
> }
> p
> }' chklatex.log > hyphenation.lst

Yes, this works too :-)

And then how to build on this?

- Martin

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to