我正在尝试使用以下模板作为简历。
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[black]{classic}
\usepackage[utf8]{inputenc}
% personal data
\firstname{Yu,}
\familyname{Yue}
\title{University of Illinois at Chicago \newline \small{\texttt{\textbf{Homepage: {\color{web}\weblink{http://imyy.net}}}}}}
%\address{Office 719 SEO\\ 851 S. Morgan St.}{Chicago, IL}
\extrainfo{Office 719 SEO\\ 851 S. Morgan St.\\ Chicago, IL 60606}
\phone{540--yy--yueyu}
\email{yyu9 at uic.edu}
%\photo[64pt]{Yue_Yu}
\newcommand{\up}[1]{\ensuremath{^\textrm{\scriptsize#1}}}
% the ConTeXt symbol
\def\ConTeXt{%
C%
\kern-.0333emo%
\kern-.0333emn%
\kern-.0667em\TeX%
\kern-.0333emt}
\definecolor{web}{rgb}{0.2,0.2,0.2}
%\definecolor{web}{rgb}{0.5,0.5,0.5}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{\textbf{Education}}
\cventry{2007--Present}{\textbf{Master of Science in
Mathematics}}{University of Illinois at Chicago}{USA}{}{ - Expected
in SUMMER 2009.\newline - Concentrate in Probability and Statistics,
over all GPA: 4.0/4.0.}
\cventry{2003--2007}{\textbf{Bachelor of Science}}{Fudan
University}{China}{}{ - Major in Mathematics and Applied
Mathematics, last two years GPA: 3.4/4.0.}
\cvitem{---}{\textsc{Undergraduate Thesis}}
\cvitem{title}{\textit{Nonstatistical Methods for Credit Scoring and
Its Applications}} \cvitem{description}{Develop three strategies for
credit scoring: linear programming, genetic algorithm and
back--propagating neural network and three model is built in MATLAB
for real data in order to evaluate their performances.}
\end{document}
当我编译它时,出现以下错误窗口:
我怎么解决这个问题?
编辑:我使用的编译编辑 器是WinEdt。编译器是latex。
编辑:
.log
文件
(D:\Application\hpdftex.def
File: hpdftex.def 2011/04/17 v6.82g Hyperref driver for pdfTeX
! Package hyperref Error: Version mismatch!
(hyperref) * 2010/11/26 v6.81v: hyperref.sty
(hyperref) * 2011/04/17 v6.82g: hpdftex.def.
See the hyperref package documentation for explanation.
Type H <return> for immediate help.
...
l.34 \Hy@VersionCheck{hpdftex.def}
? x
Here is how much of TeX's memory you used:
5079 strings out of 495362
70906 string characters out of 3183239
143237 words of memory out of 3000000
8184 multiletter control sequences out of 15000+200000
5126 words of font info for 17 fonts, out of 3000000 for 9000
14 hyphenation exceptions out of 8191
32i,1n,45p,768b,86s stack positions out of 5000i,500n,10000p,200000b,50000s
No pages of output.
PDF statistics:
0 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
答案1
您的驱动程序版本hpdftex.def
(v6.82g) 与您的软件包版本hyperref
(v6.81v) 不匹配。
我建议更新hyperref
。当前版本是 6.82g(与您的驱动程序匹配)。使用您的包管理器或从氯化三乙胺。