From c36e8ec041fdd941b63051b2c3f7e5c560d1e49b Mon Sep 17 00:00:00 2001
From: Ben Ryan <brryan@lanl.gov>
Date: Tue, 7 Jan 2025 16:03:09 -0700
Subject: [PATCH] Test latex formatting

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7f24b2a..3462133 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@ Performance Portable Opacity and Emissivity library for simulation codes
 ## API
 
 singularity-opac provides a uniform API for all opacity models. The following functions are provided
-(here, `\sigma` is the frequency- and angle-dependent cross section in units of `cm^2`):
+(here, $\sigma$ is the frequency- and angle-dependent cross section in units of `cm^2`):
 | Function              | Expression | Description            | Units   |
 | --------------------- | ---------- | ---------------------  | ------- |
-| AbsorptionCoefficient | `n \sigma` | Absorption coefficient | `cm^{-1}` |
+| AbsorptionCoefficient | $n \sigma$ | Absorption coefficient | `cm^{-1}` |
 | AngleAveragedAbsorptionCoefficient | `\frac{1}{4 \pi}\int n \sigma d\Omega` | Absorption coefficient averaged over solid angle | `cm^{-1}` |
 | EmissivityPerNuOmega | `j_{\nu} = \frac{dE}{d^3x dt d\Omega d\nu}` | Frequency- and angle-dependent emissivity | `erg cm^{-3} s^{-1} Sr^{-1} Hz^{-1}` |
 | EmissivityPerNu | `\int j_{\nu} d\Omega`  | Frequency-dependent emissivity | `erg cm^{-3} s^{-1} Hz^{-1}` |