336469b765
# latex2exp 0.5.0 * Update Documentation to use the new raw strings introduced in R 4.0 (which lets one do away with the quoting of the backslash character; e.g. one can use `TeX(r'($\alpha^\beta$)')` rather than `TeX('\\alpha^\\beta)`) * Adds parameters `bold` and `italic` to `TeX()`. These can be used to make the entire expression bold or italic. * Adds `\phantom{}` ([PR](https://github.com/stefano-meschiari/latex2exp/pull/22))
17 lines
414 B
Makefile
17 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/08/28 05:15:33 mef Exp $
|
|
|
|
R_PKGNAME= latex2exp
|
|
R_PKGVER= 0.5.0
|
|
CATEGORIES= graphics textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Use LaTeX expressions in plots
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
|
|
DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|