Discussion Overview
The discussion revolves around how to include multiple figures on the same page in a LaTeX document, specifically addressing issues with figures from MATLAB that are occupying separate pages. Participants explore various positioning options and commands within LaTeX.
Discussion Character
- Technical explanation
- Debate/contested
- Homework-related
Main Points Raised
- One participant inquires about including two figures on the same page in LaTeX, noting that figures from MATLAB are each occupying a separate page.
- Another participant suggests using positioning specifiers such as [h] and the override [!] construct to control figure placement, while acknowledging the challenges of getting figures to appear as desired.
- A later reply requests clarification on the positioning construct and asks for a sample code to illustrate its use.
- A participant provides a sample code snippet for inserting figures, explaining the various positioning specifiers available in LaTeX and their intended functions.
- One participant reports that despite trying the suggested positioning options, the figures still do not appear in the desired locations, but mentions that using the scale attribute in the figure environment achieves the desired outcome.
Areas of Agreement / Disagreement
Participants express differing experiences with LaTeX's figure placement, with some agreeing on the difficulty of controlling figure positions while others find success with specific attributes. No consensus is reached on a single solution for the figure placement issue.
Contextual Notes
Participants note that LaTeX has internal controls that may override user-specified positioning, leading to uncertainty about the effectiveness of various commands. The discussion reflects a range of experiences and approaches to figure placement.
Who May Find This Useful
This discussion may be useful for individuals working with LaTeX who are looking to include multiple figures on the same page, particularly those encountering similar challenges with figure placement from MATLAB.