diff options
Diffstat (limited to 'tex')
-rw-r--r-- | tex/src/preamble-pgfplots.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/src/preamble-pgfplots.tex b/tex/src/preamble-pgfplots.tex index bf6bbbd..705e897 100644 --- a/tex/src/preamble-pgfplots.tex +++ b/tex/src/preamble-pgfplots.tex @@ -2,7 +2,7 @@ %% ----------------- % %% PGFPLOTS is a package in (La)TeX for making plots internally. It fits -%% nicely with the purpose of a reproduction pipeline. But it isn't +%% nicely with the purpose of a reproducible project. But it isn't %% mandatory. Therefore if you don't need it, just comment/delete the line %% that includes this file in the top LaTeX source (`paper.tex'). % @@ -13,7 +13,7 @@ %% the papers. 2) It doesn't require any extra dependency (it is %% distributed as part of TeX-live). Adding specific programs/libraries for %% plots can greatly increase the number of dependencies for the -%% pipeline. For example Python's Matplotlib library is indeed very good, +%% project. For example Python's Matplotlib library is indeed very good, %% but it requires Python and Numpy. The latter is not easy to build from %% source, so after a few years, installing the required version can be %% very frustrating. |