Fixing ATS
This commit is contained in:
parent
868eb5a77e
commit
3a1cecc38e
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# LaTeX build artifacts
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
*.toc
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
*.synctex.gz
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -11,6 +11,7 @@
|
|||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[sfdefault]{roboto}
|
||||
\usepackage{microtype}
|
||||
\DisableLigatures{encoding = *, family = *} % keep fi/fl as two letters so PDF text search / ATS works
|
||||
\usepackage[letterpaper,margin=0.5in,top=0.35in,bottom=0.3in]{geometry}
|
||||
\usepackage[dvipsnames]{xcolor}
|
||||
\usepackage{titlesec}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ PREAMBLE = r"""% Mike Eberlein — single-page resume (generated from resume.yam
|
|||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[sfdefault]{roboto}
|
||||
\usepackage{microtype}
|
||||
\DisableLigatures{encoding = *, family = *} % keep fi/fl as two letters so PDF text search / ATS works
|
||||
\usepackage[letterpaper,margin=0.5in,top=0.35in,bottom=0.3in]{geometry}
|
||||
\usepackage[dvipsnames]{xcolor}
|
||||
\usepackage{titlesec}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user