Giter VIP home page Giter VIP logo

typst-poster's Introduction

Typst-Poster

This is an academic poster template designed for Typst. Supports both horizontal and vertical posters.

What does it look like?

Example of a horizotal poster

Getting Started

To get started, use the following code:

#import "poster.typ": *

#show: poster.with(
  size: "Tested on '36x24', '48x36', and '48x36'. See examples dir'",
  title: "Poster Title",
  authors: "Author Names (comma separated)",
  departments: "Department Name",
  univ_logo: "Logo Path (optimal dimension is 1080 × 170)",
  footer_text: "Name of Conference or Course Name",
  footer_url: "Conference URL",
  footer_email_ids: "Email IDs of authors (comma separated)",
  footer_color: "Hex Color Code",

  // Additional Parameters
  // =====
  // For 3-column posters, these usually DO NOT require any adjustments.
  // However, they are important for 2-column posters.
  // Refer to ./examples/example_2_column_18_24.typ for an example.
  // Defaults are commented on the right side

  keywords: Array of keywords, // default is empty
  num_columns: "Number of columns in the poster", // 3
  univ_logo_scale: "University logo's scale (in %)", // 100%
  univ_logo_column_size: "University logo's column size (in in)", // 10in
  title_column_size: "Title and authors' column size (in in)", // 20in
  title_font_size: "Poster title's font size (in pt)", // 48pt
  authors_font_size: "Authors' font size (in pt)", // 36pt
  footer_url_font_size: "Footer's URL and email font size (in pt)", // 30pt
  footer_text_font_size: "Footer's text font size (in pt)", // 40pt
)

// Proceed with your content as usual

For an example, refer to example.typ. The default dimensions are 36in in width and 24in in height.

Does it support 2-column posters?

Yes, but certain default parameters need to be adjusted to achieve this. Please refer to ./examples/example_2_column_18_24.typ for an example on how to make the necessary adjustments.

Here is an example of how a two-column poster looks.

Example of a horizotal poster

License

This template is licensed under the MIT License. All images in main.typ, except for NC State's Logo, are in the Public Domain. NC State's Logo is the property of North Carolina State University. This project is not sponsored or affiliated with NC State.

typst-poster's People

Contributors

pncnmnp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.