diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-07-22 15:46:26 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-07-22 15:46:26 +0200 |
commit | f5943f41f1d905d8ccb9bda64ab1faf9b1b09f96 (patch) | |
tree | 42fb74e749836fe7cb2f100e661863c00e98b053 | |
parent | 58f877864181cf3365714f3cb7fbc114b8b425d2 (diff) |
Add notes in grey and lower size
-rw-r--r-- | templates/book.latex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/book.latex b/templates/book.latex index 90c1ff7..61355af 100644 --- a/templates/book.latex +++ b/templates/book.latex @@ -425,8 +425,8 @@ $endif$ % Use custom leftbar \renewenvironment{leftbar}[1][\hsize] - { - \def\FrameCommand {} + {\footnotesize\color{darkgray} + \def\FrameCommand{{\color{lightgray}\vrule width 2pt}} \MakeFramed{\hsize#1\advance\hsize-\width\FrameRestore}% } {\endMakeFramed} |