fix Guidebook.tex creation

The Guidebook.tex band in it breaks the creation of Guidebook.tex.

    ! Not a letter.
    l.2701 \hyphenation{.
                     nethackrc}
    ?

For these simple one-time situations, just use \mbox{} to prevent
them from hyphenation instead.
This commit is contained in:
nhmall
2018-04-16 20:35:53 -04:00
parent 123dddebb6
commit b5a623a6d7

View File

@@ -2697,17 +2697,12 @@ for system administrators.
%.hn 2
\subsection*{Using a configuration file}
%override the deduced syllable breaks to prevent hyphenation of file names
\hyphenation{.nethackrc}
\hyphenation{defaults.nh}
\hyphenation{nethack.exe}
\hyphenation{nethackW.exe}
%.pg
The default name of the configuration file varies on different
operating systems. On DOS and Windows, it is ``defaults.nh''
in the same folder as {\it nethack.exe\/} or {\it nethackW.exe\/}. On Unix, Linux
and Mac OS X it is ``.nethackrc'' in the user's home directory.
The file may not exist, but it is a normal ASCII text file and
operating systems. On DOS and Windows, it is \mbox{``defaults.nh''}
in the same folder as \mbox{{\it nethack.exe\/}} or \mbox{{\it nethackW.exe\/}}.
On Unix, Linux and Mac OS X it is \mbox{{``.nethackrc''}} in the user's home
directory. The file may not exist, but it is a normal ASCII text file and
can be created with any text editor.
%.pg