{ "info": { "author": "Ryan Krauss & Paul-Michael Agapow", "author_email": "ryanwkrauss@gmail.com, agapow@bbsrc.ac.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Multimedia :: Graphics :: Presentation", "Topic :: Text Processing :: Markup", "Topic :: Utilities" ], "description": "Introduction\n============\n\nA docutils script converting restructured text into Beamer-flavoured LaTeX.\n\nBeamer is a LaTeX document class for presentations. rst2beamer [#homepage]_\nprovides a Docutils [#docutils]_ writer that transforms restructured text\n[#rst]_ into Beamer-flavoured LaTeX. and provides a commandline script for the\nsame. Via this script, ReST can therefore be used to prepare slides and\npresentations.\n\n\nInstallation\n============\n\nrst2beamer can be installed via setuptools / easy_install or manually. Consult\nthe enclosed manual for further details.\n\n\nUsage\n=====\n\nrst2beamer should interpret a reasonable subset of restructured text and\nproduce reasonable LaTeX. Not all features of beamer have been implemented,\njust a (large) subset that allows the quick production of good looking slides.\nThese include:\n\n* Overlay lists (i.e. list items that appear point-by-point)\n* Beamer themes\n* Automatic centering and resizing of figures\n* Embedded notes and the output of note slides.\n* Arranging slide contents into columns.\n\nSome examples can be found in the ``docs/examples`` directory of the\ndistribution. In practice, rst2beamer can be used with ``pdflatex`` to get PDF\nversions of a presentation.\n\n.. note::\n\n\tDepending on your platform, the script may be installed as ``rst2beamer``,\n\tor ``rst2beamer.py``.\n\nrst2beamer is called::\n\n rst2beamer [options] [ []]\n\nFor example::\n\n\trst2beamer infile.txt outfile.tex\n\nwhere ``infile.txt`` contains the ReST and ``outfile.tex`` contains the\nproduced Beamer LaTeX.\n\nIt supports the usual docutils and LaTeX writer (rst2latex) options, save the\n``documentclass`` option (which is fixed to ``beamer``) and hyperref options\n(which are already set in beamer). It also supports:\n\n--theme=THEME Specify Beamer theme.\n--overlaybullets=OVERLAYBULLETS\n Overlay bulleted items. Put [<+-| alert@+>] at the end\n of \\begin{itemize} so that Beamer creats an overlay\n for each bulleted item and the presentation reveals\n one bullet at a time\n--centerfigs=CENTERFIGS\n Center figures. All includegraphics statements will\n be put inside center environments.\n--documentoptions=DOCUMENTOPTIONS\n Specify document options. Multiple options can be\n given, separated by commas. Default is\n \"10pt,a4paper\".\n--shownotes=SHOWNOTES Print embedded notes along with the slides. Possible\n arguments include 'false' (don't show), 'only' (show\n only notes), 'left', 'right', 'top', 'bottom' (show in\n relation to the annotated slide).\n\n\nLimitations\n===========\n\nEarlier versions of rst2beamer did not work with docutils 0.4, seemingly due\nto changes in the LaTeX writer. While this has been fixed, most work has been\ndone with docutils snapshots from version 0.5 and up. In balance, users are\nrecommended to update docutils.\n\nMore recently, changes in the LaTeX writer in docutils 0.6 broke rst2beamer\nagain. We think all those bugs have been caught.\n\nNot all features of beamer are supported, and some - that deal with with page\nlayout or presentation - may never be. Introducing complex syntax to achieve\ncomplex and specific page effects defeats the point of ReST's simple and\neasy-to-write format. If you need a complex presentation, use Powerpoint or\nKeynote.\n\nIf the content for an individual slide is too large, it will simply overflow\nthe edges of the slide and disappear. Arguably, this is a sign you should put\nless on each slide.\n\n\nCredits\n=======\n\nrst2beamer is developed by `Ryan Krauss `__ and\n`Paul-Michael Agapow `__. Thanks to those who reported and\nhelped us track down bugs: Perttu Laurinen, Mike Pennington, James Haggerty\nand Dale Hathaway.\n\n\nReferences\n==========\n\n.. [#homepage] rst2beamer homepages at `agapow.net\n `__ and `cs.siue.edu\n `__\n\n.. [#docutils] `Docutils homepage `__\n\n.. [#rst] `Restructured text `__\n\n.. [#beamer] `Beamer homepage `__\n\n\nHistory\n=======\n\nv0.6.6, 2009-11-06\n------------------\n\n* Added experimental support for codeblocks, which may be syntax-colored with\n Pygments.\n\n* Normalised all directive names to ``r2b-`` (as opposed to ``r2b_``) in\n line with general docutils style, although the old names are still silently\n supported.\n\n\nv0.6.4, 2009-10-22\n------------------\n\n* The parsed-literal environment was losing indentation, and perhaps has been\n since docutils 0.4. It now works correctly. \n \n* Added \"calling\" information to examples. Also added bullet example.\n\n\nv0.6.2, 2009-10-20\n------------------\n\n* It seems there have been some changes in the docutils LaTeX2e writer, which\n the Beamer writer is based upon. Hopefully they've all been caught.\n\n* Corrected url in header of source, as well as some misspellings.\n\n\nv0.6.1, 2009-09-14\n------------------\n\n* Added note environment\n\n* Added manual\n\n\nv0.6, 2009-09-03\n----------------\n\n* Introduced column environment\n\n\nv0.5.3, 2009-07-16\n------------------\n\n* Fixed manifest so source included (facepalm)\n\n* Changed setup.py to get single-file module to install\n\n\nv0.5.1, 2009-05-08\n------------------\n\n* Expanded documentation.\n\n\nv0.5, 2009-05-07\n----------------\n\n* Shift to setuptools distribution with script installation. \n\n\nv0.3, 2009-03-25\n----------------\n\n* RK takes over. Sections and subsections are supported. Images default to being centered and having a height of 0.7\\textheight.\n\n\nv0.2.1, 2008-08-30\n------------------\n\n* Date approximate. Earlier versions of rst2beamer did not work with docutils 0.4, seemingly due to changes in the LaTeX writer. \n\n\nv0.2.0, 2007-08-30\n------------------\n\n* Date approximate. Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.agapow.net/software/rst2beamer", "keywords": "presentation docutils rst restructured-text", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "rst2beamer", "package_url": "https://pypi.org/project/rst2beamer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rst2beamer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.agapow.net/software/rst2beamer" }, "release_url": "https://pypi.org/project/rst2beamer/0.6.6/", "requires_dist": null, "requires_python": null, "summary": "A docutils writer and script for converting restructured text to the Beamer presentation format", "version": "0.6.6" }, "last_serial": 799094, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "f0e6c1a0cae00922c6c58cf0752123ab", "sha256": "d389472d60a2b4dc2aa5c4f4295dc11285982c7ef5a3439c401db41404cb09e8" }, "downloads": -1, "filename": "rst2beamer-0.5-py2.5.egg", "has_sig": false, "md5_digest": "f0e6c1a0cae00922c6c58cf0752123ab", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 2548, "upload_time": "2009-05-07T13:20:46", "url": "https://files.pythonhosted.org/packages/5d/80/f582b28b3f23de89604e38c8c653108d3f385bc65ee4c966b9fe0dd90ccd/rst2beamer-0.5-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "30770f5a853342907ac1a99704dccb9d", "sha256": "daa88321244adee6e92b49757966fe726a93db4c960f804b52f5f8576f296105" }, "downloads": -1, "filename": "rst2beamer-0.5.tar.gz", "has_sig": false, "md5_digest": "30770f5a853342907ac1a99704dccb9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30165, "upload_time": "2009-05-07T13:20:46", "url": "https://files.pythonhosted.org/packages/4d/b6/c35f5d24ec675518addda68cd30313006dda0bdd76aa9ec2c30492ed7e6b/rst2beamer-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "d0068efbc55cfe53a1f22fe9e349034f", "sha256": "d857d5942be49a313ace23977ec58da5cdf19048367113444b775e1bf79ab1f8" }, "downloads": -1, "filename": "rst2beamer-0.5.1-py2.5.egg", "has_sig": false, "md5_digest": "d0068efbc55cfe53a1f22fe9e349034f", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 4206, "upload_time": "2009-05-08T12:15:19", "url": "https://files.pythonhosted.org/packages/92/75/16fd7f555514261dfa7ec3a5aa47f742a678a744bafe12e5d8edd6a3757c/rst2beamer-0.5.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "6612bb75a2516b90272a37634c46aa9f", "sha256": "5b71c576af0e482704b7c52c03e776ba277aee10e5201cdb8673c91d1dc9004d" }, "downloads": -1, "filename": "rst2beamer-0.5.1.tar.gz", "has_sig": false, "md5_digest": "6612bb75a2516b90272a37634c46aa9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32333, "upload_time": "2009-05-08T12:15:19", "url": "https://files.pythonhosted.org/packages/03/a7/2058e2d645a5f70d18b79969428ee2cbbd82eb835f902ccc2ab6f59b9089/rst2beamer-0.5.1.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "d0a0ed1990ab3e117e798af323ab9f27", "sha256": "46bea55a83467564cdb046072a8451858cd4ab09323df0e5b475c2dfc3abef3c" }, "downloads": -1, "filename": "rst2beamer-0.5.3-py2.5.egg", "has_sig": false, "md5_digest": "d0a0ed1990ab3e117e798af323ab9f27", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 14478, "upload_time": "2009-07-17T10:59:00", "url": "https://files.pythonhosted.org/packages/e3/c7/0854dfb93fd077653e7e36f56df1418535e074f81abebeed962c4e3bf1a5/rst2beamer-0.5.3-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "0f3f31fd276fa26dcd3350fddbb9143b", "sha256": "9dc1c95ae9266e96ab2972604617b0ea3feb4be6c8c69027bf638ffea5194999" }, "downloads": -1, "filename": "rst2beamer-0.5.3.tar.gz", "has_sig": false, "md5_digest": "0f3f31fd276fa26dcd3350fddbb9143b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36949, "upload_time": "2009-07-17T10:59:01", "url": "https://files.pythonhosted.org/packages/15/9a/b4262b72c64f0acac9ee1cd8059a653a458fce390b181cd7a170d9bc1174/rst2beamer-0.5.3.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "9de89aa30f69f020f8f23dd19b94b49e", "sha256": "7fdad440523cc7dc7a04da409335e5eb9b9803750d95229e542de4ab9988bb46" }, "downloads": -1, "filename": "rst2beamer-0.6.1-py2.5.egg", "has_sig": false, "md5_digest": "9de89aa30f69f020f8f23dd19b94b49e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 21164, "upload_time": "2009-09-14T16:37:38", "url": "https://files.pythonhosted.org/packages/06/3e/1c3268d707931583c6f6f473e5a7a7a2082ef8b539a15ef42696bc7efa4d/rst2beamer-0.6.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "ac793be098af56731d8e7f59f2dde819", "sha256": "5fe3bf0052093a569c0eb95097c89ae4e3d943becb9fe75208d8c4f4508e1f12" }, "downloads": -1, "filename": "rst2beamer-0.6.1.tar.gz", "has_sig": false, "md5_digest": "ac793be098af56731d8e7f59f2dde819", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 174317, "upload_time": "2009-09-14T16:37:40", "url": "https://files.pythonhosted.org/packages/09/2a/b80a3c653f54dda836b5f25b2eb4afbd28e712aba62b25f704611afd3015/rst2beamer-0.6.1.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "9772e3d7f8391cc0d9e40cd18c701388", "sha256": "8f4b5e4fcb736cabb03196f583a9011de942de263b4e3681fe2115936a3db69b" }, "downloads": -1, "filename": "rst2beamer-0.6.3-py2.6.egg", "has_sig": false, "md5_digest": "9772e3d7f8391cc0d9e40cd18c701388", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 22132, "upload_time": "2009-10-21T12:37:08", "url": "https://files.pythonhosted.org/packages/f0/96/22c7c33a00a63ead324f5c94e7e3f3d2fdce03c9db76e767435f1f0a1554/rst2beamer-0.6.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "005290452b9519e51ddf8df6d6291655", "sha256": "dda979e276e223c0ef69920cb406ec9efc3c8411042211657c879b5f0dcc0dfd" }, "downloads": -1, "filename": "rst2beamer-0.6.3.tar.gz", "has_sig": false, "md5_digest": "005290452b9519e51ddf8df6d6291655", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 398018, "upload_time": "2009-10-21T12:37:23", "url": "https://files.pythonhosted.org/packages/2a/31/50d10fc61a8eb6d8b4ac7a5e9d503ee28f31d92b4906907863cf0b03a723/rst2beamer-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "048b606ba600b4bca57072ab53ce84dc", "sha256": "762ffcd2ab6303c5a07e91f5615ae90afe60720b444b2dcecb71900b20ae2668" }, "downloads": -1, "filename": "rst2beamer-0.6.4.tar.gz", "has_sig": false, "md5_digest": "048b606ba600b4bca57072ab53ce84dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 695913, "upload_time": "2009-10-27T12:56:39", "url": "https://files.pythonhosted.org/packages/ea/b9/235fdec203a9a5015bc18e17c0a519424ee83f619f42f28492c99977c9dc/rst2beamer-0.6.4.tar.gz" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "9bd2b7f6b659b5ffe8bc1e1ea8c12c77", "sha256": "25faef1a0657afb4af423db568cdeebff44c4edc74214ba7d1aad7a45ea72254" }, "downloads": -1, "filename": "rst2beamer-0.6.6.tar.gz", "has_sig": false, "md5_digest": "9bd2b7f6b659b5ffe8bc1e1ea8c12c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 799959, "upload_time": "2009-11-11T13:11:40", "url": "https://files.pythonhosted.org/packages/b9/e3/010896055080b5f0ba7424abc41bae3dc9a8da4e6767290fd772c444d651/rst2beamer-0.6.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9bd2b7f6b659b5ffe8bc1e1ea8c12c77", "sha256": "25faef1a0657afb4af423db568cdeebff44c4edc74214ba7d1aad7a45ea72254" }, "downloads": -1, "filename": "rst2beamer-0.6.6.tar.gz", "has_sig": false, "md5_digest": "9bd2b7f6b659b5ffe8bc1e1ea8c12c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 799959, "upload_time": "2009-11-11T13:11:40", "url": "https://files.pythonhosted.org/packages/b9/e3/010896055080b5f0ba7424abc41bae3dc9a8da4e6767290fd772c444d651/rst2beamer-0.6.6.tar.gz" } ] }