Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. \documentclass[paper=a4, fontsize=12pt]{scrartcl} % A4 paper and 11pt font size
  2.  
  3. \usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
  4. \usepackage[utf8]{inputenc}
  5. \usepackage{fourier} % Use the Adobe Utopia font for the document - comment this line to return to the LaTeX default
  6. \usepackage[swedish,english]{babel} % English language/hyphenation
  7. \usepackage{amsmath,amsfonts,amsthm} % Math packages
  8.  
  9.  
  10. \usepackage{sectsty} % Allows customizing section commands
  11. \allsectionsfont{\normalfont\scshape} % Make all sections centered, the default font and small caps
  12.  
  13. \usepackage{fancyhdr} % Custom headers and footers
  14. \pagestyle{fancyplain} % Makes all pages in the document conform to the custom headers and footers
  15. \fancyhead{} % No page header - if you want one, create it in the same way as the footers below
  16. \fancyfoot[L]{} % Empty left footer
  17. \fancyfoot[C]{} % Empty center footer
  18. \fancyfoot[R]{\thepage} % Page numbering for right footer
  19. \renewcommand{\headrulewidth}{0pt} % Remove header underlines
  20. \renewcommand{\footrulewidth}{0pt} % Remove footer underlines
  21. \setlength{\headheight}{13.6pt} % Customize the height of the header
  22.  
  23. \numberwithin{equation}{section} % Number equations within sections (i.e. 1.1, 1.2, 2.1, 2.2 instead of 1, 2, 3, 4)
  24. \numberwithin{figure}{section} % Number figures within sections (i.e. 1.1, 1.2, 2.1, 2.2 instead of 1, 2, 3, 4)
  25. \numberwithin{table}{section} % Number tables within sections (i.e. 1.1, 1.2, 2.1, 2.2 instead of 1, 2, 3, 4)
  26.  
  27. \setlength\parindent{0pt} % Removes all indentation from paragraphs - comment this line for an assignment with lots of text
  28.  
  29. %----------------------------------------------------------------------------------------
  30. % TITLE SECTION
  31. %----------------------------------------------------------------------------------------
  32.  
  33. \newcommand{\horrule}[1]{\rule{\linewidth}{#1}} % Create horizontal rule command with 1 argument of height
  34.  
  35. \title{
  36. \normalfont \normalsize
  37. \textsc{Umeå universitetet} \\ [25pt] % Your university, school and/or department name(s)
  38. \horrule{0.5pt} \\[0.4cm] % Thin top horizontal rule
  39. \huge Användargränssnitt för mobila system
  40. \horrule{2pt} \\[0.5cm] % Thick bottom horizontal rule
  41. }
  42. \author{Simon Cedergren Malmqvist} % Your name
  43. \date{\normalsize 1 aug 2015} % Today's date or a custom date
  44.  
  45.  
  46. \begin{document}
  47. \maketitle % Print the title
  48. \clearpage
  49.  
  50.  
  51. \section*{Analys avseende innehåll}
  52.  
  53. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement