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 .
7
contributors
Commits on Jan 28, 2019
These are only used the once.
Commits on Jan 29, 2019
The documented behaviour for \keys_set_known:nnN is unchanged: a new argument is used to provide a relative path.
At least I think: had to zap my local cache to get this change.
Commits on Feb 01, 2019
Commits on Feb 03, 2019
Commits on Feb 09, 2019
This will be needed for an upcoming change, which will drop evaluation of points in general.
Commits on Feb 10, 2019
This makes the code clearer but also looks forward to using e-type expansion.
There are changes to values in the test files: small rounding-based issues.
… [ci-skip] Worth discussing: the split I made between variable types for which v/V-type expansion works (int,fp,dim,skip,muskip,tl,str,clist,seq) and doesn't work (bool,box,coffin,flag,fparray,intarray,ior,iow,prop,regex). Notice I put seq in the first list and prop in the second, because it is plausible that we one day decide to store items of a prop in different csnames, in which case the single expansion of exp_args:V would not unpack the value.
Commits on Feb 11, 2019
- Fix wrong links - Fix old links (e.g. Google Code) - Use HTTPS protocol for [GitHub](https://help.github.com/articles/which-remote-url-should-i-use/) [ci skip]
Commits on Feb 12, 2019
Commits on Feb 13, 2019
This adds a box to all drawings: the main layer.
Commits on Feb 14, 2019
Commits on Feb 15, 2019
wrong level ...
Commits on Feb 16, 2019
(may have missed some cases) [ci skip]
At least in the cases where there is not a large section on branching functions.
Commits on Feb 17, 2019
Also adds a TF variant.
Commits on Feb 20, 2019
A few fixes along the way!
Commits on Feb 22, 2019
Commits on Feb 24, 2019
Fixed typos, see #541
Commits on Feb 25, 2019
Commits on Feb 26, 2019
as per Frank's suggestion with two args
Commits on Feb 27, 2019
Commits on Feb 28, 2019
Commits on Mar 01, 2019
Since we don't use \GetIdInfo anymore (since a long time ago) there is no good reason to define it before having all the nice l3tl tools
Commits on Mar 02, 2019
One should probably do the same for \dim_eval:n etc in l3skip, but I'm not sure I know all the subtleties.
Same for the hyperlinks on star and hollow star for expandable commands. I've also removed the red color because it is only used for links.
Commits on Mar 03, 2019
The gamma function is much harder because it is defined at non-integer arguments of course. I've opted for a function fact() to be used in expressions because none of the other advanced functions are provided as \fp_...:n. I've hesitated between the full word factorial and the shorter name, to be more in line with things like cos or atan. This can easily be changed.
Commits on Mar 04, 2019
Commits on Mar 05, 2019
Showing you all comments on commits in this comparison.
This comment has been minimized.
This comment has been minimized.
|
I fear that there will be another problem. Consider the following code: LaTeX will now complain with an unknown key key2. Maybe the solution is to modify |
This comment has been minimized.
This comment has been minimized.
|
See 2a20c77, which should address the general case. |
There are no files selected for viewing