diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-10-30 10:53:23 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-10-30 10:53:23 +0000 |
commit | 1f102ebc9941c3540d7cf67975e5c3a54f481075 (patch) | |
tree | 9c4f31cfcca166704aa70f0ad9c03dc314fd7baa /textproc/foiltex/files/patch-foiltex.ins | |
parent | Use $TEXMFLOCAL/ptex/jadetex as the install directory. (diff) |
Fix the build breakage when LaTeX2e <2003/12/01> is used.
Approved by: Stefan Walter (sw at gegenunendlich dot de)
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=120485
Diffstat (limited to 'textproc/foiltex/files/patch-foiltex.ins')
-rw-r--r-- | textproc/foiltex/files/patch-foiltex.ins | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/foiltex/files/patch-foiltex.ins b/textproc/foiltex/files/patch-foiltex.ins new file mode 100644 index 000000000000..75a30ca91a91 --- /dev/null +++ b/textproc/foiltex/files/patch-foiltex.ins @@ -0,0 +1,13 @@ +--- foiltex.ins.orig Thu Oct 28 14:17:12 2004 ++++ foiltex.ins Thu Oct 28 14:17:27 2004 +@@ -117,8 +117,8 @@ + \generateFile{sampfoil.tex}{t}{\from{foiltex.dtx}{sample}} + + +-\newcommand{\iispc}{\space\space} +-\newcommand{\vspc}{\iispc\iispc\space} ++\def\iispc{\space\space} ++\def\vspc{\iispc\iispc\space} + \Msg{**********************************************************************} + \Msg{*} + \Msg{* To finish the installation, do the following:} |