Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add option to remove "Attached: Curriculum Vitae" #60

Open
iverks opened this issue Sep 7, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@iverks
Copy link

iverks commented Sep 7, 2024

When applying for jobs through portals I don't think it makes any sense to sign off with that, so it would be great to have the option not to.

@mgrimace
Copy link
Contributor

mgrimace commented Sep 7, 2024

I wanted the same thing and was able to do it by installing modern-cv locally, and making some edits to the lib.typ template file. At the block of text starting line 692, edit it from:

Old

  
  let letter-conclusion = {
    align(bottom)[
      #pad(bottom: 2em)[
        #text(weight: "light")[#linguify(
            "sincerely",
            from: lang_data,
          )#sym.comma] \
        #text(weight: "bold")[#author.firstname #author.lastname] \ \
        #text(weight: "light", style: "italic")[ #linguify(
            "attached",
            from: lang_data,
          )#sym.colon #linguify("curriculum-vitae", from: lang_data)]
      ]
    ]
  }

to:

New

  
let letter-conclusion = {
  align(bottom)[
    #pad(bottom: 2em)[
      #text(weight: "light")[#linguify(
          "sincerely",
          from: lang_data,
        )#sym.comma] \
      #text(weight: "bold")[#author.firstname #author.lastname]
    ]
  ]
}

Then in your cover.typ, change line 1 to #import "@local/modern-cv:0.6.0": * where 'local' tells it to use your new locally edited template.

@DeveloperPaul123
Copy link
Owner

Good idea, this is definitely do-able.

@DeveloperPaul123 DeveloperPaul123 added the enhancement New feature or request label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants