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