Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Malin Freeborn
config
Commits
8592487f
Unverified
Commit
8592487f
authored
1 year ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
add tlmgr packages
parent
02f3e842
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tlmgrDeps.sh
+9
-12
9 additions, 12 deletions
tlmgrDeps.sh
with
9 additions
and
12 deletions
tlmgrDeps.sh
+
9
−
12
View file @
8592487f
#!/bin/sh
# This file has the recommended LaTeX packages.
# First install tlmgr (likely in the package
# texlive or texlive-bin).
# texlive or texlive-bin) and texlive2023-bin.
#
# Some of these packages might not be necessary, but after so long messing with the tlmgr search tool I got bored.
tlmgr
install
latex-bin
TLMGR
=
$(
which tlmgr
)
2>/dev/null
||
TLMGR
=
$(
find /opt/
-name
tlmgr
)
2>/dev/null
||
(
echo
Cannot find tlmgr. You must
install
it. Try searching
for
texlive
&&
exit
1
)
tlmgr
install
\
$TLMGR
install
\
tools
\
xcolor
\
gfsartemisia
\
epsdice
\
fontenc
\
starfont
\
appendix
\
geometry
\
svg
\
alltt
\
tabularx
\
wrapfig
\
epigraph
\
microtype
\
float
\
microtype
\
makeidx
\
babel
\
colortbl
\
contour
\
amssymb
\
amsmath
\
amsfonts
\
etoolbox
\
hyperref
\
pdftexcmds.sty
\
infwarerr.sty
\
glossaries
\
glossaries-extra
\
imakeidx
\
infwarerr
\
euler
\
koma-script
\
trimspaces
\
...
...
@@ -60,4 +57,4 @@ tikzfill \
pdfcol
\
epstopdf-pkg
\
environ
\
collection-fontrecommended
collection-font
s
recommended
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment