Home

Awesome

abiding-ifacconf

(unofficial) IFAC Conference Template for Typst

IFAC stands for International Federation of Automatic Control. This repository is meant to be a port of the existing author tools for conference papers (e.g., for LaTeX, see ifacconf_latex.zip) for Typst.

Usage

Running the following command will create a new directory with all the files that are needed:

typst init @preview/abiding-ifacconf

Configuration

This template exports the ifacconf function with the following named arguments:

Minimal Working Example

#import "@preview:abiding-ifacconf:0.1.0": *
#show: ifacconf-rules
#show: ifacconf.with(
  title: "Minimal Working Example",
  authors: (
    (
      name: "First A. Author",
      email: "author@boulder.nist.gov",
      affiliation: 1,
    ),
  ),
  affiliations: (
    (
      department: "Engineering",
      organization: "National Institute of Standards and Technology",
      address: "Boulder, CO 80305 USA",
    ),
  ),
  abstract: [
    Abstract should be 50-100 words.
  ],
  keywords: ("keyword1", "keyword2"),
  sponsor: [
    Sponsor information.
  ],
)

= Introduction

A minimum working example (with bibliography) @Abl56.

#lorem(80)

#lorem(80)

#bibliography("refs.bib")

Full(er) Example

See main.typ.

Dependencies

Notes, features, etc.

License

This template is licensed according to the MIT No Attribution license (see LICENSE.MD).

The files in the CSL folder are licensed according to CSL/LICENSE.md (CC BY/SA 4.0) because it is a lightly modified version of apa.csl by Brenton M. Wiernik which is also licensed by a CC BY/SA license.