why the contents table is blank
i am using texmaker , as a result i get contents title and the rest of the page is blank what did i do wrong
... \documentclass[12pt , a4paper]{report} \usepackage[english]{babel} \usepackage[utf8]{inputenc} \begin{document} \newcommand{\HRule}{\rule{\linewidth}{1.5 mm}} \pagenumbering{gobble} \tableofcontents \renewcommand{\arraystretch}{1.5} \pagestyle{empty} \newpage ~ \pagenumbering{arabic} \chapter{introduction} \end{document} ...
Asked
Active
Viewed 241 times
0

linkin
- 11
- 3
-
my class is \documentclass[12pt , a4paper]{report} – linkin Aug 30 '20 at 14:46
-
Please make a [mre] which we can actually compile – samcarter_is_at_topanswers.xyz Aug 30 '20 at 14:51
-
The code you now show works fine. Did you compile two times? – samcarter_is_at_topanswers.xyz Aug 30 '20 at 14:58