Fix Italic typo.

This commit is contained in:
Dmitry Voronin 2024-03-06 20:46:08 +03:00
parent 4704863ec2
commit 843b3f45b8
3 changed files with 3 additions and 3 deletions

View file

@ -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}}

View file

@ -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

View file

@ -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.