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
62794786
Commit
62794786
authored
3 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
explain documentclass
parent
c89a4691
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
example.tex
+5
-0
5 additions, 0 deletions
example.tex
with
5 additions
and
0 deletions
example.tex
+
5
−
0
View file @
62794786
...
@@ -4,6 +4,11 @@
...
@@ -4,6 +4,11 @@
% - Bad type area setting, caused by using a landscape page. The type area is malformed, but this is no problem if you only include external pages
% - Bad type area setting, caused by using a landscape page. The type area is malformed, but this is no problem if you only include external pages
% # choosing a document class:
% The command below is the first one you will see in pretty much any LaTeX document. It sets up the so called documentclass,
% which is what determines all of your styling and sets up loads of stuff for you. In general there are classes for pretty much
% every type of document you could need, but this project provides a few classes specialized for the Hochschule Hannover.
% You can find information about the classes and the options in the README, but here is an example setup with load of comments:
\documentclass
[
%----------------------Preamble---------------------------------------------------%
\documentclass
[
%----------------------Preamble---------------------------------------------------%
fontsize=11pt,
% fontsize
fontsize=11pt,
% fontsize
a4paper,
% papersize
a4paper,
% papersize
...
...
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