No description
beamertheme-bjeldbak@e2cea55a38 | ||
figs | ||
.gitignore | ||
.gitmodules | ||
listings-config.tex | ||
Makefile | ||
README.md | ||
slides.tex |
Slides for Carlos Galindo's TFM
Process for creating figures that are beamer
-compatible:
- Draw the graph in a
.dot
file - Process the file using the command
dot2tex -ftikz -t math --figonly file.dot > file.tex
. - Include the file
\input{file}
- Add beamer commands to include edges or colouring one by one.