{bold} is specifically about making document elements bold (or removing this font attribute). For general questions about formatting document elements, use {formatting} instead.
3
votes
1answer
442 views
Bold citation number
Is there a straightforward way to produce bold citation numbers with the \cite command (I'm using amsplain bibliography style)? Essentially I want something like this: [1] rather than [1].
3
votes
2answers
772 views
How to write letters in bold in the math mode?
In mathematics, a letter, say, g, can stand for a scalar, while a letter in bold, e.g., g stands for a vector.
Here is my question:
How can one turn the letter into bold in the math mode?
For ...
0
votes
0answers
195 views
Why unfortmated irregular bold font occur? [closed]
I did bold some words in in my word document e.g. ref to figure 2.4, but after typesetting into LaTeX,the bold remains, which is absolutely fine. However, that is not uniform, bolding some and not ...
2
votes
0answers
1k views
How to make a given table line bold
Hi is it possible to make a chosen line of table (created by longtable) bold ?? I saw this question Make first row of table all bold but the answer refers to array package. It is possible to ...
2
votes
1answer
1k views
Style problem in algorithmic package
I'm using algorithmic package and I write algorithms. It seems OK but the operators, like IF, ELSE, FOR, ENDIF, etc., are not bold.
Is there anyone that has an idea?
Here is an example:
...
3
votes
2answers
457 views
Make glossary defined terms bold
I have defined a lot of terms with the glossaries package and use them in my text with the \gls{} command. However, I'd like terms called with \gls{} to appear bold, so people know that it is a term ...
6
votes
2answers
948 views
Is there any way other than \pmb to produce bold greek letters when mathptmx is used?
I know that mathptmx does not contain bold symbols for greek letters in math mode, and the result of \pmb is too ugly. Is there a way to specify LaTeX to use CM fonts for bold greek letters when ...
2
votes
1answer
425 views
Figures' legend is bold. Can I have it not bold in the list of figures?
The legends of my figures are written in bold, but I don't want the list of tables to have the titles in bold. Any suggestion?
3
votes
1answer
422 views
OpenType Kerkis and bold Small Caps with greek
Kerkis font is an OpenType font that has Greek glyphs Small Caps both for regular and bold shapes. The names of the OTF files are KerkisSmallCaps.otf and KerkisSmallCaps-Bold.otf.
When I compile the ...
15
votes
5answers
759 views
Is it possible to have certain words in the document always in bold?
I am writing an AWK programming book and when I explain things, I refer to special AWK variables all the time, such as ORS. Is it possible to set LaTeX up in such a way that these words are always in ...
3
votes
1answer
260 views
Overlaying caron and a vowel in boldface and italic styles
I found that a lovely typeface I wanted to use did not contain the graphs ǎ ě ǐ ǒ ǔ ǚ, which I need for Pinyin romanization in text mode. Discussion below takes ǎ as the example.
Using the graph ǎ ...
4
votes
1answer
647 views
Can XeLaTeX generate bold and italic font styles for typefaces that lack them?
I use XeLaTeX in order to have easy access to fonts installed on my operating system, and Chinese in particular. Some of the Latin typefaces most pleasing to my eye do not have bold or italic font ...
3
votes
3answers
1k views
Theorem numbers in bold
With the standard theorem-like environemnts (at least when using amsthm), one obtains something like
Theorem 2.3.
where "Theorem" is in bold but "2.3." is not. I would like to have the number in ...
14
votes
5answers
2k views
Does LaTeX define a semantic equivalent of \textbf ?
In HTML, there's the distinction between <em> as semantic markup and <i> as its pure-formatting equivalent. LaTeX has the same distinction: \emph is semantic markup, rendered using ...
12
votes
2answers
3k views
Bold italic vectors
I am trying to display vectors as bold and italic. The command \mathbf sets the letters non-italic. I also googled a bit and stumbled upon \mathbf{\em y} or \mathbfit{y}, which all didn't work.
I ...
3
votes
1answer
412 views
How to show glossary entry name in bold when using long style?
I am using the glossaries package in order to create a glossary. If I use:
\printglossary[type=main,style=list]
I get entry names in bold, but the layout won't be the one I wish. If I use:
...
8
votes
1answer
1k views
Url with fragments in bold
I need to write document containing a lot of URLs but some fragments of these URLs have to be in bold. How can I accomplished this? For urls I use \nolinkurl but I can't use \bf in it.
1
vote
1answer
532 views
Paragraphs are in bold
You can see it: http://wstaw.org/m/2011/02/22/plasma-desktopRe1862.jpg
Page source:
\section{Esimese astme pealkiri}
\subsection{Alampealkiri}
\subsubsection{Veel madalam pealkiri}
\paragraph{Lorem ...
4
votes
1answer
277 views
Combining bold and multi-page index numbering
Wish to have some multi-page Index numbering (e.g.: \index{Text|(} \index{Text|)}) appear BOLD. I tried adding \index{Text|textbf} but got no BOLD.
What's the trick?
2
votes
1answer
1k views
How do I get XeLaTeX to use the bold Minion Pro typeface for Greek characters?
I can't for the life of me get XeTeX to give me bold lowercase greek symbols, even though I have checked, e.g., in a word processor, that the font has a corresponding bold typeface with the greek ...
2
votes
1answer
988 views
TeXlipse hotkeys for bold, italic, underlined
Are there any hotkeys to make a text bold or italic in TeXlipse plug-in? It is tiresome to type \textbf{} and \textit{} each time I need to emphasize some word. Most of other TeX-editors support ...
4
votes
1answer
932 views
Bold small caps with mathpazo
I was using tgpagella but it doesn't have automatic old style numbers without resorting to fontspec. I was directed to use mathpazo like so:
\usepackage[sc,osf]{mathpazo}
How do I format mathpazo ...
6
votes
2answers
2k views
Bold Typewriter Type fonts
I found out that there are cmbtt10 and cmttb10 fonts available. Unfortunately they are not used until I activate them with the \font macro, so just searching for those fonts is not possible.
The ...
8
votes
3answers
1k views
horizontal alignment of dot over hat over bold greek letter!
For some strange reason, this:
\hat{\dot{\bm{\phi}}}
prints the dot and the hat slightly off the left of the phi letter. Any ideas if this can be fixed? thanks.
Using bm package for bold symbols.
4
votes
3answers
10k views
Bold and italic in subsection
In the following documentclass
\documentclass[prb,twocolumn,showpacs]{revtex4}
how to have italic and bold in a subsection title?
The italic command removes the boldness when inside a subsection, ...
12
votes
1answer
2k views
fancy verbatim - bold letters for the first 4 columns
I am writing a book on Python and IPython. I want to insert in this book code listings of Python and IPython.
For the code itself I have no problem customizing listings for my intents.
Including ...
31
votes
4answers
7k views
Make first row of table all bold
I'm trying to do something that I thought would be relatively simple but seems to be quite hard. I have a table with a number of columns, and I'd like to make all of the titles appear in bold text. ...
5
votes
1answer
1k views
Bold square brackets
How do I typeset a bold square bracket? I need to typeset it about 3 times thicker than it is (to denote a specific mathematical operator). {\bf[} does not do this. Things like [\![ do not seem to ...
5
votes
1answer
2k views
15
votes
3answers
7k views
Bold math: Automatic choice between \mathbf and \boldsymbol for Latin and Greek symbols?
This is a follow-up to this question.
Suppose you want to denote vectors by upright bold letters; then \mathbf{u} works fine, except that if it's a Greek letter you have to use \boldsymbol{\omega} ...
7
votes
1answer
2k views
Caption is bold. Can I have part of it not bold?
What is the simplest way to have part of a bold caption (including some inline math) non-bold?
16
votes
2answers
8k views
\bm package versus \boldsymbol
I'm typing a bold vector small x with a tilde sign above it. Now when I want to write its derivative, I'm putting a dot on top of everything. This is giving me problems and I found one solution:
...
9
votes
4answers
4k views
Bold calligraphic typeface
I know \mathcal{ABC...}, but can't seem to bold these - thanks for help - PMF
5
votes
3answers
13k views
Bold text and newlines inside equations.
What I'm doing:
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{eucal}
\usepackage{amssymb}
\usepackage{mathrsfs}
% don't know what some of those do, but i think all the math related ones are
% ...
7
votes
1answer
3k views
Define command for bold list-item
I have a set of commands for producing various kinds of specific list-items, such as
\newcommand{\staritem}{\item[$\star$]} % not really, but you get the gist
All the ones I currently have can be ...
6
votes
1answer
851 views
Bold math using mathspec
I can't seem to make my math come out in bold using the mathspec package. Consider this example:
\documentclass{article}
\usepackage{mathspec}
\setallmainfonts{Times New Roman}
\begin{document}
...
40
votes
6answers
31k views
How can I get bold math symbols?
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 do ...
31
votes
3answers
9k views
Blackboard bold characters
The blackboard bold font in the AMSFonts package only has capital letters. I sometimes wish to use a blackboard bold "1", for which I can use \usepackage{bbold}. But this changes the entire ...
25
votes
6answers
7k views
Why are some pages in my PDF coming out bold?
When I run my LaTeX document through pdflatex, some of the pages (the ones where figures appear) have all the text bolded. Why, and what can I do to make it stop?
3
votes
3answers
338 views
bold small caps with mathpazo
The URW Palldio font (mathpazo package) does not provide bold small caps. To get round this issue, I'd want to make a macro to use small caps usually and normal caps in bold text.
I tried this code:
...
35
votes
3answers
37k views
Small Caps and Bold Face
I can't seem to have both the small caps and boldface styles on a line:
\huge\sc\bf Hello
This will generate bold text, and if the \sc is placed after, it will generate small caps text but not ...