Fixed, and my apologies for originally failing to follow the icon customs of the forum.
The AMS technical support staff verified this is a bug. Are there maintained compilations of known bugs in the standard packages?
Search found 3 matches
- Wed Jan 12, 2011 7:01 pm
- Forum: Math & Science
- Topic: \dot{vec{v}} formatting.
- Replies: 4
- Views: 2919
- Mon Jan 03, 2011 6:24 am
- Forum: Math & Science
- Topic: \dot{vec{v}} formatting.
- Replies: 4
- Views: 2919
\dot{vec{v}} formatting.
Thank you! That kludge works!
The following change works too, allowing the save box to be a much smaller and more likely to be used again portion of this issue.
\documentclass[12pt,leqno]{book}
\usepackage{amsmath}
\newsavebox{\vecb}
\savebox{\vecb}{$\vec{b}$}
\title{Dot Vector Test}
\begin ...
The following change works too, allowing the save box to be a much smaller and more likely to be used again portion of this issue.
\documentclass[12pt,leqno]{book}
\usepackage{amsmath}
\newsavebox{\vecb}
\savebox{\vecb}{$\vec{b}$}
\title{Dot Vector Test}
\begin ...
- Sun Jan 02, 2011 8:46 am
- Forum: Math & Science
- Topic: \dot{vec{v}} formatting.
- Replies: 4
- Views: 2919
\dot{vec{v}} formatting.
I am having difficulties formatting a series of equations of the form listed below. I am using TeXnicCenter on a Windows 7 system.
I have distilled the issue I am having down to the following code fragment.
\documentclass[12pt,leqno]{book}
%\usepackage{amsmath} % LINE A
\title{Dot Vector Test ...
I have distilled the issue I am having down to the following code fragment.
\documentclass[12pt,leqno]{book}
%\usepackage{amsmath} % LINE A
\title{Dot Vector Test ...