Skip to content

Commit 2447b74

Browse files
TedxzAerijo
authored andcommitted
Changed inline math snippet into \(\). (#167)
1 parent 30baf14 commit 2447b74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ based on http://keepachangelog.com/en/1.0.0/
1818

1919
### Changed
2020
- Set 'softWrap' to be true by default in LaTeX files.
21+
- Changed inline math snippet from `$...$` to `\(...\)`.
2122

2223
## [1.1.1] - 2017-08-18
2324
### Fixed

snippets/language-latex.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
'body': '\\\\begin{tabular}{${1:column alignment}}\n\t$0\n\\\\end{tabular}'
6464

6565
# element
66-
'inline math - $$':
66+
'inline math - \\(\\)':
6767
'prefix': 'inline'
68-
'body': '$$1$$0'
68+
'body': '\\\\($1\\\\)$0'
6969

7070
# math, taken from https://github.com/SublimeText/LaTeXTools/blob/master/LaTeX%20math.sublime-completions
7171
'.text.tex.latex .string.other.math':

0 commit comments

Comments
 (0)