Skip to content
Snippets Groups Projects
Commit f820a22d authored by Ola Leifler's avatar Ola Leifler
Browse files

Merge branch 'xdg-open-as-default-pdf-viewer' into 'master'

use xdg-open as the pdf viewer

See merge request olale55/liuthesis!31
parents af9fd476 b28ef23a
No related branches found
No related tags found
1 merge request!31use xdg-open as the pdf viewer
# 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