I've been trying out the Hitec class package to produce technical documents. The documentation is very sparse, however. Available here:
https://mirrors.concertpass.com/tex-archive/macros/latex/contrib/hitec/hitec_doc.pdf
I cannot figure out how to have 3 elements in the page header like they do. Any ideas?
Here's a mwe: (taken from What are the available "documentclass" types and their uses?)
\documentclass{hitec}
\author{by Fran}
\title{A Minimal Working Example}
\usepackage{blindtext}
\usepackage{graphicx}
\begin{document}
\maketitle
\blinddocument
\end{document}

