[chem] start food chem notes
authorAndrew Lorimer <andrew@lorimer.id.au>
Fri, 6 Sep 2019 06:43:41 +0000 (16:43 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Fri, 6 Sep 2019 06:43:41 +0000 (16:43 +1000)
chem/food.pdf [new file with mode: 0644]
chem/food.tex [new file with mode: 0644]
diff --git a/chem/food.pdf b/chem/food.pdf
new file mode 100644 (file)
index 0000000..abbf0f1
Binary files /dev/null and b/chem/food.pdf differ
diff --git a/chem/food.tex b/chem/food.tex
new file mode 100644 (file)
index 0000000..f3c17fe
--- /dev/null
@@ -0,0 +1,39 @@
+\documentclass[a4paper]{article}
+\usepackage[a4paper,margin=2cm]{geometry}
+\usepackage{multicol}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage{tcolorbox}
+\usepackage{fancyhdr}
+\usepackage{carbohydrates}
+\usepackage{tabularx}
+\usepackage{mhchem}
+
+\pagestyle{fancy}
+\fancyhead[LO,LE]{Food Chemistry}
+\fancyhead[CO,CE]{Andrew Lorimer}
+
+\setlength\parindent{0pt}
+
+\begin{document}
+
+  \title{Food chemistry}
+  \author{Andrew Lorimer}
+  \date{}
+  \maketitle
+
+  \subsection*{Carbohydrates}
+
+  \subsubsection*{Monosaccharides}
+
+  The smallest carbohydrates.
+
+  \chemname{\glucose[model=haworth, ring]}{\(\alpha\) glucose \\ \ce{C6H12O6}}
+  \chemname{\glucose[anomer=beta, model=haworth, ring]}{\(\beta\) glucose \\ \ce{C6H12O6}}
+  \chemname{\galactose[model=haworth, ring]}{galactose \\ \ce{C6H12O6}}
+  \chemname{\mannose[model=haworth, ring]}{mannose \\ \ce{C6H12O6}}
+  \chemname{\xylose[model=haworth, ring]}{xylose\\ \ce{C5H10O5}}
+  \setchemfig{cram width=2pt}
+  \chemname{\chemfig{(-[:90]HO)(-[:270]HOCH2)-[:-45](-[:270, 0.5]HO)-(-[:90, 0.5]OH)-[:45]D-[:135]E}}{fructose \\ \ce{C6H12O6}}
+  
+\end{document}