Usa \hspace*{
}. Ivan
eureka.. funziona, ma come prevedevi non benissimo (non indenta correttamente una frase piu’ lunga di una riga, ovviamente..)
Però toglimi una curiosità: hai dei motivi particolari per volere un ambiente di quel tipo, e costruito in quel modo? Se ci dai qualche informazione in più magari possiamo indicarti una via più ortodossa per risolvere il problema. Tutti quegli aggiustamenti “a mano” mi insospettiscono 😕
si.. in effetti ci sono troppi aggiustamenti a mano… tempo fa avevo usato quell’ambiente (non ricordo preso dove) per il mio curriculum. ora sto facendo delle prove di riformatatzione.
Ecco il codice intero, come si ridefinisce quell’ambiente in modo che funzioni correttamente?
grazie
vevo
`\documentclass[a4paper,11pt]{article}
\usepackage[english]{babel}
\usepackage[a4paper,left=1cm,right=1cm,top=1.5cm,bottom=1.5cm]{geometry}
\usepackage{calc}
\setlength{\parindent}{0pt}
\newcommand{\titolo}[1]{\par\textbf{#1}\par}
\newenvironment{elemento}[1]
{\vspace{0.09cm}\makebox[3cm][l]{#1}\hspace{2em}%
\begin{minipage}[t]{\textwidth-3cm-2em}}
{\end{minipage}\par}
\newenvironment{subelemento}[1]
{\vspace{0.09cm}\makebox[2.5cm][l]{#1}\hspace{2em}%
\begin{minipage}[t]{\textwidth-5.5cm-4em}}
{\end{minipage}\par}
\newcommand{\dblrule}{\par\medskip\hrule height 0.3mm\vspace{1pt}
\hrule height 0.3mm\bigskip}
\newcommand{\singlerule}{\par\medskip\hrule height 0.3mm\medskip}
\pagestyle{empty}
\begin{document}
\begingroup
\centering
{\Huge Valerio Salvucci\par}
\dblrule
info@valeriosalvucci.com\\
Tokyo, Shibuya-ku, Sasazuka 1-3-6 Japan\\
Date of birth 23{}/02{}/1982\\
\dblrule
\endgroup
\titolo{EDUCATION AND INTERNSHIP}
\begin{elemento}{From Oct 09}
–\enspace\textbf{Univesrity of Tokyo}, Faculty of Engineering , Japan
\\\hspace*{0.3cm} Ph.D. Candidate in \textit{Hori Laboratory}, Electrical Engineering Department
\\\hspace*{0.3cm} Research Topic: Motion Control\\
\end{elemento}
\vspace{0.3cm}
\begin{elemento}{Apr 08 – Sep 08}
–\enspace\textbf{Czech Thecnical Univesrity in Prague},Faculty of Engineering, Czech Republic
\\ Researcher in \textit{Gerstner Laboratory} in the \textit{Intelligent and Mobile Robotics} Group
\end{elemento}
\vspace{0.3cm}
\begin{elemento}{Jan 05 – Mar 08}
–\enspace\textbf{University of Bologna}, Faculty of Engineering, Italy
\\ \hspace*{0.3cm} Industrial Engineering, Master Degree
\\ \hspace*{0.3cm} Master Thesis: \textit{Study on the Quenching Phenomenon in Second Generation Superconducting Thin Films for SFCLs' Applications}
\end{elemento}
\vspace{0.2cm}
\begin{elemento}{}
\\ (Jun 07 – Dec 07)
\\ –\enspace\textbf{University of Tokyo}, Faculty of Engineering, Japan
\\ Research student in \textit{Baba Laboratory}, Electrical Engineering Department
\\ Research Topic: Superconductive Fault Current Limiters
\end{elemento}
\vspace{0.2cm}
\begin{elemento}{}
\\ (Sep 05 – Feb 06)
\\ –\enspace\textbf{Comillas University (ICAI)}, Faculty of Engineering, Madrid Spain
\\ Erasmus Student Exchange Program
\end{elemento}
\vspace{0.3cm}
\begin{elemento}{Oct 01 – Dec 04}
–\enspace\textbf{University of Pisa}, Faculty of Engineering, Italy
\\ Industrial Engineering, Bachelor Degree
\\ Bachelor Thesis: \textit{Requirements Specification and Ontology Modelling for an Intelligent Production Control System}
\end{elemento}
\vspace{0.2cm}
\begin{elemento}{}
\\ (Aug 04 – Nov 04)
\\ –\enspace\textbf{Hannover University},\textit{Institute of Production Engineering and Machine Tools}, Germany
\\ Ontology modelling and production control system desing of the Hanomag Group
\end{elemento}
\singlerule
\titolo{LANGUAGES}
\begin{elemento}{Italian}
Native
\end{elemento}
\begin{elemento}{English}
Fluent
\end{elemento}
\begin{elemento}{Spanish}
Fluent
\end{elemento}
\begin{elemento}{Japanese}
Intermediate
\end{elemento}
\singlerule
\titolo{COMPUTER SKILLS}
\begin{elemento}{Operative Systems}
Linux (Ubuntu, Vine), Mac OS, Windows XP
\end{elemento}
\begin{elemento}{Programming}
Open Office Suite, Latex, MATLAB, C/C++, HTML, CSS
\end{elemento}
\singlerule
\titolo{OTHER INTEREST}
\begin{elemento}{Sport}
Snowboard, Swimming, Basketball
\end{elemento}
\begin{elemento}{Personal}
Travel, Music, Informatics, Reading
\end{elemento}
\begin{elemento}{}
Volunteer work with children – Kenya (summer 2006) Thailand (summer 2005)
\end{elemento}
\vspace{0.5cm}
\hspace{1cm}Tokyo, 12/06/2009
\end{document}
`