Hi, On 05/02/2011 05:33 PM, Simon Dreher wrote: > it seems to work if you add the line > \usepackage{etex} > directly after the \documentclass[11pt]{article} line.
Thanks for all your suggestions! Adding the above line to mtxdoc.tex, halleluja.ltx and kanons.ltx fixes the problem. (Doing it the old fashioned way as Don suggested would also work, but it wasn't necessary in the end.) The attached patch fixes the Debian bug. Will upload later. bye, Roland
Description: Upstream changes introduced in version 0.60d-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . m-tx (0.60d-1) unstable; urgency=low . * New upstream release * Rewrote Description (Closes: #566520) * Moved to source format 3.0 (quilt) * debian/control: - Standards-Version: 3.8.4 - Depends: debhelper (>=7), debian/compat: 7 * Added mtxlatex.sty to /usr/share/texmf/tex/latex/misc and fixed documentation accordingly (Closes: #517686) . The person named in the Author field signed this changelog entry. Author: Roland Stigge <sti...@antcom.de> Bug-Debian: http://bugs.debian.org/517686 Bug-Debian: http://bugs.debian.org/566520 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: <vendor|upstream|other>, <url of original patch> Bug: <url in upstream bugtracker> Bug-Debian: http://bugs.debian.org/<bugnumber> Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> Forwarded: <no|not-needed|url proving that it has been forwarded> Reviewed-By: <name and email of someone who approved the patch> Last-Update: <YYYY-MM-DD> --- m-tx-0.60d.orig/doc/halleluja.ltx +++ m-tx-0.60d/doc/halleluja.ltx @@ -1,4 +1,5 @@ \documentclass[a4paper]{article} +\usepackage{etex} \usepackage{mtxlatex,times} \mtxlatex \pagestyle{headings} --- m-tx-0.60d.orig/doc/mtxdoc.tex +++ m-tx-0.60d/doc/mtxdoc.tex @@ -1,4 +1,5 @@ \documentclass[11pt]{article} +\usepackage{etex} \usepackage{a4wide,color,mtxlatex,mtxdoc} % You might like to put \paperUS here \usepackage{verbatim,charter} --- m-tx-0.60d.orig/doc/kanons.ltx +++ m-tx-0.60d/doc/kanons.ltx @@ -1,4 +1,5 @@ \documentclass{article} +\usepackage{etex} \usepackage{mtxlatex,charter} \mtxlatex \pagestyle{empty}