Presentation of a paper for the RFICS exam.
| lib | ||
| res | ||
| sections | ||
| .gitignore | ||
| .gitmodules | ||
| .latexmkrc | ||
| common.tex | ||
| Dockerfile | ||
| Makefile | ||
| presentation.tex | ||
| README.md | ||
| script.md | ||
| structure.md | ||
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