As shown below, I prefer the semi-square one but don't know how to generate it with LaTeX. The round one is default.
I also notice that when I put \dfrac in the denominater the bracket will become a semi-square one.But is there any way to force rendering semi-square?
Math & Science ⇒ Any way to produce a semi-square parathesis?
-
- Posts: 10
- Joined: Wed Sep 22, 2010 5:03 am
Any way to produce a semi-square parathesis?
- Attachments
-
- The round one
- 2.png (483 Bytes) Viewed 2186 times
-
- The semi-square one
- 1.png (606 Bytes) Viewed 2186 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Any way to produce a semi-square parathesis?
As you might know, the appearance of those parentheses depends on the used (math) font. Computer Modern (CM) and Latin Modern (LM) provide parentheses with this shape. Perhaps you can acquire a taste for the parentheses of the fourier or kpfonts font package. The parentheses they offer are also rounded, but not as wide as those from CM or LM. Or just test some fonts with math support that you find in the font catalogue [1]. There are quite a lot nice looking fonts available. Along with their descriptions and samples you will find instructions which package to load.
[1] The LaTeX Font Catalogue — Front Page
Thorsten
[1] The LaTeX Font Catalogue — Front Page
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 351
- Joined: Sat Aug 02, 2008 8:47 am
Any way to produce a semi-square parathesis?
that is not possible. TeX has two types of parentheses, small and big ones.netheril96 wrote:As shown below, I prefer the semi-square one but don't know how to generate it with LaTeX. The round one is default.
I also notice that when I put \dfrac in the denominater the bracket will become a semi-square one.But is there any way to force rendering semi-square?
If these two didn't fit then the parenthesis will always be created by three
elements, the lower part, a vertcal line, and the upper part. The reason why
you get for all big fractions semi-square one.
Herbert