From: <par...@us...> - 2012-04-06 19:07:45
|
Revision: 10172 http://octave.svn.sourceforge.net/octave/?rev=10172&view=rev Author: paramaniac Date: 2012-04-06 19:07:39 +0000 (Fri, 06 Apr 2012) Log Message: ----------- control: fix seealso command in pdf manual, macro taken from octave manual Modified Paths: -------------- trunk/octave-forge/main/control/devel/pdfdoc/control.tex Modified: trunk/octave-forge/main/control/devel/pdfdoc/control.tex =================================================================== --- trunk/octave-forge/main/control/devel/pdfdoc/control.tex 2012-04-06 16:54:31 UTC (rev 10171) +++ trunk/octave-forge/main/control/devel/pdfdoc/control.tex 2012-04-06 19:07:39 UTC (rev 10172) @@ -8,6 +8,27 @@ @c @afourwide @c %**end of header + +@c The following macro is used for the on-line help system, but we don't +@c want lots of `See also: foo, bar, and baz' strings cluttering the +@c printed manual (that information should be in the supporting text for +@c each group of functions and variables). + +@macro seealso {args} +@iftex +@vskip 2pt +@end iftex +@ifnottex +@c Texinfo @sp should work but in practice produces ugly results for HTML. +@c A simple blank line produces the correct behavior. +@c @sp 1 + +@end ifnottex +@noindent +@strong{See also:} \args\. +@end macro + + @c %*** Start of TITLEPAGE @titlepage @title control @value{VERSION} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |