Fonts & Character SetsThin parentheses bracket

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Katyusha
Posts: 2
Joined: Fri Mar 27, 2015 3:57 pm

Thin parentheses bracket

Post by Katyusha »

Which mathfont should I use to get this thin parentheses bracket like the latter in this picture? Thank you :)

Image

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Thin parentheses bracket

Post by Johannes_B »

Hi and welcome,

to be honest, i have no idea which mathfont that could be. There are thousands of fonts of there, hundreds with good math support. This might as well have been produced by hand.

Here is the output of standard LaTeX:
katyushaParenthesisMath.png
katyushaParenthesisMath.png (16.59 KiB) Viewed 4948 times

Code: Select all

\documentclass{article}
\usepackage{mathtools}
\usepackage{lmodern}
\begin{document}
\[F(x)=\begin{pmatrix}\frac{x}{2} & 0 \\ 0 & x^2\end{pmatrix}\]
\[F(x)=\begin{pmatrix}\displaystyle\frac{x}{2} & 0 \\ 0 & x^2\end{pmatrix}\]
\end{document}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Katyusha
Posts: 2
Joined: Fri Mar 27, 2015 3:57 pm

Thin parentheses bracket

Post by Katyusha »

Thank you for helping :) But the parentheses in your solution seems to be thick.

How to make the thin one like this? Thanks :D

Image
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Thin parentheses bracket

Post by Johannes_B »

Johannes_B wrote:to be honest, i have no idea which mathfont that could be. There are thousands of fonts of there, hundreds with good math support. This might as well have been produced by hand.

As i said, impossible to tell if you don't, ny any chance, know the font, or a similar font.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply