Hallo,
ich erstelle meinen CV mit currvita.
Ich möchte eine Fusszeile einfügen die auf jeder Seite sichtbar sein soll, da ich hier meine Adresse usw eingeben möchte.
Leider kann ich unter currvitae weder über das Packet {fancyhrd} noch {scrpage2} die Fusszeile ansprechen.
Gibt es dennoch eine Möglichkeit; z.B. die Fusszeileregion direkt anzusprechen?
Wäre für jeden Hinweis sehr dankbar!
Currvita - Fusszeile
Mach mal ein vollständiges Minimalbeispiel, das Dein Problem zeigt. Ich hatte nämlich gerade bei einem Test mit currvita und scrpage2 überhaupt kein Problem, den Fuß zu konfigurieren.
Currvita - Fusszeile
So sieht es in etwa aus ...
Vielen Dank!!
Vielen Dank!!
%Minimalbeispiel CV \documentclass[a4paper]{scrartcl} \reversemarginpar \hoffset+15mm \newcommand{\MarginText}[1]{\marginpar{\raggedleft\bfseries\small#1}} % New command defining the margin text style \usepackage[nochapters]{classicthesis} % Use the classicthesis style for the style of the document \usepackage[LabelsAligned]{currvita} % Use the currvita style for the layout of the document \usepackage[ngerman]{babel} \usepackage{framed} \pagestyle{empty} \renewcommand{\cvheadingfont}{\LARGE\color{Maroon}} % Font color of your name at the top \usepackage{hyperref} % Required for adding links and customizing them \hypersetup{colorlinks, breaklinks, urlcolor=Maroon, linkcolor=Maroon} % Set link colors \newlength{\datebox}\settowidth{\datebox}{Spring 2011} % Set the width of the date box in each block \newcommand{\NewEntry}[3]{\noindent\hangindent=2em\hangafter=0 \parbox{\datebox}{\small \textit{#1}}\hspace{1.5em} #2 #3 % Define a command for each new block - change spacing and font sizes here: #1 is the left margin, #2 is the italic date field and #3 is the position/employer/location field \vspace{0.5em}} % Add some white space after each new entry \newcommand{\Description}[1]{\hangindent=2em\hangafter=0\noindent\raggedright\footnotesize{#1}\par\normalsize\vspace{1em}} % Define a command for descriptions of each entry - change spacing and font sizes here \usepackage{background} \backgroundsetup{contents=} %------------------------------------- \begin{document} \begin{cv}{\spacedallcaps{K Schelle}}\vspace{1.5em} % Your name \noindent\spacedlowsmallcaps{Personal Information}\vspace{0.5em} % Personal information heading \NewEntry{}{\textit{Born in somewhere, ST, Germany}}{12 March 1884} % Birthplace and date \NewEntry{email}{\href{mailto:somebody@gmx.de}{somebody@gmx.de}} % Email address \NewEntry{phone}{(H) +49 (176) xxxx xxx} % Phone number(s) \vspace{1em} % Extra white space between the personal information section and goal \noindent\spacedlowsmallcaps{Goal}\vspace{1em} % Goal heading, could be used for a quotation or short profile instead \Description{Gain fundamental experience in my area of interest and expertise.}\vspace{2em} % Goal text %---------------------------------------------------------------------------------------- %%---------------------------------------------------------------------------------------- \noindent\spacedlowsmallcaps{Education}\vspace{1em} \NewEntry{2009--Present}{\textsc{Department for Chronobiology}, Charité - Universitätsmedizin Berlin} \Description{\MarginText{Individual PhD}blaa. \\ Reference: John \textsc{McDonald}\ \ $\cdotp$\ \ +1 (000) 111 1111\ \ $\cdotp$\ \ \href{mailto:john@lehman.com}{john@lehman.com}} %------------------------------------------------ \NewEntry{2010--2011}{Summer Intern, \textsc{Initech Inc} --- Chicago} \Description{\MarginText{Initech Inc} blaa. \\ Reference: Bill \textsc{Lumbergh}\ \ +1 (000) 111 1111\ \ $\cdotp$\ \ \href{mailto:bill@initech.com}{bill@initech.com}} %------------------------------------------------ \noindent\spacedlowsmallcaps{Work}\vspace{1em} \NewEntry{2009--Present}{\textsc{Department for Chronobiology}, Charité - Universitätsmedizin Berlin} \Description{\MarginText{Individual PhD}blaa. \\ Reference: John \textsc{McDonald}\ \ $\cdotp$\ \ +1 (000) 111 1111\ \ $\cdotp$\ \ \href{mailto:john@lehman.com}{john@lehman.com}} %------------------------------------------------ \NewEntry{2010--2011}{Summer Intern, \textsc{Initech Inc} --- Chicago} \Description{\MarginText{Initech Inc} blaa. \\ Reference: Bill \textsc{Lumbergh}\ \ +1 (000) 111 1111\ \ $\cdotp$\ \ \href{mailto:bill@initech.com}{bill@initech.com}} \vspace{1em} \noindent\spacedlowsmallcaps{Other Information}\vspace{1em} \Description{\MarginText{Interests}Piano\ \ $\cdotp$\ \ Cooking\ \ $\cdotp$\ \ Running\ \ $\cdotp$\ \ Chess\ \ $\cdotp$\ \ Dancing} %---------------------------------------------------------------------------------------- \end{cv} \end{document} [\code]
Man kann seinen Beitrag übrigens vor dem Absenden mit dem Vorschau-Knopf kontrollieren und so sicherstellen, dass das Code-Segement auch korrekt angezeigt wird. Wenn sich eine Fragesteller nicht einmal diese Mühe macht, frage ich mich immer, ob ihm seine Frage überhaupt wichtig ist …
Und wenn Du Dein Beispiel wirklich minimiert hättest, dann hättest Du zwangsläufig die Ursache selbst gefunden. Du hast Dich so selbst um ein Erfolgserlebnis gebracht.
Und wenn Du Dein Beispiel wirklich minimiert hättest, dann hättest Du zwangsläufig die Ursache selbst gefunden. Du hast Dich so selbst um ein Erfolgserlebnis gebracht.