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?
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
- 2.png (483 Bytes) Viewed 2266 times
-
- The semi-square one
- 1.png (606 Bytes) Viewed 2266 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Any way to produce a semi-square parathesis?
[1] The LaTeX Font Catalogue — Front Page
Thorsten
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