You have been subscribed to a public bug:

With `moderncv.cls` 2015/07/28 v2.0.0, the following MWE:

--8<---------------cut here---------------start------------->8---
\documentclass{moderncv}
\moderncvstyle{casual}
\name{John}{Smith}
\title{Title}
\address{Address}{Address}{Country}
\begin{document}
\makecvtitle
\end{document}
--8<---------------cut here---------------end--------------->8---

leads to the following warnings:

  ┌────
  │ LaTeX Warning: You have requested package `moderncvheadii',
  │                but the package provides `moderncvheadii'.
  │ 
  │ LaTeX Warning: You have requested package `moderncvbodyi',
  │                but the package provides `moderncvbodyi'.
  │ 
  │ LaTeX Warning: You have requested package `moderncvfooti',
  │                but the package provides `moderncvfooti'.
  └────

I guess the problem comes from the definitions of `\moderncvfoot',
`\moderncvbody' and `\moderncvhead' that make tricky uses of
`\RequirePackage', such as:

  ┌────
  │ \newcommand*{\moderncvhead}[2][]{
  │   
\expandafter\RequirePackage\expandafter[\expandafter#1\expandafter]{\expandafter
 moderncvhead\romannumeral #2}}
  └────

This bug may be related to:

  ┌────
  │ 
https://www.slac.stanford.edu/comp/unix/package/tex/latex/clsguide/node15.html
  └────

** Affects: moderncv
     Importance: Undecided
         Status: New

** Affects: texlive-extra (Ubuntu)
     Importance: Undecided
         Status: New

-- 
LaTeX Warning: You have requested package `moderncv*', but the package provides 
`moderncv*'
https://bugs.launchpad.net/bugs/1496872
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to texlive-extra in Ubuntu.

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to