Kile ⇒ Setting the default pdf viewer
-
- Posts: 17
- Joined: Mon Aug 27, 2012 8:58 pm
Setting the default pdf viewer
Could you please tell me how to set 'Adobe Reader 9' as my default pdf viewer in Kile? The current default viewer is 'okular' which is not installed on my university's Linux network.
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 17
- Joined: Mon Aug 27, 2012 8:58 pm
Re: Setting the default pdf viewer
I found the answer here:
http://latex-community.org/forum/viewto ... 20&t=13518
http://latex-community.org/forum/viewto ... 20&t=13518
- Stefan Kottwitz
- Site Admin
- Posts: 10319
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Setting the default pdf viewer
Thanks for your update!
I thought okular may often be installed by default. Perhaps your university's Linux version is a bit older, and still has kpdf installed, the predecessor. You could try kpdf, or evince if it's a Gnome system.
I mention this because the Adobe Reader doesn't support synctex, and (at least on Windows) it locks the output file which prevents re-compilation.
Finally, Linux sysadmins are often friendly and gladly support users, so perhaps just asks the sysadmin to install okular or to update the system. A bonus could be the newest version of TeX Live.
Stefan
I thought okular may often be installed by default. Perhaps your university's Linux version is a bit older, and still has kpdf installed, the predecessor. You could try kpdf, or evince if it's a Gnome system.
I mention this because the Adobe Reader doesn't support synctex, and (at least on Windows) it locks the output file which prevents re-compilation.
Finally, Linux sysadmins are often friendly and gladly support users, so perhaps just asks the sysadmin to install okular or to update the system. A bonus could be the newest version of TeX Live.

Stefan
LaTeX.org admin
-
- Posts: 17
- Joined: Mon Aug 27, 2012 8:58 pm
Re: Setting the default pdf viewer
Thank you for the advice, Stefan.