Go to file
Carlos Galindo 201ee44277 Final version 2019-12-19 13:03:04 +01:00
beamertheme-bjeldbak@e2cea55a38 Final version 2019-12-19 13:03:04 +01:00
figs Final version 2019-12-19 13:03:04 +01:00
.gitignore Final version 2019-12-19 13:03:04 +01:00
.gitmodules update 2019-12-14 15:27:01 +01:00
Makefile update 2019-12-14 15:27:01 +01:00
README.md Write schema of slides 2019-12-13 02:07:46 +01:00
listings-config.tex Animated Introduction 2019-12-15 15:32:54 +01:00
slides.tex Final version 2019-12-19 13:03:04 +01:00

README.md

Slides for Carlos Galindo's TFM

Process for creating figures that are beamer-compatible:

  1. Draw the graph in a .dot file
  2. Process the file using the command dot2tex -ftikz -t math --figonly file.dot > file.tex.
  3. Include the file \input{file}
  4. Add beamer commands to include edges or colouring one by one.