{ "info": { "author": "Adam Coddington", "author_email": "me@adamcoddington.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Jirafs-Latex\n=============\n\nThis plugin provides two latex features for Jirafs --\n\n* Automatically conversion of latex documents into PDF documents before\n uploading the PDF to JIRA.\n* A ``{latex}`` macro block you can use in comments and ticket descriptions for\n embedding inline images or PDFs into your text.\n\nInstallation\n------------\n\n1. Install from PIP::\n\n pip install jirafs-latex\n\n2. Enable for a ticket folder::\n\n jirafs plugins --enable=latex\n\nNote that you can globally enable this (or any) plugin by adding the\n``--global`` flag to the above command::\n\n jirafs plugins --global --enable=latex\n\nRequirements\n------------\n\n* Requires ``xelatex``.\n\nUsing the Automatic Latex Compiler\n----------------------------------\n\nSimply place a file with a ``.tex`` extension in your ticket folder. It'll\nbe compiled into a PDF automatically, and the PDF will be uploaded to JIRA\n(not the ``.tex`` file) next time you push changes to JIRA.\n\nUsing the ``{latex}`` Macro Block\n---------------------------------\n\nEnter a latex block like so::\n\n {latex:name=somefilename.pdf}\n \\documentclass{article}\n \\usepackage{graphicx}\n \n \\begin{document}\n \n \\title{Introduction to \\LaTeX{}}\n \\author{Author's Name}\n \n \\maketitle\n \n \\begin{abstract}\n The abstract text goes here.\n \\end{abstract}\n \n \\section{Introduction}\n Here is the text of your introduction.\n \n \\begin{equation}\n \\label{simple_equation}\n \\alpha = \\sqrt{ \\beta }\n \\end{equation}\n \n \\subsection{Subsection Heading Here}\n Write your subsection text here.\n \n \\begin{figure}\n \\centering\n \\includegraphics[width=3.0in]{myfigure}\n \\caption{Simulation Results}\n \\label{simulationfigure}\n \\end{figure}\n \n \\section{Conclusion}\n Write your conclusion here.\n \n \\end{document}\n {latex}\n\nThe above will be replaced with inline image JIRA markup (in this case,\n``!somefilename.pdf!``) when submitting these changes to JIRA.\n\nYou **must** specify a ``name`` parameter in your opening ``{latex}`` tag;\nthat's the filename that will be uploaded to JIRA next time you submit changes.\nAlso, note that if you have the ``standalone`` latex plugin installed\nand use it to convert your latex documents into PNG images instead, you\nshould specify a filename ending in ``png`` in your ``name`` parameter.\n\nThis is probably not important to you, but if you're curious about how this\nworks: what is happening here is the plugin writes your latex content\nto a file, then asks xelatex to compile your document, then once that process\nhas completed, all files *except* the one matching the name you've submitted\nare deleted. After this point, everything works exactly as it does when\nyou're uploading a normal file.\n\n", "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/coddingtonbear/jirafs-latex", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "jirafs-latex", "package_url": "https://pypi.org/project/jirafs-latex/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jirafs-latex/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/coddingtonbear/jirafs-latex" }, "release_url": "https://pypi.org/project/jirafs-latex/2.0/", "requires_dist": null, "requires_python": null, "summary": "Automatically convert Latex documents into PDFs when uploading to JIRA.", "version": "2.0" }, "last_serial": 1763706, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "3c4beb771c8199ef61510dc012118c17", "sha256": "bc7844821437fd239bfeb1aa8f5d45a5ea8adf757418699b3b745c64acb7ef9b" }, "downloads": -1, "filename": "jirafs-latex-1.0.tar.gz", "has_sig": false, "md5_digest": "3c4beb771c8199ef61510dc012118c17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2358, "upload_time": "2015-06-06T22:21:06", "url": "https://files.pythonhosted.org/packages/b9/9c/c060cacd5e2249eef5ca9f09d58d426935b13b39e6d14582bb21d5bffe09/jirafs-latex-1.0.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "b3fa0f4d5b7c49e4068ac64e49cf7ad0", "sha256": "3e03b7ded8f7ac59d149b148c173380094d99080c18d884ef38481b08570c010" }, "downloads": -1, "filename": "jirafs-latex-2.0.tar.gz", "has_sig": false, "md5_digest": "b3fa0f4d5b7c49e4068ac64e49cf7ad0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4038, "upload_time": "2015-10-12T01:40:48", "url": "https://files.pythonhosted.org/packages/58/1c/b15d66419582bade8f907b0e11c7c90119a5ff83f831d15d0e7278520f12/jirafs-latex-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3fa0f4d5b7c49e4068ac64e49cf7ad0", "sha256": "3e03b7ded8f7ac59d149b148c173380094d99080c18d884ef38481b08570c010" }, "downloads": -1, "filename": "jirafs-latex-2.0.tar.gz", "has_sig": false, "md5_digest": "b3fa0f4d5b7c49e4068ac64e49cf7ad0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4038, "upload_time": "2015-10-12T01:40:48", "url": "https://files.pythonhosted.org/packages/58/1c/b15d66419582bade8f907b0e11c7c90119a5ff83f831d15d0e7278520f12/jirafs-latex-2.0.tar.gz" } ] }