1. TABEL LEVEL
\documentclass{article}
\usepackage{multirow}
\begin{document}
\title{My Document}
\author{Abdul Ghafiqi Yamini}
\maketitle
This is my {\it first} document. This document will contained some of common document editing such as
\begin{itemize}
\item Bullets \& Numbering
\item {\bf Bold}, {\it Italic}, \underline{underline} texts
\item Table making
\item Paragraph
\end{itemize}
Hope this document help you understand well \LaTeX\
\begin{table}[h]
\begin{center}
\begin{tabular}{|c|c|c|}
\hline
\bf Language Level & \bf Name & \bf Visual Compiler \\
\hline
\multirow{2}{*}{\bf 1(Low Level)} & Machine language & - \\
& Assembly & Turbo Assembler \\
\hline
\multirow{3}{*}{\bf 2 (High Level)} & Pascal & Delphi \\
& BASIC & Visual Basic \\
& C++ & Microsoft C++ \\
\hline
\bf 3 (Very High Level) & mIRC script & - \\
\hline
\end{tabular}
\end{center}
\caption{Table of Computer Language Level}
\end{table}
\end{document}
2. TABEL MAHASISWA
\documentclass{article}
\begin{document}
\begin{center}
LAPORAN AKHIR
LATEX
\end{center}
\begin{flushleft}
{\it Nama : Abdul Ghafiqi Yamini} \\
{\it Kelas : 1KB03} \\
\underline{NPM : 20112028} \\
\end{flushleft}
\begin{center}
Tabel Mahasiswa \\
\begin{tabular}{|c|c|c|c|c|}
\hline
\bf No &\bf NAMA &\bf KELAS &\bf NPM &\bf JURUSAN \\
\hline
1 & Adam & 1KA03 & 20112920 & Sistem Informasi \\
\hline
2 & Fian & 1KB02 & 20112221 & Sist Komputer \\
\hline
3 & Radi & 1KB03 & 22112339 & Sistem Komputer \\
\hline
4 & Faris & 1EA14 & 23112429 & Manajemen \\
\hline
5 & Sulis & 1KA03 & 20112202 & Sistem Informasi \\
\hline
\end{tabular}
\begin{table}
\caption{Tabel Mahasiswa}
\end{table}
\end{center}
\end{document}
3. PERUSAHAAN
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphics}
\begin{document}
\title{\textbf{\underline{YAMINI FOOD}}}
\author{Abdul Ghafiqi Yamini}
\maketitle{}
\textbf{Menyediakan Berbagai Macam Menu}\\
\textit
%This Is a Comment \\
Menu Makanan dan Minuman :
\begin{enumerate}
\item MAKANAN
\begin{enumerate}
\item Ayam Bakar
\item Bebek Goreng Tepung
\item Mie Yamin
\item Nasi Goreng
\item Steak Sapi
\item Ayam kecap
\item Ayam Penyet
\item NASGEM
\item DLL
\end{enumerate}
\item MINUMAN
\begin{enumerate}
\item Es Teh
\item Es Jeruk
\item Juice Alpukat
\item Juice Mangga
\item Juice Sirsak
\item Juice Jambu
\item DLL
\end{enumerate}
\end{enumerate}
\end{document}
Di atas adalah conto kecil untuk kodingan pada latex, semoga dapat bermanfaat .
Tidak ada komentar:
Posting Komentar