merge typo fixes from github.com/ig0774/moderncv

This commit is contained in:
David 2021-01-21 15:31:19 +01:00 committed by David Seus
commit f1159a37d5

View file

@ -134,8 +134,7 @@ where \verb|\recomputelengths| is required when changes are made to page layout
Now we can get into the part most related to our curriculum vit\ae: our personal data. They will be inserted in the header of the first page, in the classic theme, or in the footer of every page, in the case of casual theme. Now we can get into the part most related to our curriculum vit\ae: our personal data. They will be inserted in the header of the first page, in the classic theme, or in the footer of every page, in the case of casual theme.
\begin{itemize} \begin{itemize}
\item \verb|\firstname{John}| \item \verb|\name{John}{Doe}|
\item \verb|\familyname{Doe}|
\item \verb|\title{Resum\'e title}|: optional \item \verb|\title{Resum\'e title}|: optional
\item \verb|\address{street and number}{postcode city}|: optional \item \verb|\address{street and number}{postcode city}|: optional
\item \verb|\mobile{mobile}|: optional \item \verb|\mobile{mobile}|: optional
@ -171,15 +170,14 @@ In practice, you will type:
\recomputelengths \recomputelengths
% personal data % personal data
\firstname{John} \name{John}{Doe}
\familyname{Doe}
\title{Design enthusiast} \title{Design enthusiast}
\address{12 somestreet}{3456 somecity} \address{12 somestreet}{3456 somecity}
\mobile{+123 456 7890} \mobile{+123 456 7890}
\phone{+12 (3)456 78 90} \phone{+12 (3)456 78 90}
\fax{+12 (3)456 78 90} \fax{+12 (3)456 78 90}
\email{jdoe@design.org} \email{jdoe@design.org}
\extrainfo{\weblink{www.ctan.org}} \extrainfo{\link{www.ctan.org}}
\photo[64pt]{jdoe_picture} \photo[64pt]{jdoe_picture}
\quote{Any intelligent fool can make things bigger, more complex, \quote{Any intelligent fool can make things bigger, more complex,
and more violent. It takes a touch of genius -- and a lot of courage -- to and more violent. It takes a touch of genius -- and a lot of courage -- to
@ -426,7 +424,7 @@ For example: the following code produces the result shown in figure \ref{fig:ex
\label{fig:ex_items} \label{fig:ex_items}
\end{figure} \end{figure}
\subsection*{Adjusting lenghts} \subsection*{Adjusting lengths}
The different lengths used by moderncv are customizable by The different lengths used by moderncv are customizable by
\begin{verbatim} \begin{verbatim}
\setlength{<length>}{<new_dimensions>} \setlength{<length>}{<new_dimensions>}
@ -442,7 +440,7 @@ In particular, the first column, can be set to any width. You can do that in two
\subsection*{Additional commands} \subsection*{Additional commands}
There are commands to manage hypertextual links: There are commands to manage hypertextual links:
\begin{itemize} \begin{itemize}
\item[-] \verb|\weblink[optional text]{link}| \item[-] \verb|\link[optional text]{URL}|
\item[-] \verb|\httplink[optional text]{link}| \item[-] \verb|\httplink[optional text]{link}|
\item[-] \verb|\emaillink[optional text]{link}| \item[-] \verb|\emaillink[optional text]{link}|
\end{itemize} \end{itemize}