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 :
Can someone help me on this?
tubsbookdocument class, the following recommendation is untested: Add the optiononesideto the list of options included in the\documentclassinstruction. – Mico Nov 09 '16 at 18:05