diff --git a/main.pdf b/main.pdf index e40b7a8..98b34ef 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index ea25d15..5d78877 100644 --- a/main.tex +++ b/main.tex @@ -1,23 +1,22 @@ \documentclass{article} -\usepackage[fontsize=8pt]{fontsize} % will need adjusted if you change the paper size +\usepackage[fontsize=12pt]{fontsize} % will need adjusted if you change the paper size \usepackage{lmodern,fontspec,lipsum,tabularray,qrcode,tikz,parskip,hyperref} \usepackage[% - papersize={4.25in,2.75in}, + papersize={5.5in,4.25in}, bottom=2mm ]{geometry} \setlength{\headsep}{2em} \pagestyle{empty} -\def\table{% +\def\paste{% \begin{tblr}{% column{1}={halign=r}, column{2}={halign=l,wd=15em}, % set the width of the writing line here vline{2}={text=:}, hline{2-Z}={2}{dotted}, - row{2}={abovesep=2em}, - row{3-Z}={abovesep=1.5em}} + row{2-Z}={abovesep=1.5em}} {\LARGE Title}&\\ - {\small Owner}&\\ + Owner&\\ Model&\\ Layout&\\ Switches&\\ @@ -30,9 +29,9 @@ \begin{document} {\fontfamily{lmss}\selectfont\begin{center} % \setmainfont{[Hellvetica.ttf]} % uncomment if you want a better font -\table -\table -\table -\table +\paste +\paste +\paste +\paste \end{center} }\end{document} \ No newline at end of file