From 696252c38a939599cc2f0ea8a05b135120e725d3 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Sun, 13 Sep 2020 16:13:59 -0700 Subject: Fixes to the arXiv-cleaning rules (#4) Resolves Issue #3, now the arxiv-latex-cleaner rules should work correctly. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3