Discussion Overview
The discussion revolves around creating a list of notations in LaTeX, specifically addressing issues with the tabular environment and exploring alternative solutions for formatting longer lists.
Discussion Character
- Technical explanation, Conceptual clarification, Debate/contested
Main Points Raised
- One participant reports an issue with the tabular environment, noting that only the first page of the list of notations appears.
- Another participant explains that the tabular environment is not suitable for long tables as it does not support page breaks, suggesting the use of the \longtable environment instead.
- A later reply confirms that switching to the \longtable environment resolved the initial issue for the participant.
- Another participant introduces the nomencl package as an alternative for generating and formatting a nomenclature, suggesting it may be beneficial for the task at hand.
Areas of Agreement / Disagreement
Participants generally agree on the limitations of the tabular environment for long lists and propose alternative solutions, but there is no consensus on the best approach, as multiple methods are suggested.
Contextual Notes
The discussion does not resolve the choice between using \longtable or the nomencl package, leaving it open to participant preference and specific use cases.