p

pannotyp

@preview

Hungarian language support: captions, quotes, helper functions.

v0.0.1
CC0-1.0
1 downloads

Package Information

Last Updated
Categories
languages

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/pannotyp:0.0.1

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/pannotyp:0.0.1": *

Version History

0.0.1
84330a0ce6e2...

PannoTyp

This module adds Hungarian language support to Typst.

Unless You are writing something in Hungarian You do not need this
module at all.

Features

Hungarian style definitions

This module sets up shome show rules:

  • Hungarian-style captions:
    • 1 ábra: Ábra felirata
    • 2.1 táblázat: Táblázat felirata
    • (3.3) egyenlet
  • Hungarian-style references:
    • 1. ábra
    • 3. oldal

Helper functions

To help writing Hungarian documents the package defines the following helper
functions:

  • #aref and #Aref for handling definite article cases.
  • #hq for Hungarian-style quoting.
  • #told for generating various Hungarian suffixes.
  • #atold and #Atold for mixing aref and told functions.

Usage

#import "@preview/pannotyp:0.0.1" as pt
#show: pt.init

You can also import the modules like

#import "@preview/pannotyp:0.0.1": *
#show: init

this way You can omit pt. from every function name, but it can cause name
collisions.

Please refer to Releases
page for the latest
manual.

Changelog

v0.0.1

Initial Release