Skip to content

v1.5

Compare
Choose a tag to compare
@gpoore gpoore released this 01 Dec 03:33
· 34 commits to master since this release
  • Added \FancyVerbFormatInline for customizing the formatting of inline
    verbatim, such as \Verb. This parallels \FancyVerbFormatLine and
    \FancyVerbFormatText.

  • Added line breaking option breaknonspaceingroup. When commandchars is
    used to allow macros within verbatim, this inserts breaks within groups
    {...}.

  • Added \FVExtraUnexpandedReadStarOArgMArgBVArg to support reimplementation
    of \mintinline for minted.

  • Added VerbEnv environment, which is an environment variant of \Verb.
    This supports reimplementation of \mintinline for minted.

  • breakbefore and breakafter now support the escaped comma \, (#15).

  • Fixed unintended line breaks after hyphens under LuaTeX (#14).

  • Added documentation on Pandoc compatibility (#11).

  • Replaced breakbeforegroup with breakbeforeinrun, and replaced
    breakaftergroup with breakafterinrun. With the introduction of
    breaknonspaceingroup, "group" is now reserved for referring to TeX
    groups {...}.

  • Removed dependency on ifthen package.

  • breakautoindent now works correctly with Pygments output that treats
    leading whitespace as a separate token or as part of a token.