Bring in pdfjadetex.ini from TeX Live svn revision 16978
by Karl Berry, which unbreaks jadetex with TeX Live 2009. ok edd@ jasper@
This commit is contained in:
parent
ed39c64d90
commit
c4093906b0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2009/12/15 18:01:57 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/02/17 10:19:08 jsg Exp $
|
||||
|
||||
COMMENT-main = texlive texmf for laTeX/PdfTeX
|
||||
COMMENT-full = texlive texmf for XeTeX/ConTeXt and extra macros
|
||||
@ -7,7 +7,7 @@ COMMENT-docs = texlive documentation
|
||||
DISTNAME = texlive-${DIST_V}-texmf
|
||||
|
||||
PKGNAME-main = texlive_texmf-minimal-${V}p0
|
||||
PKGNAME-full = texlive_texmf-full-${V}p0
|
||||
PKGNAME-full = texlive_texmf-full-${V}p1
|
||||
PKGNAME-docs = texlive_texmf-docs-${V}p0
|
||||
|
||||
NO_BUILD = Yes
|
||||
|
@ -0,0 +1,22 @@
|
||||
$OpenBSD: patch-texmf-dist_tex_jadetex_base_pdfjadetex_ini,v 1.1 2010/02/17 10:19:08 jsg Exp $
|
||||
--- texmf-dist/tex/jadetex/base/pdfjadetex.ini.orig Mon Jun 15 02:13:54 2009
|
||||
+++ texmf-dist/tex/jadetex/base/pdfjadetex.ini Wed Feb 17 10:57:06 2010
|
||||
@@ -1,4 +1,14 @@
|
||||
-% public domain
|
||||
-\input pdftexconfig.tex
|
||||
-\input jadetex.ini
|
||||
-
|
||||
+% revision 16978 from svn to fix broken jadetex in texlive 2009 release
|
||||
+%
|
||||
+% public domain.
|
||||
+%
|
||||
+% do what we do for pdflatex, but don't dump now.
|
||||
+\let\primitivedump=\dump
|
||||
+\let\dump=\relax
|
||||
+\input pdflatex.ini
|
||||
+\let\dump=\primitivedump
|
||||
+%
|
||||
+% then read jadetex. pdf output must be set first, since it needs hyperref.
|
||||
+\input jadetex.ltx
|
||||
+%
|
||||
+\dump
|
Loading…
Reference in New Issue
Block a user