Discussion Overview
The discussion revolves around controlling the size of multi-line equations in LaTeX, specifically addressing issues related to font size and the vertical alignment of braces in equations that span multiple lines.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant asks how to control the size of a multi-line equation and expresses concern about the vertical length of braces when they are opened and closed across different lines.
- Another participant questions what is meant by 'size' and suggests using the \vphantom command to help align braces vertically.
- Some participants propose using manual sizing commands like \big, \bigg, \Big, etc., instead of \left and \right for better control over brace sizes.
- There is a suggestion to break lines in long equations to improve readability and prevent overflow, with a note that this can be done using \\ or && for alignment.
- One participant argues against changing font size, stating that it might reduce reading comfort, while another suggests experimenting with font size changes to see the effects.
- A participant explains that font sizes in math mode are predefined in LaTeX and can be adjusted using specific commands like {\displaystyle}, {\textstyle}, etc.
- There is a request for a specific command to set font size to 10 pt, and a suggestion to set the entire document to 10 pt in the document class declaration.
- Another participant inquires about a simple command for splitting long equations in brackets, suggesting the use of \Bigg for this purpose.
Areas of Agreement / Disagreement
Participants express differing views on whether to change font size for multi-line equations, with some advocating for line breaks instead. The discussion remains unresolved regarding the best approach to manage the size and alignment of multi-line equations.
Contextual Notes
There are limitations regarding the assumptions about readability and comfort when changing font sizes, as well as the dependence on LaTeX's predefined math mode font sizes. The effectiveness of proposed solutions may vary based on specific use cases.