diff options
author | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2004-07-28 21:54:47 +0000 |
---|---|---|
committer | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2004-07-28 21:54:47 +0000 |
commit | 6b649aba925b6f7462da07599fe67ebb12a3460e (patch) | |
tree | 43656bcaa51164548f3fa14e5b10de5ef1088574 /tools/README.coq-tex |
Imported Upstream version 8.0pl1upstream/8.0pl1
Diffstat (limited to 'tools/README.coq-tex')
-rwxr-xr-x | tools/README.coq-tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/README.coq-tex b/tools/README.coq-tex new file mode 100755 index 00000000..5c7606a9 --- /dev/null +++ b/tools/README.coq-tex @@ -0,0 +1,13 @@ +DESCRIPTION. + +The coq-tex filter extracts Coq phrases embedded in LaTeX files, +evaluates them, and insert the outcome of the evaluation after each +phrase. + +The filter is written in Perl, so you'll need Perl version 4 installed +on your machine. + +USAGE. See the manual page (coq-tex.1). + +AUTHOR. Jean-Christophe Filliatre (jcfillia@lip.ens-lyon.fr) + from caml-tex of Xavier Leroy. |