WhizzyTeX Frequently Asked Questions
Didier Rémy
Last Modified: June 11, 2004
Table of Contents
1 Where to find it
The URL is http://pauillac.inria.fr/whizzytex
The last major release is 1.1
and the stable version is 1.1.3
The last version of the FAQ can be found at
http://pauillac.inria.fr/whizzytex/FAQ.html
2 Is this a Bug?
Before reporting a bug, have you checked that the source file correctly
compiles and previews with the latex, previewer
and options used in WhizzyTeX?
(In recent versions of WhizzyTeX you may see the previewer's command from
Emacs using the menu View log... and selecting
command.) You may also check the latex log files (format, and
latex, slice). In particular, format will show
you the version of whizzytex.sty that has been loaded. Loading an
old version will likely not work! (You may also check the Emacs version of
whizzytex (from the Help entry of Whizzy menu).
In addition, in advi mode (when option -advi is used), the
package advi is implicitly loaded. So you may also try to latex
your source with the package advi explicitly loaded before all
other packages, since some errors may be indirectly due to this
advi and not to WhizzyTeX itself---then send your bug report
to Active-DVI.
3 Known problems
Fixed refers to last stable version.
- WhizzyTeX uses hard links and does not on file systems that do not
support them, such as VFAT.
- Its has been reported with versions that sometimes the cursor jumps to the
end of the buffer while typing fast, and the mark is left a few characters
before where the point was when the cursor jumped.
The problem should be Fixed in versions >= 1.1.3.
Otherwise, an (imperfect) workaround is to reduce the slicing speed
e.g. by the follow setting (you may need to adjust the value):
(setq whizzy-load-factor 0.1)
- Its does not work with the
x-symbol
package.
The x-symbol
package may now work together with WhizzyTeX, provided
you have a version of x-symbol greater than v4.3.3. However, the
option Page-to-point may still not work (under x-symbol
, the cursor
would be inserted at the end of the buffer instead of at the
current-position). Then, you may use the following alternative.
Alternatively, with (X)Emacs version 21 and above, you may set
whizzy-write-annotate
to nil to tell WhizzyTeX not to use
write-region-annotation-functions
. The slice will be write slower, but
in a way so that the x-symbol
package should always be compatible with
WhizzyTeX.
You may also wish to set 'x-symbol-auto-conversion-method
to
'fast
.
- How can a click in the
advi
window reposition the point
in the emacs window?
First, you should be using the advi
previewer. Then, check the
documentation of advi
, since bindings may depend on versions. This is
likely to be shift-left-mouse
or left-mouse
.
There might also be a short-cut that temporarily rebinds
shift-xxx-mouse
to xxx-mouse
. This can be toggled by typing
e
in the advi
or by calling advi
with the option
-edit
.
Note that shift-midddle-click
and shift-right-click
(or their
shortcut versions) are used for move
and resize
commands when
WhizzyEditting.
4 Using WhizzyTeX with platex
WhizzyTeX has been designed to work with standard LaTeX.
However, it should also work with other implementations of LaTeX, as long
as they allow the creation of new formats.
As an example, to make it work with platex
you can edit
the script whizzytex
and change some findings as follows
(in the experimental version):
INITEX=iniptex
LATEX=platex
FORMAT=platex
5 Using WhizzyTeX under Windows
WhizzyTeX is designed for Unix
plateforms. However, Marciano
Siniscalchi reported that it successfully worked on his
Window plateform under Cygwin (1.5.5-1), using Cygwin/Xfree 4.3 and
xdvi from tetex 2.0.2-13.
The following modifications to the whizzytex script are
necessary:
Unfortunately, Cygwin/XFree86 is quite slow compared to XFree86 under
Linux, etc. An alternative is to use a commercial X server, such as
XWin32 from StarNet (www.xwin32.com). MI/X from Microimages
(www.microimages.com) is another alternative, but since it is
XFree86-based, it is not as fast as XWin32.
Performance, even with XWin32, is still inferior to Linux.
Using yap instead of xdvi under Cygwin
Gregory Borota has reported much better performances with
yap than with xdvi under Cygwin.
He has written a small wrapper interface around yap to make it look
like xdvi for WhizzyTeX and patched the source of WhizzyTeX
accordingly. See the README and INSTAL file coming with his
whizzytex-yap-1.1.3-1.0.tgz patch,
coming with absolutely no warranty.
6 Using Virtual Fonts with Active-DVI
Active-DVI
does not currently handle virtual fonts (when called with virtual fonts, it
usually shows a more or less blank screen). This can be fixed by expanding
virtual fonts with dvicopy prior to display as explained on the
Active-DVI FAQ.
In WhizzyTeX, this can be done automatically by passing the option
-dvicopy dvicopy or equivalently setting
DVICOPY=dvicopy
in .whizzytexrc configuration file in the working directory.
This document was translated from LATEX by
HEVEA.