Math & ScienceChange Fontsize Chemstyle

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
BoudewijnD
Posts: 60
Joined: Wed Nov 18, 2009 4:18 pm

Change Fontsize Chemstyle

Post by BoudewijnD »

Hi,

I now figured out how to replace the TMP1 ect in the eps files with numbering using the chemstyle package. But I would like to change the font type and size as well how is that possible i tried:

Code: Select all

\renewcommand*{\schemerefformat}{%
\fontsize=8pt\textit
}%
but this didn't work and was a comlete shot in teh dark. So who could help me and point me in the right direction.

Cheers

\BoudewijnD

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Change Fontsize Chemstyle

Post by Stefan Kottwitz »

Hi BoudewijnD,

use \fontsize with two arguments (size and leading) and \selectfont afterwards:

Code: Select all

\fontsize{8}{10}\selectfont
Stefan
LaTeX.org admin
Post Reply