LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Mon, 5 May 2014 10:55:07 +0200
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Message-ID:
Subject:
MIME-Version:
1.0
Content-Transfer-Encoding:
7bit
In-Reply-To:
Content-Type:
text/plain; charset=windows-1252; format=flowed
From:
Frank Mittelbach <[log in to unmask]>
Parts/Attachments:
text/plain (20 lines)
Am 05.05.2014 01:08, schrieb Heiko Oberdiek:
> Improved version with higher precision:
>
>    \cs_new:Npn \__dim_strip_bp:n #1
>      {
>        \__dim_strip_pt:n
>          {
>            \__dim_eval:w ( #1 ) * 800 / 803 \__dim_eval_end:
>          }
>      }
>
> * 800/803 is the integer fraction for 72/72.27


perhaps I'm completely off the mark, but isn't this introducing a 
restriction on the values that can be entered? (ie generating an 
overflow by doing *800 first)

frank

ATOM RSS1 RSS2