Caleb Maclennan

Results 2780 comments of Caleb Maclennan

Just a brainstorm for future self:, I've been wondering how to setup Cargo to build two different variants of the same crate with different features. Maybe we don't need that...

I've had to implement this before, I'll try to dig up the project that used it. I believe I did content filtering of some kind.

The hanging indent style here is not the default behavior, nor ever supported in plain SILE at the time I wrote this issue. It might be possible to uses the...

I have one in CaSILE. I'll work on porting the rest of my possibly useful book class changes some next week. Question: What comes above "part"? I have an current...

# This is a rabbit hole Adding a `\part` command is quite logical. As long as I was messing with the book class I figured I should expand it with...

Good question. The counter formatting code will still need some better clues but we can probably do that. I'll review...

Not sure if there is anything useful, but it looks like I started on this in [this old branch](https://github.com/alerque/sile/tree/texishness) that was never made into a PR. Not vouching for the...

Yes the class system needs improvements. The inheritance model will improve greatly when I finish eradicating `std` from the mix. Sorry that has gotten pushed back a few times (see...

I can think of several possible syntax options here, for example as show above a keyword could be used, so `*N` becomes `balance*N` to toggle this behavior. It could also...

Thanks. The Use of `siunitx` here is certainly more idiomatic here. In fact I already cherry picked that commit, so the only thing left here is about math mode primes....