1

I have a problem with the margins that don't seem appropriate ... and i want to change these margins to make it equal on the left and the right, this is a sample of my code :

\documentclass[ a4paper, 12pt, blue, rgb,]{tubsbook}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{lipsum}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{mathtools}
\usepackage{hyperref}
\usepackage{url}
\usepackage{array,multirow}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{amsmath}
\usepackage{algorithmic,algorithm}
\usepackage[activate]{pdfcprot}
\usepackage{setspace}
\onehalfspacing

\title{MULTI-CORE SYSTEM}
\logo{\includegraphics{images/c3e_logo.pdf}}
\titleabstract{\lipsum[2]}
\titlepicture{images/infozentrum.jpg}

\begin{document}
....
....
\end{document}

and this is how the margins in the pages look like : pages margins Can someone help me on this?

A.nechi
  • 345
  • 1
    You say that "i want to change it". What do you want to change it to? Please advise. – Mico Nov 09 '16 at 18:00
  • i edited my question please have a look again – A.nechi Nov 09 '16 at 18:03
  • 2
    Not having access to the tubsbook document class, the following recommendation is untested: Add the option oneside to the list of options included in the \documentclass instruction. – Mico Nov 09 '16 at 18:05
  • solved thank you Mico .... Now all the pages have the same marins – A.nechi Nov 09 '16 at 18:08

0 Answers0