在表格块内使用href的LaTeX链接错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在表格块内使用href的LaTeX链接错误相关的知识,希望对你有一定的参考价值。

我有这个LaTeX代码:

egin{tabular}[t]{@{}l} small MY ADDRESS
href{http://www.github.com}{github} end{tabular}

哪个给了我这个错误,没有其他细节......

Undefined control sequence.
<recently read> href 

l.27 href
         {http://www.github.com}{github} end{tabular}

有谁知道为什么?

答案

你需要加载hyperref package才能使用href{<url>}{<stuff>}

enter image description here

documentclass{article}

usepackage{hyperref}

egin{document}

egin{tabular}[t]{@{}l}
  small MY ADDRESS 
  href{http://www.github.com}{github}
end{tabular}

end{document}

以上是关于在表格块内使用href的LaTeX链接错误的主要内容,如果未能解决你的问题,请参考以下文章

latex在vim中的代码片段

Latex 制作表格

Latex:表格制作全攻略

Latex 表格内公式换行方法

WPS将Excel表格转换为LaTex表格

LaTex:使用在线表格生成器工具生成LaTex表格