Harry -
My guess is that Your Makeinfo version is too
old. Newer ones do understand "@leq" and
"@geq" among other new commands.
> I changed line 358 to: 0 <= @var{WEIGHT} <= 1. (OSX obviously doesn't
> understand the less or equal 'leq' command)
>
> That works. Please correct the source.
Thanks! That really fixes the problem. The canonical
(unified) diff for your change is:
--- a/doc/enfuse.texi Tue Oct 21 16:36:29 2008 +0200
+++ b/doc/enfuse.texi Tue Oct 21 16:37:06 2008 +0200
@@ -363,7 +363,7 @@
@cindex option @option{--wEntropy}
Sets the relative @var{WEIGHT} of high entropy pixels. Valid range:
@ifinfo
-0 @leq{} @var{WEIGHT} @leq{} 1.
+0 <= @var{WEIGHT} <= 1.
@end ifinfo
@html
<math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">
I'll feed it into Andew's input queue.
Cheers,
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---