Curricula Vitae / Résumés ⇒ How to change the header/title format in Medium Length Prof.
How to change the header/title format in Medium Length Prof.
I would like to change the header format for the Medium Length Professional CV shown below...
Link: http://www.latextemplates.com/template/ ... ssional-cv
PDF: http://www.latextemplates.com/templates ... 4/cv_4.pdf
... to the header format for ModernCV and Cover Letter (classic type) shown here.
Link: http://www.latextemplates.com/template/ ... ver-letter
PDF: http://www.latextemplates.com/templates ... lassic.pdf
The only thing I would change for the ModernCV header is take out the picture. I only require the "John Smith" name portion and the bits on the right that give your contact information. For everything else, I prefer the Pro CV style.
Any ideas?
I tried using the tabular thing below, but it doesn't look nearly as good.
\begin{tabular*}{7in}{l@{\extracolsep{\fill}}r}
\textbf{\Huge David Grant} & 604-555-5555\\
~ & davidgrant-at-gmail.com \\
~ & http://www.davidgrant.ca\\
\end{tabular*}
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 change the header/title format in Medium Length P
I'd suggest it's not worth looking at the code of the ModernCV implementation of this since I just had a look and there's too many conditionals based on variables set elsewhere.
Instead, just open up the ModernCV header you like and then find the header in the pro CV and then play around with how to do 2-column layouts and you'll get it eventually. Off the top of my head you could try a table or minipage and then position each "cell" appropriately.
Good luck!
Vel