Page Layouttable of content,figure, and table are all gone

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

table of content,figure, and table are all gone

Post by Johannes_B »

Since i have made some comments on the code your provided previously:

Code: Select all

Code, edit and compile here:
\documentclass[11pt]{scrreprt}%JB: using a flexible class
%\usepackage{geometry}%JB: Only use it if really needed
\usepackage[square, comma, sort&compress]{natbib}
%\usepackage{amsmath}
%\usepackage{amsthm}
%\usepackage{amssymb}
%\usepackage{amsfonts}
\usepackage{mathtools}%JB
%\usepackage{delarray}
%\usepackage{fancybox}
%\usepackage{framed}
%\usepackage{multicol}
%\usepackage{listings}
\usepackage{graphicx}
%\usepackage{geometry}%be careful, do not load packages twice
%\usepackage{rotating}
%\usepackage{wrapfig}
%\usepackage{float}
\usepackage{subfig}
\captionsetup{lofdepth=2}
%JB: if you want the subsections in the lof
\usepackage{hyperref}
\hypersetup{urlcolor=blue, colorlinks=true,citecolor=blue}
\begin{document}
\title{My thesis work title}
\maketitle
\tableofcontents % Write out the Table of Contents
\listoffigures
\chapter{My First Chapter} %
%\label{Chapter1}%JB: Your labels should be some kond of mnemonic
%JB: A number might change
\label{chap:basics}%JB <- for example
\section{Indian Ocean Dipole}
\label{indianOceanDipole}
Strong anti-cyclone south of Sumatra island strengthen by the
influence of southeasterly wind at Java and easterly wind in TIO
can transfer momentum to southern TIO forcing downwelling rossby
wave which moves westward deepening the thermocline leading to
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.

Recommended reading 2024:

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

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

ahmedlasheen
Posts: 43
Joined: Wed Oct 27, 2010 10:25 pm

Re: table of content,figure, and table are all gone

Post by ahmedlasheen »

Thanks a lot, it is working now. I am trying to guess what was the problem.
Thanks again.
Post Reply