Skip to content

Erroneous snippet for LaTeX-mode: moderncv-cventry #452

Open
@bertulli

Description

@bertulli

Hi!
I think the snippet moderncv-cventry is wrong. As you see:

# -*- mode: snippet -*-
# name: moderncv-cventry
# key: cventry
# --
\cventry{${1:year}}{${2:job}}{${3:employer}}{${4:city}}{${5:description}}
$0

It expands into the template \cventry{year}{job}{employer}{city}{description}, thus it provides 5 arguments. However, as you can see from this TeX SE question, it actually needs 6. The manual is a bit unclear, I opened an issue even for that. Can it be fixed upstream? I can make a PR if you like.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions