Daniel Bosk
Daniel Bosk
Sorry for that, experimented a bit. Here is a MWE, test.nw: ``` \documentclass{article} \usepackage[utf8]{inputenc} %\usepackage[T1]{fontenc} \usepackage{noweb} \begin{document} This is a test to see how [[--opt]] is typeset. = echo "Hello,...
Added `But how is >> now, and > >?` before `\end{document}`:  
`But in maths \(a > b\) works?`: 
Did some more experiments. Seems like I don't need `\usepackage[T1]{fontenc}` anymore for Swedish. ~~So I can just remove that line and solve my problem.~~ (See below.) If I use `xelatex`...
Turns out I need the T1 font encoding for other things. (I used other fonts in my original document.)   ~~XeLaTeX didn't help here. Gives the same horrible font...
The only issue I encounter with XeLaTeX is that I can't use `[[...]]` in section headings. Might be due to the fonts. I'll continue experimenting.
From the `tenacity` documentation: ```python3 @retry(wait=wait_exponential(multiplier=1, min=4, max=10)) def wait_exponential_1(): print("Wait 2^x * 1 second between each retry starting with 4 seconds, then up to 10 seconds, then 10 seconds...
Please test #108.
Isn't that exactly what `-r` does?
Then I get it. I think it would be useful. The only improvements to the current prompt I can do are the following two variants: ```bash (echo "review the project:...