Skip to content

Change images sizing#15

Merged
idzm merged 4 commits intomainfrom
change_images_scale
Mar 6, 2026
Merged

Change images sizing#15
idzm merged 4 commits intomainfrom
change_images_scale

Conversation

@idzm
Copy link
Copy Markdown
Owner

@idzm idzm commented Dec 6, 2024

No description provided.

@idzm idzm self-assigned this Dec 6, 2024
@idzm idzm requested a review from NogameNo-life December 6, 2024 11:32
@idzm idzm added the bugfix Something is now working label Dec 6, 2024
@idzm idzm marked this pull request as draft February 10, 2025 18:04
@idzm idzm marked this pull request as ready for review March 5, 2026 13:03
Copilot AI review requested due to automatic review settings March 5, 2026 13:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates LaTeX figure scaling across multiple chapters to standardize how images are sized in the document (primarily by adding height=\textheight and keepaspectratio to \includegraphics options).

Changes:

  • Standardize figure \includegraphics options to use width=\textwidth,height=\textheight,keepaspectratio across chapters 1–4.
  • Adjust one figure that previously used a different sizing approach (height=0.9\textheight) to the new standardized options.
  • Fix a typo in chapter 3 text (“реалным” → “реальным”).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.

File Description
chapter_1.tex Updates multiple figures to use standardized width/height + keepaspectratio.
chapter_2.tex Updates figures to standardized width/height + keepaspectratio.
chapter_3.tex Updates figures to standardized width/height + keepaspectratio; also edits one paragraph text.
chapter_4.tex Updates figures to standardized width/height + keepaspectratio, including a change from 0.9\textheight to \textheight.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@idzm idzm changed the title Change images position Change images sizing Mar 6, 2026
idzm added 2 commits March 6, 2026 08:54
- Reduce image height to 0.9\textheight to improve page fitting and prevent caption overflow.
- Move wide diagrams in Chapter 3 to landscape orientation using the pdflscape package.
- Set landscaped figures to page-only floats with empty page styles.
Corrects a spelling error in the predictive anomaly detector description.
@idzm idzm requested review from Copilot and removed request for NogameNo-life March 6, 2026 05:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@idzm idzm merged commit 7636995 into main Mar 6, 2026
5 checks passed
@idzm idzm deleted the change_images_scale branch March 6, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Something is now working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants