|
From: Ethan A M. <eam...@gm...> - 2011-09-11 20:47:51
|
On Sunday, 11 September 2011, Mojca Miklavec wrote:
> Dear list,
>
> What is the syntax in help for terminals that would generate
> <ul><li>...</li>...</ul> syntax in HTML output, \begin{itemize} in
> LaTeX (PDF documentation) and a normal "-" in text mode?
.../docs/README explains the format of gnuplot.doc
But there is no provision for bulleted lists. I agree with you that
it would be useful, but it would have to be added to all of the
various doc2XXX.c conversion programs.
> Also, how could one replace TeX with \TeX in gnuplot.tex that is used
> to generate gnuplot.doc?
??
That's backwards. gnuplot.doc is used to generate gnuplot.tex.
I suppose you could add a search-and-replace filter in doc2tex.c,
but it would probably be simpler to run sed 's/ TeX/ \\TeX/' on
the output. You could add it as an extra line in the Makefile rule
for gnuplot.tex
Ethan
--
Tradition is not the worship of ashes, but the preservation of fire.
- Gustav Mahler
|