2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/latex/packages.el
|
|
|
|
|
2020-11-21 14:09:08 -05:00
|
|
|
(package! auctex :pin "fb062a364fbc7d791707ff574b0f0a7f4c7a7269")
|
2020-08-19 15:25:47 -04:00
|
|
|
(package! adaptive-wrap :pin "319db649fb083db3ad07b4c71ee6c9429497043b")
|
2020-05-28 03:02:24 -04:00
|
|
|
(package! latex-preview-pane :pin "5297668a89996b50b2b62f99cba01cc544dbed2e")
|
2020-08-08 17:44:00 +03:00
|
|
|
(when (featurep! :editor evil +everywhere)
|
2020-11-21 14:09:08 -05:00
|
|
|
(package! evil-tex :pin "ac313efb22d621c093d8d30233bd7dc8b4cc54b4"))
|
2018-01-01 20:48:23 +01:00
|
|
|
|
|
|
|
;; Optional module features:
|
|
|
|
|
|
|
|
(when (featurep! +latexmk)
|
2020-05-28 03:02:24 -04:00
|
|
|
(package! auctex-latexmk :pin "4d353522650d7685acbf1d38f7dbc504f734bd84"))
|
2018-01-01 20:48:23 +01:00
|
|
|
|
2020-02-07 12:36:07 +02:00
|
|
|
(when (featurep! +cdlatex)
|
2020-11-21 14:09:08 -05:00
|
|
|
(package! cdlatex :pin "adf96bab0bbf28f65c882c0874f1c14fdb216bd8"))
|
2020-02-07 12:36:07 +02:00
|
|
|
|
2018-01-01 20:48:23 +01:00
|
|
|
;; Features according to other user selected options
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
2020-06-03 01:32:26 -04:00
|
|
|
(package! company-auctex :pin "9400a2ec7459dde8cbf1a5d50dfee4e300ed7e18")
|
2020-11-21 14:09:08 -05:00
|
|
|
(package! company-reftex :pin "291c283c8a015fd7cbaa99f836e1a721f1e2c832")
|
2020-05-28 03:02:24 -04:00
|
|
|
(package! company-math :pin "a796053590012e6a15c8b527b521ffc15d137bd0"))
|