Allow hyphenation of log-probability, log-logistic, ill-conditioned.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 10 Aug 2019 15:18:49 +0000 (15:18 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 10 Aug 2019 22:59:19 +0000 (22:59 +0000)
Can't find a good way to make TeX hyphenate a word that already has a
hyphen in it, so this'll have to do.

doc/ref-manual/numbers.texi
doc/ref-manual/scheme.texinfo

index 750582c0d1abaf6fcc4cb4564999fc4a5ffacc7f..ed0d6244d7d71e22a257526ada3eefb00b18727c 100644 (file)
@@ -1192,9 +1192,11 @@ one another.
 
 @itemize @bullet
 @item
-The log-logistic function maps log-odds on the extended real line to
-log-probability on the nonpositive half of the extended real line, and
-is ill-conditioned for large positive @var{x}:
+@cindex log-probability
+@cindex log-odds
+The log@hy{}logistic function maps log-odds on the extended real line
+to log@hy{}probability on the nonpositive half of the extended real
+line, and is ill@hy{}conditioned for large positive @var{x}:
 @iftex
 @tex
 \eqimage{fig/cn-loglogistic}
@@ -1212,9 +1214,11 @@ x f'(x)/f(x) = (-x exp(-x))/[(1 + exp(-x)) log(1 + exp(-x))]
 @end ifnottex
 
 @item
-The logit-exp function maps log-probability on the nonpositive half of
-the extended real line to log-odds on the extended real line, and is
-ill-conditioned near @math{\log(1/2)}:
+@cindex log-probability
+@cindex log-odds
+The logit@hy{}exp function maps log-probability on the nonpositive
+half of the extended real line to log-odds on the extended real line,
+and is ill@hy{}conditioned near @math{\log(1/2)}:
 @iftex
 @tex
 \eqimage{fig/cn-logitexp}
index 361e85a9c3f6701ffa62246d060b8517983ab455..6357ae7c29f287f67ab1a41f50c82f2592c314eb 100644 (file)
@@ -108,8 +108,18 @@ Documentation License.''
     \hfill%
   }%
 }
+
+% Explicit hyphen that doesn't block automatic hyphenation, in words
+% like `log-probability'.
+\gdef\hy{-\penalty0\hskip0pt\relax}
 @end tex
 
+@ifnottex
+@macro hy {n}
+\n\
+@end macro
+@end ifnottex
+
 @ifnottex
 @node Top, Acknowledgements, (dir), (dir)
 @top MIT/GNU Scheme