--
You received this message because you are subscribed to the Google Groups "PreTeXt support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pretext-suppo...@googlegroups.com.
To post to this group, send email to pretext...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pretext-support/195627ef-1d06-4456-bd5c-2558a913a30a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to pretext-support+unsubscribe@googlegroups.com.
To post to this group, send email to pretext-support@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pretext-support/195627ef-1d06-4456-bd5c-2558a913a30a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "PreTeXt support" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/pretext-support/CALKxarzw9HCHf4tuE35ZpLYZvcede8eJg6pQZZ%3DyEk2ZmeuOLg%40mail.gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to pretext-support+unsubscribe@googlegroups.com.
To post to this group, send email to pretext-support@googlegroups.com.
I will remove the package loading, and adjust the one demo that uses it. When
somebody needs/wants it again, we can revist how to make it easily available.
Sit tight for a couple of days, and don't rebuild your TeX setup just for this
right now.
The "tcolorbox" "vignette" package is no longer being loaded automatically. So
pull. The "latex.preamble.late" switch might be effective for anybody
experimenting with LaTeX styling who needs it.
! Package pgfkeys Error: I do not know the key '/tcb/library/raster' and I am g
oing to ignore it. Perhaps you misspelled it.
See the pgfkeys package documentation for explanation.
Type H <return> for immediate help.
...
l.34 \tcbuselibrary{raster}
This package was new on 2016-04-22, so it may not be a surprise it has not
migrated through various recent upgrade paths. But I'd bet it *is* in an
upgrade you might perform today.
Be aware that there should be zero expectation of support for legacy LaTeX
installations. The usual advice will be: "upgrade." ;-) I am very careful
about which packages are used/required, and they should automatically be part of
most sane LaTex installations, thus easily upgradeable.
On 09/12/2018 06:40 AM, Karl-Dieter Crisman wrote:
> l.34 \tcbuselibrary{raster}
>
>
> which also breaks sidebyside, as expected. I think the other currently loaded
> packages do work (or at least I don't get that type of error when I comment out
> the line in question).
Sorry. "tcbraster" (basically a grid of boxes, not dissimilar to CSS flexboxes)
won't go away and will likely continue to be automatically loaded (ie not
conditionally). It was introduced c. 2014. Time to upgrade. :-(
An alternative would be to build (or just compile the LaTeX) on CoCalc.
> But seriously, early obsolescence is a thing. I have this beautiful computer
> sitting in my office which surely could do basic email and web surfing were it
> not for the insane amount of javascript on every site - not to mention it won't
> automatically compile gcc 4.8 or whatever Sage ships now ;-)
My 8-year-old hardware is comfortably running Ubuntu 18.04 with a lightweight
window manager. I expect the motherboard to fail before I feel like I need more
power. So there are alternatives to the hardware treadmill. ;-)
Sorry. "tcbraster" (basically a grid of boxes, not dissimilar to CSS flexboxes)
won't go away and will likely continue to be automatically loaded (ie not
conditionally). It was introduced c. 2014. Time to upgrade. :-(I'll survive.