Solve Latex Page Alignment Issues

  • Context: LaTeX 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Latex
Click For Summary

Discussion Overview

The discussion revolves around alignment issues in a thesis formatted using LaTeX, specifically with the memoir document class. Participants explore the default settings of the memoir class and how to adjust them for single-sided page layout.

Discussion Character

  • Technical explanation, Conceptual clarification, Homework-related

Main Points Raised

  • One participant notes that pages in their thesis are not aligned and seeks a solution.
  • Another participant explains that the memoir class defaults to a double-sided layout, which is why the pages appear misaligned.
  • A later reply suggests that to achieve a single-sided layout, the user must specify this in the document class options.
  • One participant expresses difficulty navigating the lengthy memoir class manual and requests guidance on where to find relevant information.
  • Another participant provides a specific code modification to change the document class to a single-sided layout, which is later confirmed to resolve the issue.

Areas of Agreement / Disagreement

Participants generally agree on the default behavior of the memoir class regarding page layout, and the discussion leads to a proposed solution that resolves the initial issue. However, there is no consensus on the ease of accessing information in the memoir manual.

Contextual Notes

Limitations include the assumption that users are familiar with LaTeX and the specific requirements of the memoir class. The discussion does not address potential variations in LaTeX distributions or other document classes.

Who May Find This Useful

Individuals working on thesis formatting in LaTeX, particularly those using the memoir class, may find this discussion relevant.

EngWiPy
Messages
1,361
Reaction score
61
Hello,

I noticed that pages in my thesis are not aligned. like this segment of code:

Code:
\documentclass[a4paper,12pt,openany]{memoir}
\begin{document}
\chapter{}
\chapter{}
\end{document}

How can I solve this problem?

Thanks in advance
 
Physics news on Phys.org
S_David said:
Hello,

I noticed that pages in my thesis are not aligned.

They're not supposed to be. The default behaviour of the memoir class is to use a double-sided layout. If you want to use a single-sided layout you'll have to specify that explicitly as an option.

Please read the documentation for your LaTex distribution. It's terribly good.
 
shoehorn said:
They're not supposed to be. The default behaviour of the memoir class is to use a double-sided layout. If you want to use a single-sided layout you'll have to specify that explicitly as an option.

Please read the documentation for your LaTex distribution. It's terribly good.

It is highly appreciated if you lead me where to read, because I tried to read in the 619-pages memoir class manual, and I lost in it.

Regards
 
Changing your first line to

Code:
\documentclass[a4paper,12pt,openany,oneside]{memoir}

should fix the problem.
 
cristo said:
Changing your first line to

Code:
\documentclass[a4paper,12pt,openany,oneside]{memoir}

should fix the problem.

Yes indeed, it fixed it. Thank you cristo.

Best regards
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 11 ·
Replies
11
Views
9K
  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K