Increase page size vertically

I really want to avoid a multipage CV, but I also want to avoid removing
stuff I find relevant and put lots of effort into.
This commit is contained in:
Kristóf Tóth 2023-04-15 22:26:07 +02:00
parent 6ad2c05cce
commit bc68d83ae6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
\documentclass[12pt,a4paper]{article}
\documentclass[12pt]{article}
\usepackage{latexplate}
\usepackage[left=10mm,right=10mm,top=7mm,bottom=7mm]{geometry}
\usepackage[paperwidth=210mm,paperheight=375mm,left=10mm,right=10mm,top=7mm,bottom=7mm]{geometry}
\usepackage[english]{babel}
\usepackage[defaultlines=10,all]{nowidow}
\usepackage{hyperref}