未找到类

未找到类
\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

错误代表第一行。我尝试更改stylearticle。然后,我在 上收到另一个错误fontawesome。然后,hyperref。我在每一行都收到错误。

我从这里获取了源代码git 存储库

每一个错误都在说class not found. \def

在此处输入图片描述

答案1

这次我将告诉你如何编写这份简历。不过你最好先通过 LaTeXtexdoc lshort或其他书籍学习一些基础知识。

我认为你必须下载.zip或克隆整个 repohttps://github.com/mahshiv/CV 下载或克隆

并检查你的默认编译器xelatex是否Options -> configure TeXStudio -> Build -> Default Compiler 配置

然后确保它style.clsmain.tex 检查文件夹

最后点击Build & View,当你的 TeXStudio 聚焦于main.tex 在此处输入图片描述

稍等片刻后您就可以main.pdf在右侧看到该文件的视图,该main.pdf文件位于与 相同的文件夹中main.tex在此处输入图片描述 在此处输入图片描述

祝你 TeX 愉快~

相关内容