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 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}
Code: Select all
\phantomsection \label{listoffig}
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\pagebreak
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}}