Re: hypenation




epost2@xxxxxxxxx wrote:
> Hi,
>
> I wonder how to make \hypenation read from a file? Currently I have a
> long list of words inside my main .tex, and it doesn`t look very nice i
> think.
>
> Think I need something like
>
> \hyphenation{\input{C:/path/hypenfile}}

LaTeX messes with the definition of \input, but it does save TeX's
original meaning \input in the macro \@@input. The following seems to
work:

\makeatletter
\hyphenation{\@@input C:/path/hyphenfile }
\makeatother

The space between the filename and the brace is significant. Otherwise
TeX will look for a file named "hyphenfile}". Don't use a /path/ with
spaces in it.

But normally folks put the entire \hyphenation command in a file and
\input it.


Dan

.



Relevant Pages

  • Re: load mat file programatically
    ... paul writes: ... > Hi Dan ... what other command I should use instead. ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: RUN with parameters?
    ... Of course you can pass parameters on the command line. ... always passed as strings. ... Dan ... Prev by Date: ...
    (microsoft.public.fox.programmer.exchange)
  • Top property for multiple columns?
    ... Is it possible to use some sort of Top property or another command to ... Dan ... Prev by Date: ...
    (microsoft.public.access.queries)
  • Re: Vectorizing FIND - help please
    ... > I have a problem with FIND command! ... > I have been trying to vectorize this: ... Dan ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: Stalls and Thoughts
    ... Dan wrote: ... command" is that condition where induced drag is at its greatest, ... pitch only controls airspeed, ...
    (rec.aviation.piloting)