Update the MooreCola recipe
This commit is contained in:
parent
677cd5a42a
commit
a4b8267c0d
7
Makefile
7
Makefile
@ -17,7 +17,8 @@ $(TARGETS): %.inform
|
|||||||
echo $@
|
echo $@
|
||||||
|
|
||||||
pdf:
|
pdf:
|
||||||
latex --output-format=pdf MooreCola.tex
|
- mkdir build
|
||||||
|
latex --output-format=pdf --output-directory=build/ MooreCola.tex
|
||||||
|
|
||||||
clean_inform:
|
clean_inform:
|
||||||
echo $(SRCDIR)/$(TARGET_NAME)/Build
|
echo $(SRCDIR)/$(TARGET_NAME)/Build
|
||||||
@ -28,6 +29,4 @@ web:
|
|||||||
clean:
|
clean:
|
||||||
$(foreach TARGET_NAME, $(TARGETS), - rm -rf $(SRCDIR)/$(TARGET_NAME).inform/Build - rm -rf $(SRCDIR)/$(TARGET_NAME).materials/Release $(SRCDIR)/$(TARGET_NAME).inform/Index $(SRCDIR)/$(TARGET_NAME).inform/*.plist $(SRCDIR)/$(TARGET_NAME).inform/*.iFiction $(SRCDIR)/$(TARGET_NAME).inform/*.blurb )
|
$(foreach TARGET_NAME, $(TARGETS), - rm -rf $(SRCDIR)/$(TARGET_NAME).inform/Build - rm -rf $(SRCDIR)/$(TARGET_NAME).materials/Release $(SRCDIR)/$(TARGET_NAME).inform/Index $(SRCDIR)/$(TARGET_NAME).inform/*.plist $(SRCDIR)/$(TARGET_NAME).inform/*.iFiction $(SRCDIR)/$(TARGET_NAME).inform/*.blurb )
|
||||||
- rm *.gblorb
|
- rm *.gblorb
|
||||||
- rm MooreCola.aux
|
- rm -rf build
|
||||||
- rm MooreCola.dvi
|
|
||||||
- rm MooreCola.pdf
|
|
@ -31,20 +31,21 @@
|
|||||||
So, without much further ado, is the recipe for this drink.
|
So, without much further ado, is the recipe for this drink.
|
||||||
\section{License}
|
\section{License}
|
||||||
MooreCola - a soda recipe
|
MooreCola - a soda recipe
|
||||||
Copyright (C) 2023 William Moore
|
\par Copyright (C) 2023 William Moore
|
||||||
|
\par
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
\par
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
\par
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>. \section{Ingredients}
|
along with this program. If not, see \textless https://www.gnu.org/licenses/\textgreater.
|
||||||
|
\section{Ingredients}
|
||||||
Make sure to use food grade essential oils and food grade gum arabic. If you use the kind you get, for example, in an art store, you'll get severely ill. It's not meant to be eaten.
|
Make sure to use food grade essential oils and food grade gum arabic. If you use the kind you get, for example, in an art store, you'll get severely ill. It's not meant to be eaten.
|
||||||
\subsection{7X Formula}
|
\subsection{7X Formula}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
@ -55,19 +56,20 @@
|
|||||||
\item 0.25 ml sweet orange oil
|
\item 0.25 ml sweet orange oil
|
||||||
\item 2.75 ml lime oil
|
\item 2.75 ml lime oil
|
||||||
\item 0.25 ml lavender oil
|
\item 0.25 ml lavender oil
|
||||||
|
\item 0.25 ml coriander oil
|
||||||
\item 10.0 g food grade gum arabic
|
\item 10.0 g food grade gum arabic
|
||||||
\item 3.00 ml water
|
\item 3.00 ml water
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\subsection{MooreCola Syrup}
|
\subsection{MooreCola Syrup}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item 9.68 ml 7X formula
|
\item 7.5 ml 7X formula
|
||||||
\item 17.25 ml citric acid
|
\item 17.25 ml citric acid
|
||||||
\item 2.28 l water
|
\item 1 l water
|
||||||
\item 2.36 kg plain granulated white table sugar
|
\item 1 kg plain granulated white table sugar
|
||||||
\item 30.0 ml caramel color
|
\item 15.0 ml caramel color
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\section{Preparation}
|
\section{Preparation}
|
||||||
\subsection{7X Forumula}
|
\subsection{7X Formula}
|
||||||
Mix all oils together in a blender. Add gum arabic. Mix again. Add water and mix for 4-5 minutes. Transfer to a safe container. Store in the fridge and sealed tightly!
|
Mix all oils together in a blender. Add gum arabic. Mix again. Add water and mix for 4-5 minutes. Transfer to a safe container. Store in the fridge and sealed tightly!
|
||||||
\subsection{MooreCola Syrup}
|
\subsection{MooreCola Syrup}
|
||||||
In a 5 l container, take 5 ml of the 7x Formula. Add the citric acid. Add the water and sugar. Mix. Once all chemicals are completely dissolved, add caramel color. Mix thoroughly again.
|
In a 5 l container, take 5 ml of the 7x Formula. Add the citric acid. Add the water and sugar. Mix. Once all chemicals are completely dissolved, add caramel color. Mix thoroughly again.
|
||||||
|
Loading…
Reference in New Issue
Block a user