Reply-To:
In-Reply-To: <1341311913.6292.5.camel@eeepc>
X-Debbugs-No-Ack: please
* Dmitry Shachnev <mity...@gmail.com>, 2012-07-03, 14:38:
--- debian/control (revision 22398)
+++ debian/control (working copy)
@@ -23,7 +23,8 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-roman,
- docutils-common (= ${source:Version})
+ docutils-common (= ${source:Version}),
+ libjs-mathjax
This should be in Suggests, not in Depends.
Recommends: python-imaging,
python-pygments,
libpaper-utils,
@@ -52,7 +53,8 @@
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-roman,
- docutils-common (= ${source:Version})
+ docutils-common (= ${source:Version}),
+ libjs-mathjax
Ditto.
+- # The latest version of MathJax from the distributed server:
+- # avaliable to the public under the `MathJax CDN Terms of Service`__
+- # __http://www.mathjax.org/download/mathjax-cdn-terms-of-service/
+- mathjax_url = ('http://cdn.mathjax.org/mathjax/latest/MathJax.js?'
++ # Debian version of MathJax
++ mathjax_url = ('file:///usr/share/javascript/mathjax/MathJax.js?'
+ 'config=TeX-AMS-MML_HTMLorMML')
As I said on IRC, I'm not very keen on just replacing one URL with
another if it's not configurable by user.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org