maglil / mtfyma-bfy

This repository contains documentation about the goals of the study programs MTFYMA and BFY and how they are achieved
4 stars 4 forks source link

mtfyma-bfy

This repository contains documentation about the goals of the study programs MTFYMA and BFY and how they are achieved.

Information that is related to creating the content of the document (structure of document, plan for development, evaluations, etc.) are placed in the appendix of the document.

Compiled pdf-versions of the document can be accessed here: https://folk.ntnu.no/lilledah/hoveddokument/

Another option to access the latest version of the main branch is to sync github with overleaf (https://no.overleaf.com/learn/how-to/Using_Git_and_GitHub). Only pull to overleaf, do not push to github as the syncronization does not support branching.

Git structure

There are several permanent branches in the repository

In addition to these four branches, feature-branches are branched from develop to work on specific parts of the document. These branches should be named feature-[some_feature]-[username]. Unless there are specific reasons not to, this branches should be deleted after merging into develop.

Git practice

LaTeX structure

The document is written in LaTeX to facilitate version control.

Key principles

Specific Latex choices.

The document class is memoir. Sectioning commands to be used are \part, \chapter \section \subsection \subsubsection.

Each section should be placed in it's own file. Subsections can also be in separate files if necessary. Use \include to include the subfiles in the main files.

The separate files for each level are placed in a nested folder structure.

Language

The document is written in norwegian.

Code of conduct