Search found 2 matches

by brokenclockwork
Thu May 06, 2010 12:53 pm
Forum: Text Formatting
Topic: No text bullets in cmss - warnings
Replies: 1
Views: 1687

No text bullets in cmss - warnings

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:

\documentclass[a4paper,11pt]{article}

\begin{document}

\fontfamily{cmss}

\selectfont

\begin{itemize}
\item ...
by brokenclockwork
Thu Apr 29, 2010 1:14 pm
Forum: Text Formatting
Topic: Some font shapes are not available, cmss
Replies: 2
Views: 12022

Some font shapes are not available, cmss

Hey folks,

this semester I wanted to start using sans serif fonts. I am using the following code:


\documentclass[a4paper,11pt]{article}
\usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm,includeheadfoot]{geometry}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath ...