20 lines
609 B
TeX
20 lines
609 B
TeX
|
\documentclass[a4paper]{report}
|
|||
|
\usepackage[dvipdfm,hyperindex,hypertex,
|
|||
|
pdftitle={show-sqrt manual, release 1.0},
|
|||
|
pdfauthor={Johannes Br<42>gmann}
|
|||
|
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
|
|||
|
pdfstartview=FitW,pdfview=FitW]{hyperref}
|
|||
|
\usepackage{charter}
|
|||
|
\author{Real A. Name}
|
|||
|
\title{show-sqrt rel. 1.0 manual}
|
|||
|
\begin{document}
|
|||
|
\maketitle
|
|||
|
This is the show-sqrt release 1.0 manual.
|
|||
|
|
|||
|
show-sqrt comes with a single feature: It calculates the square root
|
|||
|
of a passed as an argument given positive double value and prints the
|
|||
|
result on screen (stdout).
|
|||
|
|
|||
|
Have fun.
|
|||
|
\end{document}
|