Re: Cluebat needed: Proper way to reference MathJax.js

2015-07-14 Thread Bas Wijnen
On Mon, Jul 13, 2015 at 08:01:48PM -0500, Dirk Eddelbuettel wrote: | To make it work only when served by a webbrowser, use this: | | script src=/javascript/mathjax/MathJax.js/script I think this is what I had in mind, thanks! | ...and make sure javascript-common is installed and in

Re: Cluebat needed: Proper way to reference MathJax.js

2015-07-14 Thread Dirk Eddelbuettel
On 14 July 2015 at 08:16, Bas Wijnen wrote: | On Mon, Jul 13, 2015 at 08:01:48PM -0500, Dirk Eddelbuettel wrote: | | To make it work only when served by a webbrowser, use this: | | | | script src=/javascript/mathjax/MathJax.js/script | | I think this is what I had in mind, thanks! | |

Re: Cluebat needed: Proper way to reference MathJax.js

2015-07-14 Thread Bas Wijnen
On Tue, Jul 14, 2015 at 05:56:56AM -0500, Dirk Eddelbuettel wrote: | Can't you make a link in the directory of the file referencing it and use | a non-absolute path, i.e. src=MathJax.js? That should work both locally and | through a browser without any configuration, right? (Except that the

Re: Cluebat needed: Proper way to reference MathJax.js

2015-07-13 Thread Christoph Egger
Hi! Dirk Eddelbuettel e...@debian.org writes: An infrequently updated package has doxygen documentation with lots of script src=http://cdn.mathjax.org/mathjax/latest/MathJax.js;/script which lintian complains about as the page goes to a remote site. But exactly what string am I suppose

Re: Cluebat needed: Proper way to reference MathJax.js

2015-07-13 Thread Dirk Eddelbuettel
On 13 July 2015 at 17:58, Christoph Egger wrote: | Hi! | | Dirk Eddelbuettel e...@debian.org writes: | An infrequently updated package has doxygen documentation with lots of | | script src=http://cdn.mathjax.org/mathjax/latest/MathJax.js;/script | | which lintian complains about as the

Re: Cluebat needed: Proper way to reference MathJax.js

2015-07-13 Thread Dirk Eddelbuettel
On 13 July 2015 at 01:40, Jonas Smedegaard wrote: | Hi Dirk, | | Quoting Dirk Eddelbuettel (2015-07-12 23:36:43) | An infrequently updated package has doxygen documentation with lots of | | script src=http://cdn.mathjax.org/mathjax/latest/MathJax.js;/script | | which lintian complains

Cluebat needed: Proper way to reference MathJax.js

2015-07-12 Thread Dirk Eddelbuettel
An infrequently updated package has doxygen documentation with lots of script src=http://cdn.mathjax.org/mathjax/latest/MathJax.js;/script which lintian complains about as the page goes to a remote site. But exactly what string am I suppose to place in src=...? I can't just to do script

Re: Cluebat needed: Proper way to reference MathJax.js

2015-07-12 Thread Jonas Smedegaard
Hi Dirk, Quoting Dirk Eddelbuettel (2015-07-12 23:36:43) An infrequently updated package has doxygen documentation with lots of script src=http://cdn.mathjax.org/mathjax/latest/MathJax.js;/script which lintian complains about as the page goes to a remote site. But exactly what string am I