Tagged Questions
10
votes
2answers
68 views
How can I use \lVert and \rVert norm symbols (‖x‖) with the Iwona math font?
I want to use \lVert and \rVert to denote the vector norm.
With Computer Modern this works quite fine. But when trying to use Iwona as a math font, I run into trouble:
\documentclass{standalone}
...
1
vote
1answer
158 views
Changing all the integral symbols from the MnSymbol package, or how to get full math support with Garamond Premier Pro in XeLaTeX?
I'm editing a document in which I chose the Adobe Garamond Premier Pro font as the main font.
The only free math font I found that fits with the AGPPro so far is the one from the MnSymbol package.
...
5
votes
4answers
476 views
How to make equation fit in the column
HI here is the latex code
\documentclass{sig-alternate}
\usepackage{ctable}
\begin{document}
$G_{CS}(\mathbb{S_c})=
\begin{cases}
\displaystyle\sum_{k=1}^{r} ...
5
votes
1answer
2k views
Two different calligraphic font styles in math mode
I have been succesful in using the calrsfs package together with the standard CM type1cm font. I have been able to obtain in separate documents different calligraphic symbols in math mode with ...
5
votes
1answer
102 views
The font of operator names: the size
A while ago, I asked what was the correct way of changing the font used to set operator names. I stabilized at:
\DeclareSymbolFont{sfoperators}{OT1}{cmss}{m}{n}
...
4
votes
2answers
813 views
Times New Roman with LaTeX (mathptmx)
Is it possible to change the look of \infty when using mathptmx? It looks horribly small compared to the other characters.
8
votes
1answer
322 views
The font of operator names
What is the correct way of having all operator names be set in, say, sans serif? Saying
\documentclass{article}
\usepackage{amsmath}
\makeatletter
\def\operator@font{\sf}
\makeatother
...
2
votes
1answer
532 views
Custom radical sign with plain XeTeX
I would like to use Cambria Math font in mathematical equation, and I have a simple problem here. plain TeX uses many symbols for the root sign, so it can use the proper one depending on context, ...