change lualatex to pdflatex
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
# Requirements
|
||||
|
||||
- `lualatex`
|
||||
- `ttf-mscorefonts-installer`
|
||||
- `pdflatex`
|
||||
|
||||
# Compilation
|
||||
|
||||
```shell
|
||||
lualatex cv.tex
|
||||
pdflatex cv.tex
|
||||
```
|
||||
|
||||
# TODO
|
||||
|
||||
- [ ] Remove `ttf-mscorefonts-installer`-dependency
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
\usepackage{fontspec}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{titling}
|
||||
\usepackage[margin=.15in]{geometry}
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
\setmainfont{Times New Roman}
|
||||
\usepackage[T2A]{fontenc}
|
||||
\usepackage[russian]{babel}
|
||||
|
||||
\titleformat{\section}{\vspace{-.5em}\Large\bf\raggedright}{}{1em}{}[{\titlerule[2pt]}]
|
||||
\titlespacing{\section}{0pt}{-1pt}{7pt}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user