Problema con spacedhrule

  • Creatore
    Topic
  • #105563
    Up
    0
    Down
    ::


    Buonasera ragazzi,
    di seguito troverete una porzione di codice che mi sta facendo impazzire.
    Dopo la dicitura del diploma di scuola superiore vorrei semplicemente una riga che delimiti il paragrafo, usando \spacedhrule (come pre impostato per il CV), questa riga (modificando anche tutti i parametri) mi finisce sul secondo foglio, e non c’è verso di trattenerla sul primo foglio, come mai?

    Se vi serve tutto il codice ditemelo, grazie.

    `\spacedhrule{-0.2em}{-0.4em} % Horizontal rule – the first bracket is whitespace before and the second is after

    \vspace{0.25cm}
    \roottitle{Qualifications} % Top level section
    \vspace{0.25cm}
    \begin{center}
    {\underline{University of Padua – BSc – Computer Engineering}\\
    Dissertation:\textsl{ A database for management of multimedia courseware – Structure of an application.}}
    \end{center}
    \begin{center}
    {\underline{E. Mattei Technical Institute – High School Diploma – Electronics Consultant}}
    \end{center}

    \vspace{0.25cm}

    \spacedhrule{-0.2em}{0.4em}`

Visualizzazione 1 filone di risposte
  • Autore
    Risposte
    • #105564
      Up
      0
      Down
      ::


      Le cose stanno così in asterisco sono le cose che dovrebbero finire sulla prima pagine, quelle dopo sulla seconda

      `

      ****************************************************************************************************
      \spacedhrule{-0.2em}{-0.4em} % Horizontal rule – the first bracket is whitespace before and the second is after

      \vspace{0.25cm}
      \roottitle{Qualifications} % Top level section
      \vspace{0.25cm}
      \begin{center}
      {\underline{University of xxxxxxx – BSc – Computer Engineering}\\
      Dissertation:\textsl{ Structure of an application.}}
      \end{center}
      \begin{center}
      {\underline{E. Mattei Technical Institute – High School Diploma – Electronics Consultant}}
      \end{center}

      \vspace{0.25cm}

      \spacedhrule{-0.2em}{0.4em}
      %fine della prima pagina

      ************************************************************************************************************************
      %seconda pagina

      \maintitle{Simon}\\
      \noindent\textbf{LAMP Developer, Software Tester, Bachelor Degree }

      \spacedhrule{-0.2em}{-0.4em} % Horizontal rule – the first bracket is whitespace before and the second is after

      \vspace{0.25cm}

      \roottitle{{Employment History}} % Top level section
      \vspace{0.25cm}
      %\headedsection % Employer name which can include a hyperlink and location/URL on the right side of the page

      \headedsection
      {\textbf {December 2008 to Present Day – Administrative and Data Processing Controller}}

      {\textbf{\textit{Department of Cultural Heritage – University of Martano}}
      %\headedsubsection % Job title entry for the current employer
      %{}{}
      \begin{itemize}
      \item My current responsibilities are to create the design, and implement the development of a \hbox{web-orientated} application that is written in PHP and SQL;
      \item I manage and maintain all of the hardware and software resources;
      \item I am also responsible for the management of all of the departments websites, mailing lists, server administration, technical support and user training;
      \item It is essential that I maintain open lines of communication with the administrative sector to collaborate on the purchase of information technology;
      \item I also liaise with the audio-visual laboratory in relation to computer storage for images.
      \end{itemize}
      }
      \vspace{0.25cm
      }`

      Anche eliminando spazi o altro quel nome o finisce alla fine della prima pagina o va sulla seconda tirandosi anche la linea, come mai?
      Grazie

    • #105565
      Up
      0
      Down
      ::


      Ho risolto ponendo alla fine della prima pagina il comando.

      `\clearpage
      `

      Buona notte a tutti,
      simone

Visualizzazione 1 filone di risposte
  • Devi essere connesso per rispondere a questo topic.

Go to top