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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
%; whizzy -advi
% Note that the above line is not active if you have a file whizzy.sh
% Unless you set whizzy-configuration-path to nil or a string
\documentclass{article}
%% \PassOptionsToPackage{pdftex}{hyperref}
\usepackage{hyperref}
\begin{document}
\section{First section}
There should be hyperlinks for pages to follow the cursor.
\tableofcontents
Some text in the section.
\subsection {Sub}
Some text in the subsection.
Another subsection on \hyperlink{next}{next page}.
blalalla
\newpage
aaaajklj kljkluj kl
\subsubsection {SubSub}
Some text this \hypertarget{next}{next page} in the sub-subsection.
Move cursor to see if pages follow cursor.
\newpage
aaa hjkhjk h
\newpage
khjkhkjk
hjkh kjh jk hjh kj hjkh k uu iuio uoi foo
hjkhjkhk dfsf dddd hjh jkhjkhk aa hjkl
aa aa bb h hkj hjkhjkh hjkhkj hh hjk hjhhh
\medskip
The cursor should follow own other pages as well.
This requires loading the package hyperref, which is done
automatically in pdf mode (if after loading the package \texttt{ifpdf},
the command \verb"\ifpdf" is true).
\section{Foo}
\subsection {Bar}
\paragraph {Par}
And a paragraph.
\section {SPEED TEST}
Test the speed by typing in very quickly and check the speed marker in
the Emacs line mode
hkhjkA hjkh jkh jk 1234567 12345678qwertyuiosdfghjkl
\end{document}
|