I have tried to make a document with the font called "Palatino" and with a renew defintion of the title. Here is what I tried:
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\usepackage{mathpazo} %font palantino
%language
\usepackage{blindtext}
%Titlesection
\renewcommand{\title}{{\scshape \bfseries {\fontsize{50}{50}}}}
\begin{document}
\title{Hinter eines Baumes Rinde wohnt die Made mit dem Kinde. Sie ist Witwe, denn der Gatte, den sie hatte, fiel vom Blatte. Diente so auf diese Weise einer Ameise als Speise.}
\blinddocument
\end{document}
Questions and Trouble
My first question is: is the whole document know with the font Palatino? And my real struggle is, that the title don't do what I wanted it to do. And I am sure this is pretty basic and easy to solve, but I don't know how?
Thank you ver much in advance! Kind regards!




scrartclfor instance). But for this particular case, sigh, the size of the title font is fixed :( – Manuel Jun 29 '15 at 17:46