File: local-mathjax.patch

package info (click to toggle)
libambix 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,764 kB
  • sloc: ansic: 9,831; makefile: 415; sh: 174; python: 92
file content (16 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: use libjs-mathjax rather than accessing some random page
Author: IOhannes m zmölnig
Last-Update: 2016-03-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libambix.orig/doc/libambix.doxy
+++ libambix/doc/libambix.doxy
@@ -1160,7 +1160,7 @@
 # MathJax, but it is strongly recommended to install a local copy of MathJax
 # before deployment.
 
-MATHJAX_RELPATH        = https://cdn.mathjax.org/mathjax/latest
+MATHJAX_RELPATH        = mathjax
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
 # names that should be enabled during MathJax rendering.