Skip to content

Commit 0f5871d

Browse files
Lutz Grossclaude
andcommitted
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

File tree

doc/user/speckley.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ \section{Formulation}
3838
\begin{array}{cl} &
3939
\displaystyle{
4040
\int_{\Omega}
41-
D \cdot vu \; d\Omega } + \int_{\Gamma} d \cdot vu \; d{\Gamma}
42-
41+
D \cdot vu \; d\Omega + \int_{\Gamma} d \cdot vu \; d{\Gamma} }
4342
= \displaystyle{\int_{\Omega} X_{j} \cdot v_{,j}+ Y \cdot v \; d\Omega }
4443
+ \displaystyle{\int_{\Gamma} y \cdot v \; d{\Gamma}}
4544
\end{array}

0 commit comments

Comments
 (0)