Giter VIP home page Giter VIP logo

quarto-engformat's Introduction

Engformat Format

A custom Typst format for writing engineering calculations that export nicely to PDF.

Installing

quarto use template skane88/quarto-engformat

This will install the format extension and create an example qmd file that you can use as a starting place for your document.

Using

To use the template, the following properties need to be filled out in the .yaml metadata at the front of the document:

title: Some Calculation  # this is the title of the calculation document
format:
  engformat-typst:
    company: Some Company  # The name of your company. Used in the disclaimer
    proj_no: 24xxx  # the project number, displayed in the header.
    calc_no: 24xxx-ST-CAL-0001  # the calculation number, displayed in the header.
    proj_title: Some Project  # the project number.
    client: Some Client  # the name of the client, for the header and the disclaimer.
    proj_phase: Detailed Design  # The project phase, displayed in the header.
# provide logos for the company (top LHS of header) and the client (top RHS)
# Note that using _ in the file names appears to give errors.
    logo_company: "logo-company.jpg" 
    logo_client: "logo-client.jpg"

  # provide a list of revisions, in descending order (e.g. add new revisions at the bottom). Each revision field should include:
  # rev_no: the revision number
  # rev_desc: a description of the revision
  # rev_date: the revision date.
  # rev_prep: who prepared the document.
  # rev_check: who checked the document.
  # rev_app: who approved the document.
  # Note that only the bottom 3x entries will be displayed in the PDF
    revisions:
    - rev_no: A
      rev_date: 24/04/2024
      rev_desc: Preliminary
      rev_prep: A. Engineer
      rev_check: B. Engineer
      rev_app: C. Engineer
    - rev_no: B
      ...

quarto-engformat's People

Contributors

skane88 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.