The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

myemph - use \myemp{...} instead of \emph{...} in LaTeX

DESCRIPTION

Pandoc filter that causes emphasized text to be rendered using the custom macro \myemph{...} rather than \emph{...} in LaTeX. Other output formats are unaffected.

SYNOPSIS

  pandoc --filter myemph.pl -o output.html < input.md

SEE ALSO

This is a port of myemph.py from Python to Perl with Pandoc::Elements and Pandoc::Filter.