title : implement.
This commit is contained in:
parent
af31d07715
commit
c2c7ce21ef
|
@ -1,6 +1,28 @@
|
|||
\slink{https://example.com/}{\sbold{\stext{\jan}}}\spar
|
||||
\stext{
|
||||
\en{Hello world!}
|
||||
\ru{Привет, мир!}
|
||||
}
|
||||
\includegraphics[width=5cm]{photo}
|
||||
\begin{minipage}{0.2\textwidth}
|
||||
% photo.
|
||||
\includegraphics[width=3cm]{photo}
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.8\textwidth}
|
||||
% name
|
||||
\sname{\name}
|
||||
\vspace{2mm}\newline
|
||||
|
||||
% location.
|
||||
\sicon{location}
|
||||
\stext{\location}
|
||||
\newline
|
||||
|
||||
% birthday, email & phone number.
|
||||
\sicon{cake}
|
||||
\stext{\birthday}
|
||||
\hspace{2mm}
|
||||
\sicon{email}
|
||||
\stext{\href{mailto:\email}{\ \email}}
|
||||
\hspace{2mm}
|
||||
\sicon{call}
|
||||
\stext{\href{tel:\phone}{\phone}}
|
||||
\end{minipage}
|
||||
|
||||
% separator.
|
||||
\vspace{5mm}
|
||||
\color{gray}\rule{\textwidth}{1pt}
|
||||
|
|
Loading…
Reference in a new issue