From 4b42f6fb445b3b6f103154cfc688c539b1854434 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 7 Feb 2020 21:11:40 +0100 Subject: 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. --- tex/src/preamble-style.tex | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tex/src/preamble-style.tex') 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\_\_\_}} -- cgit v1.2.1