From b28ef23afc50a69466590232a1dba74bdf704b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= <john.tornblom@gmail.com> Date: Wed, 21 Oct 2020 17:46:24 +0200 Subject: [PATCH] use xdg-open as the pdf viewer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a97fd09..3090066 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # 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. -- GitLab