356 B
356 B
RFICS Presentation
LaTeX sources for a presentation of a paper for the RFICS exam.
Build
Build manually
$ make
Build using docker
- Build docker image
$ docker build -f Dockerfile . -t rfics - Build presentation
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` rfics make