Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(5.0.2195.6713); Thu, 25 Mar 2004 13:29:28 +0100 Received: by mail.proteosys.com (8.12.10/8.12.2) with ESMTP id i2PCTOlo004616 for ; Thu, 25 Mar 2004 13:29:26 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.119.176]) by relay2.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id i2PCLlSe022404; Thu, 25 Mar 2004 13:21:47 +0100 (MET) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C41264.D0A94400" Received: from listserv (listserv.uni-heidelberg.de [129.206.119.176]) by listserv.uni-heidelberg.de (8.12.7/8.12.7/SuSE Linux 0.6) with ESMTP id i2P700aU014195; Thu, 25 Mar 2004 13:20:59 +0100 Received: from LISTSERV.UNI-HEIDELBERG.DE by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8e) with spool id 62473 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 25 Mar 2004 13:20:59 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.12.7/8.12.7/SuSE Linux 0.6) with ESMTP id i2PCAvN6019427 for ; Thu, 25 Mar 2004 13:10:57 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Received: from ix.urz.uni-heidelberg.de (popix.urz.uni-heidelberg.de [129.206.119.235]) by relay2.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id i2PCBWSe018397 for ; Thu, 25 Mar 2004 13:11:32 +0100 (MET) Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by ix.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id NAA2080800 for ; Thu, 25 Mar 2004 13:11:32 +0100 Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by relay.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id i2PCBRiv021280 for ; Thu, 25 Mar 2004 13:11:28 +0100 (MET) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B6Thm-0004vi-00 for ; Thu, 25 Mar 2004 13:11:28 +0100 Received: from 62.79.111.222 ([62.79.111.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Mar 2004 13:11:26 +0100 Received: from moho01ab by 62.79.111.222 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Mar 2004 13:11:26 +0100 Lines: 25 References: Return-Path: X-OriginalArrivalTime: 25 Mar 2004 12:29:29.0107 (UTC) FILETIME=[D1522E30:01C41264] User-Agent: Opera7.23/Win32 M2 build 3227 X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) X-Spam-Status: No, hits=-6.10 required=5 tests=AWL,BAYES_00 X-Complaints-To: usenet@sea.gmane.org X-Spam-Score: 0 () x-spam-flag: No X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: 62.79.111.222 Content-class: urn:content-classes:message Subject: Re: TeX units Date: Thu, 25 Mar 2004 13:11:31 +0100 Message-ID: A X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: TeX units Thread-Index: AcQSZNF2sFS6rBh1TyOUiLwSnwO/tQ== From: =?iso-8859-15?Q?Morten_H=F8gholm?= Sender: "Mailing list for the LaTeX3 project" To: Reply-To: "Mailing list for the LaTeX3 project" Status: R X-Status: X-Keywords: X-UID: 4773 This is a multi-part message in MIME format. ------_=_NextPart_001_01C41264.D0A94400 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable On Thu, 25 Mar 2004 12:58:31 +0100, Rainer Sch=F6pf wrote: > On Thu, 25 Mar 2004, Ulrich Dirr wrote: > > > Maybe someone could explain this behavior to me? > > Simple rounding errors. Internally everything is computed in scaled > points > =3D 1/65536pt. So, your \baselineskip is > > 13*7227*65536 / 7200 =3D 855162 > > The textheight is then > > 39*855162 + 10*65536 =3D 34006678 > > In points this is > > 34006678/65536 =3D 518.90073 Let me just ad that defining the textheight as 39\baselineskip+\topskip instead of 39*13bp+\topskip will give you the result you want. -- Morten H=F8gholm ------_=_NextPart_001_01C41264.D0A94400 Content-Type: text/html; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Re: TeX units

On Thu, 25 Mar 2004 12:58:31 +0100, Rainer = Sch=F6pf
<rainer.schoepf@PROTEOSYS.COM> wrote:

> On Thu, 25 Mar 2004, Ulrich Dirr wrote:
>
>  > Maybe someone could explain this = behavior to me?
>
> Simple rounding errors. Internally everything is = computed in scaled
> points
> =3D 1/65536pt. So, your \baselineskip is
>
>   13*7227*65536 / 7200 =3D = 855162
>
> The textheight is then
>
>   39*855162 + 10*65536 =3D = 34006678
>
> In points this is
>
>   34006678/65536 =3D 518.90073

Let me just ad that defining the textheight as = 39\baselineskip+\topskip
instead of 39*13bp+\topskip will give you the result = you want.
--
Morten H=F8gholm

------_=_NextPart_001_01C41264.D0A94400--