diff options
| author | coqbot-app[bot] | 2020-09-03 19:14:06 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-03 19:14:06 +0000 |
| commit | b2b908097a0410dd20e579e18d8dc64b25984d04 (patch) | |
| tree | aad0896f1207830baaeb394c153bd929dc896a5b /doc | |
| parent | b3bf44f21581fc72f4087e42a192f15242a545e9 (diff) | |
| parent | b0894f109fac0d6d426a889cdc47acda3a6f07b2 (diff) | |
Merge PR #12953: Add :math: around math
Reviewed-by: jfehrle
Ack-by: JasonGross
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/addendum/micromega.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/micromega.rst b/doc/sphinx/addendum/micromega.rst index d7e4c9c804..070e899c9d 100644 --- a/doc/sphinx/addendum/micromega.rst +++ b/doc/sphinx/addendum/micromega.rst @@ -180,7 +180,7 @@ are a way to take into account the discreteness of :math:`\mathbb{Z}` by roundin Let :math:`p` be an integer and :math:`c` a rational constant. Then :math:`p \ge c \rightarrow p \ge \lceil{c}\rceil`. -For instance, from 2 x = 1 we can deduce +For instance, from :math:`2 x = 1` we can deduce + :math:`x \ge 1/2` whose cut plane is :math:`x \ge \lceil{1/2}\rceil = 1`; + :math:`x \le 1/2` whose cut plane is :math:`x \le \lfloor{1/2}\rfloor = 0`. |
