CERN - European Organization for Nuclear Research IT Department UDS Group   Scientific Text Processing Service
   

Typographical rules for scientific texts

In scientific texts the visual form of a symbol often implies a semantic meaning which is not easily captured by generic markup. Therefore authors using a generic coding system (such as LaTeX or an XML grammar) need to know about these typographical conventions. The following is a brief summary of the most important rules for composing scientific texts. They are based on two basic international reference texts:

  1. SI Unit rules and style conventions
  2. International Union of pure and applied Physics. Symbols, Units, Nomenclature and fundamental Constants in Physics. Physica, 146A, pp. 1-67, 1987.
  3. D. E. Lowe. A Guide to international recommendations on names and symbols for quantities and on units of measurements. World Health Organization, Geneva, 1975.

The most important rule is consistency: a symbol should always be the same, whether it appears in a formula or in the text, on the main line or as a superscript or subscript. This means, when using (La)TeX, that once you have used a symbol inside mathematics mode (’$’), you should always use it inside mathematics mode.

Inside math mode, (La)TeX by default prints characters in (math) italics.

In scientific work and by international convention a whole series of symbols must be set in roman (upright) type. In LaTeX, roman inside mathematics mode is achieved with the \mathrm command.

The following families of symbols must always be typeset in roman characters:

A nice overview has been prepared by the National Institute of Standards and Technology: Typefaces for symbols in scientific manuscripts.

When, as an author, you follow these rules the reader will understand at first glance what you are talking about. Instances of the importance of using the correct typesetting for symbols are shown in the following table.

e
roman type italic type
Aampere (electric unit) Aatomic number (variable)
electron (particle name) eelectron charge (constant)
ggluon (particle name) ggravitational constant
llitre (volume unit) llength (variable)
mmetre (length unit) mmass (variable)
pproton (particle name) pmomentum (variable)
qquark (particle name) qelectric charge (variable)
ssecond (time unit) sc.m. energy squared (variable)
ttonne (weight unit) ttime (variable)
Vvolt (electric unit) Vvolume (variable)
ZZ boson (particle name) Zatomic charge (variable)

Last Mod. 17 November 2006 (MG)