pandoc-math


Namepandoc-math JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryA pandoc filter for converting LaTeX to html for mathematics teaching
upload_time2023-08-14 15:14:47
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements pytest panflute pylatexenc
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pandoc-math
A pandoc filter for converting LaTeX to html for mathematics documents. Provides support for various environments & commands in the amsthm/amsmath packages and equation labelling & referencing.

Installation
------------

Requires Python > 3.7 which can be installed here: [Python download page](https://www.python.org/downloads/) and Pandoc > 2.11 which can be installed here: [Pandoc installation page](https://pandoc.org/installing.html).

To download pandoc-math, use the pip tool with the command:

    pip install pandoc-math

Documentation:
-------------
https://gavinmcwhinnie.github.io/pandoc-math

Usage
-----

The basic usage of pandoc-math is:

    pandoc-math [file] [options]

Where  `[file]` is a `.TeX` file to be converted to html.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pandoc-math",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Gavin McWhinnie <gmcwhinn@ed.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/a6/49/c130c2636372acb886cfcf3eaf02154ba72cbe20dc8c8f452ce80ed587d6/pandoc-math-1.0.0.tar.gz",
    "platform": null,
    "description": "# pandoc-math\r\nA pandoc filter for converting LaTeX to html for mathematics documents. Provides support for various environments & commands in the amsthm/amsmath packages and equation labelling & referencing.\r\n\r\nInstallation\r\n------------\r\n\r\nRequires Python > 3.7 which can be installed here: [Python download page](https://www.python.org/downloads/) and Pandoc > 2.11 which can be installed here: [Pandoc installation page](https://pandoc.org/installing.html).\r\n\r\nTo download pandoc-math, use the pip tool with the command:\r\n\r\n    pip install pandoc-math\r\n\r\nDocumentation:\r\n-------------\r\nhttps://gavinmcwhinnie.github.io/pandoc-math\r\n\r\nUsage\r\n-----\r\n\r\nThe basic usage of pandoc-math is:\r\n\r\n    pandoc-math [file] [options]\r\n\r\nWhere  `[file]` is a `.TeX` file to be converted to html.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A pandoc filter for converting LaTeX to html for mathematics teaching",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/GavinMcWhinnie/pandoc-math/issues",
        "Homepage": "https://github.com/GavinMcWhinnie/pandoc-math"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd43910dc9cc7415050375019553844706d6650f6a9173a9f878bb844ca50c02",
                "md5": "ed469e7aba98f4969d78f656b77a6c41",
                "sha256": "70f1ee6797c980fb7cd92789067dbc9afcc99204c73c30cac6e7f65f790bb047"
            },
            "downloads": -1,
            "filename": "pandoc_math-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ed469e7aba98f4969d78f656b77a6c41",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12049,
            "upload_time": "2023-08-14T15:14:45",
            "upload_time_iso_8601": "2023-08-14T15:14:45.044166Z",
            "url": "https://files.pythonhosted.org/packages/cd/43/910dc9cc7415050375019553844706d6650f6a9173a9f878bb844ca50c02/pandoc_math-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a649c130c2636372acb886cfcf3eaf02154ba72cbe20dc8c8f452ce80ed587d6",
                "md5": "91b52f8968ce493fd1f23a81135525cc",
                "sha256": "f0bfa61ccc9975409a5c54682e89f65c7e2b1e5febfc8fac298ec405bc37c9cd"
            },
            "downloads": -1,
            "filename": "pandoc-math-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "91b52f8968ce493fd1f23a81135525cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9537,
            "upload_time": "2023-08-14T15:14:47",
            "upload_time_iso_8601": "2023-08-14T15:14:47.535795Z",
            "url": "https://files.pythonhosted.org/packages/a6/49/c130c2636372acb886cfcf3eaf02154ba72cbe20dc8c8f452ce80ed587d6/pandoc-math-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-14 15:14:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GavinMcWhinnie",
    "github_project": "pandoc-math",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "7.1"
                ]
            ]
        },
        {
            "name": "panflute",
            "specs": [
                [
                    ">=",
                    "2.3.0"
                ]
            ]
        },
        {
            "name": "pylatexenc",
            "specs": [
                [
                    ">=",
                    "2.10"
                ]
            ]
        }
    ],
    "lcname": "pandoc-math"
}
        
Elapsed time: 0.11219s