Package Information
- Last Updated
- Minimum Typst Version
- 0.11.0
- Authors
- aytony
- Categories
- layoutreport
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/modern-technique-report:0.1.02. Initialize from template
Create a new project from this template:
typst init @preview/modern-technique-report:0.1.0= Modern Technique Report
A template support modern technique report in Typst.
= Usage
#import "@preview/modern-technique-report:0.1.0": *
#show: modern-technique-report.with(
title: [Project Name \ Multiline When too Long],
subtitle: [
*Fourth Edition*, \ by _H.L. Royden_ and _P.M. Fitzpatrick_
],
series: [Mathematics Courses \ Framework Series],
author: grid(
align: left + horizon,
columns: 3,
inset: 7pt,
[*Member*], [B. Alice], [qwertyuiop\@youremail.com],
[], [B. Alice], [qwertyuiop\@youremail.com],
[], [B. Alice], [qwertyuiop\@youremail.com],
[*Advisor*], [E. Eric], [qwertyuiop\@youremail.com],
),
date: datetime.today().display("[year] -- [month] -- [day]"),
background: image("bg.jpg"),
theme_color: rgb(21, 74, 135),
font: "New Computer Modern",
title_font: "Noto Sans",
)
Then a cover page and a content page will be automatically generated. Template also manipulates the style of headings and some contents.