We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9644aa + 496e26e commit 1eb6aeaCopy full SHA for 1eb6aea
obp-api/src/main/resources/docs/generate-pdf.sh
@@ -21,7 +21,7 @@ fi
21
# Check if xelatex is available
22
if ! command -v xelatex &> /dev/null; then
23
echo "Error: xelatex is not installed"
24
- echo "Install with: sudo apt-get install texlive-xetex texlive-fonts-extra"
+ echo "Install with: sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-fonts-extra lmodern"
25
exit 1
26
fi
27
0 commit comments