Page 1 of 2

new version of fonts

Posted: Tue Oct 11, 2005 3:46 pm
by Michael Spivak
We are making a new version of the MTPro fonts, which will have Times-Italic-like characters designed into them, so that there will be no need for virtual fonts. This is a good opportunity to ask for new characters, etc.

PLEASE , IF YOU SUBMIT A REQUEST AS A GUEST, ADD AN EMAIL ADDRESS, SO THAT I CAN CONTACT YOU IF I HAVE QUESTIONS ABOUT IT!!!

My email is mikespivak@aol.com.

The following have been suggsted: :=, = with ^ accent above it,
updownarrows and downuparrows---and I think I'll add
updownharpoons, downupharpoons, upharpoons, downharpoons. Also, slanted \sum, \prod [and
presumably \coprod]. We could have \usum, \slsum, etc. to specify
upright or slanted \sum, etc., while \uoperators would normally make
\sum mean \usum, etc., while \sloperators would normally make
\sum mean \slsum, etc.

Posted: Thu Oct 27, 2005 6:26 pm
by AnnaD
Michael,

Here are several things I came across:

1. \rightarrow with \sim on top of it (looks like \simeq but with an arrow)
2. \ast as a big math operator with limits (variable sizes: for in-text mode and display)
3. variable-length corner ( __| ) which works similar to \framebox (vertical line is variable too)
4. wide dual math accents (like \Hat{\Bar{}}, for example) with smaller gap between them

Posted: Thu Oct 27, 2005 8:56 pm
by kolchin
Hello Michael,

I would like to see
\& as a big math operator with limits, of variable size for text- and
display modes.

Re: new version of fonts

Posted: Fri Oct 28, 2005 1:28 am
by Nase
Michael Spivak wrote:We are making a new version of the MTPro fonts, which will have Times-Italic-like characters designed into them, so that there will be no need for virtual fonts. This is a good opportunity to ask for new characters, etc.
Dear Michael,

something that would be desirable in analysis
is a mean value integral "\mint". What I need
is an integral sign which is crossed horizontally
in the middle by a short bar. I have got some
TeXnical solution, but this hack only works in
the "\nolimits" case:

\newcommand{\meanbar}[1]{%
\setbox0 = \hbox{$#1 \int$}
\hbox to 0pt{%
\thinspace
\hskip 0.1\wd0
\raise 0.5\ht0
\hbox{%
\lower 0.5\dp0
\hbox{\rule{0.8\wd0}{2\linethickness}}
}%
\hss
}%
}
\newcommand{\palette}[1]{%
\mathchoice{#1 \displaystyle}%
{#1 \textstyle}%
{#1 \scriptstyle}%
{#1 \scriptscriptstyle}%
}
\newcommand{\mean}{\palette \meanbar}
\newcommand{\mint}{\mean \int}

Thank you and all the other folks from PCTeX
for developing a fairly complete mathematical
Times font family, especially for adding suitable
fonts for smaller design sizes!

Best regards,
Jens

Posted: Fri Oct 28, 2005 12:25 pm
by Guest
I would suggest a symbol similar to \hbar, but for d (i.e., \dbar). This is useful in thermodynamics as an inexact differential.

Posted: Fri Oct 28, 2005 1:14 pm
by Michael Spivak
AnnaD wrote:Michael,

Here are several things I came across:

1. \rightarrow with \sim on top of it (looks like \simeq but with an arrow)
2. \ast as a big math operator with limits (variable sizes: for in-text mode and display)
3. variable-length corner ( __| ) which works similar to \framebox (vertical line is variable too)
4. wide dual math accents (like \Hat{\Bar{}}, for example) with smaller gap between them
1. should be simple
2. A \bigast should be OK, but do you have a sample to show how large it should be?
3. Don't know about \framebox (presumably from LaTeX? about which I
also don't know anything), but this should be doable completely in TeX, without any need for a font character.
4. Will get back to you about dual math accents later.

Posted: Fri Oct 28, 2005 1:15 pm
by Michael Spivak
kolchin wrote:Hello Michael,

I would like to see
\& as a big math operator with limits, of variable size for text- and
display modes.
Should it look just like a Time &? Although \& would be a convenient name for the user, it would be simpler to implement things if it had another name, like \ampersand, or \bigampersand, or perhaps you have another name in mind.

Re: new version of fonts

Posted: Fri Oct 28, 2005 1:18 pm
by Michael Spivak
Nase wrote: something that would be desirable in analysis
is a mean value integral "\mint".
OK, but perhaps it should be called \barint?

Posted: Fri Oct 28, 2005 1:20 pm
by Michael Spivak
Anonymous wrote:I would suggest a symbol similar to \hbar, but for d (i.e., \dbar). This is useful in thermodynamics as an inexact differential.
OK. I presume you want a regular d, not a barred partial sign ("eth").

Posted: Fri Oct 28, 2005 2:57 pm
by Guest
AnnaD wrote:Michael,

wide dual math accents (like \Hat{\Bar{}}, for example) with smaller gap between them
I will add \widehatdown#1#2, which puts a \widehat on #2, but moves
it down by #1. So, for example,

\widehatdown{2pt}{\widehat{a+b+c+d+e+f+g+h}}

will look better.

Symbols

Posted: Sat Oct 29, 2005 12:06 pm
by jp
Hi,

what I would like to see is the contraction operator,
for example for differential forms: \omega _| X .

:= is definitely very welcome, as would be =: and :<=>


jürgen pöschel
Uni Stuttgart

Posted: Sat Oct 29, 2005 12:07 pm
by kolchin
Michael Spivak wrote:
kolchin wrote:Hello Michael,

I would like to see
\& as a big math operator with limits, of variable size for text- and
display modes.
Should it look just like a Time &? Although \& would be a convenient name for the user, it would be simpler to implement things if it had another name, like \ampersand, or \bigampersand, or perhaps you have another name in mind.
Yes, it should look as a big & in Time font; the name I like
is \bigvarland (big alternative logical "and").

Best regards and many thanks.
Andrei
Steklov Inst. Math.

Re: Symbols

Posted: Sat Oct 29, 2005 4:44 pm
by Michael Spivak
jp wrote:Hi,

what I would like to see is the contraction operator,
for example for differential forms: \omega _| X .

:= is definitely very welcome, as would be =: and :<=>


jürgen pöschel
Uni Stuttgart
Can add these. Do you mean literally :<=> or is that an abbreviation for one or more symbols?

another lowercase "z" in math

Posted: Sun Oct 30, 2005 12:46 am
by kolchin
Dear Michael,

Is it possible to make lowercase mathematical italic "z"
look as in Adobe Times PS font in my printer, with a swash?

more blackboard fonts

Posted: Tue Nov 01, 2005 12:45 pm
by Al Freed
Hi Michael,

As long as you're soliciting a wish list, here is mine:
1) blackboard bold Greek fonts, upper and lower case
2) slanted blackboard bold fonts, medium weight, upper and lower case

Thanks,

Al Freed