Code: Select all
\documentstyle{book}
\newcommand{\oCA}{$\:^\circ$C}
\newcommand{\oCB}{$\:^\circ$C }
\begin{document}
An example: if a piece of ice is left in a room at 20\oCA, it will melt. In thermodynamic terminology, the equilibrium state of water at 20\oCA is the liquid state, so ice tends to be transformed to liquid water; melting is in this case a spontaneous process.
An example: if a piece of ice is left in a room at 20\oCB, it will melt. In thermodynamic terminology, the equilibrium state of water at 20\oCB is the liquid state, so ice tends to be transformed to liquid water; melting is in this case a spontaneous process.
\end{document}