Jacques Carette

Results 1199 comments of Jacques Carette

I agree that selectability from PDF output is not really important. If some data displayed in tables should also be available, I think a `.csv` would be a good idea....

I think the main problem is that ```haskell type Derivation = [Contents] ``` makes a `Derivation` into 100% a display thing -- and thus it shouldn't be a Chunk! So...

I think the 'right' way to fix this cycle (and other potential ones) is to change Chunk.Eq to define ```haskell data QDef r d sn = EC { _qua ::...

I think things have evolved on this one, which needs to be verified in more detail (by me).

A stateful renderer would not be a bad thing. I'm not a big fan of having references in order of first appearance - but there are styles that require this....

It seems weird to me that `Perc` is an operator. I would want to trace it some more (i.e. both upstream, as in who generates this `Perc` and downstream, i.e....

Fantastic data! All of these numbers are kind of large, i.e. more than 1s. Adding 300ms between current and full TeX is noticeable. I'm wondering why the Scripting time is...

I think the (inevitable) conclusion here is that `pExpr` implements a context-dependent translation process. So we need to understand what the variabilities are, and what drives the choices between the...

Definitely Alternative 3 is right out. I mostly like this proposal. Before committing to it though, I would like to investigate if backing up one level would be useful. Right...