gpt4 book ai didi

Latex GitHub 链接用符号显示

转载 作者:行者123 更新时间:2023-12-04 10:21:24 25 4
gpt4 key购买 nike

我有一个包含几个 GitHub 链接的表。我想用 GitHub 符号替换所有这些链接。我使用 fontawesome 来渲染符号:

\usepackage{fontawesome}
\faGitSquare

我不确定如何只用这样的符号替换 GitHub 链接?也许修改href?但不确定如何。

最佳答案

\documentclass{article}

\usepackage{fontawesome5}
\usepackage{hyperref}

\makeatletter
\newcommand{\github}[1]{%
\href{#1}{\faGithubSquare}%
}
\makeatother

\begin{document}

\href{https://github.com/samcarter/tikzducks}{\faGitSquare}

\href{https://github.com/samcarter/tikzducks}{\faGithubSquare}

\github{https://github.com/samcarter/tikzducks}



\end{document}

警告:这不适用于包含 # 的评论网址

关于Latex GitHub 链接用符号显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60827601/

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