Skip to content

Commit f79d2a4

Browse files
committed
add latex notation text position specification
1 parent 0608ea2 commit f79d2a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ so I decided to respect this convention. It makes this plugin more consistent an
4848

4949
### LaTex math mode notation
5050
**Inline formula**
51-
Put formula between two escaped brackets `\(` `\)`.
51+
Put formula between two escaped brackets `\(` `\)`. Its position in a text does not matter.
5252
```latex
5353
Lorem ipsum dolor sit amet, consectetur \(e^{i\theta}=\cos(\theta)+i\sin(\theta)\)
5454
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
5555
```
5656

5757
**Display formula**
58-
Put formula between two escaped square brackets `\[` `\]`.
58+
Put formula between two escaped square brackets `\[` `\]`. Its position in a text does
59+
not matter.
5960
```latex
6061
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
6162
incididunt ut labore et dolore magna aliqua.

0 commit comments

Comments
 (0)