We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
@eljuanchosf You'll be happy to know that the script is working on OSX El Capitan.
I first installed mactex!
brew install caskroom/cask/brew-cask brew cask install mactex
then included the path to binaries
export PATH=$PATH:/usr/local/texlive/2016/bin/x86_64-darwin
commented out the apt-get lines
diff --git src2pdf src2pdf index 882f73f..c39e41a 100644 --- src2pdf +++ src2pdf @@ -1,8 +1,8 @@ #!/bin/bash -e # Check everything is installed: -sudo apt-get -y -qq install python python-pip texlive-latex-extra -sudo pip install Pygments +# sudo apt-get -y -qq install python python-pip texlive-latex-extra +# sudo pip install Pygments
and boom! things were working. 😄
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: