Nico Ritschel
Nico Ritschel
Added support for two new arguments to `pl-file-upload`: - `allow-blank` allows empty submissions (if `file-names` checks pass; see below) - `optional-file-names` allows the specification of optional file names, which can...
This is the first change to address #6861. On a purely internal data structure level, this change is fairly simple: rubric items can now have parent nodes assigned to them....
Currently, when I call `ce.box(1/7000000).latex` (or generally try to serialize any number that is expressed in scientific notation), the result is `14\,285\,714\,285\,714\,285\cdot10^{-23}`. This is technically correct, but not a particularly...