octave-patch-tracker
[Top][All Lists]
Advanced

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

[Octave-patch-tracker] [patch #9002] generate_html : Adding package_doc_


From: Fernando Pujaico Rivera
Subject: [Octave-patch-tracker] [patch #9002] generate_html : Adding package_doc_options field to generate texinfo documentation
Date: Tue, 17 May 2016 00:18:39 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #4, patch #9002 (project octave):

I think that the variable, package_doc_options, could is being overloaded.
Maybe we should to use the variable only for things that can not be
initialized by texinfo init file.

So that the variable 

-----------------------------------------------------------------------------
options.package_doc_options= ' --css-ref=""../../octave-forge.css"" ' 
-----------------------------------------------------------------------------

and we recommend to the user to make

-----------------------------------------------------------------------------
options.package_doc_options = [options.package_doc_options, '
--init-file=""overview.init"" '];
-----------------------------------------------------------------------------

with the next texinfo init file

--------------------------------overview.init--------------------------------
use strict;

set_from_init_file('PRE_BODY_CLOSE', "<a class="sf-logo" 
href="http://sourceforge.net/";><img width="120" height="30" 
style="border:0" alt="Sourceforge.net Logo" 
src="http://sourceforge.net/sflogo.php?group_id=2888&type=13"; /></a>");

set_from_init_file('TOP_NODE_UP_URL','../index.html');
-----------------------------------------------------------------------------

Thus, be very easy for me, to post my next recommendation (in another patch
thread)
to add latex-equation display support.

-------------------------------Others parameters-----------------------------
set_from_init_file('EXTRA_HEAD', "
  <STYLE> #jsMath_Warning {display: none} </STYLE>
  <SCRIPT SRC="../../jsMath/easy/load.js"></SCRIPT>");
-----------------------------------------------------------------------------

That's what I believe

Fernando

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9002>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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