Skip to content
Snippets Groups Projects
Commit b28ef23a authored by John Törnblom's avatar John Törnblom
Browse files

use xdg-open as the pdf viewer

parent 173865ff
No related branches found
No related tags found
No related merge requests found
# Use Bash shell expansion
SHELL=/bin/bash
#The program that you use for viewing pdf files
PDFVIEWER = evince
PDFVIEWER = xdg-open
# Change name of this if you change the name of demo_student_thesis.tex, should be name of the main tex file
TEXMAINFILE = demo_student_thesis.tex
# Name that you would like for your resulting pdf file, without extension.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment