From 42510f34f0c7da9d51fe9a69500af248b87dccf8 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Tue, 30 May 2017 15:03:30 +0200 Subject: [PATCH] Updated indention and added custom cmd itemtitle --- commands.tex | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/commands.tex b/commands.tex index 634086c..9d0465f 100644 --- a/commands.tex +++ b/commands.tex @@ -38,10 +38,13 @@ \newcommand{\cliline}[2][]{\lstinline[columns=fixed,#1]{#2}} \newcommand{\utccurrenttime}[0]{% - \today% - T% - \DTMcurrenttime% - \DTMfetchTZhour{now}% - :% - \DTMfetchTZminute{now} -} \ No newline at end of file + \today% + T% + \DTMcurrenttime% + \DTMfetchTZhour{now}% + :% + \DTMfetchTZminute{now} +} + +\newcommand{\itemtitle}[2]{\textbf{#1:}\\% + {\footnotesize #2}} \ No newline at end of file