{ "info": { "author": "Ryan Marcus", "author_email": "ryan@ryanmarc.us", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# tex2svg\n\nA simple program to convert a LaTeX equations to SVGs.\n\n```bash\n# for \"inline mode\" LaTeX\necho \"x^2\" | tex2svg > x2.svg \n\n# for \"block\" LaTeX\necho \"x^2\" | tex2svg --block > x2.svg\n```\n\nDepends on `pdflatex`, `pdfcrop`, `pdf2svg`, and `svgo`. On Arch Linux, you can install these with:\n\n```bash\nsudo pacman -S pdf2svg texlive-most npm\nsudo npm install -g svgo\n```\n\nThis program automatically caches outputs. The cache is stored in `~/.tex2svg`. \n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RyanMarcus/tex2svg", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "tex2svg", "package_url": "https://pypi.org/project/tex2svg/", "platform": "", "project_url": "https://pypi.org/project/tex2svg/", "project_urls": { "Homepage": "https://github.com/RyanMarcus/tex2svg" }, "release_url": "https://pypi.org/project/tex2svg/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A script to convert LaTeX snippets to SVG", "version": "0.0.1" }, "last_serial": 5367913, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "01c724429ba29b2cd9693be29cd28a2a", "sha256": "0a70bd6fde9a112b84397973a994c7c571c4cd8694a7287ac43c1548cdfb7f91" }, "downloads": -1, "filename": "tex2svg-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "01c724429ba29b2cd9693be29cd28a2a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27464, "upload_time": "2019-06-06T15:49:46", "url": "https://files.pythonhosted.org/packages/4d/d2/5290ca4eba5dff5efba89c5cc480eb19657db233b379f4a16fa0f1197530/tex2svg-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00a6552d6703cd9a596bb803ecedc7e0", "sha256": "bec8f507b58a91c42bfb66bc522b66853e604e211c6dff6539a6ccb91bfa4296" }, "downloads": -1, "filename": "tex2svg-0.0.1.tar.gz", "has_sig": false, "md5_digest": "00a6552d6703cd9a596bb803ecedc7e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2405, "upload_time": "2019-06-06T15:49:48", "url": "https://files.pythonhosted.org/packages/a6/51/e6a55aa2e629359bf82c568c0583ae2b7f340573b4ada876b02203b9ad85/tex2svg-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01c724429ba29b2cd9693be29cd28a2a", "sha256": "0a70bd6fde9a112b84397973a994c7c571c4cd8694a7287ac43c1548cdfb7f91" }, "downloads": -1, "filename": "tex2svg-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "01c724429ba29b2cd9693be29cd28a2a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27464, "upload_time": "2019-06-06T15:49:46", "url": "https://files.pythonhosted.org/packages/4d/d2/5290ca4eba5dff5efba89c5cc480eb19657db233b379f4a16fa0f1197530/tex2svg-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00a6552d6703cd9a596bb803ecedc7e0", "sha256": "bec8f507b58a91c42bfb66bc522b66853e604e211c6dff6539a6ccb91bfa4296" }, "downloads": -1, "filename": "tex2svg-0.0.1.tar.gz", "has_sig": false, "md5_digest": "00a6552d6703cd9a596bb803ecedc7e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2405, "upload_time": "2019-06-06T15:49:48", "url": "https://files.pythonhosted.org/packages/a6/51/e6a55aa2e629359bf82c568c0583ae2b7f340573b4ada876b02203b9ad85/tex2svg-0.0.1.tar.gz" } ] }