Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 676 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 676 Bytes

Summaries

These are the TeX files of my summaries published here.

If you found any issues, having suggestions, etc., please create an issue.

How to Build

Add the pkg content to yout TeX-Path (see pkg)

Using the build script

  • navigate a terminal to the folder of a summary you want to compile
  • Execute the compile-summary script
  • If you want to enable dark-Mode, set DARK_MODE=1 before executing the script

Example:

summary_root=$PWD
cd summaries/cs/mandatory/fs4/cnuvs  
DARK_MODE=1 $summary_root/bin/compile-summary