summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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