3.25.1 Top new questions this week

3.25.1.1 All uses of LaTeX (I never use LaTeX except for ...)
3.25.1.2 What does greedy \bool_if:n(TF) mean?
3.25.1.3 Personalize a rectangle node tikz
3.25.1.4 How to remove the space after \midrule in a table
3.25.1.5 How to get the \bar over a relation?
3.25.1.6 Why is it wrong to set \medmuskip or \thinskip temporarily to zero?
3.25.1.7 Pass RGB colours to custom class
3.25.1.1 All uses of LaTeX (I never use LaTeX except for ...)

https://tex.stackexchange.com/questions/383292/all-uses-of-latex-i-never-use-latex-except-for

I am designing a comical T-shirt about LaTeX and I would like it to boast about all the purposes that one can use LaTeX for. I started with 
I never use LaTEX except for typesetting documents. 
...
 

- asked by Vid Merljak (27 votes), answered by Marijn (17 votes)

3.25.1.2 What does greedy \bool_if:n(TF) mean?

https://tex.stackexchange.com/questions/383071/what-does-greedy-bool-ifntf-mean

In the latest CTAN update, \bool_if:n(TF) has been made greedy: 
... Any code which still assumes lazy evaluation 
for \bool_if:n(TF) will therefore need adjustment. 
What does it mean that  ...
 

- asked by mhchem (14 votes), answered by egreg (15 votes)

3.25.1.3 Personalize a rectangle node tikz

https://tex.stackexchange.com/questions/381644/personalize-a-rectangle-node-tikz

What I want to do is reproduce this example: 
and my code is the following (a little bit long, sorry): 
\documentclass{article} 
\usepackage{tikz} 
\begin{document} 
\begin{tikzpicture}[scale=1] 
...
 

- asked by antoine (12 votes), answered by TorbjA~,rn T. (10 votes)

3.25.1.4 How to remove the space after \midrule in a table

https://tex.stackexchange.com/questions/381718/how-to-remove-the-space-after-midrule-in-a-table

I have a table with color in the rows. When the first or last column is colored as shown below, there is an ugly white space before or after the cell. I want to remove this white space (in this  ...
 

- asked by user6875880 (11 votes), answered by Al-Motasem Aldaoudeyeh (7 votes)

3.25.1.5 How to get the \bar over a relation?

https://tex.stackexchange.com/questions/383476/how-to-get-the-bar-over-a-relation

When adding a \bar to a relation the spacing around the relation is removed: 
\documentclass{article} 
\begin{document} 
$x > y$ $x \bar{>} y$ 
\end{document} 
So, how does one do this  ...
 

- asked by Daniel (9 votes), answered by campa (11 votes)

3.25.1.6 Why is it wrong to set \medmuskip or \thinskip temporarily to zero?

https://tex.stackexchange.com/questions/383116/why-is-it-wrong-to-set-medmuskip-or-thinskip-temporarily-to-zero

I was told 
setting \thinmuskip to zero is wrong. 
Why is that so? 
I am deliberately asking this generically, because the statement was so generic. 
I used this method to enhance the typography  ...
 

- asked by mhchem (9 votes), answered by egreg (9 votes)

3.25.1.7 Pass RGB colours to custom class

https://tex.stackexchange.com/questions/383144/pass-rgb-colours-to-custom-class

I'm trying to pass a RGB colour code as an option to my custom-class.cls, so I can change the colour of a header bar and the colour of my titles in the main-doc.tex. The default option does work, but  ...
 

- asked by Roald (8 votes), answered by nhck (5 votes)