-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
41 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Release 1.1.0 | ||
|
||
2019-04-09 | ||
|
||
A second filter `pandoc-unicode-math-from-latex` was added that replaces | ||
"regular" Latex math commands by equivalent Unicode symbols. This is more or | ||
less the inverse of the existing filter `pandoc-unicode-math`. Idea by Anish | ||
Mittal. | ||
|
||
Several new symbols were added. Partly contributed by Eric Hanson. | ||
|
||
# Release 1.0.0 | ||
|
||
2018-02-27 | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2017-2018, Martin Hoppenheit | ||
Copyright (c) 2017-2019, Martin Hoppenheit | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: pandoc-unicode-math | ||
version: 1.0.0 | ||
version: 1.1.0 | ||
synopsis: Replace Unicode symbols by equivalent Latex commands | ||
description: A Pandoc filter that replaces Unicode math symbols and | ||
greek letters like ∀, ∈, →, λ, or Ω in math environments | ||
|
@@ -12,7 +12,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: Martin Hoppenheit | ||
maintainer: [email protected] | ||
copyright: 2017-2018 Martin Hoppenheit | ||
copyright: 2017-2019 Martin Hoppenheit | ||
category: Text | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
|