c

community-urban-housing-lease-contract

@preview

城镇房屋租赁合同。Urban Housing Lease Contract.

v0.1.0
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.14.0
Authors
xialugui
Categories
text

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/community-urban-housing-lease-contract:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/community-urban-housing-lease-contract:0.1.0

Version History

0.1.00.14.0
df8b1502eed7...

Urban Housing Lease Contract Typst Template

A Typst template for urban housing lease contracts.

中文 English

About

Typst is a document typesetting system developed in Rust. You can write text documents following Typst syntax rules and compile them into PDF documents. Typst aims to achieve LaTeX-level typesetting quality with Markdown-level simplicity and compilation speed.

This template is a simple and easy-to-use Typst template for urban housing lease contracts, generating standardized housing rental agreement documents.

Usage

Local Editing

  • Install Typst

If you use the Scoop package manager, simply run:

scoop install typst
  • Clone the project
git clone <repository-url>
cd urban-housing-lease-contract
  • Edit contract content

Modify the configuration parameters in template/main.typ, including house information, lease terms, party A and party B information, etc.

  • Compile to PDF
typst compile template/main.typ

Template Structure

  • src/lib.typ - Core library functions
  • src/style.typ - Style configuration
  • template/main.typ - Contract template example

Features

  • Complete housing lease contract format
  • House information management (location, area, layout, renovation, etc.)
  • Lease terms configuration (rent, deposit, duration, cost allocation, etc.)
  • Party A and Party B information management
  • House handover checklist attachment
  • Radio buttons, checkboxes, etc.

Known Issues

  • Spaces and underscores in the contract may need adjustment based on actual requirements
  • Some formatting details may need modification according to local housing authority requirements