Search found 2 matches

by Paradoxon
Tue Jan 19, 2016 2:23 pm
Forum: Math & Science
Topic: Parentheses in math mode that are both larger AND bold
Replies: 2
Views: 10273

Parentheses in math mode that are both larger AND bold

Many thanks to both of you!

Both solutions work very well.

Further illustration for people not so close to Latex fonts:

\usepackage{newtxmath} loads a different font for all math symbols.(The matching text font would be loaded with \usepackage{newtxtext}.) As the new math symbols look ...
by Paradoxon
Mon Jan 18, 2016 11:21 am
Forum: Math & Science
Topic: Parentheses in math mode that are both larger AND bold
Replies: 2
Views: 10273

Parentheses in math mode that are both larger AND bold

Hello dear Latex-Community,
I have a problem with brackets and I hope you can help me out:

I need Parentheses in math mode that are bold and large. Combinations of \boldsymbol{} and \Big do not work. Here's a working example to illustrate:

\documentclass{article}

\usepackage{amsmath}

\begin ...