제목 페이지 하단에 제목 이미지를 포함하려면 어떻게 해야 하나요?

제목 페이지 하단에 제목 이미지를 포함하려면 어떻게 해야 하나요?

현재 제목 페이지로 다음 페이지가 있습니다.

여기에 이미지 설명을 입력하세요

왼쪽 제목 페이지에는 \vspace{10cm}/가 있고 \vspace{5cm}오른쪽에는 /가 없습니다. 위쪽은 A4 페이지 형식(학생 인쇄용)이고 아래쪽은 A5 형식(전문 인쇄용)입니다.

제 생각엔 왼쪽이 훨씬 나은 것 같아요. 그러나 나는 공백을 "동적으로" 삽입하고 싶습니다(형식을 변경할 때마다 이것을 변경할 필요가 없도록). 어떻게 해야 하나요?

출처는 이렇습니다(이미지가 있는 소스):

\documentclass[a4paper,oneside,DIV15,BCOR12mm]{scrbook}
\usepackage{etoolbox}
\usepackage{amsmath,amssymb}% math symbols / fonts
\usepackage{mathtools}      % \xRightarrow
\usepackage{nicefrac}       % \nicefrac
\usepackage[utf8]{inputenc} % this is needed for umlauts
\usepackage[ngerman]{babel} % this is needed for umlauts
\usepackage[T1]{fontenc}    % this is needed for correct output of umlauts in pdf
\usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
\usepackage{framed}
\usepackage{marvosym}
\usepackage{makeidx} % for automatically generation of an index
\usepackage{xcolor}
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
\usepackage{enumitem}
\usepackage{tabto}
\usepackage{braket}         % needed for \Set
\usepackage{csquotes}       % \enquote{}
\usepackage{subfig}         % multiple figures in one
\usepackage{parskip}        % nicer paragraphs
\usepackage{xifthen}        % \isempty
\usepackage{changepage}     % for the adjustwidth environment
\usepackage{pst-solides3d}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{pgfplots}
\pgfplotsset{compat=1.7}
\usepackage[arrow, matrix, curve]{xy}
\usepackage{caption}        % get newlines within captions
\usepackage{tikz}           % draw
\usepackage{tikz-3dplot}    % draw
\usepackage{tkz-fct}        % draw
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}
\usepackage{tqft}
\usepackage{cleveref} % has to be after hyperref, ntheorem, amsthm
\usepackage{xspace}   % for new commands; decides weather I want to insert a space after the command

\author{Siehe \href{http://tinyurl.com/GeoTopo}{tinyurl.com/GeoTopo}}
\title{Geometrie und Topologie\\
        \vspace{10cm}
        \includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}
\usepackage{microtype}

\begin{document}
\pagenumbering{roman}
\setcounter{page}{1}
\maketitle
\end{document}

나는 내가 만들 수 있다고 생각했다제목 페이지로 전체 페이지. 그러나 이로 인해 글꼴 크기에 문제가 발생할 수 있습니다.

관련 정보