Commit 72ce752
committed
docs(count-regression): use estimator macros and fix em-dash spacing
Addresses the three findings carried unaddressed across review rounds:
- `\hat{\vec{\beta}}` at two sites hand-expanded a macro that already
exists. Now `\evb`, the `\e...` estimator-indirection form CLAUDE.md
prefers for new content. Verified identical output: both expand to
`\hat{\tilde{\beta}}` in the render.
- The em dash before a soft line break rendered closed-left/open-right
once Pandoc collapsed the newline to a space. Moving the dashes to the
start of the continuation line restores symmetric spacing, confirmed in
the rendered HTML: "overdispersion -- without ... estimates -- is".
Swept the same class across the PR's own new content, which turned up a
third instance the findings did not name: `\hat{\theta}` -> `\eth`, and
`\hat{\P}` -> `\est{\P}` in prose this PR rewrote.
Four further raw `\hat` sites in `_sec_poisson_dx.qmd` are pre-existing
on main and only reflowed here, so converting one of them would have been
an inconsistent partial sweep of untouched content. Filed as #1144
instead.
Local gate: `quarto render chapters/count-regression.qmd --to html`
succeeded with zero KaTeX errors; `lintr::lint()` clean on both files;
spellcheck reports only pre-existing terms, none introduced here.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>1 parent 0a2d5cd commit 72ce752
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments