Tagged Questions
2
votes
2answers
269 views
\ttfamily is too bold for me
I use the following settings for my listings:
\lstset{
%basicstyle=\ttfamily\tiny, % small
basicstyle=\ttfamily\scriptsize, % middle
}
But the font in the listings is too bold for me. I tried a ...
7
votes
1answer
342 views
not able to write bold characters using textbf
I'm working on latex and R (swaeave) and I am using utf8 encoding but when I use \textbf{dataset}, the text is not bold. Below is part of my code. But I am not sure what is reason behind it.
...
13
votes
2answers
475 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 ...
11
votes
3answers
4k views
Using \ttfamily with \bfseries (or how to enable bold in fixed-width font)
I'm using listings package, and I've added basicstyle=\ttfamily\footnotesize. However, when I do that, the keywords from the embedded source-code are not bold anymore.
I figured that \ttfamily ...
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 ...