mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Progress on #13405, which asks for an explicit characterisation of the equivalence relation like the one given here. Also progress on #11895, because we're using the term "build trace entry" instead of "realisation". Mention #9259, a future work item. Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
15 lines
583 B
Handlebars
15 lines
583 B
Handlebars
<script>
|
|
MathJax = {
|
|
loader: {load: ['[tex]/bussproofs']},
|
|
tex: {
|
|
packages: {'[+]': ['bussproofs']},
|
|
// Doesn't seem to work in mathjax 3
|
|
//formatError: function(jax, error) {
|
|
// console.log(`TeX error in "${jax.latex}": ${error.message}`);
|
|
// return jax.formatError(error);
|
|
//}
|
|
}
|
|
};
|
|
</script>
|
|
<!-- Load a newer versino of MathJax than mdbook does by default, and which in particular has working relative paths for the "bussproofs" extension. -->
|
|
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.1/es5/tex-mml-chtml.js"></script>
|