aboutsummaryrefslogtreecommitdiff
path: root/tex/preamble.tex
AgeCommit message (Collapse)AuthorLines
2019-12-07Analysis demo graph using sharp-edged boxes for source filesMohammad Akhlaghi-4/+5
As Raul pointed out, to avoid confusion for a color-blind audience, or when its printed in black-and-white, its best to not just base the source-build distinction in the graph based on color. With this commit, the source files have sharp edges and the built files have round edges.
2019-12-07Better implementation of the make-demo graph, added preambleMohammad Akhlaghi-0/+89
Some minor modifications were made in the graph showing the organization of the analysis with Make. Also, a `tex/preamble.tex' was defined to simplify the main source.