You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(paper): convert table to grid format for controlled column widths
Replace simple pipe table with Pandoc grid table to enforce explicit
column width constraints and enable text wrapping in PDF generation.
Grid table column widths:
- Library: ~10 characters
- Purpose: ~32 characters (with wrapping)
- Citation: ~39 characters (with wrapping)
This prevents the middle "Purpose" column from rendering excessively wide
in the PDF output. Grid tables give Pandoc precise control over LaTeX
table column specifications, ensuring proper formatting across long entries.
Ref: https://pandoc.org/MANUAL.html#tables
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: paper/paper.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,29 @@ Notably, there are several packages that support different elements of space phy
37
37
Tools for the dedicated analysis of solar wind observations are noticeably absent.
38
38
SolarWindPy fills this gap by providing a unified framework for analyzing solar wind observations in combination with relevant information about the spacecraft from which the observations were made.
0 commit comments