-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
me@host:~$ Downloads/InfiniTex-0.7.0-x86_64.AppImage
6129
/bin/sh: 1: pdflatex: not found
pdflatex
and everything it needs to run should be bundled inside the AppImage. Along the lines of
wget -c http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar xf install-tl-unx.tar.gz
# Install texlive relative to usr/
# [X] basic scheme (plain and latex)
# 2 collections out of 48, disk space required: 165 MB
# Its bin/ just needs to be put on $PATH, then existing TeXstudio AppImage works with it
mkdir -p usr/
cd usr/
echo "I" | TEXLIVE_INSTALL_PREFIX=../texlive ../install-tl-20160405/install-tl -portable -scheme basic
cd ..
Metadata
Metadata
Assignees
Labels
No labels