mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19 lines
649 B
Plaintext
19 lines
649 B
Plaintext
|
Tgif2tex allows us to use LaTeX commands in figures drawn by Tgif. It
|
||
|
extracts strings and their positions from the figure and converts it
|
||
|
in picture environment of the LaTeX. It also converts other
|
||
|
components of the figure such as lines, circles, ovals, etc into EPS.
|
||
|
|
||
|
Execute the following commands for example.
|
||
|
|
||
|
% cd /usr/local/share/doc/tgif2tex
|
||
|
% tgif2tex example.obj
|
||
|
% latex example.tex
|
||
|
% xdvi example.tex
|
||
|
|
||
|
Detailed document /usr/local/share/doc/tgif2tex/how-to-use.tex
|
||
|
(written in Japanese [JIS code]) is available. To typeset it, execute
|
||
|
'make' in the directory /usr/local/share/doc/tgif2tex.
|
||
|
|
||
|
- S. Taoka
|
||
|
taoka@infonets.hiroshima-u.ac.jp
|