Tagged Questions
3
votes
1answer
118 views
Omit hanging indent in bibtex
I use \bibliographystyle{alpha} with bibtex (not biblatex). The document class is scrreprt. The output looks like
[Abc07] Example Abc. The title and all other stuff.
dddd. 2007.
[Bcd08] Ex ...
2
votes
1answer
105 views
How to set italics and bold shortcuts like *bold* or _italic_
I remember seeing a possible solution here, but can't find it.
Is there any way to simplify bold and italics so that instead of \textbf{bold text} and \textit{italics text} I use simple marks like ...
3
votes
1answer
148 views
Using \scshape and \bfseries together
A very obvious one I suspect, but when I try to do the following the small caps are over-ruled by the boldface, so I get lowercase rhubarb rhubarb. Is there an easy way to get \scshape\bfseries?
...
3
votes
2answers
201 views
Bibliography with biblatex: how to achieve bold labels using the authoryear-style?
I am currently writing my thesis with LaTeX using biblatex for citations and bibliography. I try to match a formal request regarding the first part of the bibliographic entries which have to look like ...
7
votes
1answer
67 views
Make numbers in table bold w/o changing width
I want to highlight some numbers in a table using \bf{}. However, the bold numbers also get wider but I want them to neatly line up with the rest. How can I avoid this?
4
votes
1answer
91 views
show acronym in bold
I'm using the acronym package. The first time I use the acronym the full name will be written. What I would like is to have the acronym in bold while the full name is NOT in bold is that possible?
...
0
votes
1answer
87 views
How to remove bold in ToC, ideally without a package
I am writing my thesis, using a document class unique to my university - based on the article class. I have to remove ALL bold formatting in the Table of Contents, and for some reason I get an error ...
7
votes
3answers
173 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 ...
5
votes
3answers
194 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}}
...
8
votes
2answers
282 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 ...
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 ...
4
votes
1answer
201 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 ...
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 ...
8
votes
3answers
443 views
How do I apply both \mathbf and \left to a \langle?
I want text surrounded by a bold-face \left\langle ... \right\rangle.
But when I use \mathbf or \pmb, I get errors, and when I use \bm, it doesn't seem to do anything.
Is there a command that does ...
2
votes
0answers
105 views
sansmath and boldmath--mutually exclusive? [duplicate]
Possible Duplicate:
Make mathfont respect the surrounding family
This question is similar to the Bold, italic math (\bm) and sansmath question, but with a few more requirements.
I am ...
7
votes
1answer
536 views
\textbf inside a lemma
I have defined lemma and use it as follows:
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
...
\begin{lemma}
abc_\textbf{indice}
\end{lemma}
It turns out that the indice ...
3
votes
1answer
175 views
Ledmac - suppresing bold in lemma note
I am typesetting my thesis, an edition of a Latin text with Spanish translation. Bible quotations in the main text are in bold letters. However, when I make a lemma footnote I do not want the bold ...
0
votes
1answer
560 views
Acronym - Bold abbreviation without bold citation number
I am using the acronym package and let it create a footnote with the explanation on the first use of my abbreviation.
However, at some parts I am using \textbf{\ac{ISO-TP}} which also makes the ...
3
votes
1answer
437 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
1answer
410 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:
...
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. ...
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?
