typofixes

Tue, 12 May 2020 18:44:04 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 12 May 2020 18:44:04 -0500
changeset 7
fedc1fbea767
parent 6
0ac9389339bf
child 8
a843219cbb9d

typofixes

README.md file | annotate | diff | comparison | revisions
--- a/README.md	Tue May 12 18:39:01 2020 -0500
+++ b/README.md	Tue May 12 18:44:04 2020 -0500
@@ -3,7 +3,7 @@
 This package provides rich LaTeX _syntax highlighting_ for VSCode. It provides
 _only_ syntax highlighting: no annoying snippets etc. that only serve to mess
 up your work. It is recommended to be combined with [texlab][]. The latter
-provides a language intelligence/auto-completion and build system interface.
+provides language intelligence/auto-completion and a build system interface.
 The present package complements texlab with richer syntax highlighting. The
 grammar is derived from LaTeX-Workshop, but has improvements including
 
@@ -67,7 +67,7 @@
 For example, `\lstodo{a latex-syntax todo}` will be highlighted if you do
 the above colour customisations and in your LaTeX source define
 ```tex
-\newcommand{\abtodo}[2][]{\todo[color=DarkRed!40,#1]{#2}}
+\newcommand{\lstodo}[2][]{\todo[color=DarkRed!40,#1]{#2}}
 ```
 (The colour setting here only affects LaTeX output, not VSCode.)
 

mercurial