texlive-lion-msc 2025.2
LaTeX class for B.Sc.: and M.Sc.: reports at Leiden Institute of Physics (LION)
This is a LaTeX class for B.Sc.: and M.Sc.: reports at Leiden Institute of Physics (LION). The purpose of this class is twofold. It creates a uniform layout of the student theses from our department. More importantly, it contains several fields on the front-page that the user needs to fill that are used in the university administration (name, student number and name of supervisor). Students are free to change the layout of the text but should leave the title page as it is.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/lion-msc
- Licenses: LPPL 1.3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-lion-msc 2025.2
as follows:
guix install texlive-lion-msc@2025.2
Or install the latest version:
guix install texlive-lion-msc
The texlive-lion-msc
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-lion-msc:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.