m

modern-technique-report

@preview

A template for creating modern-style technique report in Typst.

v0.1.0
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.11.0
Authors
aytony
Categories
layoutreport

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/modern-technique-report:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/modern-technique-report:0.1.0

Version History

0.1.00.11.0
a1c79171db6a...

= 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.