octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: generate_html : Adding new field to option structure in the generati


From: Julien Bect
Subject: Re: generate_html : Adding new field to option structure in the generation of documentation from texinfo
Date: Sat, 14 May 2016 15:14:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0

Le 14/05/2016 06:40, TrucomanX XnamocurT a écrit :

I am writing to call your attention and ask for your comments about a patch that I am proposing.

https://savannah.gnu.org/patch/?9002

This proposed patch add the 'package_doc_options' field to option structure returned by get_html_options
function. This change is proposed to add more functionalities to texinfo
documentation. By example to use CSS style files or specify additional commands, as:

options = get_html_options ("octave-forge");
options.package_doc = 'overview.texi';
options.package_doc_options = '--no-split --css-ref=manual.css';
generate_package_html ("bsltl", "bsltl_html", options);

You can see the result of this example in the link:

https://savannah.gnu.org/patch/download.php?file_id=37146

The patch can be download of :
https://savannah.gnu.org/patch/download.php?file_id=37147

Fernando


I am currently reviewing patch #9002.

Unfortunately, I am still unable to post on Savannah...

@++
Julien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]