Skip to content

A Touying theme for creating presentation slides in Typst for members of the University of Strasbourg, France

License

Notifications You must be signed in to change notification settings

spidersouris/touying-unistra-pristine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

touying-unistra-pristine

Warning

This theme is NOT affiliated with the University of Strasbourg. The logo and the fonts are the property of the University of Strasbourg.

touying-unistra-pristine is a Touying theme for creating presentation slides in Typst, adhering to the core principles of the style guide of the University of Strasbourg, France (French). It is an unofficial theme and it is NOT affiliated with the University of Strasbourg.

This theme was partly created using components from tud-slides and grape-suite.

Features

Example

See example/example.pdf for an example PDF output, and example/example.typ for the corresponding Typst file.

Installation

These steps assume that you already have Typst installed and/or running.

Import from Typst Universe

#import "@preview/touying:0.5.5": *
#import "@preview/touying-unistra-pristine:1.3.0": *

#show: unistra-theme.with(
  aspect-ratio: "16-9",
  config-info(
    title: [Title],
    subtitle: [_Subtitle_],
    author: [Author],
    date: datetime.today().display("[month repr:long] [day], [year repr:full]"),
  ),
)

#title-slide[]

= Example Section Title

== Example Slide

A slide with *important information*.

#lorem(50)

Local installation

1. Clone the project

git clone https://github.com/spidersouris/touying-unistra-pristine

2. Import Touying and touying-unistra-pristine

See example/example.typ for a complete example with configuration.

#import "@preview/touying:0.5.5": *
#import "src/unistra.typ": *
#import "src/colors.typ": *
#import "src/admonition.typ": *

#show: unistra-theme.with(
  aspect-ratio: "16-9",
  config-info(
    title: [Title],
    subtitle: [_Subtitle_],
    author: [Author],
    date: datetime.today().display("[month repr:long] [day], [year repr:full]"),
  ),
)

#title-slide[]

= Example Section Title

== Example Slide

A slide with *important information*.

#lorem(50)

Note

The default font used by touying-unistra-pristine is "Unistra A", a font that can only be downloaded by students and staff from the University of Strasbourg. If the font is not installed on your computer, Segoe UI or Roboto will be used as a fallback, in that specific order. You can change that behavior in the settings.

Configuration

The theme can be configured to your liking by adding the config-store() object when initializing unistra-theme. An example with the quotes setting can be found in example/example.typ.

A complete list of settings can be found in the config-store object in src/unistra.typ.

About

A Touying theme for creating presentation slides in Typst for members of the University of Strasbourg, France

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages