Hello, I'm having trouble with defining an operator using the \DeclareMathOperator* command. I want to have a large Greek letter Xi, of the same size of the summation operator. I've tried
The large operators like \sum and \prod are not simply scaled variants of Greek letters, but dedicated symbols with a special font design. You would need to design your own font with the characters you want to get acceptable quality. With the existing fonts, only a quite ugly fake symbol is possible:
OK, first post, so hope this isn't stupid, but could this functionality be put on the wish-list for the next version of Latex? How do you go about this?
I work with the Lognormal and Normal distributions quite a bit and it would be good to get a variable-scale capital greek Phi as a symbol.
toman wrote:OK, first post, so hope this isn't stupid, but could this functionality be put on the wish-list for the next version of Latex? How do you go about this?
I work with the Lognormal and Normal distributions quite a bit and it would be good to get a variable-scale capital greek Phi as a symbol.
Apparently these distributions are more specifically functions [1,2]. Moreover I can't see any big Phi that is associated to them as an operator.
Even if there would be a mathematical application for such an operator, this would not make its way into the LaTeX kernel but would more likely be translated in the form of a new package (or the supplement of an existing one).
For the present I would consider the solution suggested by phi as sufficient.
toman wrote:OK, first post, so hope this isn't stupid, but could this functionality be put on the wish-list for the next version of Latex? How do you go about this?
That is basically a font issue and has little impact on LaTeX. TeX fonts have a specific mechanism to make variable-sized operators like \sum work. Similar symbols wouldn't pose any technical problem.
I work with the Lognormal and Normal distributions quite a bit and it would be good to get a variable-scale capital greek Phi as a symbol.
I'm wondering whether variable-sized (n-ary) Chi and Phi letters actually exist. The Comprehensive Symbols List doesn't include them, neither does Unicode; and the Unicode consortium works hard to include all common mathematical symbols. These two might be very recent additions, or just too uncommon. Just out of curiosity, could you name a source (textbook, article...) where they actually appear?
I'm also looking for this functionality. I my case, I want a \forall and \exists operator that looks and behaves like \sum. Though I don't know of any existing litterature using this notation I believe it makes some statements a lot easier to read.
Remco wrote:I'm also looking for this functionality. I my case, I want a \forall and \exists operator that looks and behaves like \sum. Though I don't know of any existing litterature using this notation I believe it makes some statements a lot easier to read.
Actually I know this notation, too. One of my math profs was using it during his lecture. The received opinion for typeset text seems to avoid \forall and \exists altogether, replacing them with textual notation. Regarding the literature, that is basically a self-fulfilling prophecy: Most math literature is written in TeX, and since the standard TeX fonts don't include n-ary \forall or \exists, they are avoided.
should give similar results. The OT1 encoding places the Σ at position 6; \raisebox shifts its contents vertically; and \mathop makes the whole thing behave like \sum (in terms of spacing and index placement).
Remco wrote:I'm also looking for this functionality. I my case, I want a \forall and \exists operator that looks and behaves like \sum. Though I don't know of any existing litterature using this notation I believe it makes some statements a lot easier to read. [...]
For this purpose there is an alternative notation for quantification [1]. These symbols exist in variable sizes.
Supplement (4/27/2009):
Today I found a very interesting solution in a blog (by mbork) brought to me via RSS feed [2]. This should exactly do what you want.