]> granicus.if.org Git - nethack/commitdiff
fix Guidebook.tex creation
authornhmall <nhmall@nethack.org>
Tue, 17 Apr 2018 00:35:53 +0000 (20:35 -0400)
committernhmall <nhmall@nethack.org>
Tue, 17 Apr 2018 00:35:53 +0000 (20:35 -0400)
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.

doc/Guidebook.tex

index 2930c3afc54e3fec250bd5b4dec91a5ddc64d284..ef7acf6274fbbce92cfa1965eb50a59f475102d3 100644 (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