mirror of
https://github.com/moderncv/moderncv.git
synced 2026-07-13 02:54:46 +02:00
upgrade to fontawesome7
This commit is contained in:
parent
47ff7f1c36
commit
e618c6de2c
2 changed files with 4 additions and 4 deletions
|
|
@ -830,12 +830,12 @@ As an alternative the appearing link and string after the symbol can be customiz
|
|||
|
||||
\paragraph{Note.}
|
||||
The possible options for \code{<\\symbol>} depend on the package that is used.
|
||||
By default, the \code{marvosym} package is loaded if \code{pdflatex} is used, and the \code{academicons} and \code{fontawesome6} packages are loaded if either \code{lualatex} or \code{xelatex} is used.
|
||||
By default, the \code{marvosym} package is loaded if \code{pdflatex} is used, and the \code{academicons} and \code{fontawesome7} packages are loaded if either \code{lualatex} or \code{xelatex} is used.
|
||||
Full lists of all available symbols and icons can be found in the documentation of each respective package:
|
||||
|
||||
\begin{tabular}{l}
|
||||
\url{https://ctan.org/pkg/marvosym} \\[1ex]
|
||||
\url{https://ctan.org/pkg/fontawesome6} \\[1ex]
|
||||
\url{https://ctan.org/pkg/fontawesome7} \\[1ex]
|
||||
\url{https://ctan.org/pkg/academicons}
|
||||
\end{tabular}
|
||||
|
||||
|
|
@ -1104,7 +1104,7 @@ In addition to the packages that \Moderncv provides, the following packages are
|
|||
\item \code{expl3}
|
||||
\item \code{tikz}
|
||||
\item \code{changepage}
|
||||
\item \code{fontawesome6}
|
||||
\item \code{fontawesome7}
|
||||
\item \code{academicons}
|
||||
\item \code{tgpagella}
|
||||
\item \code{ebgaramond}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
% required packages
|
||||
%-------------------------------------------------------------------------------
|
||||
% Font Awesome font
|
||||
\RequirePackage{fontawesome6}
|
||||
\RequirePackage{fontawesome7}
|
||||
\RequirePackage{xcolor}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue