mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Converting texts in figure by tgif to LaTeX commands (for Japanese)
PR: ports/8771 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
This commit is contained in:
parent
69c6a90fd3
commit
c160e7ebd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15319
22
japanese/tgif2tex/Makefile
Normal file
22
japanese/tgif2tex/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: tgif2tex for Japanese
|
||||
# Version required: 1.46
|
||||
# Date created: 12 Mar 1998
|
||||
# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PKGNAME= ja-tgif2tex-1.46
|
||||
CATEGORIES= japanese print
|
||||
|
||||
RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/tgif2tex
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
PORTSDOCDIR= ${PREFIX}/share/doc/ja-tgif2tex
|
||||
DOCSRC= Makefile \
|
||||
how-to-use.tex \
|
||||
sample1.obj \
|
||||
sample2.obj \
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
japanese/tgif2tex/pkg-comment
Normal file
1
japanese/tgif2tex/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Converting texts in figure by tgif to LaTeX commands (for Japanese)
|
18
japanese/tgif2tex/pkg-descr
Normal file
18
japanese/tgif2tex/pkg-descr
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
9
japanese/tgif2tex/pkg-plist
Normal file
9
japanese/tgif2tex/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/tgif2tex
|
||||
share/doc/ja-tgif2tex/00readme
|
||||
share/doc/ja-tgif2tex/Makefile
|
||||
share/doc/ja-tgif2tex/how-to-use.tex
|
||||
share/doc/ja-tgif2tex/sample1.obj
|
||||
share/doc/ja-tgif2tex/sample2.obj
|
||||
share/doc/ja-tgif2tex/example.obj
|
||||
share/doc/ja-tgif2tex/example.tex
|
||||
@dirrm share/doc/ja-tgif2tex
|
Loading…
Reference in New Issue
Block a user