Using Times Italic v for math mode v

Users are invited to suggest new symbols to be included in the MathTime Professional fonts.

Moderators: PTIForAdmin, Michael Spivak

Post Reply
Dennis Kletzing
Posts: 1
Joined: Thu Sep 23, 2010 4:11 pm

Using Times Italic v for math mode v

Post by Dennis Kletzing »

The v that is used in math mode has slightly curved sides, different from the Times-Italic v, which looks very much like the Greek nu. I do math textbook production and sometimes have publishers or authors who prefer the Times-Italic v for the v in math mode. Is it possible to create an option that would allow for this. It could work like the zswash option, which changes the flat base z to a swash bottom z.
quadricode
Posts: 3
Joined: Tue Mar 01, 2011 2:55 pm

Post by quadricode »

As a temporary fix, you can do

Code: Select all

\newcommand{\varv}{\ensuremath{\textit{v}}}
which will give you "variant v" (hence \varv), so you can do

Code: Select all

\frac{d\varv{}}{dt}
for example.
Post Reply