We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9644aa commit 496e26eCopy full SHA for 496e26e
1 file changed
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