Discussion Overview
The discussion revolves around troubleshooting the use of LaTeX tables in forum threads, specifically focusing on the compatibility of LaTeX code with the forum's formatting system. Participants explore various methods to display tables correctly, including the use of different delimiters and alternative environments.
Discussion Character
- Technical explanation
- Debate/contested
- Exploratory
Main Points Raised
- One participant reports an issue with LaTeX code generated from a table generator site not displaying correctly when enclosed in dollar dollar delimiters.
- Another participant suggests using two hashes instead of two dollar signs for formatting.
- A participant notes that the Tabular environment is not implemented in Mathjax, raising concerns about displaying tables.
- There is a suggestion to use HTML as an alternative for creating tables in posts.
- One participant proposes using the array environment as a workaround for the table issue.
- Another participant confirms that using the array environment helped them, although they are still trying to adjust the cell alignment.
- A later reply questions the syntax of the array environment, specifically regarding the alignment of text.
Areas of Agreement / Disagreement
Participants express varying opinions on the best method to display tables, with no consensus on a single solution. Some methods are proposed, but the effectiveness of each remains uncertain.
Contextual Notes
Limitations include the lack of support for certain LaTeX environments in the forum's formatting system, and unresolved issues regarding the correct syntax for the array environment.