Syntax :
\documentclass{article}
\usepackage{graphicx}
\usepackage{color}
\title{Judul}
\date{16 April 2015}
\author{Alicya Putri}
\begin{document}
\maketitle
\section*{Universitas Gunadarma}
\begin{figure}[h]
\begin{center}
\includegraphics[height=7cm, width=7cm]{gambar.jpg}
\end{center}
\caption{Nama Gambar}
\end{figure}
\newpage
\section*{Praktikum LATEX}
\begin{table}[h]
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
\hline
\textbf{No}&\textbf{Nama}&\textbf{NPM}&\textbf{Grade}
&\textbf{Keterangan}\\
\hline
1&Alicya Putri&20114845&A&\textcolor{blue}{Sangat Memuaskan}\\
\hline
2&Arasyid Tirta Gerry Nugraha&7711200&B&\textcolor{blue}{Memuaskan}\\
\hline
3&Zayn Malik&11223344&C&\textcolor{blue}{Cukup}\\
\hline
4&Justin Bieber&44332211&D&\textcolor{red}{Buruk}\\
\hline
5&Kendall Jenner&17652430&E&\textcolor{red}{Sangat Buruk}\\
\hline
6&Behati Prinsloo&9753986&C&\textcolor{blue}{Cukup}\\
\hline
7&Ayudia Febrina&9876543&A&\textcolor{blue}{Sangat Memuaskan}\\
\hline
8&Aura Syifa&61529831&B&\textcolor{blue}{Memuaskan}\\
\hline
9&Gerra&91826400&A&\textcolor{blue}{Sangat Memuaskan}\\
\hline
10&Naruto&11776622&D&\textcolor{red}{Buruk}\\
\hline
\end{tabular}
\caption{Mahasiswa Gunadarma}
\end{center}
\end{table}
\end{document}
Outputnya :
No comments:
Post a Comment