2
votes
1answer
70 views

How to vertically align title in LaTex

I'm finishing my master's thesis and would like to move the title vertically more down towards center of the page...I googled, but couldn't get it to work =/ Here is a portion of my code from the ...
2
votes
1answer
79 views

Remove footer on title page or change content frame size

How can I change the size of the content frame to align it to the footer line? The distance between TEXT3 and the bottom page edge should be the same as the distance between TEXT1 and the top page ...
2
votes
2answers
101 views

How to align rotated table texts?

I turned the captions of my table by 90 degrees. Unfortunately, the headings do not fit to the table contents. Screenshot: Can this be changed? I already tried parbox but that did not work. Here ...
6
votes
1answer
55 views

Getting box dimensions in class file

I want to adjust vertical spacing after the title in a thesis class by measuring the title length (actually, height). To achieve this, I put the title in a box and compute the total height of the box. ...
4
votes
1answer
288 views

Customizing \maketitle output with \minipage's inside \titlehead => Alignment problems

I am trying to customize the title of my scrreprt class document. The \titlehead looks like this (basically, three 'columns' created with three instances of \minipage): \titlehead{ \large ...
7
votes
1answer
182 views

What is a good practice to achieve vertical placement? (e.g. a Titlepage)

My titlepage looks right now like this: using this code: \documentclass[a4paper,11pt,oneside,titlepage,german,final]{scrreprt} \usepackage{babel} \usepackage[latin1]{inputenc} ...
18
votes
3answers
8k views

Shift title and author text up?

What is the best way to shift the title text 'up' in a LaTeX document compiled with pdftex? When I do this: \documentclass[12pt,letterpaper, onecolumn]{article} \setlength{\topmargin}{0in} ...
5
votes
1answer
3k views

Vertical Alignment of Minipage

I have a question, I'm using the following setup for a title page: \begin{titlepage} \begin{center} \textsc{\LARGE University Name}\\[1.5cm] \textsc{\Large Bachelor thesis}\\[2cm] { \huge \bfseries ...
4
votes
2answers
968 views

Force KOMA-Script title to fill whole page

I’m using KOMA-Script (scrreprt) and its excellent set of macros to define a rich title page: \documentclass{scrreprt} \usepackage[showframe,pass]{geometry} \subject{Subject} \title{Title} ...