For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ubuntu Group Packages

Group packages are managed through personal package archives and can be installed with the Ubuntu package manager.

Add Package Archives

To add the LaTeX packages archive and group codes archive:

sudo add-apt-repository ppa:solidsuccs/latexpackages
sudo add-apt-repository ppa:solidsuccs/codes
sudo apt update

Search for Packages

apt search solidsuccs

Example results include:

solidsuccs-course
  Install course Latex class file

solidsuccs-presentation
  Install a beamer template for the Solids research group

solidsuccs-reader
  Templated library of header files to do input file parsing

Install Packages

Use apt install:

Last updated

Was this helpful?