Skip to main content

Questions tagged [boldsymbol]

The tag has no usage guidance.

0 votes
1 answer
10 views

Non-bold diacritics over bold math symbols with correct alignment - packages "bm" and "accents" incompatible?

I want to use non-bold diacritics on bold math symbols. For correct alignment I need to use the package bm. But I also need to import the package accents for other reasons. This seems to undo the ...
M. Winter's user avatar
  • 531
3 votes
2 answers
113 views

Is there a customizable version of the `\boldmath` command?

The \boldmath command will make all symbols used in math mode bold. I'm curious if there is an analogous command that allows the user to specify which characters to make bold in math mode. This ...
Brian Fitzpatrick's user avatar
0 votes
1 answer
58 views

Boldface \Delta in EB Garamond [closed]

I am trying to produce a boldface \Delta symbol. When using the normal font Computer Modern, I can simply use \mathbf{\Delta} which produced the right output. But in a document, I have to use the EB ...
dicemaster666's user avatar
0 votes
3 answers
94 views

\boldsymbol does not boldify \cdot

Here is the code: \documentclass[a4paper,twoside,12pt]{article} \usepackage[margin=1.5cm]{geometry} \usepackage[utf8]{inputenc} \usepackage[italian]{babel} \usepackage[T1]{fontenc} \usepackage{amsmath}...
Federico's user avatar
  • 113
0 votes
1 answer
446 views

How can I draw a bold diameter symbol?

I am trying to draw a bold diameter symbol. I imported the diameter symbol by the package wasysymas shown in this answer and looked at several ways how to use bold math symbols as shown here and here, ...
OuttaSpaceTime's user avatar
2 votes
1 answer
96 views

{amsmath} \mathbf not formatting variables correctly

I incorrectly thought that in {amsmath} the proper way to bold an equation or expression was \mathbf. Actually, in this case the solutions in the exercise are highlighted and bolded: My command ...
Siuslaw Math's user avatar
3 votes
1 answer
216 views

\boldsymbol not working with fontsetup package

How can I get \boldsymbol to work when using the fontsetup package? LuaLaTeX without \usepackage{fontsetup} but with \usepackage{amsmath}: LuaLaTeX with \usepackage{fontsetup}: I'm using the ...
user20478285's user avatar
0 votes
0 answers
36 views

use \boldsymbol for all math expression [duplicate]

(a) Is there a way to enforce \boldsymbol for all math expression? I know that I can use e.g. \newcommand but I wonder if there is a way to enforce this globally. (b) What possible issues might this ...
underflow's user avatar
  • 633
1 vote
2 answers
91 views

Changing size of square symbol to bullet symbol

Is it possible to resize the \blacksquare command to the size of the \bullet command? Additionally, is it possible to resize \bullet to \circ? Thank you.
Jackson Bodoviwitz's user avatar
1 vote
0 answers
23 views

no spaces between fonts and unnecessary bold font [duplicate]

\documentclass[svgnames,A4paper,8pt]{beamer} % dvipsnames gives more built-in colors \usepackage{ragged2e} \usetheme{Ilmenau} \useoutertheme{miniframes} % Alternatively: miniframes, infolines, split \...
Rupok Chowdhury's user avatar
1 vote
1 answer
870 views

How to remove Bold from math equation in abstract?

I am writing a scientific paper with the Springer LaTeX template. I want to create mathematical symbols in the abstract, such as $10^4$ and $\times$. However, all the equations are shown with bold ...
stevGates's user avatar
  • 280
0 votes
2 answers
86 views

bold math in section yields wrong navigation text

I have the problem, that I want a math-symbol with text in the section name. The problem is, that \boldsymbol yields something really weird in the navigation bar on the left (namely something like ...
ctst's user avatar
  • 103
0 votes
1 answer
72 views

How do I write this equation?

I am trying to write some Greek text in PDF, but the first word of the equation is incomprehensible to me.
A.JA's user avatar
  • 1
2 votes
1 answer
488 views

How to display a bold math symbol in a subsection-level header

i have a subsection named \subsection{$\Lambda$CDM} is there a way to show \Lambda as a bold symbol? I have tried with \bm{} \subsection{$\bm{\Lambda}$CDM} but I got errors and textbf doesn't seem ...
Alucard's user avatar
  • 129
0 votes
1 answer
2k views

Trying to write a newcommand to wrap text in bold parentheses

I am attempting to define a command \ideal that will wrap its argument in bold parentheses. Here is my attempt: \newcommand{\ideal}[1]{\boldsymbol{\left(\right.} #1 \boldsymbol{\left.\right)}} This ...
Kacey Reidy's user avatar

15 30 50 per page