Package Information
- Last Updated
- Authors
- Tarun Kumar Jana
- Categories
- report
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/examify:0.1.22. Initialize from template
Create a new project from this template:
typst init @preview/examify:0.1.2Examify
Examify is a typst template to typeset simple question papers for examinations.
Installation
You can use this template in the Typst web app by clicking "Start from template" on the dashboard
and searching for examify.
Alternatively, you can use the CLI to kick this project off using the command:
typst init @preview/examify:0.1.2
Configuration
The example.typ file at the root of this repository is quite self-explanatory. Here is a sample
code for reference:
#import "@preview/examify:0.1.2": *
#show: examify.with(
paper-size: "a4",
fonts: "New Computer Modern", // Change to your preferred font
language: "EN",
institute: "Institute Name", // Not Mandatory
author: "Teacher Name",
contact-details: "www.example.com", // Not Mandatory
exam-name: "First Semester Examination", // Not Mandatory
subject-label: "Subject",
subject: "Set Theory",
marks-label: "Full Marks",
marks: 10,
class-label: "Class",
class: "XI",
time-label: "Time",
time: "30 Minutes",
)
// Write here