File: index.tex

package info (click to toggle)
hevea 2.36-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,780 kB
  • sloc: ml: 19,453; sh: 503; makefile: 311; ansic: 132
file content (36 lines) | stat: -rw-r--r-- 973 bytes parent folder | download | duplicates (10)
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
\documentclass[11pt]{article}
\usepackage{hevea}
\title{Some simple test documents for \hevea}
\begin{document}
\maketitle

\begin{enumerate}
\item A simple example with math and tables

\ahref{simple/text.tex}{[LaTeX{} input]}
\ahref{simple/Makefile}{[Makefile]}
\ahref{simple/text.html}{[Result]}

\item An example involving bibtex

\ahref{bibtex/context.tex}{[LaTeX{} input]}
\ahref{bibtex/rewriting.bib}{[BibTeX{} input]}
\ahref{bibtex/Makefile}{[Makefile]}
\ahref{bibtex/context.html}{[Result]}

\item An example with pictures

\ahref{pictures/text.tex}{[LaTeX{} input]}
\ahref{pictures/Makefile}{[Makefile]}
\ahref{pictures/png.html}{[Result with PNG picture (default)]}
\ahref{pictures/gif.html}{[Result with GIF picture (optional)]}

\item A simple example showing customization through style sheets.

\ahref{style_sheets/text.tex}{[LaTeX{} input]}
\ahref{style_sheets/Makefile}{[Makefile]}
\ahref{style_sheets/text.html}{[Result]}

\end{enumerate}

\end{document}