In my area of math one of the objects that pops up quite often is the field of all formal Laurent series. Now the trouble is that the notation for this field is $\mathbf{C} (( t ))$. Now the two brackets together is not nice. I was wondering if there is a symbol that is basically two brackets very close to each other? If not how can I make one (unfortunately I don't know metafont)?
|
|
||||
|
|
|
One cheap way is to type
|
|||||||||
|
|
Some alternatives: The
The package
As Philipp remarked, Unicode defines
As Andrew remarks, Unicode also defines |
|||||||
|
|
Well, since you brought up metafont, I may as well suggest a sort of simple metafont solution. If you knew for sure what font you were going to use, for sure, you could create the symbol by cutting and pasting the metafont def for a parenthesis and copying and shifting the 'draw' statement to your desired distance. For example, here's the metafont code for the top of the left paren for cm (from Knuth's 'bigdel.mf'):
So you would do something like:
If you're going to try this, you should check the syntax for shifting, but it's close to that. (been a while.... ;-) ) Oh, and don't mess with the original mf file. Copy it to one of your own and play with that one. |
||||
|
|
|
This is not a LaTeX solution but a grammatical one. You can denote it by
|
|||
|
|
|
Looking through the unicode characters, I found U+FF5F and U+FF60 which are ⦅ and ⦆ respectively. Unfortunately, my attempts to put these into a LaTeX file didn't work, probably because I'm not sufficiently unicode-aware yet. But if some kind soul comes along and explains how to do it, you would be able to produce C⦅x⦆ to your heart's content. Hmm, according to the description this is a "fullwidth left white parenthesis". There's also a "left double parenthesis" which is U+2E28, but that doesn't show up with my fonts: ⸨. (Update: bizarrely, the ⸨ and ⸩ have just appeared on my system in the STIX fonts. Unfortunately, I'm not sure which version of the fonts I'm using.) |
|||||
|



