Christoph Thiede

Results 247 issues of 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....

enhancement
ui

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} ``` ![image](https://github.com/user-attachments/assets/bcb6806e-f096-4b83-83be-cc27a83e276f) The...

And maybe revise all bookmarks for what else could be missing there.

enhancement
latex

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...

other

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...