Arrays do not render vertical lines or horizontal lines correctly #41

Open
opened 2025-10-14 15:39:56 -06:00 by navan · 0 comments
Owner

Originally created by @RedPug on 3/15/2024

When making an array, for example:

"\begin{array}{|c|c|c|} a & b & c \\ d & e & f \\ \end{array}"
only the outer two vertical lines will render
Further,
if a horizontal line is placed on top:

"\begin{array}{|c|c|c|} \hline a & b & c \\ d & e & f \\ \end{array}"
the top line renders fine.

when another is added anywhere else:
"\begin{array}{|c|c|c|} \hline a & b & c \\ d & e & f \\ \hline \end{array}"

the whole section becomes a black box.

Further, any lines placed between rows are not rendered.

*Originally created by @RedPug on 3/15/2024* When making an array, for example: "\\begin{array}{|c|c|c|} a & b & c \\\\ d & e & f \\\\ \\end{array}" only the outer two vertical lines will render Further, if a horizontal line is placed on top: "\\begin{array}{|c|c|c|} \\hline a & b & c \\\\ d & e & f \\\\ \\end{array}" the top line renders fine. when another is added anywhere else: "\\begin{array}{|c|c|c|} \\hline a & b & c \\\\ d & e & f \\\\ \\hline \\end{array}" the whole section becomes a black box. Further, any lines placed between rows are not rendered.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/LaTeXSwiftUI#41
No description provided.