Tafnab
                                            Tafnab
                                        
                                    I'm currently editing the tufte-common and class files because I wanted different paper size. I also have the same problem, where I have a full-width, full-page table that needs a...
Thanks. I'll check it out. What I was doing in the mean time is creating full page PDF tables in small LaTeX files, exporting to PDF, then importing PDF as...
@HenningTimm : Having problems. I replaced the fullwidth environment with your tablefw. Previously, it rendered with tables overlapping because it wasn't actually getting the full width. It's still overlapping, but...
So, I've sort of fixed the problem. Just apply a \scalebox{0.8}{} around each subcaptionbox & subtable. It works, but it's not right. Still doing the white on white text after...
> I very much need this functionality. > > But looking at the list of PRs going back several years, with apparently no activity, is it fair to say that...
Here is some working code from a book I did. I substituted "etc" for the actual words. I can't attach the style and cls files because their "type" isn't supported...
The reason I mentioned the new pacakge names is that, if they are present, it must be the new arb. It will hopefully be easy to fix cmake by first...
I have a question about the capslock too. But I did something a bit different. I have a W530. I swapped the circuitry from the x20 series keyboard with that...
@ashvardanian: I'm really interested in using it only for C++. c/lib.c looks like C++ will like it also. So what you're saying is that, in my C++ program (main somewhere),...
Based on what I've seen, the cmake file is only used to build the benchmarks. For C/C++ installation, just copy the include/stringzilla/* to /usr/include/stringzilla. I'm not sure where ./c/lib.c should...