Page Layout ⇒ making handouts scrartcl
making handouts scrartcl
I am making handouts with koma scrartcl. I need to shift title up and reduce space between body and author. I am unable to do it. I have attached a sample minimal tex file. Please guide me.
Warm regards,
Payal
- Attachments
-
- test.tex
- (660 Bytes) Downloaded 415 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
making handouts scrartcl
Code: Select all
\documentclass[DIV=12,headinclude=false,footinclude=false,
paper=A4,landscape]{scrartcl}
\usepackage{geometry}
\usepackage{typearea}
\usepackage[usenames,dvips]{color}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{multicol}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{fancyhdr}
\usepackage{verbatim}
\subject{\vspace{-4\baselineskip}}
\title{Guide}
\author{Payal}
\publishers{\vspace{-1.5\baselineskip}}
\date{}
\begin{document}
\maketitle
Lorem ipsum per in civibus intellegat adolescens, qui ex oblique adolescens. Civibus omittantur quo in, sea malis deserunt id. Eum apeirian pericula ullamcorper ea. Qui agam partiendo te, cu eum consul perfecto interesset, ut eros eloquentiam quo.
\end{document}
Re: making handouts scrartcl
Thanks a lot.
-Payal