Initial commit
This commit is contained in:
commit
11061b7e99
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
Covers
|
||||||
|
*bklt*
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.out
|
||||||
|
*.synctex.gz
|
||||||
|
*.toc
|
||||||
|
*.dvi
|
||||||
|
*.odt
|
||||||
|
metric*
|
||||||
|
*.mx1
|
||||||
|
*.abc
|
||||||
|
*.bak
|
||||||
|
*wc*
|
||||||
|
*drafts*
|
||||||
|
/build/*
|
||||||
|
*/build/*
|
||||||
|
*/spoken/*
|
||||||
|
*.idx
|
||||||
|
*.ilg
|
||||||
|
*.ind
|
||||||
|
*.pdf
|
79
soluble-content-of-seasoning-mixes.tex
Normal file
79
soluble-content-of-seasoning-mixes.tex
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
\documentclass[10pt,letterpaper,twoside]{article}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Packages %%%%%%%%%%%%%%%%%
|
||||||
|
\usepackage[latin1]{inputenc}
|
||||||
|
\usepackage{amsmath}
|
||||||
|
\usepackage{amsfonts}
|
||||||
|
\usepackage{amssymb}
|
||||||
|
\usepackage{lmodern}
|
||||||
|
\usepackage{fourier}
|
||||||
|
\usepackage{lipsum}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Images Setup %%%%%%%%%%%%%
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\graphicspath{{images/}}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Document Setup %%%%%%%%%%%
|
||||||
|
\usepackage[
|
||||||
|
outer=20mm,
|
||||||
|
inner=30mm,
|
||||||
|
top=20mm,
|
||||||
|
bottom=20mm,
|
||||||
|
marginparwidth=30mm,
|
||||||
|
marginparsep=5mm,
|
||||||
|
]{geometry}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Headers/Footers Setup %%%%
|
||||||
|
\usepackage{fancyhdr}
|
||||||
|
\pagestyle{fancy}
|
||||||
|
\fancyhf{}
|
||||||
|
\fancyhead[LE,RO]{\textit{DWaF Food Science Journal}}
|
||||||
|
\fancyhead[RE,LO]{``Salt and Sugar Content of Commerical Spices Mixes''}
|
||||||
|
\cfoot{Page \thepage}
|
||||||
|
\renewcommand{\footrulewidth}{0.5pt}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Columns Setup %%%%%%%%%%%%
|
||||||
|
\usepackage{multicol}
|
||||||
|
\setlength{\columnsep}{10mm}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Document Info %%%%%%%%%%%%
|
||||||
|
\title{Salt and Sugar Content of Commercial Spice Mixes}
|
||||||
|
\author{Kenneth John Odle}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
\begin{abstract}
|
||||||
|
|
||||||
|
\end{abstract}
|
||||||
|
|
||||||
|
\tableofcontents
|
||||||
|
|
||||||
|
\section{Introduction}
|
||||||
|
\begin{multicols}{2}
|
||||||
|
\lipsum[1-5]
|
||||||
|
\end{multicols}
|
||||||
|
|
||||||
|
\section{Methods}
|
||||||
|
\begin{multicols}{2}
|
||||||
|
\lipsum[1-5]
|
||||||
|
\end{multicols}
|
||||||
|
|
||||||
|
\section{Results}
|
||||||
|
\begin{multicols}{2}
|
||||||
|
\lipsum[1-5]
|
||||||
|
\end{multicols}
|
||||||
|
|
||||||
|
\section{Discussion}
|
||||||
|
\begin{multicols}{2}
|
||||||
|
\lipsum[1-5]
|
||||||
|
\end{multicols}
|
||||||
|
|
||||||
|
\end{document}
|
Loading…
Reference in New Issue
Block a user