LaTeX Solve Latex Page Alignment Issues

  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Latex
Click For Summary
Pages in a thesis using the memoir class in LaTeX may appear misaligned due to the default double-sided layout. To achieve a single-sided layout, users must explicitly specify the "oneside" option in the document class declaration. The recommended code adjustment is to change the first line to \documentclass[a4paper,12pt,openany,oneside]{memoir}. This change resolves the alignment issue effectively. Users are encouraged to consult the memoir class manual for further guidance, despite its length.
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
2K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 11 ·
Replies
11
Views
8K
  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K