Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I need to use trebuchet font. But bold and italic don't work.

\renewcommand{\rmdefault}{trebuchet}

What I need to work?

share|improve this question
Have you seen tex.stackexchange.com/q/25249/4012? I think you'll find an answer there. Which engine do you use to compile -- pdflatex, xelatex, lualatex? I would actually be surprised if the code you provide works with any of them. Have a look at that link, most likely you'll find the XeLaTeX answer useful. Let us know if that information solves your problem. – doncherry Oct 10 '12 at 1:38
Assuming Trebuchet is installed on your computer, you probably need to run your tex file through either XeLaTeX or LuaLaTeX, using commands \usepackage{fontspec} and setmainfont{Trebuchet MS} (on a Mac system, not sure what the font's name is on a Windows system or other OS). – Mico Oct 10 '12 at 4:18
Related question, or actually another duplicate next to the one I already provided: tex.stackexchange.com/questions/33739/… – doncherry Oct 10 '12 at 6:31

closed as not a real question by egreg, Joseph Wright Dec 1 '12 at 23:21

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.