diff options
author | rootavish <[email protected]> | 2014-08-19 00:16:41 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-08-19 00:16:41 +0530 |
commit | 17377df48abdf10b6a064d6afdc1a4c95441ae20 (patch) | |
tree | 73d4ddb85c3e4fb4ed6b8787545a2216864c0402 /backend/epub/MathJax/images | |
parent | 3c122f6d867acecca4e7143d1d0707d7f188a64a (diff) | |
download | atril-17377df48abdf10b6a064d6afdc1a4c95441ae20.tar.bz2 atril-17377df48abdf10b6a064d6afdc1a4c95441ae20.tar.xz |
Mathjax Support
The Mathjax files will be installed to $(backenddir)/epub/MathJax
This was as small as the install got.
Diffstat (limited to 'backend/epub/MathJax/images')
-rw-r--r-- | backend/epub/MathJax/images/CloseX-31.png | bin | 0 -> 1267 bytes | |||
-rw-r--r-- | backend/epub/MathJax/images/Makefile.am | 5 | ||||
-rw-r--r-- | backend/epub/MathJax/images/MenuArrow-15.png | bin | 0 -> 469 bytes |
3 files changed, 5 insertions, 0 deletions
diff --git a/backend/epub/MathJax/images/CloseX-31.png b/backend/epub/MathJax/images/CloseX-31.png Binary files differnew file mode 100644 index 00000000..1672200e --- /dev/null +++ b/backend/epub/MathJax/images/CloseX-31.png diff --git a/backend/epub/MathJax/images/Makefile.am b/backend/epub/MathJax/images/Makefile.am new file mode 100644 index 00000000..1d60ffc2 --- /dev/null +++ b/backend/epub/MathJax/images/Makefile.am @@ -0,0 +1,5 @@ +MathJaxImagesdir= $(backenddir)/epub/MathJax/Images + +MathJaxImages_DATA= CloseX-31.png MenuArrow-15.png + +-include $(top_srcdir)/git.mk diff --git a/backend/epub/MathJax/images/MenuArrow-15.png b/backend/epub/MathJax/images/MenuArrow-15.png Binary files differnew file mode 100644 index 00000000..2a3d03e5 --- /dev/null +++ b/backend/epub/MathJax/images/MenuArrow-15.png |