Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-12-07 | Analysis demo graph using sharp-edged boxes for source files | Mohammad 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-07 | Better implementation of the make-demo graph, added preamble | Mohammad 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. |