Discussion Overview
The discussion revolves around the implementation of tables in LaTeX within the forum, specifically focusing on the capabilities of MathJax since its transition in 2011. Participants explore alternative methods for creating table-like structures using matrices and other environments.
Discussion Character
- Exploratory, Technical explanation, Debate/contested
Main Points Raised
- Some participants inquire about the ability to create tables using the "tabular" environment in the forum's LaTeX implementation, noting its absence since 2012.
- Others mention that MathJax, which is used for rendering LaTeX, does not support the "tabular" functionality but allows for matrices as a workaround.
- One participant provides examples of matrices formatted to resemble tables, including the use of vertical lines with the vmatrix environment.
- A participant questions the parsing behavior of MathJax regarding matrices and the necessity of delimiters, suggesting that matrix is treated as an environment that does not require them.
- Another participant shares a link to a post that presumably contains further information or examples related to the topic.
- A later reply indicates that the information has been added to a LaTeX Primer, specifically in the section on matrices.
Areas of Agreement / Disagreement
Participants generally agree that the "tabular" environment is not available and that matrices can be used as an alternative, but there is no consensus on the best methods or limitations of these approaches.
Contextual Notes
Limitations include the lack of explicit "tabular" functionality in MathJax and the potential confusion regarding the parsing of matrix environments without delimiters.