mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
fixes and typos
This commit is contained in:
parent
fa3ebb6b48
commit
68dc05989c
1 changed files with 10 additions and 10 deletions
|
|
@ -25,8 +25,8 @@
|
|||
\usepackage[pdftex,colorlinks=true]{hyperref} %(hyperref must be loaded before geometry)
|
||||
\usepackage[pdftex]{geometry}
|
||||
\geometry{top=2.5cm, bottom=3cm}
|
||||
\setlength{\parindent}{0pt} %(to soppress indentation when starting a new paragraph)
|
||||
\frenchspacing %(to soppress additional space after a full stop)
|
||||
\setlength{\parindent}{0pt} %(to suppress indentation when starting a new paragraph)
|
||||
\frenchspacing %(to suppress additional space after a full stop)
|
||||
|
||||
%packages
|
||||
\usepackage[pdftex]{graphicx}
|
||||
|
|
@ -64,8 +64,8 @@
|
|||
\end{abstract}
|
||||
|
||||
\section{Introduction}
|
||||
When I saw for the first time this class I was amazing: ``Here it is what I need'', I thought. Using the very clear examples, was easy to make my first curriculum.
|
||||
Indeed the class is very simple to use, in this documentation I will only put together all the things to help users to have all on hand.
|
||||
When I saw this class for the first time I was amazed: ``Here it is what I need,'' I thought. Using the very clear examples, it was easy to make my first CV.
|
||||
Indeed the class is very simple to use; in this documentation I will only put together all the things to help users to have all on hand.
|
||||
|
||||
\smallskip
|
||||
\texttt{Moderncv} requires the following packages: \texttt{ifthen}, \texttt{ifpdf}, \texttt{color}, \texttt{lmodern}, \texttt{marvosym}, \texttt{url}, \texttt{hyperref}, \texttt{longtable}, \texttt{graphicx}, \texttt{fancyhdr}, usually all just included in the \LaTeX\ distributions.
|
||||
|
|
@ -221,7 +221,7 @@ to obtain a classic moderncv in blue, as shown in figure \ref{fig:classic}.
|
|||
|
||||
Now we are ready to edit the part between \verb|\begin{document}| and \verb|\end{document}|.
|
||||
|
||||
As you can seen in figure \ref{fig:casual} e \ref{fig:classic}, you can divide your CV into sections, each of them describing what you are, what you know and what you have done in your life. Every section is divide into items chosen from different flavours. More in details:
|
||||
As you can seen in figure \ref{fig:casual} e \ref{fig:classic}, you can divide your CV into sections, each of them describing what you are, what you know and what you have done in your life. Every section is divided into items chosen from different flavours. More in details:
|
||||
|
||||
\subsection{Section}
|
||||
|
||||
|
|
@ -262,7 +262,7 @@ put some table or figure, \dots
|
|||
\cvitem{Now}{Back to moderncv layout, without making a new section :-)}
|
||||
\end{verbatim}
|
||||
|
||||
whose results is shown in figure \ref{fig:ex_sec}.
|
||||
whose result is shown in figure \ref{fig:ex_sec}.
|
||||
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
|
|
@ -273,7 +273,7 @@ whose results is shown in figure \ref{fig:ex_sec}.
|
|||
|
||||
\subsection{Items}
|
||||
|
||||
Inside sections, you can choose between different kind of items depending on the purpose:
|
||||
Inside sections, you can choose between different kinds of items depending on the purpose:
|
||||
|
||||
\begin{itemize}
|
||||
\item in the sections describing your education or your job experiences, you can use:
|
||||
|
|
@ -426,14 +426,14 @@ For example: the following code produces the result shown in figure \ref{fig:ex
|
|||
\label{fig:ex_items}
|
||||
\end{figure}
|
||||
|
||||
\subsection*{Adjusting lenghts}
|
||||
\subsection*{Adjusting lengths}
|
||||
The different lengths used by moderncv are customizable by
|
||||
\begin{verbatim}
|
||||
\setlength{<length>}{<new_dimensions>}
|
||||
\end{verbatim}
|
||||
where \texttt{<length>} are \texttt{quote\-width}, \texttt{sep\-a\-ra\-tor\-col\-umn\-width}, \texttt{main\-col\-umn\-width}, \texttt{doub\-le\-i\-tem\-main\-col\-umn\-width}, \texttt{list\-i\-tem\-sym\-bol\-width}, \texttt{list\-doub\-le\-i\-tem\-main\-col\-umn\-width},
|
||||
|
||||
In particular, the first column, can be set to any width. You can do that in two way:
|
||||
In particular, the first column can be set to any width. You can do that in two ways:
|
||||
\begin{itemize}
|
||||
\item using \verb|\sethintscolumnlength{<length>}|, where \texttt{<length>} is the desired length in a unit LaTeX understands
|
||||
\item using \verb|\sethintscolumntowidth{<string>}|, where \texttt{<string>} is a string of the desired length (usually, the longest string that has to appear in the column)
|
||||
|
|
@ -450,7 +450,7 @@ There are commands to manage hypertextual links:
|
|||
There is a \verb|\today| command, useful for example if you need to add the date the CV was produced.
|
||||
|
||||
\subsection*{Putting things at the end of CV}
|
||||
Sometimes there is the need to add some lines at the end of the CV. For example, in Italy is necessary to add the permission to treat the personal data contained in the r\'esum\'e. You can do that dropping out of the layout of \texttt{moderncv} and pushing the lines at the end by the command \verb|\vfill|:
|
||||
Sometimes there is the need to add some lines at the end of the CV. For example, in Italy it is necessary to add the permission to treat the personal data contained in the r\'esum\'e. You can do that dropping out of the layout of \texttt{moderncv} and pushing the lines at the end by the command \verb|\vfill|:
|
||||
\begin{verbatim}
|
||||
\emptysection{}\closesection
|
||||
\vfill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue