m

modern-report-umfds

@preview

A template for writing reports for the Faculty of Sciences of the University of Montpellier

v0.1.2
MIT-0
Template

Package Information

Last Updated
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/modern-report-umfds:0.1.2

2. Initialize from template

Create a new project from this template:

typst init @preview/modern-report-umfds:0.1.2

Version History

0.1.2
3b4dbefc11da...
0.1.1
c9cfcb84121c...
0.1.0
90f7abd8d046...

modern-report-umfds

A template for writing reports for the Faculty of Sciences of the University of Montpellier.

Basic usage:

#import "@preview/modern-report-umfds:0.1.2": umfds

#show: umfds.with(
  title: [Your report title],
  authors: (
    "Author 1",
    "Author 2",
    "Author 3",
    "Author 4"
  ),
  department: [Some Department], // optional
  date: datetime.today().display("[day] [month repr:long] [year]"), // optional
  img: image("cover.png"), // optional
  abstract: [
    Your abstract, optional
  ],
  full: false, // if the cover page should take all the first page (true by default)
  lang: "en", // or "fr"
)

// Your report content