Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marhop committed Dec 17, 2019
1 parent 2918321 commit af45c15
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release 1.2.0

2019-12-17

The `pandoc-unicode-math` filter now adds sensible whitespace where necessary:
The Unicode sequence `λx` now translates to `\lambda x` (note the added
whitespace) because the previous `\lambdax` would raise a Latex error, but `αβ`
still translates to `\alpha\beta` because this is unambiguous. Idea by Fynn
Leitow.

Several new symbols were added. Contributed by Fynn Leitow.

# Release 1.1.0

2019-04-09
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,12 @@ On Linux, this will install two filters, `pandoc-unicode-math` and
don't know but surely somewhere sensible.

Maybe you would like to adapt the [`stack.yaml`](stack.yaml) file prior to
building to select a [Stackage] snapshot that fits your environment. For
example, use `resolver: lts-7.24` to create binaries that are compatible with
Pandoc 1.17 (shipped with Debian 9) or `resolver: lts-9.21` for Pandoc 1.19 and
later, including Pandoc 2 (there was an API change between 1.17 and 1.19, so you
need different binaries).
building to select a [Stackage] snapshot that fits your environment.

# Contributing

Pull Requests are welcome. It's easy to add new symbols to the
[`src/Symbols.hs`](src/Symbols.hs) file.

[Stack]: https://docs.haskellstack.org/
[pkg-config]: https://www.freedesktop.org/wiki/Software/pkg-config/
Expand Down
2 changes: 1 addition & 1 deletion pandoc-unicode-math.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pandoc-unicode-math
version: 1.1.0
version: 1.2.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
Expand Down

0 comments on commit af45c15

Please sign in to comment.