{bold} is specifically about making document elements bold (or removing this font attribute). For general questions about formatting document elements, use {formatting} instead.
7
votes
3answers
174 views
How do I make the \min and max bold?
Refering to this question
How to make the table fit into the column?
How should I make the \min and \max bold?
3
votes
3answers
207 views
Bold one cell in table using CSV reader
Is it possible to bold a single desired cell (or number of cells) using csvreader (besides the head)? Here is an example of making the table.
\documentclass{article}
\usepackage{csvsimple}
% Make ...
7
votes
1answer
106 views
Wrong positioning of subscripts on bold math letters
I just noticed that for kpfonts and times (and probably other fonts since it does not seem to be font-related), the subscripts on boldface letters like V are (I would say) wrong. Is there an ...
4
votes
1answer
264 views
Creating a bold and indented title.
Im working with an existing template and I need to make my sections bold and my subsections indented. I use the titlesec package.
My Section style is this
...
6
votes
1answer
463 views
Bold , italic (and sans-serif) math symbols
I would like to implement the suggestions in the TUGboat 30:3, 2009 about the upright/italic and bold/normal in scalars, vectors and tensors. All this is about math.
I use this font:
...
0
votes
0answers
173 views
Bold, Italic doesn't work with trebuchet font [closed]
I need to use trebuchet font. But bold and italic don't work.
\renewcommand{\rmdefault}{trebuchet}
What I need to work?
5
votes
4answers
376 views
A bold plus symbol in math mode
I'd like to use a different + symbol in addition to + in math mode, preferably one which is just bolder than the standard one.
I'm currently using \pmb{+} from the amsbsy package, but it's a bit too ...
3
votes
2answers
164 views
tabularx and array
I need two things for my tables:
text has to be able to wrap.
the first row has to be bold
For 1, I need the package tabularx.
For 2, I need the package array and quite a lot of commands (see Make ...
8
votes
1answer
102 views
Unbold referenced label
I'm fetching references from an enumeration. The problem is that I want the labels of the enumeration to be bold (hence, I've added a \textbf command) but I want the references in the text to be plain ...
5
votes
3answers
196 views
How to make an observation numbering in bold?
I'm writing a paper in LIPIcs template.
\newtheorem{observation}[theorem]{\textbf{Observation}}
\newcommand{\robs}[1]{Observation~\ref{#1}}
\newcommand{\rfig}[1]{Fig.~\ref{#1}}
...
19
votes
1answer
587 views
Make specific author bold using biblatex
I am writing my CV in LaTeX. I am using biblatex and want my name (and only my name) to be bold for every reference. Is there a magic way to do this?
A similar question Make one author's name ...
3
votes
2answers
503 views
Change font size of “Table of Contents” heading in memoir and make it bold
I'm using the memoir document class and the babel package and I need to change the size of the "Table of Contents" heading or at least to make it bold. Is it possible?
13
votes
2answers
476 views
Which typewriter font fits to Linux Libertine and supports bold letters?
I'm thinking about using the Linux Libertine font (\usepackage{libertine}) in my next TeX documents. For listings with syntax highlighting I will need a typewriter font that supports boldface.
I ...
2
votes
1answer
325 views
how to bold equation in lyx
I have equations inside text.
I tried to bold equation from lyx text style->series bold
but only text is bolded but equations are not.
I can make font larger for equation and other options but bold ...
6
votes
1answer
462 views
Why does \dot over \vec over {\bf E} gives a tilde?
When using AMSmath and trying to put a \dot over a \vec of a bold symbol it works, but subsequent instances have a tilde instead of a vector over the bold symbol, and strangely my partial wrt become ...
3
votes
1answer
601 views
want table to look like this
I use lyx with elsarticle class with two-column document but I made span columns so table will span over the two columns.
I tried it with adding the caption package:
...
7
votes
1answer
662 views
Adding bold labels to two different addresses in moderncv
I found this link here which was what I was looking for. It allows one to add two addresses to a CV written in moderncv. But I wanted to know how to modify the code so that labels like "Present ...
8
votes
2answers
287 views
How to style equation label and reference differently? [duplicate]
Possible Duplicate:
Changing the apperance of equation numbers with amsmath
I need to be able to make the labels of equations bold, but at the same time I need the citations to those ...
4
votes
1answer
345 views
Bold symbol in math-mode, but normal subscript?
I want my subscript on F in the first equation to be like the subscript on A in the second equation.
I've tried to use \emph{ } to override the bolding, but this makes the spacing and sizing of the ...
4
votes
2answers
217 views
Making hats (and other accents) bold
I've been typesetting some equations, and I've found that the default behavior accents like \hat, \bar, \tilde, etc. makes a rather small and easily-missed mark. Is there some way to make the accents ...
8
votes
1answer
302 views
siunitx: Bold single numeric cells
I'm struggling to make a single numeric cell in an siunitx table bold. (A similar question for making a whole column bold is available here.)
I want to define a simple macro which I can set for the ...
2
votes
1answer
187 views
Unbold qcounter or enumerate
I want to ask about my work...
\documentclass{article}
\newcounter{qcounter}
\begin{document}
\begin{list}
{\bfseries{}\textnormal{Langkah \arabic{qcounter}~}}
{
\usecounter{qcounter}
...
6
votes
2answers
237 views
How to typeset the name of a category?
I'm LaTeXing some category theory, and typeset the names of my categories in boldface (Set, Rel, ...). Since I might want to change that, I put
\newcommand{\catname}[1]{\textbf{#1}}
...
6
votes
2answers
231 views
Automatically bold first sentence of a floats caption
How to bold automatically the first sentence of the float caption and second sentence is normal?
\begin{figure}[t]
\centering
\caption{First sentence. Second sentence.}
\end{figure}
Output should ...
7
votes
1answer
171 views
How to boldface a section header? (including title and number)
I'm using class amsart, and I want to boldface each section's header.
That is, the part \section{whatever} - it appears as, for instance, <3. Whatever>
Now I wish to boldface the <3. Whatever> ...
6
votes
3answers
260 views
Incorrect font for ligated glyphs, bold-italics combination, Libertine font
Would appreciate your help with the following code:
\begin{definition}
The \textbf{confidence interval (CI)} for ...
\end{definition}
The problem is that the letters "fi" within the word ...
4
votes
1answer
202 views
caption setting, bolded figure and table, and single spacing without caption package
These limitations and difficulties I face because I couldn't use caption package. If I add \usepackage{caption}, I couldn't preview my document.. I'm using BaKoMa TeX. There are a lot of bugs which is ...
10
votes
1answer
162 views
Getting \bm to pass thru siunitx macros
It seems that macros form the \siunitx package have a \bm problem, but no problem with \textcolor:
Note that the 180 passed thru the \ang macro is not bold.
So, how do I change the \MyFormat macro ...
7
votes
1answer
2k views
Boldface and subscripts in verbatim mode?
How do I create boldface and subscripts in verbatim mode? I've seen mention of a fancyvrb package that might be able to help. Can anyone provide working LaTeX code, either with or without fancyvrb?
5
votes
2answers
373 views
Bold mathematics in eulervm
The eulervm package documentation indicates that one should use \mathbold instead of \mathbf to produce bold maths.
Could one write \renewcommand{\mathbf}{\mathbold}? What are the side effects?
1
vote
1answer
87 views
Glossary with Makeglos no numbered in 2 columns
I would like to know how to put my glossary in two columns and without page numbers and the acronym in bold letters like this
UAV : Unmanned Air Vehicle
This is my code
\usepackage{makeglos}
...
1
vote
1answer
311 views
Can I make a greek letter extra-bold, e.g. make strokes 1.5 times as thick as \bm does, in math mode? [duplicate]
Possible Duplicate:
How can I get bold math symbols?
I would like to distinguish between a vector of betas and the individual betas
I want to use bold, rather than an error, to indicate ...
4
votes
2answers
286 views
Bold author if source is an article
i got some articles i cite in my thesis. The author should be bold in the bibliography but i dont know how. I tried to use \textbf in the bibtex file but then the format isn't correct anymore. Would ...
4
votes
1answer
244 views
How to achieve bold section titles in a Europass CV via europecv package?
I have a problem getting the section headers of my Europass CV to appear bold in the europecv package. Neither \bf nor \textbf{} seem to work. I am using XeLaTeX and this is how my document looks:
...
0
votes
0answers
204 views
Text appearing bold below images on some pages with JPG images [closed]
The previous question got closed due to being a duplicate but I don't believe the problem is the same as before. I have tried all solutions posted with no result. All the images are JPG format with ...
2
votes
1answer
388 views
Text appearing bold on some pages with images [duplicate]
Possible Duplicate:
Why are some pages in my PDF coming out bold?
For some reason, all the text on certain pages is appearing bold when there is a picture on the same page. I saw the other ...
9
votes
2answers
295 views
Abbreviations for AM, PM (small caps) for use within \textbf
I have been using \textsc for the abbreviations for AM, PM, but it does not work within \textbf{}. As you can see in the image, within a \textbf{}, it reverts to the normal lower case letter. Ulrike ...
2
votes
1answer
2k views
Italic/bold font in Lyx
I am using the latest version of lyx and I have selected a custom roman font in the settings menu in my document. I am using this font: http://www.fontspace.com/roger-white/oxford
The problem I am ...
4
votes
1answer
376 views
Specification in `theorem` environment also bold
I'm using the following packages/options in my article:
\documentclass[b4paper,12pt]{article}
\usepackage[english]{babel}
\usepackage{amssymb}
\usepackage{amsmath}
...
1
vote
1answer
655 views
Bold text in pdf
I use a TexMaker for creation of my report. But when I look the created pdf-file, there is no bold text.
How to fix this?
\bfseries{Lorem ipsum dolor} \textit{sit amet}, consectetuer adipiscing elit.
...
6
votes
1answer
249 views
How to change text to bold when font does not support bold
I have a 100 page document, I used colored text many places to highlight with below command in my preamble
\newcommand\bluetext[1]{\textcolor{blue}{#1}}
its working great however did not realize at ...
5
votes
2answers
473 views
Formatting Equation Numbers
I need the numbers of equations and brackets around to be in bold.
Doing like this
\usepackage{etoolbox}
\pretocmd{\theequation}{\bf}{}{}
only the number is produced in bold, how to bold brackets?
...
3
votes
2answers
774 views
How to renew caption command to get bold title?
How to renew \caption command to make all title in bold?
I do this:
\usepackage[labelfont=bf,labelsep=space]{caption}
and I get
Figure 1 caption
I need
Figure 1 caption
My try
...
4
votes
1answer
443 views
Highlight certain texts in listings or minted [duplicate]
Possible Duplicate:
Manual highlight of TeX code in a verbatim environment
I want to highlight certain parts of a program output listing which represent user input. For example I want to ...
2
votes
2answers
11k views
How to bold just one word in a line
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.
5
votes
2answers
539 views
Bold italic math with unicode-math
How can I get the output I get without unicode-math using unicode-math, preferably (not necessarily) using the same code (\boldmath)? I would like the solution to work with at least the XITS and Latin ...
4
votes
1answer
1k views
Bibliography style unsrt.bst - volume bold
I am using the unsrt.bst bibliography style. The only thing I need to change is the volume into bold.
I found this post Harvard agsm bibliography style no comma and bold volume and I changed
{ ...
8
votes
2answers
245 views
Cannot get small caps acronyms to work using glossaries package
I've managed to get glossaries to set the acronyms in the body in small caps in the way I want, but in the list of acronyms they insist on coming out in lower-case.
Can anyone (a) tell me what I've ...
10
votes
1answer
335 views
Elegant way to make entire citation bold
Is it possible to make an entire reference appear bold in the references section when using BibTeX? I'm using the IEEE templates and .bst.
I found this related question, but is there a more elegant ...
4
votes
1answer
312 views
Bold math inside of absolute value gives error
This code
\begin{equation}
\label{eq:test}
| \mathbf{v} |
\end{equation}
gives me the error:
ERROR: LaTeX Error: \mathbf allowed only in math mode.
--- TeX said ---
See the LaTeX manual or ...

