Skip to content

A simple template recreating the look of the classic LaTeX article.

License

Notifications You must be signed in to change notification settings

npikall/rubber-article

Repository files navigation

The rubber-article Package

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  ",
)

About

A simple template recreating the look of the classic LaTeX article.

Resources

License

Stars

Watchers

Forks

Packages

No packages published