chiark / gitweb /
Better credits for latex2svg.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 6 Nov 2017 20:21:20 +0000 (21:21 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 6 Nov 2017 20:21:20 +0000 (21:21 +0100)
Sorry!

CREDITS.rst
README.rst
doc/plugins/math-and-code.rst

index 6b6db4025a6f23a6012b133b8a9950868aff5932..9c1a59cb51313e06a4d978afc36efc5ce61ab858 100644 (file)
@@ -3,5 +3,4 @@ Third-party components
 
 -   The ``m.math`` plugin makes use of the **latex2svg** utility ---
     https://github.com/tuxu/latex2svg, licensed under
-    `MIT license <https://github.com/tuxu/latex2svg/blob/master/LICENSE.md`_
-
+    `MIT license <https://github.com/tuxu/latex2svg/blob/master/LICENSE.md>`_
index 492fe564030003192e9b115c3406c9b846ae095f..8deb8986efa9734ee6292ae57f929cef3160735d 100644 (file)
@@ -111,8 +111,8 @@ Feel free to visit the project website or contact the author at:
 CREDITS
 =======
 
-See the `CREDITS.rst <CREDITS.rst>`_ file for details. Big thanks to everyone
-involved!
+See the `CREDITS.rst <CREDITS.rst>`_ file for details about contributors and
+third-party code involved in this project. Big thanks to everyone involved!
 
 LICENSE
 =======
index 01a71f8fbd70d074b1a598c82412f2906770a77b..38333e3d187c1664ad60d9fdad84ab90f8050006 100644 (file)
@@ -66,14 +66,20 @@ package manager, for example on Ubuntu:
 
     sudo apt-get install texlive-base texlive-latex-extra texlive-fonts-extra
 
+.. note-success::
+
+    This plugin makes use of the ``latex2svg.py`` utility from :gh:`tuxu/latex2svg`,
+    © 2017 `Tino Wagner <http://www.tinowagner.com/>`_, licensed under
+    :gh:`MIT <tuxu/latex2svg$master/LICENSE.md>`.
+
 The plugin overrides the builtin docutils
 `math directive <http://docutils.sourceforge.net/docs/ref/rst/directives.html#math>`_
 and `math interpreted text role <http://docutils.sourceforge.net/docs/ref/rst/roles.html#math>`_
 and:
 
--   Instead of relying on MathML or MathJax, uses :gh:`latex2svg <tuxu/latex2svg>`
-    to convert input LaTeX math formula to a SVG file, which is then embedded
-    directly to the page. All glyphs are converted to paths.
+-   Instead of relying on MathML or MathJax, converts input LaTeX math formula
+    to a SVG file, which is then embedded directly to the page. All glyphs are
+    converted to paths.
 -   Adds a :html:`<title>` and :html:`<desc>` containing the original formula
     to the generated :html:`<svg>` element for accessibility.