Generalpage numbering dissappears suddenly and later on comes back

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
User avatar
cyberbushi
Posts: 5
Joined: Thu Aug 14, 2008 5:02 am

page numbering dissappears suddenly and later on comes back

Post by cyberbushi »

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

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

page numbering dissappears suddenly and later on comes back

Post by gmedina »

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.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
cyberbushi
Posts: 5
Joined: Thu Aug 14, 2008 5:02 am

Re: page numbering dissappears suddenly and later on comes back

Post by cyberbushi »

could resolve it myself: i had \pagestyle{empty} in one of the \input files...
Thank you anyways!

Tobias
Post Reply