{ "info": { "author": "Laurent Peuch", "author_email": "cortex@worlddomination.be", "bugtrack_url": null, "classifiers": [], "description": "# Introduction\n\nButteur is a preprocessor to write beamers slides more easily by allowing you to use a more concise syntax. It was also an excuse for me to learn lex/yacc\n\n# Installation\n\nIn a virtualenv or as root:\n\n pip install butteur\n\nYou'll need to have the command \"pdflatex\" available.\n\n# Usage\n\n butteur file.butt\n\n# Example\n\n theme Berlin\n title the title of the document\n author Myself master of the world\n\n slide\n this is the first line\n you don't need to put a blank line between 2 lines\n you can put \\emph{raw latex here}\n\n slide this slide has a title\n and some content\n\n# Result in .tex\n\n \\documentclass{beamer}\n \\usepackage[utf8]{inputenc}\n \\usepackage{verbatim}\n \\usepackage{ulem}\n \\usepackage{fancyvrb}\n \\usepackage{color}\n \\usepackage{tikz}\n\n \\begin{document}\n \\title{the title of the document}\n \\author{Myself master of the world}\n \\maketitle{}\n \\begin{frame}[fragile]{}\n this is the first line\n\n you don't need to put a blank line between 2 lines\n\n you can put \\emph{raw latex here}\n\n \\end{frame}\n \\begin{frame}[fragile]{this slide has a title}\n and some content\n\n \\end{frame}\n \\end{document}", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Psycojoker/butteur", "keywords": "latex beamer preprocessor", "license": "gplv3+", "maintainer": null, "maintainer_email": null, "name": "Butteur", "package_url": "https://pypi.org/project/Butteur/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Butteur/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Psycojoker/butteur" }, "release_url": "https://pypi.org/project/Butteur/0.1/", "requires_dist": null, "requires_python": null, "summary": "a preprocessor to write beamers slide more easily", "version": "0.1" }, "last_serial": 783894, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "afda62464e16b376f8d1620d657b1b32", "sha256": "52b8ad7b06876a4c1bde16117207c06229d03aabf94cd9c634e27a535386919f" }, "downloads": -1, "filename": "Butteur-0.1.tar.gz", "has_sig": false, "md5_digest": "afda62464e16b376f8d1620d657b1b32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3517, "upload_time": "2012-07-18T00:54:33", "url": "https://files.pythonhosted.org/packages/23/fc/35af3ccbb98e41bae69eb91a739bf0191a5cb6a99f1b142077b4b0527a78/Butteur-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "afda62464e16b376f8d1620d657b1b32", "sha256": "52b8ad7b06876a4c1bde16117207c06229d03aabf94cd9c634e27a535386919f" }, "downloads": -1, "filename": "Butteur-0.1.tar.gz", "has_sig": false, "md5_digest": "afda62464e16b376f8d1620d657b1b32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3517, "upload_time": "2012-07-18T00:54:33", "url": "https://files.pythonhosted.org/packages/23/fc/35af3ccbb98e41bae69eb91a739bf0191a5cb6a99f1b142077b4b0527a78/Butteur-0.1.tar.gz" } ] }