Page LayoutChapter Heading issue in TOC

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mturan
Posts: 14
Joined: Wed Nov 10, 2010 10:01 pm

Chapter Heading issue in TOC

Post by mturan »

After my many-hour search on my issue, I have no solution as of now. After compilation, on the second page, I need to have chapter headings with NO chapter and page number, centered at some vertical distance. And is it also possible to have LOT and LOF headings in dotted format like sections and subsections in TOC? Thanx to all

MT

Code: Select all

\documentclass[a4paper,twoside,11pt]{report}
%% Language %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[USenglish]{babel} %francais, polish, spanish, ...
\usepackage[T1]{fontenc}
\usepackage[ansinew]{inputenc}
\usepackage{lmodern} %Type1-font for non-english texts and characters


%% Packages for Graphics & Figures %%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx} %%For loading graphic files
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}


%% Line Spacing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{setspace}

\onehalfspacing       %% 1,5-spacing
\usepackage{fancyhdr} %%Fancy headings

% Turkce Karakter Kodlari
\catcode240=13 \def ð{\u g}
\catcode231=13 \def ç{\c c}
\catcode246=13 \def ö{\"o}
\catcode254=13 \def þ{\c s}
\catcode252=13 \def ü{\"u}
\catcode253=13 \def ý{{\i}}
\catcode221=13 \def Ý{\.I}
\catcode199=13 \def Ç{\c C}
\catcode208=13 \def Ð{\u G}
\catcode214=13 \def Ö{\"O}
\catcode222=13 \def Þ{\c S}
\catcode220=13 \def Ü{\"U}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% DOCUMENT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}

\pagestyle{empty} %No headings for the first pages.

\title{Report Problems}
\author{Mouseley FOURAN}
\maketitle



\tableofcontents %Table of contents
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables

\cleardoublepage %The first chapter should start on an odd page.
\pagestyle{plain} %Now display headings: headings / fancy / ...



\chapter{BÝRÝNCÝ BÖLÜM\\ARAÞTIRMANIN PROBLEMÝ}\label{hints}

\section{PROBLEM DURUMU}

Kivinin faydalar? ve Türkiye'deki tüketimi hakk?nda bilgi veren Doç Dr. Cangi, bu mucize meyvenin dünyada tüketilen y

\section{ARAÞTIRMANIN AMACI}
YSon  dünyada kivi üretiminin 600 kat artarak yaklas bin tona  tüketicilerin bu meyveye ilgisini göstermektedir. Kivi özellikle havalar?n sog(umas? ile birlikte ast?m, solunum darl?g(?, grip gibi rahats?zl?klarda ihtiyaç olan C v

\section{ARAÞTIRMANIN ÖNEMÝ}

tüketmenin vücutta kötü kolesterol (LDL) seviyesini azaltt?g(?, iyi kolesterol (HDL) seviyesini ise art?rd?g(?, ö

\section{ARAÞTIRMANIN KAPSAMI}

Araþtýrma;  tabi olacaðý kariyer yönetim sistemini kapsamaktadýr.

\section{ARAÞTIRMANIN FARAZÝYELERÝ}

Araþtýrmada herhangi bir faraziye kabul edilmemiþtir.

\section{ARAÞTIRMADA KULLANILAN TEMEL KAVRAMLARIN TANIMLARI}

Netbook'lara yeni bir bak?s, aç?s? getiren ultra ince Mobee Slim 13” daha konforlu bir deneyim yas,atmay? hedefliyor.
Mobee, 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{DÖRDÜNCÜ BÖLÜM\\BULGULAR VE YORUM}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{BÝRÝNCÝ DERECEDE BAÞLIK}

\begin{table}	
\begin{tabular}[htbp]{||l|lr||} \hline


\textbf{Veg}  & \multicolumn{2}{|c||}{\textbf{Detail}}\\\hline
carrots    & per pound & \pounds 0.75 \\ \cline{2-3}           & each      &         20p  \\ \hline
mushrooms  & dozen     &         86p  \\ \cline{1-1} \cline{3-3}
toadstools & pick your own & free     \\ \hline
\end{tabular}	
	\caption{Tablo Deneme}
	\label{tab:TabloDeneme}
	\end{table}

\subsection{Ýkinci Derecede Baþlýk}

\subsubsection{Üçüncü Derecede Baþlýk}
%\subsubsubsection{(a)\hspace{1cm} Dördüncü Derecede Baþlýk} use easy list

\section{BÝRÝNCÝ DERECEDE BAÞLIK}
\subsection{aaaaaaaaaaaaa}
\subsubsection{eeeeeeeeee}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{ÜÇÜNCÜ BÖLÜM\\KURAMSAL ÇERÇEVE }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{BÝRÝNCÝ DERECEDE BAÞLIK }

Conceptual design trades; validate the tool set using published experimental data;

%

\end{document}

Recommended reading 2024:

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

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

Post Reply