I want to number my paragraphs, so have used:
Code: Select all
\setcounter{secnumdepth}{4}
3.1.2.0.4
I really want it to be: 3.1.2.4
any help would be greatly appreciated,
Erik
my preamble is:
Code: Select all
Code, edit and compile here:
\documentclass[a4paper,openright,12pt]{report}%\usepackage[a4paper]{geometry}%\usepackage[fleqn]{amsmath}%\usepackage{url,amsfonts,amssymb,graphicx,layout,amsmath,cite,notoccite,fancyhdr,lscape,setspace}\usepackage[titles]{tocloft}\usepackage{enumerate}\RequirePackage{ifthen}\fancyhf{}\pagestyle{fancy}\geometry{left=2.54cm, right=2.54cm, top=2.54cm, bottom=2.54cm}%\setlength{\oddsidemargin}{0cm}\raggedbottom\graphicspath{{images/}}\onehalfspacing\fancyhead{}\fancyfoot{}\headheight = 15pt\headwidth = \textwidth\fancyhead[L]{University}\fancyhead[R]{Department}\renewcommand{\footrulewidth}{0.4pt}\renewcommand{\chaptermark}[1]{\markboth{Chapter \thechapter:\ #1}{}}\fancyfoot[R]{\bfseries\thepage}\fancyfoot[C]{\begin{minipage}[c]{0.7\textwidth}\begin{center}\nouppercase{\leftmark}\end{center}\end{minipage}}\fancypagestyle{plain}{%\headheight = 15pt\headwidth = \textwidth\fancyhead[L]{University}\fancyhead[R]{Department}\fancyfoot[R]{\bfseries\thepage}\fancyfoot[C]{\begin{minipage}[c]{0.7\textwidth}\begin{center} \end{center}\end{minipage}}}