this semester I wanted to start using sans serif fonts. I am using the following code:
Code: Select all
\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}
\usepackage{amssymb}
\usepackage[ngerman]{babel}
\usepackage{sectsty}
\usepackage{courier}
\usepackage{graphicx}
\usepackage{float}
\setlength{\parindent}{0cm}
!!! \allsectionsfont{\fontfamily{cmss}\selectfont} !!!
\begin{document}
!!!
\fontfamily{cmss}
\selectfont
!!!
...
Code: Select all
LaTeX Font Info: Try loading font information for OMS+cmss on input line 47.
LaTeX Font Info: No file OMScmss.fd. on input line 47.
LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined
(Font) using `OMS/cmsy/m/n' instead
(Font) for symbol `textbullet' on input line 47.
I am using Kile on Ubuntu and TexnicCenter on Windows 7. In both operating systems the same warnings... I have no clue
Would be really pleased
