Skip to content

Commit 201fd8b

Browse files
committed
doc(simulation): todonotes always inline
1 parent 0cbf02e commit 201fd8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

simulation/docs/sim-realism.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
\documentclass[11pt,a4paper]{article}
44

5-
\usepackage[margin=2.5cm]{geometry}
65
\usepackage[dvipsnames]{xcolor}
76
\usepackage{todonotes}
7+
\usepackage{regexpatch}
8+
\makeatletter
9+
\xpatchcmd{\@todo}{\setkeys{todonotes}{#1}}{\setkeys{todonotes}{inline,#1}}{}{}
10+
\makeatother
811
\usepackage{microtype}
912
\usepackage{amssymb,amsmath}
1013
\usepackage{mathpazo}

0 commit comments

Comments
 (0)