Hi there,
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
General ⇒ page numbering dissappears suddenly and later on comes back
- cyberbushi
- Posts: 5
- Joined: Thu Aug 14, 2008 5:02 am
NEW: TikZ book now 40% off at Amazon.com for a short time.

page numbering dissappears suddenly and later on comes back
Hi Tobias,
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.
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.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
- cyberbushi
- Posts: 5
- Joined: Thu Aug 14, 2008 5:02 am
Re: page numbering dissappears suddenly and later on comes back
could resolve it myself: i had \pagestyle{empty} in one of the \input files...
Thank you anyways!
Tobias
Thank you anyways!
Tobias