Christoph Thiede
Christoph Thiede
Unfortunately, `pkg-config --variable=compatdir bash-completion` returns `/etc/bash_completion.d` instead.
See commit messages. :-)
Previously, `swth go --biber` would silently use biblatex. Now it works!
Also clarify that `--biber` et al. are not honored in `swth create` command.
Yes, not all repos are hosted on GitHub, but a large majority. :-) It should not be too complicated to maintain a small list of URL constructors for known remotes....
MWE: ```tex \documentclass{swathesis} %\documentclass{scrbook} \usepackage{tabularray} \UseTblrLibrary{siunitx} \begin{document} \begin{table} \begin{tblr}{ | X[si={table-alignment-mode=format,table-number-alignment=right}] | X[si={table-alignment-mode=format,table-number-alignment=center}] | X[si={table-alignment-mode=format,table-number-alignment=left}] | } 1.1 & 2.2 & 3.3 \\ \end{tblr} \caption{Foo} \end{table} \end{document} ```  The...
And maybe revise all bookmarks for what else could be missing there.
My long InMail draft is gone ... :(
MWE: ```tex \documentclass{scrbook} \usepackage{colortbl} \usepackage{tabularray} \UseTblrLibrary{siunitx} \begin{document} \begin{table} \begin{tblr}{ | X[si={table-alignment-mode=format,table-number-alignment=right}] | X[si={table-alignment-mode=format,table-number-alignment=center}] | X[si={table-alignment-mode=format,table-number-alignment=left}] | } 1.1 & 2.2 & 3.3 \\ \end{tblr} \caption{Foo} \end{table} \end{document} ``` Unless you...
Depending on how you see it, this is either a bug or a feature request: I have configured a script in home assistant that requires certain fields (i.e., parameters). These...