145 lines
4.3 KiB
TeX
145 lines
4.3 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Journal Article
|
|
% LaTeX Template
|
|
% Version 1.4 (15/5/16)
|
|
%
|
|
% This template has been downloaded from:
|
|
% http://www.LaTeXTemplates.com
|
|
%
|
|
% Original author:
|
|
% Frits Wenneker (http://www.howtotex.com) with extensive modifications by
|
|
% Vel (vel@LaTeXTemplates.com)
|
|
%
|
|
% License:
|
|
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\documentclass[twoside,twocolumn]{article}
|
|
|
|
\usepackage{uithesis}
|
|
\usepackage{blindtext} % Package to generate dummy text throughout this template
|
|
|
|
\addbibresource{OTHER/references.bib}
|
|
\input{laporan_setting}
|
|
\include{hype.indonesia}
|
|
%----------------------------------------------------------------------------------------
|
|
% TITLE SECTION
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\setlength{\droptitle}{-4\baselineskip} % Move the title up
|
|
|
|
\pretitle{\begin{center}\Huge\bfseries} % Article title formatting
|
|
\posttitle{\end{center}} % Article title closing formatting
|
|
\title{Article Title} % Article title
|
|
\author{%
|
|
\textsc{John Smith}\thanks{A thank you or further information} \\[1ex] % Your name
|
|
\normalsize University of California \\ % Your institution
|
|
\normalsize \href{mailto:john@smith.com}{john@smith.com} % Your email address
|
|
%\and % Uncomment if 2 authors are required, duplicate these 4 lines if more
|
|
%\textsc{Jane Smith}\thanks{Corresponding author} \\[1ex] % Second author's name
|
|
%\normalsize University of Utah \\ % Second author's institution
|
|
%\normalsize \href{mailto:jane@smith.com}{jane@smith.com} % Second author's email address
|
|
}
|
|
\date{\today} % Leave empty to omit a date
|
|
\renewcommand{\maketitlehookd}{%
|
|
\begin{abstract}
|
|
\noindent \blindtext % Dummy abstract text - replace \blindtext with your abstract text
|
|
\end{abstract}
|
|
}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\begin{document}
|
|
|
|
% Print the title
|
|
\maketitle
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% ARTICLE CONTENTS
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\section{Pendahuluan}
|
|
|
|
\lettrine[nindent=0em,lines=3]{L} orem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
\include{BAB1/art_pendahuluan}
|
|
% \blindtext % Dummy text
|
|
% \blindtext % Dummy text
|
|
|
|
%------------------------------------------------
|
|
|
|
\section{Metode}
|
|
\include{BAB4/art_metode}
|
|
% Maecenas sed ultricies felis. Sed imperdiet dictum arcu a egestas.
|
|
% \begin{itemize}
|
|
% \item Donec dolor arcu, rutrum id molestie in, viverra sed diam
|
|
% \item Curabitur feugiat
|
|
% \item turpis sed auctor facilisis
|
|
% \item arcu eros accumsan lorem, at posuere mi diam sit amet tortor
|
|
% \item Fusce fermentum, mi sit amet euismod rutrum
|
|
% \item sem lorem molestie diam, iaculis aliquet sapien tortor non nisi
|
|
% \item Pellentesque bibendum pretium aliquet
|
|
% \end{itemize}
|
|
% \blindtext % Dummy text
|
|
|
|
% Text requiring further explanation\footnote{Example footnote}.
|
|
|
|
%------------------------------------------------
|
|
|
|
\section{Hasil}
|
|
\include{BAB5/art_hasil}
|
|
|
|
% \begin{table}
|
|
% \caption{Example table}
|
|
% \centering
|
|
% \begin{tabular}{llr}
|
|
% \toprule
|
|
% \multicolumn{2}{c}{Name} \\
|
|
% \cmidrule(r){1-2}
|
|
% First name & Last Name & Grade \\
|
|
% \midrule
|
|
% John & Doe & $7.5$ \\
|
|
% Richard & Miles & $2$ \\
|
|
% \bottomrule
|
|
% \end{tabular}
|
|
% \end{table}
|
|
|
|
% \blindtext % Dummy text
|
|
|
|
% \begin{equation}
|
|
% \label{eq:emc}
|
|
% e = mc^2
|
|
% \end{equation}
|
|
|
|
% \blindtext % Dummy text
|
|
|
|
%------------------------------------------------
|
|
|
|
\section{Diskusi}
|
|
\include{BAB5/art_diskusi}
|
|
|
|
% \subsection{Subsection One}
|
|
|
|
% A statement requiring citation \cite{Figueredo:2009dg}.
|
|
% \blindtext % Dummy text
|
|
|
|
% \subsection{Subsection Two}
|
|
|
|
% \blindtext % Dummy text
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% REFERENCE LIST
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\renewcommand{\bibname}{\mybibname}
|
|
\section{\bibname}
|
|
\printbibliography[title=\bibname]
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\end{document}
|