Am 08.06.2021 um 15:01 schrieb Hans Hagen
: Am 07.06.2021 um 17:59 schrieb Hans Hagen
: On 6/7/2021 5:44 PM, Steffen Wolfrum wrote:
Am 07.06.2021 um 16:39 schrieb Hans Hagen
: Not that I know of ... but you can run wiht --keeptuc and see if there are differences in the tuc file that create some oscillation. Ok. Each run now creates 4 additional files: file_name-tuc-02.tmp file_name-tuc-03.tmp file_name-tuc-04.tmp file_name-tuc-05.tmp Is this right? indeed and you can compare them to get some clue about what changes
normally you get one so your style somehow triggers differences Besides plenty of numbers that differ, there are also entire lines that differ: One frequent difference for examples is line 2 (macros) and 3 (randomseed) in this: utilitydata.job.variables.collected={ ["macros"]={}, ["randomseed"]=0x1.c14cd54cp-1, ["sectionblockorder"]={ "frontpart", "bodypart", "backpart" },
On 6/8/2021 12:18 PM, Steffen Wolfrum wrote: that randomseed should be the same between runs (unless one wipes the tuc file) so are you doing something with random?
not that I know of. I searched through both, the project folder and my modules (in context standalone), both «random» nowhere was to be found. perhaps I incidently use a command that utilizes random... what could this be?