Skip to content

Commit

Permalink
add mathtools, add grid table sample
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 3, 2023
1 parent 7e0ca02 commit 644812b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sample3.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,21 @@ Table: List of Mandatory Curves
| TPM_ECC_NIST_P256 | M |
| TPM_ECC_NIST_P384 | M |

### Temperatures

This section contains a Grid Table.

+---------------------+-----------------------+
| Location | Temperature 1961-1990 |
| | in degree Celsius |
| +-------+-------+-------+
| | min | mean | max |
+=====================+=======+=======+=======+
| Antarctica | -89.2 | N/A | 19.8 |
+---------------------+-------+-------+-------+
| Earth | -89.2 | 14 | 56.7 |
+---------------------+-------+-------+-------+

## Code

```c++
Expand Down
2 changes: 2 additions & 0 deletions template/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
%% Enable useful error output.
\errorcontextlines 10000

\usepackage{mathtools}

%%
% This is the Eisvogel pandoc LaTeX template.
%
Expand Down

0 comments on commit 644812b

Please sign in to comment.