posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.12k stars 4.79k forks source link

Faulty test #14

Closed johannesbottcher closed 8 years ago

johannesbottcher commented 8 years ago
\ifxetex
  \RequirePackage[quiet]{fontspec}
  % To support LaTeX quoting style
  \defaultfontfeatures{Ligatures=TeX}
\else
  \RequirePackage[T1]{fontenc}
  % Replace by the encoding you are using
  \RequirePackage[utf8]{inputenc}
\fi
% Needed to manage math fonts
\RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math}

That doesn't make any sense.

VelNZ commented 8 years ago

This looks like it's been fixed: https://github.com/posquit0/Awesome-CV/commit/e4e9d1731c5f72c843a08b82d99fd1f8333ba317

posquit0 commented 8 years ago

Ah~ yes! thanks :+1: