About 50 results
Open links in new tab
  1. bm package versus \boldsymbol - TeX - LaTeX Stack Exchange

    after I read this post: How to make a larger "\dot" . This post has a solution for a similar problem: \overset{\bm .}{a} To write bold mathematical symbols, such as vectors is \boldsymbol better or do …

  2. How can I get bold math symbols? - TeX - LaTeX Stack Exchange

    Jul 30, 2010 · To make Latin-letter variables bold I can use e.g. \mathbf{a}, but while putting Greek letters or symbols such as \nabla inside \mathbf doesn't cause any errors or warnings, it also doesn't …

  3. How to write letters in bold in the math mode? [duplicate]

    The one disadvantage of this is that, as of 2021, you cannot use version= and range= together. Your bold symbol font will only work if you do not mix-and-match different math fonts with range=. If you …

  4. bold - Which package is needed for \boldsymbol {}? - TeX - LaTeX …

    Dec 14, 2017 · And in document use ... For examples, bold symbols with italic shape are ... compared with them, the normal symbols are ... The compiled PDF for them would be By the way, in fact \bm{} …

  5. Creating Bold Equations in align Environment - TeX

    Dec 14, 2017 · Suppose I have a series of equations that I want aligned using the align environment, but I want the last equation to be bold. When I use \\pmb to make the equation bold, the & symbol …

  6. How can I get Greek bold letters? - TeX - LaTeX Stack Exchange

    Mar 4, 2019 · In addition, if a math font comes in a bold version (like XITS Math Bold and Libertinus Math Bold), you can use its glyphs with \boldmath and \boldsymbol. If you are required to use legacy …

  7. Which "bold" style is recommended for matrix notation?

    78 ISO/IEC regulations for technical writing prescribe using bold italic for matrices (and slanted sans serif for tensors). I find these regulations incoherent, but if you work in some fields you are required …

  8. Making bold math symbols more bold - LaTeX Stack Exchange

    Jun 14, 2021 · If you can be more specific about which symbols you find aren't bold enough, probably someone can help. A small compilable example, beginning with \documentclass and ending with …

  9. Bold symbol in math mode: \boldsymbol + \mathrm don't work

    Jun 26, 2017 · I am writing an article with given LaTeX template. Usually, when I want to type vector as bold non-italic letter, I use command \\boldsymbol{ \\mathrm{ \\Phi} } which works perfectly with basic …

  10. Make math symbol bold and non-italic simultaneously in latex

    Feb 25, 2018 · How to make a math symbol bold as well as non-italic in the math-mode of latex. I have been trying to both bold and non-italicize x and \theta using the following minimum-working-example. …