Daniel Bosk

Results 34 comments of 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}`: ![image](https://github.com/nrnrnr/noweb/assets/237222/6febbff5-f0c1-4c82-b4fe-9907f712c6db) ![image](https://github.com/nrnrnr/noweb/assets/237222/404890cc-eace-4a39-9b41-d5fd15eb624f)

`But in maths \(a > b\) works?`: ![image](https://github.com/nrnrnr/noweb/assets/237222/89319e46-d885-4b8c-8778-6296cff5025a)

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.) ![image](https://github.com/nrnrnr/noweb/assets/237222/7efbda44-f8ab-4406-8852-426877233509) ![image](https://github.com/nrnrnr/noweb/assets/237222/4a5ce625-2d55-49d0-8d25-36be081b27f7) ~~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:...