84899ad78d
The package defines a single command \verbdef (which has a *- form, like \verb). \verbdef will define a robust command whose body expands to verbatim text. By using commands defined by \verbdef, one can put verbatim text into the arguments of commands; since the defined command is robust, it doesn't matter if the argument is moving. (Full details of syntax and caveats about use are in comments in the file itself.)
13 lines
329 B
Makefile
13 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:57:08 minskim Exp $
|
|
# TeX Live Revision 17177
|
|
|
|
DISTNAME= verbdef
|
|
PKGNAME= tex-${DISTNAME}-0.2
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Define commands which expand to verbatim text
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|