Commit 0f5871d
doc/user: fix fragile LaTeX in speckley.tex (Debian #1122465)
Modern/strict TeX Live (as on Debian forky/sid) rejects the old LaTeX syntax in
the speckley weak-form equation, which contributed to the FTBFS in Debian bug
#1122465 (doc PDFs not produced -> dh_install missing files). Two visual no-ops:
- move the \displaystyle{...} closing brace so both integrals are inside it
(the fix suggested by Santiago Vila on the bug), and
- remove a blank line inside the math `array` (a paragraph break in math mode,
which stricter TeX Live errors on; TeX Live 2023 tolerated it).
user.tex builds a clean 150-page PDF on TeX Live 2023 with this change; a sweep
of doc/user/*.tex found no other blank-lines-in-math or $$ display math.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent fa57e03 commit 0f5871d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments