File: main.tex

package info (click to toggle)
whizzytex 1.5.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,536 kB
  • sloc: lisp: 3,668; sh: 1,768; makefile: 227
file content (29 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
%; whizzyyex -adi evince

\documentclass{article}

\begin{document}

This example illustrate customization of the whizzytex shell with a
\texttt{whizzy.sh} file in the current directory. This file contains
\begin{verbatim}
        AUTORECOMPILE=false
\end{verbatim}
The effect is to switch off recompilation of the whole file when the
the document is reformatted or saved. 

You can also control this switch interactively, by typing
\begin{verbatim}
        autorecompile on
\end{verbatim}
or
\begin{verbatim}
        autorecompile off
\end{verbatim}
in the interaction window. 

Then, the whole document will only be compiled at startup, which you may
also control by switching flag \texttt{AUTOCOMPILE}. 


\end{document}