Skip to content
Snippets Groups Projects
Commit 62794786 authored by Jan Wille's avatar Jan Wille
Browse files

explain documentclass

parent c89a4691
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment