HackMyResume icon indicating copy to clipboard operation
HackMyResume copied to clipboard

LaTeX conversion not happening, ReferenceError: ex is not defined

Open jargnar opened this issue 9 years ago • 10 comments

On my machine (Windows 10), with the latest HackMyResume (1.8.0), I'm unable to convert to LATEX. It gives me the below error:

$ hackmyresume BUILD resume.json TO out/resume.all -t awesome

*** HackMyResume v1.8.0 ***
Reading FRESH resume: resume.json
Applying AWESOME theme (3 formats)
Generating LATEX resume: out\resume.latex
Error: ReferenceError: ex is not defined
Generating JSON resume: out\resume.json
Generating YML  resume: out\resume.yml

$

jargnar avatar Apr 08 '16 05:04 jargnar

See https://github.com/fresh-standard/fresh-themes/blob/master/themes/awesome/README.md#warning

drkarl avatar Apr 08 '16 06:04 drkarl

Also I assume you have a TeX distribution in your PATH, right?

drkarl avatar Apr 08 '16 06:04 drkarl

similar issue...

  *** HackMyResume v1.8.0 ***
Reading JRS resume: resume.json
Converting resume.json to FRESH format.
Applying AWESOME theme (3 formats)
Generating LATEX resume: out2/my-resume.latex
An error occurred during template invocation.
   TypeError: Cannot read property 'phone' of undefined
Generating JSON resume: out2/my-resume.json
Generating YML  resume: out2/my-resume.yml

SethCalkins avatar Aug 15 '16 16:08 SethCalkins

I'm also experiencing this issue.

$ hackmyresume BUILD resume.json TO out/resume.all -t awesome

*** HackMyResume v1.8.0 ***
Reading JRS resume: resume.json
Converting resume.json to FRESH format.
Applying AWESOME theme (3 formats)
Generating LATEX resume: out/resume.latex
An error occurred during template invocation.
   TypeError: Cannot read property 'phone' of undefined
Generating JSON resume: out/resume.json
Generating YML  resume: out/resume.yml

I have the phone node in my jsonresume style input file "phone": "555-555-5555", but there is no corresponding contact section in the converted FRESH json file.

tsunaminoai avatar Aug 29 '16 15:08 tsunaminoai

I'm also having this issue on Windows 10 & HackMyResume version v1.8.0.

ishu3101 avatar Nov 03 '16 03:11 ishu3101

Got the phone issue too

DancingQuanta avatar Aug 17 '17 10:08 DancingQuanta

Thanks, this is helpful. We should have a fix out in the next day or so.

hacksalot avatar Jan 25 '18 19:01 hacksalot

Anybody still experiencing this in 1.9.0-beta?

hacksalot avatar Feb 12 '18 16:02 hacksalot

I can get past the original issue, however it seems that the README generated in the output latex directory does not provide the correct sequence of commands to get the output PDF. Running xelatex examples/resume.tex from within the output latex directory does not complete as it cannot find the resume/*.tex files from pwd. Running the command from within the examples directory where resume/ resides yields many latex errors. I dont know if this is an issue with HackMyResume or with the awesome theme.

tsunaminoai avatar Feb 12 '18 16:02 tsunaminoai

Okay, this should be resolved shortly, and we'll pull in the latest version of Awesome at the same time. Thanks

hacksalot avatar Feb 12 '18 17:02 hacksalot