File: control

package info (click to toggle)
chemeq 1.9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 164 kB
  • ctags: 168
  • sloc: cpp: 784; yacc: 260; ansic: 123; perl: 107; makefile: 94; sh: 10
file content (21 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: chemeq
Section: tex
Priority: optional
Maintainer: Georges Khaznadar <georgesk@ofset.org>
Build-Depends: flex (>= 2.5.31-1), bison, debhelper (>= 4.0.0)
Standards-Version: 3.7.2

Package: chemeq
Architecture: any
Depends: ${shlibs:Depends}
Suggests: tetex-bin, wims
Description: 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