Math & ScienceAny way to produce a semi-square parathesis?

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
netheril96
Posts: 10
Joined: Wed Sep 22, 2010 5:03 am

Any way to produce a semi-square parathesis?

Post by netheril96 »

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?
Attachments
The round one
The round one
2.png (483 Bytes) Viewed 2186 times
The semi-square one
The semi-square one
1.png (606 Bytes) Viewed 2186 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Any way to produce a semi-square parathesis?

Post by localghost »

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
CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

Any way to produce a semi-square parathesis?

Post by CrazyHorse »

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?
that is not possible. TeX has two types of parentheses, small and big ones.
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
Post Reply