Skip to content

These are the raw text files my summaries get compiled from (all LaTeX).

Notifications You must be signed in to change notification settings

fdamken/summaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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