Template báo cáo ĐHCNTT - ĐHQGTPHCM
Author
Ho Sy Tuyen
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
UIT Template Report
UIT Template Report
\title{Template báo cáo UIT}
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[12pt]{article}
\usepackage[T5]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[vietnamese,english]{babel}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{listings}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
}
\begin{document}
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\center % Căn lề giữa
%----------------------------------------------------------------------------------------
% HEADING
%----------------------------------------------------------------------------------------
% Tên trường
\textsc{\LARGE Đại học quốc gia TP.HCM}
\newline
\textsc{\LARGE Trường đại học công nghệ thông tin}\\[1.5cm]
% Logo trường
\graphicspath{ {./logo/} }
\includegraphics[scale=0.5]{logo-uit.png}\\[1.5cm]
% Chuyên ngành
\textsc{\Large Ngành ...}\\[0.5cm]
% Môn học
\textsc{\large Môn học: ... }\\[1.0cm]
%----------------------------------------------------------------------------------------
% TITLE
%----------------------------------------------------------------------------------------
\HRule \\[0.4cm]
{ \huge \bfseries Tiêu đề ...}\\[0.4cm]
\HRule \\[1.5cm]
%----------------------------------------------------------------------------------------
% TÁC GIẢ
%----------------------------------------------------------------------------------------
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Học viên:}\\
Tên SV1 -- MSSV1 % Tên SV
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Giảng viên:} \\
Tên Giảng Viên % Tên GV
\end{flushright}
\end{minipage}\\[2cm]
%----------------------------------------------------------------------------------------
% NỘI DUNG
%----------------------------------------------------------------------------------------
\vfill
\end{titlepage}
\section{Mục thứ nhất}
Viết nội dung tại đây
\section{Mục thứ hai}
\begin{figure}[h]
\centering
\includegraphics[scale=0.5]{image/test.jpeg}
\caption{Chèn ảnh}
\end{figure}
\section{Mục thứ ba}
\begin{table}[h!]
\begin{center}
\begin{tabular}{ |c| c| c| c| }
\hline
& Cột 1 & Cột 2 & Cột 3 \\
\hline
Hàng 1 & 276.27 & 326.55 & 237.86 \\
\hline
\end{tabular}
\end{center}
\caption{Thêm bảng số liệu}
\end{table}
\end{document}