chemeq 2.11-1 source package in Ubuntu

Changelog

chemeq (2.11-1) unstable; urgency=low


  * replaced the \rightarrow macro by \longrightarrow
  * removed the strange option forged for buggy WIMS behaviors
  * fixed the encodong of chemeq.h
  * implemented the version management by Makefile
  * update dh level to 9
  * updated debian/rules to dh7 format
  * updated source format to 3.0: quilt

 -- Georges Khaznadar <email address hidden>  Sun, 23 Jun 2013 12:06:15 +0200

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any
Section:
tex
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
chemeq_2.11-1.dsc 1017 bytes 46b0ef8e6863558c52346b9259944c887622868a2eaceb1cb812114dac55eee3
chemeq_2.11.orig.tar.gz 38.3 KiB f196c0d301b7c57f5eeacea989ab425ae6b95da611d6bb74144ee1dbfbb28274
chemeq_2.11-1.debian.tar.gz 5.2 KiB 4e17f7adb76ff2ed27bc61417e64a95236297094e84cddbba330ca2242336df0

Available diffs

No changes file available.

Binary packages built by this source

chemeq: Parser for chemical formula and equilibria

 chemeq is a basic standalone filter written in C language,
 flex and bison. It inputs strings like:
  2H2 + O2 ---> 2 H2O
 then it outputs LaTeX code and messages about the equilibrium of a
 chemical reaction.
 .
  example:~/src$ echo "2H2 + O2 ---> 2 H2O" | chemeq -lc
  2\,H_{2}\,+\,O_{2}\,\rightarrow\,2\,H_{2}O
  OK