From f79d2a4f346f5e9fd90269ec90925e017a353844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Mon, 21 Mar 2022 10:19:46 +0100 Subject: [PATCH] add latex notation text position specification --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4df32ea..a3db5ac 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,15 @@ so I decided to respect this convention. It makes this plugin more consistent an ### LaTex math mode notation **Inline formula** -Put formula between two escaped brackets `\(` `\)`. +Put formula between two escaped brackets `\(` `\)`. Its position in a text does not matter. ```latex Lorem ipsum dolor sit amet, consectetur \(e^{i\theta}=\cos(\theta)+i\sin(\theta)\) adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ``` **Display formula** -Put formula between two escaped square brackets `\[` `\]`. +Put formula between two escaped square brackets `\[` `\]`. Its position in a text does +not matter. ```latex Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.