Curricula Vitae / Résumés ⇒ How to include Subject to letter
How to include Subject to letter
I would like to add a Subject line to the letter template "ModernCV" CV and Cover Letter from Xavier Danaux.
This is how it looks like:
\recipient{Prof. Albert}{} % Letter recipient
\date{\today} % Letter date
\opening{Sehr geehrte Damen und Herren,} % Opening greeting
\closing{Mit freundlichen Grüßen,} % Closing phrase
\makelettertitle
I would like to add a subject line before \opening{} but I'm not sure how to do it.
Any help appreciated.
Thank you,
Luis
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: How to include Subject to letter
Sorry for the noise.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: How to include Subject to letter
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to include Subject to letter
welcome to the forum!
Don't worry about noise. It's a discussion forum.

The launchpad answer is bad, the writers there may not know better. There's an important thing, like Johannes said (even if we ignore license things): never change a .cls or a .sty file. Reasons:
- the next update destroys your changes, since the TeX package manager doesn't know you changed it and would overwrite it;
- your code doesn't run on another computer (which has the original .cls or .sty file
\newcommand
, use a \renewcommand
to redefine it.Stefan