Skip to content

Commit ea5a1d4

Browse files
committed
v2.5
1 parent c99bf9d commit ea5a1d4

6 files changed

Lines changed: 43 additions & 11 deletions

File tree

CHANGES.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Changes
22

33

4+
## v2.5 (2017/07/19)
5+
6+
* The default placement for the `listing` float is now `tbp` instead of `h`,
7+
to parallel `figure` and `table` and also avoid warnings caused by `h`
8+
(#165). The documentation now contains information about changing default
9+
placement. The `float` package is no longer loaded when the `newfloat`
10+
package option is used.
11+
12+
* Added support for `*nchars` options from `fvextra` v1.3 that allow setting
13+
`breaklines`-related indentation in terms of a number of characters, rather
14+
than as a fixed dimension.
15+
16+
* Fixed incompatibility with `babel magyar` (#158).
17+
18+
* Added support for `beamer` overlays with `beameroverlays` option (#155).
19+
20+
* Comments in the Pygments LaTeX style files no longer appear as literal
21+
text when `minted` is used in `.dtx` files (#161).
22+
23+
* `autogobble` now works with package option `kpsewhich` (#151). Under
24+
Windows, the `kpsewhich` option no longer requires PowerShell.
25+
26+
* Fixed a bug that prevented `finalizecache` from working with `outputdir`
27+
(#149).
28+
29+
* Fixed a bug with `firstline` and `lastline` that prevented them from
30+
working with the `minted` environment (#145).
31+
32+
* Added note on `breqn` conflicts to FAQ (#163).
33+
34+
35+
436
## v2.4.1 (2016/10/31)
537

638
* Single quotation marks in `\jobname` are now replaced with underscores in
@@ -9,7 +41,7 @@
941
* The `autogobble` option now takes `firstline` and `lastline` into account
1042
(#130).
1143

12-
* Fixed `numberblanklines`, which had been lost in the transition to v2.0+
44+
* Fixed `numberblanklines`, which had been lost in the transition to v2.0+
1345
(#135).
1446

1547

source/README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
minted - highlighted source code for LaTeX
22

33
minted is a package that facilitates expressive syntax highlighting in LaTeX
4-
using the Pygments library. The package also provides options to customize
5-
the highlighted source code output using fancyvrb.
4+
using the Pygments library. The package also provides options to customize
5+
the highlighted source code output using fancyvrb and fvextra.
66

7-
See the documentation (minted.pdf) for examples and instructions for
7+
See the documentation (minted.pdf) for examples and instructions for
88
installation and usage.
99

10-
This work may be distributed and/or modified under the conditions of the
11-
LaTeX Project Public License (LPPL), version 1.3 or later. Additionally,
10+
This work may be distributed and/or modified under the conditions of the
11+
LaTeX Project Public License (LPPL), version 1.3 or later. Additionally,
1212
the project may be distributed under the terms of the 3-Clause ("New") BSD
1313
license.
1414

15-
For suggestions, feature requests, and bug reports, please use the project's
15+
For suggestions, feature requests, and bug reports, please use the project's
1616
GitHub site: https://github.com/gpoore/minted.

source/minted.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
%<package>\NeedsTeXFormat{LaTeX2e}
3232
%<package>\ProvidesPackage{minted}
3333
%<*package>
34-
[2017/07/19 v2.5dev Yet another Pygments shim for LaTeX]
34+
[2017/07/19 v2.5 Yet another Pygments shim for LaTeX]
3535
%</package>
3636
%<*driver>
3737
\documentclass{ltxdoc}
@@ -216,7 +216,7 @@
216216
%
217217
%
218218
%
219-
% \begin{changelog}{v2.5}{2017/07/??}
219+
% \begin{changelog}{v2.5}{2017/07/19}
220220
% \item The default placement for the \texttt{listing} float is now \texttt{tbp} instead of \texttt{h}, to parallel \texttt{figure} and \texttt{table} and also avoid warnings caused by \texttt{h} (\#165). The documentation now contains information about changing default placement. The \texttt{float} package is no longer loaded when the \texttt{newfloat} package option is used.
221221
% \item Added support for \texttt{*nchars} options from \texttt{fvextra} v1.3 that allow setting \texttt{breaklines}-related indentation in terms of a number of characters, rather than as a fixed dimension.
222222
% \item Fixed incompatibility with \texttt{babel magyar} (\#158).

source/minted.pdf

6.13 KB
Binary file not shown.

source/minted.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
%% and the derived file minted.sty.
2828
\NeedsTeXFormat{LaTeX2e}
2929
\ProvidesPackage{minted}
30-
[2017/07/19 v2.5dev Yet another Pygments shim for LaTeX]
30+
[2017/07/19 v2.5 Yet another Pygments shim for LaTeX]
3131
\RequirePackage{keyval}
3232
\RequirePackage{kvoptions}
3333
\RequirePackage{fvextra}

source/minted1.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%% The original source files were:
66
%%
77
%% minted.dtx (with options: `packageone')
8-
%% Copyright 2013--2016 Geoffrey M. Poore
8+
%% Copyright 2013--2017 Geoffrey M. Poore
99
%% Copyright 2010--2011 Konrad Rudolph
1010
%%
1111
%% This work may be distributed and/or modified under the

0 commit comments

Comments
 (0)