Skip to content

Commit

Permalink
Merge pull request #71 from matze-dd/Version-1.1.5
Browse files Browse the repository at this point in the history
Bump to version 1.1.5
  • Loading branch information
matze-dd authored Oct 7, 2020
2 parents 6fe747e + ee5eff5 commit cf0bf51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Work in progress
----------------
Version 1.1.5 (2020/10/07)
--------------------------
- yalafi core
- added special LaTeX comments '%%% LT-SKIP-BEGIN' and '%%% LT-SKIP-END',
e.g., for skipping parts of LaTeX preamble (issue [#56](../../issues/56))
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
The library of LaTeX macros, environments, document classes, and packages is
still rather restricted, compare the [list of macros](list-of-macros.md).
Please don't hesitate to
[raise an Issue](https://github.com/matze-dd/YaLafi/issues),
[raise an Issue](../../issues),
if you would like to see something added.

**Summary.**
This Python (version 3.x) package extracts plain text from LaTeX documents.
This Python (version >= 3.6) package extracts plain text from LaTeX documents.
The software may be integrated with a proofreading tool and an editor.
It provides
- mapping of character positions between LaTeX and plain text,
Expand Down Expand Up @@ -107,7 +107,7 @@ Happy TeXing!

## Installation

**YaLafi (with Python 3.x).**
**YaLafi (with Python >= 3.6).**
Choose one of the following possibilities.

- Use `python -m pip install [--user] yalafi`.
Expand All @@ -117,7 +117,7 @@ Choose one of the following possibilities.
This installs the current snapshot from here.
- Download the archive from here and unpack it.
Place yalafi/ in the working directory, or in a standard directory like
`/usr/lib/python3.x/` or `~/.local/lib/python3.x/site-packages/`.
`/usr/lib/python3.8/` or `~/.local/lib/python3.8/site-packages/`.
You can also locate it somewhere else and set environment variable
PYTHONPATH accordingly.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="yalafi",
version="1.1.4",
version="1.1.5",
author="Matthias Baumann",
description="Yet another LaTeX filter",
long_description=long_description,
Expand Down

0 comments on commit cf0bf51

Please sign in to comment.