Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LaTeX Template HsH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
ebf2dc32
Commit
ebf2dc32
authored
1 year ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
README
parent
53e09fad
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-10
14 additions, 10 deletions
README.md
with
14 additions
and
10 deletions
README.md
+
14
−
10
View file @
ebf2dc32
# LaTeX Template for Hochschule Hannover (mostly Fakulty I)
[

](https://lab.it.hs-hannover.de/qxx-tul-u1/latex-template-hsh)
[

](https://lab.it.hs-hannover.de/qxx-tul-u1/latex-template-hsh)
[

](https://www.latex-project.org/)
[

](https://www.latex-project.org/)
[

](https://hs-hannover.de/)
[

](https://hs-hannover.de/)
<br>
<br>
[

](https://lab.it.hs-hannover.de/qxx-tul-u1/latex-template-hsh/-/releases)
[

](https://lab.it.hs-hannover.de/qxx-tul-u1/latex-template-hsh/-/releases)
# What this is
#
# What this is
This is a template designed to ease the workflow when writing documents for the
This is a template designed to ease the workflow when writing documents for the
Hochschule Hannover. It is intended to be used in all sophisticated works, from
Hochschule Hannover. It is intended to be used in all sophisticated works, from
...
@@ -14,12 +16,14 @@ the `HsH-` prefix as well as support files. These classes extend the well known
...
@@ -14,12 +16,14 @@ the `HsH-` prefix as well as support files. These classes extend the well known
KOMA-Script classes and customize them with specific configurations, presets and provide
KOMA-Script classes and customize them with specific configurations, presets and provide
commonly needed features.
commonly needed features.
#
The different classes
#
#
Documentation
This project provides a set of additional classes designed for use in the Hochschule
This project provides a set of additional classes designed for use in the Hochschule
Hannover, Germany. They extend the well-known
Hannover, Germany. They extend the well-known
[
KOMA-Script classes
](
https://ctan.org/pkg/koma-script
)
by adding styling and providing
[
KOMA-Script classes
](
https://ctan.org/pkg/koma-script
)
by adding styling and providing
some additional commands. You can find the full documentation of all features in
some additional commands.
You can find the full documentation of all features in
[
src/HsH-classes.pdf
](
src/HsH-classes.pdf
)
, but here is a short description of the
[
src/HsH-classes.pdf
](
src/HsH-classes.pdf
)
, but here is a short description of the
different classes:
different classes:
...
@@ -56,16 +60,16 @@ different classes:
...
@@ -56,16 +60,16 @@ different classes:
</dd>
</dd>
</dl>
</dl>
# Quick start guide
#
# Quick start guide
## I have now Idea how to start, show me
##
#
I have now Idea how to start, show me
🔍
To get you started, there is a working example Project on the example branch that has
To get you started, there is a working example Project on the example branch that has
loads of tips. Check it out
loads of tips. Check it out
[
Online
](
https://lab.it.hs-hannover.de/qxx-tul-u1/latex-template-hsh/-/tree/example
)
or
[
Online
](
https://lab.it.hs-hannover.de/qxx-tul-u1/latex-template-hsh/-/tree/example
)
or
locally using
`git checkout example`
.
locally using
`git checkout example`
.
## Recommended software
##
#
Recommended software
As a Tex-Distribution,
[
MiKTeX is recommended
](
https://miktex.org/
)
, TexLive should also
As a Tex-Distribution,
[
MiKTeX is recommended
](
https://miktex.org/
)
, TexLive should also
work, but I don't use it much. You will also need
`perl`
to run
`latexmk`
and other
work, but I don't use it much. You will also need
`perl`
to run
`latexmk`
and other
...
@@ -83,7 +87,7 @@ winget install "MiKTeX.MiKTeX" "StrawberryPerl.StrawberryPerl" "Git.Git" "Micros
...
@@ -83,7 +87,7 @@ winget install "MiKTeX.MiKTeX" "StrawberryPerl.StrawberryPerl" "Git.Git" "Micros
code
--install-extension
"James-Yu.latex-workshop"
code
--install-extension
"James-Yu.latex-workshop"
```
```
## Using the project as a template
##
#
Using the project as a template
The projects also provides a recommendation for a subfolder structure to keep things
The projects also provides a recommendation for a subfolder structure to keep things
organized. If you don't want to use git and just want to get started in LaTeX,
organized. If you don't want to use git and just want to get started in LaTeX,
...
@@ -120,7 +124,7 @@ git push
...
@@ -120,7 +124,7 @@ git push
> keep the default name of `master`, but as the template also has a `master` branch it is
> keep the default name of `master`, but as the template also has a `master` branch it is
> less confusing if you choose a different name.
> less confusing if you choose a different name.
## Compiling
##
#
Compiling
The Project comes with setting for
`latexmk`
, so you should be able to instantly compile
The Project comes with setting for
`latexmk`
, so you should be able to instantly compile
using it.
using it.
...
@@ -134,7 +138,7 @@ latexmk
...
@@ -134,7 +138,7 @@ latexmk
> configured correctly, but might be relevant if you choose a different build system
> configured correctly, but might be relevant if you choose a different build system
> ([see below](#adding-src-to-path)).
> ([see below](#adding-src-to-path)).
# Common additions and expansions (Snippets)
#
# Common additions and expansions (Snippets)
Sadly most Profs have widely different expectations when it comes to styling of written
Sadly most Profs have widely different expectations when it comes to styling of written
works. So you might find yourself having to change some settings. For some cases this
works. So you might find yourself having to change some settings. For some cases this
...
@@ -145,7 +149,7 @@ of the project.
...
@@ -145,7 +149,7 @@ of the project.
Also, if you create your own set of additions that are useful for other, feel free to
Also, if you create your own set of additions that are useful for other, feel free to
contact me and I will give you access right, so you can upload it there.
contact me and I will give you access right, so you can upload it there.
# Frequently Asked Questions
#
# Frequently Asked Questions
### How can I create my own title page
### How can I create my own title page
...
...
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