Currently writing a paper that's about 25 pages long, and on some of these pages, when there are images random bolding of the text on the whole page where that image is, occurs...
It doesn't happen with all images, but it happens with the code below.
I do not understand why, I am also wondering if the problem is reproducible?
Finally any good ideas?
regards
untidyuser
Code: Select all
\documentclass[12pt,a4paper,titlepage]{report}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[tableposition=top,hang,small,bf]{caption}
\usepackage[left=3cm,top=4.5cm,right=3cm,nohead,nofoot]{geometry}
\setlength\parskip{0.15cm}
\setcaptionmargin{1cm}
\captionsetup[table]{labelfont={bf,sf}}
\author{UntidyUser}
\title{Topics in Exact Statistics}
\begin{document}
\chapter{Distributions}
Otherwise known as, ways around the problem or approximations.
\section{Gaussian Distribution}
As nothing is ever certain to start with and there are probabilities governing almost everything then the Gaussian distribution comes in handy. (Named after Gauss)
\begin{figure}[!hbt]
\centering
\includegraphics[width=0.5\textwidth]{images/gaussian1.png}
\caption[Gaussian Distribution]{Gaussian distribution, also known as the Normal Distribution.}
\end{figure}
\section{Poisson distribution}
The Poisson distribution is a discrete probability distribution that shows the probability of a number of events occurring within certain period of time. The events need to be unrelated and they must occur with a known average rate.
\end{document}