Import tex-foiltex from pkgsrc-wip. Packaged by Benedikt Meurer.
The FoilTeX is a collection of LaTeX files for making foils. A number of features are built-in including large sans serif font as normal font, options for setting normalsize at 20pt (default), 17pt, 25pt or 30pt, new macros for starting new foils, for special environments like Theorem and Proof, simple macros to control the headline and footline. With Rokicki's dvips or Y&Y's dvipsone, it will even rotate individual foils easily.
This commit is contained in:
parent
2811b095f4
commit
aac97303cf
5 changed files with 77 additions and 0 deletions
7
print/tex-foiltex/DESCR
Normal file
7
print/tex-foiltex/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
The FoilTeX is a collection of LaTeX files for making foils. A number
|
||||
of features are built-in including large sans serif font as normal
|
||||
font, options for setting normalsize at 20pt (default), 17pt, 25pt or
|
||||
30pt, new macros for starting new foils, for special environments like
|
||||
Theorem and Proof, simple macros to control the headline and footline.
|
||||
With Rokicki's dvips or Y&Y's dvipsone, it will even rotate individual
|
||||
foils easily.
|
36
print/tex-foiltex/Makefile
Normal file
36
print/tex-foiltex/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/11/15 03:00:11 minskim Exp $
|
||||
|
||||
DISTNAME= # empty
|
||||
PKGNAME= tex-foiltex-2.1.4a
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/foiltex/}
|
||||
DISTFILES= foiltex.dtx foiltex.ins
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/foiltex.html
|
||||
COMMENT= LaTeX2e class for overhead transparencies
|
||||
|
||||
NO_CONFIGURE= YES
|
||||
|
||||
EVAL_PREFIX+= LATEX_PREFIX=latex
|
||||
LATEX_PREFIX_DEFAULT=${LOCALBASE}
|
||||
|
||||
STYDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex
|
||||
|
||||
.include "../../print/teTeX/module.mk"
|
||||
|
||||
do-extract:
|
||||
for f in ${DISTFILES}; do \
|
||||
${CP} ${DISTDIR}/$$f ${WRKSRC}/$$f; \
|
||||
done
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${LATEX_PREFIX}/bin/latex foiltex.ins
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${STYDIR}
|
||||
cd ${WRKSRC} && for f in foils.* foil*.clo fltfonts.def; do \
|
||||
${INSTALL_DATA} $$f ${STYDIR}/$$f; \
|
||||
done
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
print/tex-foiltex/PLIST
Normal file
10
print/tex-foiltex/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/15 03:00:11 minskim Exp $
|
||||
${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex/fltfonts.def
|
||||
${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex/foil17.clo
|
||||
${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex/foil20.clo
|
||||
${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex/foil25.clo
|
||||
${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex/foil30.clo
|
||||
${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex/foils.cls
|
||||
${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex/foils.sty
|
||||
${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex/foilshrt.clo
|
||||
@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/foiltex
|
9
print/tex-foiltex/distinfo
Normal file
9
print/tex-foiltex/distinfo
Normal file
|
@ -0,0 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/11/15 03:00:11 minskim Exp $
|
||||
|
||||
SHA1 (foiltex.dtx) = 92527013d1c5ab837a4b6d8f8dfd9573ff20bed4
|
||||
RMD160 (foiltex.dtx) = 6a143debfbd0ec10776575fead59ec5cc66e9446
|
||||
Size (foiltex.dtx) = 173634 bytes
|
||||
SHA1 (foiltex.ins) = 297ba9c5d1674957d4c283514fdca064c5dea064
|
||||
RMD160 (foiltex.ins) = 324393458cce6a78fc5793fad32a54491dd21d7a
|
||||
Size (foiltex.ins) = 6319 bytes
|
||||
SHA1 (patch-aa) = 563dc859b90730daa0796470c3abf6884a4588e7
|
15
print/tex-foiltex/patches/patch-aa
Normal file
15
print/tex-foiltex/patches/patch-aa
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2005/11/15 03:00:11 minskim Exp $
|
||||
|
||||
--- foiltex.ins.orig 2005-11-14 18:05:34.000000000 -0800
|
||||
+++ foiltex.ins
|
||||
@@ -117,8 +117,8 @@ sent to
|
||||
\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:}
|
Loading…
Reference in a new issue