generated from ScottKirvan/ScooterGitTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
playing with using AI to generate latex files (meh - sort of works)
- Loading branch information
1 parent
45843dc
commit 3d8d298
Showing
5 changed files
with
393 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
Oops, something went wrong.