billryan / resume

An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git
MIT License
9.27k stars 2.61k forks source link

missing number , treated as zeros #19

Closed yangdi92 closed 6 years ago

yangdi92 commented 7 years ago

hi,thank you for your package, whe i run the follow code in win10 with WinEdt, i meet the error: missing number treated as zeros, thank you for your reply.

default

my code is as follows:

% !TEX program = xelatex

\documentclass{resume}
\usepackage{graphicx}
\usepackage{tabu}
\usepackage{multirow}
%\usepackage{zh_CN-Adobefonts_external} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
%\usepackage{zh_CN-Adobefonts_internal} % Simplified Chinese Support using system fonts

\begin{document}
\pagenumbering{gobble} % suppress displaying page number

\Large{
  \begin{tabu}{ c l r }
   \multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & \pbar{Python}{0.75} \\
    & \email{yuanbin2014@gmail.com} & \pbar{Scala}{0.5} \\
    & \phone{(+86) 131-221-87xxx} & \pbar{Linux}{0.7} \\
    & \linkedin[billryan8]{https://www.linkedin.com/in/billryan8} & \pbar{Flask}{0.5} \\
    & \github[github.com/billryan]{https://github.com/billryan} & \pbar{Javascript}{0.5}
  \end{tabu}
}

\section{\faGraduationCap\ Education}
\datedsubsection{\textbf{Shanghai Jiao Tong University (SJTU)}, Shanghai, China}{2013 -- Present}
\textit{Master student} in Electronics Engineering (EE), expected March 2016
\datedsubsection{\textbf{Xidian University}, Shaanxi, China}{2009 -- 2013}
\textit{B.S.} in Electronics Engineering (EE)

\section{\faUsers\ Experience}
\datedsubsection{\textbf{FLAG Inc.} California, America}{2012 -- Present}
\role{Summer Intern}{Manager: xxx}
Brief introduction: xxx.
\begin{itemize}
  \item Implemented xxx feature
  \item Optimized xxx 5\%
  \item xxx
\end{itemize}

\datedsubsection{\textbf{xxx Projects}}{Jan. 2015 -- Present}
\role{C, Python, Django, Linux}{Individual Projects, collaborated with xxx}
Brief introduction: xxx
\begin{itemize}
  \item Implemented xxx feature
  \item Optimized xxx 5\%
  \item xxx
\end{itemize}

\datedsubsection{\textbf{\LaTeX\ r茅sum茅 template}}{May. 2015 -- Present}
\role{\LaTeX, Maintainer}{Individual Projects}
An elegant \LaTeX\ r茅sum茅 template, https://github.com/billryan/resume
\begin{itemize}
  \item Easy to be further customized or extended
  \item Full support for unicode characters (e.g. CJK) with \XeLaTeX\
  \item FontAwesome 4.5.0 support
\end{itemize}

% Reference Test
%\datedsubsection{\textbf{Paper Title\cite{zaharia2012resilient}}}{May. 2015}
%An xxx optimized for xxx\cite{verma2015large}
%\begin{itemize}
%  \item main contribution
%\end{itemize}

% \section{\faCogs\ Skills}
% \begin{itemize}[parsep=0.5ex]
%   \item Programming Languages: C == Python > C++ > Java
%   \item Platform: Linux
%   \item Development: Web, xxx
% \end{itemize}

% \section{\faHeartO\ Honors and Awards}
% \datedline{\textit{\nth{1} Prize}, Award on xxx }{Jun. 2013}
% \datedline{Other awards}{2015}

\section{\faInfo\ Miscellaneous}
\begin{itemize}[parsep=0.5ex]
  \item Blog: http://your.blog.me
  \item GitHub: https://github.com/username
  \item Languages: English - Fluent, Mandarin - Native speaker
\end{itemize}

%% Reference
%\newpage
%\bibliographystyle{IEEETran}
%\bibliography{mycite}
\end{document}
billryan commented 7 years ago

How did you run with winedt? Winedt is just an editor. Texify? xelatex? or other option?

yangdi92 commented 7 years ago
        i use xelatex Sent from Mail Master
        On 05/26/2017 23:33, billryan wrote: How did you run with winedt? Winedt is just an editor. Texify? xelatex? or other option?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/billryan/resume","title":"billryan/resume","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/billryan/resume"}},"updates":{"snippets":[{"icon":"PERSON","message":"@billryan in #19: How did you run with winedt? Winedt is just an editor. Texify? xelatex? or other option?"}],"action":{"name":"View Issue","url":"https://github.com/billryan/resume/issues/19#issuecomment-304313942"}}}

billryan commented 7 years ago

I will do some test on my remote Windows PC(CTeX full version installed, CTeX_2.9.2.164_Full.exe)

billryan commented 7 years ago

Try to use TeXLive, my windows machines had some problem. If you do not want to install local, you can try the online LaTeX documented in the readme.

If photo is not necessary, try to use the resume.tex

billryan commented 6 years ago

This issue was introduced by progress package, it would show missing number issue on Windows platform. The latest version fixed it.