Universe
Create project in app
Version 0.1.0

This template is a intended as a starting point for creating documents, which should have the classic LaTeX Article look.

Getting Started

These instructions will get you a copy of the project up and running on the typst web app. Perhaps a short code example on importing the package and a very simple teaser usage.

#import "@preview/rubber-article:0.1.0": *

#show: article.with()

#maketitle(
  title: "The Title of the Paper",
  authors: (
    "Authors Name",
  ),
  date: "September 1970",
)

Further Functionality

The template provides a few more functions to customize the document.

#show article.with(
  lang:"de",
  eq-numbering:none,
  text-size:10pt,
  page-numbering: "1",
  page-numbering-align: center,
  heading-numbering: "1.1  ",
)