We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f55bf commit 0d91fc8Copy full SHA for 0d91fc8
1 file changed
verify-install_latex.sh
@@ -4,6 +4,8 @@ set -euo pipefail
4
5
echo "verifying latex install."
6
7
+echo "1. verifying that make is installed."
8
+
9
echo "checking for 'make'"
10
if ls -l /usr/bin/make ; then
11
echo "/usr/bin/make found"
@@ -18,6 +20,6 @@ if ls -l /usr/bin/make ; then
18
20
fi
19
21
22
-echo "verifying commands and latexclass"
23
+echo "2. verifying working of commands and availability of the article document class"
24
25
make --version && pdflatex --version && kpsewhich article.cls
0 commit comments