diff options
Diffstat (limited to 'src/wrappers')
-rw-r--r-- | src/wrappers/markdown2pdf.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wrappers/markdown2pdf.in b/src/wrappers/markdown2pdf.in index 7347fd7d7..37be69469 100644 --- a/src/wrappers/markdown2pdf.in +++ b/src/wrappers/markdown2pdf.in @@ -40,10 +40,6 @@ fi err "${THIS}: Please install the 'unicode' package from CTAN:" err " http://www.ctan.org/tex-archive/macros/latex/contrib/unicode/" fi - if grep -q "File \`examplep.sty' not found" $texname.log; then - err "${THIS}: Please install the 'examplep' package from CTAN:" - err " http://www.ctan.org/tex-archive/macros/latex/contrib/examplep/" - fi if grep -q "File \`ulem.sty' not found" $texname.log; then err "${THIS}: Please install the 'ulem' package from CTAN:" err " http://www.ctan.org/tex-archive/macros/latex/contrib/misc/ulem.sty" |