- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 10 anni, 8 mesi fa da .
-
Topic
-
Salve,
sto usando su sharelatex.com il template CV Professional di A. Plasmati per il mio CV.
Come è possibile evitare che ogni pagina debba iniziare per forza con un titolo di una sezione (i.e. come fare in modo che i testi delle varie sezioni possano essere “spalmati” su più pagine)?
Copio l’inizio del codice:
`
\documentclass[a4paper,10pt]{article}%A Few Useful Packages
\usepackage{marvosym}
\usepackage{fontspec} %for loading fonts
\usepackage{xunicode,xltxtra,url,parskip} %other packages for formatting
\RequirePackage{color,graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[big]{layaureo} %better formatting of the A4 page
% an alternative to Layaureo can be ** \usepackage{fullpage} **
\usepackage{supertabular} %for Grades
\usepackage{titlesec}%Setup hyperref package, and colours for links
\usepackage{hyperref}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}%FONTS
\defaultfontfeatures{Mapping=tex-text}
%\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin}
%%% modified for Karol Kozioł for ShareLaTeX use
\setmainfont[
SmallCapsFont = Fontin-SmallCaps.otf,
BoldFont = Fontin-Bold.otf,
ItalicFont = Fontin-Italic.otf
]
{Fontin.otf}
%%%%CV Sections inspired by:
%http://stefano.italians.nl/archives/26
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
\titlespacing{\section}{0pt}{3pt}{3pt}
%Tweak a bit the top margin
%\addtolength{\voffset}{-1.3cm}%Italian hyphenation for the word: ''corporations''
\hyphenation{im-pre-se}%————-WATERMARK TEST [**not part of a CV**]—————
\usepackage[absolute]{textpos}\setlength{\TPHorizModule}{30mm}
\setlength{\TPVertModule}{\TPHorizModule}
\textblockorigin{2mm}{0.65\paperheight}
\setlength{\parindent}{0pt}%——————–BEGIN DOCUMENT———————-
\begin{document}%WATERMARK TEST [**not part of a CV**]—————
%\font\wm=''Baskerville:color=787878'' at 8pt
%\font\wmweb=''Baskerville:color=FF1493'' at 8pt
%{\wm
% \begin{textblock}{1}(0,0)
% \rotatebox{-90}{\parbox{500mm}{
% Typeset by Alessandro Plasmati with \XeTeX\ \today\ for
% {\wmweb \href{http://www.aleplasmati.comuv.com}{aleplasmati.comuv.com}}
% }
% }
% \end{textblock}
%}\pagestyle{plain} % non-numbered pages
\font\fb=''[cmr10]'' %for use with \LaTeX command
`
- Devi essere connesso per rispondere a questo topic.