{ "info": { "author": "Kevin D. Smith", "author_email": "Kevin.Smith@sas.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Zope3", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: Jython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": ".. image:: https://travis-ci.org/NextThought/nti.plasTeX.svg?branch=master\n :target: https://travis-ci.org/NextThought/nti.plasTeX\n\n.. note:: This README, while providing a basic introduction, is probably\n\t\t outdated in many important ways in the context of this fork.\n\nInstallation of this package is done just like any other modern Python\npackage. See the INSTALL file for details.\n\nOnce you have plasTeX installed, you can use the command-line utility,\ncalled \"plastex\" just like latex or pdflatex. For example, if you\nhave a LaTeX file called mybook.tex, simply run::\n\n plastex mybook.tex\n\nThis will convert mybook.tex into XHTML (the default renderer). Of course,\nthere are many options to control the execution of plastex. Simply type\n\"plastex\" on the command line without options or arguments to see the\nfull list of command-line options.\n\nIt is also possible to write your own command-line utilities that leverage\nthe power of the plasTeX framework. In fact, the essence of the \"plastex\"\ncommand can be written in just one line of code (not including the Python\nimport commands)::\n\n import sys\n from plasTeX.TeX import TeX\n from plasTeX.Renderers.XHTML import Renderer\n Renderer().render(TeX(file=sys.argv[1]).parse())\n\nplasTeX is really much more than just a LaTeX-to-other-format converter\nthough. See the documentation at http://plastex.sf.net/ for a complete\nview of what it is capable of.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nti.plasTeX", "package_url": "https://pypi.org/project/nti.plasTeX/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nti.plasTeX/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/nti.plasTeX/0.9.3.dev0/", "requires_dist": null, "requires_python": null, "summary": "LaTeX document processing framework", "version": "0.9.3.dev0" }, "last_serial": 4419395, "releases": { "0.9.3.dev0": [] }, "urls": [] }