\documentclass[letterpaper]{style} % Use US Letter paper, change to a4paper for A4
\usepackage{fontawesome}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{array}
\usepackage{tikz}
\def\ci#i{\textcircled{\resizebox{.5em}{!}{#1}}}
\begin{document}
%--------------------------------------------------
% Title Selection
%--------------------------------------------------
\namesection{{Istiak}}{Shovon}
{
\href{mailto:[email protected]}{\ci{\faEnvelope}} {\fontsize{8}{10}\selectfont \href{mailto:[email protected]}{[email protected]}}
}
{
\href{https://www.linkedin.com/in/istiak-shovon-246698206/}{\ci{\faLinkedin}} {\fontsize{8}{10}\selectfont \href{https://www.linkedin.com/in/istiak-shovon-246698206/}{Istiak Shovon}}
}
{
\href{https://github.com/Istiakshovon}{\ci{\faGithub}} {\fontsize{8}{10}\selectfont \href{https://github.com/Istiakshovon}{Istiak}}
}
\end{document}
错误 :
未找到文件“style.cls”。 \usepackage
错误代表第一行。我尝试更改style
为article
。然后,我在 上收到另一个错误fontawesome
。然后,hyperref
。我在每一行都收到错误。
我从这里获取了源代码git 存储库
每一个错误都在说class not found. \def
答案1
这次我将告诉你如何编写这份简历。不过你最好先通过 LaTeXtexdoc lshort
或其他书籍学习一些基础知识。
我认为你必须下载.zip
或克隆整个 repohttps://github.com/mahshiv/CV
并检查你的默认编译器xelatex
是否Options -> configure TeXStudio -> Build -> Default Compiler
最后点击Build & View
,当你的 TeXStudio 聚焦于main.tex
稍等片刻后您就可以main.pdf
在右侧看到该文件的视图,该main.pdf
文件位于与 相同的文件夹中main.tex
。
祝你 TeX 愉快~