Christoph Jabs

Results 7 comments of Christoph Jabs

Good points, I entirely missed that `beamerboxesrounded` is documented. I added the missing documentation and fixed the shadow clipping.

Right. I guess one could leave `\bmb@bgopacity` undefined by default and only call `\pgfsetfillopacity` if it is defined. Or did you have another idea for how to deal with this?

Got around to implementing this with not defining `\bmb@bgopacity` by default. The example from https://tex.stackexchange.com/a/656921/36296 seems to build without an issue. I am not entirely sure what would happen now...

Ah, I didn't realize you're testing against `1.75`, which doesn't support the new `cargo::` syntax yet. Any ideas for how to circumvent this? I could make the `with-build-script` test crate...

I changed the test to be dependent on the `rustversion` crate now, but I kept it a separate commit for now, since this requires a new dependency for the testing...

Thanks for the pointer of where to look for how to do this. I agree that this is definitely cleaner this way.

Now also added documentation, where I noted that cargo actually discourages using these variables at runtime. I hadn't noticed that before.