Kile ⇒ How to configure Kile with xdvi
How to configure Kile with xdvi
I do not manage to install Kdvi on my system so I am using Xdvi. I would like to know which command line I should write in the compilation option becaus at the moment, it is not working really good.
Thanks,
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to configure Kile with xdvi
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
How to configure Kile with xdvi
to use the inverse search xdv/kile you only have to do some configuration in kile.
go to: Settings -> Configure Kile -> Tools -> Build and select ViewDVI
define a new view configuration (xdvi for example), if you don't already have one for xdvi.
on the General tab fill in the following values:
Command: xdvi
Options: -editor 'kile %f --line %l' '%target'
the fields on the other tabs should be selfexplanatory.
that's it.
to jump in your latex code from xdvi use Ctrl + Left Mouse Button.
(of course, your latex code should contain the srcltx.sty package for inverse search, and the latex build tool should have the following options: -interaction=nonstopmode '%source' )
cheers!
p.s. i'm using fedora core 9, with gnome and kde4 libraries where no kdvi is available. okular should be the one replacing it, but it doesn't yet contain the inverse search feature. should be ready soon they say.
How to configure Kile with xdvi
Many thanks for posting this time-saving tip! I tried it tonight (I'm using the same software you are [the default GNOME version of Fedora Core 9) and it is working great.
When I first tried running Kile, it wasn't configured for xdvi so I began Googling for a possible fix. Someone in the Fedora Forum had recommended installing the kdegraphics package in order to get KDVI, but I hesitated when I saw how large the download was going to be.
With best wishes,
=david
P.S. To anyone else searching this thread:
Texmaker is also available as a LaTeX IDE in Fedora 9, and it works well. If you have installed TeX Live 2007 (rather than teTeX) and are using xdvi as your DVI viewer, one change you'll need to make is the following:
Under Options > Configure Texmaker,
change the command for using the Dvi Viewer to
xdvi %.dvi
If you install both Kile and Texmaker, you'll be able to procrastinate by waffling on which of these fine IDEs to use.

Re: How to configure Kile with xdvi
I've tried steps mentioned above, still getting though:
'KDVI (Critical failure, Kile will not function properly)
Binary: Could not find the binary for this essential tool. (kdvi=>)'
Any clue?
Re: How to configure Kile with xdvi
from your post i infer you have no Kdvi on your system. can you run this program at your shell?
[my previous post was about configuring Kile with Xdvi, NOT with Kdvi. under Fedora Core 9, Kdvi is not available, unless you downgrade to kde3 (i DO have kdegraphics installed).]
cheers.
Re: How to configure Kile with xdvi

Re: How to configure Kile with xdvi
cheers.