From 77e0518a86aaf3e762e3de5220944e4d63fcc354 Mon Sep 17 00:00:00 2001 From: Michael Mathioudakis <michael.mathioudakis@helsinki.fi> Date: Tue, 1 Oct 2019 10:21:22 +0300 Subject: [PATCH] Correct command in Chato's notes --- paper/chato-notes.sty | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paper/chato-notes.sty b/paper/chato-notes.sty index 4673224..d66298c 100755 --- a/paper/chato-notes.sty +++ b/paper/chato-notes.sty @@ -24,8 +24,8 @@ } \DeclareOption{show}{ - \newcommand{\note}[2][]{\frameit{{\Large } Note}{#2 \mbox{--\em #1}}} - \newcommand{\todo}[2][]{\frameit{{\Large } To-do}{#2 \mbox{--\em #1}}} + \newcommand{\note}[2]{\frameit{{\Large } Note}{#2 \mbox{--\em #1}}} + \newcommand{\todo}[2]{\frameit{{\Large } To-do}{#2 \mbox{--\em #1}}} \newcommand{\inote}[1]{\inred{$\lceil${{\large } }} {\sf #1} \inred{$\rfloor$}} } \DeclareOption{hide}{ @@ -35,4 +35,3 @@ } \ProcessOptions - -- GitLab