von Epllus » Sa 16. Feb 2013, 21:42
So?
\documentclass[11pt,a4paper,sans,draft]{moderncv}
%----------------------------------------------------------------------------------
% Grundeinstellungen
%----------------------------------------------------------------------------------
%\usepackage[utf8x]{inputenc} % Zeichenkodierung: Unterstützung erweiterter Eingabe-Zeichensätze mit ihren unterschiedlichen Kodierungen (z. B. ä, ö, ü usw.)
\usepackage[T1]{fontenc} % Schriftart: alle 256 Zeichen des europäischen Zeichenvorrates in T1-Kodierung
\usepackage[ngerman]{babel} % Babel-System: Anpassung für LaTeX an viele Sprachen
\usepackage{microtype} % Mikrotypograï¬sche Feinheiten: optischen Randausgleich und minimale Skalierung der Buchstaben
\usepackage{ellipsis} % kümmert sich um den Leerraum rund um die Auslassungspunkte
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue}
\usepackage[scale=0.77]{geometry}
\setlength{\hintscolumnwidth}{3.02cm} % if you want to change the width of the column with the dates
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
%----------------------------------------------------------------------------------
% personal data
%----------------------------------------------------------------------------------
\firstname{Max}
\familyname{Mustermann}
\title{Curriculum Vitae\vspace{10pt}} % optional, remove the line if not wanted
\address{Street}{City} % optional, remove the line if not wanted
\mobile{12345678} % optional, remove the line if not wanted
% \phone{+49\,89\,22530412} % optional, remove the line if not wanted%\fax{fax (optional)} % optional, remove the line if not wanted
\email{mustermann@max.com} % optional, remove the line if not wanted
\photo[85pt]{picture.jpg} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
%----------------------------------------------------------------------------------
% Neue Befehele
%----------------------------------------------------------------------------------
\newcommand{\Rechts}[1]{\mbox{}~\hfill\raggedleft\footnotesize\itshape \mbox{#1}}
% to show numerical labels in the bibliography; only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother
% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{Persönliche Angaben}
\cvline{Geburtsdatum}{30. Januar 1900}
\cvline{Geburtsort}{abc}
\section{Hochschulstudium }
\cvline{seit 04/2020}{\textbf{college}, \newline{}
BWL, B.Sc \Rechts{1. Semester}}
\section{Schulische Bildung}
\cvline{09/2000\,--\,08/2020}{\textbf{Allgemeine Hochschulreife}, \textit{school}, city}
\section{Sprachen}
\cvline{Deutsch}{Muttersprache}
\cvline{Englisch}{Flie\ss end}
\vspace*{1.5cm} % vor diesem Befehl muss ein Absatz stehen!!!
\normalsize city, \today
\vspace*{1.2cm}
\textit{\normalsize Max Mustermann}
\end{document}
Du kannst \vspace{} nach deinen Wünschen anpassen.
Hoffe es hilft
Epllus
So?
[code]\documentclass[11pt,a4paper,sans,draft]{moderncv}
%----------------------------------------------------------------------------------
% Grundeinstellungen
%----------------------------------------------------------------------------------
%\usepackage[utf8x]{inputenc} % Zeichenkodierung: Unterstützung erweiterter Eingabe-Zeichensätze mit ihren unterschiedlichen Kodierungen (z. B. ä, ö, ü usw.)
\usepackage[T1]{fontenc} % Schriftart: alle 256 Zeichen des europäischen Zeichenvorrates in T1-Kodierung
\usepackage[ngerman]{babel} % Babel-System: Anpassung für LaTeX an viele Sprachen
\usepackage{microtype} % Mikrotypograï¬sche Feinheiten: optischen Randausgleich und minimale Skalierung der Buchstaben
\usepackage{ellipsis} % kümmert sich um den Leerraum rund um die Auslassungspunkte
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue}
\usepackage[scale=0.77]{geometry}
\setlength{\hintscolumnwidth}{3.02cm} % if you want to change the width of the column with the dates
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
%----------------------------------------------------------------------------------
% personal data
%----------------------------------------------------------------------------------
\firstname{Max}
\familyname{Mustermann}
\title{Curriculum Vitae\vspace{10pt}} % optional, remove the line if not wanted
\address{Street}{City} % optional, remove the line if not wanted
\mobile{12345678} % optional, remove the line if not wanted
% \phone{+49\,89\,22530412} % optional, remove the line if not wanted%\fax{fax (optional)} % optional, remove the line if not wanted
\email{mustermann@max.com} % optional, remove the line if not wanted
\photo[85pt]{picture.jpg} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
%----------------------------------------------------------------------------------
% Neue Befehele
%----------------------------------------------------------------------------------
\newcommand{\Rechts}[1]{\mbox{}~\hfill\raggedleft\footnotesize\itshape \mbox{#1}}
% to show numerical labels in the bibliography; only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother
% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{Persönliche Angaben}
\cvline{Geburtsdatum}{30. Januar 1900}
\cvline{Geburtsort}{abc}
\section{Hochschulstudium }
\cvline{seit 04/2020}{\textbf{college}, \newline{}
BWL, B.Sc \Rechts{1. Semester}}
\section{Schulische Bildung}
\cvline{09/2000\,--\,08/2020}{\textbf{Allgemeine Hochschulreife}, \textit{school}, city}
\section{Sprachen}
\cvline{Deutsch}{Muttersprache}
\cvline{Englisch}{Flie\ss end}
\vspace*{1.5cm} % vor diesem Befehl muss ein Absatz stehen!!!
\normalsize city, \today
\vspace*{1.2cm}
\textit{\normalsize Max Mustermann}
\end{document}
[/code]
Du kannst \vspace{} nach deinen Wünschen anpassen.
Hoffe es hilft
Epllus