mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
Updated indention and added custom cmd itemtitle
This commit is contained in:
parent
e3315d31af
commit
42510f34f0
15
commands.tex
15
commands.tex
|
@ -38,10 +38,13 @@
|
|||
\newcommand{\cliline}[2][]{\lstinline[columns=fixed,#1]{#2}}
|
||||
|
||||
\newcommand{\utccurrenttime}[0]{%
|
||||
\today%
|
||||
T%
|
||||
\DTMcurrenttime%
|
||||
\DTMfetchTZhour{now}%
|
||||
:%
|
||||
\DTMfetchTZminute{now}
|
||||
\today%
|
||||
T%
|
||||
\DTMcurrenttime%
|
||||
\DTMfetchTZhour{now}%
|
||||
:%
|
||||
\DTMfetchTZminute{now}
|
||||
}
|
||||
|
||||
\newcommand{\itemtitle}[2]{\textbf{#1:}\\%
|
||||
{\footnotesize #2}}
|
Loading…
Reference in a new issue