Skip to content
New issue

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

xdg-open instead of hard coding evince #14

Open
RicherMans opened this issue Feb 21, 2019 · 0 comments
Open

xdg-open instead of hard coding evince #14

RicherMans opened this issue Feb 21, 2019 · 0 comments

Comments

@RicherMans
Copy link

Hey there,
great work !

I got just a small suggestion, the script ../tikzmake.sh hardcodes the evince pdf reader. However, not everybody uses that one.
Could I just change that like to:

#!/bin/bash


python $1.py 
pdflatex $1.tex

rm *.aux *.log *.vscodeLog
rm *.tex

xdg-open $1.pdf

In order to be a bit more compatible, even though thats a small issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant