Fix Italic typo.
This commit is contained in:
parent
4704863ec2
commit
843b3f45b8
|
@ -30,7 +30,7 @@
|
||||||
\newcommand{\Par} [0]{\par}
|
\newcommand{\Par} [0]{\par}
|
||||||
\newcommand{\Parn} [0]{\par\noindent}
|
\newcommand{\Parn} [0]{\par\noindent}
|
||||||
\newcommand{\Text} [1]{\ResetStyle{#1}}
|
\newcommand{\Text} [1]{\ResetStyle{#1}}
|
||||||
\newcommand{\Itallic} [1]{\textit{#1}}
|
\newcommand{\Italic} [1]{\textit{#1}}
|
||||||
\newcommand{\Bold} [1]{\textbf{#1}}
|
\newcommand{\Bold} [1]{\textbf{#1}}
|
||||||
\newcommand{\Semibold} [1]{\fontseries{sb}{\selectfont{#1}}}
|
\newcommand{\Semibold} [1]{\fontseries{sb}{\selectfont{#1}}}
|
||||||
\newcommand{\Underline} [1]{\underline{#1}}
|
\newcommand{\Underline} [1]{\underline{#1}}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
\end{Code}\Parn
|
\end{Code}\Parn
|
||||||
\ResetStyle{ResetStyle}\newline
|
\ResetStyle{ResetStyle}\newline
|
||||||
\Text{Text}\newline
|
\Text{Text}\newline
|
||||||
\Itallic{Itallic}\newline
|
\Italic{Italic}\newline
|
||||||
\Bold{Bold}\newline
|
\Bold{Bold}\newline
|
||||||
\Semibold{Semi-bold}\newline
|
\Semibold{Semi-bold}\newline
|
||||||
\Underline{Underline}\newline
|
\Underline{Underline}\newline
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
\newcommand{\ListLink}[1]{\Icon{IcLink}\ \href{https://#1}{\Itallic{#1}}} % Job webpage.
|
\newcommand{\ListLink}[1]{\Icon{IcLink}\ \href{https://#1}{\Italic{#1}}} % Job webpage.
|
||||||
\newcommand{\ListTitle}[2]{\ResetStyle{\Semibold{#1}}\ResetStyle\hfill\fontsize%
|
\newcommand{\ListTitle}[2]{\ResetStyle{\Semibold{#1}}\ResetStyle\hfill\fontsize%
|
||||||
{10}{10}\selectfont\textcolor{ColorGray}{#2}} % Job place.
|
{10}{10}\selectfont\textcolor{ColorGray}{#2}} % Job place.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue