723e4cb90f
- New \hbox_set_to_wd:Nnw and \vbox_set_to_ht:Nnw functions - Revised l3file module to give better defined path/file/extension split - New experimental functions in l3file: \file_input_stop:, \file_get_mdfive_hash:nN, \file_get_size:nN and \file_get_timestamp:nN; currently XeTeX does not support getting file size/timestamp - New experimental \mode_leave_vertical: as a code-level equivalent of \leavevmode - New experimental support for shell escape in l3sys module - New mechanism for checking variable declarations locally: see option "enable-debug" and \debug_check_declarations_(on|off): - More invalid regex patterns trapped with warning - More regex documentation examples - Bug fix for \tl_mixed_case:n(n) with pdfTeX when the first character is outside the ASCII range - Fix nesting of selective setting in l3keys
13 lines
354 B
Makefile
13 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/08/17 04:13:30 markd Exp $
|
|
|
|
DISTNAME= l3packages.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2017.44864
|
|
TEXLIVE_REV= 44864
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/l3packages
|
|
COMMENT= Documentation for tex-l3packages
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|