Skip to content

Commit

Permalink
docs: add latex.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Feb 5, 2024
1 parent 7ab6cae commit 83bec53
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions root/.vim/doc/latex.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
vim:ft=help

*latex*

拼写检查 ~

1. Vim原生|spell|
2. linux aspell spell命令
3. ltex拼写检查(基于languagetool) https://languagetool.org/
>
:CocCommand ltex.showStatusInformation
<
查看字典所在位置(位于某个.vscode文件中)


4. 其它基于languagetool的工具

依赖Java 8和textidote jar包,不适用于没有Java的环境
https://github.com/PatrBal/vim-textidote
https://github.com/sylvainhalle/textidote
1 change: 1 addition & 0 deletions root/.vim/vimrc.d/latex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ augroup latex_commands
autocmd FileType tex command! -nargs=0 OpenPPTX call latex#OpenPPTX()
augroup end

" Plug 'PatrBal/vim-textidote'

0 comments on commit 83bec53

Please sign in to comment.