Overfull \hbox (4.4pt too wide)
" message? It's definitely not too Code: Select all
\begin{equation}
\mathbf{v}_j(n) = \sin \left( \frac{j \pi n}{N+1} \right) \qquad (n = 1 \ldots N)
\label{eq:evec1Dsystem}
,\end{equation}
Overfull \hbox (4.4pt too wide)
" message? It's definitely not too Code: Select all
\begin{equation}
\mathbf{v}_j(n) = \sin \left( \frac{j \pi n}{N+1} \right) \qquad (n = 1 \ldots N)
\label{eq:evec1Dsystem}
,\end{equation}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[a4paper,draft]{article}
\usepackage[margin=3in]{geometry}
\usepackage{showframe}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\mathbf{v}_j(n) = \sin \left( \frac{j \pi n}{N+1} \right) \qquad (n = 1 \ldots N)
\label{eq:evec1Dsystem}
\end{equation}
\end{document}
Code: Select all
\documentclass[fleqn,reqno]{article}
\usepackage{amsmath,graphicx,amssymb,amsthm}
\usepackage{bm} % Use to highlight matrices: \bm{matrix}
\begin{document}
The eigenvectors, $\mathbf{v}_j$ for $j=1 \ldots N$, of $\bm{K}$ for the fixed boundary system's $\bm{K}$ are found as follows
\begin{equation}
\mathbf{v}_j(n) = \sin \left( \frac{j \pi n}{N+1} \right)
\label{eq:evecs}
,\end{equation}
which are equally spaced intervals halfway around the unit circle. (MY BIGGEST REMAINING QUESTION: HOW DID WE GET THIS?) The matrix $\bm{V} = \begin{pmatrix} \mathbf{v}_1 & \mathbf{v}_2 & \ldots & \mathbf{v}_N \end{pmatrix}$ is symmetric.
\end{document}
Code: Select all
\documentclass[fleqn,
%draft,%
reqno]{article}
\usepackage{showframe}
\usepackage{microtype}
\usepackage{amsmath,graphicx,amssymb,amsthm}
\usepackage{bm} % Use to highlight matrices: \bm{matrix}
\begin{document}
The eigenvectors, $\mathbf{v}_j$ for $j=1 \ldots N$, of $\bm{K}$ for the fixed boundary system's $\bm{K}$ are found as follows
\begin{equation}
\mathbf{v}_j(n) = \sin \left( \frac{j \pi n}{N+1} \right)
\label{eq:evecs}
,\end{equation}
which are equally spaced intervals halfway around the unit circle. (MY BIGGEST REMAINING QUESTION: HOW DID WE GET THIS?) The matrix $\bm{V} = \begin{pmatrix} \mathbf{v}_1 & \mathbf{v}_2 & \ldots & \mathbf{v}_N \end{pmatrix}$ is symmetric.
\end{document}
Thanks Clemens. Will read about it (eventually). For now, loading microtype solved the issue.cgnieder wrote:Here is a post that explains the background of overfull boxes: http://www.latex-community.org/forum/vi ... 45&t=23050
Regards
NEW: TikZ book now 40% off at Amazon.com for a short time.