Paul Gaborit

Results 8 issues of Paul Gaborit

The following ECM produces `Overfull \vbox` errors. ```latex \documentclass{beamer} \usepackage{newcent} \useoutertheme{split} \begin{document} \section{s1} \section{s2} \section{s3} \section{s4} \begin{frame} \end{frame} \end{document} ``` Errors from `.log`: ```plain Overfull \vbox (0.70264pt too high) detected...

The following document shows how to define the `\SIdefstyle` macro to help user to define styles. ```latex \documentclass[a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage[french]{babel} \usepackage{siunitx} \ExplSyntaxOn \NewDocumentCommand\SIdefstyle{ m m }{ \keys_define:nn {...

enhancement

Add the `style` key and the `\DefTblrInnerStyle` macro to use styles (combination of several inner keys) in the `tblr` inner specification. Note: `\NewTblrEnviron` and `\SetTblrInner` allow to define a kind...

feature request
for milestones

In the following example, the first column should be less wide to prevent the table from overflowing into the margin. ``` \documentclass[draft]{article} \usepackage{lipsum} \usepackage{parskip} \usepackage{tabularray} \begin{document} \lipsum[1]\par \begin{tblr}{ colspec={Q[co=1] c...

bug report

With this simple document (`lualatex-simple.tex`): ``` latex \documentclass{article} \usepackage{fontspec} \setmainfont{QTGraphLite} \begin{document} Essai \end{document} ``` the following command: ``` docker run --rm -it -v $(pwd):/workdir danteev/texlive latexmk -pdflua lualatex-simple.tex ``` reruns...

Your extension is extremely useful to me. And since I'm using Ubuntu 24.10 and Gnome 47, I miss it! Are you planning to produce an update to make it compatible...

Your extension is extremely useful to me. And since I'm using Ubuntu 25.10 and Gnome 49, I miss it! Are you planning to produce an update to make it compatible...

I would like to get a different order for multiple citations and references. I am using two references contexts in the following document: ```latex \documentclass{article} \begin{filecontents*}[force]{\jobname.bib} @book{Alpha2000, Author = {Alpha,...