\documentclass[10pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[textwidth=12cm,centering]{geometry} \usepackage[x11names]{xcolor} % \usepackage[a4,center,noinfo,width=18cm,height=23cm]{crop} \usepackage{background,mathpazo,pdfpages,tikz,datatool,graphicx,fontspec-xetex,ragged2e,setspace, lipsum} % gute Website mit Bildern: https://illustrationage.com/2019/07/02/turn-back-the-pages-simplicissimus-magazine/ \newfontfamily{\headfont}{Sandwich} \newfontfamily{\artfont}{Parisish} \newfontfamily{\linefont}{FoglihtenDeH02} %https://www.1001fonts.com/foglihtendeh0-font.html \usepackage{blindtext} \usepackage{geometry} % https://www.overleaf.com/learn/latex/Page_size_and_margins \geometry{ a5paper, left=10mm, right=10mm, top=5mm, bottom=5mm } \backgroundsetup{contents={}} % https://coolors.co/f6ebe0-ba5624-381d2a-9395d3-065143 \definecolor{bg}{HTML}{F6EBE0} % https://color.adobe.com/create/color-wheel \definecolor{head}{HTML}{45252A} \definecolor{desc}{HTML}{6C5B61} %\definecolor{text}{HTML}{381D2A} %\definecolor{text}{HTML}{363331} \definecolor{text}{HTML}{413135} \color{text} \graphicspath{{img/}} \DTLsetseparator{;} \DTLloadrawdb[keys={name,beschreibung,img,preis1,preis2,size1,size2,cat,note}]{drinks}{drinks.csv} \input{glass.tex} \input{cmds.tex} \pagestyle{empty} \pagecolor{bg} \begin{document} %\include{pages/cover.tex} %\include{pages/soli.tex} %\include{pages/kaffee.tex} %\include{pages/teekakao.tex} %\illupage{illus/16_63_003-upscaled-crop-alpha2.png} %\include{pages/erfrischung.tex} %bis hier hin!!! %\include{pages/bier.tex} %\include{pages/wein.tex} %\illupage{illus/16_58_001-upscale-alpha2-crop2.png} \include{pages/spirituosen.tex} \include{pages/spirituosen2.tex} %\include{pages/cocktails.tex} %\include{pages/zeitungen.tex} %\include{pages/backcover.tex} \end{document}