General ⇒ page numbering dissappears suddenly and later on comes back
- cyberbushi
- Posts: 5
- Joined: Thu Aug 14, 2008 5:02 am
page numbering dissappears suddenly and later on comes back
I am still quite a noob at LaTeX, but have to write my final thesis and figured that I would want to do it with LaTeX. Anyways, I am stuck now with a problem concerning page numbering. I am guessing that is has something to do with the figures that I enter, but I am not sure. On the first page with a figure
\begin{figure}[H]
\centering
\includegraphics[width=0.9\textwidth]{pictures/alientag_descr.JPG}
\caption{RFID tag}
\label{RFID tag}
\end{figure}
the page numbering disappears and after the last page with a figure it suddenly reappears.
Might be a coincidence though. I use MikeTex under windows. If I should provide more, please let me know.
Thanks,
Tobias
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
page numbering dissappears suddenly and later on comes back
we need more information to be able to detect the cause of your problem and provide help. Please post a minimal working example (MWE) that shows the undesired behaviour. In the following link
What is a minimal working example?
you will find information about how to build such a MWE.
- cyberbushi
- Posts: 5
- Joined: Thu Aug 14, 2008 5:02 am
Re: page numbering dissappears suddenly and later on comes back
Thank you anyways!
Tobias