h

hitec

@preview

A template designed for documentation in high-technology companies. Also a Typst adaptation of the LaTeX `hitec` package.

v0.1.0
MIT
2 downloads
Template

Package Information

Last Updated
Authors
Brian Li
Categories
bookreport

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/hitec:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/hitec:0.1.0

Version History

0.1.0
f5465460f37d...

The HITEC Template

As quoted from Eli Billauer's original README in his LaTeX HITEC class:

This is the HITEC class. As the name implies, it is intended for use on technical documents in hi-tec companies.
It is based upon the article class, but it looks VERY different. In fact, one of the design aims was to escape the academic look of the well-known LaTeX document classes.

This repository contains a Typst adaptation of the HITEC class, with some modifications to better suit modern document design practices.

Usage

There are two ways to use this template in your Typst project.

Online via Typst Webapp

Go to the template's homepage on Typst Web App and click on Create project in app.

You can then start editing your document directly in the web interface.

Locally via Typst Universe

Before proceeding, ensure you have Typst installed on your machine. You can download it from the official Typst website or install it via a package manager.

In your working directory, run:

typst init @preview/hitec:0.1.0 my-report

This will create a new Typst project with the HITEC template set up under the directory my-report.

License

This template is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

This Typst adaptation is inspired by Eli Billauer's original LaTeX HITEC class. Special thanks to the Typst community for their support and contributions.