Overfull \hbox (6.03711pt too wide) in paragraph
For example, this code works fine:
Code: Select all
\documentclass[12pt, dutch]{report} % to allow chapter tags
\usepackage{mathtools} % use the floor and ceil operators.
\usepackage{amsmath} % use of the case function
\begin{document}
\[
U
\]
\end{document}
Code: Select all
\[
\neg U
\]
Placing the \neg in an inline math function like so: $\neg U$ works fine however. Though this is not what I seek for in this case. The full function I am writing down is much too big for that.