Document Classesencoding in package chemist.sty & double defined command

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
surgeon
Posts: 1
Joined: Sun Jun 17, 2007 6:44 pm

encoding in package chemist.sty & double defined command

Post by surgeon »

Hi all!
There are to problems I encountered latestly.
First I am using the xymtex package to typeset chemical formulas http://en.wikipedia.org/wiki/Xymtex.
The problem is a part of this package, called chemist.sty:
(/usr/share/texmf/tex/latex/xymtex/chemist.sty
Package `chemist' (ver4.03) <September 02, 2005> [SF]
chemist.sty ver4.03 (for LaTeX2e) 2005/9/2[SF]

LaTeX Font Warning: Encoding `OML' has changed to `T1' for symbol font
(Font) `letters' in the math version `chem' on input line 803.


LaTeX Font Warning: Encoding `OT1' has changed to `T1' for symbol font
(Font) `operators' in the math version `boldchem' on input line 80
3.


LaTeX Font Warning: Encoding `OML' has changed to `OT1' for symbol font
(Font) `letters' in the math version `boldchem' on input line 803.


Whenever i compile the document these warnings are told. I am using the latex extensions for vim and therefore it is very enervating reading this warnings every time I call the compiler inside of vim, how can I tell latex to keep these warnings for itself?

My second problem is maybe a common one. I am using two packages, where both of them have a command with the same name defined. Then latex too complains about this, but I don't want to know this, it's fine if the one defined by the first package is taken and I am spared these warnings.

How can I tell latex these two things?

Thanks in advance,
Bastian

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

Ted
Posts: 94
Joined: Sat Jun 23, 2007 4:11 pm

encoding in package chemist.sty & double defined command

Post by Ted »

surgeon wrote: Whenever i compile the document these warnings are told. I am using the latex extensions for vim and therefore it is very enervating reading this warnings every time I call the compiler inside of vim, how can I tell latex to keep these warnings for itself?

If you don't care about these warnings, then you can tell VIM-LaTeX to ignore them.

See information about g:Tex_IgnoredWarnings. You can add your own warning text (the first few words of the warning, for example). Just be sure to increase the g:Tex_IgnoreLevel as well.

--Ted
-- Ted [home/blog]
Post Reply