0920d2cfb6
- Remove 00readme. - Remove a duplicated line in patch-tgif2tex. - Add s,#!/usr/bin/perl,${PERL}, replacement.
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
--- tgif2tex.orig 2003-11-28 20:53:07.000000000 +0900
|
|
+++ tgif2tex 2008-05-31 18:28:11.000000000 +0900
|
|
@@ -44,11 +44,13 @@
|
|
# Aug 5, 2002 font size bug fixed (Version 2.12)
|
|
# Aug 5, 2002 bug in handling BOX fixed (Version 2.13 thanks Mr. Tsuchimura)
|
|
|
|
-$latex_command='/usr/bin/platex'; # latex command in your site.
|
|
-$dvips_command='/usr/bin/pdvips';
|
|
-$tgif_command='/usr/X11R6/bin/tgif';
|
|
-$pnm_command='/usr/bin/gs -sDEVICE=pnmraw -sOutputFile=- -sNOPAUSE -dBATCH -q -r400';
|
|
-$convert_command='/usr/bin/pnmcrop | /usr/bin/pnmmargin -white 10 | /usr/bin/convert - ';
|
|
+$LOCALBASE='%%LOCALBASE%%';
|
|
+
|
|
+$latex_command="${LOCALBASE}/bin/platex"; # latex command in your site.
|
|
+$dvips_command="${LOCALBASE}/bin/dvips";
|
|
+$tgif_command="${LOCALBASE}/bin/tgif";
|
|
+$pnm_command="${LOCALBASE}/bin/gs -sDEVICE=pnmraw -sOutputFile=- -sNOPAUSE -dBATCH -q -r400";
|
|
+$convert_command="${LOCALBASE}/bin/pnmcrop | ${LOCALBASE}/bin/pnmmargin -white 10 | ${LOCALBASE}/bin/convert - ";
|
|
|
|
$version='tgif2tex version 2.13';
|
|
$copyright='Copyright (C) 1994-2003 Koji Nakano';
|
|
@@ -106,8 +108,8 @@
|
|
$slitex=0; # 1 if slitex
|
|
$pt='11pt';
|
|
$size18=0;
|
|
-$ryumin='\\mc';
|
|
-$gothic='\\gt';
|
|
+$ryumin='\\mcfamily';
|
|
+$gothic='\\gtfamily';
|
|
$article='jarticle';
|
|
$eps=0;
|
|
$ps=0;
|