Skip to content

Conversation

@ericniebler
Copy link
Contributor

P2300R10 [exec.getcomplsigs] para 1 contains the following in code font:

transform_sender(decltype(get-domain-late(sndr, env)){}, sndr, env)

In the current working draft, this is rendered as:

transform_sender(decltype(get-domain-late(sndr, env)), sndr, env)

Note the missing braces. This is an editing mistake where the braces are not escaped for LaTeX, and hence are ignored.

[P2300R10 [exec.getcomplsigs]](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#spec-execution.getcomplsigs) para 1 contains the following in code font:

```
transform_sender(decltype(get-domain-late(sndr, env)){}, sndr, env)
```

In the current working draft, this is rendered as:

```
transform_sender(decltype(get-domain-late(sndr, env)), sndr, env)
```

Note the missing braces. This is an editing mistake where the braces are not escaped for LaTeX, and hence are ignored.
@ericniebler
Copy link
Contributor Author

@jensmaurer i don't understand the LaTeX error this change caused. the change is simple enough, i'm surprised it causes problems.

@jensmaurer
Copy link
Member

jensmaurer commented Jan 3, 2025

@ericniebler

Now that we have the braces in the output, the resulting line gets too long. Because this is all code, LaTeX has troubles finding good linebreaking opportunities. (Actually, the next line has a problem, because LaTeX doesn't hyphenate an already-hyphenated word.)

I've fixed this here: #7541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants