Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 reyssat 1
Source: chemeq
2
Section: tex
3
Priority: optional
4
Maintainer: Georges Khaznadar <georgesk@ofset.org>
5
Build-Depends: flex (>= 2.5.31-1), bison, debhelper (>= 4.0.0)
6
Standards-Version: 3.7.2
7
 
8
Package: chemeq
9
Architecture: any
10
Depends: ${shlibs:Depends}
11
Suggests: tetex-bin, wims
12
Description: Parser for chemical formula and equilibria
13
 chemeq is a basic standalone filter written in C language,
14
 flex and bison. It inputs strings like:
15
  2H2 + O2 ---> 2 H2O
16
 then it outputs LaTeX code and messages about the equilibrium of a
17
 chemical reaction.
18
 .
19
  example:~/src$ echo "2H2 + O2 ---> 2 H2O" | chemeq -lc
20
  2\,H_{2}\,+\,O_{2}\,\rightarrow\,2\,H_{2}O
21
  OK