File tree 2 files changed +54
-54
lines changed
2 files changed +54
-54
lines changed Original file line number Diff line number Diff line change @@ -36,60 +36,8 @@ tlmgr install collection-langeuropean
36
36
37
37
# Index of packages: http://ctan.mirrors.hoobly.com/systems/texlive/tlnet/archive/
38
38
# Other contrib packages: done as a block to avoid multiple calls to tlmgr
39
- # pgf includes tikz
40
- tlmgr install \
41
- exam \
42
- amsmath \
43
- amscls \
44
- mathtools \
45
- thmtools \
46
- stmaryrd \
47
- xcolor \
48
- pdfpages \
49
- pgf \
50
- cancel \
51
- hyperref \
52
- pgfplots \
53
- listings \
54
- scalerel \
55
- stackengine \
56
- etoolbox \
57
- listofitems \
58
- marvosym \
59
- amsfonts \
60
- opensans \
61
- slantsc \
62
- fancyhdr \
63
- ulem \
64
- algorithms \
65
- algorithmicx \
66
- float \
67
- booktabs \
68
- enumitem \
69
- polynom \
70
- fancyvrb \
71
- makecmds \
72
- multirow \
73
- chngcntr \
74
- fvextra \
75
- upquote \
76
- lineno \
77
- ifplatform \
78
- xstring \
79
- framed \
80
- caption \
81
- collection-fontsrecommended \
82
- minted \
83
- pgfgantt \
84
- geometry \
85
- beamer \
86
- translator \
87
- environ \
88
- trimspaces \
89
- imakeidx \
90
- graphics \
91
- tools \
92
- oberdiek
39
+ # One package line per line in texive_packages
40
+ tlmgr install $( cat texlive_packages)
93
41
94
42
# Keep no backups (not required, simply makes cache bigger)
95
43
tlmgr option -- autobackup 0
Original file line number Diff line number Diff line change
1
+ exam
2
+ amsmath
3
+ amscls
4
+ mathtools
5
+ thmtools
6
+ stmaryrd
7
+ xcolor
8
+ pdfpages
9
+ pgf
10
+ cancel
11
+ hyperref
12
+ pgfplots
13
+ listings
14
+ scalerel
15
+ stackengine
16
+ etoolbox
17
+ listofitems
18
+ marvosym
19
+ amsfonts
20
+ opensans
21
+ slantsc
22
+ fancyhdr
23
+ ulem
24
+ algorithms
25
+ algorithmicx
26
+ float
27
+ booktabs
28
+ enumitem
29
+ polynom
30
+ fancyvrb
31
+ makecmds
32
+ multirow
33
+ chngcntr
34
+ fvextra
35
+ upquote
36
+ lineno
37
+ ifplatform
38
+ xstring
39
+ framed
40
+ caption
41
+ collectionfontsrecommended
42
+ minted
43
+ pgfgantt
44
+ geometry
45
+ beamer
46
+ translator
47
+ environ
48
+ trimspaces
49
+ imakeidx
50
+ graphics
51
+ tools
52
+ oberdiek
You can’t perform that action at this time.
0 commit comments