summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Sotoudeh <masotoudeh@ucdavis.edu>2020-09-13 16:13:59 -0700
committerGitHub <noreply@github.com>2020-09-13 16:13:59 -0700
commit696252c38a939599cc2f0ea8a05b135120e725d3 (patch)
tree8fcc686e71043195044eab3901d16c34d5b7681e /README.md
parent20bf723dffea5aba9eee5101a1bcd9b8c9b2b90b (diff)
Fixes to the arXiv-cleaning rules (#4)
Resolves Issue #3, now the arxiv-latex-cleaner rules should work correctly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index a823859..b0ddb92 100644
--- a/README.md
+++ b/README.md
@@ -76,14 +76,17 @@ latex_document(
```
### Step 3: Building your Paper
-Every `latex_document` rule creates three targets:
+Every `latex_document` rule creates multiple targets:
* `bazel build [name]` will build the PDF, but it won't be directly accessible.
* `bazel run [name]_view` will display the PDF in a graphical viewer.
* `bazel run [name]_getpdf` will copy the PDF into the corresponding directory.
-* `bazel run [name]_getarxivable` will create an arXiv-ready version of the
+* `bazel build [name]_arxivable` will create an arXiv-ready version of the
source using
- [arxiv-latex-cleaner](https://github.com/google-research/arxiv-latex-cleaner).
+ [arxiv-latex-cleaner](https://github.com/google-research/arxiv-latex-cleaner),
+ but it won't be directly accessible in this directory.
+* `bazel run [name]_getarxivable` will copy the arXiv-ready version of the
+ source into the current directory.
## Goals
These rules are designed to achieve the following goals:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback