Class moderncv - cvitem indent from second lineModern CV - cvitem second line indentationModerncv: bulleted...

Is there a math expression equivalent to the conditional ternary operator?

In the world of The Matrix, what is "popping"?

Convert an array of objects to array of the objects' values

What does "rhumatis" mean?

Can a space-faring robot still function over a billion years?

How to make sure I'm assertive enough in contact with subordinates?

Why aren't there more gauls like Obelix?

Is being socially reclusive okay for a graduate student?

How did Haman know Moshe Rabeinu's Yahrzeit but not his Birthday?

Can inspiration allow the Rogue to make a Sneak Attack?

Why can't we use freedom of speech and expression to incite people to rebel against government in India?

ESPP--any reason not to go all in?

School performs periodic password audits. Is my password compromised?

I can't die. Who am I?

The (Easy) Road to Code

New invention compresses matter to produce energy? or other items? (Short Story)

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

Did Amazon pay $0 in taxes last year?

What is Tony Stark injecting into himself in Iron Man 3?

Where is the fallacy here?

How can I be pwned if I'm not registered on the compromised site?

Why do phishing e-mails use faked e-mail addresses instead of the real one?

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

What can I do if someone tampers with my SSH public key?



Class moderncv - cvitem indent from second line


Modern CV - cvitem second line indentationModerncv: bulleted list in cvitemmoderncv and cvitemModerncv: cvitem text is too largecvitem hbox overfull in moderncvPackage moderncv: pagebreak in cvitemModernCV classic - family name on separate lineModern CV - cvitem second line indentationPosition of Application Photo in moderncvbibliography in cvitem (moderncv)ModernCV - Remove vertical line in makecvtitle













1















Class moderncv, style banking has the indentation for cvitem set up as:



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next line
very long description that runs to the next line


I would like the second line to be indented just a little bit like this:



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next line
very long description that runs to the next line


I want this to be a global modification, without having to be specific about indentation every time I add a new cvitem.



Here's a MWE:



documentclass[11pt, letterpaper, sans]{moderncv}
moderncvstyle{banking}
usepackage[scale=0.75]{geometry}
name{first}{last}
begin{document}
makecvtitle
section{Publications}
cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
end{document}









share|improve this question

























  • If you would like to be indented same as the First line is indented (because of the word "title") you could place the second argument of the command inside a parbox and could also redefine cvitem to behave like this by default... But this "a little bit" makes things harder. So, just confirm that you want a little bit and not so much as the "title"...

    – koleygr
    11 hours ago
















1















Class moderncv, style banking has the indentation for cvitem set up as:



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next line
very long description that runs to the next line


I would like the second line to be indented just a little bit like this:



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next line
very long description that runs to the next line


I want this to be a global modification, without having to be specific about indentation every time I add a new cvitem.



Here's a MWE:



documentclass[11pt, letterpaper, sans]{moderncv}
moderncvstyle{banking}
usepackage[scale=0.75]{geometry}
name{first}{last}
begin{document}
makecvtitle
section{Publications}
cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
end{document}









share|improve this question

























  • If you would like to be indented same as the First line is indented (because of the word "title") you could place the second argument of the command inside a parbox and could also redefine cvitem to behave like this by default... But this "a little bit" makes things harder. So, just confirm that you want a little bit and not so much as the "title"...

    – koleygr
    11 hours ago














1












1








1








Class moderncv, style banking has the indentation for cvitem set up as:



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next line
very long description that runs to the next line


I would like the second line to be indented just a little bit like this:



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next line
very long description that runs to the next line


I want this to be a global modification, without having to be specific about indentation every time I add a new cvitem.



Here's a MWE:



documentclass[11pt, letterpaper, sans]{moderncv}
moderncvstyle{banking}
usepackage[scale=0.75]{geometry}
name{first}{last}
begin{document}
makecvtitle
section{Publications}
cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
end{document}









share|improve this question
















Class moderncv, style banking has the indentation for cvitem set up as:



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next line
very long description that runs to the next line


I would like the second line to be indented just a little bit like this:



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next line
very long description that runs to the next line


I want this to be a global modification, without having to be specific about indentation every time I add a new cvitem.



Here's a MWE:



documentclass[11pt, letterpaper, sans]{moderncv}
moderncvstyle{banking}
usepackage[scale=0.75]{geometry}
name{first}{last}
begin{document}
makecvtitle
section{Publications}
cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
end{document}






moderncv cv






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 mins ago









Kurt

38.7k849162




38.7k849162










asked 12 hours ago









idonthaveagoatidonthaveagoat

183




183













  • If you would like to be indented same as the First line is indented (because of the word "title") you could place the second argument of the command inside a parbox and could also redefine cvitem to behave like this by default... But this "a little bit" makes things harder. So, just confirm that you want a little bit and not so much as the "title"...

    – koleygr
    11 hours ago



















  • If you would like to be indented same as the First line is indented (because of the word "title") you could place the second argument of the command inside a parbox and could also redefine cvitem to behave like this by default... But this "a little bit" makes things harder. So, just confirm that you want a little bit and not so much as the "title"...

    – koleygr
    11 hours ago

















If you would like to be indented same as the First line is indented (because of the word "title") you could place the second argument of the command inside a parbox and could also redefine cvitem to behave like this by default... But this "a little bit" makes things harder. So, just confirm that you want a little bit and not so much as the "title"...

– koleygr
11 hours ago





If you would like to be indented same as the First line is indented (because of the word "title") you could place the second argument of the command inside a parbox and could also redefine cvitem to behave like this by default... But this "a little bit" makes things harder. So, just confirm that you want a little bit and not so much as the "title"...

– koleygr
11 hours ago










1 Answer
1






active

oldest

votes


















0














One possibility you have is to indent the "very long description ..." to get



Title: very long description that runs to the next line very long description 
that runs to the next line very long description that runs to the next
line very long description that runs to the next line


If you want to get that follow please my answer here. The advantage here is that every mycvitem is indentend the length of given Title:.



If you -- as showed in your question -- only want to indent the complete paragraph a small skip you can use the following solution:



newcommand*{mycvitem}[3][.25em]{%
begin{description}
item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
end{description}%
paraddvspace{#1}}


Then you can use command mycvitem in your cv to get what you want like:



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

moderncvstyle{banking}
usepackage[scale=0.75]{geometry}
name{first}{last}

newcommand*{mycvitem}[3][.25em]{%
begin{description}
item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
end{description}%
paraddvspace{#1}}


begin{document}
makecvtitle
section{Publications}
cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
mycvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
end{document}


with the result:



resulting cv






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%2f478286%2fclass-moderncv-cvitem-indent-from-second-line%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









    0














    One possibility you have is to indent the "very long description ..." to get



    Title: very long description that runs to the next line very long description 
    that runs to the next line very long description that runs to the next
    line very long description that runs to the next line


    If you want to get that follow please my answer here. The advantage here is that every mycvitem is indentend the length of given Title:.



    If you -- as showed in your question -- only want to indent the complete paragraph a small skip you can use the following solution:



    newcommand*{mycvitem}[3][.25em]{%
    begin{description}
    item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
    end{description}%
    paraddvspace{#1}}


    Then you can use command mycvitem in your cv to get what you want like:



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

    moderncvstyle{banking}
    usepackage[scale=0.75]{geometry}
    name{first}{last}

    newcommand*{mycvitem}[3][.25em]{%
    begin{description}
    item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
    end{description}%
    paraddvspace{#1}}


    begin{document}
    makecvtitle
    section{Publications}
    cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
    mycvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
    cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
    end{document}


    with the result:



    resulting cv






    share|improve this answer




























      0














      One possibility you have is to indent the "very long description ..." to get



      Title: very long description that runs to the next line very long description 
      that runs to the next line very long description that runs to the next
      line very long description that runs to the next line


      If you want to get that follow please my answer here. The advantage here is that every mycvitem is indentend the length of given Title:.



      If you -- as showed in your question -- only want to indent the complete paragraph a small skip you can use the following solution:



      newcommand*{mycvitem}[3][.25em]{%
      begin{description}
      item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
      end{description}%
      paraddvspace{#1}}


      Then you can use command mycvitem in your cv to get what you want like:



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

      moderncvstyle{banking}
      usepackage[scale=0.75]{geometry}
      name{first}{last}

      newcommand*{mycvitem}[3][.25em]{%
      begin{description}
      item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
      end{description}%
      paraddvspace{#1}}


      begin{document}
      makecvtitle
      section{Publications}
      cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
      mycvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
      cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
      end{document}


      with the result:



      resulting cv






      share|improve this answer


























        0












        0








        0







        One possibility you have is to indent the "very long description ..." to get



        Title: very long description that runs to the next line very long description 
        that runs to the next line very long description that runs to the next
        line very long description that runs to the next line


        If you want to get that follow please my answer here. The advantage here is that every mycvitem is indentend the length of given Title:.



        If you -- as showed in your question -- only want to indent the complete paragraph a small skip you can use the following solution:



        newcommand*{mycvitem}[3][.25em]{%
        begin{description}
        item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
        end{description}%
        paraddvspace{#1}}


        Then you can use command mycvitem in your cv to get what you want like:



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

        moderncvstyle{banking}
        usepackage[scale=0.75]{geometry}
        name{first}{last}

        newcommand*{mycvitem}[3][.25em]{%
        begin{description}
        item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
        end{description}%
        paraddvspace{#1}}


        begin{document}
        makecvtitle
        section{Publications}
        cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
        mycvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
        cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
        end{document}


        with the result:



        resulting cv






        share|improve this answer













        One possibility you have is to indent the "very long description ..." to get



        Title: very long description that runs to the next line very long description 
        that runs to the next line very long description that runs to the next
        line very long description that runs to the next line


        If you want to get that follow please my answer here. The advantage here is that every mycvitem is indentend the length of given Title:.



        If you -- as showed in your question -- only want to indent the complete paragraph a small skip you can use the following solution:



        newcommand*{mycvitem}[3][.25em]{%
        begin{description}
        item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
        end{description}%
        paraddvspace{#1}}


        Then you can use command mycvitem in your cv to get what you want like:



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

        moderncvstyle{banking}
        usepackage[scale=0.75]{geometry}
        name{first}{last}

        newcommand*{mycvitem}[3][.25em]{%
        begin{description}
        item[ifthenelse{equal{#2}{}}{}{hintstyle{#2}: }] #3
        end{description}%
        paraddvspace{#1}}


        begin{document}
        makecvtitle
        section{Publications}
        cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
        mycvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
        cvitem{Title}{very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line very long description that runs to the next line}
        end{document}


        with the result:



        resulting cv







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 11 mins ago









        KurtKurt

        38.7k849162




        38.7k849162






























            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%2f478286%2fclass-moderncv-cvitem-indent-from-second-line%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 /...