Skip to content

A Latex Template for University of Southampton Coursework

Notifications You must be signed in to change notification settings

mathiasritter/uni-latex-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latex Template for University of Southampton Coursework

You should be able to compile this latex template if you pay attention to the following points:

  • You need to invoke the latex compiler (e.g. pdflatex) with the --shell-escape flag.
    • If you are using Visual Studio Code with the LaTeX Workshop plugin, this is already configured in the .latexmkrc file.
    • If you are using IntelliJ or any other JetBrains product with the TeXiFy-IDEA plugin, you can add this flag in the run configurations under custom compiler arguments.
  • You need to have the python package Pygments installed, which is used for code listings.
    • If you are not sure wheter it's installed or not, try to run pygmentize in a terminal - this will fail if it's not installed.
    • If you need to install Pygments run pip install Pygments.

About

A Latex Template for University of Southampton Coursework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages