Presentation of a paper for the RFICS exam.
Go to file
2024-09-09 21:45:21 +02:00
lib Add template 2024-08-29 18:44:50 +02:00
res Add everything but final circuit 2024-09-09 21:45:21 +02:00
sections Add everything but final circuit 2024-09-09 21:45:21 +02:00
.gitignore Add template 2024-08-29 18:44:50 +02:00
.gitmodules Add template 2024-08-29 18:44:50 +02:00
.latexmkrc Add template 2024-08-29 18:44:50 +02:00
common.tex Add template 2024-08-29 18:44:50 +02:00
Dockerfile Add template 2024-08-29 18:44:50 +02:00
Makefile Add template 2024-08-29 18:44:50 +02:00
presentation.tex Add various simulation results 2024-09-09 17:24:16 +02:00
README.md Add template 2024-08-29 18:44:50 +02:00
structure.md Add figures and stuff 2024-09-09 04:19:27 +02:00

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