Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Commit

Permalink
Include Ghostscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lanigan committed Apr 20, 2018
1 parent 9768eba commit bd1c1ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-static/example.latex
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ $if(title)$
\usepackage{geometry}
$endif$
% Enable embedded EPS images
\usepackage{epstopdf}
% \usepackage{epstopdf} % Not needed with xelatex, only pdflatex

% Set main document fonts
\setmainfont[Numbers=Uppercase]{FreeSerif} % "Roman" serif font
Expand Down
3 changes: 2 additions & 1 deletion setup-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ do
done

# Copy from Snap (or from base if not running as Snap)
usr_bin_copies=("wget" "gpg2" "objdump" "fc-cache" "fc-cat" "fc-list" "fc-match" "fc-pattern" "fc-query" "fc-scan" "fc-validate")
usr_bin_copies=("wget" "gpg2" "objdump" "fc-cache" "fc-cat" "fc-list" "fc-match" "fc-pattern" "fc-query" "fc-scan" "fc-validate" "dvipdf" "eps2eps" "font2c" "ghostscript" "gs" "gsbj" "gsdj" "gsdj500" "gslj" "gslp" "gsnd" "pdf2dsc" "pdf2ps" "pf2afm" "pfbtopfa" "pphs" "printafm" "ps2ascii" "ps2epsi" "ps2pdf" "ps2pdf12" "ps2pdf13" "ps2pdf14" "ps2pdfwr" "ps2ps" "ps2ps2" "ps2txt" "wftopfa")
for binary in "${usr_bin_copies[@]}"
do
cp -a "${1}/usr/bin/${binary}" usr/bin/
Expand Down Expand Up @@ -143,6 +143,7 @@ rm install-tl-unx.tar.gz
rm -rf install-tl-unx


echo
echo "DONE chroot setup"


Expand Down

0 comments on commit bd1c1ec

Please sign in to comment.