[ pdftex-Patches-341 ] \microinterval patch
Patches item #341, was opened at 2005-05-10 19:17 You can respond by visiting: http://sarovar.org/tracker/?func=detail&atid=495&aid=341&group_id=106 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Taco Hoekwater (taco) Assigned to: Nobody (None) Summary: \microinterval patch Initial Comment: This change file provides two integer parameters that amend the normal TeX ones like \time and \year, giving the passed time since 1 jan 1970, stored at the start of the TeX run: \epochseconds integer part \microseconds fractional part (between and 0-1000000) And one read-only parameter that is computed each time it is queried: \microinterval interval between now() and the values stored in \epochseconds and \microseconds You are free to change \epochseconds and \microseconds, but strange results may occur if you do. ---------------------------------------------------------------------- You can respond by visiting: http://sarovar.org/tracker/?func=detail&atid=495&aid=341&group_id=106
As requested by Hans, and works for me. I based it on Thanh's sources of 1.21b at pdftex.sarovar.org/src Greetings, Taco noreply@sarovar.org wrote:
Summary: \microinterval patch
Initial Comment: This change file provides two integer parameters that amend the normal TeX ones like \time and \year, giving the passed time since 1 jan 1970, stored at the start of the TeX run:
\epochseconds integer part \microseconds fractional part (between and 0-1000000)
And one read-only parameter that is computed each time it is queried:
\microinterval interval between now() and the values stored in \epochseconds and \microseconds
You are free to change \epochseconds and \microseconds, but strange results may occur if you do.
participants (2)
-
noreply@sarovar.org
-
Taco Hoekwater