ich möchte einen Lebenslauf entwerfen. Soweit klappt alles ganz gut.
Leider entsteht jedoch gib es oben beim Name einen Zeilenbruch. Wie kann ich diesen beheben?
Wenn ich z.B die Größe des Fotos verkleiner würde, würde der Zeilenumbruch verschwinden, doch ich möchte nicht das Foto weiter verkleinern, da dort eigentlich genug Platz ist, um den Namen in einer einzigen Zeile auszuschreiben (ohne Zeilenumbruch).
Kann mir jemand dabei helfen?
\documentclass[11pt,a4paper,sans]{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{Maxi} \familyname{Mustermann} \title{Curriculum Vitae \vspace{65pt}} % 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[90pt]{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}