summaryrefslogtreecommitdiff
path: root/fonts/plimsoll/plimsoll.tex
blob: 614d7067e0d5a7430c34cd977d48d68cc9bc4626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
% This file is part of the LaTeX plimsoll package.

% The LaTeX plimsoll package is free software: you can redistribute it
% and/or modify it under the terms of the GNU General Public License
% as published by the Free Software Foundation, either version 3 of
% the License, or (at your option) any later version.

% The LaTeX plimsoll package is distributed in the hope that it will
% be useful, but WITHOUT ANY WARRANTY; without even the implied
% warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
% the GNU General Public License for more details.

% You should have received a copy of the GNU General Public License
% along with the LaTeX plimsoll package. If not, see
% <https://www.gnu.org/licenses/>.
\documentclass[11pt,english,fleqn,parskip=half]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{mathpazo,tgpagella,classico,luximono}
\usepackage[T1]{fontenc}
\usepackage{babel} %
\usepackage{plimsoll} %
\pdfmapfile{=plimsoll}
\usepackage{listings}
\title{The \texttt{plimsoll} package $\plimsollsans$}
\subtitle{Version 1}
\author{Palle Jørgensen}

\begin{document}
\maketitle

\section{Introduction}
\label{sec:introduction}

This package provides support for the use of the Plimsoll symbol
``$\plimsoll$'' in \LaTeX.

\section{Loading the package}
\label{sec:loading-package}
\begin{lstlisting}[language={[latex]tex}]
\usepackage{plimsoll}
\end{lstlisting}
In math mode the Plimsoll symbol is available with the command
\lstinline{\plimsoll} command.

\subsection{Options}
\label{sec:options}
\begin{description}
\item[sans] Provides the use of a sans serif version of the Plimsoll
  symbol: $\plimsollsans$.

  This version of the symbol is available with
  \lstinline|\plimsollsans| as well.
\item[circ] Make use of \lstinline{\circ} for denoting the standard
  state instead of the Plimsoll symbol. See
  section~\ref{sec:standard-mark}.
\end{description}

\section{The standard mark}
\label{sec:standard-mark}

In chemistry the Plimsoll symbol is sometimes used for denoting values
of funtions of state in the standard state of a chemical agent. This
could be the standard Gibbs energy $G\stst$.

Denoting the standard state is avaiable in math mode with
\lstinline{\stst}. This is compatible with the command name suggested
in the \emph{The Comprehensive \LaTeX\ Symbol List}. An example of
using the symbol is
\begin{lstlisting}[language={[latex]tex}]
\Delta G\stst = \Delta H\stst - T \cdot \Delta S\stst 
\end{lstlisting}
yielding
\begin{equation}
  \label{eq:1}
  \Delta G \stst = \Delta H\stst - T \cdot \Delta S\stst 
\end{equation}
The package option \lstinline{circ} redefines the \lstinline{\stst} to
use the \lstinline{\circ} command instead of the \lstinline{\plimsoll}
command. This is officially recommended by IUPAC but is not used
conequently. It appears to be a matter of taste. This package provides
easy interchange between the two different choices.

\section{License}
\label{sec:license}

%This file is part of the LaTeX plimsoll package.

The LaTeX plimsoll package is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

The LaTeX plimsoll package is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with the LaTeX plimsoll package. If not, see
<https://www.gnu.org/licenses/>.

\clearpage
\section{Source}
\label{sec:source}

\lstinputlisting{plimsoll.sty}


\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: