Search found 3 matches

by philip041
Mon Dec 08, 2008 5:47 pm
Forum: Document Classes
Topic: Definition of Symbols denied
Replies: 5
Views: 23596

Re: Definition of Symbols denied

Awesome! Thanks.
by philip041
Mon Dec 08, 2008 5:21 pm
Forum: Document Classes
Topic: Definition of Symbols denied
Replies: 5
Views: 23596

Definition of Symbols denied

Sorry, unaware of MWE!

Code: Select all

\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{gensymb}

\begin{document}
  Blah blah blah \celsius
\end{document}
The warnings are as in my previous post.
by philip041
Mon Dec 08, 2008 1:06 pm
Forum: Document Classes
Topic: Definition of Symbols denied
Replies: 5
Views: 23596

Definition of Symbols denied

I use the gensymb package so I could use \celsius, but I get two warnings.

Code: Select all

Package gensymb Warning: Not defining \perthousand.
Package gensymb Warning: Not defining \micro.
What is going on?