.tex 파일에 설명이 남아 있습니다.

.tex 파일에 설명이 남아 있습니다.

www.sharelatex.com의 Awesome_CV.zip(템플릿)을 사용하여 이력서를 작성하려고 합니다. 나는 컴파일을 시도했지만 resume.tex그들은 내가 이해하지 못하는 많은 일을 하라고 요구했습니다.

여기에 이미지 설명을 입력하세요

%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
%
% Author:
% Claud D. Park <[email protected]>
% http://www.posquit0.com
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%     Configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Themes: Awesome-CV
\documentclass[11pt, a4paper]{awesome-cv}

%%% Override a directory location for fonts(default: 'fonts/')
\fontdir[fonts/]

%%% Configure a directory location for sections
\newcommand*{\sectiondir}{resume/}

%%% Override color
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
%                 awesome-nephritis, awesome-concrete, awesome-darknight
%% Color for highlight
% Define your custom color if you don't like awesome colors
\colorlet{awesome}{awesome-red}
%\definecolor{awesome}{HTML}{CA63A8}
%% Colors for text
%\definecolor{darktext}{HTML}{414141}
%\definecolor{text}{HTML}{414141}
%\definecolor{graytext}{HTML}{414141}
%\definecolor{lighttext}{HTML}{414141}

%%% Override a separator for social informations in header(default: ' | ')
%\headersocialsep[\quad\textbar\quad]


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%     3rd party packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Needed to divide into several files
\usepackage{import}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%     Personal Data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Essentials
\name{Claud D.}{Park}
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 22738, Rep. of KOREA}
\mobile{(+82) 10-9030-1843} 
%%% Social
\email{[email protected]}
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
%%% Optionals
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
\quote{``Make the change that you want to see in the world."}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%     Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
\makecvfooter
  {\today}
  {Claud D. Park~~~·~~~Résumé}
  {\thepage}

\begin{document}
%%% Make a header for CV with personal data
\makecvheader

%%% Import contents
\import{\sectiondir}{education.tex}
\import{\sectiondir}{experience.tex}
\import{\sectiondir}{extracurricular.tex}
\import{\sectiondir}{honors.tex}
\import{\sectiondir}{presentation.tex}
\import{\sectiondir}{writing.tex}
\import{\sectiondir}{committees.tex}

\end{document}

다음 사항과 수행 방법에 대한 설명이 필요합니다.

  1. "글꼴 디렉터리 위치 재정의(기본값: '글꼴/')"
  2. "섹션의 디렉터리 위치 구성"
  3. "색상 재정의"
  4. "헤더(기본값: ' | ') %\headersocialsep[\quad\textbar\quad]에서 소셜 정보 구분 기호를 무시합니다."
  5. "컨텐츠 가져오기"

미리 감사드립니다!

답변1

%%% Override a directory location for fonts(default: 'fonts/')
\fontdir[fonts/]

이 줄은 원하는 경우 대괄호 사이에 디렉터리 이름을 작성하여 글꼴의 다른 위치를 선택할 수 있음을 나타냅니다. 기본값은 입니다 fonts/. 이는 현재 거기에 기록되어 있기 때문입니다. 글꼴이 하위 디렉토리에 있으므로 아무 것도 할 필요가 없습니다 fonts.

%%% Configure a directory location for sections
\newcommand*{\sectiondir}{resume/}

이 줄은 원하는 경우 중괄호 사이에 디렉터리 이름을 작성하여 섹션이 포함된 파일에 대해 다른 위치를 선택할 수 있음을 나타냅니다. 현재 resume/거기에 기록되어 있습니다. 섹션 파일을 이 이름의 하위 디렉터리에 넣었으므로 아무 작업도 수행할 필요가 없습니다.

% Define your custom color if you don't like awesome colors
\colorlet{awesome}{awesome-red}
%\definecolor{awesome}{HTML}{CA63A8}

이 줄은 awesome(문서의 일부 요소의 색상을 결정하는) 색상으로 설정됩니다 awesome-red. 그 아래 행은 선행 %기호로 인해 주석 처리됩니다(=활성화되지 않음). 대체 정의에 대한 예를 제공합니다. 이제 색상을 변경하지 마세요. 나중에 문서의 일부 색상이 마음에 들지 않으면 이 줄로 돌아가서 색상을 수정하세요.

%%% Override a separator for social informations in header(default: ' | ')
%\headersocialsep[\quad\textbar\quad]

헤드라인에는 두 부분을 구분하는 수직 막대가 포함됩니다. 지금은 수정하지 마세요. 나중에 마음에 들지 않으면 이 곳으로 돌아와서 수정하세요.

%%% Import contents

이것은 아래 줄에서 무슨 일이 일어나고 있는지 설명하는 주석일 뿐입니다. 하위 디렉터리 resume(이 이름은 에 저장되어 있음 \sectiondir)에 있는 파일의 내용이 문서에 포함됩니다. 하위 디렉토리에 있는 파일에 데이터를 입력하기만 하면 됩니다 resume. 여기서 할게 없어.


당신이 해야 할 일은 하위 디렉토리의 파일에 개인 정보를 기록하는 것입니다 resume. 그런 다음 resume.tex기본 디렉터리에서 컴파일합니다 . 오류가 발생하면 걱정하는 줄 때문이 아닙니다. 스스로 도울 수 없다면 오류 메시지와 LaTeX 소스 코드를 포함하여 여기에 새로운 질문을 게시하십시오.

관련 정보