Tagged Questions
4
votes
2answers
146 views
Old style number, bold small caps, and Palatino
I'd like to be able to have all three of the following in my document:
the Palatino font
bold and small caps
old-style figures
I'm currently using mathpazo with the options [osf] to get 1 and 3, ...
3
votes
1answer
154 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?
...
4
votes
1answer
205 views
libertineotf and xelatex - bold smallcaps broken?
It seems like bold smallcaps don't work with libertineotf any longer? I am currently adjusting an old template which I was using with pdflatex, and I need those bold small caps:
...
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 ...
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 ...
5
votes
5answers
5k views
A problem with \textsc
I started to write my CV in LaTeX. My document begins as
\documentclass[a4paper]{amsart}
\usepackage[latin1]{inputenc}
\usepackage[finnish]{babel}
\begin{document}
\begin{center}
{\large ...
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 ...
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 ...
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 ...