Commit Graph

19 Commits

Author SHA1 Message Date
83bfe76b20 Use correct brew install --cask command
I've noticed that some docs are a bit outdated, as homebrew doesn't have
`brew cask` command now, all features regarding to casks were moved to
the option `--cask` instead.

This commit just introduce such changes to be up-to-date with homebrew instructions.
2021-04-21 22:21:02 +03:00
add4167cbc Update package name for TeXLive on Arch Linux 2020-10-13 01:11:42 -07:00
dd775167ae Add evil-tex package to :lang latex 2020-08-08 19:22:05 +03:00
96276a688d Merge branch 'develop' into lsp-tex 2020-04-26 10:40:34 +04:30
e4b570c9ae Fix tex-lsp related commented issues 2020-04-26 10:37:35 +04:30
51a6028b65 Clarify :lang latex prerequisites 2020-04-10 16:06:51 +03:00
8a115642ab Merge pull request #2812 from yoavm448/tex-fold
Add +fold flag to lang/latex for TeX-fold
2020-04-07 17:37:47 -04:00
76097f84fa Merge pull request #2838 from patrl/remove-ivy-bibtex
Remove Ivy/helm-bibtex
2020-04-07 17:30:17 -04:00
e579a64e6e lang/latex: add basic prerequisites section to readme 2020-04-07 15:00:38 -04:00
a3a4ad3258 Modify readme to remove references to ivy/helm-bibtex 2020-04-07 13:16:48 -04:00
5e35662b9f Add +fold flag to lang/latex for TeX-fold 2020-04-07 15:48:49 +03:00
6b68dcceee Minor fixes in docs and check for :lang lsp. 2020-03-19 19:19:35 +03:30
d046d35aeb Added +lsp to Tex-Mode. 2020-03-19 13:42:06 +03:30
883a326e87 Add cdlatex support in latex: +cdlatex
cdlatex has 4 main functionalities:
+ Math and environments snippets: I've disabled these in favor of
  yasnippet when using :editor snippets by just unbinding the TAB in
  cdlatex's keymap
+ Auto insertion of closing delimiters: disabled in favor of smartparens
+ Fast insertion for some macros: `a becomes \alpha. Kept as-is
+ Fast accent insertion: a'~ becomes \tilde{a}. Kept as-is

I also updated the docs, and added a section explaining how to re-enable
cdlatex's snippets despite having yasnippet.
2020-02-07 13:06:14 +02:00
fb13b902b0 Minor comment/doc revision & refactors 2019-11-21 14:46:45 -05:00
db2901af71 Update documentation of recognized latex viewers
The user documentation of +latex-viewers did not keep up with changes to
the variable. This commit realigns its documentation.
2019-10-03 12:56:56 +02:00
c3c9c01bad lang/latex: rewrite README 2019-01-05 17:45:42 -05:00
0a23c30e06 Make PDF tools and LaTeX work better together.
Update the README file to reflect the available flags.
2018-04-11 13:02:58 +02:00
e91cb11243 Latex module revamped
Latex language module with previews, latexmk, reftex, bibtex and others.
Completion with company mode.
Selection of bibliography using Ivy or Helm.
Later preview panel or okular as viewers.
LatexMk for compiling code.
Prettified indentation with adaptive-wrap along with good indentation of environments.
Additional fontification of common commands.
2018-01-08 19:18:37 +01:00