We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbf02e commit 201fd8bCopy full SHA for 201fd8b
simulation/docs/sim-realism.tex
@@ -2,9 +2,12 @@
2
3
\documentclass[11pt,a4paper]{article}
4
5
-\usepackage[margin=2.5cm]{geometry}
6
\usepackage[dvipsnames]{xcolor}
7
\usepackage{todonotes}
+\usepackage{regexpatch}
8
+\makeatletter
9
+\xpatchcmd{\@todo}{\setkeys{todonotes}{#1}}{\setkeys{todonotes}{inline,#1}}{}{}
10
+\makeatother
11
\usepackage{microtype}
12
\usepackage{amssymb,amsmath}
13
\usepackage{mathpazo}
0 commit comments