8 lines
323 B
Markdown
8 lines
323 B
Markdown
|
# 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.
|