Package Information
- Last Updated
- Authors
- VÖRÖSKŐI András
- Categories
- languages
- Dependencies
- @preview/valkyrie:0.2.2
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/pannotyp:0.0.12. Import in your Typst file
Add this to your .typ file:
#import "@preview/pannotyp:0.0.1": *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 felirata2.1 táblázat: Táblázat felirata(3.3) egyenlet
- Hungarian-style references:
1. ábra3. oldal
Helper functions
To help writing Hungarian documents the package defines the following helper
functions:
#arefand#Areffor handling definite article cases.#hqfor Hungarian-style quoting.#toldfor generating various Hungarian suffixes.#atoldand#Atoldfor mixingarefandtoldfunctions.
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: initthis 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