Skip to content

Commit

Permalink
playing with using AI to generate latex files (meh - sort of works)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottKirvan committed Jan 11, 2025
1 parent 45843dc commit 3d8d298
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ ScooterGitTemplate.code-workspace
!.obsidian/themes/*
!.obsidian/plugins/*
!.obsidian/snippets/*
*.aux
*.log
*.dvi
*.pdf
79 changes: 79 additions & 0 deletions src/brewlog.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{array}
\usepackage{fancybox}
\usepackage{booktabs}

\begin{document}

\noindent\textbf{Brewery Log - Brewery\_Log\_template.xlsx}\\
\textbf{27 CFR 25.292}

\vspace{0.5cm}

\begin{tabular}{ll}
DATE: & \hrulefill \\
FLAVOR: & \hrulefill \\
BATCH \#: & \hrulefill \\
FERMENTER: & \hrulefill \\
BBL PRODUCED FOR FERMENTATION: & \hrulefill \\
BBL/Date RACKED: & \hrulefill \\
BBL/Date KEGGED: & \hrulefill \\
BBL/Date BOTTLED: & \hrulefill \\
BBL/Date TAPROOM: & \hrulefill \\
\end{tabular}

\vspace{0.5cm}

\noindent\framebox[\textwidth]{\textbf{INGREDIENTS}\hfill}

\vspace{0.2cm}

\begin{tabular}{l}
Malt \hrulefill \\
Barley \hrulefill \\
Wheat \hrulefill \\
Corn \hrulefill \\
Surgars \hrulefill \\
Misc \hrulefill \\
Hops \hrulefill \\
Yeast \hrulefill \\
\end{tabular}

\vspace{0.5cm}

\noindent\framebox[\textwidth]{\textbf{PROCESS}\hfill}

\vspace{0.2cm}

\begin{tabular}{ll}
Dough-in Start/End & \hrulefill \\
Mash pH/Time/Temp & \hrulefill \\
Recirc Time Start/End & \hrulefill \\
First Wort Time/Temp & \hrulefill \\
First Wort Gravity & \hrulefill \\
Kettle Fill Time & \hrulefill \\
Kettle Fill Volume & \hrulefill \\
Kettle Fill Gravity & \hrulefill \\
Start Boil, First Hops & \hrulefill \\
WhirlFloc Time & \hrulefill \\
Flame Out Time & \hrulefill \\
Whirlpool Start Time & \hrulefill \\
Knock-out Gravity & \hrulefill \\
Knock-out pH & \hrulefill \\
Cooling Start/End & \hrulefill \\
Cooling Rate gpm & \hrulefill \\
Chill Temp & \hrulefill \\
Volume Cooled & \hrulefill \\
Target Gravity & \hrulefill \\
\end{tabular}

\hfill
\begin{tabular}{ll}
\multicolumn{2}{c}{\framebox{\textbf{DAILY BAILINGS}}} \\[0.2cm]
Date/Time & Gravity/Temp \\
\cline{1-2}
& \\ & \\ & \\ & \\ & \\ & \\ & \\ & \\ & \\ & \\ & \\ & \\
\end{tabular}

\end{document}
104 changes: 104 additions & 0 deletions src/brewlog2.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
\documentclass[12pt]{article}
\usepackage[margin=0.75in]{geometry}
\usepackage{array}
\usepackage{fancybox}
\usepackage{multicol}
\usepackage[normalem]{ulem}

% Custom command for form fields
\newcommand{\formline}[1][4cm]{\uline{\hspace{#1}}}

\begin{document}

\noindent\textbf{Brewery Log - Brewery\_Log\_template.xlsx}\\
\textbf{27 CFR 25.292}

\vspace{0.3cm}

\begin{multicols}{2}

\noindent
\begin{tabular}{ll}
DATE: & \formline \\
FLAVOR: & \formline \\
BATCH \#: & \formline \\
FERMENTER: & \formline \\
BBL PRODUCED FOR FERMENTATION: & \formline \\
BBL/Date RACKED: & \formline \\
BBL/Date KEGGED: & \formline \\
BBL/Date BOTTLED: & \formline \\
BBL/Date TAPROOM: & \formline \\
\end{tabular}

\vspace{0.3cm}

\noindent\framebox[\columnwidth]{\textbf{INGREDIENTS}}

\vspace{0.2cm}

\noindent
\begin{tabular}{l}
Malt \formline[5cm] \\
Barley \formline[5cm] \\
Wheat \formline[5cm] \\
Corn \formline[5cm] \\
Surgars \formline[5cm] \\
Misc \formline[5cm] \\
Hops \formline[5cm] \\
Yeast \formline[5cm] \\
\end{tabular}

\vspace{0.3cm}

\noindent\framebox[\columnwidth]{\textbf{PROCESS}}

\vspace{0.2cm}

\noindent
\begin{tabular}{l}
Dough-in Start/End \formline[5cm] \\
Mash pH/Time/Temp \formline[5cm] \\
Recirc Time Start/End \formline[5cm] \\
First Wort Time/Temp \formline[5cm] \\
First Wort Gravity \formline[5cm] \\
Kettle Fill Time \formline[5cm] \\
Kettle Fill Volume \formline[5cm] \\
Kettle Fill Gravity \formline[5cm] \\
Start Boil, First Hops \formline[5cm] \\
WhirlFloc Time \formline[5cm] \\
Flame Out Time \formline[5cm] \\
Whirlpool Start Time \formline[5cm] \\
Knock-out Gravity \formline[5cm] \\
Knock-out pH \formline[5cm] \\
Cooling Start/End \formline[5cm] \\
Cooling Rate gpm \formline[5cm] \\
Chill Temp \formline[5cm] \\
Volume Cooled \formline[5cm] \\
Target Gravity \formline[5cm] \\
\end{tabular}

\columnbreak

\noindent\framebox[\columnwidth]{\textbf{DAILY BAILINGS}}

\vspace{0.2cm}

\noindent
\begin{tabular}{ll}
Date/Time & Gravity/Temp \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\formline[3cm] & \formline[3cm] \\
\end{tabular}

\end{multicols}
\end{document}
103 changes: 103 additions & 0 deletions src/brewlog3.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
\documentclass[12pt]{article}
\usepackage[margin=0.75in]{geometry}
\usepackage{array}
\usepackage{fancybox}
\usepackage{multicol}
\usepackage[normalem]{ulem}

% Custom command for form fields
\newcommand{\formline}[1][4cm]{\uline{\hspace{#1}}}

\begin{document}

\noindent\textbf{Brewery Log - Brewery\_Log\_template.xlsx}\\
\textbf{27 CFR 25.292}

\vspace{0.3cm}

\begin{multicols}{2}
\noindent
\begin{tabular}{ll}
DATE: & \formline \\
FLAVOR: & \formline \\
BATCH \#: & \formline \\
FERMENTER: & \formline \\
BBL PRODUCED FOR FERMENTATION: & \formline \\
BBL/Date RACKED: & \formline \\
BBL/Date KEGGED: & \formline \\
BBL/Date BOTTLED: & \formline \\
BBL/Date TAPROOM: & \formline \\
\end{tabular}

\vspace{0.3cm}

\noindent\framebox[\columnwidth]{\textbf{INGREDIENTS}}

\vspace{0.2cm}

\noindent
\begin{tabular}{l}
Malt \formline[5cm] \\
Barley \formline[5cm] \\
Wheat \formline[5cm] \\
Corn \formline[5cm] \\
Surgars \formline[5cm] \\
Misc \formline[5cm] \\
Hops \formline[5cm] \\
Yeast \formline[5cm] \\
\end{tabular}

\vspace{0.3cm}

\noindent\framebox[\columnwidth]{\textbf{PROCESS}}

\vspace{0.2cm}

\noindent
\begin{tabular}{l}
Dough-in Start/End \formline[5cm] \\
Mash pH/Time/Temp \formline[5cm] \\
Recirc Time Start/End \formline[5cm] \\
First Wort Time/Temp \formline[5cm] \\
First Wort Gravity \formline[5cm] \\
Kettle Fill Time \formline[5cm] \\
Kettle Fill Volume \formline[5cm] \\
Kettle Fill Gravity \formline[5cm] \\
Start Boil, First Hops \formline[5cm] \\
WhirlFloc Time \formline[5cm] \\
Flame Out Time \formline[5cm] \\
Whirlpool Start Time \formline[5cm] \\
Knock-out Gravity \formline[5cm] \\
Knock-out pH \formline[5cm] \\
Cooling Start/End \formline[5cm] \\
Cooling Rate gpm \formline[5cm] \\
Chill Temp \formline[5cm] \\
Volume Cooled \formline[5cm] \\
Target Gravity \formline[5cm]
\end{tabular}

\columnbreak

\noindent\framebox[\columnwidth]{\textbf{DAILY BAILINGS}}

\vspace{0.2cm}

\noindent
\begin{tabular}{p{3.5cm}p{3.5cm}}
Date/Time & Gravity/Temp \\[0.2cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm] \\[0.3cm]
\formline[3cm] & \formline[3cm]
\end{tabular}

\end{multicols}
\end{document}
Loading

0 comments on commit 3d8d298

Please sign in to comment.