Skip to content

Releases: mlhetland/pseudo.sty

v1.2.3

21 Mar 11:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

30 Jan 12:55
Compare
Choose a tag to compare

What's Changed

  • Documentation overhaul (#17)
  • Add init hook (#18)
  • Gobble paragraphs before checking for \end (#19)
  • Update discussion of multiline steps (#20)
  • Fix broken pause in \hd (#22)

Full Changelog: v1.2.1...v1.2.2

v1.2.1

23 Aug 08:27
Compare
Choose a tag to compare

Fixes a bug where keys with overlay specifications, of the form dim<3-4>, did not work.

v1.2

14 Jul 14:04
Compare
Choose a tag to compare

New functionality:

  • Support for indent marks/indent lines witih indent-mark
  • Support for floats and inline boxes using tcolorbox, with custom styles
  • Support for extra space in \\
  • New \rng command for ranges typeset using :
  • Support for extra space under \hd, with hd-space key

Bug fixes:

  • Correct spacing before/after pseudo environment

Deprecations:

  • \pseudoslash is deprecated, in favor of \RestorePseudoBackslash
  • \pseudoeq is deprecated, in favor of \RestorePseudoEq
  • Using hl without hpad now emits a warning, which can be turned off

v1.1.3

30 Oct 12:17
Compare
Choose a tag to compare

No new functionality, but various internal rewrites to improve compatibility with older systems, such as the current one used on arXiv. In addition to the modified implementations, some documentation was added on how to use pseudo on older systems.

v1.1.2

14 Jul 17:23
Compare
Choose a tag to compare

The initial definition of the \kwfont command is normally \fontseries{b}\selectfont, though this won't work if the font you're using doesn't have non-extended bold, such as if you're using beamer with the default font theme. This version adds a check that redefines \kwfont to \bfseries in such cases (provided, because of the implementation, that \fontseries{b}\selectfont has not been used earlier in the document, suppressing further font warnings).

v1.1.1

04 Jul 11:36
Compare
Choose a tag to compare

Minor update that primarily fixes a bug with indentation after the pseudo environment.

v1.1

30 Jun 17:40
Compare
Choose a tag to compare

There is now support for spacing above, below and to the left of the environment, as well as suppressing such spacing when required.

v1.0.1

27 Jun 12:11
Compare
Choose a tag to compare

Fixes the bug where dim-color did not actually have any effect on dim.

v1.0

23 Jun 08:48
Compare
Choose a tag to compare

Initial release.