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

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

[Octave-patch-tracker] [patch #9009] Latex equation support in the docum


From: Fernando Pujaico Rivera
Subject: [Octave-patch-tracker] [patch #9009] Latex equation support in the documentation created by generate_html package
Date: Mon, 23 May 2016 23:45:34 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #2, patch #9009 (project octave):

I am trying upload a tar.gz file or zip, but I can't.
If the file is not attached here, them please:


# The jsMath/ directory has uncompressed versions of: 
# jsMath-3.6e.zip jsMath-fonts-1.3.zip jsMath-fonts-sprite-1.0.zip
# of site http://www.math.union.edu/~dpvc/jsMath/
# Apache License V2.0

# To add amsmath support (library of Latex).
# jsMath/easy/load.js line 108
--- loadFiles: [],
+++ lloadFiles: ["extensions/AMSmath.js"],

# To enable javascript interpretation of jsMath inside <pre> </pre>.
# jsMath/plugins/tex2math.js line 157 
--- (element.tagName &&
element.tagName.match(/^(script|noscript|style|textarea|pre|code)$/i));
+++ (element.tagName &&
element.tagName.match(/^(script|noscript|style|textarea|code)$/i));


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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