Style : Fix Italic typo.
This commit is contained in:
parent
e62b7a0b3b
commit
70e7374489
|
@ -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}}
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
\newcommand{\CodeComment} [1]{\textcolor{ColorCodeComment}{#1}}
|
\newcommand{\CodeComment} [1]{\textcolor{ColorCodeComment}{#1}}
|
||||||
\newcommand{\CodeEmptyLine}[0]{~}
|
\newcommand{\CodeEmptyLine}[0]{~}
|
||||||
|
|
||||||
\newcommand{\JLink} [1]{\Icon{IcLink}\ \href{https://#1}{\Itallic{#1}}}
|
\newcommand{\JLink} [1]{\Icon{IcLink}\ \href{https://#1}{\Italic{#1}}}
|
||||||
\newcommand{\JPlace}[2]{\ResetStyle{\Semibold{#1}}\ResetStyle\hfill\fontsize{10}{10}\selectfont\textcolor{ColorGray}{(#2)}}
|
\newcommand{\JPlace}[2]{\ResetStyle{\Semibold{#1}}\ResetStyle\hfill\fontsize{10}{10}\selectfont\textcolor{ColorGray}{(#2)}}
|
||||||
|
|
||||||
% settings.
|
% settings.
|
||||||
|
|
Loading…
Reference in a new issue