e

examify

@preview

Question papers for modern classrooms.

v0.1.2
MIT
Template

Package Information

Last Updated
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/examify:0.1.2

2. Initialize from template

Create a new project from this template:

typst init @preview/examify:0.1.2

Version History

0.1.2
ee3acfd07d4b...
0.1.1
81b30774cd8d...
0.1.0
9b79cdf02197...

Examify

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