Discussion Overview
The discussion revolves around the functionality of LaTeX tables in forum posts, specifically whether the "tabular" environment is supported and how to create table-like structures using LaTeX in the context of MathJax rendering.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- Some participants express uncertainty about the use of LaTeX tables, noting that they have not used them before and are unsure if they work in forum posts.
- One participant mentions that the "tabular" environment is not generally supported in the forum, suggesting that it may be an environment variable that is incompatible.
- Another participant clarifies that MathJax accepts most LaTeX commands but does not support the "tabular" environment, proposing that "Arrays" can be used as an alternative to create a table-like appearance.
- A later reply explains that input is interpreted in LaTeX "math mode," which restricts the use of environments like "tabular" that are designed for use outside of math mode.
- One participant suggests using the "array" environment as a workaround to achieve the desired table effect, referencing the LaTeX FAQ for guidance.
Areas of Agreement / Disagreement
Participants generally agree that the "tabular" environment is not supported in the forum's MathJax implementation, but there is no consensus on the best alternative method for creating tables, as different approaches are proposed.
Contextual Notes
Limitations include the specific rendering capabilities of MathJax and the distinction between math mode and other LaTeX environments, which may affect how LaTeX code is interpreted.