How can i Remove “(Continued)” from 2nd page?












0















I am writing a CV.
After writing a couple of headers and sub-headers it jumps to the next page obviously. But the 2nd page comes with "(continued)" top row in the centre and its annoying. How do I remove this?



enter image description here










share|improve this question


















  • 1





    Can you make a minimal working example (MWE)?

    – samcarter
    2 hours ago











  • There are several cv-related LaTeX document classes and packages out there. You've got to tell us which document class and packages you employ.

    – Mico
    2 hours ago











  • NeedsTeXFormat{LaTeX2e} documentclass{curve} usepackage[T1]{fontenc} usepackage[utf8]{inputenc} usepackage[swedish]{babel} usepackage[paperheight=29.7cm]{geometry} usepackage{fouriernc} leftheader{a\ b\ c\ d\ } rightheader{ } title{a} subtitle{b \ vspace{1mm}Large c} begin{document} makeheaders[t] maketitle makerubric{rubric} end{document}

    – asdf
    2 hours ago













  • rubic is a text document that it calls and in it : begin{rubric}{} subrubric{ZXC}…………..end{rubric}

    – asdf
    1 hour ago


















0















I am writing a CV.
After writing a couple of headers and sub-headers it jumps to the next page obviously. But the 2nd page comes with "(continued)" top row in the centre and its annoying. How do I remove this?



enter image description here










share|improve this question


















  • 1





    Can you make a minimal working example (MWE)?

    – samcarter
    2 hours ago











  • There are several cv-related LaTeX document classes and packages out there. You've got to tell us which document class and packages you employ.

    – Mico
    2 hours ago











  • NeedsTeXFormat{LaTeX2e} documentclass{curve} usepackage[T1]{fontenc} usepackage[utf8]{inputenc} usepackage[swedish]{babel} usepackage[paperheight=29.7cm]{geometry} usepackage{fouriernc} leftheader{a\ b\ c\ d\ } rightheader{ } title{a} subtitle{b \ vspace{1mm}Large c} begin{document} makeheaders[t] maketitle makerubric{rubric} end{document}

    – asdf
    2 hours ago













  • rubic is a text document that it calls and in it : begin{rubric}{} subrubric{ZXC}…………..end{rubric}

    – asdf
    1 hour ago
















0












0








0








I am writing a CV.
After writing a couple of headers and sub-headers it jumps to the next page obviously. But the 2nd page comes with "(continued)" top row in the centre and its annoying. How do I remove this?



enter image description here










share|improve this question














I am writing a CV.
After writing a couple of headers and sub-headers it jumps to the next page obviously. But the 2nd page comes with "(continued)" top row in the centre and its annoying. How do I remove this?



enter image description here







curve-class






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 hours ago









asdfasdf

495




495








  • 1





    Can you make a minimal working example (MWE)?

    – samcarter
    2 hours ago











  • There are several cv-related LaTeX document classes and packages out there. You've got to tell us which document class and packages you employ.

    – Mico
    2 hours ago











  • NeedsTeXFormat{LaTeX2e} documentclass{curve} usepackage[T1]{fontenc} usepackage[utf8]{inputenc} usepackage[swedish]{babel} usepackage[paperheight=29.7cm]{geometry} usepackage{fouriernc} leftheader{a\ b\ c\ d\ } rightheader{ } title{a} subtitle{b \ vspace{1mm}Large c} begin{document} makeheaders[t] maketitle makerubric{rubric} end{document}

    – asdf
    2 hours ago













  • rubic is a text document that it calls and in it : begin{rubric}{} subrubric{ZXC}…………..end{rubric}

    – asdf
    1 hour ago
















  • 1





    Can you make a minimal working example (MWE)?

    – samcarter
    2 hours ago











  • There are several cv-related LaTeX document classes and packages out there. You've got to tell us which document class and packages you employ.

    – Mico
    2 hours ago











  • NeedsTeXFormat{LaTeX2e} documentclass{curve} usepackage[T1]{fontenc} usepackage[utf8]{inputenc} usepackage[swedish]{babel} usepackage[paperheight=29.7cm]{geometry} usepackage{fouriernc} leftheader{a\ b\ c\ d\ } rightheader{ } title{a} subtitle{b \ vspace{1mm}Large c} begin{document} makeheaders[t] maketitle makerubric{rubric} end{document}

    – asdf
    2 hours ago













  • rubic is a text document that it calls and in it : begin{rubric}{} subrubric{ZXC}…………..end{rubric}

    – asdf
    1 hour ago










1




1





Can you make a minimal working example (MWE)?

– samcarter
2 hours ago





Can you make a minimal working example (MWE)?

– samcarter
2 hours ago













There are several cv-related LaTeX document classes and packages out there. You've got to tell us which document class and packages you employ.

– Mico
2 hours ago





There are several cv-related LaTeX document classes and packages out there. You've got to tell us which document class and packages you employ.

– Mico
2 hours ago













NeedsTeXFormat{LaTeX2e} documentclass{curve} usepackage[T1]{fontenc} usepackage[utf8]{inputenc} usepackage[swedish]{babel} usepackage[paperheight=29.7cm]{geometry} usepackage{fouriernc} leftheader{a\ b\ c\ d\ } rightheader{ } title{a} subtitle{b \ vspace{1mm}Large c} begin{document} makeheaders[t] maketitle makerubric{rubric} end{document}

– asdf
2 hours ago







NeedsTeXFormat{LaTeX2e} documentclass{curve} usepackage[T1]{fontenc} usepackage[utf8]{inputenc} usepackage[swedish]{babel} usepackage[paperheight=29.7cm]{geometry} usepackage{fouriernc} leftheader{a\ b\ c\ d\ } rightheader{ } title{a} subtitle{b \ vspace{1mm}Large c} begin{document} makeheaders[t] maketitle makerubric{rubric} end{document}

– asdf
2 hours ago















rubic is a text document that it calls and in it : begin{rubric}{} subrubric{ZXC}…………..end{rubric}

– asdf
1 hour ago







rubic is a text document that it calls and in it : begin{rubric}{} subrubric{ZXC}…………..end{rubric}

– asdf
1 hour ago












1 Answer
1






active

oldest

votes


















1














Your question is not very clear, because we do not have your used file rubric.tex. It would be mutch better you would add that file without personal informations to your question too. So we have to guess what you are doing!



In that class curve from ctan is an command @continuedname defined. You can change it to be empty with the following code in your preamble:



makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


If that does not help then please complete your given code to be complete and compilable reflecting your situation!



My complete test code (package filecontentsis only used here to have both tex file concatenated into one MWE):



begin{filecontents*}{myrubric.tex}
begin{rubric}{Education}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
end{rubric}
end{filecontents*}

NeedsTeXFormat{LaTeX2e}
documentclass{curve}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage[swedish]{babel}
usepackage[paperheight=29.7cm]{geometry}
usepackage{url}

usepackage{fouriernc}
leftheader{a\ b\ c\ d\ }
rightheader{ }
title{a}
subtitle{b \ vspace{1mm}Large c}

makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


begin{document}
makeheaders[t]
maketitle
makerubric{myrubric}
end{document}


and the resulting pdf:



resulting cv






share|improve this answer
























  • It worked thank you!

    – asdf
    53 mins ago











  • @asdf You are welcome!

    – Kurt
    49 mins ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479998%2fhow-can-i-remove-continued-from-2nd-page%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














Your question is not very clear, because we do not have your used file rubric.tex. It would be mutch better you would add that file without personal informations to your question too. So we have to guess what you are doing!



In that class curve from ctan is an command @continuedname defined. You can change it to be empty with the following code in your preamble:



makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


If that does not help then please complete your given code to be complete and compilable reflecting your situation!



My complete test code (package filecontentsis only used here to have both tex file concatenated into one MWE):



begin{filecontents*}{myrubric.tex}
begin{rubric}{Education}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
end{rubric}
end{filecontents*}

NeedsTeXFormat{LaTeX2e}
documentclass{curve}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage[swedish]{babel}
usepackage[paperheight=29.7cm]{geometry}
usepackage{url}

usepackage{fouriernc}
leftheader{a\ b\ c\ d\ }
rightheader{ }
title{a}
subtitle{b \ vspace{1mm}Large c}

makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


begin{document}
makeheaders[t]
maketitle
makerubric{myrubric}
end{document}


and the resulting pdf:



resulting cv






share|improve this answer
























  • It worked thank you!

    – asdf
    53 mins ago











  • @asdf You are welcome!

    – Kurt
    49 mins ago
















1














Your question is not very clear, because we do not have your used file rubric.tex. It would be mutch better you would add that file without personal informations to your question too. So we have to guess what you are doing!



In that class curve from ctan is an command @continuedname defined. You can change it to be empty with the following code in your preamble:



makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


If that does not help then please complete your given code to be complete and compilable reflecting your situation!



My complete test code (package filecontentsis only used here to have both tex file concatenated into one MWE):



begin{filecontents*}{myrubric.tex}
begin{rubric}{Education}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
end{rubric}
end{filecontents*}

NeedsTeXFormat{LaTeX2e}
documentclass{curve}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage[swedish]{babel}
usepackage[paperheight=29.7cm]{geometry}
usepackage{url}

usepackage{fouriernc}
leftheader{a\ b\ c\ d\ }
rightheader{ }
title{a}
subtitle{b \ vspace{1mm}Large c}

makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


begin{document}
makeheaders[t]
maketitle
makerubric{myrubric}
end{document}


and the resulting pdf:



resulting cv






share|improve this answer
























  • It worked thank you!

    – asdf
    53 mins ago











  • @asdf You are welcome!

    – Kurt
    49 mins ago














1












1








1







Your question is not very clear, because we do not have your used file rubric.tex. It would be mutch better you would add that file without personal informations to your question too. So we have to guess what you are doing!



In that class curve from ctan is an command @continuedname defined. You can change it to be empty with the following code in your preamble:



makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


If that does not help then please complete your given code to be complete and compilable reflecting your situation!



My complete test code (package filecontentsis only used here to have both tex file concatenated into one MWE):



begin{filecontents*}{myrubric.tex}
begin{rubric}{Education}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
end{rubric}
end{filecontents*}

NeedsTeXFormat{LaTeX2e}
documentclass{curve}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage[swedish]{babel}
usepackage[paperheight=29.7cm]{geometry}
usepackage{url}

usepackage{fouriernc}
leftheader{a\ b\ c\ d\ }
rightheader{ }
title{a}
subtitle{b \ vspace{1mm}Large c}

makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


begin{document}
makeheaders[t]
maketitle
makerubric{myrubric}
end{document}


and the resulting pdf:



resulting cv






share|improve this answer













Your question is not very clear, because we do not have your used file rubric.tex. It would be mutch better you would add that file without personal informations to your question too. So we have to guess what you are doing!



In that class curve from ctan is an command @continuedname defined. You can change it to be empty with the following code in your preamble:



makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


If that does not help then please complete your given code to be complete and compilable reflecting your situation!



My complete test code (package filecontentsis only used here to have both tex file concatenated into one MWE):



begin{filecontents*}{myrubric.tex}
begin{rubric}{Education}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
entry*[2009 -- 2013]%
textbf{title, university, Germany} in computer science.
par Thesis title: emph{The Title of the Thesis.} More details at url{https://tex.stackexchange.com/questions/479998/}
%
end{rubric}
end{filecontents*}

NeedsTeXFormat{LaTeX2e}
documentclass{curve}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage[swedish]{babel}
usepackage[paperheight=29.7cm]{geometry}
usepackage{url}

usepackage{fouriernc}
leftheader{a\ b\ c\ d\ }
rightheader{ }
title{a}
subtitle{b \ vspace{1mm}Large c}

makeatletter % <=======================================================
def@continuedname{}
makeatother % <========================================================


begin{document}
makeheaders[t]
maketitle
makerubric{myrubric}
end{document}


and the resulting pdf:



resulting cv







share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









KurtKurt

39.5k850164




39.5k850164













  • It worked thank you!

    – asdf
    53 mins ago











  • @asdf You are welcome!

    – Kurt
    49 mins ago



















  • It worked thank you!

    – asdf
    53 mins ago











  • @asdf You are welcome!

    – Kurt
    49 mins ago

















It worked thank you!

– asdf
53 mins ago





It worked thank you!

– asdf
53 mins ago













@asdf You are welcome!

– Kurt
49 mins ago





@asdf You are welcome!

– Kurt
49 mins ago


















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479998%2fhow-can-i-remove-continued-from-2nd-page%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Lallio

Futebolista

Jornalista