## 编译环境
操作系统
* [x] Windows 10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive `2020`...
## 编译环境
操作系统
* [x] Windows 10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive `2020`
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
我在做一个简历!
代码:
```
\documentclass{ctexart}
\usepackage{xcolor}
\usepackage{fontawesome}
%-----------------------------------------------
% 定义cvsection
%-----------------------------------------------
\newcommand{\cvsection}[2]{\par%
\vspace*{10pt}%
{\zihao{3}\heiti\textcolor{red!80!black}{#1}#2}\hspace{0.3em}\hrulefill
\vspace*{7pt}}
%-----------------------------------------------
% 定义subcvsection
%-----------------------------------------------
\newcommand{\subcvsection}[4]{%
\par
\begin{tabular*}{\linewidth}{@{}l@{\extracolsep{\fill}}r@{}}
\textbf{#1} & \textcolor{red}{#2} \\
#3 & \textit{#4}\\
\end{tabular*}%
}
%-----------------------------------------------
% 定义 cvproject
%-----------------------------------------------
\newcommand{\cvproject}[4]{%
\par
\begin{tabular*}{\linewidth}{@{}l@{\extracolsep{\fill}}r@{}}
\textbf{#1} & \textcolor{red}{#2} \\
\end{tabular*}%
}
%-----------------------------------------------
% 定义cvdetail
%-----------------------------------------------
\newcommand{\cvdetail}[1]{%
\par
\hangafter=1
\setlength{\hangindent}{0.77em}
{\tiny\faCircle} #1
}
\setlength{\parindent}{0pt}
\begin{document}
\cvsection{科研}{项目}
\cvproject{研究XXXXX}{2017.6}
\cvdetail{向使张规军证回,世市总李率英茄持伴。用阶千样响领交出,器程办管据家元写,每百青,金低给天济}
\cvdetail{向使张规军证回,世市总李率英茄持伴。用阶千样响领交出,器程办管据家元写,每百青使张规军证回,世市总李率英茄持伴。用阶千样响领交出,器程办管据家元写,每百青,金低给天济}
\cvdetail{向使张规军证回,世市总李率英茄持伴。用阶千样响领交出,器程办管据家元写,每百青,金低给天济}
\end{document}
```
结果:
![](https://wenda.latexstudio.net/data/attach/201007/FhLg2jFo.png)
应该有三条呀!怎么少了一条?
一周热门 更多>