rfics-presentation/README.md
2024-08-29 18:44:50 +02:00

356 B

RFICS Presentation

LaTeX sources for a presentation of a paper for the RFICS exam.

Build

Build manually

$ make

Build using docker

  1. Build docker image
    $ docker build -f Dockerfile . -t rfics
    
  2. Build presentation
    $ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` rfics make