
Die Suche ergab 7 Treffer
- Mo 13. Jan 2014, 17:20
- Forum: Text- und Listenformatierung
- Thema: \item und größer-kleiner-Zeichen
- Antworten: 2
- Zugriffe: 5111
- Mo 13. Jan 2014, 17:10
- Forum: Text- und Listenformatierung
- Thema: \item und größer-kleiner-Zeichen
- Antworten: 2
- Zugriffe: 5111
\item und größer-kleiner-Zeichen
Hallo,
mir wird ein Fehler bei folgendem angezeigt:
Es wird dabei nur ein Spiegelpunkt erstellt?!?
Ich komm einfach nicht darauf, woran das liegt.

mir wird ein Fehler bei folgendem angezeigt:
\begin{itemize} \item Fläche A \geq Fläche B \item Fläche C \leq Fläche D \end{itemize}
Ich komm einfach nicht darauf, woran das liegt.

- Mo 13. Jan 2014, 16:22
- Forum: Text- und Listenformatierung
- Thema: Scharfes ß in Formel.
- Antworten: 4
- Zugriffe: 14188
- Mo 13. Jan 2014, 14:01
- Forum: Text- und Listenformatierung
- Thema: Scharfes ß in Formel.
- Antworten: 4
- Zugriffe: 14188
Scharfes ß in Formel.
Hallo, ich hab ein Problem. Wenn ich den Buchstaben "ß" in eine Formel schreibe, erscheint im erstellten pdf nur ein „. Wenn ich im normalen text ein ß habe, gibts keine Probleme. Könnt Ihr mir bitte helfen? Mein Beispiel: \begin{itemize} \item \textbf{Punkt 1}: \[ a= h\_große\_A + 1 \] \item \textb...
- Sa 2. Mär 2013, 13:54
- Forum: Text- und Listenformatierung
- Thema: Lebenslauf mit moderncv
- Antworten: 1
- Zugriffe: 4205
Lebenslauf mit moderncv
Hallo,
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?
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}
- Sa 16. Feb 2013, 17:59
- Forum: Layout der Seiten
- Thema: Lebenslauf mit moderncv
- Antworten: 3
- Zugriffe: 5688
So das ist dsa Beispiel. Danke!
\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{Max} \familyname{Mustermann} \title{Curriculum Vitae} % 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}
- Sa 16. Feb 2013, 13:23
- Forum: Layout der Seiten
- Thema: Lebenslauf mit moderncv
- Antworten: 3
- Zugriffe: 5688
Lebenslauf mit moderncv
Hallo Leute,
ich möchte meinen Lebenslauf entwerfen. Woweit klappt alles ganz gut. Das einzigste was ich gerne ändern würde ist, dass ich meine Namensangabe und den Schriftzug "Curriculum Vitae" gerne etwas nach oben verscheiben würde, damit er nicht mehr bündig zur Unterkante des Bildes und der Anschrift steht.
Kann mir jemand dabei helfen?
Vielen Dank
ich möchte meinen Lebenslauf entwerfen. Woweit klappt alles ganz gut. Das einzigste was ich gerne ändern würde ist, dass ich meine Namensangabe und den Schriftzug "Curriculum Vitae" gerne etwas nach oben verscheiben würde, damit er nicht mehr bündig zur Unterkante des Bildes und der Anschrift steht.
Kann mir jemand dabei helfen?
Vielen Dank

\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{Max} \familyname{Mustermann} \title{Curriculum Vitae} % 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 %----------------------------------------------------------------------------------