aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-07-04 02:12:09 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-07-04 02:13:34 +0100
commit10b133db1a2115cad8dba2cc7e5641facc080454 (patch)
treeadb7e9baf22b5512fad83f26f710e99dd2ea041a /README.md
parentcd47aa9ebae09ddad3ab744a9f39e2777059b581 (diff)
Improved comments in paper.mk and README.md
In 'README.md' I tried to explain a little better that TeXLive will only install its necessary packages, not the full TeXLive library! Also in paper.mk, I slightly improved the comments with very minor edits. Both these parts are slated to go into the core Maneage branch, so its important to maintain them here for now.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index f16057c..a12770c 100644
--- a/README.md
+++ b/README.md
@@ -229,13 +229,15 @@ can disable internet. In this situation, the configuration and analysis
will be exactly reproduced, the final LaTeX macros will be created, and all
results will be verified successfully. However, no final `paper.pdf` will
be created to visualize/combine everything in one easy-to-read file. Until
-[task 15267](https://savannah.nongnu.org/task/?15267) is complete, if there
-is no internet, TeXLive packages can't be installed in the `./project
-configure` phase. This won't stop the configuration, and it will finish
-successfully (since all the analysis can still be reproduced). We are
-working on completing this task as soon as possible, but until then, if you
-want to disable internet *and* you want to build the final PDF, please
-disable internet after the configuration phase.
+[task 15267](https://savannah.nongnu.org/task/?15267) is complete, we need
+internet to install TeXLive packages (using TeXLive's own package manager
+`tlmgr`) in the `./project configure` phase. This won't stop the
+configuration, and it will finish successfully (since all the analysis can
+still be reproduced). We are working on completing this task as soon as
+possible, but until then, if you want to disable internet *and* you want to
+build the final PDF, please disable internet after the configuration
+phase. Note that only the necessary TeXLive packages are installed (~350
+MB), not the full TeXLive collection!
1. **Choose the base operating system:** The first step is to select the
operating system that will be used in the docker image. Note that your