Skip to content
Snippets Groups Projects
Commit 19ef41d4 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Install latex packages.

parent e52598fb
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,20 @@ cd ~/Downloads/
ls teams_*_amd64.deb
sudo dpkg -i teams_*_amd64.deb
#-----------------------------------------------------------------------
# LaTex Packages.
# Where is the program.
which tlmgr
# https://ctan.math.washington.edu/tex-archive/macros/latex/contrib/beamer-contrib/themes/beamerdarkthemes/beamerdarkthemesuserguide.pdf
tlmgr init-usertree
tlmgr install darkbeamerthemes
# https://github.com/junwei-wang/beamerthemeNord
tlmgr install beamerthemenord
tlmgr update --self beamerthemenord
#-----------------------------------------------------------------------
# MS OneDrive.
# https://www.maketecheasier.com/sync-onedrive-linux/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment