diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-22 15:12:29 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-07-22 15:12:29 -0700 |
commit | 69e7249ab18bf12e3416896a0ef531fb5038c055 (patch) | |
tree | 39fa9f86b0f3d7f1b6db0d7ea278896cfe3934e1 | |
parent | 5b4698059082ff8a3fcba6121d6e8db846494d67 (diff) | |
download | pandoc-69e7249ab18bf12e3416896a0ef531fb5038c055.tar.gz |
Removed flag setting for texmath in stack.full.yaml.
-rw-r--r-- | stack.full.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stack.full.yaml b/stack.full.yaml index dd2e186a8..690ad4b99 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -10,8 +10,6 @@ flags: pandoc-citeproc: bibutils: true embed_data_files: true - texmath: - network-uri: true packages: - '.' - '../pandoc-citeproc' |