| Name | simple-latex-checker JSON |
| Version |
0.0.10
JSON |
| download |
| home_page | None |
| Summary | VERY simple and lightweight checking of latex formatting |
| upload_time | 2024-08-27 22:05:24 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# simple-latex-checker
This was created to help debug the __most common problem__ students face when trying to download their jupyter Notebooks as PDFs, erroneous spaces in their in-line latex. I spun this up in a few hours, so it would definitely be useful to add a few more features.
To use:
1. Download the package
`pip install simple-latex-checker`
2. Import the package into your jupyter notebook
`import simple_latex_checker as slc`
3. Run the check
`slc.run_check("<Your Notbook Name>.ipynb")`
Raw data
{
"_id": null,
"home_page": null,
"name": "simple-latex-checker",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Vincent Bowen <vincent@vincentbowen.com>",
"download_url": "https://files.pythonhosted.org/packages/09/5b/3c738ddfe023c72aad7fdc679ca092605b9101f00a3ba2ebb75634f121e5/simple_latex_checker-0.0.10.tar.gz",
"platform": null,
"description": "# simple-latex-checker\n\nThis was created to help debug the __most common problem__ students face when trying to download their jupyter Notebooks as PDFs, erroneous spaces in their in-line latex. I spun this up in a few hours, so it would definitely be useful to add a few more features. \n\nTo use:\n\n1. Download the package\n\n`pip install simple-latex-checker`\n\n2. Import the package into your jupyter notebook\n\n`import simple_latex_checker as slc`\n\n3. Run the check\n\n`slc.run_check(\"<Your Notbook Name>.ipynb\")`",
"bugtrack_url": null,
"license": null,
"summary": "VERY simple and lightweight checking of latex formatting",
"version": "0.0.10",
"project_urls": {
"Homepage": "https://github.com/vincedbowen/simple-latex-checker",
"Issues": "https://github.com/vincedbowen/simple-latex-checker/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5fb6efcb117b65a30221c2975446b4303c91b8f675daee452d67922010a97542",
"md5": "7f1efd03cea7171607fd6e474b44f927",
"sha256": "6944a4a0bb9bf6f4b0d2e6d8ec9999123d7b94e68a0409fc3ddd82b94e1af9b5"
},
"downloads": -1,
"filename": "simple_latex_checker-0.0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7f1efd03cea7171607fd6e474b44f927",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 8560,
"upload_time": "2024-08-27T22:05:23",
"upload_time_iso_8601": "2024-08-27T22:05:23.187936Z",
"url": "https://files.pythonhosted.org/packages/5f/b6/efcb117b65a30221c2975446b4303c91b8f675daee452d67922010a97542/simple_latex_checker-0.0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "095b3c738ddfe023c72aad7fdc679ca092605b9101f00a3ba2ebb75634f121e5",
"md5": "cec7e27d46b64f30f2636a613480d25e",
"sha256": "743c059f46f6c5bdf61bc30dd54f074b23c7e5fb181e6b7dd734147dd566c09d"
},
"downloads": -1,
"filename": "simple_latex_checker-0.0.10.tar.gz",
"has_sig": false,
"md5_digest": "cec7e27d46b64f30f2636a613480d25e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10772,
"upload_time": "2024-08-27T22:05:24",
"upload_time_iso_8601": "2024-08-27T22:05:24.090189Z",
"url": "https://files.pythonhosted.org/packages/09/5b/3c738ddfe023c72aad7fdc679ca092605b9101f00a3ba2ebb75634f121e5/simple_latex_checker-0.0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-27 22:05:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "vincedbowen",
"github_project": "simple-latex-checker",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "simple-latex-checker"
}