Quantcast
Channel: Generating chapter title - TeX - LaTeX Stack Exchange
Viewing all articles
Browse latest Browse all 2

Generating chapter title

$
0
0

I am trying to prepare chapters in my thesis as par the following requirements

  1. Chapter number (in Arabic) shall appear as right justified at the top of the page in Candara 27 pt in italic face, and title using first letter capitals. No vertical gap shall be left between Chapter number and Chapter title. A gap of 5 lines (of 11pt thickness) should be used between Chapter heading and first paragraph.

  2. A chapter can be divided into Sections, Sub­sections, and Sub-subsections so as to present different concepts separately. Sections and sub­sections can be numbered using decimal, e.g., 2.2 for the second section in Chapter 2 and 2.3.4 for the fourth sub­section in the third Section of Chapter 2. The Sub-subsections shall be numbered as “(a)”, “(b)”, ... No further sub-sectioning shall be done beyond this third level. Chapters, Sections, and Sub­sections shall be included in the contents with page numbers flushed to the right; the inner subsections shall not be included in the contents.

  3. Chapter number should be started from 1.

I have prepared a main.tex file where I am including all my chapters one by one. A part of my code is as follows:

\documentclass[twoside, 11pt]{book}\usepackage[top = 1.25cm, bottom = 1.25cm, left = 3.5cm, right = 1.25cm]{geometry}\pagestyle{plain}\usepackage{palatino, amsmath, amssymb, amsthm, bookmark}\usepackage{graphicx}\graphicspath{{figures/}}\begin{document}\frontmatter    \include{frontpage/frontpage}\tableofcontents\include{toc}\pagenumbering{arabic}\setcounter{page}{1}\mainmatter    \include{chapter2/chapter2}\backmatter\pagenumbering{roman}\setcounter{page}{1}\bibliographystyle{plain}\bibliography{library}\end{document} 

Chapter 2 begins with:

\chapter{Review of Literature} \section{Preliminaries of Graph theory}    A graph $G = (V(G), E(G))$ is a

I am facing the following problems.

  1. It does not generate the chapter number above the title.

  2. Chapter numbering starts with 0.

Can you help me to fix them accordingly?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images