What am I doing wrong in updating this CV in texmaker?Cite completion on TexmakerTexmaker and moderncv with...

I can't die. Who am I?

Is it 40% or 0.4%?

Why does Starman/Roadster have radial acceleration?

Must a tritone substitution use a dominant seventh chord?

What to do when being responsible for data protection in your lab, yet advice is ignored?

How would we write a misogynistic character without offending people?

Why do members of Congress in committee hearings ask witnesses the same question multiple times?

Has the Isbell–Freyd criterion ever been used to check that a category is concretisable?

Contradiction with Banach Fixed Point Theorem

Why proton concentration is divided by 10⁻⁷?

Make me a metasequence

How to approximate rolls for potions of healing using only d6's?

Logistics of a hovering watercraft in a fantasy setting

Skis versus snow shoes - when to choose which for travelling the backcountry?

Auto Insert date into Notepad

Significance and timing of "mux scans"

What type of postprocessing gives the effect of people standing out

What is better: yes / no radio, or simple checkbox?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Find the next monthly expiration date

Most significant research articles for practical investors with research perspectives

I am on the US no-fly list. What can I do in order to be allowed on flights which go through US airspace?

Second-rate spelling

How do I construct an nxn matrix?



What am I doing wrong in updating this CV in texmaker?


Cite completion on TexmakerTexmaker and moderncv with TeX Live 2011What is the default command for quick build in texmaker?What is wrong about this arxiv latex bundle submission ? Please help I am out of mind?What might cause TexMaker to look like this?Texmaker jumps to the “wrong” positionTexmaker error reports on wrong lineHow to add date of birth to this template?Updating Bibtex references on TexmakerAwesomeCV with Texmaker













1















I have to update my CV (class moderncv) and I have done the essentials, but using various options in quick build is not doing anything. The format is as before, I have just added a section.



   documentclass[11pt,a4paper,sans]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')

% moderncv themes
moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
%renewcommand{familydefault}{sfdefault} % to set the default font; use 'sfdefault' for the default sans serif font, 'rmdefault' for the default roman one, or any tex font name
%nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% character encoding
usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean

% adjust the page margins
usepackage[scale=0.75]{geometry}
usepackage{graphicx,amsmath,amssymb,amsfonts}
%setlength{hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%setlength{makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...

% personal data
name{sds}{V}
title{Curriculum Vitae} % optional, remove / comment the line if not wanted
address{abc}{M.D.U. }{fddssg}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
phone[mobile]{1234} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
%phone[fixed]{+2~(345)~678~901}
%phone[fax]{+3~(456)~789~012}
email{sdsds@gmail.com}
photo[64pt][0.2pt]{Bh.jpg}
quote{Best way to predict the future is to create it.}
makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother
% to redefine the bibliography heading string ("Publications")
%renewcommand{refname}{Articles}https://preview.overleaf.com/public/vpctmcqykhmn/images/71b8368a0d520687a842d23e32a816e8b40c73b0.jpeg


begin{document}


makecvtitle

section{Education}
cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

end{document}


So Now adding one more section after this isn't being updated by quick build and then viewing pdf is just the same? It has been long I last used it. Please remind me what am I missing?



EDIT: I am trying to add this as a section after education section.



section{Achievements}
cventry{2013-2016}{ scholarship}
cventry{December 2017}{NET Qualified - AIR- 24}
cventry{June 2018}{JRF- AIR - 111}


Here is what Overleaf is trying to tell me.



enter image description here










share|improve this question




















  • 1





    The given code compiles without errors. Can you please add the next section? Perhaps you have an error there? Did you get any error message? Check your *.log file for error messages.

    – Kurt
    12 hours ago











  • It is something I need to do with settings or something in quick build options, I guess?

    – blabla
    10 hours ago











  • Sorry, I do not know TeXmaker and therefore I do not know the configuration for quick build. But as usual if you in trouble do not use quick build, simply use the usual chain for compiling: pdflatex mwe.tex, bibtex mwe (if you have an bibliography included), pdflatex mwe.tex. The advantage is you can check the log and blg files for errors after each step. In quick build it could happen they are deleted :-((

    – Kurt
    10 hours ago
















1















I have to update my CV (class moderncv) and I have done the essentials, but using various options in quick build is not doing anything. The format is as before, I have just added a section.



   documentclass[11pt,a4paper,sans]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')

% moderncv themes
moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
%renewcommand{familydefault}{sfdefault} % to set the default font; use 'sfdefault' for the default sans serif font, 'rmdefault' for the default roman one, or any tex font name
%nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% character encoding
usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean

% adjust the page margins
usepackage[scale=0.75]{geometry}
usepackage{graphicx,amsmath,amssymb,amsfonts}
%setlength{hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%setlength{makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...

% personal data
name{sds}{V}
title{Curriculum Vitae} % optional, remove / comment the line if not wanted
address{abc}{M.D.U. }{fddssg}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
phone[mobile]{1234} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
%phone[fixed]{+2~(345)~678~901}
%phone[fax]{+3~(456)~789~012}
email{sdsds@gmail.com}
photo[64pt][0.2pt]{Bh.jpg}
quote{Best way to predict the future is to create it.}
makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother
% to redefine the bibliography heading string ("Publications")
%renewcommand{refname}{Articles}https://preview.overleaf.com/public/vpctmcqykhmn/images/71b8368a0d520687a842d23e32a816e8b40c73b0.jpeg


begin{document}


makecvtitle

section{Education}
cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

end{document}


So Now adding one more section after this isn't being updated by quick build and then viewing pdf is just the same? It has been long I last used it. Please remind me what am I missing?



EDIT: I am trying to add this as a section after education section.



section{Achievements}
cventry{2013-2016}{ scholarship}
cventry{December 2017}{NET Qualified - AIR- 24}
cventry{June 2018}{JRF- AIR - 111}


Here is what Overleaf is trying to tell me.



enter image description here










share|improve this question




















  • 1





    The given code compiles without errors. Can you please add the next section? Perhaps you have an error there? Did you get any error message? Check your *.log file for error messages.

    – Kurt
    12 hours ago











  • It is something I need to do with settings or something in quick build options, I guess?

    – blabla
    10 hours ago











  • Sorry, I do not know TeXmaker and therefore I do not know the configuration for quick build. But as usual if you in trouble do not use quick build, simply use the usual chain for compiling: pdflatex mwe.tex, bibtex mwe (if you have an bibliography included), pdflatex mwe.tex. The advantage is you can check the log and blg files for errors after each step. In quick build it could happen they are deleted :-((

    – Kurt
    10 hours ago














1












1








1








I have to update my CV (class moderncv) and I have done the essentials, but using various options in quick build is not doing anything. The format is as before, I have just added a section.



   documentclass[11pt,a4paper,sans]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')

% moderncv themes
moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
%renewcommand{familydefault}{sfdefault} % to set the default font; use 'sfdefault' for the default sans serif font, 'rmdefault' for the default roman one, or any tex font name
%nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% character encoding
usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean

% adjust the page margins
usepackage[scale=0.75]{geometry}
usepackage{graphicx,amsmath,amssymb,amsfonts}
%setlength{hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%setlength{makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...

% personal data
name{sds}{V}
title{Curriculum Vitae} % optional, remove / comment the line if not wanted
address{abc}{M.D.U. }{fddssg}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
phone[mobile]{1234} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
%phone[fixed]{+2~(345)~678~901}
%phone[fax]{+3~(456)~789~012}
email{sdsds@gmail.com}
photo[64pt][0.2pt]{Bh.jpg}
quote{Best way to predict the future is to create it.}
makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother
% to redefine the bibliography heading string ("Publications")
%renewcommand{refname}{Articles}https://preview.overleaf.com/public/vpctmcqykhmn/images/71b8368a0d520687a842d23e32a816e8b40c73b0.jpeg


begin{document}


makecvtitle

section{Education}
cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

end{document}


So Now adding one more section after this isn't being updated by quick build and then viewing pdf is just the same? It has been long I last used it. Please remind me what am I missing?



EDIT: I am trying to add this as a section after education section.



section{Achievements}
cventry{2013-2016}{ scholarship}
cventry{December 2017}{NET Qualified - AIR- 24}
cventry{June 2018}{JRF- AIR - 111}


Here is what Overleaf is trying to tell me.



enter image description here










share|improve this question
















I have to update my CV (class moderncv) and I have done the essentials, but using various options in quick build is not doing anything. The format is as before, I have just added a section.



   documentclass[11pt,a4paper,sans]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')

% moderncv themes
moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
%renewcommand{familydefault}{sfdefault} % to set the default font; use 'sfdefault' for the default sans serif font, 'rmdefault' for the default roman one, or any tex font name
%nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% character encoding
usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean

% adjust the page margins
usepackage[scale=0.75]{geometry}
usepackage{graphicx,amsmath,amssymb,amsfonts}
%setlength{hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%setlength{makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...

% personal data
name{sds}{V}
title{Curriculum Vitae} % optional, remove / comment the line if not wanted
address{abc}{M.D.U. }{fddssg}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
phone[mobile]{1234} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
%phone[fixed]{+2~(345)~678~901}
%phone[fax]{+3~(456)~789~012}
email{sdsds@gmail.com}
photo[64pt][0.2pt]{Bh.jpg}
quote{Best way to predict the future is to create it.}
makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother
% to redefine the bibliography heading string ("Publications")
%renewcommand{refname}{Articles}https://preview.overleaf.com/public/vpctmcqykhmn/images/71b8368a0d520687a842d23e32a816e8b40c73b0.jpeg


begin{document}


makecvtitle

section{Education}
cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

end{document}


So Now adding one more section after this isn't being updated by quick build and then viewing pdf is just the same? It has been long I last used it. Please remind me what am I missing?



EDIT: I am trying to add this as a section after education section.



section{Achievements}
cventry{2013-2016}{ scholarship}
cventry{December 2017}{NET Qualified - AIR- 24}
cventry{June 2018}{JRF- AIR - 111}


Here is what Overleaf is trying to tell me.



enter image description here







texmaker moderncv cv






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago









Kurt

38.5k848162




38.5k848162










asked 14 hours ago









blablablabla

1065




1065








  • 1





    The given code compiles without errors. Can you please add the next section? Perhaps you have an error there? Did you get any error message? Check your *.log file for error messages.

    – Kurt
    12 hours ago











  • It is something I need to do with settings or something in quick build options, I guess?

    – blabla
    10 hours ago











  • Sorry, I do not know TeXmaker and therefore I do not know the configuration for quick build. But as usual if you in trouble do not use quick build, simply use the usual chain for compiling: pdflatex mwe.tex, bibtex mwe (if you have an bibliography included), pdflatex mwe.tex. The advantage is you can check the log and blg files for errors after each step. In quick build it could happen they are deleted :-((

    – Kurt
    10 hours ago














  • 1





    The given code compiles without errors. Can you please add the next section? Perhaps you have an error there? Did you get any error message? Check your *.log file for error messages.

    – Kurt
    12 hours ago











  • It is something I need to do with settings or something in quick build options, I guess?

    – blabla
    10 hours ago











  • Sorry, I do not know TeXmaker and therefore I do not know the configuration for quick build. But as usual if you in trouble do not use quick build, simply use the usual chain for compiling: pdflatex mwe.tex, bibtex mwe (if you have an bibliography included), pdflatex mwe.tex. The advantage is you can check the log and blg files for errors after each step. In quick build it could happen they are deleted :-((

    – Kurt
    10 hours ago








1




1





The given code compiles without errors. Can you please add the next section? Perhaps you have an error there? Did you get any error message? Check your *.log file for error messages.

– Kurt
12 hours ago





The given code compiles without errors. Can you please add the next section? Perhaps you have an error there? Did you get any error message? Check your *.log file for error messages.

– Kurt
12 hours ago













It is something I need to do with settings or something in quick build options, I guess?

– blabla
10 hours ago





It is something I need to do with settings or something in quick build options, I guess?

– blabla
10 hours ago













Sorry, I do not know TeXmaker and therefore I do not know the configuration for quick build. But as usual if you in trouble do not use quick build, simply use the usual chain for compiling: pdflatex mwe.tex, bibtex mwe (if you have an bibliography included), pdflatex mwe.tex. The advantage is you can check the log and blg files for errors after each step. In quick build it could happen they are deleted :-((

– Kurt
10 hours ago





Sorry, I do not know TeXmaker and therefore I do not know the configuration for quick build. But as usual if you in trouble do not use quick build, simply use the usual chain for compiling: pdflatex mwe.tex, bibtex mwe (if you have an bibliography included), pdflatex mwe.tex. The advantage is you can check the log and blg files for errors after each step. In quick build it could happen they are deleted :-((

– Kurt
10 hours ago










2 Answers
2






active

oldest

votes


















0














There is no need to change any of your settings the file quick builds reasonably. It may help after a faulty run to go to TOOLS >Clean to remove any faulty auxiliary files. And then you will need to run your build sequence with the correct number of passes



The issue may be how you are adding the extra section whilst there may be minor issues with your content. For just this question, I simply just cut and paste the section heading from above and added before the end(document} it works



enter image description here



    cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

section{Experience}
cventry{2017-present}{Ph.D Scholar}{University of Life}{+ TexExchange forum}{textit{}}{Learning Latex}

end{document}


NOTE that each type of entry has a fixed number of following braces to create a given structured layout



 cventry{Date}{Description}{More}{info}{goes}{here}
cvitemwithcomment{Tag}{A fuller description}{Right set comment}


so if you are happy with the layout of cventry but it only has part info you need to include the empty braces



cventry{Date}{Fuller Description}{}{}{}{}





share|improve this answer


























  • PLZ SEE EDIT...

    – blabla
    5 hours ago











  • Answer updatet to show need to choose the command that is relavent to your content but ensure the braces are a correct number for that command

    – KJO
    5 hours ago













  • Thanks I got it in overleaf atleast. Still Texmaker is not updating it, not sure what is the problem there.

    – blabla
    5 hours ago











  • In Texmaker you may need to clear bad run Tools Clean then run twice again, have added that now to answer

    – KJO
    5 hours ago





















0














The issue with your edited code is already named in a comment to the first part of code you gave:



% arguments 3 to 6 can be left empty


That means you must not fill them with text, you can left them empty but you have to write the empty {} then! Class moderncv defines command cventry having 6 parameters and one option parameter not used in your code.



To get your added code compiling you need to add the missing {} to command cventry like



cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================


In this example I simply numbered the {} to be able to show you the result in the cv ...



With the complete MWE



documentclass[11pt,a4paper,sans]{moderncv}

moderncvstyle{casual}
moderncvcolor{blue}

usepackage[utf8]{inputenc}

usepackage[scale=0.75]{geometry}
usepackage{graphicx,amsmath,amssymb,amsfonts}

name{sds}{V}
title{Curriculum Vitae}
address{abc}{M.D.U. }{fddssg}
phone[mobile]{1234}
email{sdsds@gmail.com}
photo[64pt][0.2pt]{example-image}
quote{Best way to predict the future is to create it.}

setlength{footskip}{42.5pt} % <=======================================

makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother


begin{document}

makecvtitle

section{Education}
cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}


section{Achievements}
cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================
cventry{December 2017}{NET Qualified - AIR- 24}{3}{}{}{}
cventry{June 2018}{JRF- AIR - 111}{}{}{}{}

end{document}


showing the result:



resulting cv



Please see that I added line



setlength{footskip}{42.5pt} % <=======================================


to get rid of the waring about footskip.



Now a last remark: In your added code you get December 2017 printed in two lines. That looks not very pretty. Please add/uncomment the line



setlength{hintscolumnwidth}{3cm}


to get a bigger first column to place December 2017 in one line:



second cv



Play with the length 3cm for your needs.



Regarding TeXMaker:



You can always compile your code without TeXmaker by switching to your console/terminal. Switch to the directory you have your cv, lets say mwe.tex and then type pdflatex mwe.tex. Then you get a file mwe.log which should not contain error messages (copy my given MWE to your computer to test that). Now -- if you have a bibliography included -- type bibtex mwe or biber mwe, depending on the used packages -- and type twice pdflatex mwe.tex. This has the advantage that you can check the log file (and blg file for bibliography) after each step.



If TeXMaker does not change the PDF after quick build it happend that the quick build failed (as it did with your original code). Usualy it should show error messages or you simply oversaw them.



Depending on your configuration of TeXMaker it can be that the quick build deletes aux files -- with the result the files with error messages are deleted. To get rid of the error with TeXMaker please add your current TeXMaker configuration for quick build to your question! Delete an erase option if used!






share|improve this answer

























    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%2f477663%2fwhat-am-i-doing-wrong-in-updating-this-cv-in-texmaker%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    There is no need to change any of your settings the file quick builds reasonably. It may help after a faulty run to go to TOOLS >Clean to remove any faulty auxiliary files. And then you will need to run your build sequence with the correct number of passes



    The issue may be how you are adding the extra section whilst there may be minor issues with your content. For just this question, I simply just cut and paste the section heading from above and added before the end(document} it works



    enter image description here



        cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

    section{Experience}
    cventry{2017-present}{Ph.D Scholar}{University of Life}{+ TexExchange forum}{textit{}}{Learning Latex}

    end{document}


    NOTE that each type of entry has a fixed number of following braces to create a given structured layout



     cventry{Date}{Description}{More}{info}{goes}{here}
    cvitemwithcomment{Tag}{A fuller description}{Right set comment}


    so if you are happy with the layout of cventry but it only has part info you need to include the empty braces



    cventry{Date}{Fuller Description}{}{}{}{}





    share|improve this answer


























    • PLZ SEE EDIT...

      – blabla
      5 hours ago











    • Answer updatet to show need to choose the command that is relavent to your content but ensure the braces are a correct number for that command

      – KJO
      5 hours ago













    • Thanks I got it in overleaf atleast. Still Texmaker is not updating it, not sure what is the problem there.

      – blabla
      5 hours ago











    • In Texmaker you may need to clear bad run Tools Clean then run twice again, have added that now to answer

      – KJO
      5 hours ago


















    0














    There is no need to change any of your settings the file quick builds reasonably. It may help after a faulty run to go to TOOLS >Clean to remove any faulty auxiliary files. And then you will need to run your build sequence with the correct number of passes



    The issue may be how you are adding the extra section whilst there may be minor issues with your content. For just this question, I simply just cut and paste the section heading from above and added before the end(document} it works



    enter image description here



        cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

    section{Experience}
    cventry{2017-present}{Ph.D Scholar}{University of Life}{+ TexExchange forum}{textit{}}{Learning Latex}

    end{document}


    NOTE that each type of entry has a fixed number of following braces to create a given structured layout



     cventry{Date}{Description}{More}{info}{goes}{here}
    cvitemwithcomment{Tag}{A fuller description}{Right set comment}


    so if you are happy with the layout of cventry but it only has part info you need to include the empty braces



    cventry{Date}{Fuller Description}{}{}{}{}





    share|improve this answer


























    • PLZ SEE EDIT...

      – blabla
      5 hours ago











    • Answer updatet to show need to choose the command that is relavent to your content but ensure the braces are a correct number for that command

      – KJO
      5 hours ago













    • Thanks I got it in overleaf atleast. Still Texmaker is not updating it, not sure what is the problem there.

      – blabla
      5 hours ago











    • In Texmaker you may need to clear bad run Tools Clean then run twice again, have added that now to answer

      – KJO
      5 hours ago
















    0












    0








    0







    There is no need to change any of your settings the file quick builds reasonably. It may help after a faulty run to go to TOOLS >Clean to remove any faulty auxiliary files. And then you will need to run your build sequence with the correct number of passes



    The issue may be how you are adding the extra section whilst there may be minor issues with your content. For just this question, I simply just cut and paste the section heading from above and added before the end(document} it works



    enter image description here



        cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

    section{Experience}
    cventry{2017-present}{Ph.D Scholar}{University of Life}{+ TexExchange forum}{textit{}}{Learning Latex}

    end{document}


    NOTE that each type of entry has a fixed number of following braces to create a given structured layout



     cventry{Date}{Description}{More}{info}{goes}{here}
    cvitemwithcomment{Tag}{A fuller description}{Right set comment}


    so if you are happy with the layout of cventry but it only has part info you need to include the empty braces



    cventry{Date}{Fuller Description}{}{}{}{}





    share|improve this answer















    There is no need to change any of your settings the file quick builds reasonably. It may help after a faulty run to go to TOOLS >Clean to remove any faulty auxiliary files. And then you will need to run your build sequence with the correct number of passes



    The issue may be how you are adding the extra section whilst there may be minor issues with your content. For just this question, I simply just cut and paste the section heading from above and added before the end(document} it works



    enter image description here



        cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}

    section{Experience}
    cventry{2017-present}{Ph.D Scholar}{University of Life}{+ TexExchange forum}{textit{}}{Learning Latex}

    end{document}


    NOTE that each type of entry has a fixed number of following braces to create a given structured layout



     cventry{Date}{Description}{More}{info}{goes}{here}
    cvitemwithcomment{Tag}{A fuller description}{Right set comment}


    so if you are happy with the layout of cventry but it only has part info you need to include the empty braces



    cventry{Date}{Fuller Description}{}{}{}{}






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 5 hours ago

























    answered 7 hours ago









    KJOKJO

    2,6891119




    2,6891119













    • PLZ SEE EDIT...

      – blabla
      5 hours ago











    • Answer updatet to show need to choose the command that is relavent to your content but ensure the braces are a correct number for that command

      – KJO
      5 hours ago













    • Thanks I got it in overleaf atleast. Still Texmaker is not updating it, not sure what is the problem there.

      – blabla
      5 hours ago











    • In Texmaker you may need to clear bad run Tools Clean then run twice again, have added that now to answer

      – KJO
      5 hours ago





















    • PLZ SEE EDIT...

      – blabla
      5 hours ago











    • Answer updatet to show need to choose the command that is relavent to your content but ensure the braces are a correct number for that command

      – KJO
      5 hours ago













    • Thanks I got it in overleaf atleast. Still Texmaker is not updating it, not sure what is the problem there.

      – blabla
      5 hours ago











    • In Texmaker you may need to clear bad run Tools Clean then run twice again, have added that now to answer

      – KJO
      5 hours ago



















    PLZ SEE EDIT...

    – blabla
    5 hours ago





    PLZ SEE EDIT...

    – blabla
    5 hours ago













    Answer updatet to show need to choose the command that is relavent to your content but ensure the braces are a correct number for that command

    – KJO
    5 hours ago







    Answer updatet to show need to choose the command that is relavent to your content but ensure the braces are a correct number for that command

    – KJO
    5 hours ago















    Thanks I got it in overleaf atleast. Still Texmaker is not updating it, not sure what is the problem there.

    – blabla
    5 hours ago





    Thanks I got it in overleaf atleast. Still Texmaker is not updating it, not sure what is the problem there.

    – blabla
    5 hours ago













    In Texmaker you may need to clear bad run Tools Clean then run twice again, have added that now to answer

    – KJO
    5 hours ago







    In Texmaker you may need to clear bad run Tools Clean then run twice again, have added that now to answer

    – KJO
    5 hours ago













    0














    The issue with your edited code is already named in a comment to the first part of code you gave:



    % arguments 3 to 6 can be left empty


    That means you must not fill them with text, you can left them empty but you have to write the empty {} then! Class moderncv defines command cventry having 6 parameters and one option parameter not used in your code.



    To get your added code compiling you need to add the missing {} to command cventry like



    cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================


    In this example I simply numbered the {} to be able to show you the result in the cv ...



    With the complete MWE



    documentclass[11pt,a4paper,sans]{moderncv}

    moderncvstyle{casual}
    moderncvcolor{blue}

    usepackage[utf8]{inputenc}

    usepackage[scale=0.75]{geometry}
    usepackage{graphicx,amsmath,amssymb,amsfonts}

    name{sds}{V}
    title{Curriculum Vitae}
    address{abc}{M.D.U. }{fddssg}
    phone[mobile]{1234}
    email{sdsds@gmail.com}
    photo[64pt][0.2pt]{example-image}
    quote{Best way to predict the future is to create it.}

    setlength{footskip}{42.5pt} % <=======================================

    makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother


    begin{document}

    makecvtitle

    section{Education}
    cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
    cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
    cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

    cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

    cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}


    section{Achievements}
    cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================
    cventry{December 2017}{NET Qualified - AIR- 24}{3}{}{}{}
    cventry{June 2018}{JRF- AIR - 111}{}{}{}{}

    end{document}


    showing the result:



    resulting cv



    Please see that I added line



    setlength{footskip}{42.5pt} % <=======================================


    to get rid of the waring about footskip.



    Now a last remark: In your added code you get December 2017 printed in two lines. That looks not very pretty. Please add/uncomment the line



    setlength{hintscolumnwidth}{3cm}


    to get a bigger first column to place December 2017 in one line:



    second cv



    Play with the length 3cm for your needs.



    Regarding TeXMaker:



    You can always compile your code without TeXmaker by switching to your console/terminal. Switch to the directory you have your cv, lets say mwe.tex and then type pdflatex mwe.tex. Then you get a file mwe.log which should not contain error messages (copy my given MWE to your computer to test that). Now -- if you have a bibliography included -- type bibtex mwe or biber mwe, depending on the used packages -- and type twice pdflatex mwe.tex. This has the advantage that you can check the log file (and blg file for bibliography) after each step.



    If TeXMaker does not change the PDF after quick build it happend that the quick build failed (as it did with your original code). Usualy it should show error messages or you simply oversaw them.



    Depending on your configuration of TeXMaker it can be that the quick build deletes aux files -- with the result the files with error messages are deleted. To get rid of the error with TeXMaker please add your current TeXMaker configuration for quick build to your question! Delete an erase option if used!






    share|improve this answer






























      0














      The issue with your edited code is already named in a comment to the first part of code you gave:



      % arguments 3 to 6 can be left empty


      That means you must not fill them with text, you can left them empty but you have to write the empty {} then! Class moderncv defines command cventry having 6 parameters and one option parameter not used in your code.



      To get your added code compiling you need to add the missing {} to command cventry like



      cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================


      In this example I simply numbered the {} to be able to show you the result in the cv ...



      With the complete MWE



      documentclass[11pt,a4paper,sans]{moderncv}

      moderncvstyle{casual}
      moderncvcolor{blue}

      usepackage[utf8]{inputenc}

      usepackage[scale=0.75]{geometry}
      usepackage{graphicx,amsmath,amssymb,amsfonts}

      name{sds}{V}
      title{Curriculum Vitae}
      address{abc}{M.D.U. }{fddssg}
      phone[mobile]{1234}
      email{sdsds@gmail.com}
      photo[64pt][0.2pt]{example-image}
      quote{Best way to predict the future is to create it.}

      setlength{footskip}{42.5pt} % <=======================================

      makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother


      begin{document}

      makecvtitle

      section{Education}
      cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
      cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
      cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

      cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

      cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}


      section{Achievements}
      cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================
      cventry{December 2017}{NET Qualified - AIR- 24}{3}{}{}{}
      cventry{June 2018}{JRF- AIR - 111}{}{}{}{}

      end{document}


      showing the result:



      resulting cv



      Please see that I added line



      setlength{footskip}{42.5pt} % <=======================================


      to get rid of the waring about footskip.



      Now a last remark: In your added code you get December 2017 printed in two lines. That looks not very pretty. Please add/uncomment the line



      setlength{hintscolumnwidth}{3cm}


      to get a bigger first column to place December 2017 in one line:



      second cv



      Play with the length 3cm for your needs.



      Regarding TeXMaker:



      You can always compile your code without TeXmaker by switching to your console/terminal. Switch to the directory you have your cv, lets say mwe.tex and then type pdflatex mwe.tex. Then you get a file mwe.log which should not contain error messages (copy my given MWE to your computer to test that). Now -- if you have a bibliography included -- type bibtex mwe or biber mwe, depending on the used packages -- and type twice pdflatex mwe.tex. This has the advantage that you can check the log file (and blg file for bibliography) after each step.



      If TeXMaker does not change the PDF after quick build it happend that the quick build failed (as it did with your original code). Usualy it should show error messages or you simply oversaw them.



      Depending on your configuration of TeXMaker it can be that the quick build deletes aux files -- with the result the files with error messages are deleted. To get rid of the error with TeXMaker please add your current TeXMaker configuration for quick build to your question! Delete an erase option if used!






      share|improve this answer




























        0












        0








        0







        The issue with your edited code is already named in a comment to the first part of code you gave:



        % arguments 3 to 6 can be left empty


        That means you must not fill them with text, you can left them empty but you have to write the empty {} then! Class moderncv defines command cventry having 6 parameters and one option parameter not used in your code.



        To get your added code compiling you need to add the missing {} to command cventry like



        cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================


        In this example I simply numbered the {} to be able to show you the result in the cv ...



        With the complete MWE



        documentclass[11pt,a4paper,sans]{moderncv}

        moderncvstyle{casual}
        moderncvcolor{blue}

        usepackage[utf8]{inputenc}

        usepackage[scale=0.75]{geometry}
        usepackage{graphicx,amsmath,amssymb,amsfonts}

        name{sds}{V}
        title{Curriculum Vitae}
        address{abc}{M.D.U. }{fddssg}
        phone[mobile]{1234}
        email{sdsds@gmail.com}
        photo[64pt][0.2pt]{example-image}
        quote{Best way to predict the future is to create it.}

        setlength{footskip}{42.5pt} % <=======================================

        makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother


        begin{document}

        makecvtitle

        section{Education}
        cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
        cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
        cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

        cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

        cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}


        section{Achievements}
        cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================
        cventry{December 2017}{NET Qualified - AIR- 24}{3}{}{}{}
        cventry{June 2018}{JRF- AIR - 111}{}{}{}{}

        end{document}


        showing the result:



        resulting cv



        Please see that I added line



        setlength{footskip}{42.5pt} % <=======================================


        to get rid of the waring about footskip.



        Now a last remark: In your added code you get December 2017 printed in two lines. That looks not very pretty. Please add/uncomment the line



        setlength{hintscolumnwidth}{3cm}


        to get a bigger first column to place December 2017 in one line:



        second cv



        Play with the length 3cm for your needs.



        Regarding TeXMaker:



        You can always compile your code without TeXmaker by switching to your console/terminal. Switch to the directory you have your cv, lets say mwe.tex and then type pdflatex mwe.tex. Then you get a file mwe.log which should not contain error messages (copy my given MWE to your computer to test that). Now -- if you have a bibliography included -- type bibtex mwe or biber mwe, depending on the used packages -- and type twice pdflatex mwe.tex. This has the advantage that you can check the log file (and blg file for bibliography) after each step.



        If TeXMaker does not change the PDF after quick build it happend that the quick build failed (as it did with your original code). Usualy it should show error messages or you simply oversaw them.



        Depending on your configuration of TeXMaker it can be that the quick build deletes aux files -- with the result the files with error messages are deleted. To get rid of the error with TeXMaker please add your current TeXMaker configuration for quick build to your question! Delete an erase option if used!






        share|improve this answer















        The issue with your edited code is already named in a comment to the first part of code you gave:



        % arguments 3 to 6 can be left empty


        That means you must not fill them with text, you can left them empty but you have to write the empty {} then! Class moderncv defines command cventry having 6 parameters and one option parameter not used in your code.



        To get your added code compiling you need to add the missing {} to command cventry like



        cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================


        In this example I simply numbered the {} to be able to show you the result in the cv ...



        With the complete MWE



        documentclass[11pt,a4paper,sans]{moderncv}

        moderncvstyle{casual}
        moderncvcolor{blue}

        usepackage[utf8]{inputenc}

        usepackage[scale=0.75]{geometry}
        usepackage{graphicx,amsmath,amssymb,amsfonts}

        name{sds}{V}
        title{Curriculum Vitae}
        address{abc}{M.D.U. }{fddssg}
        phone[mobile]{1234}
        email{sdsds@gmail.com}
        photo[64pt][0.2pt]{example-image}
        quote{Best way to predict the future is to create it.}

        setlength{footskip}{42.5pt} % <=======================================

        makeatletterrenewcommand*{bibliographyitemlabel}{@biblabel{arabic{enumiv}}}makeatother


        begin{document}

        makecvtitle

        section{Education}
        cventry{2017-present}{Ph.D Scholar}{University }{fdfg}{textit{}}{Tfgf}
        cventry{2013--2016}{MS by Research}{institute}{Pu}{textit{6.80}}{a,b,c} % arguments 3 to 6 can be left empty
        cventry{2010--2013}{B.Sc. (Hons.)}{Uni}{dd}{textit{78.60%}}{Algebra, Calculus, Analysis, Differential Equations, Statistics, Numerical Analysis}

        cventry{2009-2010}{Class 12th}{Campus School}{Ro}{textit{85.80%}}{}

        cventry{2009-2010}{Class 10th}{Campus School}{Ro}{textit{95.40%}}{}


        section{Achievements}
        cventry{2013-2016}{scholarship}{3}{4}{5}{6} % <========================
        cventry{December 2017}{NET Qualified - AIR- 24}{3}{}{}{}
        cventry{June 2018}{JRF- AIR - 111}{}{}{}{}

        end{document}


        showing the result:



        resulting cv



        Please see that I added line



        setlength{footskip}{42.5pt} % <=======================================


        to get rid of the waring about footskip.



        Now a last remark: In your added code you get December 2017 printed in two lines. That looks not very pretty. Please add/uncomment the line



        setlength{hintscolumnwidth}{3cm}


        to get a bigger first column to place December 2017 in one line:



        second cv



        Play with the length 3cm for your needs.



        Regarding TeXMaker:



        You can always compile your code without TeXmaker by switching to your console/terminal. Switch to the directory you have your cv, lets say mwe.tex and then type pdflatex mwe.tex. Then you get a file mwe.log which should not contain error messages (copy my given MWE to your computer to test that). Now -- if you have a bibliography included -- type bibtex mwe or biber mwe, depending on the used packages -- and type twice pdflatex mwe.tex. This has the advantage that you can check the log file (and blg file for bibliography) after each step.



        If TeXMaker does not change the PDF after quick build it happend that the quick build failed (as it did with your original code). Usualy it should show error messages or you simply oversaw them.



        Depending on your configuration of TeXMaker it can be that the quick build deletes aux files -- with the result the files with error messages are deleted. To get rid of the error with TeXMaker please add your current TeXMaker configuration for quick build to your question! Delete an erase option if used!







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 3 hours ago

























        answered 3 hours ago









        KurtKurt

        38.5k848162




        38.5k848162






























            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%2f477663%2fwhat-am-i-doing-wrong-in-updating-this-cv-in-texmaker%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

            Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

            How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

            Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...