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 tha

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: | > | | > | | > | > I think this is what I had in mind, thanks! | > | > | ...and make sure javascript-common is

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

2015-07-13 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: > | > | > > I think this is what I had in mind, thanks! > > | ...and make sure javascript-common is installed and in use by the > | web-server (all libjs-* pack

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 writes: | > An infrequently updated package has doxygen documentation with lots of | > | >http://cdn.mathjax.org/mathjax/latest/MathJax.js";> | > | > which lintian complains about as the page goes to a remote si

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 | > | > http://cdn.mathjax.org/mathjax/latest/MathJax.js";> | > | > which lintian complains about as the

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

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

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 > > http://cdn.mathjax.org/mathjax/latest/MathJax.js";> > > which lintian complains about as the page goes to a remote site. But > exactly what string am I suppos

Cluebat needed: Proper way to reference MathJax.js

2015-07-12 Thread Dirk Eddelbuettel
An infrequently updated package has doxygen documentation with lots of http://cdn.mathjax.org/mathjax/latest/MathJax.js";> 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 as that would p