Giter Club home page Giter Club logo

optimal-ovgu-thesis's Introduction

This template was created for a master thesis at the faculty of computer science (FIN), but should work as well for other faculties.

File structure

.
├── assets                          // Images, CSV-Files, etc. 
│   └── figure                      // Image files
│       └── optimal-ovgu-thesis    
├── chapter                         // Content
│   ├── 01-Einleitung.typ
│   ├── ...
│   └── 99-Appendix.typ
├── expose.typ                      // Exposé template
├── metadata.typ                    // Metadata and template config
├── thesis.bib                      // Bibliography (e.g. generated by Zotero + Better BibTex)
└── thesis.typ                      // Thesis template

Logos on the title page

Faculty header logos are available as svg in assets/figure/optimal-ovgu-thesis. See cd.ovgu.de for more information regarding the OvGU corporate design.

Header logos are set in metadata.typ:

// Example 1: Use UCC logo as organisation-logo and the FIN faculty header as header-logo
#let organisation-logo = image("assets/figure/optimal-ovgu-thesis/ucc.svg", width: 2cm)
#let header-logo = image("assets/figure/optimal-ovgu-thesis/fin-de.svg", width: 100%)

// Example 2: Do not use logos at all
#let organisation-logo = none
#let header-logo = none

Fonts

This template requires these two fonts to be installed on your system:

  • New Computer Modern
  • New Computer Modern Sans

NixOS

In your configuration.nix:

  fonts.packages = with pkgs; [
    liberation_ttf # here are your other fonts (liberation is just an example)
  ] ++ texlive.newcomputermodern.pkgs; # ← New Computer Modern font

Development

In case you want to contribute, check out the repo into a typst package directory

Example for Linux:

Local package path: ~/.local/share/typst/packages/local/optimal-ovgu-thesis/0.1.0

mkdir -p ~/.local/share/typst/packages/local/optimal-ovgu-thesis
cd ~/.local/share/typst/packages/local/optimal-ovgu-thesis
git clone [email protected]:v411e/optimal-ovgu-thesis.git
mv optimal-ovgu-thesis 0.1.0

This will make the package available locally, so you can use typst init "@local/optimal-ovgu-thesis:0.1.0" to create a test-project from the template.

optimal-ovgu-thesis's People

Contributors

v411e avatar

Stargazers

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