Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
latex [2019/02/21 20:39]
paul [Vim LaTex]
latex [2019/03/31 14:49] (current)
Line 8: Line 8:
 ===== Vim LaTex ===== ===== Vim LaTex =====
  
-====== Spell Check ======+==== Spell Check ==== 
 + 
 +Spell checking doesn't work by default on the Awesome CV template because text is written in verbatim blocks, which is non traditional LaTex behavior. I have to add this to .vimrc to enable spell check in verbatim blocks. 
 + 
 +<code vim> 
 +let g:tex_verbspell
 +</code> 
 + 
 +I then have to run this command to enable highlighting. 
 + 
 +<code vim> 
 +:syntax spell toplevel 
 +</code> 
  
-Spell checking doesn't work by default on the Awesome CV template because text is written in verbatim blocks, which is non traditional LaTex behavior. 
  • latex.1550781574.txt.gz
  • Last modified: 2019/02/21 20:39
  • by paul