Programme de conversion de formules mathématiques écrites en ASCII pseudo-C vers LaTeX.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
eqn2tex: eqn2tex.c libstr.c
|
|
cc -g eqn2tex.c libstr.c -o $@
|
|
|
|
eqn2tex.c: eqn2tex.peg
|
|
packcc $<
|
|
|
|
clean:
|
|
$(RM) eqn2tex
|
|
|
|
distclean: clean
|
|
$(RM) eqn2tex.c
|
|
|