Text Formatting ⇒ one letter in arial in textbf
one letter in arial in textbf
I write my text in bf style and would like to some letter or part of the text in arial font.
How can I do?
Tahnks,
Thierry
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
one letter in arial in textbf
Code: Select all
\documentclass{article}
\begin{document}
a{\fontsize{9pt}{0pt}\usefont{T1}{phv}{m}{n}b}c
\end{document}
Re: one letter in arial in textbf
Thanks for your help. I agree that Heltevita is nicer.
I tried the sequence but it does not work out.
I got an error message and the pdf file is not created.
I would like to get the "A" in Helvetica in the following sentence, the remaining text is the textbf style:
The spectrum of bob is shown in figure 1A.
Thanks in advance for your help.
Thierry
Re: one letter in arial in textbf
Re: one letter in arial in textbf
PDFLaTeX failed to create a pdf file
For possible explanations start the command from the command prompt...
Thierry