Name | blacktex JSON |
Version |
0.8.12
JSON |
| download |
home_page | |
Summary | Clean up your LaTeX files |
upload_time | 2024-01-22 14:38:58 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
latex
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<a href="https://github.com/texworld/blacktex"><img alt="blacktex" src="https://texworld.github.io/blacktex/logo.svg" width="60%"></a>
<p align="center">Clean up your LaTeX files.</p>
</p>
[![PyPi Version](https://img.shields.io/pypi/v/blacktex.svg?style=flat-square)](https://pypi.org/project/blacktex/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/blacktex.svg?style=flat-square)](https://pypi.org/project/blacktex/)
[![GitHub stars](https://img.shields.io/github/stars/texworld/blacktex.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/texworld/blacktex)
[![PyPi downloads](https://img.shields.io/pypi/dm/blacktex.svg?style=flat-square)](https://pypistats.org/packages/blacktex)
blacktex is a command-line tool that helps with article editing in LaTeX. It
removes all comments from a given file and corrects [some common
anti-patterns](http://mirrors.ctan.org/info/l2tabu/english/l2tabuen.pdf).
### Installation
Install blacktex [from PyPI](https://pypi.org/project/blacktex/) with
```
pip install blacktex
```
### How to get a license
TeX World licenses for personal and academic use can be purchased
[here](https://buy.stripe.com/aEU7vb9xc870f1mbIL).
You'll receive a confirmation email with a license key.
Install the key with
```
slim install <your-license-file>
```
on your machine and you're good to go.
For commercial use, please contact support@mondaytech.com.
## Using blacktex
With
```
blacktex in.tex > out.tex
```
the input file
```latex
Because of $$a+b=c$$ ({\it Pythogoras}),
% @johnny remember to insert name
and $y=2^ng$ with $n=1,...,10$, we have ${\Gamma \over 2}=8.$
```
is converted to
```latex
Because of
\[
a+b = c
\]
(\textit{Pythogoras}),
and \(y = 2^n g\) with \(n = 1,\dots,10\), we have \(\frac{\Gamma}{2} = 8\).
```
You can use
```
blacktex -i in0.tex in1.tex ...
```
to modify files in-place. See `blacktex -h` for all options.
Raw data
{
"_id": null,
"home_page": "",
"name": "blacktex",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "latex",
"author": "",
"author_email": "Nico Schl\u00f6mer <nico.schloemer@gmail.com>",
"download_url": "",
"platform": null,
"description": "<p align=\"center\">\n <a href=\"https://github.com/texworld/blacktex\"><img alt=\"blacktex\" src=\"https://texworld.github.io/blacktex/logo.svg\" width=\"60%\"></a>\n <p align=\"center\">Clean up your LaTeX files.</p>\n</p>\n\n[![PyPi Version](https://img.shields.io/pypi/v/blacktex.svg?style=flat-square)](https://pypi.org/project/blacktex/)\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/blacktex.svg?style=flat-square)](https://pypi.org/project/blacktex/)\n[![GitHub stars](https://img.shields.io/github/stars/texworld/blacktex.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/texworld/blacktex)\n[![PyPi downloads](https://img.shields.io/pypi/dm/blacktex.svg?style=flat-square)](https://pypistats.org/packages/blacktex)\n\nblacktex is a command-line tool that helps with article editing in LaTeX. It\nremoves all comments from a given file and corrects [some common\nanti-patterns](http://mirrors.ctan.org/info/l2tabu/english/l2tabuen.pdf).\n\n### Installation\n\nInstall blacktex [from PyPI](https://pypi.org/project/blacktex/) with\n\n```\npip install blacktex\n```\n\n### How to get a license\n\nTeX World licenses for personal and academic use can be purchased\n[here](https://buy.stripe.com/aEU7vb9xc870f1mbIL).\nYou'll receive a confirmation email with a license key.\nInstall the key with\n\n```\nslim install <your-license-file>\n```\n\non your machine and you're good to go.\n\nFor commercial use, please contact support@mondaytech.com.\n\n## Using blacktex\n\nWith\n\n```\nblacktex in.tex > out.tex\n```\n\nthe input file\n\n```latex\nBecause of $$a+b=c$$ ({\\it Pythogoras}),\n% @johnny remember to insert name\nand $y=2^ng$ with $n=1,...,10$, we have ${\\Gamma \\over 2}=8.$\n```\n\nis converted to\n\n```latex\nBecause of\n\\[\na+b = c\n\\]\n(\\textit{Pythogoras}),\nand \\(y = 2^n g\\) with \\(n = 1,\\dots,10\\), we have \\(\\frac{\\Gamma}{2} = 8\\).\n```\n\nYou can use\n\n```\nblacktex -i in0.tex in1.tex ...\n```\n\nto modify files in-place. See `blacktex -h` for all options.\n",
"bugtrack_url": null,
"license": "",
"summary": "Clean up your LaTeX files",
"version": "0.8.12",
"project_urls": {
"Homepage": "https://github.com/texworld/blacktex",
"Issues": "https://github.com/texworld/blacktex/issues"
},
"split_keywords": [
"latex"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "377b3a79a0b5a927775c302aee411bcd693905b1376a69827620046a28dd7d2c",
"md5": "dc1bdae9f73c253db029ff3833f05a89",
"sha256": "fa6a006c83c33db8c851e57cfa82ba0d1beed5683ad8af1a240807a8bd6b95a4"
},
"downloads": -1,
"filename": "blacktex-0.8.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dc1bdae9f73c253db029ff3833f05a89",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 15224,
"upload_time": "2024-01-22T14:38:58",
"upload_time_iso_8601": "2024-01-22T14:38:58.625711Z",
"url": "https://files.pythonhosted.org/packages/37/7b/3a79a0b5a927775c302aee411bcd693905b1376a69827620046a28dd7d2c/blacktex-0.8.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-22 14:38:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "texworld",
"github_project": "blacktex",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "blacktex"
}