diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-25 18:53:11 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-25 18:53:11 +0800 |
commit | 6fe7c2c0e8dfd04708b2a7a042df8cc44c06c024 (patch) | |
tree | 1b92658ce7824347b8ddd1c037423450e3a7905b /print/detex/pkg-descr | |
parent | a97bc9bd167a99ff7f843415e2c828e377bb4f38 (diff) | |
download | freebsd-ports-gnome-6fe7c2c0e8dfd04708b2a7a042df8cc44c06c024.tar.gz freebsd-ports-gnome-6fe7c2c0e8dfd04708b2a7a042df8cc44c06c024.tar.zst freebsd-ports-gnome-6fe7c2c0e8dfd04708b2a7a042df8cc44c06c024.zip |
detex takes as input a TeX source file and strips the TeX commands.
The result is output to stdout. This is useful if you need a pure ASCII
version of a TeX/LaTeX file.
Diffstat (limited to 'print/detex/pkg-descr')
-rw-r--r-- | print/detex/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/detex/pkg-descr b/print/detex/pkg-descr new file mode 100644 index 000000000000..87702137f9d2 --- /dev/null +++ b/print/detex/pkg-descr @@ -0,0 +1,3 @@ +detex takes as input a TeX source file and strips the TeX commands. +The result is output to stdout. This is useful if you need a pure ASCII +version of a TeX/LaTeX file. |