I'm using this preamble:
\documentclass[pdftex,10pt,b5paper,twoside]{report}
\usepackage[lmargin=25mm,rmargin=25mm,tmargin=27mm,bmargin=30mm]{geometry}
\usepackage[comma]{natbib}
\usepackage{lmodern}
\usepackage{setspace}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphics}
\usepackage{color}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{courier}
\usepackage{longtable}
\usepackage{rotating}
\usepackage{calc}
\usepackage{caption}
\usepackage{booktabs}
\usepackage{ctable}
\usepackage{mathtools}
My problem is that I do not have enough time to completely redo the layout of the hole report, but I would like to fix to things.
How do I remove "Chapter" heading and replace it with \chapter{THIS}. Like:
1 Introduction text text text text text text text text textinstead of:
Chapter 1 Introduction text text text text text text text text textAlso, I need the "new" heading to be placed at the "Chapter" position.
How do i make a line at the top of the pages telling which "chapter" you're in. (not in the appendices though)
pdftexoption does not issue any message, because it's used by graphicx and hyperref; it shouldn't be given anyway. – egreg Jun 04 '11 at 21:56graphicxandhyperref. – Gonzalo Medina Jun 04 '11 at 22:22