GitHunt
BA

bambalaam-archive/stic-ulb-notes

Notes for classes in the STIC Master at ULB

MA-STIC (ULB)

This repository holds my notes (in French, sorry 🤷 ) for courses at
Université Libre de Bruxelles in the Master in Information and Communication Science and technology program.

How to use

There are three ways to use this repository:

Docker + Rofi

If you're a cool person and you use Rofi, executing ./courses_script.sh
allows you to do many fancy things:

  • Pick and choose the course directory, instead of editing the .env file
  • Open the active course in Sublime Text, a terminal, and the resulting PDF (TODO: make editor, terminal emulator and others configurable)
  • Create new lecture in the active course (this creates a new file in the /lectures directory and auto-adds it to the index.tex file of the course)

Rofi example

Simply Docker

  • Edit the .env file to pick which course you're currently working on
COURSE=<your desired class directory>
  • Run the docker-compose file
docker-compose up

Normal

cd <your desired class directory>
pdflatex index.tex

Credit

The LaTeX structure (preamble, headers, lecture command, and others) are
largely inspired by Gilles Castel's
blogpost "How I manage my LaTeX lecture notes". May he Rest In Peace.

Languages

TeX97.8%Shell2.2%

Contributors

Created January 15, 2020
Updated August 30, 2024
bambalaam-archive/stic-ulb-notes | GitHunt