Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Typst IEEE Format

Quarto format for charged-ieee, a Typst template by the Typst team.

Installing

quarto use template quarto-ext/typst-templates/ieee

This will install the extension and create an example qmd file that you can use as a starting place for your document.

Using

The example qmd demonstrates the document options supported by the IEE format (title, authorsgit p, abstract, index-terms, etc.). For example, your document options might look something like this:

---
title: "A typesetting system to untangle the scientific writing process"
authors:
  - name: Martin Haug
    email: "haug@typst.app"
    affiliations:
      - name: Typst GmbH
        department: Co-Founder
        city: Berlin
        country: Germany
  - name: Laurenz Mädje
    email: "maedje@typst.app"
    affiliations:
      - name: Typst GmbH
        department: Co-Founder
        city: Berlin
        country: Germany
abstract: |
  (Abstract Contents)
format:
  ieee-typst: default
bibliography: refs.bib
---

This document would be rendered as: