Compare commits
3 Commits
d1006d0125
...
36945b085e
| Author | SHA1 | Date | |
|---|---|---|---|
| 36945b085e | |||
| 134ffa3779 | |||
| b1b4721a76 |
14
.drone.yml
14
.drone.yml
@ -1,14 +0,0 @@
|
|||||||
pipeline:
|
|
||||||
build:
|
|
||||||
image: aergus/latex
|
|
||||||
commands:
|
|
||||||
- pdflatex cookbook.tex
|
|
||||||
- pdflatex cookbook.tex
|
|
||||||
- pdflatex cookbook.tex
|
|
||||||
gitea_release:
|
|
||||||
image: plugins/gitea-release
|
|
||||||
base_url: gitea.diewg.sexy
|
|
||||||
secrets: [gitea_token]
|
|
||||||
files: cookbook.pdf
|
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
@ -87,6 +87,5 @@ a4paper,
|
|||||||
\include{rezepte/pizza}
|
\include{rezepte/pizza}
|
||||||
\include{rezepte/croissants}
|
\include{rezepte/croissants}
|
||||||
\include{rezepte/ribs}
|
\include{rezepte/ribs}
|
||||||
\include{rezepte/dal}
|
|
||||||
\include{rezepte/kaesekuchen}
|
\include{rezepte/kaesekuchen}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
49
emerald.sty
49
emerald.sty
@ -1,49 +0,0 @@
|
|||||||
%%
|
|
||||||
%% This is file `emerald.sty',
|
|
||||||
%%
|
|
||||||
%% IMPORTANT NOTICE:
|
|
||||||
%% This is a collection of files developed by M. Cesar Rodriguez
|
|
||||||
%% (mcesar@sec.upm.es) which give support for some ECF (emerald city fontwerks,
|
|
||||||
%% http://www.speakeasy.org/~ecf/) fonts in LaTeX.
|
|
||||||
%% The usual disclaimers apply:
|
|
||||||
%% If it doesn't work right that's your problem.
|
|
||||||
%% License: LPPL (Except for the fonts themselves)
|
|
||||||
%% See accompanying .txt files describing the use and
|
|
||||||
%% redistribution conditions of the fonts.
|
|
||||||
\def\filename{emerald}
|
|
||||||
\def\fileversion{v1.0}
|
|
||||||
\def\filedate{2006/01/26}
|
|
||||||
%%
|
|
||||||
%% Gives support for ECF (emerald city fontwerks) fonts. These are
|
|
||||||
%% mainly display or script/handwrited free fonts.
|
|
||||||
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
|
|
||||||
\ProvidesPackage{emerald}[\filedate\space\fileversion\space
|
|
||||||
LaTeX2e package which gives support for ECF (emerald city fontwerks) fonts]
|
|
||||||
\newcommand\ECFAPicture{\fontfamily{fap}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFAugie{\fontfamily{fau}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFDecadence{\fontfamily{fdc}\fontseries{x}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFDecadenceWithoutTheDiamonds{\fontfamily{fdc}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFDecadenceCondensed{\fontfamily{fdc}\fontseries{c}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFDecadenceInTheDark{\fontfamily{fdc}\fontseries{b}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFDecadenceInTheDarkCondensed{\fontfamily{fdc}\fontseries{bc}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFDecadenceInADifferentLight{\fontfamily{fdc}\fontseries{l}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFDecadenceInTheDarkCondensedMarquee{\fontfamily{fdm}\fontseries{bc}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFIntimacy{\fontfamily{fin}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFIntimacyDeux{\fontfamily{fin}\fontseries{l}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFJD{\fontfamily{fjd}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFMovieola{\fontfamily{fmv}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFMovieolaTitleType{\fontfamily{fmt}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFPookie{\fontfamily{fpk}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFPookieType{\fontfamily{fpt}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFSkeetch{\fontfamily{fsk}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFSpankysBungalow{\fontfamily{fsp}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFSpankysBungalowItalico{\fontfamily{fsp}\fontseries{m}\fontshape{it}\selectfont}
|
|
||||||
\newcommand\ECFSpankysBungalowBlanco{\fontfamily{fsb}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFSpankysBungalowBlancoItalico{\fontfamily{fsb}\fontseries{m}\fontshape{it}\selectfont}
|
|
||||||
\newcommand\ECFSyriac{\fontfamily{fsy}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFTallPaul{\fontfamily{ftp}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFTeenSpirit{\fontfamily{fts}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\newcommand\ECFWebster{\fontfamily{fwb}\fontseries{m}\fontshape{n}\selectfont}
|
|
||||||
\endinput
|
|
||||||
%%
|
|
||||||
%% End of file `emerald.sty'.
|
|
||||||
@ -1,50 +0,0 @@
|
|||||||
\setHeadlines
|
|
||||||
{% translation
|
|
||||||
inghead = Zutaten,
|
|
||||||
prephead = Zubereitung,
|
|
||||||
hinthead = Tipp,
|
|
||||||
continuationhead = Fortsetzung,
|
|
||||||
continuationfoot = Fortsetzung auf nächster Seite,
|
|
||||||
portionvalue = Personen,
|
|
||||||
}
|
|
||||||
|
|
||||||
\begin{recipe}
|
|
||||||
[ % Optionale Eingaben
|
|
||||||
preparationtime = {\unit[15]{min}},
|
|
||||||
bakingtime = {\unit[60]{min}},
|
|
||||||
portion = \portion{4},
|
|
||||||
source = {Simon}
|
|
||||||
]
|
|
||||||
{Dal (Nordindien)}
|
|
||||||
\ingredients
|
|
||||||
{% Zutaten
|
|
||||||
\unit[200]{g} & Linsen Gelb/Rot\\
|
|
||||||
3 & Zwiebeln\\
|
|
||||||
4 & Zehen Knoblauch\\
|
|
||||||
n. B. & Ingwer (ca \unit[2]{cm})\\
|
|
||||||
\unit[200]{g} & Grüße Bohnen\\
|
|
||||||
\unit[400]{g} & Stückige Tomaten\\
|
|
||||||
2 & Rote Paprika\\
|
|
||||||
1 TL & Kreuzkümmel Samen\\
|
|
||||||
1/2 TL & Senf Samen\\
|
|
||||||
1/4 TL & Garam Masala\\
|
|
||||||
1/8 TL & Chili Pulver\\
|
|
||||||
1/2 TL & Geriebener Koriander Samen\\
|
|
||||||
1 EL & geschnittener Koriander\\
|
|
||||||
}
|
|
||||||
|
|
||||||
\preparation
|
|
||||||
{ % Zubereitung
|
|
||||||
\step Linsen waschen (immer wieder mit Wasser auffüllen und abgießen bis das Wasser klar ist)
|
|
||||||
\step Rote Paprika in Mundgerechte Stücke schneiden. Eine Zwiebel würfeln. Grüne Bohnen schneiden.
|
|
||||||
\step Alles zusammen mit den Linsen und Wasser in einen Topf geben, Hier Kurkuma und Salz hinzufügen. Immer wieder den Wasserstand kontrollieren.
|
|
||||||
\step Zwei Zwiebeln würfeln und Knoblauchzehen schälen
|
|
||||||
\step Eine Große hohe Pfanne großzügig mit Öl füllen Erhitzen und Kreuzkümmel und Senf Samen hinzugeben.
|
|
||||||
\step enn das Öl wegen den Samen blubbert die Zwiebeln zugeben. Kurz darauf Knoblauch mit Knoblauchpresse und den geriebenen Ingwer hinzugeben.
|
|
||||||
\step Dann Garam Masala, Chili Pulver Salz und gemahlenen Koriander zugeben.
|
|
||||||
\step stückige Tomaten zugeben.
|
|
||||||
\step In einer Pfanne Butter zerlassen und den Teig ca. 1 cm hoch eingießen.
|
|
||||||
\step Die Mischung köcheln lassen und mit den Gewürzen weiter abschmecken. (nicht zu lange sonst verlieren die Gewürze ihren geschmack)
|
|
||||||
\step Zu letzt die Linsen mit in die Pfanne geben, alles umrühren und noch einmal köcheln lassen.
|
|
||||||
}
|
|
||||||
\end{recipe}
|
|
||||||
Reference in New Issue
Block a user