Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zwischenbericht Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zwischenbericht
Zwischenbericht Template
Commits
7e1c3119
Commit
7e1c3119
authored
11 months ago
by
Mostafa Hadizadeh
Browse files
Options
Downloads
Patches
Plain Diff
add readme
parent
6d622376
No related branches found
No related tags found
No related merge requests found
Pipeline
#67024
passed
11 months ago
Stage: lint
Stage: test
Stage: convert
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+75
-0
75 additions, 0 deletions
README.md
with
75 additions
and
0 deletions
README.md
0 → 100644
+
75
−
0
View file @
7e1c3119
[

](https://zwischenbericht.gitlab-pages.dkrz.de/zwischenbericht-template/zwischenbericht.pdf)
[

](https://zwischenbericht.gitlab-pages.dkrz.de/zwischenbericht-template/zwischenbericht.docx)
# Zwischenbericht Template
This repository contains LaTeX documents for Zwischenbericht to archive and versioning the template reports
## Branches
-
**main**
: Contains the latest report for Zwischenbericht the template project.
-
**template**
: Use this branch for writing new documents or making changes to the template.
## Tags
Tags are used to archive seasonal Zwischenbericht of the template project. Each tag corresponds to a specific report version.
## Requirements
-
[
LaTeX
](
https://www.latex-project.org/get/
)
-
[
Pre-commit
](
https://pre-commit.com/
)
## Installation
1.
Install LaTeX and ensure it's available in your PATH.
2.
Install pre-commit by running:
```bash
pip install pre-commit
```
3.
Set up pre-commit hooks by running:
```bash
pre-commit install
```
4.
To run pre-commit manually with verbose:
```bash
pre-commit run --all-files -v
```
## Usage
### Compilation
To compile the LaTeX document, run:
```
bash
make
```
This will generate the PDF file.
### Cleaning
To remove temporary LaTeX files, run:
```
bash
make clean
```
### Pre-commit Hooks
This repository is configured with pre-commit hooks to ensure code quality. These hooks will run automatically before each commit.
-
`trailing-whitespace`
: Removes trailing whitespace from files.
-
`end-of-file-fixer`
: Ensures that files end with a newline.
-
`chktex`
: Checks for LaTeX syntax errors and potential issues.
-
`compile-latex`
: Compiles the LaTeX document to check for compilation errors.
## File Structure
-
`src/`
: Contains the LaTeX source files.
-
`Makefile`
: Automates LaTeX compilation and cleaning.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment