eliky / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

Bad formatting with moderncv #221

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create the following LaTeX document:
\documentclass[11pt,a4paper]{moderncv}
\usepackage[utf8]{inputenc}
\moderncvstyle{classic}
\firstname{John}
\familyname{Doe}
\title{Curriculum Vit\ae}
\address{street and number}{postcode city}
\mobile{My mobile}
\phone{My phone}
\fax{My fax}
\email{My email}
\extrainfo{extra info}
\begin{document}
\maketitle
\end{document}
2. Compile it with LaTeX Lab compiler 
3. Compile it with any other LaTeX compiler
4. Compare both generated documents

What is the expected output? What do you see instead?
The postcode city, mobile and fax numbers appear unformatted on top left of 
page instead of on the right.

What version of the product are you using?
I tested it on both the default and the development version, with the same 
results.

Original issue reported on code.google.com by diego1609 on 30 Oct 2010 at 3:19

GoogleCodeExporter commented 8 years ago
I think an update of moderncv package should fix this.

Original comment by erhard.r...@gmail.com on 14 Feb 2011 at 3:12