mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Removed test for examplep in markdown2pdf.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@831 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained 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"
|
||||
|
||||
Reference in New Issue
Block a user