mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
note on including pictures
This commit is contained in:
parent
c1d8b7fbf9
commit
208513870e
2 changed files with 8 additions and 2 deletions
Binary file not shown.
|
|
@ -382,7 +382,13 @@ A command for a quote.
|
|||
\quote{<quote>}
|
||||
\end{lstlisting}
|
||||
|
||||
\todox{explain adding pictures}
|
||||
\paragraph{Pictures.}
|
||||
For some occasions it is needed to include pictures besides the portrait photo. For this task it is helpful to know basic lengths used in \moderncv. For a more detailed description of lengths see section \ref{subsection:adjusting:lengths}.
|
||||
Pictures can be included i. e. with \code{\\includegraphics}.
|
||||
\begin{lstlisting}
|
||||
\hspace{\hintscolumnwidth + \separatorcolumnwidth}\includegraphics[<scale>]{<file name picture>}
|
||||
\end{lstlisting}
|
||||
Adding \code{\\hspace} in units of basic \code{moderncv} lengths will fit them more naturally into the CV or resume.
|
||||
|
||||
\todox{Add note about how to handle long names and long URLs. Is this handled correctly?}
|
||||
|
||||
|
|
@ -785,7 +791,7 @@ The labels used in \code{itemize} environments, \code{cvlistitem} and \code{cvli
|
|||
\end{lstlisting}
|
||||
\end{itemize}
|
||||
|
||||
\subsection{Adjusting lengths}
|
||||
\subsection{Adjusting lengths}\label{subsection:adjusting:lengths}
|
||||
Some lengths in \Moderncv can be adjusted.
|
||||
|
||||
The hints column can be adjusted by setting \code{\\hintscolumnwidth}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue