Hi there,

i'm currently writung my master thesis with lyx. works fine so far (i've been using latax/lyx for 3 years now) but i ran into a layout problem i just couldn't solve. the thing is i want the logo of my university on the title page, should look something like this :

document class is of cource scrbook

titlehead : name of my university and the faculty i belong to
subject : "Masterthesis"
title : "Some Title"
author : "some name"
picture : "university logo.ps"
date : "hopefully 2007"

between these lines are also some vertical spaces(all fixed length, nothing variable) to make it look pretty. the problem is, the logo picture and the date are always placed on the the second page and i just can't figure out why i get a page break here. i assume it has got something to do with thei tried using plain latex without lyx, here is the code :

\titlehead{%
\centering\rmfamily Some University\\
My faculty}
\subject{Master Thesis}
\title{some title}
\author{{ }\\\rmfamily My Name\\[1.5cm]
\vtop{\includegraphics[width=4cm]{../images/chap0/university_logo.ps}} \\[1cm]
}
\date{\rmfamily November 2007}

Surprisingly this works perfect for me. Any Ideas? Don't think it matters, but I'm using Lyx 1.5.1 on Debian and on Mac OS (with the MacTex distribution).

Regards
Christian

Reply via email to