2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/latex/packages.el
|
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! auctex :pin "fafa28d542")
|
|
|
|
(package! adaptive-wrap :pin "1810c0ee8d")
|
|
|
|
(package! latex-preview-pane :pin "5297668a89")
|
2018-01-01 20:48:23 +01:00
|
|
|
|
|
|
|
;; Optional module features:
|
|
|
|
|
|
|
|
(when (featurep! +latexmk)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! auctex-latexmk :pin "4d35352265"))
|
2018-01-01 20:48:23 +01:00
|
|
|
|
2020-02-07 12:36:07 +02:00
|
|
|
(when (featurep! +cdlatex)
|
2020-03-06 15:42:35 -05:00
|
|
|
(package! cdlatex :pin "a5cb624ef5"))
|
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-01-25 03:49:42 -05:00
|
|
|
(package! company-auctex :pin "48c42c58ce")
|
2020-03-06 15:42:35 -05:00
|
|
|
(package! company-reftex :pin "275ef708f0")
|
2020-02-06 15:18:50 -05:00
|
|
|
(package! company-math :pin "a796053590"))
|