About 900,000 results
Open links in new tab
  1. "Correct" way to bold/italicize text? - LaTeX Stack Exchange

    In general the command (\textbf / \textit) approach is more useful if the text is followed by more text on the same line and isn't followed by a small punctuation symbol.

  2. 'bold' tag wiki - TeX - LaTeX Stack Exchange

    For blackboard bold letters or symbols in mathematics, use blackboard. There are several different ways to get bold text in LaTeX; see this question for discussion on when to use the …

  3. How does one output bold text in Bash? - Stack Overflow

    Mar 17, 2023 · I'm writing a Bash script that prints some text to the screen: echo "Some Text" Can I format the text? I would like to make it bold.

  4. How can I print bold text in Python? - Stack Overflow

    Jan 19, 2012 · In the escape sequence \033[1m, the 1 enables bold text, while the m is the command to set the text formatting. The \033[0m escape sequence resets the text formatting …

  5. How to make my font bold using css? - Stack Overflow

    Nov 22, 2014 · I'm very new to HTML and CSS and I was just wondering how I could make my font bold using CSS. I have a plain HTML page that imports a CSS file, and I can change the …

  6. css - How do I make text bold in HTML? - Stack Overflow

    Dec 6, 2016 · I'm trying to make some text bold using HTML, but I'm struggling to get it to work. Here's what I'm trying:

  7. How to bold just one word in a line - LaTeX Stack Exchange

    If I have a line of text, how do I make just the first word bold? I tried this: \\bf{NTn} = Number of lines but it made the entire line bold.

  8. How to set specific text as bold via VBA - Stack Overflow

    Jul 25, 2012 · I want to set bold some text in string. How can I do it?

  9. Command for both bold and colored text - LaTeX Stack Exchange

    May 6, 2016 · Every time I want a bold text, I want it colored blue. Currently, I am using: \textcolor{blue}{\textbf{some bold and colored text}} To save time, I can define a command to …

  10. How to set not italic or not bold? - LaTeX Stack Exchange

    Jan 28, 2015 · It is well known that you can make the font italic or bold using \\textit{} or \\textbf{}. However, if I have an italic or bold font, what command can I use to make it nonitalic or nonbold?