Permalink
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
3
contributors
Commits on May 03, 2019
This came up after a discussion with Ulrike. The old behaviour was somewhat loose in terms of the catcode of the tokens produced. In this commit, that is addressed by ensuring that the output tokens are always re-generated to have the correct catcode. It also adds a str version, which will be quite a bit faster and which gives the correct behaviour in \str_<target>_case:n - that was not the case before.
Commits on May 04, 2019
This way we only add a special to a column with some content. Hopefully this works reasonably well and is safe.
For goto, \pdfstartlink does add /Subtype /Link, so we need to do the same for other drivers.
Commits on May 05, 2019
Commits on May 06, 2019
This is only needed for OCG support and then once per page. To return once OCG concepts start to get added!
Commits on May 07, 2019
Internal box Mumble
Commits on May 08, 2019
Probably this will be revised again ...
Do we want this to go into the general file list?
This is needed for \special-based images, not in pdfTeX/LuaTeX.
Needs more work: doesn't like .tex at the moment!
Commits on May 09, 2019
This seems to make sense, at least if a separate graphics list stays.
Commits on May 11, 2019
The frame code is all low-level: should be replaced at some stage with a proper implementation (see e.g. xbox).
For auto-updating.
Commits on May 12, 2019
Commits on May 14, 2019
Quite possibly this should be done in a first-shipout hook, so all engines give the same result.
Based on discussion with BLF.
Leading zeros should be present.
This reverts commit 33c5354.
Due to d2cb4da.
Commits on May 15, 2019
Save a lot of expansion.
Commits on May 18, 2019
Commits on May 22, 2019
Contrarily to Heiko Oberdiek's pdftexcmds where he made the LuaTeX emulation look like an internal integer using \numexpr...\relax, here we want an integer denotation (simply decimal digits), which is precisely what l3kernel.elapsedtime() provides.
Commits on May 23, 2019
2 * 0.5cm was previously (2*0.5)cm and is now 2*(0.5cm)
Commits on May 25, 2019
Mention the fact that if the first non-expandable token found during the expansion is a <space token>, it is gobbled.
Commits on May 26, 2019
Commits on May 27, 2019
Part of the 'AR fix' which was not stripped out.
Approach from Raimund Niedrist, author of hypdvips.
Commits on May 28, 2019
This follows a long internal discussion. This implements "option B1" in that discussion.
There are no files selected for viewing