tex-chemfig: initial commit
The package provides the command \chemfig{<code>}, which draws molecules using the TikZ package. The <code> argument provides instructions for the drawing operation. While the diagrams produced are essentially 2-dimensional, the package supports many of the conventional notations for illustrating the 3-dimensional layout of a molecule. The package uses TikZ for its actual drawing operations.
This commit is contained in:
parent
6feec53d19
commit
0267f78c7e
6 changed files with 34 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2019,v 1.3405 2019/08/13 01:50:18 schmonz Exp $
|
||||
$NetBSD: CHANGES-2019,v 1.3406 2019/08/13 02:13:40 brook Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2019:
|
||||
|
||||
|
@ -5613,3 +5613,4 @@ Changes to the packages collection and infrastructure in 2019:
|
|||
Updated textproc/libhighlight to 3.53 [schmonz 2019-08-13]
|
||||
Updated textproc/highlight to 3.53 [schmonz 2019-08-13]
|
||||
Updated textproc/p5-highlight to 3.53 [schmonz 2019-08-13]
|
||||
Added graphics/tex-chemfig version 1.41 [brook 2019-08-13]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.835 2019/08/09 20:56:19 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.836 2019/08/13 02:13:40 brook Exp $
|
||||
#
|
||||
|
||||
COMMENT= Graphics tools and libraries
|
||||
|
@ -561,6 +561,7 @@ SUBDIR+= tex-blockdraw_mp
|
|||
SUBDIR+= tex-blockdraw_mp-doc
|
||||
SUBDIR+= tex-bpolynomial
|
||||
SUBDIR+= tex-bpolynomial-doc
|
||||
SUBDIR+= tex-chemfig
|
||||
SUBDIR+= tex-circuitikz
|
||||
SUBDIR+= tex-circuitikz-doc
|
||||
SUBDIR+= tex-cmarrows
|
||||
|
|
7
graphics/tex-chemfig/DESCR
Normal file
7
graphics/tex-chemfig/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
The package provides the command \chemfig{<code>}, which draws
|
||||
molecules using the TikZ package. The <code> argument provides
|
||||
instructions for the drawing operation. While the diagrams
|
||||
produced are essentially 2-dimensional, the package supports
|
||||
many of the conventional notations for illustrating the
|
||||
3-dimensional layout of a molecule. The package uses TikZ for
|
||||
its actual drawing operations.
|
13
graphics/tex-chemfig/Makefile
Normal file
13
graphics/tex-chemfig/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/08/13 02:13:40 brook Exp $
|
||||
|
||||
DISTNAME= chemfig
|
||||
PKGNAME= tex-${DISTNAME}-1.41
|
||||
TEXLIVE_REV= 51176
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://ctan.org/pkg/chemfig
|
||||
COMMENT= Draw molecules with easy syntax
|
||||
LICENSE= lppl-1.3c
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
graphics/tex-chemfig/PLIST
Normal file
4
graphics/tex-chemfig/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/08/13 02:13:40 brook Exp $
|
||||
share/texmf-dist/tex/generic/chemfig/chemfig.sty
|
||||
share/texmf-dist/tex/generic/chemfig/chemfig.tex
|
||||
share/texmf-dist/tex/generic/chemfig/t-chemfig.tex
|
6
graphics/tex-chemfig/distinfo
Normal file
6
graphics/tex-chemfig/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/08/13 02:13:40 brook Exp $
|
||||
|
||||
SHA1 (tex-chemfig-51176/chemfig.tar.xz) = 059aa48e7a4c9f40cbdd28f43ecd0ba3c2c17d2c
|
||||
RMD160 (tex-chemfig-51176/chemfig.tar.xz) = b6ebfb70cf26caeafcb2e8453585d4748206f2cf
|
||||
SHA512 (tex-chemfig-51176/chemfig.tar.xz) = bf8b9f313bdc239eac7c11c8b887755fc5106c389b3d62f013c764a8392298f4e0074796ec128edaa0d4126b52b055b3787454885dd2cd214e2603b7896b28dd
|
||||
Size (tex-chemfig-51176/chemfig.tar.xz) = 23716 bytes
|
Loading…
Reference in a new issue