fügt kakao hinzu, extras und weitere schriftart.

This commit is contained in:
2023-03-28 05:11:13 +02:00
parent 88800194a7
commit 6935aae42f
17 changed files with 9980 additions and 106 deletions

View File

@@ -2,27 +2,28 @@
\newcommand*\ColText[1]{\textcolor{desc}{#1}} \newcommand*\ColText[1]{\textcolor{desc}{#1}}
% a tabular* for each drink group % a tabular* for each drink group
\newenvironment{Group}[2] \newenvironment{Group}[2]{
{ \heading{#1} \\
\centering{\Huge{\textcolor{head}{#1}}} \medskip\\ \fontsize{11}{14}\selectfont\ColText{#2}\\}
\begin{tabular*}{\textwidth}
{@{}p{1.0\linewidth}@{\extracolsep{\fill}}r@{}} %Change the number before \linewidth to allow text to extend further
{\fontsize{11}{14}\selectfont\ColText{#2}}\\}
{\end{tabular*}}
% to format each entry % to format each entry
\newcommand*\Entry[2]{% \newcommand*\Entry[2]{%
%\vspace{0.5mm} % if you uncomment this line, change the Glass yshift to -4mm (idk why such difference) %\vspace{0.5mm} % if you uncomment this line, change the Glass yshift to -4mm (idk why such difference)
\smallskip\large\fontfamily{qzc}\selectfont #1 & #2} \\\Large{\artfont #1 & #2}}
\newcommand*\heading[1]{
{\\\centering\linefont\fontsize{30}{10}\selectfont Q+=q {\fontsize{40}{60}{\headfont\textcolor{head}{#1}}} Q+=q\\\medskip}}
\newcommand*\subheading[1]{
{\centering\linefont\fontsize{20}{30}\selectfont Q++++=q {\LARGE{\artfont\selectfont\textcolor{head}{#1}}} Q++++=q\\}}
% to format each subentry % to format each subentry
\newcommand*\Expl[1]{% \newcommand*\Expl[1]{%
\scriptsize #1} \scriptsize #1}
\newcommand*\Price[1]{% \newcommand*\Price[1]{%
\normalsize #1} \normalsize #1}
% sets page Backround to #1 % sets page Backround to #1
\newcommand*{\PageBackground}[1]{ \newcommand*{\PageBackground}[1]{
@@ -31,6 +32,6 @@
} }
\newcommand*{\PriceMult}[4]{ \newcommand*{\PriceMult}[4]{
\hspace*{1em}\footnotesize #1 \dotfill\Price{#2}\\ \hspace*{0.5cm}\footnotesize #1 \dotfill\Price{#2}\\
\hspace*{1em}\footnotesize #3 \dotfill\Price{#4}\\ \hspace*{0.5cm}\footnotesize #3 \dotfill\Price{#4}\\
} }

View File

@@ -8,7 +8,8 @@ Latte Macchiato;Heißer Milchschaum mit einem Schuss Kaffee.;\GlassMugHot;3,80;;
Chocmoc;Cappucino mit Kakao.;\GlassMugHot;2,10;3,80;klein;groß;Kaffee; Chocmoc;Cappucino mit Kakao.;\GlassMugHot;2,10;3,80;klein;groß;Kaffee;
Sahnehäubchen;;\GlassMugHot;0,20;;;;Kaffee;zusatz Sahnehäubchen;;\GlassMugHot;0,20;;;;Kaffee;zusatz
Schuss Sirup;(z.B. Kokos, Haselnuss oder Karamell);\GlassMugHot;0,40;;;;Kaffee;zusatz Schuss Sirup;(z.B. Kokos, Haselnuss oder Karamell);\GlassMugHot;0,40;;;;Kaffee;zusatz
Schuss Schnaps;(z.B. Amaretto, Kahlua, Rum);\GlassMugHot;2,20;;;;Kaffee;zusatz Honig;aus Olewig;\GlassMugHot;0,20;;;;Kaffee;zusatz
Schuss Schnaps;(z.B. Amaretto, Kahlua, Rum oder Veterano);\GlassMugHot;2,20;;;;Kaffee;zusatz
Hibiskus;;\GlassMugHot;2,50;-;;;Tee; Hibiskus;;\GlassMugHot;2,50;-;;;Tee;
Grüner;;\GlassMugHot;2,50;-;;;Tee; Grüner;;\GlassMugHot;2,50;-;;;Tee;
Schwarzer;;\GlassMugHot;2,50;-;;;Tee; Schwarzer;;\GlassMugHot;2,50;-;;;Tee;
@@ -21,6 +22,14 @@ basischer Kräutertee;;\GlassMugHot;2,50;;;;Tee;
Kräuter;;\GlassMugHot;2,50;;;;Tee; Kräuter;;\GlassMugHot;2,50;;;;Tee;
Classic Chai (Zimt, Yogi);;\GlassMugHot;2,50;;;;Tee; Classic Chai (Zimt, Yogi);;\GlassMugHot;2,50;;;;Tee;
Black Chai (Yogi);;\GlassMugHot;2,50;;;;Tee; Black Chai (Yogi);;\GlassMugHot;2,50;;;;Tee;
Limettensaft;;;0,20;;;;Tee;zusatz
Zitronensaft;;;0,20;;;;Tee;zusatz
Honig;aus Olewig;;0,20;;;;Tee;zusatz
Sirup;(z.B. Kokos, Haselnuss oder Karamell);;0,20;;;;Tee;zusatz
Schuss Schnaps;(z.B. Amaretto, Kahlua, Rum oder Veterano);;2,20;;;;Tee;zusatz
Milchschaum;(z.B. Black Chai Latte);;0,90;;;;Tee;zusatz
Teepreis;;;2,00;2,50;klein;groß;Teepreis;
Ingwer;;\GlassMugHot;2,50;;;;Frischer Tee; Ingwer;;\GlassMugHot;2,50;;;;Frischer Tee;
Heiße Limette;;\GlassMugHot;2,50;;;;Frischer Tee; Heiße Limette;;\GlassMugHot;2,50;;;;Frischer Tee;
Heiße Zitrone;;\GlassMugHot;2,50;;;;Frischer Tee; Heiße Zitrone;;\GlassMugHot;2,50;;;;Frischer Tee;
Kakao;Bio Cocoba, mit Kuh- oder Hafermlich;;2,10;3,80;klein;groß;Kakao;
1 name beschreibung img preis1 preis2 size1 size2 cat note
8 Chocmoc Cappucino mit Kakao. \GlassMugHot 2,10 3,80 klein groß Kaffee
9 Sahnehäubchen \GlassMugHot 0,20 Kaffee zusatz
10 Schuss Sirup (z.B. Kokos, Haselnuss oder Karamell) \GlassMugHot 0,40 Kaffee zusatz
11 Schuss Schnaps Honig (z.B. Amaretto, Kahlua, Rum) aus Olewig \GlassMugHot 2,20 0,20 Kaffee zusatz
12 Schuss Schnaps (z.B. Amaretto, Kahlua, Rum oder Veterano) \GlassMugHot 2,20 Kaffee zusatz
13 Hibiskus \GlassMugHot 2,50 - Tee
14 Grüner \GlassMugHot 2,50 - Tee
15 Schwarzer \GlassMugHot 2,50 - Tee
22 Kräuter \GlassMugHot 2,50 Tee
23 Classic Chai (Zimt, Yogi) \GlassMugHot 2,50 Tee
24 Black Chai (Yogi) \GlassMugHot 2,50 Tee
25 Limettensaft 0,20 Tee zusatz
26 Zitronensaft 0,20 Tee zusatz
27 Honig aus Olewig 0,20 Tee zusatz
28 Sirup (z.B. Kokos, Haselnuss oder Karamell) 0,20 Tee zusatz
29 Schuss Schnaps (z.B. Amaretto, Kahlua, Rum oder Veterano) 2,20 Tee zusatz
30 Milchschaum (z.B. Black Chai Latte) 0,90 Tee zusatz
31 Teepreis 2,00 2,50 klein groß Teepreis
32 Ingwer \GlassMugHot 2,50 Frischer Tee
33 Heiße Limette \GlassMugHot 2,50 Frischer Tee
34 Heiße Zitrone \GlassMugHot 2,50 Frischer Tee
35 Kakao Bio Cocoba, mit Kuh- oder Hafermlich 2,10 3,80 klein groß Kakao

BIN
fonts/sandwich.tfm Normal file

Binary file not shown.

47
fonttestpage.aux Normal file
View File

@@ -0,0 +1,47 @@
\relax
\@writefile{toc}{\contentsline {section}{\numberline {1}aakar}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {2}Abyssinica SIL}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3}Accanthis ADF Std}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {4}Accanthis ADF Std No2}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {5}Accanthis ADF Std No3}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {6}ADELE Amiri Amiri Quran Amiri Quran Colored Ani}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {7}অনি AnjaliOldLipi Arimo AR PL KaitiM Big5}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {8}文鼎PL中楷 AR PL KaitiM GB}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {9}文鼎PL简中楷 AR PL Mingti2L Big5}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {10}文鼎PL細上海宋 AR PL SungtiL GB}{1}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {11}文鼎PL简报宋 AR PL UMing CN AR PL UMing HK AR PL UMing TW AR PL UMing TW MBE Asana Math AvantGarde LT Medium Baekmuk Batang}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {12}백묵 바탕 Baekmuk Dotum}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {13}백묵 돋움 Baekmuk Gulim}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {14}백묵 굴림 Baekmuk Headline}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {15}백묵 헤드라인 Berenis ADF Pro Berenis ADF Pro Math Bitstream Charter C059 Cabin Caladea Cantarell Cantarell}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {16}Cantarell Extra Bold Cantarell}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {17}Cantarell Light Cantarell}{2}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {18}Cantarell Thin Carlito Century Schoolbook L Chandas Charis SIL Chilanka Clean ClearlyU ClearlyU Alternate Glyphs ClearlyU PUA cmex10 cmmi10 cmr10 cmsy10 Comfortaa Comfortaa}{3}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {19}Comfortaa Light Courier Courier 10 Pitch Cousine cursor.pcf D050000L deccurs.pcf decsess.pcf DejaVu Math TeX Gyre DejaVu Sans DejaVu Sans}{3}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {20}DejaVu Sans Condensed DejaVu Sans}{3}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {21}DejaVu Sans Light DejaVu Sans Mono DejaVu Serif DejaVu Serif}{3}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {22}DejaVu Serif Condensed Dhurjati Dingbats Droid Sans Fallback dsrom10 Dyuthi EB Garamond 12 All SC EB Garamond}{3}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {23}EB Garamond 08 EB Garamond}{3}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {24}EB Garamond 12 EB Garamond Initials EB Garamond Initials Fill1 EB Garamond Initials Fill2 EB Garamond SC}{4}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {25}EB Garamond SC 08 EB Garamond SC}{4}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {26}EB Garamond SC 12 elusiveicons esint10 eufm10 Fixed FontAwesome FoulisGreek FreeMono FreeSans FreeSerif Gargi}{4}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {27}गार्गी Garuda Gayathri Gayathri}{4}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {28}Gayathri Thin GE Inspira Gentium GentiumAlt Gentium Basic Gentium Book Basic Gentium Book Plus Gentium Plus Gentium Plus Compact GFS Artemisia GFS Artemisia}{4}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {29}GFS Didot GFS Baskerville GFS BodoniClassic GFS Complutum GFS Didot GFS Didot Classic GFS Didot}{4}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {30}GFS Didot Rg GFS Gazis GFS Neohellenic}{4}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {31}GFS Neohellenic Rg GFS Olga GFS Porson GFS Solomos GFS Theokritos Gidugu Gillius ADF Gillius ADF}{5}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {32}Gillius ADF Cond Gillius ADF No2 Gillius ADF No2}{5}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {33}Gillius ADF No2 Cond Go Go Medium Go Mono Go Smallcaps Gubbi Gurajada Hack IPAexGothic}{5}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {34}IPAexゴシック IPAexMincho}{5}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {35}IPAex明朝 IPAGothic}{5}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {36}IPAゴシック IPAMincho}{5}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {37}IPA明朝 IPAPGothic}{5}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {38}IPA Pゴシック IPAPMincho}{5}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {39}IPA P明朝 ITC Avant Garde Gothic Pro}{6}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {40}ITC Avant Garde Pro XLt Jamrul Junicode KacstArt KacstBook KacstDecorative KacstDigital KacstFarsi KacstLetter KacstNaskh KacstOffice KacstOne KacstPen KacstPoster KacstQurn KacstScreen KacstTitle KacstTitleL Kalapi Kalimati}{6}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {41}नालिमाटी Karumbi Keraleeyam Khmer OS Khmer OS System Kinnari LakkiReddy Laksaman Lato Lato}{6}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {42}Lato Black Lato}{6}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {43}Lato Hairline Lato}{6}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {44}Lato Heavy Lato}{6}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {45}Lato Light Lato}{6}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {46}Lato Medium Lato}{6}{}\protected@file@percent }

7295
fonttestpage.log Normal file

File diff suppressed because it is too large Load Diff

BIN
fonttestpage.pdf Normal file

Binary file not shown.

BIN
fonttestpage.synctex.gz Normal file

Binary file not shown.

607
fonttestpage.tex Normal file
View File

@@ -0,0 +1,607 @@
% !TeX TS-program = xelatex
\documentclass{article}
\usepackage{pgffor}
\usepackage{fontspec}
\newcommand{\testphrase}{The quick brown fox jumps over the lazy dog.}
\begin{document}
\foreach \x in {
aakar,
Abyssinica SIL,
Accanthis ADF Std,
Accanthis ADF Std No2,
Accanthis ADF Std No3,
ADELE
Amiri
Amiri Quran
Amiri Quran Colored
Ani,অনি
AnjaliOldLipi
Arimo
AR PL KaitiM Big5,文鼎PL中楷
AR PL KaitiM GB,文鼎PL简中楷
AR PL Mingti2L Big5,文鼎PL細上海宋
AR PL SungtiL GB,文鼎PL简报宋
AR PL UMing CN
AR PL UMing HK
AR PL UMing TW
AR PL UMing TW MBE
Asana Math
AvantGarde LT Medium
Baekmuk Batang,백묵 바탕
Baekmuk Dotum,백묵 돋움
Baekmuk Gulim,백묵 굴림
Baekmuk Headline,백묵 헤드라인
Berenis ADF Pro
Berenis ADF Pro Math
Bitstream Charter
C059
Cabin
Caladea
Cantarell
Cantarell,Cantarell Extra Bold
Cantarell,Cantarell Light
Cantarell,Cantarell Thin
Carlito
Century Schoolbook L
Chandas
Charis SIL
Chilanka
Clean
ClearlyU
ClearlyU Alternate Glyphs
ClearlyU PUA
cmex10
cmmi10
cmr10
cmsy10
Comfortaa
Comfortaa,Comfortaa Light
Courier
Courier 10 Pitch
Cousine
cursor.pcf
D050000L
deccurs.pcf
decsess.pcf
DejaVu Math TeX Gyre
DejaVu Sans
DejaVu Sans,DejaVu Sans Condensed
DejaVu Sans,DejaVu Sans Light
DejaVu Sans Mono
DejaVu Serif
DejaVu Serif,DejaVu Serif Condensed
Dhurjati
Dingbats
Droid Sans Fallback
dsrom10
Dyuthi
EB Garamond 12 All SC
EB Garamond,EB Garamond 08
EB Garamond,EB Garamond 12
EB Garamond Initials
EB Garamond Initials Fill1
EB Garamond Initials Fill2
EB Garamond SC,EB Garamond SC 08
EB Garamond SC,EB Garamond SC 12
elusiveicons
esint10
eufm10
Fixed
FontAwesome
FoulisGreek
FreeMono
FreeSans
FreeSerif
Gargi,गार्गी
Garuda
Gayathri
Gayathri,Gayathri Thin
GE Inspira
Gentium
GentiumAlt
Gentium Basic
Gentium Book Basic
Gentium Book Plus
Gentium Plus
Gentium Plus Compact
GFS Artemisia
GFS Artemisia,GFS Didot
GFS Baskerville
GFS BodoniClassic
GFS Complutum
GFS Didot
GFS Didot Classic
GFS Didot,GFS Didot Rg
GFS Gazis
GFS Neohellenic,GFS Neohellenic Rg
GFS Olga
GFS Porson
GFS Solomos
GFS Theokritos
Gidugu
Gillius ADF
Gillius ADF,Gillius ADF Cond
Gillius ADF No2
Gillius ADF No2,Gillius ADF No2 Cond
Go
Go Medium
Go Mono
Go Smallcaps
Gubbi
Gurajada
Hack
IPAexGothic,IPAexゴシック
IPAexMincho,IPAex明朝
IPAGothic,IPAゴシック
IPAMincho,IPA明朝
IPAPGothic,IPA Pゴシック
IPAPMincho,IPA P明朝
ITC Avant Garde Gothic Pro,ITC Avant Garde Pro XLt
Jamrul
Junicode
KacstArt
KacstBook
KacstDecorative
KacstDigital
KacstFarsi
KacstLetter
KacstNaskh
KacstOffice
KacstOne
KacstPen
KacstPoster
KacstQurn
KacstScreen
KacstTitle
KacstTitleL
Kalapi
Kalimati,नालिमाटी
Karumbi
Keraleeyam
Khmer OS
Khmer OS System
Kinnari
LakkiReddy
Laksaman
Lato
Lato,Lato Black
Lato,Lato Hairline
Lato,Lato Heavy
Lato,Lato Light
Lato,Lato Medium
Lato,Lato Semibold
Lato,Lato Thin
LG Weather_Z
Liberation Mono
Liberation Sans
Liberation Sans Narrow
Liberation Serif
Likhan
Linux Biolinum Keyboard O
Linux Biolinum O
Linux Libertine Display O
Linux Libertine Initials O
Linux Libertine Mono O
Linux Libertine O
LKLUG
LMMono10
LMMonoCaps10
LMMonoLt10
LMMonoLtCond10
LMMonoProp10
LMMonoPropLt10
LMMonoSlant10
LMRoman10
LMRomanCaps10
LMRomanDemi10
LMRomanDunh10
LMRomanSlant10
LMRomanUnsl10
LMSans10
LMSansDemiCond10
LMSansQuot8
Lobster Two
Lohit Assamese
Lohit Bengali
Lohit Devanagari
Lohit Gujarati
Lohit Gurmukhi
Lohit Kannada
Lohit Malayalam
Lohit Odia
Lohit Tamil
Lohit Tamil Classical
Lohit Telugu
Loma
Mallanna
Mandali
Manjari
Manjari,Manjari Thin
MathJax_AMS
MathJax_Caligraphic
MathJax_Fraktur
MathJax_Main
MathJax_Math
MathJax_SansSerif
MathJax_Script
MathJax_Size1
MathJax_Size2
MathJax_Size3
MathJax_Size4
MathJax_Typewriter
MathJax_Vector
MathJax_Vector\-Bold
MathJax_WinChrome
MathJax_WinIE6
Meera
micro.pcf
Mitra
mry_KacstQurn
msam10
msbm10
Mukti,মুক্তি
Nakula
NATS
Navilu
Newspaper
Nimbus Mono L
Nimbus Mono PS
Nimbus Roman
Nimbus Roman No9 L
Nimbus Sans
Nimbus Sans L
Nimbus Sans Narrow
Norasi
Noto Color Emoji
Noto Kufi Arabic
Noto Looped Lao,Noto Looped Lao Bold
Noto Looped Lao,Noto Looped Lao Regular
Noto Looped Thai,Noto Looped Thai Bold
Noto Looped Thai,Noto Looped Thai Regular
Noto Mono
Noto Music
Noto Naskh Arabic
Noto Nastaliq Urdu
Noto Rashi Hebrew
Noto Sans
Noto Sans Adlam
Noto Sans Adlam Unjoined
Noto Sans Anatolian Hieroglyphs,Noto Sans AnatoHiero
Noto Sans Arabic
Noto Sans Armenian
Noto Sans Avestan
Noto Sans Balinese
Noto Sans Bamum
Noto Sans Bassa Vah
Noto Sans Batak
Noto Sans Bengali
Noto Sans Bhaiksuki
Noto Sans Brahmi
Noto Sans Buginese
Noto Sans Buhid
Noto Sans Canadian Aboriginal,Noto Sans CanAborig
Noto Sans Carian
Noto Sans Caucasian Albanian,Noto Sans CaucAlban
Noto Sans Chakma
Noto Sans Cham
Noto Sans Cherokee
Noto Sans CJK HK
Noto Sans CJK JP
Noto Sans CJK KR
Noto Sans CJK SC
Noto Sans CJK TC
Noto Sans Coptic
Noto Sans Cuneiform
Noto Sans Cypriot
Noto Sans Deseret
Noto Sans Devanagari
Noto Sans Display
Noto Sans Duployan
Noto Sans Egyptian Hieroglyphs,Noto Sans EgyptHiero
Noto Sans Elbasan
Noto Sans Elymaic
Noto Sans Ethiopic
Noto Sans Georgian
Noto Sans Glagolitic
Noto Sans Gothic
Noto Sans Grantha
Noto Sans Gujarati
Noto Sans Gunjala Gondi
Noto Sans Gurmukhi
Noto Sans Hanifi Rohingya
Noto Sans Hanunoo
Noto Sans Hatran
Noto Sans Hebrew
Noto Sans Imperial Aramaic,Noto Sans ImpAramaic
Noto Sans Indic Siyaq Numbers
Noto Sans Inscriptional Pahlavi,Noto Sans InsPahlavi
Noto Sans Inscriptional Parthian,Noto Sans InsParthi
Noto Sans Javanese
Noto Sans Kaithi
Noto Sans Kannada
Noto Sans Kayah Li
Noto Sans Kharoshthi
Noto Sans Khmer
Noto Sans Khojki
Noto Sans Khudawadi
Noto Sans Lao
Noto Sans Lepcha
Noto Sans Limbu
Noto Sans Linear A
Noto Sans Linear B
Noto Sans Lisu
Noto Sans Lycian
Noto Sans Lydian
Noto Sans Mahajani
Noto Sans Malayalam
Noto Sans Mandaic
Noto Sans Manichaean
Noto Sans Marchen
Noto Sans Masaram Gondi
Noto Sans Math
Noto Sans Mayan Numerals
Noto Sans Medefaidrin
Noto Sans Meetei Mayek
Noto Sans Mende Kikakui
Noto Sans Meroitic
Noto Sans Miao
Noto Sans Modi
Noto Sans Mongolian
Noto Sans Mono
Noto Sans Mono CJK HK
Noto Sans Mono CJK JP
Noto Sans Mono CJK KR
Noto Sans Mono CJK SC
Noto Sans Mono CJK TC
Noto Sans Mro
Noto Sans Multani
Noto Sans Myanmar
Noto Sans Nabataean
Noto Sans Newa
Noto Sans New Tai Lue
Noto Sans NKo
Noto Sans Nushu
Noto Sans Ogham
Noto Sans Ol Chiki
Noto Sans Old Hungarian,Noto Sans OldHung
Noto Sans Old Italic
Noto Sans Old North Arabian,Noto Sans OldNorArab
Noto Sans Old Permic
Noto Sans Old Persian
Noto Sans Old Sogdian
Noto Sans Old South Arabian,Noto Sans OldSouArab
Noto Sans Old Turkic
Noto Sans Oriya
Noto Sans Osage
Noto Sans Osmanya
Noto Sans Pahawh Hmong
Noto Sans Palmyrene
Noto Sans Pau Cin Hau
Noto Sans PhagsPa
Noto Sans Phoenician
Noto Sans Psalter Pahlavi,Noto Sans PsaPahlavi
Noto Sans Rejang
Noto Sans Runic
Noto Sans Samaritan
Noto Sans Saurashtra
Noto Sans Sharada
Noto Sans Shavian
Noto Sans Siddham
Noto Sans SignWriting,Noto Sans SignWrit
Noto Sans Sinhala
Noto Sans Sogdian
Noto Sans Sora Sompeng
Noto Sans Soyombo
Noto Sans Sundanese
Noto Sans Syloti Nagri
Noto Sans Symbols
Noto Sans Symbols2
Noto Sans Syriac
Noto Sans Tagalog
Noto Sans Tagbanwa
Noto Sans Tai Le
Noto Sans Tai Tham
Noto Sans Tai Viet
Noto Sans Takri
Noto Sans Tamil
Noto Sans Tamil Supplement
Noto Sans Telugu
Noto Sans Thaana
Noto Sans Thai
Noto Sans Tifinagh
Noto Sans Tifinagh Adrar
Noto Sans Tifinagh Agraw Imazighen
Noto Sans Tifinagh Ahaggar
Noto Sans Tifinagh Air
Noto Sans Tifinagh APT
Noto Sans Tifinagh Azawagh
Noto Sans Tifinagh Ghat
Noto Sans Tifinagh Hawad
Noto Sans Tifinagh Rhissa Ixa
Noto Sans Tifinagh SIL
Noto Sans Tifinagh Tawellemmet
Noto Sans Tirhuta
Noto Sans Ugaritic
Noto Sans Vai
Noto Sans Wancho
Noto Sans Warang Citi
Noto Sans Yi
Noto Sans Zanabazar Square,Noto Sans Zanabazar
Noto Serif
Noto Serif Ahom
Noto Serif Armenian
Noto Serif Balinese
Noto Serif Bengali
Noto Serif CJK HK
Noto Serif CJK JP
Noto Serif CJK KR
Noto Serif CJK SC
Noto Serif CJK TC
Noto Serif Devanagari
Noto Serif Display
Noto Serif Dogra
Noto Serif Ethiopic
Noto Serif Georgian
Noto Serif Grantha
Noto Serif Gujarati
Noto Serif Gurmukhi
Noto Serif Hebrew
Noto Serif Hmong Nyiakeng
Noto Serif Kannada
Noto Serif Khmer
Noto Serif Khojki
Noto Serif Lao
Noto Serif Malayalam
Noto Serif Myanmar
Noto Serif Sinhala
Noto Serif Tamil
Noto Serif Tamil Slanted
Noto Serif Tangut
Noto Serif Telugu
Noto Serif Thai
Noto Serif Tibetan
Noto Serif Yezidi
Noto Traditional Nushu
NTR
Open Sans
Open Sans Condensed
Open Sans,Open Sans Condensed Light
Open Sans,Open Sans Extrabold
Open Sans,Open Sans Light
Open Sans,Open Sans Semibold
OpenSymbol
ori1Uni,utkal
P052
Padauk
Padauk Book
padmaa\-Bold.1.1,padmaa,padmmaa
padmaa,padmmaa
Pagul
Peddana
Phetsarath OT
Ponnala
Pothana2000
Potti Sreeramulu
Purisa
Rachana
RaghuMalayalamSans
Ramabhadra
Ramaraja
Rasa
Rasa,Rasa Light
Rasa,Rasa Medium
Rasa,Rasa SemiBold
RaviPrakash
Rekha
Roboto
Roboto Condensed
Roboto Condensed,Roboto Condensed Light
Roboto Condensed,Roboto Condensed Medium
Roboto,Roboto Black
Roboto,Roboto Light
Roboto,Roboto Medium
Roboto,Roboto Thin
rsfs10
Saab
Sahadeva
Samanata
Samyak Devanagari
Samyak Gujarati
Samyak Malayalam
Samyak Tamil
Sarai
Sawasdee
Sree Krushnadevaraya
Standard Symbols L
Standard Symbols PS
STIX
STIXGeneral
STIXIntegralsD
STIXIntegralsSm
STIXIntegralsUp
STIXIntegralsUpD
STIXIntegralsUpSm
STIX Math
STIXNonUnicode
STIXSizeFiveSym
STIXSizeFourSym
STIXSizeOneSym
STIXSizeThreeSym
STIXSizeTwoSym
STIXVariants
stmary10
Suranna
Suravaram
Suruma
Syamala Ramana
TenaliRamakrishna
TeXGyreAdventor
TeXGyreBonum
TeXGyreChorus
TeXGyreCursor
TeXGyreHeros
TeXGyreHerosCondensed
TeXGyrePagella
TeXGyreSchola
TeXGyreTermes
Tibetan Machine Uni
Timmana
Tinos
Tlwg Mono
Tlwg Typewriter
Tlwg Typist
Tlwg Typo
Ubuntu
Ubuntu Condensed
Ubuntu Mono
Ubuntu,Ubuntu Light
Ubuntu,Ubuntu Thin
Umpush
UnBatang,은 바탕
UnDinaru,은 디나루
UnDotum,은 돋움
UnGraphic,은 그래픽
UnGungseo,은 궁서
Universalis ADF Std
Universalis ADF Std,Universalis ADF Std cond
Universalis ADF Std,Universalis ADF Std Cond
UnJamoBatang,은 자모 바탕
UnJamoDotum,은 자모 돋움
UnJamoNovel,은 자모 노벨
UnJamoSora,은 자모 소라
UnPen,은 펜
UnPenheulim,은 펜흘림
UnPilgi,은 필기
UnPilgia,은 필기a
UnShinmun,은 신문
UnTaza,은 타자
UnVada,은 바다
UnYetgul,은 옛글
Uroob
URW Bookman
URW Bookman L
URW Chancery L
URW Gothic
URW Gothic L
URW Palladio L
Utopia
Vemana2000
Waree
wasy10
Yrsa
Yrsa,Yrsa Light
Yrsa,Yrsa Medium
Yrsa,Yrsa SemiBold
Z003
}{
\section{\x}
\begingroup
\setmainfont{\x}
\testphrase
\endgroup
}
\end{document}

View File

Before

Width:  |  Height:  |  Size: 513 KiB

After

Width:  |  Height:  |  Size: 513 KiB

View File

Before

Width:  |  Height:  |  Size: 484 KiB

After

Width:  |  Height:  |  Size: 484 KiB

View File

Before

Width:  |  Height:  |  Size: 463 KiB

After

Width:  |  Height:  |  Size: 463 KiB

View File

@@ -2,10 +2,11 @@
\pgfsyspdfmark {pgfid2}{4736286}{34421990} \pgfsyspdfmark {pgfid2}{4736286}{34421990}
\pgfsyspdfmark {pgfid1}{2847719}{37570577} \pgfsyspdfmark {pgfid1}{2847719}{37570577}
\pgfsyspdfmark {pgfid4}{4736286}{34421990} \pgfsyspdfmark {pgfid4}{4736286}{34421990}
\pgfsyspdfmark {pgfid3}{2847719}{13745538} \pgfsyspdfmark {pgfid3}{2847719}{37570577}
\pgfsyspdfmark {pgfid6}{4736286}{34421990} \pgfsyspdfmark {pgfid6}{4736286}{34421990}
\pgfsyspdfmark {pgfid5}{2847719}{37570577} \pgfsyspdfmark {pgfid5}{10257772}{37570577}
\pgfsyspdfmark {pgfid8}{4736286}{34421990} \pgfsyspdfmark {pgfid8}{4736286}{34421990}
\pgfsyspdfmark {pgfid7}{2847719}{37570577} \pgfsyspdfmark {pgfid7}{10257772}{37570577}
\pgfsyspdfmark {pgfid9}{4736286}{34421990} \pgfsyspdfmark {pgfid10}{4736286}{34421990}
\pgfsyspdfmark {pgfid9}{2847719}{37570577}
\gdef \@abspage@last{5} \gdef \@abspage@last{5}

1934
main.log

File diff suppressed because it is too large Load Diff

BIN
main.pdf

Binary file not shown.

BIN
main.synctex.gz Normal file

Binary file not shown.

123
main.tex
View File

@@ -1,13 +1,16 @@
\documentclass[9pt]{article} \documentclass[10pt]{article}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage[textwidth=12cm,centering]{geometry} \usepackage[textwidth=12cm,centering]{geometry}
\usepackage[x11names]{xcolor} \usepackage[x11names]{xcolor}
% \usepackage[a4,center,noinfo,width=18cm,height=23cm]{crop} % \usepackage[a4,center,noinfo,width=18cm,height=23cm]{crop}
\usepackage{background,mathpazo,pdfpages,tikz,datatool,graphicx} \usepackage{background,mathpazo,pdfpages,tikz,datatool,graphicx,fontspec-xetex}
% gute Website mit Bildern: https://illustrationage.com/2019/07/02/turn-back-the-pages-simplicissimus-magazine/ % 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{blindtext}
\usepackage{geometry} % https://www.overleaf.com/learn/latex/Page_size_and_margins \usepackage{geometry} % https://www.overleaf.com/learn/latex/Page_size_and_margins
\geometry{ \geometry{
@@ -20,12 +23,8 @@
\backgroundsetup{contents={}} \backgroundsetup{contents={}}
\newcommand*\wb[3]{%
{\fontsize{#1}{#2}\usefont{T1}{fonts/custom}{xl}{n}#3}}
% https://coolors.co/f6ebe0-ba5624-381d2a-9395d3-065143 % https://coolors.co/f6ebe0-ba5624-381d2a-9395d3-065143
\definecolor{bg}{HTML}{F6EBE0} % https://color.adobe.com/create/color-wheel \definecolor{bg}{HTML}{F6EBE0} % https://color.adobe.com/create/color-wheel
\definecolor{head}{HTML}{45252A} \definecolor{head}{HTML}{45252A}
\definecolor{desc}{HTML}{6C5B61} \definecolor{desc}{HTML}{6C5B61}
@@ -48,63 +47,107 @@
\begin{document} \begin{document}
\pagecolor{bg} \pagecolor{bg}
\PageBackground{cover32_48_649.jpg} \PageBackground{covers/32_48_649.jpg}
\newpage
\PageBackground{\bg}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{illus/kley.png}
\smallskip\\
\parbox{10cm}{\begin{center}\subheading{Soli-Wasser}\\\smallskip
Leitungswasser als Spende an die Wasserstiftung e.V. \\ Infos an der Theke \\
0,2l \dotfill 0,50 €\\
0,4l \dotfill 1,00 €\\
{\linefont\fontsize{20}{60}\selectfont 7}
\end{center}
}
\end{center} \end{center}
\newpage
\PageBackground{\bg}
\includegraphics[width=\textwidth]{illus/kley.png}
\newpage \newpage
\PageBackground{\bg} \PageBackground{\bg}
\begin{Group}{Kaffee}{Alle Kaffes werden von .... blablabla} \begin{Group}{Kaffee}{Alle Kaffes werden von .... blablabla}
\DTLforeach[\DTLiseq{\cat}{Kaffee} \AND \NOT \DTLiseq{\note}{zusatz}]{drinks}{ \DTLforeach[\DTLiseq{\cat}{Kaffee} \AND \NOT \DTLiseq{\note}{zusatz}]{drinks}{%
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}{
\Entry{\name}{} \\
\Expl{\desc}
\DTLifnullorempty{\preisb}{ %wenn wenn nur ein preis, dann...
\dotfill\Price{\preisa} \\
}{ %wenn zwei preise, dann...
\\
\PriceMult{\sizea}{\preisa}{\sizeb}{\preisb}
}}
\begin{center}
\subheading{Extras}
\parbox{10cm}{
\begin{center}
\DTLforeach[\DTLiseq{\cat}{Kaffee} \AND \DTLiseq{\note}{zusatz}]{drinks}{
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note} \name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
{ {
\Entry{\name}{} \\ \small\name\footnotesize\desc\small\dotfill\Price{\preisa}\\
\Expl{\desc}
\DTLifnullorempty{\preisb}{ %wenn wenn nur ein preis, dann...
\dotfill\Price{\preisa} \\
}{ %wenn zwei preise, dann...
\\
\PriceMult{\sizea}{\preisa}{\sizeb}{\preisb}
}
} }
\begin{center}
\textcolor{head}\large Extras \\ \smallskip
\parbox{10cm}{
\begin{center}
\DTLforeach[\DTLiseq{\cat}{Kaffee} \AND \DTLiseq{\note}{zusatz}]{drinks}{
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
{
\small\name\scriptsize\desc\small\dotfill\preisa\\
}
\end{center}
} \\
\smallskip \textcolor{head}\small
Wenn ihr weitere Wünsche habt, meldet euch gerne bei uns! \\
\end{center} \end{center}
} \\
\smallskip \textcolor{head}\small
Wenn ihr weitere Wünsche habt, meldet euch gerne bei uns! \\
{\linefont\fontsize{20}{60}\selectfont 7}
\end{center}
\end{Group} \end{Group}
\newpage \newpage
\PageBackground{\bg} \PageBackground{\bg}
\begin{Group}{Tee}{Bester Biotee und so. Geiler Scheiß whaaaaat} \begin{Group}{Tee}{Bester Biotee und so. Geiler Scheiß whaaaaat}
\centering 2,50€ \\ \centering\\
\DTLforeach[\DTLiseq{\cat}{Tee}]{drinks}{ \DTLforeach[\DTLiseq{\cat}{Tee}\AND\NOT\DTLiseq{\note}{zusatz}]{drinks}{
\name=name,\desc=beschreibung,\img=img,\preis=preis1,\cat=cat} \name=name,\desc=beschreibung,\img=img,\preis=preis1,\cat=cat}
{ {
\centering{\name} \centering{\name}
}\\ \medskip \\
\DTLforeach[\DTLiseq{\cat}{Teepreis}]{drinks}{
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
{
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\
\small\sizeb\footnotesize\desc\small\dotfill\Price{\preisb}\\
}\\
\subheading{Frischer Tee}
\DTLforeach[\DTLiseq{\cat}{Frischer Tee}]{drinks}{
\name=name,\desc=beschreibung,\img=img,\preis=preis1,\cat=cat}
{
\small\name\footnotesize\desc\small\dotfill\Price{\preisa} \\
} }
\subheading{Extras}
\parbox{10cm}{
\begin{center}
\DTLforeach[\DTLiseq{\cat}{Tee} \AND \DTLiseq{\note}{zusatz}]{drinks}{
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2 ,\cat=cat, \note=note}
{
\small\name{\footnotesize\desc}\small\dotfill\Price{\preisa}\\
}
\end{center}
} \\
\smallskip \textcolor{head}\small
\\
{\linefont\fontsize{20}{60}\selectfont 7}
\end{Group}\\\medskip
\begin{Group}{Kakao}{Bester Biokakao und so. Geiler Scheiß whaaaaat}
\DTLforeach[\DTLiseq{\cat}{Kakao} \AND \NOT \DTLiseq{\note}{zusatz}]{drinks}{
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
{
\Entry{\name}{} \\
\Expl{\desc}
\DTLifnullorempty{\preisb}{ %wenn wenn nur ein preis, dann...
\dotfill\Price{\preisa} \\
}{ %wenn zwei preise, dann...
\\
\PriceMult{\sizea}{\preisa}{\sizeb}{\preisb}
}
}
\begin{center}
\end{Group} \end{Group}
\vfill \vfill
%Back Page %Back Page
\newpage \newpage
\PageBackground{\bg}
\hfill\vfill \hfill\vfill
\begin{center} \begin{center}
Alle Bilder sind auch auf Simplicissimus.info zu finden. \\ Alle Bilder sind auch auf Simplicissimus.info zu finden. \\

25
missfont.log Normal file
View File

@@ -0,0 +1,25 @@
mktextfm
mktextfm
mktextfm
mktextfm
mktextfm
mktextfm
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya/BI
mktextfm Alegreya
mktextfm Alegreya/B
mktextfm Alegreya
mktextfm Alegreya/I
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya
mktextfm Alegreya