Compare commits
15 Commits
cdd340707f
...
2023.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b8e515145 | |||
| 42d0ba6b2d | |||
| 1d5ab67579 | |||
| ccbdef3ac2 | |||
| e339f04174 | |||
| e0f2bc813b | |||
| 2e7c5db1bc | |||
| f5357d28ee | |||
| 609204f2c8 | |||
| 0d5da1b8b1 | |||
| c0d94079b1 | |||
| 0fa41b9c02 | |||
| 3397b117f8 | |||
| 063e10a04a | |||
| caa894703f |
304
.gitignore
vendored
Normal file
@@ -0,0 +1,304 @@
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
|
||||
## Intermediate documents:
|
||||
*.dvi
|
||||
*.xdv
|
||||
*-converted-to.*
|
||||
# these rules might exclude image files for figures etc.
|
||||
# *.ps
|
||||
# *.eps
|
||||
*.pdf
|
||||
|
||||
# Ignores Images in /wd
|
||||
img/wd
|
||||
|
||||
## Generated if empty string is given at "Please type another file name for output:"
|
||||
.pdf
|
||||
|
||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*-blx.aux
|
||||
*-blx.bib
|
||||
*.run.xml
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
## Build tool directories for auxiliary files
|
||||
# latexrun
|
||||
latex.out/
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
# algorithms
|
||||
*.alg
|
||||
*.loa
|
||||
|
||||
# achemso
|
||||
acs-*.bib
|
||||
|
||||
# amsthm
|
||||
*.thm
|
||||
|
||||
# beamer
|
||||
*.nav
|
||||
*.pre
|
||||
*.snm
|
||||
*.vrb
|
||||
|
||||
# changes
|
||||
*.soc
|
||||
|
||||
# comment
|
||||
*.cut
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
# elsarticle (documentclass of Elsevier journals)
|
||||
*.spl
|
||||
|
||||
# endnotes
|
||||
*.ent
|
||||
|
||||
# fixme
|
||||
*.lox
|
||||
|
||||
# feynmf/feynmp
|
||||
*.mf
|
||||
*.mp
|
||||
*.t[1-9]
|
||||
*.t[1-9][0-9]
|
||||
*.tfm
|
||||
|
||||
#(r)(e)ledmac/(r)(e)ledpar
|
||||
*.end
|
||||
*.?end
|
||||
*.[1-9]
|
||||
*.[1-9][0-9]
|
||||
*.[1-9][0-9][0-9]
|
||||
*.[1-9]R
|
||||
*.[1-9][0-9]R
|
||||
*.[1-9][0-9][0-9]R
|
||||
*.eledsec[1-9]
|
||||
*.eledsec[1-9]R
|
||||
*.eledsec[1-9][0-9]
|
||||
*.eledsec[1-9][0-9]R
|
||||
*.eledsec[1-9][0-9][0-9]
|
||||
*.eledsec[1-9][0-9][0-9]R
|
||||
|
||||
# glossaries
|
||||
*.acn
|
||||
*.acr
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
*.glsdefs
|
||||
*.lzo
|
||||
*.lzs
|
||||
*.slg
|
||||
*.slo
|
||||
*.sls
|
||||
|
||||
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
||||
# *.ist
|
||||
|
||||
# gnuplot
|
||||
*.gnuplot
|
||||
*.table
|
||||
|
||||
# gnuplottex
|
||||
*-gnuplottex-*
|
||||
|
||||
# gregoriotex
|
||||
*.gaux
|
||||
*.glog
|
||||
*.gtex
|
||||
|
||||
# htlatex
|
||||
*.4ct
|
||||
*.4tc
|
||||
*.idv
|
||||
*.lg
|
||||
*.trc
|
||||
*.xref
|
||||
|
||||
# hyperref
|
||||
*.brf
|
||||
|
||||
# knitr
|
||||
*-concordance.tex
|
||||
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
|
||||
# *.tikz
|
||||
*-tikzDictionary
|
||||
|
||||
# listings
|
||||
*.lol
|
||||
|
||||
# luatexja-ruby
|
||||
*.ltjruby
|
||||
|
||||
# makeidx
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
|
||||
# minitoc
|
||||
*.maf
|
||||
*.mlf
|
||||
*.mlt
|
||||
*.mtc[0-9]*
|
||||
*.slf[0-9]*
|
||||
*.slt[0-9]*
|
||||
*.stc[0-9]*
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
*.pyg
|
||||
|
||||
# morewrites
|
||||
*.mw
|
||||
|
||||
# newpax
|
||||
*.newpax
|
||||
|
||||
# nomencl
|
||||
*.nlg
|
||||
*.nlo
|
||||
*.nls
|
||||
|
||||
# pax
|
||||
*.pax
|
||||
|
||||
# pdfpcnotes
|
||||
*.pdfpc
|
||||
|
||||
# sagetex
|
||||
*.sagetex.sage
|
||||
*.sagetex.py
|
||||
*.sagetex.scmd
|
||||
|
||||
# scrwfile
|
||||
*.wrt
|
||||
|
||||
# svg
|
||||
svg-inkscape/
|
||||
|
||||
# sympy
|
||||
*.sout
|
||||
*.sympy
|
||||
sympy-plots-for-*.tex/
|
||||
|
||||
# pdfcomment
|
||||
*.upa
|
||||
*.upb
|
||||
|
||||
# pythontex
|
||||
*.pytxcode
|
||||
pythontex-files-*/
|
||||
|
||||
# tcolorbox
|
||||
*.listing
|
||||
|
||||
# thmtools
|
||||
*.loe
|
||||
|
||||
# TikZ & PGF
|
||||
*.dpth
|
||||
*.md5
|
||||
*.auxlock
|
||||
|
||||
# titletoc
|
||||
*.ptc
|
||||
|
||||
# todonotes
|
||||
*.tdo
|
||||
|
||||
# vhistory
|
||||
*.hst
|
||||
*.ver
|
||||
|
||||
# easy-todo
|
||||
*.lod
|
||||
|
||||
# xcolor
|
||||
*.xcp
|
||||
|
||||
# xmpincl
|
||||
*.xmpi
|
||||
|
||||
# xindy
|
||||
*.xdy
|
||||
|
||||
# xypic precompiled matrices and outlines
|
||||
*.xyc
|
||||
*.xyd
|
||||
|
||||
# endfloat
|
||||
*.ttt
|
||||
*.fff
|
||||
|
||||
# Latexian
|
||||
TSWLatexianTemp*
|
||||
|
||||
## Editors:
|
||||
# WinEdt
|
||||
*.bak
|
||||
*.sav
|
||||
|
||||
# Texpad
|
||||
.texpadtmp
|
||||
|
||||
# LyX
|
||||
*.lyx~
|
||||
|
||||
# Kile
|
||||
*.backup
|
||||
|
||||
# gummi
|
||||
.*.swp
|
||||
|
||||
# KBibTeX
|
||||
*~[0-9]*
|
||||
|
||||
# TeXnicCenter
|
||||
*.tps
|
||||
|
||||
# auto folder when using emacs and auctex
|
||||
./auto/*
|
||||
*.el
|
||||
|
||||
# expex forward references with \gathertags
|
||||
*-tags.tex
|
||||
|
||||
# standalone packages
|
||||
*.sta
|
||||
|
||||
# Makeindex log files
|
||||
*.lpz
|
||||
|
||||
# xwatermark package
|
||||
*.xwm
|
||||
|
||||
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
|
||||
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
||||
# Uncomment the next line to have this generated file ignored.
|
||||
#*Notes.bib
|
||||
1
.~lock.drinks.csv#
Normal file
@@ -0,0 +1 @@
|
||||
,michael,michael-MS-7C02,29.03.2023 23:35,file:///home/michael/.config/libreoffice/4;
|
||||
130
cmds-onesheet.tex
Normal file
@@ -0,0 +1,130 @@
|
||||
\newfontfamily{\headfont}{Sandwich}
|
||||
\newfontfamily{\artfont}{Parisish}
|
||||
\newfontfamily{\linefont}{FoglihtenDeH02} %https://www.1001fonts.com/foglihtendeh0-font.html
|
||||
|
||||
\usepackage{blindtext}
|
||||
|
||||
\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{desc}{HTML}{381D2A}
|
||||
%\definecolor{desc}{HTML}{363331}
|
||||
\definecolor{text}{HTML}{413135}
|
||||
\definecolor{boxbg}{HTML}{fbf5f0}
|
||||
\color{text}
|
||||
|
||||
\graphicspath{{img/}}
|
||||
|
||||
\let\olddotfill\dotfill
|
||||
\renewcommand{\dotfill}{\scriptsize\olddotfill}
|
||||
|
||||
\newcommand*\Icon[2]{%
|
||||
\begin{tikzpicture}[remember picture,overlay]
|
||||
\node[xshift=5mm,yshift=-2mm]{%
|
||||
\includegraphics[width=#2]{#1}
|
||||
};
|
||||
\end{tikzpicture}%
|
||||
}
|
||||
|
||||
% a tabular* for each drink group
|
||||
\newenvironment{Group}[2]{%
|
||||
\heading{#1}
|
||||
\ifblank{#2}{}{\centering{\dsctxt{#2}}}
|
||||
}
|
||||
|
||||
\newcommand*{\dsctxt}[1]{%
|
||||
\textcolor{desc}{\fontsize{10}{12}\selectfont#1}}
|
||||
|
||||
% to format each entry
|
||||
\newcommand*{\Entry}[2]{%
|
||||
%\vspace{0.5mm} % if you uncomment this line, change the Glass yshift to -4mm (idk why such difference)
|
||||
\Large{\artfont #1 #2\\*}}
|
||||
|
||||
\newcommand*{\illupage}[1]{\newpage
|
||||
\PageBackground{\bg}
|
||||
\begin{center}
|
||||
\includegraphics[width=\textwidth]{#1}
|
||||
\end{center}}
|
||||
|
||||
\newcommand{\bg}{bg-border.png} % define used border background
|
||||
|
||||
\newcommand*{\titlef}[1]{%
|
||||
{\fontsize{50}{60}\headfont\textcolor{head}{#1}}\\*}
|
||||
|
||||
\newcommand*{\heading}[1]{%
|
||||
\makebox[\linewidth]{\centering\linefont\fontsize{25}{10}\selectfont Q+=q {\fontsize{30}{35}{\headfont\textcolor{head}{#1}}} Q+=q\\*}}
|
||||
|
||||
\newcommand*{\subheading}[1]{%
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q++=q {\LARGE{\artfont\selectfont\textcolor{head}{#1}}} Q++=q\\*}}
|
||||
|
||||
\newcommand*{\subsubheading}[1]{%
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q++=q {\Large{\artfont\selectfont\textcolor{head}{#1}}} Q++=q\\*}}
|
||||
|
||||
\newcommand*{\subsubsubheading}[1]{%
|
||||
{\Large{\artfont\selectfont\textcolor{head}{#1}}\\*}}
|
||||
|
||||
\newcommand*{\subsubsubsubheading}[1]{%
|
||||
{\raggedright\Large\artfont\selectfont\textcolor{head}{#1}\\*}}
|
||||
|
||||
\newcommand*{\oeffnungszeitenf}[1]{%
|
||||
{\LARGE{\artfont\selectfont\textcolor{head}{#1}}\\*}}
|
||||
|
||||
% to format each subentry
|
||||
\newcommand*{\Expl}[1]{%
|
||||
\small #1}
|
||||
|
||||
\newcommand*{\Price}[1]{%
|
||||
\normalsize #1 \texteuro}
|
||||
|
||||
% sets page Backround to #1
|
||||
\newcommand*{\PageBackground}[1]{%
|
||||
\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt] at (current
|
||||
page.center){\includegraphics[width=\paperwidth,height=\paperheight]{#1}};
|
||||
}
|
||||
|
||||
\newcommand*{\StdEntry}[6]{
|
||||
\Entry{#1}{}\\*
|
||||
\Expl{#2}\\*
|
||||
\DTLifnullorempty{#6}{\PriceSingl{#3}{#4}}{\PriceSingl{#5}{#6}}
|
||||
}
|
||||
|
||||
\newcommand*{\CofEntry}[6]{
|
||||
\Entry{#1}{}\\*
|
||||
\Expl{#2}\DTLifnullorempty{#6}{\PriceSingl{}{#4}}{\\*\PriceMultB{#3}{#4}{#5}{#6}}
|
||||
}
|
||||
|
||||
\newcommand*{\PriceMultA}[4]{%
|
||||
\small #1 \dotfill\Price{#2}\\*
|
||||
\small #3 \dotfill\Price{#4}\\*
|
||||
}
|
||||
|
||||
\newcommand*{\PriceMultB}[4]{%
|
||||
\hspace*{0.5cm}\small #1 \dotfill\Price{#2}\\*
|
||||
\hspace*{0.5cm}\small #3 \dotfill\Price{#4}\\*
|
||||
}
|
||||
|
||||
\newcommand*{\PriceSingl}[2]{%
|
||||
\small#1\dotfill\Price{#2}\\*
|
||||
}
|
||||
|
||||
\newcommand*{\ShotItem}[4]{%1 = Name; 2 = Desc; 3 = Size; 4 = Price
|
||||
\small#1\scriptsize\space\textit{#2}\small\dotfill #3\space\Price{#4}}
|
||||
|
||||
\newcommand*{\LoDrItem}[4]{%1 = Name; 2 = Desc; 3 = Size; 4 = Price
|
||||
\normalsize#1\scriptsize\space\textit{#2}\dotfill\Price{#3}\hspace{1cm}\Price{#4}}
|
||||
|
||||
|
||||
\newcommand*{\parseprule}{%
|
||||
\par
|
||||
\begingroup
|
||||
\centering
|
||||
\raisebox{.2\baselineskip}{%
|
||||
\rule{.6667\linewidth}{.4pt}%
|
||||
}%
|
||||
\par
|
||||
\endgroup
|
||||
}
|
||||
23
cmds.log
@@ -1,23 +0,0 @@
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2023.2.28) 19 MAR 2023 19:04
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
**cmds.tex
|
||||
(./cmds.tex
|
||||
LaTeX2e <2021-11-15> patch level 1
|
||||
L3 programming layer <2022-01-21>)
|
||||
! Emergency stop.
|
||||
<*> cmds.tex
|
||||
|
||||
*** (job aborted, no legal \end found)
|
||||
|
||||
|
||||
Here is how much of TeX's memory you used:
|
||||
27 strings out of 478287
|
||||
466 string characters out of 5849289
|
||||
289007 words of memory out of 5000000
|
||||
18324 multiletter control sequences out of 15000+600000
|
||||
469259 words of font info for 28 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
13i,0n,12p,129b,10s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
! ==> Fatal error occurred, no output PDF file produced!
|
||||
77
cmds.tex
@@ -1,41 +1,69 @@
|
||||
\let\olddotfill\dotfill
|
||||
\renewcommand{\dotfill}{\scriptsize\olddotfill}
|
||||
\newfontfamily{\headfont}{Sandwich}
|
||||
\newfontfamily{\artfont}{Parisish}
|
||||
\newfontfamily{\linefont}{FoglihtenDeH02} %https://www.1001fonts.com/foglihtendeh0-font.html
|
||||
|
||||
% colorize text
|
||||
\newcommand*{\ColText}[1]{\textcolor{desc}{#1}}
|
||||
\usepackage{blindtext}
|
||||
|
||||
\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{desc}{HTML}{381D2A}
|
||||
%\definecolor{desc}{HTML}{363331}
|
||||
\definecolor{text}{HTML}{413135}
|
||||
\definecolor{boxbg}{HTML}{fbf5f0}
|
||||
\color{text}
|
||||
|
||||
\graphicspath{{img/}}
|
||||
|
||||
\newcommand*\Icon[2]{%
|
||||
\begin{tikzpicture}[remember picture,overlay]
|
||||
\node[xshift=5mm,yshift=-2mm]{%
|
||||
\includegraphics[width=#2]{img/Glasses/#1.png}
|
||||
};
|
||||
\end{tikzpicture}%
|
||||
}
|
||||
|
||||
\let\olddotfill\dotfill
|
||||
\renewcommand{\dotfill}{\scriptsize\leaders\hbox to 1mm{\hss.\hss}\hfill}
|
||||
|
||||
% a tabular* for each drink group
|
||||
\newenvironment{Group}[2]{%
|
||||
\heading{#1}
|
||||
\centering{\desctext{#2}}}
|
||||
\centering{\dsctxt{#2}}
|
||||
}
|
||||
|
||||
\newcommand*{\desctext}[1]{%
|
||||
\fontsize{11}{14}\selectfont\ColText{#1}}
|
||||
\newcommand*{\dsctxt}[1]{%
|
||||
\textcolor{desc}{\fontsize{11}{14}\selectfont#1}}
|
||||
|
||||
% to format each entry
|
||||
\newcommand*{\Entry}[2]{%
|
||||
%\vspace{0.5mm} % if you uncomment this line, change the Glass yshift to -4mm (idk why such difference)
|
||||
\Large{\artfont #1 #2}\\}
|
||||
\Large{\artfont #1 #2\\}}
|
||||
|
||||
\newcommand*{\illupage}[1]{\newpage
|
||||
\PageBackground{\bg}
|
||||
\newcommand*{\illupage}[2]{\newpage
|
||||
\PageBackground{#1}
|
||||
\begin{center}
|
||||
\includegraphics[width=\textwidth]{#1}
|
||||
\includegraphics[width=\textwidth]{#2}
|
||||
\end{center}}
|
||||
|
||||
\newcommand{\bg}{bg-border.png} % define used border background
|
||||
\newcommand{\bgl}{bg-border-l.png} % define used border background
|
||||
\newcommand{\bgr}{bg-border-r.png} % define used border background
|
||||
|
||||
\newcommand*{\titlef}[1]{%
|
||||
{\fontsize{70}{60}\headfont\textcolor{head}{#1}}\\\medskip}
|
||||
{\fontsize{60}{60}\headfont\textcolor{head}{#1}}\\\medskip}
|
||||
|
||||
\newcommand*{\heading}[1]{%
|
||||
\makebox[\textwidth]{\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\\}}
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q+=q {\LARGE{\artfont\selectfont\textcolor{head}{#1}}} Q+=q\\}}
|
||||
|
||||
\newcommand*{\subsubheading}[1]{%
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q++++=q {\Large{\artfont\selectfont\textcolor{head}{#1}}} Q++++=q\\}}
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q+=q {\Large{\artfont\selectfont\textcolor{head}{#1}}} Q+=q\\}}
|
||||
|
||||
\newcommand*{\subsubsubheading}[1]{%
|
||||
{\Large{\artfont\selectfont\textcolor{head}{#1}}\\}}
|
||||
@@ -56,6 +84,17 @@
|
||||
page.center){\includegraphics[width=\paperwidth,height=\paperheight]{#1}};
|
||||
}
|
||||
|
||||
\newcommand*{\StdEntry}[6]{
|
||||
\Entry{#1}{}\\
|
||||
\Expl{#2}\\
|
||||
\DTLifnullorempty{#6}{\PriceSingl{#3}{#4}}{\PriceMultB{#3}{#4}{#5}{#6}}
|
||||
}
|
||||
|
||||
\newcommand*{\CofEntry}[6]{
|
||||
\Entry{#1}{}\\
|
||||
\Expl{#2}\DTLifnullorempty{#6}{\PriceSingl{}{#4}}{\\\PriceMultB{#3}{#4}{#5}{#6}}
|
||||
}
|
||||
|
||||
\newcommand*{\PriceMultA}[4]{%
|
||||
\small #1 \dotfill\Price{#2}\\
|
||||
\small #3 \dotfill\Price{#4}\\
|
||||
@@ -66,9 +105,17 @@
|
||||
\hspace*{0.5cm}\small #3 \dotfill\Price{#4}\\
|
||||
}
|
||||
|
||||
\newcommand*{\PriceSingl}[2]{%
|
||||
\hspace*{0.5cm}\small#1\dotfill\Price{#2}\\
|
||||
}
|
||||
|
||||
\newcommand*{\ShotItem}[4]{%1 = Name; 2 = Desc; 3 = Size; 4 = Price
|
||||
\small#1\scriptsize\space\textit{#2}\small\dotfill #3\space\Price{#4}}
|
||||
|
||||
\newcommand*{\LoDrItem}[4]{%1 = Name; 2 = Desc; 3 = Size; 4 = Price
|
||||
\normalsize#1\scriptsize\space\textit{#2}\dotfill\Price{#3}\hspace{1cm}\Price{#4}}
|
||||
|
||||
|
||||
\newcommand*{\parseprule}{%
|
||||
\par
|
||||
\begingroup
|
||||
|
||||
97
cmds.tex~
Normal file
@@ -0,0 +1,97 @@
|
||||
\let\olddotfill\dotfill
|
||||
\renewcommand{\dotfill}{\scriptsize\olddotfill}
|
||||
|
||||
% colorize text
|
||||
\newcommand*{\ColText}[1]{\textcolor{}{#1}}
|
||||
|
||||
% a tabular* for each drink group
|
||||
\newenvironment{Group}[2]{%
|
||||
\heading{#1}
|
||||
\centering{\desctext{#2}}}
|
||||
|
||||
\newcommand*{\desctext}[1]{%
|
||||
\fontsize{11}{14}\selectfont\ColText{#1}}
|
||||
|
||||
% to format each entry
|
||||
\newcommand*{\Entry}[2]{%
|
||||
%\vspace{0.5mm} % if you uncomment this line, change the Glass yshift to -4mm (idk why such difference)
|
||||
\Large{\artfont #1 #2\\}}
|
||||
|
||||
\newcommand*{\illupage}[1]{\newpage
|
||||
\PageBackground{\bg}
|
||||
\begin{center}
|
||||
\includegraphics[width=\textwidth]{#1}
|
||||
\end{center}}
|
||||
|
||||
\newcommand{\bg}{bg-border.png} % define used border background
|
||||
|
||||
\newcommand*{\titlef}[1]{%
|
||||
{\fontsize{70}{60}\headfont\textcolor{head}{#1}}\\\medskip}
|
||||
|
||||
\newcommand*{\heading}[1]{%
|
||||
\makebox[\textwidth]{\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\\}}
|
||||
|
||||
\newcommand*{\subsubheading}[1]{%
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q++++=q {\Large{\artfont\selectfont\textcolor{head}{#1}}} Q++++=q\\}}
|
||||
|
||||
\newcommand*{\subsubsubheading}[1]{%
|
||||
{\Large{\artfont\selectfont\textcolor{head}{#1}}\\}}
|
||||
|
||||
\newcommand*{\subsubsubsubheading}[1]{%
|
||||
{\raggedright\Large\artfont\selectfont\textcolor{head}{#1}\\}}
|
||||
|
||||
% to format each subentry
|
||||
\newcommand*{\Expl}[1]{%
|
||||
\small #1}
|
||||
|
||||
\newcommand*{\Price}[1]{%
|
||||
\normalsize #1 \texteuro}
|
||||
|
||||
% sets page Backround to #1
|
||||
\newcommand*{\PageBackground}[1]{%
|
||||
\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt] at (current
|
||||
page.center){\includegraphics[width=\paperwidth,height=\paperheight]{#1}};
|
||||
}
|
||||
|
||||
\newcommand*{\StdEntry}[6]{
|
||||
\Entry{#1}{}\\
|
||||
\Expl{#2}\\
|
||||
\DTLifnullorempty{#6}{\PriceSingl{#3}{#4}}{\PriceMultB{#3}{#4}{#5}{#6}}
|
||||
}
|
||||
|
||||
\newcommand*{\CofEntry}[6]{
|
||||
\Entry{#1}{}\\
|
||||
\Expl{#2}
|
||||
\DTLifnullorempty{#6}{\PriceSingl{}{#4}}{\\PriceMultB{#3}{#4}{#5}{#6}}
|
||||
}
|
||||
|
||||
\newcommand*{\PriceMultA}[4]{%
|
||||
\small #1 \dotfill\Price{#2}\\
|
||||
\small #3 \dotfill\Price{#4}\\
|
||||
}
|
||||
|
||||
\newcommand*{\PriceMultB}[4]{%
|
||||
\hspace*{0.5cm}\small #1 \dotfill\Price{#2}\\
|
||||
\hspace*{0.5cm}\small #3 \dotfill\Price{#4}\\
|
||||
}
|
||||
|
||||
\newcommand*{\PriceSingl}[2]{%
|
||||
\hspace*{0.5cm}\small#1\dotfill\Price{#2}\\
|
||||
}
|
||||
|
||||
\newcommand*{\ShotItem}[4]{%1 = Name; 2 = Desc; 3 = Size; 4 = Price
|
||||
\small#1\scriptsize\space\textit{#2}\small\dotfill #3\space\Price{#4}}
|
||||
|
||||
\newcommand*{\parseprule}{%
|
||||
\par
|
||||
\begingroup
|
||||
\centering
|
||||
\raisebox{.2\baselineskip}{%
|
||||
\rule{.6667\linewidth}{.4pt}%
|
||||
}%
|
||||
\par
|
||||
\endgroup
|
||||
}
|
||||
1
compile-uncompressed.sh
Normal file
@@ -0,0 +1 @@
|
||||
xelatex -interaction=nonstopmode -output-driver='xdvipdfmx -z3' main.tex
|
||||
11
compress-pdf.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=compressed-main.pdf -sColorConversionStrategy=CMYK -dProcessColorModel=/DeviceCMYK main.pdf
|
||||
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=compressed-covers.pdf -sColorConversionStrategy=CMYK -dProcessColorModel=/DeviceCMYK covers.pdf
|
||||
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final/compressed-onesheet.pdf -sColorConversionStrategy=CMYK -dProcessColorModel=/DeviceCMYK onesheet.pdf
|
||||
pdfimages -list compressed-main.pdf
|
||||
pdfimages -list final/compressed-onesheet.pdf
|
||||
pdfimages -list compressed-covers.pdf
|
||||
pdftk A=compressed-main.pdf B=compressed-covers.pdf cat B1 A2-end output final/final1.pdf
|
||||
pdftk A=compressed-main.pdf B=compressed-covers.pdf cat B2 A2-end output final/final2.pdf
|
||||
pdftk A=compressed-main.pdf B=compressed-covers.pdf cat B3 A2-end output final/final3.pdf
|
||||
pdftk A=compressed-main.pdf B=compressed-covers.pdf cat B4 A2-end output final/final4.pdf
|
||||
pdftk A=compressed-main.pdf B=compressed-covers.pdf cat B5 A2-end output final/final5.pdf
|
||||
84
covers.tex
Normal file
@@ -0,0 +1,84 @@
|
||||
\documentclass[10pt,a5paper]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[x11names]{xcolor}
|
||||
\usepackage{background,mathpazo,pdfpages,tikz,datatool,graphicx,fontspec-xetex,ragged2e,setspace, lipsum, tcolorbox}
|
||||
% gute Website mit Bildern: https://illustrationage.com/2019/07/02/turn-back-the-pages-simplicissimus-magazine/
|
||||
% AI Image Enlarger https://bigjpg.com/
|
||||
\usepackage{incgraph}
|
||||
\usepackage[screen,nopanel]{pdfscreen}
|
||||
|
||||
\input{cmds.tex}
|
||||
\usepackage{geometry}
|
||||
\geometry{
|
||||
layout=a5paper,
|
||||
paperheight=216mm,
|
||||
paperwidth=154mm,
|
||||
layoutoffset=3mm,
|
||||
margin=3mm,
|
||||
showframe=false,
|
||||
showcrop=false
|
||||
}
|
||||
\pagestyle{empty}
|
||||
\pagecolor{bg}
|
||||
|
||||
\begin{document}
|
||||
\newpage
|
||||
|
||||
\noindent\includegraphics[height=\textheight]{cover_05_15_117-upscaled-alpha.resized.png}
|
||||
\vfill
|
||||
\clearpage
|
||||
\newpage
|
||||
\noindent\includegraphics[height=\textheight]{cover_05_36_285-upscaled-alpha.resized.png}
|
||||
\clearpage
|
||||
\newpage
|
||||
\noindent\includegraphics[height=\textheight]{cover_24_03_033-upscaled-alpha.resized.png}
|
||||
\clearpage
|
||||
\newpage
|
||||
\noindent\includegraphics[height=\textheight]{cover_09_53_521-upscale-alpha.resized.png}
|
||||
\clearpage
|
||||
\newpage
|
||||
\noindent\includegraphics[height=\textheight]{cover_37_19_217-upscaled-alpha.resized.png}
|
||||
\clearpage
|
||||
%\newpage
|
||||
%\begin{tikzpicture}[remember picture,overlay]
|
||||
% \node at (current page.center) {\includegraphics[width=0.85\pdfpagewidth]{cover_05_36_285-upscaled-alpha.resized.png}};
|
||||
%\end{tikzpicture}
|
||||
%\clearpage
|
||||
%\newpage
|
||||
%\begin{tikzpicture}[remember picture,overlay]
|
||||
% \node at (current page.center) {\includegraphics[width=\pdfpagewidth]{cover_09_48_471-upscaled-alpha.resized.png}};
|
||||
%\end{tikzpicture}
|
||||
%\clearpage
|
||||
%\newpage
|
||||
%\begin{tikzpicture}[remember picture,overlay]
|
||||
% \node at (current page.center) {\includegraphics[width=\pdfpagewidth]{cover_09_53_521-upscale-alpha.resized.png}};
|
||||
%\end{tikzpicture}
|
||||
%\clearpage
|
||||
%\newpage
|
||||
%\begin{tikzpicture}[remember picture,overlay]
|
||||
% \node at (current page.center) {\includegraphics[width=\pdfpagewidth]{cover_24_03_033-upscaled-alpha.resized.png}};
|
||||
%\end{tikzpicture}
|
||||
%\clearpage
|
||||
%\newpage
|
||||
%\begin{tikzpicture}[remember picture,overlay]
|
||||
% \node at (current page.center) {\includegraphics[width=\pdfpagewidth]{cover_37_19_217-upscaled-alpha.resized.png}};
|
||||
%\end{tikzpicture}
|
||||
%\clearpage
|
||||
|
||||
|
||||
%\newpage
|
||||
%\begin{tikzpicture}[remember picture,overlay]
|
||||
% \node at (current page.center) {\includegraphics[width=\pdfpagewidth]{cover_37_05_049-upscaled-alpha.resized.png}};
|
||||
%\end{tikzpicture}
|
||||
%\clearpage
|
||||
|
||||
%\newpage
|
||||
%\begin{tikzpicture}[remember picture,overlay]
|
||||
% \node at (current page.center) {\includegraphics[width=\pdfpagewidth]{cover_37_35_409-upscaled-alpha.resized.png}};
|
||||
%\end{tikzpicture}
|
||||
%\clearpage
|
||||
\newpage
|
||||
|
||||
|
||||
\end{document}
|
||||
343
drinks.csv
@@ -1,172 +1,171 @@
|
||||
name;beschreibung;img;preis1;preis2;size1;size2;cat;note
|
||||
Trierer Stadtkaffee;Finca Yuri von Mondo del Caffè;GlassMugHot;2,10;3,00;klein;groß;Kaffee;
|
||||
Capuccino;Espresso mit heißem Milchschaum;GlassMugHot;2,10;3,80;klein;groß;Kaffee;
|
||||
Milchkaffee;Kaffee mit heißem Milchschaum;GlassMugHot;2,10;3,80;klein;groß;Kaffee;
|
||||
Espresso;Einfach Espresso;GlassMugHot;2,10;3,00;einfach;doppelt;Kaffee;
|
||||
Esspresso Macchiato;Espresso mit einer kleinen Schaumkrone;GlassMugHot;2,40;;;;Kaffee;
|
||||
Latte Macchiato;Heißer Milchschaum mit einem Schuss Kaffee;GlassMugHot;3,80;;;;Kaffee;
|
||||
Chocmoc;Cappucino mit Kakao;GlassMugHot;2,10;3,80;klein;groß;Kaffee;
|
||||
Sahnehäubchen;;GlassMugHot;0,20;;;;Kaffee;zusatz
|
||||
Schuss Sirup;(z.B. Kokos, Haselnuss oder Karamell);GlassMugHot;0,40;;;;Kaffee;zusatz
|
||||
Honig;aus Olewig;GlassMugHot;0,20;;;;Kaffee;zusatz
|
||||
Schuss Schnaps;(z.B. Amaretto, Kahlua, Rum oder Veterano);GlassMugHot;2,20;;;;Kaffee;zusatz
|
||||
Hibiskustee;;GlassMugHot;2,50;;;;Tee;
|
||||
Schwarzer Tee;;GlassMugHot;2,50;;;;Tee;
|
||||
Grüner Tee;;GlassMugHot;2,50;;;;Tee;
|
||||
Pfefferminztee;;GlassMugHot;2,50;;;;Tee;
|
||||
Fencheltee;;GlassMugHot;2,50;;;;Tee;
|
||||
Kamillentee;;GlassMugHot;2,50;;;;Tee;
|
||||
Früchtetee;;GlassMugHot;2,50;;;;Tee;
|
||||
basischer Kräutertee;;GlassMugHot;2,50;;;;Tee;
|
||||
Kräutertee;;GlassMugHot;2,50;;;;Tee;
|
||||
Classic Chai;(Zimt, Yogi);GlassMugHot;2,50;;;;Tee;
|
||||
Black Chai;(Yogi);GlassMugHot;2,50;;;;Tee;
|
||||
Frische Minze;(nur saisonal);;0,20;;;;Tee;zusatz
|
||||
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;;0,30l;;Frischer Tee;
|
||||
Heiße Limette;;GlassMugHot;2,50;;0,30l;;Frischer Tee;
|
||||
Heiße Zitrone;;GlassMugHot;2,50;;0,30l;;Frischer Tee;
|
||||
Kakao;Bio Cocoba, mit Kuh- oder Hafermlich;;2,10;3,80;klein;groß;Kakao;
|
||||
Ananas;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Banane;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Kirsche;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Maracuja;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Pink Grapefruit;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Apfel;(naturtrüb);;2,10;3,80;0,20l;0,40l;Saft Conrad;
|
||||
Apfel-Mango;;;2,10;3,80;0,20l;0,40l;Saft Conrad;
|
||||
Orange;;;2,10;3,80;0,20l;0,40l;Saft Conrad;
|
||||
Saftpreis;;;2,10;3,80;0,20l;0,40l;Saftpreis;
|
||||
Blutorange;;;3,30;;0,33l;;Biozisch;
|
||||
Ingwer;;;3,30;;0,33l;;Biozisch;
|
||||
Himber-Cassis;;;3,30;;0,33l;;Biozisch;
|
||||
Mate;;;3,30;;0,33l;;Biozisch;
|
||||
Rhababer;;;3,30;;0,33l;;Biozisch;
|
||||
BiozischPreis;;;3,30;;0,33l;;BiozischPreis;
|
||||
Bitter Lemon;;;3,30;;0,33l;;Schweppes;
|
||||
Tonic;;;2,40;4,00;0,20l;0,40l;Schweppes;
|
||||
SchweppesPreis;;;2,40;4,00;0,20l;0,40l;SchweppesPreis;
|
||||
Orange;;;2,10;3,80;0,20l;0,40l;Bluna;
|
||||
Zitrone;;;2,10;3,80;0,20l;0,40l;Bluna;
|
||||
BlunaPreis;;;2,10;3,80;0,20l;0,40l;BlunaPreis;
|
||||
Cola;;;2,10;3,80;0,20l;0,40l;Afri;
|
||||
Cola Light;;;2,10;3,80;0,20l;0,40l;Afri;
|
||||
AfriPreis;;;2,10;3,80;0,20l;0,40l;AfriPreis;
|
||||
Sprudel;;;1,50;2,50;0,20l;0,40l;Sprudel;
|
||||
Schorle;;;2,10;3,80;0,20l;0,40l;Schorle;
|
||||
Bitburger Pils;\textbf{Frisch gezapft.} Klassisches hopfenbetontes Pils;;2,10;3,80;0,20l;0,40l;Bier;
|
||||
Benediktiner Hell;\textbf{Frisch gezapft.} Lagerbier. Mild und erfrischend;;2,10;3,80;0,20l;0,40l;Bier;
|
||||
Hacker-Pschorr Weizen;\textbf{Frisch gezapft.} Naturtrüb, würzig und erfrischend;;2,80;4,50;0,30l;0,50l;Bier;
|
||||
Rhenania Alt;\textbf{Frisch gezapft.} feinherb mit dezenter Malznote;;2,10;3,80;0,20l;0,40l;Bier;
|
||||
Lammsbräu Zzzisch;\textbf{Aus der Flasche.} Bio, Pils. Harmonisch Feinherb;;3,30;;0,33l;;Bier;
|
||||
Wulle Vollbier Hell;\textbf{Aus der Flasche.} Schnörkellos, ehrlich, mild;;3,30;;0,33l;;Bier;
|
||||
Lammsbräu Alkoholfrei;\textbf{Aus der Flasche.} Bio. Ausgewogenes Malzaroma mit feinherber Hopfennote;;3,30;;0,33l;;Bier;
|
||||
Erdinger Weizen Alkoholfrei;\textbf{Aus der Flasche.} Spritzig erfrischend;;4,50;;0,50l;;Bier;
|
||||
Lammsbräu Aktivmalz;\textbf{Aus der Flasche, Alkoholfrei.} Kräftig, aromatisch, süß;;3,30;;0,33l;;Bier;
|
||||
Riesling, halbtrocken;Weingut Becker, Pölich, Mosel;;2,10;3,80;0,10l;0,20l;Wein;
|
||||
Riesling, trocken;Weingut Becker, Pölich, Mosel;;2,10;3,80;0,10l;0,20l;Wein;
|
||||
Vinja del Oja Tinto, Rot;Tempranillo, Rioja, Spanien. Trocken;;2,40;4,00;0,10l;0,20l;Wein;
|
||||
Infinitus, Rot;Merlot, Spanien. Trocken;;2,40;4,00;0,10l;0,20l;Wein;
|
||||
Rosé des Demoiselles;Cellier des Demoiselles, Languedoc, Frankreich. Trocken;;2,10;3,80;0,10l;0,20l;Wein;
|
||||
Bernard-Massard Tradition Sekt;Jahrgangssekt, Trier. Trocken;;3,00;14,00;0,10l;Flasche, 0,75l;Wein;
|
||||
Piccolo;Sekt, Herrenklasse. Trocken. Nur im Winter verfügbar;;5,50;;0,20l;;Wein;
|
||||
Met;Honigwein, hausgemacht;;2,40;4,00;0,10l;0,20l;Wein;
|
||||
Viez;Viezhandel A. Scherf, Waldrach;;2,40;;0,40l;;Viez;
|
||||
Kräuterstern;bitter;;2,50;;2cl;;Kräuterapotheke;
|
||||
Santasapina;Maispitzen;;2,50;;2cl;;Kräuterapotheke;
|
||||
Schwedenbitter;;;2,50;;2cl;;Kräuterapotheke;
|
||||
Amaretto-Kirsch o. Apfel;;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Batida-Kirsch;;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Campari-Orange;;;5,50;;4cl;;LongdrinkAp;
|
||||
Gin Ginger;Finsbury;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Gute-Laune-Cola;Rum, Cola & Zitrone;;4,50;6,90;2cl;4cl;Longdrinks;
|
||||
Jacky-Cola;;;5,30;8,00;2cl;4cl;Longdrinks;
|
||||
Jameson Ginger Lime;;;5,30;8,00;2cl;4cl;Longdrinks;
|
||||
Moscow Mule;Vodka, Limette, Ginger-Ale;;4,50;6,90;2cl;4cl;Longdrinks;
|
||||
Munich Mule;Gin, Limette, Ginger-Ale;;4,50;6,90;2cl;4cl;Longdrinks;
|
||||
Ouzokeule;Ouzo, Orangensaf;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Rum-Cola;Pott-Rum & Cola;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Skinny Bitch;Vodka, Sprudel & Zitrone;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Southern-Comfort-Sprite;;;4,80;7,00;2cl;4cl;Longdrinks;
|
||||
Vodka-Mate;;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Aperol-Spritz;Aperol, Sekt, Sprudel;;5,00;;;;LongdrinkAp;
|
||||
Kir Royal;Sekt, Creme de Cassis;;5,00;;;;LongdrinkAp;
|
||||
Finsbury Tonic;;;4,30;;6,50;;GinTonic;
|
||||
Needle Tonic;;;4,80;;7,50;;GinTonic;
|
||||
Tanqueray Tonic;;;5,30;;8,00;;GinTonic;
|
||||
Amaretto Sour;Amaretto, Orangen- & Zitronensaft;;6,50;;;;Cocktails;
|
||||
Batida Sunrise;Batida, Ananassaft & Kirschlikör;;7,50;;;;Cocktails;
|
||||
Caipirinha;Cachaca, Rohrzucker & Bio-Limetten;;7,50;;;;Cocktails;
|
||||
Cuba Libre;Rum, Cola & Bio-Limette;;7,50;;;;Cocktails;
|
||||
Espresso-Martini;Espresso, Vodka, Kahlua;;6,00;;;;Cocktails;
|
||||
Grüne Witwe;Curacao & Orangensaft;;5,50;;;;Cocktails;
|
||||
Iris‘ Feuchtes Pfläumchen;Säfte, Vodka;;6,00;;;;Cocktails;
|
||||
Pina Colada;Rum, Ananassaft & Kokossirup;;7,50;;;;Cocktails;
|
||||
Simplicissimus;Säfte, Cachaca, Vodka & Zuckersirup;;7,50;;;;Cocktails;
|
||||
Tequila Sunrise;Tequila, Orangensaft & Grenadine;;7,50;;;;Cocktails;
|
||||
White Russian;Kahlua, Vodka & Milch;;7,50;;;;Cocktails;
|
||||
Whisky Sour;Whisky, Zitronensaft, Zuckersirup;;7,50;;;;Cocktails;
|
||||
Drachenblut;Kirsch-, Maracuja-, Zitronensaft & Zuckersirup;;5,50;;;;CocktailsAlkoholfrei;
|
||||
Suppes;Ananas-, Bananen-, Maracuja-, Zitronensaft & Cocossirup;;5,50;;;;CocktailsAlkoholfrei;
|
||||
Chilli;;;2,50;;2cl;;Hausgemachtes;
|
||||
Pfefferminz;;;2,50;;2cl;;Hausgemachtes;
|
||||
Hagebutte;;;2,50;;2cl;;Hausgemachtes;
|
||||
Don Promillo;Kakao, Honig, Chilli;;2,50;;2cl;;Hausgemachtes;
|
||||
Zivo;Zitrone & Vodka;;2,50;;2cl;;Hausgemachtes;
|
||||
Rose;Guarana;;2,50;;2cl;;Hausgemachtes;
|
||||
Mexikaner;;;1,50;;2cl;;Hausgemachtes;
|
||||
Eulenmassaker;Zivo, Grenadine & Tabasco;;1,50;;2cl;;Hausgemachtes;
|
||||
Hemmerling;Pfirsich, Maracuja, Vodka, Sahne;;3,50;;2cl;;Hausgemachtes;
|
||||
Amaretto;;;2,50;;2cl;;Classics;
|
||||
Aquavit;;;2,50;;2cl;;Classics;
|
||||
Asbach;;;2,50;;2cl;;Classics;
|
||||
Baileys;;;2,50;;2cl;;Classics;
|
||||
Batida;;;2,50;;2cl;;Classics;
|
||||
Campari;;;3,50;;4cl;;Classics;
|
||||
Cointreau;;;2,50;;2cl;;Classics;
|
||||
Cynar;;;2,50;;2cl;;Classics;
|
||||
Erdbeerlimes;;;1,50;;2cl;;Classics;
|
||||
Escorial;;;2,50;;2cl;;Classics;
|
||||
Fernet Branca;;;2,50;;2cl;;Classics;
|
||||
Fernet Menta;;;2,50;;2cl;;Classics;
|
||||
Frangelico;;;1,90;;2cl;;Classics;
|
||||
Friesengeist;;;2,50;;2cl;;Classics;
|
||||
Gin Finsbury;;;2,50;;2cl;;Classics;
|
||||
Gin Needle;;;3,00;;2cl;;Classics;
|
||||
Gin Tanqueray;;;3,50;;2cl;;Classics;
|
||||
Genever;;;1,90;;2cl;;Classics;
|
||||
Haifischblut;;;2,50;;2cl;;Classics;
|
||||
Jägermeister;;;2,50;;2cl;;Classics;
|
||||
Kahlua;;;2,50;;2cl;;Classics;
|
||||
Korn;;;2,50;;2cl;;Classics;
|
||||
Luft;;;1,50;;2cl;;Classics;
|
||||
Martini;;;2,50;;5cl;;Classics;
|
||||
Obstler;;;2,50;;2cl;;Classics;
|
||||
Ouzo;;;2,80;;2cl;;Classics;
|
||||
Pastis 51;;;2,80;;2cl;;Classics;
|
||||
Pernod;;;2,50;;2cl;;Classics;
|
||||
Ramazzotti;;;2,50;;2cl;;Classics;
|
||||
Remy Martin;;;3,50;;2cl;;Classics;
|
||||
Southern Comfort;;;3,00;;2cl;;Classics;
|
||||
Sambuca;;;2,50;;2cl;;Classics;
|
||||
Saarländer;;;1,50;;2cl;;Classics;
|
||||
Tequila;;;2,50;;2cl;;Classics;
|
||||
Vodka Wyborowa;;;2,50;;2cl;;Classics;
|
||||
Vodka Moskovskaya;;;2,50;;2cl;;Classics;
|
||||
Veterano;;;2,50;;2cl;;Classics;
|
||||
Glenlivet;;;3,80;;2cl;;Whisky;
|
||||
Glenmorangie;;;3,80;;2cl;;Whisky;
|
||||
Oban;;;4,00;;2cl;;Whisky;
|
||||
Talisker;;;4,00;;2cl;;Whisky;
|
||||
Jim Beam;;;3,50;;2cl;;Whisky;
|
||||
Jack Daniels;;;3,50;;2cl;;Whisky;
|
||||
Old Pascas White;;;2,50;;2cl;;Rum;
|
||||
Pott 54%;;;2,50;;2cl;;Rum;
|
||||
Old Pascas 72%;;;3,50;;2cl;;Rum;
|
||||
Cachaca;;;2,50;;2cl;;Rum;
|
||||
Botucal;;;4,00;;2cl;;Rum;
|
||||
name;beschreibung;img;preis1;preis2;size1;size2;cat;note;note2
|
||||
Trierer Stadtkaffee;Finca Yuri;GlassMugHot;2,20;3,50;klein;groß;Kaffee;;
|
||||
Capuccino;Espresso mit heißem Milchschaum;GlassMugHot;2,20;4,20;klein;groß;Kaffee;;
|
||||
Milchkaffee;Kaffee mit heißem Milchschaum;GlassMugHot;2,20;4,20;klein;groß;Kaffee;;
|
||||
Espresso;Italian Taste;GlassMugHot;2,20;3,50;einfach;doppelt;Kaffee;;
|
||||
Espresso Macchiato;Espresso mit einer kleinen Schaumkrone;GlassMugHot;2,40;;;;Kaffee;;
|
||||
Latte Macchiato;Heißer Milchschaum mit einem Schuss Kaffee;GlassMugHot;4,20;;;;Kaffee;;
|
||||
Chocmoc;Cappucino mit Kakao;GlassMugHot;2,20;4,20;klein;groß;Kaffee;;
|
||||
Sahnehäubchen;;GlassMugHot;0,20;;;;Kaffee;zusatz;
|
||||
Honig;aus Olewig;GlassMugHot;0,20;;;;Kaffee;zusatz;
|
||||
Schuss Schnaps;2cl, z.B. Amaretto, Kahlua, Rum oder Veterano;GlassMugHot;2,20;;;;Kaffee;zusatz;
|
||||
Hibiskustee;;GlassMugHot;2,50;;;;Tee;;
|
||||
Schwarzer Tee;;GlassMugHot;2,50;;;;Tee;;
|
||||
Grüner Tee;;GlassMugHot;2,50;;;;Tee;;
|
||||
Pfefferminztee;;GlassMugHot;2,50;;;;Tee;;
|
||||
Fencheltee;;GlassMugHot;2,50;;;;Tee;;
|
||||
Kamillentee;;GlassMugHot;2,50;;;;Tee;;
|
||||
Früchtetee;;GlassMugHot;2,50;;;;Tee;;
|
||||
basischer Kräutertee;;GlassMugHot;2,50;;;;Tee;;
|
||||
Kräutertee;;GlassMugHot;2,50;;;;Tee;;
|
||||
Classic Chai;Zimt, Yogi;GlassMugHot;2,50;;;;Tee;;
|
||||
Black Chai;Yogi;GlassMugHot;2,50;;;;Tee;;
|
||||
Frische Minze;nur saisonal;;0,20;;;;Tee;zusatz;
|
||||
Limettensaft;;;0,20;;;;Tee;zusatz;
|
||||
Zitronensaft;;;0,20;;;;Tee;zusatz;
|
||||
Honig;aus Olewig;;0,20;;;;Tee;zusatz;
|
||||
Schuss Schnaps;z.B. Amaretto, Kahlua, Rum oder Veterano;;2,20;;;;Tee;zusatz;
|
||||
Milchschaum;z.B. Black Chai Latte;;1,00;;;;Tee;zusatz;
|
||||
Teepreis;;;2,00;2,50;klein;groß;Teepreis;;
|
||||
Ingwer;;GlassMugHot;3,00;;;;Frischer Tee;;
|
||||
Frische Limette;;GlassMugHot;3,00;;;;Frischer Tee;;
|
||||
Heiße Zitrone;;GlassMugHot;3,00;;;;Frischer Tee;;
|
||||
Kakao;Kakao, mit Bio Kuh- oder Hafermlich;;2,20;4,20;klein;groß;Kakao;;
|
||||
Ananas;;;2,20;4,20;0,20l;0,40l;Granini;;
|
||||
Banane;;;2,20;4,20;0,20l;0,40l;Granini;;
|
||||
Kirsche;;;2,20;4,20;0,20l;0,40l;Granini;;
|
||||
Maracuja;;;2,20;4,20;0,20l;0,40l;Granini;;
|
||||
Pink Grapefruit;;;2,20;4,20;0,20l;0,40l;Granini;;
|
||||
Apfel;naturtrüb;;2,20;4,20;0,20l;0,40l;Saft Conrad;;
|
||||
Apfel-Mango;;;2,20;4,20;0,20l;0,40l;Saft Conrad;;
|
||||
Orange;;;2,20;4,20;0,20l;0,40l;Saft Conrad;;
|
||||
Saftpreis;;;2,20;4,20;0,20l;0,40l;Saftpreis;;
|
||||
Blutorange;;;3,60;;0,33l;;Biozisch;;
|
||||
Ingwer;;;3,60;;0,33l;;Biozisch;;
|
||||
Himbeer-Cassis;;;3,60;;0,33l;;Biozisch;;
|
||||
Mate;;;3,60;;0,33l;;Biozisch;;
|
||||
Rhabarber;;;3,60;;0,33l;;Biozisch;;
|
||||
BiozischPreis;;;3,60;;0,33l;;BiozischPreis;;
|
||||
Bitter Lemon;;;2,50;4,50;0,20l;0,40l;Schweppes;;
|
||||
Tonic;;;2,50;4,20;0,20l;0,40l;Schweppes;;
|
||||
SchweppesPreis;;;2,40;4,50;0,20l;0,40l;SchweppesPreis;;
|
||||
Orange;;;2,20;4,20;0,20l;0,40l;Bluna;;
|
||||
Zitrone;;;2,20;4,20;0,20l;0,40l;Bluna;;
|
||||
BlunaPreis;;;2,20;4,20;0,20l;0,40l;BlunaPreis;;
|
||||
Cola;;;2,20;4,20;0,20l;0,40l;Afri;;
|
||||
Cola Light;;;2,20;4,20;0,20l;0,40l;Afri;;
|
||||
AfriPreis;;;2,20;4,20;0,20l;0,40l;AfriPreis;;
|
||||
Sprudel;;;1,50;2,80;0,20l;0,40l;Sprudel;;
|
||||
Schorle;;;2,20;4,20;0,20l;0,40l;Schorle;;
|
||||
Bitburger Pils;Frisch gezapft. Klassisches hopfenbetontes Pils;;2,20;4,20;0,20l;0,40l;Bier;;
|
||||
Hacker-Pschorr Weizen;Frisch gezapft. Naturtrüb, würzig und erfrischend;;2,80;4,80;0,30l;0,50l;Bier;;
|
||||
Rhenania Alt;Frisch gezapft. feinherb mit dezenter Malznote;;2,20;4,20;0,20l;0,40l;Bier;;
|
||||
Odin;Bitburger Pils mit hausgemachtem Met.;;2,50;4,60;0,20l;0,40l;Bier;;
|
||||
Lammsbräu Zzzisch;Aus der Flasche. Bio, Pils. Harmonisch Feinherb;;3,60;;0,33l;;Bier;;
|
||||
Wulle Vollbier Hell;Aus der Flasche. Schnörkellos, ehrlich, mild;;3,60;;0,33l;;Bier;;
|
||||
Lammsbräu Alkoholfrei;Aus der Flasche. Bio. Ausgewogenes Malzaroma mit feinherber Hopfennote;;3,60;;0,33l;;Bier;;
|
||||
Benedektiner Weizen Alkoholfrei;Aus der Flasche. Spritzig erfrischend;;4,50;;0,50l;;Bier;;
|
||||
Lammsbräu Aktivmalz;Aus der Flasche, Alkoholfrei. Kräftig, aromatisch, süß;;3,60;;0,33l;;Bier;;
|
||||
Viez;Scherfs Viez, Waldrach. Auch im Mix mit z.B. Sprudel, Limo oder Kirschsaft;;2,50;;0,40l;;Bier;;
|
||||
Riesling, halbtrocken;Weingut Becker, Pölich, Mosel;;2,20;4,20;0,10l;0,20l;Wein;;
|
||||
Riesling, trocken;Weingut Becker, Pölich, Mosel;;2,20;4,20;0,10l;0,20l;Wein;;
|
||||
Vinja del Oja Tinto, Rot;Tempranillo, Rioja, Spanien. Trocken;;2,50;4,50;0,10l;0,20l;Wein;;
|
||||
Infinitus, Rot;Merlot, Spanien. Trocken;;2,50;4,50;0,10l;0,20l;Wein;;
|
||||
Rosé des Demoiselles;Cellier des Demoiselles, Languedoc, Frankreich. Trocken;;2,20;4,20;0,10l;0,20l;Wein;;
|
||||
Bernard-Massard Riesling Sekt;Klassische Flaschengärung, Trier. Trocken;;3,00;17,50;0,10l;Flasche, 0,75l;Wein;;
|
||||
Piccolo;Sekt, Herrenklasse. Trocken.;;5,50;;Flasche, 0,20l;;Wein;;
|
||||
Met;Honigwein, hausgemacht;;2,50;4,50;0,10l;0,20l;Wein;;
|
||||
Viez;Viezhandel A. Scherf, Waldrach;;2,40;;0,40l;;Viez;;
|
||||
Kräuterstern;bitter;;2,50;;2cl;;Kräuterapotheke;;
|
||||
Santasapina;Maispitzen;;2,50;;2cl;;Kräuterapotheke;;
|
||||
Schwedenbitter;;;2,50;;2cl;;Kräuterapotheke;;
|
||||
Amaretto-Kirsch o. Apfel;;;4,30;6,50;2cl;4cl;Longdrinks;;
|
||||
Batida-Kirsch;;;4,30;6,50;2cl;4cl;Longdrinks;;
|
||||
Gin Ginger;Finsbury;;4,30;6,50;2cl;4cl;Longdrinks;;
|
||||
Gute-Laune-Cola;Rum, Cola & Zitrone;;4,50;6,90;2cl;4cl;Longdrinks;;
|
||||
Jacky-Cola;;;5,30;8,00;2cl;4cl;Longdrinks;;
|
||||
Jameson Ginger Lime;;;5,30;8,00;2cl;4cl;Longdrinks;;
|
||||
Ouzokeule;Ouzo, Orangensaft;;4,30;6,50;2cl;4cl;Longdrinks;;
|
||||
Rum-Cola;Pott-Rum & Cola;;4,30;6,50;2cl;4cl;Longdrinks;;
|
||||
Skinny Bitch;Vodka, Sprudel & Zitrone;;4,30;6,50;2cl;4cl;Longdrinks;;
|
||||
Southern-Comfort-Sprite;;;4,80;7,00;2cl;4cl;Longdrinks;;
|
||||
Vodka-Mate;;;4,30;6,50;2cl;4cl;Longdrinks;;
|
||||
Aperol-Spritz;Aperol, Sekt, Sprudel;;6,00;;;;LongdrinkAp;;
|
||||
Campari-Orange;;;5,50;;4cl;;LongdrinkAp;;
|
||||
Kir Royal;Sekt, Creme de Cassis;;5,00;;;;LongdrinkAp;;
|
||||
Finsbury Tonic;;;4,30;6,50;2cl;4cl;GinTonic;;
|
||||
Needle Tonic;;;4,80;7,50;2cl;4cl;GinTonic;;
|
||||
Tanqueray Tonic;;;5,30;8,00;2cl;4cl;GinTonic;;
|
||||
Amaretto Sour;Amaretto, Orangen- & Zitronensaft;;6,50;;;;Cocktails;;
|
||||
Batida Sunrise;Batida, Ananassaft & Kirschlikör;;7,50;;;;Cocktails;;
|
||||
Caipirinha;Cachaca, Rohrzucker & Bio-Limetten;;7,50;;;;Cocktails;;
|
||||
Cuba Libre;Rum, Cola & Bio-Limette;;7,50;;;;Cocktails;;
|
||||
Espresso-Martini;Espresso, Vodka, Kahlua;;6,50;;;;Cocktails;;
|
||||
Grüne Witwe;Curacao & Orangensaft;;5,50;;;;Cocktails;;
|
||||
Iris‘ Feuchtes Pfläumchen;Säfte, Vodka;;6,00;;;;Cocktails;;
|
||||
Pina Colada;Rum, Ananassaft & Kokossirup;;7,50;;;;Cocktails;;
|
||||
Simplicissimus;Säfte, Cachaca, Vodka & Zuckersirup;;7,50;;;;Cocktails;;
|
||||
Tequila Sunrise;Tequila, Orangensaft & Grenadine;;7,50;;;;Cocktails;;
|
||||
White Russian;Kahlua, Vodka & Milch;;7,50;;;;Cocktails;;
|
||||
Whisky Sour;Whisky, Zitronensaft, Zuckersirup;;7,50;;;;Cocktails;;
|
||||
Drachenblut;Kirsch-, Maracuja-, Zitronensaft & Zuckersirup;;5,50;;;;CocktailsAlkoholfrei;;
|
||||
Suppes;Ananas-, Bananen-, Maracuja-, Zitronensaft & Cocossirup;;5,50;;;;CocktailsAlkoholfrei;;
|
||||
Chilli;;;2,50;;2cl;;Hausgemachtes;zocker;
|
||||
Pfefferminz;;;2,50;;2cl;;Hausgemachtes;zocker;
|
||||
Rumtopf;;;2,50;;2cl;;Hausgemachtes;zocker;
|
||||
Don Promillo;Kakao, Honig, Chilli;;2,50;;2cl;;Hausgemachtes;zocker;
|
||||
Zivo;Zitrone & Vodka;;2,50;;2cl;;Hausgemachtes;zocker;
|
||||
Rose;Guarana;;2,50;;2cl;;Hausgemachtes;zocker;
|
||||
Eulenmassaker;Zivo, Grenadine & Tabasco;;3,50;;4cl;;Hausgemachtes;;
|
||||
Amaretto;;;2,50;;2cl;;Classics;;
|
||||
Aquavit;;;2,50;;2cl;;Classics;;
|
||||
Asbach;;;2,50;;2cl;;Classics;;
|
||||
Baileys;;;2,50;;2cl;;Classics;;
|
||||
Batida;;;2,50;;2cl;;Classics;;
|
||||
Campari;;;3,50;;4cl;;Classics;;
|
||||
Cointreau;;;2,50;;2cl;;Classics;;
|
||||
Cynar;;;2,50;;2cl;;Classics;;
|
||||
Escorial;;;2,50;;2cl;;Classics;;
|
||||
Fernet Branca;… oder Branca Menta;;2,50;;2cl;;Classics;;
|
||||
Friesengeist;;;2,50;;2cl;;Classics;;
|
||||
Gin Finsbury;;;2,50;;2cl;;Classics;;
|
||||
Gin Needle;;;3,00;;2cl;;Classics;;
|
||||
Gin Tanqueray;;;3,50;;2cl;;Classics;;
|
||||
Genever;;;1,90;;2cl;;Classics;;
|
||||
Haifischblut;Vodka, Tabasco und Sangrita;;2,50;;2cl;;Classics;;
|
||||
Jägermeister;;;2,50;;2cl;;Classics;;
|
||||
Kahlua;;;2,50;;2cl;;Classics;;
|
||||
Korn;;;2,50;;2cl;;Classics;;
|
||||
Martini;;;2,50;;5cl;;Classics;;
|
||||
Alter Obstler;Willi, Marille oder Mirabelle;;3,50;;2cl;;Classics;;
|
||||
Obstler;Willi oder Marille;;2,50;;2cl;;Classics;;
|
||||
Ouzo;;;2,80;;2cl;;Classics;;
|
||||
Pastis 51;;;2,80;;2cl;;Classics;;
|
||||
Pernod;;;2,50;;2cl;;Classics;;
|
||||
Ramazzotti;;;2,50;;2cl;;Classics;;
|
||||
Remy Martin;;;3,50;;2cl;;Classics;;
|
||||
Southern Comfort;;;3,00;;2cl;;Classics;;
|
||||
Vodka ;Wyborowa oder Moskovskaya;;2,50;;2cl;;Classics;;
|
||||
Veterano;;;2,50;;2cl;;Classics;;
|
||||
Glenlivet;;;4,20;;2cl;;Whisky;;
|
||||
Glenmorangie;;;4,20;;2cl;;Whisky;;
|
||||
Oban;;;4,00;;2cl;;Whisky;;
|
||||
Talisker;;;4,00;;2cl;;Whisky;;
|
||||
Jim Beam;;;3,50;;2cl;;Whisky;;
|
||||
Jack Daniels;;;3,50;;2cl;;Whisky;;
|
||||
Old Pascas White;;;2,50;;2cl;;Rum;;
|
||||
Pott 54%;;;2,50;;2cl;;Rum;;
|
||||
Old Pascas 72%;;;3,50;;2cl;;Rum;;
|
||||
Cachaca;;;2,50;;2cl;;Rum;;
|
||||
Botucal;;;4,00;;2cl;;Rum;;
|
||||
Mexikaner;Hausgemacht;;1,50;;2cl;;Beliebt;;Beliebt
|
||||
Saarländer;Mexikaner mit einem Schuss Maggi;;1,50;;2cl;;Beliebt;;Beliebt
|
||||
Hemmerling;wie ein Solero im Freibad (Hausgemacht);;1,50;;2cl;;Beliebt;;Beliebt
|
||||
Maracujalimes;Süßkram;;1,50;;2cl;;Beliebt;zocker;Beliebt
|
||||
Erdbeerlimes;Süßkram;;1,50;;2cl;;Beliebt;zocker;Beliebt
|
||||
Frangelico;Süße Haselnuss;;2,50;;2cl;;Beliebt;zocker;Beliebt
|
||||
Sambuca;Anis;;2,50;;2cl;;Beliebt;zocker;Beliebt
|
||||
Luft;Pfefferminzlikör;;1,50;;2cl;;Beliebt;zocker;Beliebt
|
||||
Fernet Menta;Pfefferminzlikör mit mehr Zunder;;2,50;;2cl;;Beliebt;;Beliebt
|
||||
Tequila;Silber oder Gold;;2,50;;2cl;;Beliebt;;Beliebt
|
||||
Zockerpreis;;;1,50;;;;;;
|
||||
|
||||
|
173
drinks.csv~
Normal file
@@ -0,0 +1,173 @@
|
||||
name;beschreibung;img;preis1;preis2;size1;size2;cat;note
|
||||
Trierer Stadtkaffee;Finca Yuri von Mondo del Caffè;GlassMugHot;2,10;3,00;klein;groß;Kaffee;
|
||||
Capuccino;Espresso mit heißem Milchschaum;GlassMugHot;2,10;3,80;klein;groß;Kaffee;
|
||||
Milchkaffee;Kaffee mit heißem Milchschaum;GlassMugHot;2,10;3,80;klein;groß;Kaffee;
|
||||
Espresso;Einfach Espresso;GlassMugHot;2,10;3,00;einfach;doppelt;Kaffee;
|
||||
Esspresso Macchiato;Espresso mit einer kleinen Schaumkrone;GlassMugHot;2,40;;;;Kaffee;
|
||||
Latte Macchiato;Heißer Milchschaum mit einem Schuss Kaffee;GlassMugHot;3,80;;;;Kaffee;
|
||||
Chocmoc;Cappucino mit Kakao;GlassMugHot;2,10;3,80;klein;groß;Kaffee;
|
||||
Sahnehäubchen;;GlassMugHot;0,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
|
||||
Hibiskustee;;GlassMugHot;2,50;;;;Tee;
|
||||
Schwarzer Tee;;GlassMugHot;2,50;;;;Tee;
|
||||
Grüner Tee;;GlassMugHot;2,50;;;;Tee;
|
||||
Pfefferminztee;;GlassMugHot;2,50;;;;Tee;
|
||||
Fencheltee;;GlassMugHot;2,50;;;;Tee;
|
||||
Kamillentee;;GlassMugHot;2,50;;;;Tee;
|
||||
Früchtetee;;GlassMugHot;2,50;;;;Tee;
|
||||
basischer Kräutertee;;GlassMugHot;2,50;;;;Tee;
|
||||
Kräutertee;;GlassMugHot;2,50;;;;Tee;
|
||||
Classic Chai;(Zimt, Yogi);GlassMugHot;2,50;;;;Tee;
|
||||
Black Chai;(Yogi);GlassMugHot;2,50;;;;Tee;
|
||||
Frische Minze;(nur saisonal);;0,20;;;;Tee;zusatz
|
||||
Limettensaft;;;0,20;;;;Tee;zusatz
|
||||
Zitronensaft;;;0,20;;;;Tee;zusatz
|
||||
Honig;aus Olewig;;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;
|
||||
Friche Limette;;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;
|
||||
Ananas;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Banane;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Kirsche;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Maracuja;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Pink Grapefruit;;;2,10;3,80;0,20l;0,40l;Granini;
|
||||
Apfel;(naturtrüb);;2,10;3,80;0,20l;0,40l;Saft Conrad;
|
||||
Apfel-Mango;;;2,10;3,80;0,20l;0,40l;Saft Conrad;
|
||||
Orange;;;2,10;3,80;0,20l;0,40l;Saft Conrad;
|
||||
Saftpreis;;;2,10;3,80;0,20l;0,40l;Saftpreis;
|
||||
Blutorange;;;3,30;;0,33l;;Biozisch;
|
||||
Ingwer;;;3,30;;0,33l;;Biozisch;
|
||||
Himber-Cassis;;;3,30;;0,33l;;Biozisch;
|
||||
Mate;;;3,30;;0,33l;;Biozisch;
|
||||
Rhababer;;;3,30;;0,33l;;Biozisch;
|
||||
BiozischPreis;;;3,30;;0,33l;;BiozischPreis;
|
||||
Bitter Lemon;;;3,30;;0,33l;;Schweppes;
|
||||
Tonic;;;2,40;4,00;0,20l;0,40l;Schweppes;
|
||||
SchweppesPreis;;;2,40;4,00;0,20l;0,40l;SchweppesPreis;
|
||||
Orange;;;2,10;3,80;0,20l;0,40l;Bluna;
|
||||
Zitrone;;;2,10;3,80;0,20l;0,40l;Bluna;
|
||||
BlunaPreis;;;2,10;3,80;0,20l;0,40l;BlunaPreis;
|
||||
Cola;;;2,10;3,80;0,20l;0,40l;Afri;
|
||||
Cola Light;;;2,10;3,80;0,20l;0,40l;Afri;
|
||||
AfriPreis;;;2,10;3,80;0,20l;0,40l;AfriPreis;
|
||||
Sprudel;;;1,50;2,50;0,20l;0,40l;Sprudel;
|
||||
Schorle;;;2,10;3,80;0,20l;0,40l;Schorle;
|
||||
Bitburger Pils;Frisch gezapft. Klassisches hopfenbetontes Pils;;2,10;3,80;0,20l;0,40l;Bier;
|
||||
Bier der Saison;Frisch gezapft. Lagerbier. Mild und erfrischend;;2,10;3,80;0,20l;0,40l;Bier;
|
||||
Hacker-Pschorr Weizen;Frisch gezapft. Naturtrüb, würzig und erfrischend;;2,80;4,50;0,30l;0,50l;Bier;
|
||||
Rhenania Alt;Frisch gezapft. feinherb mit dezenter Malznote;;2,10;3,80;0,20l;0,40l;Bier;
|
||||
Lammsbräu Zzzisch;Aus der Flasche. Bio, Pils. Harmonisch Feinherb;;3,30;;0,33l;;Bier;
|
||||
Wulle Vollbier Hell;Aus der Flasche. Schnörkellos, ehrlich, mild;;3,30;;0,33l;;Bier;
|
||||
Lammsbräu Alkoholfrei;Aus der Flasche. Bio. Ausgewogenes Malzaroma mit feinherber Hopfennote;;3,30;;0,33l;;Bier;
|
||||
Benedektiner Weizen Alkoholfrei;Aus der Flasche. Spritzig erfrischend;;4,50;;0,50l;;Bier;
|
||||
Lammsbräu Aktivmalz;Aus der Flasche, Alkoholfrei. Kräftig, aromatisch, süß;;3,30;;0,33l;;Bier;
|
||||
Riesling, halbtrocken;Weingut Becker, Pölich, Mosel;;2,10;3,80;0,10l;0,20l;Wein;
|
||||
Riesling, trocken;Weingut Becker, Pölich, Mosel;;2,10;3,80;0,10l;0,20l;Wein;
|
||||
Vinja del Oja Tinto, Rot;Tempranillo, Rioja, Spanien. Trocken;;2,40;4,00;0,10l;0,20l;Wein;
|
||||
Infinitus, Rot;Merlot, Spanien. Trocken;;2,40;4,00;0,10l;0,20l;Wein;
|
||||
Rosé des Demoiselles;Cellier des Demoiselles, Languedoc, Frankreich. Trocken;;2,10;3,80;0,10l;0,20l;Wein;
|
||||
Bernard-Massard Riesling Sekt;Klassische Flaschengärung, Trier. Trocken;;3,00;14,00;0,10l;Flasche, 0,75l;Wein;
|
||||
Piccolo;Sekt, Herrenklasse. Trocken.;;5,50;;Flasche, 0,20l;;Wein;
|
||||
Met;Honigwein, hausgemacht;;2,40;4,00;0,10l;0,20l;Wein;
|
||||
Viez;Viezhandel A. Scherf, Waldrach;;2,40;;0,40l;;Viez;
|
||||
Kräuterstern;bitter;;2,50;;2cl;;Kräuterapotheke;
|
||||
Santasapina;Maispitzen;;2,50;;2cl;;Kräuterapotheke;
|
||||
Schwedenbitter;;;2,50;;2cl;;Kräuterapotheke;
|
||||
Amaretto-Kirsch o. Apfel;;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Batida-Kirsch;;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Campari-Orange;;;5,50;;4cl;;LongdrinkAp;
|
||||
Gin Ginger;Finsbury;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Gute-Laune-Cola;Rum, Cola & Zitrone;;4,50;6,90;2cl;4cl;Longdrinks;
|
||||
Jacky-Cola;;;5,30;8,00;2cl;4cl;Longdrinks;
|
||||
Jameson Ginger Lime;;;5,30;8,00;2cl;4cl;Longdrinks;
|
||||
Moscow Mule;Vodka, Limette, Ginger-Ale;;4,50;6,90;2cl;4cl;Longdrinks;
|
||||
Munich Mule;Gin, Limette, Ginger-Ale;;4,50;6,90;2cl;4cl;Longdrinks;
|
||||
Ouzokeule;Ouzo, Orangensaf;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Rum-Cola;Pott-Rum & Cola;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Skinny Bitch;Vodka, Sprudel & Zitrone;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Southern-Comfort-Sprite;;;4,80;7,00;2cl;4cl;Longdrinks;
|
||||
Vodka-Mate;;;4,30;6,50;2cl;4cl;Longdrinks;
|
||||
Aperol-Spritz;Aperol, Sekt, Sprudel;;5,00;;;;LongdrinkAp;
|
||||
Kir Royal;Sekt, Creme de Cassis;;5,00;;;;LongdrinkAp;
|
||||
Finsbury Tonic;;;4,30;;6,50;;GinTonic;
|
||||
Needle Tonic;;;4,80;;7,50;;GinTonic;
|
||||
Tanqueray Tonic;;;5,30;;8,00;;GinTonic;
|
||||
Amaretto Sour;Amaretto, Orangen- & Zitronensaft;;6,50;;;;Cocktails;
|
||||
Batida Sunrise;Batida, Ananassaft & Kirschlikör;;7,50;;;;Cocktails;
|
||||
Caipirinha;Cachaca, Rohrzucker & Bio-Limetten;;7,50;;;;Cocktails;
|
||||
Cuba Libre;Rum, Cola & Bio-Limette;;7,50;;;;Cocktails;
|
||||
Espresso-Martini;Espresso, Vodka, Kahlua;;6,00;;;;Cocktails;
|
||||
Grüne Witwe;Curacao & Orangensaft;;5,50;;;;Cocktails;
|
||||
Iris‘ Feuchtes Pfläumchen;Säfte, Vodka;;6,00;;;;Cocktails;
|
||||
Pina Colada;Rum, Ananassaft & Kokossirup;;7,50;;;;Cocktails;
|
||||
Simplicissimus;Säfte, Cachaca, Vodka & Zuckersirup;;7,50;;;;Cocktails;
|
||||
Tequila Sunrise;Tequila, Orangensaft & Grenadine;;7,50;;;;Cocktails;
|
||||
White Russian;Kahlua, Vodka & Milch;;7,50;;;;Cocktails;
|
||||
Whisky Sour;Whisky, Zitronensaft, Zuckersirup;;7,50;;;;Cocktails;
|
||||
Drachenblut;Kirsch-, Maracuja-, Zitronensaft & Zuckersirup;;5,50;;;;CocktailsAlkoholfrei;
|
||||
Suppes;Ananas-, Bananen-, Maracuja-, Zitronensaft & Cocossirup;;5,50;;;;CocktailsAlkoholfrei;
|
||||
Chilli;;;2,50;;2cl;;Hausgemachtes;zocker
|
||||
Pfefferminz;;;2,50;;2cl;;Hausgemachtes;zocker
|
||||
Rumtopf;;;2,50;;2cl;;Hausgemachtes;zocker
|
||||
Don Promillo;Kakao, Honig, Chilli;;2,50;;2cl;;Hausgemachtes;zocker
|
||||
Zivo;Zitrone & Vodka;;2,50;;2cl;;Hausgemachtes;zocker
|
||||
Rose;Guarana;;2,50;;2cl;;Hausgemachtes;zocker
|
||||
Eulenmassaker;Zivo, Grenadine & Tabasco;;3,00;;4cl;;Hausgemachtes;
|
||||
Amaretto;;;2,50;;2cl;;Classics;
|
||||
Aquavit;;;2,50;;2cl;;Classics;
|
||||
Asbach;;;2,50;;2cl;;Classics;
|
||||
Baileys;;;2,50;;2cl;;Classics;
|
||||
Batida;;;2,50;;2cl;;Classics;
|
||||
Campari;;;3,50;;4cl;;Classics;
|
||||
Cointreau;;;2,50;;2cl;;Classics;
|
||||
Cynar;;;2,50;;2cl;;Classics;
|
||||
Friesengeist;;;2,50;;2cl;;Classics;
|
||||
Gin Finsbury;;;2,50;;2cl;;Classics;
|
||||
Gin Needle;;;3,00;;2cl;;Classics;
|
||||
Gin Tanqueray;;;3,50;;2cl;;Classics;
|
||||
Genever;;;1,90;;2cl;;Classics;
|
||||
Haifischblut;;;2,50;;2cl;;Classics;
|
||||
Kahlua;;;2,50;;2cl;;Classics;
|
||||
Korn;;;2,50;;2cl;;Classics;
|
||||
Martini;;;2,50;;5cl;;Classics;
|
||||
Alter Obstler;Willi, Marille u. Mirabelle;;2,50;;2cl;;Classics;
|
||||
Obstler;Willi u. Marille;;2,50;;2cl;;Classics;
|
||||
Ouzo;;;2,80;;2cl;;Classics;
|
||||
Pastis 51;;;2,80;;2cl;;Classics;
|
||||
Pernod;;;2,50;;2cl;;Classics;
|
||||
Remy Martin;;;3,50;;2cl;;Classics;
|
||||
Southern Comfort;;;3,00;;2cl;;Classics;
|
||||
Vodka Wyborowa;;;2,50;;2cl;;Classics;
|
||||
Vodka Moskovskaya;;;2,50;;2cl;;Classics;
|
||||
Veterano;;;2,50;;2cl;;Classics;
|
||||
Glenlivet;;;3,80;;2cl;;Whisky;
|
||||
Glenmorangie;;;3,80;;2cl;;Whisky;
|
||||
Oban;;;4,00;;2cl;;Whisky;
|
||||
Talisker;;;4,00;;2cl;;Whisky;
|
||||
Jim Beam;;;3,50;;2cl;;Whisky;
|
||||
Jack Daniels;;;3,50;;2cl;;Whisky;
|
||||
Old Pascas White;;;2,50;;2cl;;Rum;
|
||||
Pott 54%;;;2,50;;2cl;;Rum;
|
||||
Old Pascas 72%;;;3,50;;2cl;;Rum;
|
||||
Cachaca;;;2,50;;2cl;;Rum;
|
||||
Botucal;;;4,00;;2cl;;Rum;
|
||||
Mexikaner;Hausgemacht;;1,50;;2cl;;Beliebt;zocker
|
||||
Saarländer;Mexi mit einem Schuss Maggi;;1,50;;2cl;;Beliebt;zocker
|
||||
Hemmerling;wie ein Solero im Freibad (Hausgemacht);;3,50;;2cl;;Beliebt;
|
||||
Maracujalimes;;;1,50;;2cl;;Beliebt;zocker
|
||||
Erdbeerlimes;;;1,50;;2cl;;Beliebt;zocker
|
||||
Frangelico;süße Haselnuss;;1,90;;2cl;;Beliebt;
|
||||
Sambuca;;;2,50;;2cl;;Beliebt;
|
||||
Luft;;;1,50;;2cl;;Beliebt;zocker
|
||||
Ramazzotti;;;2,50;;2cl;;Kräuter;
|
||||
Tequila;Silber oder Gold;;2,50;;2cl;;Beliebt;
|
||||
Fernet Menta;;;2,50;;2cl;;Kräuter;
|
||||
Fernet Branca;;;2,50;;2cl;;Kräuter;
|
||||
Escorial;;;2,50;;2cl;;Kräuter;
|
||||
Jägermeister;;;2,50;;2cl;;Kräuter;
|
||||
Zockerpreis;;;1,50;;;;;
|
||||
@@ -1,9 +0,0 @@
|
||||
name beschreibung img preis groesse cat
|
||||
Trierer Stadtkaffee Finca Yuri von Mondo del Caffè \GlassMugHot 3,00 0.15 Kaffee
|
||||
cappuccino \GlassMugHot 3,80 0.3 Kaffee
|
||||
kaffee beschreibung des kaffees \GlassMugHot 3,00 klein Kaffee
|
||||
cappuccino kaffee mit milch \GlassMugHot 3,80 groß Kaffee
|
||||
Hibiskus 2,50 Tee
|
||||
Grüner 2,50 Tee
|
||||
Schwarzer 2,50 Tee
|
||||
Chai 2,50 Tee
|
||||
|
BIN
fonts/FoglihtenDeH02.otf
Normal file
@@ -1,47 +0,0 @@
|
||||
\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
BIN
fonttestpage.pdf
607
fonttestpage.tex
@@ -1,607 +0,0 @@
|
||||
% !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}
|
||||
BIN
img/33_36_469-upscaled-cropped-sm.png
Normal file
|
After Width: | Height: | Size: 973 KiB |
|
Before Width: | Height: | Size: 2.3 MiB |
@@ -1,45 +0,0 @@
|
||||
IMPORTANT NOTICE: This license only applies if you downloaded this content as
|
||||
an unsubscribed user. If you are a premium user (ie, you pay a subscription)
|
||||
you are bound to the license terms described in the accompanying file
|
||||
"License premium.txt".
|
||||
|
||||
---------------------
|
||||
|
||||
You must attribute the image to its author:
|
||||
|
||||
In order to use a content or a part of it, you must attribute it to rawpixel.com / Freepik,
|
||||
so we will be able to continue creating new graphic resources every day.
|
||||
|
||||
|
||||
How to attribute it?
|
||||
|
||||
For websites:
|
||||
|
||||
Please, copy this code on your website to accredit the author:
|
||||
<a href="http://www.freepik.com">Designed by rawpixel.com / Freepik</a>
|
||||
|
||||
For printing:
|
||||
|
||||
Paste this text on the final work so the authorship is known.
|
||||
- For example, in the acknowledgements chapter of a book:
|
||||
"Designed by rawpixel.com / Freepik"
|
||||
|
||||
|
||||
You are free to use this image:
|
||||
|
||||
- For both personal and commercial projects and to modify it.
|
||||
- In a website or presentation template or application or as part of your design.
|
||||
|
||||
You are not allowed to:
|
||||
|
||||
- Sub-license, resell or rent it.
|
||||
- Include it in any online or offline archive or database.
|
||||
|
||||
The full terms of the license are described in section 7 of the Freepik
|
||||
terms of use, available online in the following link:
|
||||
|
||||
http://www.freepik.com/terms_of_use
|
||||
|
||||
The terms described in the above link have precedence over the terms described
|
||||
in the present document. In case of disagreement, the Freepik Terms of Use
|
||||
will prevail.
|
||||
@@ -1,30 +0,0 @@
|
||||
IMPORTANT NOTICE: This license only applies if you downloaded this content as
|
||||
a subscribed (or "premium") user. If you are an unsubscribed user (or "free"
|
||||
user) you are bound to the license terms described in the accompanying file
|
||||
"License free.txt".
|
||||
|
||||
---------------------
|
||||
|
||||
You can download from your profile in Freepik a personalized license stating
|
||||
your right to use this content as a "premium" user:
|
||||
|
||||
https://profile.freepik.com/my_downloads
|
||||
|
||||
You are free to use this image:
|
||||
|
||||
- For both personal and commercial projects and to modify it.
|
||||
- In a website or presentation template or application or as part of your design.
|
||||
|
||||
You are not allowed to:
|
||||
|
||||
- Sub-license, resell or rent it.
|
||||
- Include it in any online or offline archive or database.
|
||||
|
||||
The full terms of the license are described in sections 7 and 8 of the Freepik
|
||||
terms of use, available online in the following link:
|
||||
|
||||
http://www.freepik.com/terms_of_use
|
||||
|
||||
The terms described in the above link have precedence over the terms described
|
||||
in the present document. In case of disagreement, the Freepik Terms of Use
|
||||
will prevail.
|
||||
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
BIN
img/adver_10_14_163-upscaled2-alpha.png
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
BIN
img/bg-border-l.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
img/bg-border-r.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 100 KiB |
1264
img/bg-border2.svg
|
Before Width: | Height: | Size: 341 KiB |
|
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 240 KiB |
BIN
img/cover_05_15_117-upscaled-alpha.resized.png
Normal file
|
After Width: | Height: | Size: 3.7 MiB |
BIN
img/cover_05_36_285-upscaled-alpha.resized.png
Normal file
|
After Width: | Height: | Size: 4.0 MiB |
BIN
img/cover_09_48_471-upscaled-alpha.resized.png
Normal file
|
After Width: | Height: | Size: 2.5 MiB |
BIN
img/cover_09_53_521-upscale-alpha.resized.png
Normal file
|
After Width: | Height: | Size: 3.5 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
BIN
img/cover_24_03_033-upscaled-alpha.resized.png
Normal file
|
After Width: | Height: | Size: 4.8 MiB |
|
Before Width: | Height: | Size: 513 KiB After Width: | Height: | Size: 513 KiB |
BIN
img/cover_37_05_049-upscaled-alpha.resized.png
Normal file
|
After Width: | Height: | Size: 6.4 MiB |
BIN
img/cover_37_19_217-upscaled-alpha.resized.png
Normal file
|
After Width: | Height: | Size: 7.5 MiB |
BIN
img/cover_37_35_409-upscaled-alpha.resized.png
Normal file
|
After Width: | Height: | Size: 6.6 MiB |
|
Before Width: | Height: | Size: 303 KiB |
|
Before Width: | Height: | Size: 251 KiB |
|
Before Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 407 KiB |
|
Before Width: | Height: | Size: 327 KiB |
|
Before Width: | Height: | Size: 267 KiB |
|
Before Width: | Height: | Size: 224 KiB |
|
Before Width: | Height: | Size: 216 KiB |
|
Before Width: | Height: | Size: 245 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 8.7 MiB |
|
Before Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 465 KiB |
|
Before Width: | Height: | Size: 498 KiB |
|
Before Width: | Height: | Size: 289 KiB |
|
Before Width: | Height: | Size: 542 KiB |
|
Before Width: | Height: | Size: 669 B |
@@ -1,6 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M2 2c4.056 3.007 9.232 9.337 10 20 .897-6.818 1.5-9.5 4-14"></path>
|
||||
<path d="M20.375 6.533A9.953 9.953 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2c2.003 0 3.869.589 5.433 1.603"></path>
|
||||
<path d="M17.104 4c-1.002 1.274-1.146 2.586-1.1 4 1.9-.1 3.003-.201 4.3-1.4 1.406-1.3 1.6-2.3 1.7-4.6-2.7.1-3.623.375-4.9 2Z"></path>
|
||||
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 542 B |
|
Before Width: | Height: | Size: 449 B |
@@ -1,8 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M8 22h8"></path>
|
||||
<path d="M7 10h3m7 0h-1.343"></path>
|
||||
<path d="M12 15v7"></path>
|
||||
<path d="M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198"></path>
|
||||
<line x1="2" y1="2" x2="22" y2="22"></line>
|
||||
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 489 B |
|
Before Width: | Height: | Size: 356 B |
@@ -1,7 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M8 22h8"></path>
|
||||
<path d="M7 10h10"></path>
|
||||
<path d="M12 15v7"></path>
|
||||
<path d="M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z"></path>
|
||||
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 361 B |
|
Before Width: | Height: | Size: 20 MiB |
|
Before Width: | Height: | Size: 20 MiB |
|
Before Width: | Height: | Size: 740 KiB |
|
Before Width: | Height: | Size: 5.0 MiB |
|
Before Width: | Height: | Size: 583 KiB |
|
Before Width: | Height: | Size: 12 MiB |
|
Before Width: | Height: | Size: 583 KiB |
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 421 KiB |
|
Before Width: | Height: | Size: 484 KiB |
|
Before Width: | Height: | Size: 463 KiB |
|
Before Width: | Height: | Size: 4.8 MiB |
|
Before Width: | Height: | Size: 592 KiB |
|
Before Width: | Height: | Size: 4.0 MiB |
|
Before Width: | Height: | Size: 618 KiB |
|
Before Width: | Height: | Size: 4.4 MiB |
|
Before Width: | Height: | Size: 579 KiB |
|
Before Width: | Height: | Size: 9.9 MiB |
|
Before Width: | Height: | Size: 5.3 MiB |
|
Before Width: | Height: | Size: 636 KiB |
|
Before Width: | Height: | Size: 9.3 MiB |
|
Before Width: | Height: | Size: 595 KiB |
|
Before Width: | Height: | Size: 595 KiB |
|
Before Width: | Height: | Size: 4.4 MiB |
|
Before Width: | Height: | Size: 562 KiB |
|
Before Width: | Height: | Size: 5.7 MiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 556 KiB |
|
Before Width: | Height: | Size: 397 KiB |
BIN
img/illus_09_36_358-upscale-alpha-crop-sm.png
Normal file
|
After Width: | Height: | Size: 2.9 MiB |
BIN
img/illus_09_55_008-upscale-alpha-crop-sm.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |