Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON readtable error: 76 #5

Open
zenny opened this issue Nov 9, 2021 · 6 comments
Open

JSON readtable error: 76 #5

zenny opened this issue Nov 9, 2021 · 6 comments
Assignees
Labels
bug Something isn't working
Projects

Comments

@zenny
Copy link

zenny commented Nov 9, 2021

Hi,

While trying to export to the pdf (C-c C-e l o), it says JSON readtable error: 76

Tried both in scimax and doom-emacs with the same error.

Any clue?

@gouvinb gouvinb self-assigned this Nov 9, 2021
@gouvinb gouvinb added the bug Something isn't working label Nov 9, 2021
@gouvinb gouvinb added this to To do in Main via automation Nov 9, 2021
@gouvinb
Copy link
Owner

gouvinb commented Nov 9, 2021

Hi,

Can you provide me with the following information:

  • The version of Emacs
  • The version of the org-mode package

This will help me to reproduce the bug.

@zenny
Copy link
Author

zenny commented Nov 9, 2021

Hi,

Can you provide me with the following information:

* The version of Emacs

27.2

* The version of the org-mode package

org mode version 9.4.6

This will help me to reproduce the bug.

@zenny
Copy link
Author

zenny commented Nov 10, 2021

Update: I have tried with the vanilla sandbox emacs (using https://github.com/alphapapa/with-emacs.sh repo), yet I get:

This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(.//resume.tex
LaTeX2e <2021-06-01> patch level 1
L3 programming layer <2021-10-18>
(/opt/texlive/2021/texmf-dist/tex/latex/base/article.cls
Document Class: article 2021/02/12 v1.4n Standard LaTeX document class
(/opt/texlive/2021/texmf-dist/tex/latex/base/size11.clo))
(/opt/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/graphicx.sty
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/keyval.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/graphics.sty
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/trig.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/opt/texlive/2021/texmf-dist/tex/latex/grffile/grffile.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/tools/longtable.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/rotating.sty
(/opt/texlive/2021/texmf-dist/tex/latex/base/ifthen.sty))
(/opt/texlive/2021/texmf-dist/tex/generic/ulem/ulem.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amstext.sty
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/amsfonts.sty))

! LaTeX Error: File `capt-of.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
<read *> 
         
l.16 \usepackage
                {hyperref}^^M
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on .//resume.log.

However, the reported file does appear to be there in the installed package:

# xlocate capt-of.sty
texlive-latexextra-2020.57067_1 /usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty

# vpm search texlive-latexextra
[vpm]  Searching for: texlive-latexextra (xbps-query -v -Rs texlive-latexextra)
[*] texlive-latexextra-2020.57067_1 TeX Live - Collection of LaTeX addon packages

It appears there is no such package or file in TeX Live 2021

Fyi, the sandbox was run in VoidLinux with glibc (not musl) with emacs 27.2 and org mode version 9.4.4.

Hope this helps you to debug. Thanks!

@gouvinb
Copy link
Owner

gouvinb commented Dec 13, 2021

Hello,

After several attempts, I can't reproduce this bug.

But I notice that you used the wrong export command, the command org-export-dispatch is not appropriate for the following reasons:

  • It does not use the dependencies set up in the "Org-mode file config :noexport:" section
  • It is not in adequacy with the workflow that I wanted to set up, which is to generate a pdf rendering when saving

Normally, when emacs (with your current configuration) first opens the file, a buffer would appear with the following text:

The local variables list in resume.org
contains values that may not be safe (*).

Do you want to apply it?  You can type
y -- to apply the local variables list.
n -- to ignore the local variables list.
!  -- to apply the local variables list, and permanently mark these
      values (*) as safe (in the future, they will be set automatically.)

  * org-confirm-babel-evaluate : nil
  * eval : (add-hook 'before-save-hook (lambda nil (org-babel-ref-resolve "onsaveblock")) nil t)

This refers to the code in the Org-mode file config :noexport: section. It will add a hook to your configuration to run the export on every save.

I plan to update the README.md to be more precise on the installation and use of cv-sample.

Can you try again with the hook enabled and confirm that you no longer have this error. In case it is still not fixed I will continue my research on this.

Thanks in advance.

Sorry for my grammatical mistakes in English, I have a lot of gaps for writing in this language.

EDIT: see 07908fc

@gouvinb gouvinb moved this from To do to In progress in Main Dec 13, 2021
@zenny
Copy link
Author

zenny commented Dec 25, 2021

Hello,

After several attempts, I can't reproduce this bug.

But it is persisting with my end (both with scimax default or with scimax-user customized). :(

But I notice that you used the wrong export command, the command org-export-dispatch is not appropriate for the following reasons:

* It does not use the dependencies set up in the "Org-mode file config :noexport:" section

* It is not in adequacy with the workflow that I wanted to set up, which is to generate a pdf rendering when saving

Noted and thanks!

Normally, when emacs (with your current configuration) first opens the file, a buffer would appear with the following text:

The local variables list in resume.org
contains values that may not be safe (*).

Do you want to apply it?  You can type
y -- to apply the local variables list.
n -- to ignore the local variables list.
!  -- to apply the local variables list, and permanently mark these
      values (*) as safe (in the future, they will be set automatically.)

  * org-confirm-babel-evaluate : nil
  * eval : (add-hook 'before-save-hook (lambda nil (org-babel-ref-resolve "onsaveblock")) nil t)

This refers to the code in the Org-mode file config :noexport: section. It will add a hook to your configuration to run the export on every save.

Yep, and I always y to allow execution.

I plan to update the README.md to be more precise on the installation and use of cv-sample.

Wow, appreciate that.

Can you try again with the hook enabled and confirm that you no longer have this error. In case it is still not fixed I will continue my research on this.

I tried and the final pdf I got looks like below:
pic-selected-211225-0958-23

Thanks in advance.

Mon plaisir. Merçi beaucoup. Joyeux Noël! Bonne Annee 2022!

Sorry for my grammatical mistakes in English, I have a lot of gaps for writing in this language.

Never mind. Pas de probleme! Cheers!

PS: Would you mind sharing your emacs and org configs, obviously anonymized? Merçi en avance!

EDIT: see 07908fc

@zenny
Copy link
Author

zenny commented Dec 25, 2021

Hello,
After several attempts, I can't reproduce this bug.

But it is persisting with my end (both with scimax default or with scimax-user customized). :(

But I notice that you used the wrong export command, the command org-export-dispatch is not appropriate for the following reasons:

* It does not use the dependencies set up in the "Org-mode file config :noexport:" section

* It is not in adequacy with the workflow that I wanted to set up, which is to generate a pdf rendering when saving

Noted and thanks!

Normally, when emacs (with your current configuration) first opens the file, a buffer would appear with the following text:

The local variables list in resume.org
contains values that may not be safe (*).

Do you want to apply it?  You can type
y -- to apply the local variables list.
n -- to ignore the local variables list.
!  -- to apply the local variables list, and permanently mark these
      values (*) as safe (in the future, they will be set automatically.)

  * org-confirm-babel-evaluate : nil
  * eval : (add-hook 'before-save-hook (lambda nil (org-babel-ref-resolve "onsaveblock")) nil t)

This refers to the code in the Org-mode file config :noexport: section. It will add a hook to your configuration to run the export on every save.

Yep, and I always y to allow execution.

I plan to update the README.md to be more precise on the installation and use of cv-sample.

Wow, appreciate that.

Can you try again with the hook enabled and confirm that you no longer have this error. In case it is still not fixed I will continue my research on this.

I tried and the final pdf I got looks like below: pic-selected-211225-0958-23

Thanks in advance.

Mon plaisir. Merçi beaucoup. Joyeux Noël! Bonne Annee 2022!

Sorry for my grammatical mistakes in English, I have a lot of gaps for writing in this language.

Never mind. Pas de probleme! Cheers!

PS: Would you mind sharing your emacs and org configs, obviously anonymized? Merçi en avance!

EDIT: see 07908fc

UPDATE: Meanwhile I tried to debug resume.tex using rubber and latexmk and got following output:

$ rubber resume.tex
compiling resume.tex...
resume.tex:17: Undefined control sequence \geometry.
resume.tex:17: leading text: \geometry
resume.tex:18: Missing \begin{document}.
resume.tex:18: leading text: l
resume.tex:27: Undefined control sequence \ifxetexorluatex.
resume.tex:27: leading text: \ifxetexorluatex
resume.tex:29: Undefined control sequence \setmainfont.
resume.tex:29: leading text: \setmainfont
resume.tex:30: Undefined control sequence \setsansfont.
resume.tex:30: leading text: \setsansfont
resume.tex:32: Extra \else.
resume.tex:32: leading text: \else
resume.tex:38: Extra \fi.
resume.tex:38: leading text: \fi
resume.tex:39: Undefined control sequence \definecolor.
resume.tex:39: leading text: \definecolor
resume.tex:39: Missing \begin{document}.
resume.tex:39: leading text: \definecolor{c
resume.tex:51: Undefined control sequence \colorlet.
resume.tex:51: leading text: \colorlet

latexmk output printed to resume.log reads follows:

$ latexmk -shell-escape -bibtex -f -pdf resume.tex
Rc files read:
  NONE
Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76.
Latexmk: Examining 'resume.log'
=== TeX engine is 'pdfTeX'
Latexmk: Missing input file 'resume.aux' (or dependence on it) from following:
  'No file resume.aux.'
Latexmk: References changed.
Latexmk: References changed.
Latexmk: References changed.
Latexmk: Log file says output to 'resume.dvi'
Latexmk: ===For rule 'pdflatex', the extensions differ between the
   actual output file 'resume.dvi',
   and the expected output 'resume.pdf'.
   Rule structure will be changed suitably.
Latexmk: applying rule 'pdflatex'...
Rule 'pdflatex': File changes, etc:
   Changed files, or newly in use since previous run(s):
      'resume.aux'
      'resume.tex'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'pdflatex  -shell-escape -recorder  "resume.tex"'
------------
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode
(./resume.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2021-11-22>
(/opt/texlive/2021/texmf-dist/tex/latex/base/article.cls
Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
(/opt/texlive/2021/texmf-dist/tex/latex/base/size11.clo))
(/opt/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/graphicx.sty
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/keyval.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/graphics.sty
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/trig.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/opt/texlive/2021/texmf-dist/tex/latex/grffile/grffile.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/tools/longtable.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/rotating.sty
(/opt/texlive/2021/texmf-dist/tex/latex/base/ifthen.sty))
(/opt/texlive/2021/texmf-dist/tex/generic/ulem/ulem.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amstext.sty
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/capt-of/capt-of.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/hyperref.sty
(/opt/texlive/2021/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/iftex/iftex.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
(/opt/texlive/2021/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
(/opt/texlive/2021/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/hycolor/hycolor.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/auxhook/auxhook.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/kvoptions/kvoptions.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def)
(/opt/texlive/2021/texmf-dist/tex/generic/intcalc/intcalc.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/puenc.def)
(/opt/texlive/2021/texmf-dist/tex/latex/url/url.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/bitset/bitset.sty
(/opt/texlive/2021/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/hpdftex.def
(/opt/texlive/2021/texmf-dist/tex/latex/base/atveryend-ltx.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
(/opt/texlive/2021/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
! Undefined control sequence.
<recently read> \geometry

l.17 \geometry
              {
?

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.18 l
      eft=1cm,
?
! Undefined control sequence.
l.27 \ifxetexorluatex

?
! Undefined control sequence.
l.29 \setmainfont
                 {Roboto Slab}
?
! Undefined control sequence.
l.30 \setsansfont
                 {Lato}
?
! Extra \else.
l.32 \else

?
(/opt/texlive/2021/texmf-dist/tex/latex/roboto/roboto.sty
Overfull \hbox (33.06218pt too wide) in paragraph at lines 18--4
[]\T1/cmr/m/n/10.95 left=1cm, right=8.5cm, margin-par-width=6.5cm, margin-parse
p=1cm, top=1cm,
(/opt/texlive/2021/texmf-dist/tex/generic/iftex/ifxetex.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/iftex/ifluatex.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/opt/texlive/2021/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/opt/texlive/2021/texmf-dist/tex/generic/xkeyval/xkvutils.tex)))
(/opt/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
(/opt/texlive/2021/texmf-dist/tex/latex/base/t1cmss.fd))
(/opt/texlive/2021/texmf-dist/tex/latex/fontaxes/fontaxes.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/lato/lato.sty)
! Extra \fi.
l.38 \fi

?
! Undefined control sequence.
l.39 \definecolor
                 {colorPrimary}{HTML}{3ddb84}
?

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.39 \definecolor{c
                   olorPrimary}{HTML}{3ddb84}
?
! Undefined control sequence.
l.40 \definecolor
                 {colorPrimaryVariant}{HTML}{052409}
?
! Undefined control sequence.
l.41 \definecolor
                 {colorOnPrimary}{HTML}{FFFFFF}
?
! Undefined control sequence.
l.42 \definecolor
                 {colorSecondary}{HTML}{4387f4}
?
! Undefined control sequence.
l.43 \definecolor
                 {colorSecondaryVariant}{HTML}{072f41}
?
! Undefined control sequence.
l.44 \definecolor
                 {colorOnSecondary}{HTML}{000000}
?
! Undefined control sequence.
l.45 \definecolor
                 {colorBackground}{HTML}{FFFFFF}
?
! Undefined control sequence.
l.46 \definecolor
                 {colorOnBackground}{HTML}{000000}
?
! Undefined control sequence.
l.47 \definecolor
                 {colorSurface}{HTML}{FFFFFF}
?
! Undefined control sequence.
l.48 \definecolor
                 {colorOnSurface}{HTML}{000000}
?
! Undefined control sequence.
l.49 \definecolor
                 {colorError}{HTML}{B00020}
?
! Undefined control sequence.
l.50 \definecolor
                 {colorOnError}{HTML}{FFFFFF}
?
! Undefined control sequence.
l.51 \colorlet
              {accent}{colorSecondary}
?
! Undefined control sequence.
l.52 \colorlet
              {emphasis}{colorPrimaryVariant}
?
! Undefined control sequence.
l.53 \colorlet
              {heading}{colorPrimary}
?
! Undefined control sequence.
l.54 \colorlet
              {headingrule}{colorPrimary}
?
! Undefined control sequence.
l.55 \colorlet
              {subheading}{colorPrimaryVariant}
?
! Undefined control sequence.
l.56 \colorlet
              {body}{colorOnSurface}
?
! Undefined control sequence.
l.57 \colorlet
              {name}{colorOnSurface}
?
! Undefined control sequence.
l.58 \colorlet
              {tagline}{colorSecondary}
?

! LaTeX Error: Command \namefont undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.70 \renewcommand{\namefont}
                             {\Huge\rmfamily\bfseries}
?

! LaTeX Error: Command \personalinfofont undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.71 \renewcommand{\personalinfofont}
                                     {\footnotesize}
?

! LaTeX Error: Command \cvsectionfont undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.72 \renewcommand{\cvsectionfont}
                                  {\LARGE\rmfamily\bfseries}
?

! LaTeX Error: Command \cvsubsectionfont undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.73 \renewcommand{\cvsubsectionfont}
                                     {\large\bfseries}
?

! LaTeX Error: Command \itemmarker undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.76 \renewcommand{\itemmarker}
                               {{\small\textbullet}}
?

! LaTeX Error: Command \ratingmarker undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.77 \renewcommand{\ratingmarker}
                                 {\faCircle}
?
! Undefined control sequence.
l.78 \NewInfoField
                  {gitlab}{\faGitlab}[https://gitlab.com/]
?
! Undefined control sequence.
l.78 \NewInfoField{gitlab}{\faGitlab
                                    }[https://gitlab.com/]
?
(/opt/texlive/2021/texmf-dist/tex/latex/lato/T1lato-TLF.fd)
(/opt/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
(./resume.aux)
(/opt/texlive/2021/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
Overfull \hbox (1.41016pt too wide) in paragraph at lines 39--13
[]\T1/cmss/m/n/10.95 colorPrimaryHTML3ddb84 col-or-Pri-ma-ry-Vari-antHTML052409
 col-orOn-Pri-ma-

Overfull \hbox (11.1212pt too wide) in paragraph at lines 39--13
\T1/cmss/m/n/10.95 ry-HTMLFFFFFF col-orSec-ondary-HTML4387f4 col-orSec-ondary-V
ari-antHTML072f41

Overfull \hbox (5.25418pt too wide) in paragraph at lines 39--13
\T1/cmss/m/n/10.95 pha-sis-col-or-Pri-ma-ry-Vari-ant head-ing-col-or-Pri-mary h
ead-in-grule-col-or-Pri-mary sub-head-

Overfull \hbox (6.12961pt too wide) in paragraph at lines 39--13
\T1/cmss/m/n/10.95 ing-col-or-Pri-ma-ry-Vari-ant body-col-orOn-Sur-face name-co
l-orOn-Sur-face tagline-col-orSec-
[Loading MPS to PDF converter (version 2006.09.02).]
) (/opt/texlive/2021/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
(/opt/texlive/2021/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/color.sty
(/opt/texlive/2021/texmf-dist/tex/latex/graphics-cfg/color.cfg))
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/nameref.sty
(/opt/texlive/2021/texmf-dist/tex/latex/refcount/refcount.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(./resume.out) (./resume.out) [1{/opt/texlive/2021/texmf-var/fonts/map/pdftex/u
pdmap/pdftex.map}] (/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/umsb.fd) (./resume.toc

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.1 ...erline {1}My Life Philosophy}{2}{section.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.2 ...\numberline {2}Most Proud of}{2}{section.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.3 ...1}Fantastic Achievement}{2}{subsection.2.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.4 ...2.2}Another achievement}{2}{subsection.2.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.5 ...on}{\numberline {3}Strengths}{2}{section.3}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.6 ...on}{\numberline {4}Languages}{2}{section.4}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.7 ...on}{\numberline {5}Education}{2}{section.5}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.8 ...sh $ in Your Discipline}{2}{subsection.5.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.9 ...sh $ in Your Discipline}{2}{subsection.5.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.10 ...h $ in Your Discipline}{2}{subsection.5.3}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.11 ...n}{\numberline {6}Exprience}{2}{section.6}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.12 ...rline {6.1}Job Title 1}{2}{subsection.6.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.13 ...rline {6.2}Job Title 2}{2}{subsection.6.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.14 ...on}{\numberline {7}Projects}{2}{section.7}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.15 ...berline {7.1}Project 1}{2}{subsection.7.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.16 ...berline {7.2}Project 2}{2}{subsection.7.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.17 ...berline {8}A day of my life}{3}{section.8}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.18 ...on}{\numberline {9}Referees}{4}{section.9}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.19 ...umberline {10}Publications}{4}{section.10}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.20 ...umberline {10.1}Books}{4}{subsection.10.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.21 ...10.2}Journal Articles}{4}{subsection.10.2}
                                                  %
?
[2]

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.22 ...onference Proceedings}{4}{subsection.10.3}
                                                  %
?
)
Underfull \hbox (badness 10000) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 My

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/14.4 Life

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/14.4 Phi-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/14.4 los-o-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
[]

Overfull \hbox (51.14058pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 "Something

Overfull \hbox (22.85132pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 smart

Overfull \hbox (5.94456pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 or

Overfull \hbox (25.06322pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 heart-

Overfull \hbox (14.18439pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 felt,

Overfull \hbox (28.6438pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 prefer-

Overfull \hbox (15.55316pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 ably

Overfull \hbox (4.4882pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 in

Overfull \hbox (13.85045pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 one

Overfull \hbox (16.45105pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 sen-

Overfull \hbox (27.97589pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 tence."

Underfull \hbox (badness 10000) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 Most

Overfull \hbox (2.27913pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/b/n/14.4 Proud

Overfull \hbox (17.64989pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 Fantastic

Overfull \hbox (16.82195pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Achieve-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 and some

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 de-tails

Overfull \hbox (13.74992pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 Another

Overfull \hbox (14.73994pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 achieve-

Underfull \hbox (badness 3417) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 about it of

Overfull \hbox (25.07425pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 Strengths
! Undefined control sequence.
<argument> ...\label {sec:org37e284d} \par \cvtag
                                                  {Hard-working} \cvtag {Eye...
l.150 }

?
! Undefined control sequence.
<argument> ...} \par \cvtag {Hard-working} \cvtag
                                                  {Eye for detail}\\ \cvtag ...
l.150 }

?
! Undefined control sequence.
<recently read> \cvtag

l.150 }

?

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 Hard-
! Undefined control sequence.
<argument> ...{Motivator \& Leader} \par \divider
                                                  \par \cvtag {C++} \cvtag {...
l.150 }

?
! Undefined control sequence.
<argument> ...& Leader} \par \divider \par \cvtag
                                                  {C++} \cvtag {Embedded Sys...
l.150 }

?
! Undefined control sequence.
<argument> ...r \divider \par \cvtag {C++} \cvtag
                                                  {Embedded Systems}\\ \cvta...
l.150 }

?
! Undefined control sequence.
<recently read> \cvtag

l.150 }

?

Underfull \hbox (badness 10000) in paragraph at lines 150--150
[]\T1/lato-TLF/m/n/10.95 C++ Em-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 bed-ded

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 Statistical

Overfull \hbox (31.18706pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 Languages
! Undefined control sequence.
<argument> ...abel {sec:org5354f7b} \par \cvskill
                                                  {English}{5} \divider \par...
l.150 }

?
! Undefined control sequence.
<argument> ...\par \cvskill {English}{5} \divider
                                                  \par \cvskill {Spanish}{4}...
l.150 }

?
! Undefined control sequence.
<argument> ...{English}{5} \divider \par \cvskill
                                                  {Spanish}{4} \divider \par...
l.150 }

?
! Undefined control sequence.
<argument> ...\par \cvskill {Spanish}{4} \divider
                                                  \par \cvskill {German}{3.5...
l.150 }

?
! Undefined control sequence.
<argument> ...{Spanish}{4} \divider \par \cvskill
                                                  {German}{3.5} \par \sectio...
l.150 }

?

Overfull \hbox (27.62311pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 Education

Overfull \hbox (4.54593pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 Ph.D.$\OMS/cmsy/m/n/12 n$

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 in

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Your

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Dis-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 ci-

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\backslash' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Overfull \hbox (5.15796pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 M.Sc.$\OMS/cmsy/m/n/12 n$

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 in

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Your

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Dis-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 ci-

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\backslash' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Overfull \hbox (1.71996pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 B.Sc.$\OMS/cmsy/m/n/12 n$

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 in

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Your

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Dis-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 ci-

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\backslash' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.

(/opt/texlive/2021/texmf-dist/tex/latex/lato/TS1lato-TLF.fd)
! Undefined control sequence.
l.188 \wheelchart
                 {1.5cm}{0.5cm}{%
?

Overfull \hbox (54.72835pt too wide) in paragraph at lines 188--195
\T1/lato-TLF/m/n/10.95 beautiful sleep, 3/8em/accent!40/Hopeful nov-el-ist by n
ight, 8/8em/accent!60/Daytime
[3]
Overfull \hbox (19.63826pt too wide) in paragraph at lines 212--212
[]\T1/lato-TLF/b/n/14.4 Referees
! Undefined control sequence.
<argument> ...\label {sec:orga27223f} \par \cvref
                                                  {Prof.\ Alpha Beta}{Instit...
l.212 }

?

Underfull \hbox (badness 7981) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Prof. Al-pha

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Be-taIn-sti-

Overfull \hbox (66.37175pt too wide) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 tutea.beta@university.edu

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Ad-dress
! Undefined control sequence.
<argument> ...ne 1\\Address line 2} \par \divider
                                                  \par \cvref {Prof.\ Gamma ...
l.212 }

?
! Undefined control sequence.
<argument> ...s line 2} \par \divider \par \cvref
                                                  {Prof.\ Gamma Delta}{Insti...
l.212 }

?

Underfull \hbox (badness 10000) in paragraph at lines 212--212
[]\T1/lato-TLF/m/n/10.95 Prof.

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Gamma

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 DeltaIn-sti-

Overfull \hbox (69.24614pt too wide) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 tuteg.delta@university.edu

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Ad-dress
! Undefined control sequence.
<argument> \faBook
                   Books
l.217 \subsection{\faBook Books}

?
! Undefined control sequence.
<argument> ...hesubsection\endcsname }\fi \faBook
                                                  Books
l.217 \subsection{\faBook Books}

?
! Undefined control sequence.
<argument> ...hesubsection\endcsname }\fi \faBook
                                                  Books}{\thepage }{\@curren...
l.217 \subsection{\faBook Books}

?
! Undefined control sequence.
l.225 \divider

?
! Undefined control sequence.
<argument> \faFile
                   Journal Articles
l.227 \subsection{\faFile Journal Articles}

?
! Undefined control sequence.
<argument> ...hesubsection\endcsname }\fi \faFile
                                                  Journal Articles
l.227 \subsection{\faFile Journal Articles}

?
! Undefined control sequence.
<argument> ...hesubsection\endcsname }\fi \faFile
                                                  Journal Articles}{\thepage...
l.227 \subsection{\faFile Journal Articles}

?
! Undefined control sequence.
l.237 \divider

?
! Undefined control sequence.
<argument> \faUsers
                    Conference Proceedings
l.239 \subsection{\faUsers Conference Proceedings}

?
! Undefined control sequence.
<argument> ...esubsection\endcsname }\fi \faUsers
                                                  Conference Proceedings
l.239 \subsection{\faUsers Conference Proceedings}

?
! Undefined control sequence.
<argument> ...esubsection\endcsname }\fi \faUsers
                                                  Conference Proceedings}{\t...
l.239 \subsection{\faUsers Conference Proceedings}

?
[4] (./resume.aux)

LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

 ){/opt/texlive/2021/texmf-dist/fonts/enc/dvips/lato/a_cl4kdn.enc}{/opt/texlive
/2021/texmf-dist/fonts/enc/dvips/lato/a_rt66h3.enc} </home/zenny/.texlive2021/t
exmf-var/fonts/pk/ljfour/jknappen/ec/ecss1095.600pk> </home/zenny/.texlive2021/
texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm1095.600pk></opt/texlive/2021/texmf-d
ist/fonts/type1/typoland/lato/Lato-Bold.pfb></opt/texlive/2021/texmf-dist/fonts
/type1/typoland/lato/Lato-Italic.pfb></opt/texlive/2021/texmf-dist/fonts/type1/
typoland/lato/Lato-Regular.pfb></opt/texlive/2021/texmf-dist/fonts/type1/public
/amsfonts/cm/cmsy10.pfb>
Output written on resume.pdf (4 pages, 127697 bytes).
Transcript written on resume.log.
Latexmk: Examining 'resume.log'
=== TeX engine is 'pdfTeX'
Latexmk: References changed.
Latexmk: Log file says output to 'resume.pdf'
Latexmk: ===For rule 'pdflatex', the extensions differ between the
   actual output file 'resume.pdf',
   and the expected output 'resume.dvi'.
   Rule structure will be changed suitably.
=========SWITCH OF OUTPUT WAS DONE.
Latexmk: applying rule 'pdflatex'...
Rule 'pdflatex': File changes, etc:
   Changed files, or newly in use since previous run(s):
      'resume.aux'
      'resume.out'
      'resume.toc'
------------
Run number 2 of rule 'pdflatex'
------------
------------
Running 'pdflatex  -shell-escape -recorder  "resume.tex"'
------------
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode
(./resume.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2021-11-22>
(/opt/texlive/2021/texmf-dist/tex/latex/base/article.cls
Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
(/opt/texlive/2021/texmf-dist/tex/latex/base/size11.clo))
(/opt/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/graphicx.sty
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/keyval.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/graphics.sty
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/trig.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/opt/texlive/2021/texmf-dist/tex/latex/grffile/grffile.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/tools/longtable.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/rotating.sty
(/opt/texlive/2021/texmf-dist/tex/latex/base/ifthen.sty))
(/opt/texlive/2021/texmf-dist/tex/generic/ulem/ulem.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amstext.sty
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/capt-of/capt-of.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/hyperref.sty
(/opt/texlive/2021/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/iftex/iftex.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
(/opt/texlive/2021/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
(/opt/texlive/2021/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/hycolor/hycolor.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/auxhook/auxhook.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/kvoptions/kvoptions.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def)
(/opt/texlive/2021/texmf-dist/tex/generic/intcalc/intcalc.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/puenc.def)
(/opt/texlive/2021/texmf-dist/tex/latex/url/url.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/bitset/bitset.sty
(/opt/texlive/2021/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/hpdftex.def
(/opt/texlive/2021/texmf-dist/tex/latex/base/atveryend-ltx.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
(/opt/texlive/2021/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
! Undefined control sequence.
<recently read> \geometry

l.17 \geometry
              {
?

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.18 l
      eft=1cm,
?
! Undefined control sequence.
l.27 \ifxetexorluatex

?
! Undefined control sequence.
l.29 \setmainfont
                 {Roboto Slab}
?
! Undefined control sequence.
l.30 \setsansfont
                 {Lato}
?
! Extra \else.
l.32 \else

?
(/opt/texlive/2021/texmf-dist/tex/latex/roboto/roboto.sty
Overfull \hbox (33.06218pt too wide) in paragraph at lines 18--4
[]\T1/cmr/m/n/10.95 left=1cm, right=8.5cm, margin-par-width=6.5cm, margin-parse
p=1cm, top=1cm,
(/opt/texlive/2021/texmf-dist/tex/generic/iftex/ifxetex.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/iftex/ifluatex.sty)
(/opt/texlive/2021/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/opt/texlive/2021/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/opt/texlive/2021/texmf-dist/tex/generic/xkeyval/xkvutils.tex)))
(/opt/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
(/opt/texlive/2021/texmf-dist/tex/latex/base/t1cmss.fd))
(/opt/texlive/2021/texmf-dist/tex/latex/fontaxes/fontaxes.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/lato/lato.sty)
! Extra \fi.
l.38 \fi

?
! Undefined control sequence.
l.39 \definecolor
                 {colorPrimary}{HTML}{3ddb84}
?

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.39 \definecolor{c
                   olorPrimary}{HTML}{3ddb84}
?
! Undefined control sequence.
l.40 \definecolor
                 {colorPrimaryVariant}{HTML}{052409}
?
! Undefined control sequence.
l.41 \definecolor
                 {colorOnPrimary}{HTML}{FFFFFF}
?
! Undefined control sequence.
l.42 \definecolor
                 {colorSecondary}{HTML}{4387f4}
?
! Undefined control sequence.
l.43 \definecolor
                 {colorSecondaryVariant}{HTML}{072f41}
?
! Undefined control sequence.
l.44 \definecolor
                 {colorOnSecondary}{HTML}{000000}
?
! Undefined control sequence.
l.45 \definecolor
                 {colorBackground}{HTML}{FFFFFF}
?
! Undefined control sequence.
l.46 \definecolor
                 {colorOnBackground}{HTML}{000000}
?
! Undefined control sequence.
l.47 \definecolor
                 {colorSurface}{HTML}{FFFFFF}
?
! Undefined control sequence.
l.48 \definecolor
                 {colorOnSurface}{HTML}{000000}
?
! Undefined control sequence.
l.49 \definecolor
                 {colorError}{HTML}{B00020}
?
! Undefined control sequence.
l.50 \definecolor
                 {colorOnError}{HTML}{FFFFFF}
?
! Undefined control sequence.
l.51 \colorlet
              {accent}{colorSecondary}
?
! Undefined control sequence.
l.52 \colorlet
              {emphasis}{colorPrimaryVariant}
?
! Undefined control sequence.
l.53 \colorlet
              {heading}{colorPrimary}
?
! Undefined control sequence.
l.54 \colorlet
              {headingrule}{colorPrimary}
?
! Undefined control sequence.
l.55 \colorlet
              {subheading}{colorPrimaryVariant}
?
! Undefined control sequence.
l.56 \colorlet
              {body}{colorOnSurface}
?
! Undefined control sequence.
l.57 \colorlet
              {name}{colorOnSurface}
?
! Undefined control sequence.
l.58 \colorlet
              {tagline}{colorSecondary}
?

! LaTeX Error: Command \namefont undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.70 \renewcommand{\namefont}
                             {\Huge\rmfamily\bfseries}
?

! LaTeX Error: Command \personalinfofont undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.71 \renewcommand{\personalinfofont}
                                     {\footnotesize}
?

! LaTeX Error: Command \cvsectionfont undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.72 \renewcommand{\cvsectionfont}
                                  {\LARGE\rmfamily\bfseries}
?

! LaTeX Error: Command \cvsubsectionfont undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.73 \renewcommand{\cvsubsectionfont}
                                     {\large\bfseries}
?

! LaTeX Error: Command \itemmarker undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.76 \renewcommand{\itemmarker}
                               {{\small\textbullet}}
?

! LaTeX Error: Command \ratingmarker undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.77 \renewcommand{\ratingmarker}
                                 {\faCircle}
?
! Undefined control sequence.
l.78 \NewInfoField
                  {gitlab}{\faGitlab}[https://gitlab.com/]
?
! Undefined control sequence.
l.78 \NewInfoField{gitlab}{\faGitlab
                                    }[https://gitlab.com/]
?
(/opt/texlive/2021/texmf-dist/tex/latex/lato/T1lato-TLF.fd)
(/opt/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
(./resume.aux)
(/opt/texlive/2021/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
Overfull \hbox (1.41016pt too wide) in paragraph at lines 39--13
[]\T1/cmss/m/n/10.95 colorPrimaryHTML3ddb84 col-or-Pri-ma-ry-Vari-antHTML052409
 col-orOn-Pri-ma-

Overfull \hbox (11.1212pt too wide) in paragraph at lines 39--13
\T1/cmss/m/n/10.95 ry-HTMLFFFFFF col-orSec-ondary-HTML4387f4 col-orSec-ondary-V
ari-antHTML072f41

Overfull \hbox (5.25418pt too wide) in paragraph at lines 39--13
\T1/cmss/m/n/10.95 pha-sis-col-or-Pri-ma-ry-Vari-ant head-ing-col-or-Pri-mary h
ead-in-grule-col-or-Pri-mary sub-head-

Overfull \hbox (6.12961pt too wide) in paragraph at lines 39--13
\T1/cmss/m/n/10.95 ing-col-or-Pri-ma-ry-Vari-ant body-col-orOn-Sur-face name-co
l-orOn-Sur-face tagline-col-orSec-
[Loading MPS to PDF converter (version 2006.09.02).]
) (/opt/texlive/2021/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
(/opt/texlive/2021/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
(/opt/texlive/2021/texmf-dist/tex/latex/graphics/color.sty
(/opt/texlive/2021/texmf-dist/tex/latex/graphics-cfg/color.cfg))
(/opt/texlive/2021/texmf-dist/tex/latex/hyperref/nameref.sty
(/opt/texlive/2021/texmf-dist/tex/latex/refcount/refcount.sty)
(/opt/texlive/2021/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(./resume.out) (./resume.out) [1{/opt/texlive/2021/texmf-var/fonts/map/pdftex/u
pdmap/pdftex.map}] (/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/opt/texlive/2021/texmf-dist/tex/latex/amsfonts/umsb.fd) (./resume.toc

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.1 ...erline {1}My Life Philosophy}{3}{section.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.2 ...\numberline {2}Most Proud of}{3}{section.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.3 ...1}Fantastic Achievement}{3}{subsection.2.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.4 ...2.2}Another achievement}{3}{subsection.2.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.5 ...on}{\numberline {3}Strengths}{3}{section.3}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.6 ...on}{\numberline {4}Languages}{3}{section.4}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.7 ...on}{\numberline {5}Education}{3}{section.5}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.8 ...sh $ in Your Discipline}{3}{subsection.5.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.9 ...sh $ in Your Discipline}{3}{subsection.5.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.10 ...h $ in Your Discipline}{3}{subsection.5.3}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.11 ...n}{\numberline {6}Exprience}{3}{section.6}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.12 ...rline {6.1}Job Title 1}{3}{subsection.6.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.13 ...rline {6.2}Job Title 2}{3}{subsection.6.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.14 ...on}{\numberline {7}Projects}{3}{section.7}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.15 ...berline {7.1}Project 1}{3}{subsection.7.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.16 ...berline {7.2}Project 2}{3}{subsection.7.2}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.17 ...berline {8}A day of my life}{3}{section.8}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.18 ...on}{\numberline {9}Referees}{4}{section.9}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.19 ...umberline {10}Publications}{4}{section.10}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.20 ...umberline {10.1}Books}{4}{subsection.10.1}
                                                  %
?

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.21 ...10.2}Journal Articles}{4}{subsection.10.2}
                                                  %
?
[2]

! LaTeX Error: Undefined color `colorSecondaryVariant'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.22 ...onference Proceedings}{4}{subsection.10.3}
                                                  %
?
)
Underfull \hbox (badness 10000) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 My

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/14.4 Life

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/14.4 Phi-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/14.4 los-o-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
[]

Overfull \hbox (51.14058pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 "Something

Overfull \hbox (22.85132pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 smart

Overfull \hbox (5.94456pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 or

Overfull \hbox (25.06322pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 heart-

Overfull \hbox (14.18439pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 felt,

Overfull \hbox (28.6438pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 prefer-

Overfull \hbox (15.55316pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 ably

Overfull \hbox (4.4882pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 in

Overfull \hbox (13.85045pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 one

Overfull \hbox (16.45105pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 sen-

Overfull \hbox (27.97589pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 tence."

Underfull \hbox (badness 10000) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 Most

Overfull \hbox (2.27913pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/b/n/14.4 Proud

Overfull \hbox (17.64989pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 Fantastic

Overfull \hbox (16.82195pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Achieve-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 and some

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 de-tails

Overfull \hbox (13.74992pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 Another

Overfull \hbox (14.73994pt too wide) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 achieve-

Underfull \hbox (badness 3417) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 about it of

Overfull \hbox (25.07425pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 Strengths
! Undefined control sequence.
<argument> ...\label {sec:org37e284d} \par \cvtag
                                                  {Hard-working} \cvtag {Eye...
l.150 }

?
! Undefined control sequence.
<argument> ...} \par \cvtag {Hard-working} \cvtag
                                                  {Eye for detail}\\ \cvtag ...
l.150 }

?
! Undefined control sequence.
<recently read> \cvtag

l.150 }

?

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 Hard-
! Undefined control sequence.
<argument> ...{Motivator \& Leader} \par \divider
                                                  \par \cvtag {C++} \cvtag {...
l.150 }

?
! Undefined control sequence.
<argument> ...& Leader} \par \divider \par \cvtag
                                                  {C++} \cvtag {Embedded Sys...
l.150 }

?
! Undefined control sequence.
<argument> ...r \divider \par \cvtag {C++} \cvtag
                                                  {Embedded Systems}\\ \cvta...
l.150 }

?
! Undefined control sequence.
<recently read> \cvtag

l.150 }

?

Underfull \hbox (badness 10000) in paragraph at lines 150--150
[]\T1/lato-TLF/m/n/10.95 C++ Em-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 bed-ded

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/m/n/10.95 Statistical

Overfull \hbox (31.18706pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 Languages
! Undefined control sequence.
<argument> ...abel {sec:org5354f7b} \par \cvskill
                                                  {English}{5} \divider \par...
l.150 }

?
! Undefined control sequence.
<argument> ...\par \cvskill {English}{5} \divider
                                                  \par \cvskill {Spanish}{4}...
l.150 }

?
! Undefined control sequence.
<argument> ...{English}{5} \divider \par \cvskill
                                                  {Spanish}{4} \divider \par...
l.150 }

?
! Undefined control sequence.
<argument> ...\par \cvskill {Spanish}{4} \divider
                                                  \par \cvskill {German}{3.5...
l.150 }

?
! Undefined control sequence.
<argument> ...{Spanish}{4} \divider \par \cvskill
                                                  {German}{3.5} \par \sectio...
l.150 }

?

Overfull \hbox (27.62311pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/14.4 Education

Overfull \hbox (4.54593pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 Ph.D.$\OMS/cmsy/m/n/12 n$

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 in

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Your

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Dis-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 ci-

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\backslash' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Overfull \hbox (5.15796pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 M.Sc.$\OMS/cmsy/m/n/12 n$

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 in

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Your

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Dis-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 ci-

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\backslash' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Overfull \hbox (1.71996pt too wide) in paragraph at lines 150--150
[]\T1/lato-TLF/b/n/12 B.Sc.$\OMS/cmsy/m/n/12 n$

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 in

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Your

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 Dis-

Underfull \hbox (badness 10000) in paragraph at lines 150--150
\T1/lato-TLF/b/n/12 ci-

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\backslash' on input line 150.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 150.

(/opt/texlive/2021/texmf-dist/tex/latex/lato/TS1lato-TLF.fd)
! Undefined control sequence.
l.188 \wheelchart
                 {1.5cm}{0.5cm}{%
?

Overfull \hbox (54.72835pt too wide) in paragraph at lines 188--195
\T1/lato-TLF/m/n/10.95 beautiful sleep, 3/8em/accent!40/Hopeful nov-el-ist by n
ight, 8/8em/accent!60/Daytime
[3]
Overfull \hbox (19.63826pt too wide) in paragraph at lines 212--212
[]\T1/lato-TLF/b/n/14.4 Referees
! Undefined control sequence.
<argument> ...\label {sec:orga27223f} \par \cvref
                                                  {Prof.\ Alpha Beta}{Instit...
l.212 }

?

Underfull \hbox (badness 7981) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Prof. Al-pha

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Be-taIn-sti-

Overfull \hbox (66.37175pt too wide) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 tutea.beta@university.edu

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Ad-dress
! Undefined control sequence.
<argument> ...ne 1\\Address line 2} \par \divider
                                                  \par \cvref {Prof.\ Gamma ...
l.212 }

?
! Undefined control sequence.
<argument> ...s line 2} \par \divider \par \cvref
                                                  {Prof.\ Gamma Delta}{Insti...
l.212 }

?

Underfull \hbox (badness 10000) in paragraph at lines 212--212
[]\T1/lato-TLF/m/n/10.95 Prof.

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Gamma

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 DeltaIn-sti-

Overfull \hbox (69.24614pt too wide) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 tuteg.delta@university.edu

Underfull \hbox (badness 10000) in paragraph at lines 212--212
\T1/lato-TLF/m/n/10.95 Ad-dress
! Undefined control sequence.
<argument> \faBook
                   Books
l.217 \subsection{\faBook Books}

?
! Undefined control sequence.
<argument> ...hesubsection\endcsname }\fi \faBook
                                                  Books
l.217 \subsection{\faBook Books}

?
! Undefined control sequence.
<argument> ...hesubsection\endcsname }\fi \faBook
                                                  Books}{\thepage }{\@curren...
l.217 \subsection{\faBook Books}

?
! Undefined control sequence.
l.225 \divider

?
! Undefined control sequence.
<argument> \faFile
                   Journal Articles
l.227 \subsection{\faFile Journal Articles}

?
! Undefined control sequence.
<argument> ...hesubsection\endcsname }\fi \faFile
                                                  Journal Articles
l.227 \subsection{\faFile Journal Articles}

?
! Undefined control sequence.
<argument> ...hesubsection\endcsname }\fi \faFile
                                                  Journal Articles}{\thepage...
l.227 \subsection{\faFile Journal Articles}

?
! Undefined control sequence.
l.237 \divider

?
! Undefined control sequence.
<argument> \faUsers
                    Conference Proceedings
l.239 \subsection{\faUsers Conference Proceedings}

?
! Undefined control sequence.
<argument> ...esubsection\endcsname }\fi \faUsers
                                                  Conference Proceedings
l.239 \subsection{\faUsers Conference Proceedings}

?
! Undefined control sequence.
<argument> ...esubsection\endcsname }\fi \faUsers
                                                  Conference Proceedings}{\t...
l.239 \subsection{\faUsers Conference Proceedings}

?
[4] (./resume.aux) ){/opt/texlive/2021/texmf-dist/fonts/enc/dvips/lato/a_cl4kdn
.enc}{/opt/texlive/2021/texmf-dist/fonts/enc/dvips/lato/a_rt66h3.enc} </home/ze
nny/.texlive2021/texmf-var/fonts/pk/ljfour/jknappen/ec/ecss1095.600pk> </home/z
enny/.texlive2021/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm1095.600pk></opt/te
xlive/2021/texmf-dist/fonts/type1/typoland/lato/Lato-Bold.pfb></opt/texlive/202
1/texmf-dist/fonts/type1/typoland/lato/Lato-Italic.pfb
></opt/texlive/2021/texmf
-dist/fonts/type1/typoland/lato/Lato-Regular.pfb></opt/texlive/2021/texmf-dist/
fonts/type1/public/amsfonts/cm/cmsy10.pfb>
Output written on resume.pdf (4 pages, 127693 bytes).
Transcript written on resume.log.
Latexmk: Examining 'resume.log'
=== TeX engine is 'pdfTeX'
Latexmk: Log file says output to 'resume.pdf'
Latexmk: Errors, in force_mode: so I tried finishing targets
Collected error summary (may duplicate other messages):
  pdflatex: Command for 'pdflatex' gave return code 1
      Refer to 'resume.log' for details

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Main
In progress
Development

No branches or pull requests

2 participants