summaryrefslogtreecommitdiff
path: root/print/tex-chemarrow
AgeCommit message (Collapse)AuthorFilesLines
2006-01-23EXTRACT_CMD.zip is no more... just use the real command for extracting ajlam1-2/+2
ZIP archive.
2005-11-13Use teTeX/module.mk to update ls-R properly. Bump PKGREVISION becuaseminskim2-7/+5
previously these packages might create ls-R under $HOME.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-1/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08convert to use tex.buidllink3.mktonio2-14/+13
Install files in ${PKG_LOCALTEXMFPREFIX}
2005-05-16Initial import of tex-chemarrow:jschauma4-0/+66
LaTeX can be used to typeset many kinds of different documents, but typesetting chemical reactions is esthetically not very pleasing because LaTeX's own arrows \rightarrow, \leftarrow and \rightleftharpoons which you might use for this purpose are too short and the arrow heads are not like the "standard" ones you will find in books or journals on chemistry. The macro chemarrow.sty in conjunction with the font arrow.mf is supposed to make the typesetting of chemical reaction schemes in LaTeX easier and especially nicer looking.