gpt4 book ai didi

latex - FontAwesome - 更改图标颜色 Latex

转载 作者:行者123 更新时间:2023-12-05 03:36:57 26 4
gpt4 key购买 nike

遇到了 FontAwesome 图标包。在浏览我遇到的文档时:

{\color{color-name} text and/or icon }

但是,这似乎对我不起作用。有人知道更改图标颜色的正确格式是什么吗?

谢谢

编辑:

\documentclass[border=0.1cm]{standalone}
\usepackage[dvipsnames]{xcolor}
\usepackage{fontawesome5}
\usepackage[hidelinks]{hyperref}


\begin{document}

\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the first row of icons
\vspace{-\baselineskip} % Required for vertically aligning minipages
{\color{Blue} \icon{Globe}{12}{\href{someAddress}{someAdd}}}\\

\end{minipage}

\end{document}

最佳答案

  • 如果你想使用 \href ,您必须加载 hyperref包裹

  • 你又开了一个{比你关闭

  • 如果您想使用来自 fontawsome5 的图标,请使用 \fa<insert name here>\faIcon{<insert name here>} ,例如\fGlobe在你的情况下。


\documentclass[border=1cm]{standalone}
\usepackage[dvipsnames]{xcolor}
\usepackage{hyperref}
\usepackage{fontawesome5}

\begin{document}

\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the first row of icons
\vspace{-\baselineskip} % Required for vertically aligning minipages
{\color{Blue} \faGlobe \faIcon{globe} \href{someAddress}{someAdd} }\\

\end{minipage}


\end{document}

enter image description here

关于latex - FontAwesome - 更改图标颜色 Latex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69523206/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com