Page LayoutHeader overlapping

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
modux
Posts: 1
Joined: Thu Aug 11, 2011 12:44 am

Header overlapping

Post by modux »

Dears,

thanks for this helpful forum, it is my first post here and i hope i can find an answer for my problem.

I'm writing my thesis and format it with TeXnicCenter, when i create the PDF the title is appeared like this
header-overlap.png
header-overlap.png (4.38 KiB) Viewed 1285 times
my using is here:

Code: Select all

\documentclass[a4paper,10pt]{thesis}
\usepackage{thesis}
\usepackage{multirow}
\usepackage{graphicx}
%\usepackage{times}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{tabularx}
\usepackage[dvips]{graphicx}
\usepackage{color}
\usepackage{glossaries}
\usepackage{hyperref}
my list of figures code is here

Code: Select all

\phantomsection \label{listoffig}
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\pagebreak
my glossary is here:

Code: Select all

\phantomsection \label{Glossary}
\newpage
\addcontentsline{toc}{chapter}{Glossary}


\begin{center}
\textbf{\large Glossary}
\end{center}

\makeglossaries

\newglossaryentry{sample}{name={sample},
description={a sample entry}}
could any one help me.
Last edited by localghost on Thu Aug 11, 2011 6:12 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply