Skip to content

[RF][HF] Fix interpCode table in PiecewiseInterpolation docs - #23431

Open
guitargeek wants to merge 1 commit into
root-project:masterfrom
guitargeek:piecewise_interp
Open

guitargeek wants to merge 1 commit into
root-project:masterfrom
guitargeek:piecewise_interp

Conversation

@guitargeek

Copy link
Copy Markdown
Contributor

Doxygen's markdown table parser treats literal pipes inside the \f$...\f$ formulas (|\theta|>=1, |\theta_i|<1) as column separators, so table rows 4-6 ended up with too many columns and the table stopped rendering after row 2.

Use \vert instead: it contains no pipe character for the table parser to trip on and renders the same in MathJax and LaTeX.

This fixes the faulty rendering that we noticed last week at the ROOT C++ course:
https://root.cern/doc/master/classPiecewiseInterpolation.html

Doxygen's markdown table parser treats literal pipes inside the
\f$...\f$ formulas (|\theta|>=1, |\theta_i|<1) as column separators,
so table rows 4-6 ended up with too many columns and the table stopped
rendering after row 2.

Use \vert instead: it contains no pipe character for the table parser
to trip on and renders the same in MathJax and LaTeX.
@guitargeek guitargeek self-assigned this Sep 21, 2026
@github-actions

Copy link
Copy Markdown

Test Results

    23 files      23 suites   3d 16h 14m 20s ⏱️
 3 875 tests  3 871 ✅ 0 💤 4 ❌
80 068 runs  80 060 ✅ 0 💤 8 ❌

For more details on these failures, see this check.

Results for commit 053e5ee.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant