4
votes
2answers
114 views

Italic small caps in urw-garamond?

I'm using the urw-garamond mathdesign package, which doesn't support italic small-caps. Is there a decent substitute I can use? I've tried the slantsc package with no luck.
26
votes
1answer
2k views

What is the difference between italics and slanted text?

As I understand, LaTeX supports both via \textit and \textsl respectively, but what is the difference between the two?
2
votes
0answers
85 views

How to get both usual text as well as all mathematical symbols in slanted? [duplicate]

Possible Duplicate: Make mathfont respect the surrounding family I have text in slanted, but I would like to get the math symbols in between also in slanted. (To be precise, with the ...
6
votes
1answer
121 views

Is testing f@shape considered best practice method for reliably detecting italic and slant modes?

Subject says it all. Is testing f@shape the cleanest, clearest, simplest, most reliable way to check for italic and slant modes? e.g.: \ifthenelse{\equal{\f@shape}{sl}}{italic}{not italic} ...