Moderncv: perché non vuole apparire la linea?

  • Creatore
    Topic
  • #56247
    Up
    0
    Down
    ::


    Buongiorno,

    sto cercando di scrivere il mio CV in LaTeX. Sto usando moderncv e tutto mi sembrava procedere abb. bene.

    Sono però arrivata alla sezione “formazione”, ho aggiunto le mie formazioni e, ad un certo punto, non c’è modo di fare apparire le linee che ho aggiunto nel pdf… ho scritto le linee dopo \cventry, ma mi appaiono solo le prime 4 \cventry, la 5° (ma ce ne dovrebbe essere anche una 6a in teoria) non me la compila!
    C’è un numero massimo di entry? Cosa c’è che non funziona? Davvero non capisco.

    Qui il mio codice (così sapete tutti cosa faccio). Ci possono essere degli errori di inglese, perché ora mi concentro sul layout:

    `\documentclass[11pt,a4paper]{moderncv}

    % moderncv themes
    %\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
    \moderncvtheme[orange]{classic} % idem

    % character encoding
    \usepackage[utf8]{inputenc} % replace by the encoding you are using

    \usepackage[french, italian, english]{babel}

    % adjust the page margins
    \usepackage[scale=0.8]{geometry}
    \recomputelengths % required when changes are made to page layout lengths

    % personal data
    \firstname{Cristina}
    \familyname{\mbox{Del Biaggio}}
    \title{Geographer} % optional, remove the line if not wanted
    \address{Rue de Vermont 5}{1202 Geneva} % optional, remove the line if not wanted
    %\mobile{mobile 312 218 8840 begin_of_the_skype_highlighting              312 218 8840      end_of_the_skype_highlighting begin_of_the_skype_highlighting              312 218 8840      end_of_the_skype_highlighting} % optional, remove the line if not wanted
    \phone{+41 22 xxx} % optional, remove the line if not wanted
    \email{Cristina.DelBiaggio@unige.ch} % optional, remove the line if not wanted
    %\extrainfo{additional information (optional)} % optional, remove the line if not wanted
    %\photo[64pt]{my_photo_smaller} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
    \quote{Bla bla bla \dots} % optional, remove the line if not wanted

    %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

    %———————————————————————————-
    % content
    %———————————————————————————-
    \begin{document}
    \maketitle

    \section{PhD details}
    \cvline{2007-Present}{PhD Student, Department of Geography, Faculty of Social and Economic Sciences, University of Geneva, Switzerland}
    \cvline{title}{\emph{Governing the Alps:………………..}}
    \cvline{supervisors}{Profs. B. Debarbieux and J. Fall}
    \cvline{jury}{Prof. xxxxxxxxxxxxxxxxxxxxxxxxxx}
    \cvline{description}{\small Short thesis abstract}
    \cvline{fellowship}{Fellowship for a stay abroad for prospective researchers (\textbf{42'800 CHF}) obtained by the Swiss National Science Foundation. International visiting student March 2011 — February 2011 at the Department of Regional Studies, University of Tampere, Finland, under the supervision of Prof. J. H\”akli}
    \cvline{grant}{\textbf{39'000 CHF} obtained by the \textit{Commission de l'\'egalit\'e} as a teaching discharge for the Winter term 2010}

    \section{Former Education}
    \cventry{2003-2004}{Master in geography}{University of Bordeaux}{France}{}{Master thesis: \textit{L'\'epilepsie dans les pays en d\'eveloppement: cr\'eation d’une unit\'e d’enseignement et recherche sur l’\'epilepsie \`a l'h\^opital Bach Mai de Hanoi, Vietnam}}

    {Supervisor: Prof. G. Di M\'eo}
    \cventry{2001-2002}{Certificate of specialised studies}{Graduate Institute of international and development studies}{Geneva}{Switzerland}{Thesis: \textit{Analyse critique d’un projet de d\'eveloppement au Vietnam}}
    \cventry{2000-2001}{Erasmus/Socrates semester}{Department of geography}{University of Southampton}{Great Britain}{}
    \cventry{1998-2001}{Degree in Social and Economic Sciences}{Specialised in geography}{University of Geneva}{Switzeland}{Degree thesis: \textit{Les comportements territoriaux des personnes \'epileptiques}}
    \cventry{1996-1998}{Demi-licence in Political Economy}{University of Neuch\^atel}{Switzeland}{}`

    E questa linea non appare nel pdf:
    `\cventry{1996-1998}{Demi-licence in Political Economy}{University of Neuch\^atel}{Switzeland}{}`

    Qualcuno ha un’idea?

    Grazie,
    Cristina

Visualizzazione 0 filoni di risposte
  • Autore
    Risposte
    • #56248
      Up
      0
      Down
      ::


      Ho trovato la soluzione!

      💡

      mancava semplicemente un argomento, da lasciare vuoto, fra parentesi:
      `
      \cventry{1996-1998}{Demi-licence in Political Economy}{University of Neuch\^atel}{Switzeland}{}{}`

      Quindi: sempre mettere 6 argomenti!

      😉

Visualizzazione 0 filoni di risposte
  • Devi essere connesso per rispondere a questo topic.

Go to top