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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
1789cee4
Commit
1789cee4
authored
3 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
packages explanation
parent
21d42a32
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
example.tex
+16
-7
16 additions, 7 deletions
example.tex
with
16 additions
and
7 deletions
example.tex
+
16
−
7
View file @
1789cee4
...
@@ -26,13 +26,14 @@
...
@@ -26,13 +26,14 @@
% The `\documentclass' command is actually part of that configuration. Lets see what you could do here:
% The `\documentclass' command is actually part of that configuration. Lets see what you could do here:
% bibliography
% # packages
% include biblatex, if you want to use it:
% To extend LaTeXes basic functionality, you can load additional packages. Some are already loaded, but others you load in as needed.
% \usepackage{biblatex} % coment this in to use biber
% Check the README about what's already loaded and what's recommended.
\usepackage
[backend=bibtex]
{
biblatex
}
% biber is recommended as a backend, but for simplicity it is changed here back to standart bibtex:
% Also, this classfiles automaticly check for a file called `config.tex', in which you can collect common configurations and reuse them across
\addbibresource
{
bib/localBibliography.bib
}
% files in this and/or multiple projects. If you use the full template from GitLab, it provied a `config.tex' which only applies the settings,
% if the corresponding package is loaded, making it even more reusable.
% a few more useful packages:
%
% Here are some packages we are going to need with some explanations:
\usepackage
{
color
}
% for colouring stuff
\usepackage
{
color
}
% for colouring stuff
\usepackage
{
siunitx
}
% units
\usepackage
{
siunitx
}
% units
\usepackage
{
listings
}
% including formated code snippets
\usepackage
{
listings
}
% including formated code snippets
...
@@ -43,6 +44,14 @@
...
@@ -43,6 +44,14 @@
\usepackage
{
enumitem
}
% more list options
\usepackage
{
enumitem
}
% more list options
\usepackage
{
lipsum
}
% dummy text
\usepackage
{
lipsum
}
% dummy text
% bibliography
% include biblatex, if you want to use it:
% \usepackage{biblatex} % coment this in to use biber
\usepackage
[backend=bibtex]
{
biblatex
}
% biber is recommended as a backend, but for simplicity it is changed here back to standart bibtex:
\addbibresource
{
bib/localBibliography.bib
}
% configure your projec specific data:
% configure your projec specific data:
\author
{
\author
{
Max Mustermann,
Max Mustermann,
...
...
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