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/latexdraw/man |
Initial commit
Diffstat (limited to 'support/latexdraw/man')
-rw-r--r-- | support/latexdraw/man/man1/latexdraw.1 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/support/latexdraw/man/man1/latexdraw.1 b/support/latexdraw/man/man1/latexdraw.1 new file mode 100644 index 0000000000..ea4d746650 --- /dev/null +++ b/support/latexdraw/man/man1/latexdraw.1 @@ -0,0 +1,70 @@ +.TH latexdraw 1 +.SH Name +latexdraw - a X-Window based drawing program +.SH Syntax +.B latexdraw +[ +.I options +] +.SH Description + +.I latexdraw +is a X-Window based and CAD orientated drawing program which generates +LaTeX output using +the macropackage latexdraw.sty. The macropackage latexdraw.sty is +based on pstricks. The picture may be generated as complete LaTeX-source +or as a picture-environment to be included in other documents. You must +translate the dvi-file generated by LaTeX to a postscript-file using dvips +before you can view or print the document. + +.SH Options +.IP "-2e" 10 +a headerline with documentclass (for a latex2e-document) +instead of the standard headerline with documentstyle is used +.IP "-d hdl" 10 +uses +.I hdl +as headerline for the LaTeX-document +.IP "-f fnt" 10 +use font with name +.I fnt +for the menue +.IP "-io file1 file2" 10 +.I latexdraw +reads +.I file1 +which must be a LaTeXdraw-outputfile and generates the +LaTeX-outputfile +.I file2 +(In this mode there is no window nor any interaction with the user) +.IP \-l 10 +the +.I latexdraw +window has landscape format instead of portrait format +(no influence on the generated picture) +.IP \-q 10 +the +.I latexdraw +window has landscape format instead of portrait format +(no influence on the generated picture) +.IP "-s wxh" 10 +the +.I latexdraw +window is +.I w +pixels wide and +.I h +pixels high +.IP \-t 10 +.I latexdraw +uses a digitizer tablet (only possible when generated +with the digitizer-option) + +.SH Documentation +The documentation is avaible in postscript and HTML format, try + /usr/local/teTeX/texmf/tex/lib/inputs/latexdraw/doc + +.SH Author +Prof. Dr. H.-J. Siegert, TU-Muenchen, +.br +email: siegert@informatik.tu-muenchen.de |