File tree 1 file changed +10
-13
lines changed
1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 16
16
17
17
blacktex is a command-line tool that helps with article editing in LaTeX. It removes all
18
18
comments from a given file and corrects [ some common
19
- anti-patterns] ( http://mirrors.ctan.org/info/l2tabu/english/l2tabuen.pdf ) . For example,
20
- with
19
+ anti-patterns] ( http://mirrors.ctan.org/info/l2tabu/english/l2tabuen.pdf ) .
20
+
21
+ Install with one of
22
+
23
+ ```
24
+ pip install -U blacktex
25
+ conda install -c conda-forge blacktex
26
+ ```
27
+
28
+ Then, with
21
29
22
30
```
23
31
blacktex in.tex > out.tex
@@ -50,17 +58,6 @@ blacktex -i in0.tex in1.tex ...
50
58
51
59
to modify files in-place. See ` blacktex -h ` for all options.
52
60
53
- ### Installation
54
-
55
- blacktex is [ available from the Python Package
56
- Index] ( https://pypi.org/project/blacktex/ ) , so with
57
-
58
- ```
59
- pip install -U blacktex
60
- ```
61
-
62
- you can install/upgrade.
63
-
64
61
### License
65
62
66
63
This software is published under the [ GPLv3
You can’t perform that action at this time.
0 commit comments