From 33e1f8552c0ef2e854e5d5a7301b8bf19f317f45 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Mon, 10 Nov 2003 19:54:12 +0000 Subject: . Add a port of foiltex: 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. WWW: http://www.ctan.org/tex-archive/nonfree/macros/latex/contrib/foiltex/ PR: 54372 Submitted by: Stefan Walter --- textproc/foiltex/pkg-install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 textproc/foiltex/pkg-install (limited to 'textproc/foiltex/pkg-install') diff --git a/textproc/foiltex/pkg-install b/textproc/foiltex/pkg-install new file mode 100644 index 000000000000..a97a81c62211 --- /dev/null +++ b/textproc/foiltex/pkg-install @@ -0,0 +1,14 @@ +#!/bin/sh + +[ -z "${LOCALBASE}" ] && LOCALBASE=/usr/local + +if [ "$2" = "POST-INSTALL" ]; then + echo "Updating content cache to let LaTeX know about the new style files:" + if [ -x ${LOCALBASE}/bin/mktexlsr ]; then + ${LOCALBASE}/bin/mktexlsr + else + echo "Could not find mktexlsr. Please run it manually to update" + echo "LaTeX's content cache, or you won't be able to use the" + echo "new style files." + fi +fi -- cgit v1.2.3