From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 18 16:50:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 427F716A418 for ; Tue, 18 Dec 2007 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20DF713C44B for ; Tue, 18 Dec 2007 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBIGo3Bi000897 for ; Tue, 18 Dec 2007 16:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBIGo3fb000896; Tue, 18 Dec 2007 16:50:03 GMT (envelope-from gnats) Date: Tue, 18 Dec 2007 16:50:03 GMT Message-Id: <200712181650.lBIGo3fb000896@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.org (dfilter service) Cc: Subject: Re: ports/118116: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 16:50:03 -0000 The following reply was made to PR ports/118116; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/118116: commit references a PR Date: Tue, 18 Dec 2007 16:43:30 +0000 (UTC) pav 2007-12-18 16:43:24 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/latex-prettyref Makefile distinfo pkg-descr pkg-plist Log: Prettyref provides a command \newrefformat, which specifies the way in which a reference is typeset, according to a label "identification". The identification is set in the \label command, by using prefixed label names; so instead of \label{mysection}, one uses \label{sec:mysection}, and prettyref interprets the "sec:" part. The package is compatible with hyperref and with other packages. WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/ PR: ports/118116 Submitted by: Koji Yokota Revision Changes Path 1.441 +1 -0 ports/print/Makefile 1.1 +46 -0 ports/print/latex-prettyref/Makefile (new) 1.1 +3 -0 ports/print/latex-prettyref/distinfo (new) 1.1 +8 -0 ports/print/latex-prettyref/pkg-descr (new) 1.1 +4 -0 ports/print/latex-prettyref/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"