svn commit: r564832 - in head/editors: . marker

Hiroki Tagato tagattie at FreeBSD.org
Wed Feb 10 01:56:06 UTC 2021


Author: tagattie
Date: Wed Feb 10 01:56:05 2021
New Revision: 564832
URL: https://svnweb.freebsd.org/changeset/ports/564832

Log:
  Add a new port editors/marker
  
  Marker is a simple yet robust markdown editor.
  
  The primary goal of Marker is to provide a powerful document editing
  experience, without making assumptions about the workflow of the
  user. Marker's base configuration is very simple, but it can be
  customized to meet the needs of any workflow!
  
  WWW: https://fabiocolacio.github.io/Marker/

Added:
  head/editors/marker/
  head/editors/marker/Makefile   (contents, props changed)
  head/editors/marker/distinfo   (contents, props changed)
  head/editors/marker/pkg-descr   (contents, props changed)
  head/editors/marker/pkg-plist   (contents, props changed)
Modified:
  head/editors/Makefile

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Wed Feb 10 00:51:40 2021	(r564831)
+++ head/editors/Makefile	Wed Feb 10 01:56:05 2021	(r564832)
@@ -191,6 +191,7 @@
     SUBDIR += linux-sublime
     SUBDIR += linux-sublime3
     SUBDIR += madedit
+    SUBDIR += marker
     SUBDIR += mg
     SUBDIR += mg-static
     SUBDIR += micro

Added: head/editors/marker/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/marker/Makefile	Wed Feb 10 01:56:05 2021	(r564832)
@@ -0,0 +1,40 @@
+# $FreeBSD$
+
+PORTNAME=	marker
+PORTVERSION=	2020.04.04.2
+CATEGORIES=	editors
+
+MAINTAINER=	tagattie at FreeBSD.org
+COMMENT=	Gtk3 markdown editor
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+LIB_DEPENDS=	libgtkspell3-3.so:textproc/gtkspell3 \
+		libwebkit2gtk-4.0.so:www/webkit2-gtk3
+RUN_DEPENDS=	pandoc:textproc/hs-pandoc
+
+USES=		desktop-file-utils gettext-tools gnome meson pkgconfig
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	fabiocolacio
+GH_PROJECT=	Marker
+GH_TUPLE=	Mandarancio:scidown:a7b7f063de4f272ef0ec12d00b98470888e8cb32:scidown/src/scidown \
+		Mandarancio:charter:a25dee1214ea9ba5882325066555cb813efbb489:charter/src/scidown/src/charter \
+		codeplea:tinyexpr:9476568b69de4c384903f1d5f255907b92592f45:tinyexpr/src/scidown/src/charter/src/tinyexpr
+
+USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 gtksourceview3
+GLIB_SCHEMAS=	com.github.fabiocolacio.marker.gschema.xml
+INSTALLS_ICONS=	yes
+
+DATADIR=	${PREFIX}/share/com.github.fabiocolacio.marker
+
+PORTDOCS=	CONTRIBUTING.md README.md
+
+OPTIONS_DEFINE=	DOCS
+
+post-install-DOCS-on:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/editors/marker/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/marker/distinfo	Wed Feb 10 01:56:05 2021	(r564832)
@@ -0,0 +1,9 @@
+TIMESTAMP = 1612525503
+SHA256 (fabiocolacio-Marker-2020.04.04.2_GH0.tar.gz) = 207989c5de8144741989b1460f699e02fd85fded6413532ce9102703dcbb3d37
+SIZE (fabiocolacio-Marker-2020.04.04.2_GH0.tar.gz) = 24116372
+SHA256 (Mandarancio-scidown-a7b7f063de4f272ef0ec12d00b98470888e8cb32_GH0.tar.gz) = 31e63658e2e79b5c5b0497d568e548f177fc89cb1dd9b6d78aba7685f0506ff0
+SIZE (Mandarancio-scidown-a7b7f063de4f272ef0ec12d00b98470888e8cb32_GH0.tar.gz) = 3489833
+SHA256 (Mandarancio-charter-a25dee1214ea9ba5882325066555cb813efbb489_GH0.tar.gz) = 60237a813383b44891e57049ba1f86cc5b89c28eee620b6ee90582a0c7ba6f8a
+SIZE (Mandarancio-charter-a25dee1214ea9ba5882325066555cb813efbb489_GH0.tar.gz) = 152711
+SHA256 (codeplea-tinyexpr-9476568b69de4c384903f1d5f255907b92592f45_GH0.tar.gz) = 1c0c9496d9e9b693ae364860f0b66c403b87337db1b5a78275a0c78a07495286
+SIZE (codeplea-tinyexpr-9476568b69de4c384903f1d5f255907b92592f45_GH0.tar.gz) = 37030

Added: head/editors/marker/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/marker/pkg-descr	Wed Feb 10 01:56:05 2021	(r564832)
@@ -0,0 +1,8 @@
+Marker is a simple yet robust markdown editor.
+
+The primary goal of Marker is to provide a powerful document editing
+experience, without making assumptions about the workflow of the
+user. Marker's base configuration is very simple, but it can be
+customized to meet the needs of any workflow!
+
+WWW: https://fabiocolacio.github.io/Marker/

Added: head/editors/marker/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/marker/pkg-plist	Wed Feb 10 01:56:05 2021	(r564832)
@@ -0,0 +1,31176 @@
+bin/marker
+share/applications/com.github.fabiocolacio.marker.desktop
+%%DATADIR%%/common/scidown.css
+%%DATADIR%%/extensions/libscroll-extension.so
+%%DATADIR%%/icons/hicolor/16x16/actions/marker-eraser-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/16x16/actions/marker-large-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/16x16/actions/marker-medium-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/16x16/actions/marker-pen-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/16x16/actions/marker-small-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/16x16/actions/marker-text-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/24x24/actions/marker-eraser-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/24x24/actions/marker-large-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/24x24/actions/marker-medium-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/24x24/actions/marker-pen-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/24x24/actions/marker-small-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/24x24/actions/marker-text-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/32x32/actions/marker-eraser-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/32x32/actions/marker-large-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/32x32/actions/marker-medium-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/32x32/actions/marker-pen-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/32x32/actions/marker-small-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/32x32/actions/marker-text-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/48x48/actions/marker-eraser-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/48x48/actions/marker-large-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/48x48/actions/marker-medium-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/48x48/actions/marker-pen-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/48x48/actions/marker-small-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/48x48/actions/marker-text-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/64x64/actions/marker-eraser-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/64x64/actions/marker-large-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/64x64/actions/marker-medium-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/64x64/actions/marker-pen-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/64x64/actions/marker-small-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/64x64/actions/marker-text-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/96x96/actions/marker-eraser-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/96x96/actions/marker-large-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/96x96/actions/marker-medium-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/96x96/actions/marker-pen-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/96x96/actions/marker-small-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/96x96/actions/marker-text-symbolic.symbolic.png
+%%DATADIR%%/icons/hicolor/generate.sh
+%%DATADIR%%/icons/hicolor/index.theme
+%%DATADIR%%/icons/hicolor/scalable/actions/marker-eraser-symbolic.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/marker-large-symbolic.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/marker-medium-symbolic.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/marker-pen-symbolic.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/marker-small-symbolic.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/marker-text-symbolic.svg
+%%DATADIR%%/scripts/highlight/CHANGES.md
+%%DATADIR%%/scripts/highlight/LICENSE
+%%DATADIR%%/scripts/highlight/README.md
+%%DATADIR%%/scripts/highlight/README.ru.md
+%%DATADIR%%/scripts/highlight/highlight.pack.js
+%%DATADIR%%/scripts/highlight/styles/agate.css
+%%DATADIR%%/scripts/highlight/styles/androidstudio.css
+%%DATADIR%%/scripts/highlight/styles/arduino-light.css
+%%DATADIR%%/scripts/highlight/styles/arta.css
+%%DATADIR%%/scripts/highlight/styles/ascetic.css
+%%DATADIR%%/scripts/highlight/styles/atelier-cave-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-cave-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-dune-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-dune-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-estuary-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-estuary-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-forest-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-forest-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-heath-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-heath-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-lakeside-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-lakeside-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-plateau-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-plateau-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-savanna-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-savanna-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-seaside-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-seaside-light.css
+%%DATADIR%%/scripts/highlight/styles/atelier-sulphurpool-dark.css
+%%DATADIR%%/scripts/highlight/styles/atelier-sulphurpool-light.css
+%%DATADIR%%/scripts/highlight/styles/atom-one-dark.css
+%%DATADIR%%/scripts/highlight/styles/atom-one-light.css
+%%DATADIR%%/scripts/highlight/styles/brown-paper.css
+%%DATADIR%%/scripts/highlight/styles/brown-papersq.png
+%%DATADIR%%/scripts/highlight/styles/codepen-embed.css
+%%DATADIR%%/scripts/highlight/styles/color-brewer.css
+%%DATADIR%%/scripts/highlight/styles/darcula.css
+%%DATADIR%%/scripts/highlight/styles/dark.css
+%%DATADIR%%/scripts/highlight/styles/darkula.css
+%%DATADIR%%/scripts/highlight/styles/default.css
+%%DATADIR%%/scripts/highlight/styles/docco.css
+%%DATADIR%%/scripts/highlight/styles/dracula.css
+%%DATADIR%%/scripts/highlight/styles/far.css
+%%DATADIR%%/scripts/highlight/styles/foundation.css
+%%DATADIR%%/scripts/highlight/styles/github-gist.css
+%%DATADIR%%/scripts/highlight/styles/github.css
+%%DATADIR%%/scripts/highlight/styles/googlecode.css
+%%DATADIR%%/scripts/highlight/styles/grayscale.css
+%%DATADIR%%/scripts/highlight/styles/gruvbox-dark.css
+%%DATADIR%%/scripts/highlight/styles/gruvbox-light.css
+%%DATADIR%%/scripts/highlight/styles/hopscotch.css
+%%DATADIR%%/scripts/highlight/styles/hybrid.css
+%%DATADIR%%/scripts/highlight/styles/idea.css
+%%DATADIR%%/scripts/highlight/styles/ir-black.css
+%%DATADIR%%/scripts/highlight/styles/kimbie.dark.css
+%%DATADIR%%/scripts/highlight/styles/kimbie.light.css
+%%DATADIR%%/scripts/highlight/styles/magula.css
+%%DATADIR%%/scripts/highlight/styles/mono-blue.css
+%%DATADIR%%/scripts/highlight/styles/monokai-sublime.css
+%%DATADIR%%/scripts/highlight/styles/monokai.css
+%%DATADIR%%/scripts/highlight/styles/obsidian.css
+%%DATADIR%%/scripts/highlight/styles/ocean.css
+%%DATADIR%%/scripts/highlight/styles/paraiso-dark.css
+%%DATADIR%%/scripts/highlight/styles/paraiso-light.css
+%%DATADIR%%/scripts/highlight/styles/pojoaque.css
+%%DATADIR%%/scripts/highlight/styles/pojoaque.jpg
+%%DATADIR%%/scripts/highlight/styles/purebasic.css
+%%DATADIR%%/scripts/highlight/styles/qtcreator_dark.css
+%%DATADIR%%/scripts/highlight/styles/qtcreator_light.css
+%%DATADIR%%/scripts/highlight/styles/railscasts.css
+%%DATADIR%%/scripts/highlight/styles/rainbow.css
+%%DATADIR%%/scripts/highlight/styles/routeros.css
+%%DATADIR%%/scripts/highlight/styles/school-book.css
+%%DATADIR%%/scripts/highlight/styles/school-book.png
+%%DATADIR%%/scripts/highlight/styles/solarized-dark.css
+%%DATADIR%%/scripts/highlight/styles/solarized-light.css
+%%DATADIR%%/scripts/highlight/styles/sunburst.css
+%%DATADIR%%/scripts/highlight/styles/tomorrow-night-blue.css
+%%DATADIR%%/scripts/highlight/styles/tomorrow-night-bright.css
+%%DATADIR%%/scripts/highlight/styles/tomorrow-night-eighties.css
+%%DATADIR%%/scripts/highlight/styles/tomorrow-night.css
+%%DATADIR%%/scripts/highlight/styles/tomorrow.css
+%%DATADIR%%/scripts/highlight/styles/vs.css
+%%DATADIR%%/scripts/highlight/styles/vs2015.css
+%%DATADIR%%/scripts/highlight/styles/xcode.css
+%%DATADIR%%/scripts/highlight/styles/xt256.css
+%%DATADIR%%/scripts/highlight/styles/zenburn.css
+%%DATADIR%%/scripts/katex/README.md
+%%DATADIR%%/scripts/katex/contrib/auto-render.js
+%%DATADIR%%/scripts/katex/contrib/auto-render.min.js
+%%DATADIR%%/scripts/katex/contrib/copy-tex.css
+%%DATADIR%%/scripts/katex/contrib/copy-tex.js
+%%DATADIR%%/scripts/katex/contrib/copy-tex.min.css
+%%DATADIR%%/scripts/katex/contrib/copy-tex.min.js
+%%DATADIR%%/scripts/katex/contrib/mathtex-script-type.min.js
+%%DATADIR%%/scripts/katex/fonts/KaTeX_AMS-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_AMS-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_AMS-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_AMS-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Caligraphic-Bold.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Caligraphic-Bold.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Caligraphic-Bold.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Caligraphic-Bold.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Caligraphic-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Caligraphic-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Caligraphic-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Caligraphic-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Fraktur-Bold.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Fraktur-Bold.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Fraktur-Bold.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Fraktur-Bold.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Fraktur-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Fraktur-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Fraktur-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Fraktur-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Bold.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Bold.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Bold.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Bold.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Italic.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Italic.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Italic.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Italic.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Main-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-BoldItalic.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-BoldItalic.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-BoldItalic.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-BoldItalic.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-Italic.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-Italic.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-Italic.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-Italic.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Math-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Bold.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Bold.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Bold.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Bold.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Italic.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Italic.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Italic.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Italic.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_SansSerif-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Script-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Script-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Script-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Script-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size1-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size1-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size1-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size1-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size2-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size2-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size2-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size2-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size3-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size3-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size3-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size3-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size4-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size4-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size4-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Size4-Regular.woff2
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Typewriter-Regular.eot
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Typewriter-Regular.ttf
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Typewriter-Regular.woff
+%%DATADIR%%/scripts/katex/fonts/KaTeX_Typewriter-Regular.woff2
+%%DATADIR%%/scripts/katex/katex.css
+%%DATADIR%%/scripts/katex/katex.js
+%%DATADIR%%/scripts/katex/katex.min.css
+%%DATADIR%%/scripts/katex/katex.min.js
+%%DATADIR%%/scripts/mathjax/CONTRIBUTING.md
+%%DATADIR%%/scripts/mathjax/LICENSE
+%%DATADIR%%/scripts/mathjax/MathJax.js
+%%DATADIR%%/scripts/mathjax/README.md
+%%DATADIR%%/scripts/mathjax/config/AM_CHTML-full.js
+%%DATADIR%%/scripts/mathjax/config/AM_CHTML.js
+%%DATADIR%%/scripts/mathjax/config/AM_HTMLorMML-full.js
+%%DATADIR%%/scripts/mathjax/config/AM_HTMLorMML.js
+%%DATADIR%%/scripts/mathjax/config/AM_SVG-full.js
+%%DATADIR%%/scripts/mathjax/config/AM_SVG.js
+%%DATADIR%%/scripts/mathjax/config/Accessible-full.js
+%%DATADIR%%/scripts/mathjax/config/Accessible.js
+%%DATADIR%%/scripts/mathjax/config/MML_CHTML-full.js
+%%DATADIR%%/scripts/mathjax/config/MML_CHTML.js
+%%DATADIR%%/scripts/mathjax/config/MML_HTMLorMML-full.js
+%%DATADIR%%/scripts/mathjax/config/MML_HTMLorMML.js
+%%DATADIR%%/scripts/mathjax/config/MML_SVG-full.js
+%%DATADIR%%/scripts/mathjax/config/MML_SVG.js
+%%DATADIR%%/scripts/mathjax/config/MMLorHTML.js
+%%DATADIR%%/scripts/mathjax/config/Safe.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS-MML_HTMLorMML-full.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS-MML_HTMLorMML.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS-MML_SVG-full.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS-MML_SVG.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS_CHTML-full.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS_CHTML.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS_HTML-full.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS_HTML.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS_SVG-full.js
+%%DATADIR%%/scripts/mathjax/config/TeX-AMS_SVG.js
+%%DATADIR%%/scripts/mathjax/config/TeX-MML-AM_CHTML-full.js
+%%DATADIR%%/scripts/mathjax/config/TeX-MML-AM_CHTML.js
+%%DATADIR%%/scripts/mathjax/config/TeX-MML-AM_HTMLorMML-full.js
+%%DATADIR%%/scripts/mathjax/config/TeX-MML-AM_HTMLorMML.js
+%%DATADIR%%/scripts/mathjax/config/TeX-MML-AM_SVG-full.js
+%%DATADIR%%/scripts/mathjax/config/TeX-MML-AM_SVG.js
+%%DATADIR%%/scripts/mathjax/config/default.js
+%%DATADIR%%/scripts/mathjax/config/local/local.js
+%%DATADIR%%/scripts/mathjax/extensions/AssistiveMML.js
+%%DATADIR%%/scripts/mathjax/extensions/CHTML-preview.js
+%%DATADIR%%/scripts/mathjax/extensions/FontWarnings.js
+%%DATADIR%%/scripts/mathjax/extensions/HTML-CSS/handle-floats.js
+%%DATADIR%%/scripts/mathjax/extensions/HelpDialog.js
+%%DATADIR%%/scripts/mathjax/extensions/MatchWebFonts.js
+%%DATADIR%%/scripts/mathjax/extensions/MathEvents.js
+%%DATADIR%%/scripts/mathjax/extensions/MathML/content-mathml.js
+%%DATADIR%%/scripts/mathjax/extensions/MathML/mml3.js
+%%DATADIR%%/scripts/mathjax/extensions/MathMenu.js
+%%DATADIR%%/scripts/mathjax/extensions/MathZoom.js
+%%DATADIR%%/scripts/mathjax/extensions/Safe.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/AMScd.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/AMSmath.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/AMSsymbols.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/HTML.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/action.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/autobold.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/autoload-all.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/bbox.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/begingroup.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/boldsymbol.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/cancel.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/color.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/enclose.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/extpfeil.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/mathchoice.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/mediawiki-texvc.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/mhchem.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/mhchem3/mhchem.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/newcommand.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/noErrors.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/noUndefined.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/unicode.js
+%%DATADIR%%/scripts/mathjax/extensions/TeX/verb.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/accessibility-menu.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/auto-collapse.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/collapsible.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/explorer.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/invalid_keypress.mp3
+%%DATADIR%%/scripts/mathjax/extensions/a11y/invalid_keypress.ogg
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathjax-sre.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/functions/algebra.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/functions/elementary.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/functions/functions_spanish.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/functions/hyperbolic.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/functions/trigonometry.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/mathmaps_ie.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/greek-capital.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/greek-mathfonts.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/greek-scripts.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/greek-small.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/greek-symbols.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/hebrew_letters.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-lower-double-accent.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-lower-normal.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-lower-phonetic.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-lower-single-accent.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-mathfonts.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-rest.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-upper-double-accent.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-upper-normal.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/latin-upper-single-accent.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_angles.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_arrows.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_characters.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_delimiters.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_digits.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_geometry.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_harpoons.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_non_characters.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_symbols.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/math_whitespace.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/other_stars.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/spanish.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/symbols/spanish_mathfonts.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/energy.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/length.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/memory.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/other.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/speed.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/temperature.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/time.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/units_spanish.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/volume.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/mathmaps/units/weight.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/semantic-enrich.js
+%%DATADIR%%/scripts/mathjax/extensions/a11y/wgxpath.install.js
+%%DATADIR%%/scripts/mathjax/extensions/asciimath2jax.js
+%%DATADIR%%/scripts/mathjax/extensions/fast-preview.js
+%%DATADIR%%/scripts/mathjax/extensions/jsMath2jax.js
+%%DATADIR%%/scripts/mathjax/extensions/mml2jax.js
+%%DATADIR%%/scripts/mathjax/extensions/tex2jax.js
+%%DATADIR%%/scripts/mathjax/extensions/toMathML.js
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/OFL.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Alphabets-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Arrows-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_DoubleStruck-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Fraktur-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Latin-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Main-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Marks-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Misc-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Monospace-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_NonUnicode-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Normal-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Operators-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_SansSerif-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Script-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Shapes-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size1-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size2-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size3-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size4-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size5-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size6-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Symbols-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Variants-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Alphabets-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Arrows-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_DoubleStruck-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Fraktur-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Latin-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Main-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Marks-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Misc-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Monospace-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_NonUnicode-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Normal-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Operators-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_SansSerif-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Script-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Shapes-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size1-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size2-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size3-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size4-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size5-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size6-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Symbols-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Variants-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Alphabets-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Arrows-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_DoubleStruck-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Fraktur-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Latin-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Main-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Marks-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Misc-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Monospace-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_NonUnicode-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Normal-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Operators-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_SansSerif-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Script-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Shapes-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size1-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size2-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size3-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size4-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size5-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size6-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Symbols-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Variants-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/GUST-FONT-LICENSE.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/MANIFEST-GyrePagellaMathJax.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Alphabets-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Arrows-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_DoubleStruck-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Fraktur-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Latin-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Main-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Marks-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Misc-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Monospace-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_NonUnicode-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Normal-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Operators-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_SansSerif-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Script-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Shapes-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size1-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size2-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size3-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size4-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size5-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size6-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Symbols-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Variants-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Alphabets-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Arrows-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_DoubleStruck-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Fraktur-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Latin-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Main-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Marks-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Misc-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Monospace-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_NonUnicode-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Normal-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Operators-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_SansSerif-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Script-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Shapes-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size1-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size2-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size3-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size4-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size5-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size6-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Symbols-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Variants-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Alphabets-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Arrows-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_DoubleStruck-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Fraktur-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Latin-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Main-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Marks-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Misc-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Monospace-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_NonUnicode-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Normal-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Operators-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_SansSerif-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Script-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Shapes-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size1-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size2-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size3-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size4-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size5-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size6-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Symbols-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Variants-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/GUST-FONT-LICENSE.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/MANIFEST-GyreTermesMathJax.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Alphabets-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Arrows-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_DoubleStruck-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Fraktur-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Latin-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Main-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Marks-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Misc-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Monospace-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_NonUnicode-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Normal-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Operators-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_SansSerif-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Script-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Shapes-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size1-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size2-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size3-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size4-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size5-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size6-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Symbols-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Variants-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Alphabets-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Arrows-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_DoubleStruck-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Fraktur-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Latin-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Main-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Marks-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Misc-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Monospace-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_NonUnicode-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Normal-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Operators-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_SansSerif-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Script-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Shapes-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size1-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size2-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size3-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size4-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size5-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size6-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Symbols-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Variants-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Alphabets-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Arrows-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_DoubleStruck-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Fraktur-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Latin-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Main-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Marks-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Misc-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Monospace-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_NonUnicode-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Normal-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Operators-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_SansSerif-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Script-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Shapes-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size1-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size2-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size3-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size4-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size5-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size6-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Symbols-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Variants-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/GUST-FONT-LICENSE.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/MANIFEST-LatinModernMathJax.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Alphabets-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Arrows-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_DoubleStruck-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Fraktur-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Latin-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Main-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Marks-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Misc-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Monospace-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_NonUnicode-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Normal-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Operators-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_SansSerif-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Script-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Shapes-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size1-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size2-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size3-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size4-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size5-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size6-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size7-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Symbols-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Variants-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Alphabets-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Arrows-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_DoubleStruck-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Fraktur-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Latin-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Main-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Marks-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Misc-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Monospace-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_NonUnicode-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Normal-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Operators-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_SansSerif-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Script-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Shapes-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size1-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size2-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size3-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size4-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size5-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size6-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size7-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Symbols-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Variants-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Alphabets-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Arrows-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_DoubleStruck-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Fraktur-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Latin-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Main-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Marks-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Misc-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Monospace-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_NonUnicode-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Normal-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Operators-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_SansSerif-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Script-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Shapes-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size1-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size2-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size3-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size4-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size5-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size6-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size7-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Symbols-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Variants-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/OFL.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Alphabets-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Arrows-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Fraktur-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Main-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Marks-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_NonUnicode-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Normal-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Operators-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Script-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Shapes-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size1-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size2-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size3-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size4-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size5-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Symbols-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Variants-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Alphabets-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Arrows-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Fraktur-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Main-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Marks-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_NonUnicode-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Normal-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Operators-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Script-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Shapes-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size1-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size2-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size3-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size4-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size5-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Symbols-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Variants-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Alphabets-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Arrows-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Fraktur-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Main-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Marks-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_NonUnicode-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Normal-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Operators-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Script-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Shapes-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size1-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size2-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size3-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size4-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size5-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Symbols-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Variants-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/OFL.txt
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Arrows-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Arrows-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Fraktur-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Fraktur-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Monospace-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Operators-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Operators-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size1-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size2-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size3-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size4-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size5-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Symbols-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Symbols-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Arrows-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Arrows-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Fraktur-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Fraktur-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Monospace-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Operators-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Operators-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size1-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size2-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size3-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size4-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size5-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Symbols-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Symbols-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_AMS-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Math-BoldItalic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Math-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Math-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Italic.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Script-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Size1-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Size2-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Size3-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Size4-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Typewriter-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Vector-Bold.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_Vector-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/eot/MathJax_WinIE6-Regular.eot
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Vector-Bold.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Vector-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0020.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0041.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0042.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0043.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0044.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0045.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0046.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0047.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0048.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/0049.png
+%%DATADIR%%/scripts/mathjax/fonts/HTML-CSS/TeX/png/AMS/Regular/050/004A.png

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list