diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/check/readme |
Initial commit
Diffstat (limited to 'support/check/readme')
-rw-r--r-- | support/check/readme | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/support/check/readme b/support/check/readme new file mode 100644 index 0000000000..552ec2ab25 --- /dev/null +++ b/support/check/readme @@ -0,0 +1,13 @@ +Overview +-------- + +check.c is the source of a TeX file filter. It provides syntax checking +as well as automatic labelling, and additionally german language support. + + +Hints for compiling check.c +--------------------------- + +check.c can be compiled with any ANSI-C C-compiler. On UNIX systems use + cc -o check check.c -lm +to produce an executable check. Read check.doc for usage hints. |