Text FormattingNo text bullets in cmss - warnings

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
brokenclockwork
Posts: 2
Joined: Thu Apr 29, 2010 1:03 pm

No text bullets in cmss - warnings

Post by brokenclockwork »

Hey,

I have an issue on using sans serif font 'cmss'. It works without warnings until I start to use \begin{itemize} ... \end{itemize}.

This tex file should reproduce the warnings:

Code: Select all

\documentclass[a4paper,11pt]{article}

\begin{document}

\fontfamily{cmss}

\selectfont

\begin{itemize}
 \item Ipsum
\end{itemize}


\end{document}
The warnings are:

No file OMScmss.fd
Font shape 'OMS/cmss/m/n' undefined (font) using OMS/cmsy/m/n' instead(Font) for symbol textbullet
Some font shapes were not avaible, defaults substituted.


Actually I have no problem, because it compiles just fine, but these warnings really bug me :)

I would me pleased if someone could help me out

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

No text bullets in cmss - warnings

Post by localghost »

It is not necessary to do a double posting masked in another context [1]. You have already got useful answers to your first request. These still await your feedback.

The \textbullet symbol simply doesn't exist in the Computer Modern sans serif font. But finally you can ignore the message. It's only a warning.

[1] View topic: Some font shapes are not available, cmss


Best regards
Thorsten
Post Reply