The package provides an \ul (underline) command will break over line ends; this technique may be used to replace \em (both in that form and as the \emph command), so as to make output look as if it comes from a typewriter. The package also offers double and wavy underlining, and striking out (line through words) and crossing out (/// over words). Documentation is to be found in the package file itself.
13 lines
305 B
Makefile
13 lines
305 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:53:45 minskim Exp $
|
|
# TeX Live Revision 16866
|
|
|
|
DISTNAME= ulem
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Package for underlining
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|