mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Replace \weblink with \link in user guide
As pointed out in #79, the documented command `\weblink` is actually
implemented as `\link` (see also
f3dd14ff62/moderncv.cls (L572)).
This change thus fixes the docs and reduces confusion for users who copy
this code from the documented example in the manual.
This commit is contained in:
parent
f3dd14ff62
commit
eeb11848e5
1 changed files with 2 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ In practice, you will type:
|
||||||
\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
|
||||||
|
|
@ -442,7 +442,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]{link}|
|
||||||
\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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue