Search found 2 matches

by olemariendal
Fri Jun 27, 2014 7:26 pm
Forum: Page Layout
Topic: Landscape gives two pages in the calendar, why?
Replies: 1
Views: 3660

Landscape gives two pages in the calendar, why?

I solved it be my self, I just removed center.

My solution.
\documentclass[a4paper,10pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[landscape,headheight = 2cm, margin=.5cm, top = 3.2cm, nofoot]{geometry}

\usepackage{tikz ...
by olemariendal
Fri Jun 27, 2014 6:24 pm
Forum: Page Layout
Topic: Landscape gives two pages in the calendar, why?
Replies: 1
Views: 3660

Landscape gives two pages in the calendar, why?

Hi,

I have a problem, I fund this latex script, but I only want from July to December. That's also fine, but I still get the first page. I think is something with landscape to do, how can I solve this. Thanks :)

\documentclass[a4paper,10pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage ...