aboutsummaryrefslogtreecommitdiff
path: root/tex/src/preamble-style.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-02-07 21:11:40 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-02-07 21:11:40 +0100
commit4b42f6fb445b3b6f103154cfc688c539b1854434 (patch)
tree93c9686fc0bf333ed30fdfd7b2967a167915d413 /tex/src/preamble-style.tex
parent79ec93bc2c6f9868e20ba081489f5e74ced58d9e (diff)
Edited parts of the text
While reading over the already written parts (and hopefully complete the paper), they were edited/corrected to be more clear.
Diffstat (limited to 'tex/src/preamble-style.tex')
-rw-r--r--tex/src/preamble-style.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/tex/src/preamble-style.tex b/tex/src/preamble-style.tex
index c3aeca2..9556f54 100644
--- a/tex/src/preamble-style.tex
+++ b/tex/src/preamble-style.tex
@@ -137,3 +137,9 @@
%% Custom macros
\newcommand{\inlinecode}[1]{\textcolor{blue!35!black}{\texttt{#1}}}
+
+%% Example Makefile macros
+\newcommand{\mkcomment}[1]{\textcolor{red!35!white}{#1}}
+\newcommand{\mktarget}[1]{\textcolor{blue!40!black}{#1}}
+\newcommand{\mkprereq}[1]{\textcolor{green!30!black}{#1}}
+\newcommand{\mktab}[1]{\textcolor{black!25!white}{\_\_\_TAB\_\_\_}}