Releases: mlhetland/pseudo.sty
Releases · mlhetland/pseudo.sty
v1.2.3
v1.2.2
v1.2.1
v1.2
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
, withhd-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
withouthpad
now emits a warning, which can be turned off
v1.1.3
v1.1.2
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).