Skip to content

Commit

Permalink
Deploying to main from @ texworld/blacktex-dev@e5ad43d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Mar 15, 2022
1 parent 9df9691 commit 78c1483
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 1,445 deletions.
1 change: 0 additions & 1 deletion .codecov.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

12 changes: 0 additions & 12 deletions .gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions .pre-commit-config.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .pre-commit-hooks.yaml

This file was deleted.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,18 @@
</p>

[![PyPi Version](https://img.shields.io/pypi/v/blacktex.svg?style=flat-square)](https://pypi.org/project/blacktex/)
[![Anaconda Cloud](https://anaconda.org/conda-forge/blacktex/badges/version.svg?=style=flat-square)](https://anaconda.org/conda-forge/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/nschloe/blacktex.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/nschloe/blacktex)
[![PyPi downloads](https://img.shields.io/pypi/dm/blacktex.svg?style=flat-square)](https://pypistats.org/packages/blacktex)

[![gh-actions](https://img.shields.io/github/workflow/status/nschloe/blacktex/ci?style=flat-square)](https://github.com/nschloe/blacktex/actions?query=workflow%3Aci)
[![codecov](https://img.shields.io/codecov/c/github/nschloe/blacktex.svg?style=flat-square)](https://codecov.io/gh/nschloe/blacktex)
[![LGTM](https://img.shields.io/lgtm/grade/python/github/nschloe/blacktex.svg?style=flat-square)](https://lgtm.com/projects/g/nschloe/blacktex)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)

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
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).

Install with one of

```
pip install -U blacktex
conda install -c conda-forge blacktex
```

Then, with
Expand Down Expand Up @@ -57,8 +50,3 @@ blacktex -i in0.tex in1.tex ...
```

to modify files in-place. See `blacktex -h` for all options.

### License

This software is published under the [GPLv3
license](https://www.gnu.org/licenses/gpl-3.0.en.html).
22 changes: 0 additions & 22 deletions justfile

This file was deleted.

7 changes: 0 additions & 7 deletions logo/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions logo/logo.tex

This file was deleted.

41 changes: 0 additions & 41 deletions pyproject.toml

This file was deleted.

1 change: 0 additions & 1 deletion src/blacktex/__about__.py

This file was deleted.

5 changes: 0 additions & 5 deletions src/blacktex/__init__.py

This file was deleted.

71 changes: 0 additions & 71 deletions src/blacktex/cli.py

This file was deleted.

Loading

0 comments on commit 78c1483

Please sign in to comment.