File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,15 @@ so I decided to respect this convention. It makes this plugin more consistent an
48
48
49
49
### LaTex math mode notation
50
50
** Inline formula**
51
- Put formula between two escaped brackets ` \( ` ` \) ` .
51
+ Put formula between two escaped brackets ` \( ` ` \) ` . Its position in a text does not matter.
52
52
``` latex
53
53
Lorem ipsum dolor sit amet, consectetur \(e^{i\theta}=\cos(\theta)+i\sin(\theta)\)
54
54
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
55
55
```
56
56
57
57
** 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.
59
60
``` latex
60
61
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
61
62
incididunt ut labore et dolore magna aliqua.
You can’t perform that action at this time.
0 commit comments