Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Jul 8, 2017
1 parent 01846fb commit 293608b
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 70 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changes


## v1.3 (2017/07/08)

* Added `beameroverlays` option, which enables `beamer` overlays using the
`<` and `>` characters.

* Added options `breakindentnchars`, `breaksymbolsepleftnchars` (alias
`breaksymbolsepnchars`), `breaksymbolseprightnchars`,
`breaksymbolindentleftnchars` (alias `breaksymbolindentnchars`), and
`breaksymbolindentrightnchars`. These are identical to the pre-existing
options without the `nchars` suffix, except that they allow indentation to
be specified as an integer number of characters rather than as a dimension.
As a result of these new options, `\settowidth` is no longer used in the
preamble, resolving some font incompatibilities (#4).

* Clarified in the docs that `breaksymbolsepright` is a *minimum*, rather
than exact, distance.


## v1.2.1 (2016/09/02)

* The package is now compatible with classes and packages that redefine
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ LaTeX. `fvextra` builds on `fancyvrb` by adding support for automatic line
breaking and improving math mode, among other things. Many of the improvements
are geared toward typesetting computer code; parts of `fvextra` were originally
developed as part of the [`pythontex`](https://github.com/gpoore/pythontex)
and [`minted`](https://github.com/gpoore/minted) packages. Both of these
packages will require `fvextra` once a few additional features are added.
and [`minted`](https://github.com/gpoore/minted) packages.


## License
Expand Down
Loading

0 comments on commit 293608b

Please sign in to comment.