From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32677 Path: news.gmane.org!not-for-mail From: Alan Bowen Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt 2007.01.12 problem Date: Fri, 12 Jan 2007 10:07:09 -0500 Message-ID: References: <7477E19D-2B4B-4F4D-BF9B-02D58FE862B3@princeton.edu> <45A7A0A0.1030503@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1168614468 28475 80.91.229.12 (12 Jan 2007 15:07:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Jan 2007 15:07:48 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 12 16:07:44 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H5O0K-0005Im-NZ for gctc-ntg-context-518@m.gmane.org; Fri, 12 Jan 2007 16:07:40 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 534B1201F2; Fri, 12 Jan 2007 16:03:54 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03148-01-4; Fri, 12 Jan 2007 16:03:46 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 83F8020192; Fri, 12 Jan 2007 16:03:46 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 97ADE20192 for ; Fri, 12 Jan 2007 16:03:44 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03148-01-3 for ; Fri, 12 Jan 2007 16:03:40 +0100 (CET) Original-Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by ronja.ntg.nl (Postfix) with ESMTP id 21962201AC for ; Fri, 12 Jan 2007 16:03:40 +0100 (CET) Original-Received: from [192.168.1.3] ([72.82.250.165]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JBR001N5GNZ47HA@vms048.mailsrvcs.net> for ntg-context@ntg.nl; Fri, 12 Jan 2007 09:07:11 -0600 (CST) In-reply-to: <45A7A0A0.1030503@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32677 Archived-At: On Jan 12, 2007, at 9:52 AM, Hans Hagen wrote: > Alan Bowen wrote: >> Processing a file that used to typeset successfully now gets the >> error message: >> >> ! Undefined control sequence. >> \initializenextposition ...dosetpositionpapersize >> = >> {\printpaperwidth } >> {\print... >> >> \setposition ...ing \else \initializenextposition >> \def >> \currentposition {#1}... >> >> \dopositionmarginbox ...argin :\currentmarginpos } >> \ifcase >> \marginrepositionm... >> >> \dodoinmargin ...ftmarginblock \fi ]\next {#3}{#6} >> \rawpagereference >> \s!mar {... >> >> \do@@description ... \copy \fi \@@descriptionbox } >> \@@dodescription >> \dodogotopar ...ceto \fi }{\footnotereferenceto }} >> \BeforePar = >> \emptytoks >> .... >> >> Is there a fix for this? >> > > the end of spec-mis.tex should look like this > > \let\dosetpositionpapersize\gobbletwoarguments > > \fi > > \protect \endinput > > > (i will check the upload for it later) > > Hans Thanks, Hans=97 the spec-mis.tex I have ends with \def\dosetpositionplus#1#2#3#4#5% {\pdfsavepos \dolazysavepositionplus {#1}% {\noexpand\realfolio}% {\noexpand\the\dimexpr\pdflastxpos\scaledpoint\relax}% {\noexpand\the\dimexpr\pdflastypos\scaledpoint\relax}% {#2}{#3}{#4}{#5}} \fi \protect \endinput I tried changing the end of spec-mis.tex as you suggest, but = processing still fails with the same error message. Alan