Discussion Overview
The discussion revolves around formatting equations in LaTeX, specifically focusing on line-spacing and alignment without labeling equations. Participants explore various methods to achieve desired formatting outcomes.
Discussion Character
- Technical explanation
- Conceptual clarification
- Debate/contested
Main Points Raised
- One participant suggests using the
align environment for equations but notes the issue of unwanted labeling.
- Another participant proposes using the
align* environment or equation* to avoid labeling.
- A different participant asks about aligning equations to the left or right instead of centering them.
- One suggestion involves using the
flalign environment with & to align equations to the left.
- Another approach mentioned is using
minipage to place equations side by side on the left and right.
- A participant discusses the possibility of numbering only the last line of equations by using
\nonumber and suggests creating a new command to simplify this process.
Areas of Agreement / Disagreement
Participants present multiple methods for formatting equations, indicating that there is no single agreed-upon solution. Different preferences for alignment and labeling exist, and the discussion remains unresolved regarding the best approach.
Contextual Notes
Some methods depend on specific LaTeX environments and may have limitations based on the desired formatting outcomes. The discussion does not clarify the implications of using certain commands or environments in different contexts.