|
From: Thomas S. <t.s...@fz...> - 2007-11-09 13:36:40
|
if you don't want to introduce problems when converting to the other documentation output formats, the only way i can see is: surround these text passages with meaningful text, e.g. 'See the ...' like in the 'seeking-assistance' section: Before seeking help, please check the ^ http://www.gnuplot.info/faq/ FAQ (Frequently Asked Questions) list. ^ which is converted to Before seeking help, please check the FAQ (Frequently Asked Questions) list. in the help file. suppressing the text between the html-tags doesn't seem to be work (example from the 'index' section): ^ See also web page ^ http://www.gnuplot.info/demo/multimsh.html ^ splot with indices demo. ^ is converted to nothing in the help-file (which would be fine), but results in an empty (=useless) hypertext reference in e.g. the latex-file (produced with 'make gnuplot.dvi'). Petr Mikulik wrote: > > There is a "strange" text printed on screen for "help xxx" if the section > "xxx" contains the hypertext. For example, try: > > > help filledcurves: > > Example of filling the area between two input curves. > fill between curves demo. > > > help uniq: > > resulting points are then connected by straight line segments. > demos > > > help boxerrorbars: > > See also > errorbar demo. > > > Does somebody have an idea how to make the output more "beutiful"? > > --- > PM > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > -- View this message in context: http://www.nabble.com/html-code-in-gnuplot.doc-tf4766390.html#a13667024 Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |