[latex3-commits] [git/LaTeX3-latex3-latex3] master: require uniquecounter (831f95020)
GitHub
noreply at github.com
Thu Dec 19 17:35:57 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/831f950208f8f28c074579eb0491a29924af2b1e
>---------------------------------------------------------------
commit 831f950208f8f28c074579eb0491a29924af2b1e
Author: Phelype Oleinik <phe.h.o1 at gmail.com>
Date: Thu Dec 19 13:35:57 2019 -0300
require uniquecounter
sigh...
>---------------------------------------------------------------
831f950208f8f28c074579eb0491a29924af2b1e
support/texlive.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index 4970e1372..1f2266931 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -102,7 +102,8 @@ tlmgr install \
ragged2e \
rerunfilecheck \
times \
- underscore
+ underscore \
+ uniquecounter
# Keep no backups (not required, simply makes cache bigger)
tlmgr option -- autobackup 0
More information about the latex3-commits
mailing list