Untitled
unknown
plain_text
3 years ago
3.6 kB
4
Indexable
\documentclass[a4paper,12pt]{report} \setcounter{chapter}{1} \usepackage{color} \begin{document} \title{ Speech Recognition by AI } \author{ Mahbubul Hasan } \date{\today} \maketitle \newpage \tableofcontents \newpage \pagenumbering{arabic} \addcontentsline{toc}{chapter}{Practical 2: Document structure} \chapter*{Practical 2:Document structure} \section{AI in speech recognition} \paragraph{pragraph} sadfklasjdflasj;dfl;sajdflksajdflksjadfklsa;djfsadl;jf \subparagraph{subpragraph} sdafsadjf;asdfjlsadjflsajdflksjadlfj \section{Methods} \paragraph{pragraph} sadfklasjdflasj;dfl;sajdflksajdflksjadfklsa;djfsadl;jf \subparagraph{subpragraph} sdafsadjf;asdfjlsadjflsajdflksjadlfj \subsection{Hamming Distance } \label{Hamming_distance} sdafjasldfjlsadjfladj \subsection{Data Analysis } The second part of the methods is to use a Ml model to train data. \section{Results} Here are my results. Referring to section \ref{Hamming_distance} on page \pageref{Hamming_distance} . \addcontentsline{toc}{chapter}{Practical 2: Typesetting Text} \chapter*{Practical 2:Typesetting text} \setcounter{chapter}{2} \setcounter{section}{0} \section { text fonts } \textit{words in italics} \\ \textsl{words slanted} \\ \textsc{words in smallcaps } \\ \textbf{words in bold} \\ \texttt{words in teletype } \\ \textsf{sans serif words} \\ \textrm{roman words} \\ \underline{underlined words} \\ \section { colored text } {\color{red}tesadfsadfsdaffdsdafxt} {\color{yellow}tesadfsadfsdaffdsdafxt} {\color{green}tesadfsadfsdaffdsdafxt} \section {Font sizes} {\tiny tiny words} \\ {\scriptsize scriptsize words} \\ {\footnotesize footnotesize words} \\ {\small small words} \\ {\normalsize normalsize words} \\ {\large large words} \\ {\Large Large words} \\ {\LARGE LARGE words} \\ {\huge huge words} \\ \newpage \section {List } \begin{enumerate} \item First thing \item Second thing \begin{itemize} \item A sub-thing \item Another sub-thing \end{itemize} \item Third thing \end{enumerate} \section{Comments} Believe that life is worth living% Note comic irony in the very first sentence , and your belief will help create the fact. \section {special charachter} Item \#1A\textbackslash642 costs \$8 \& is sold at a \~{}10 \% profit. \newpage \addcontentsline{toc}{chapter}{Practical 3: Tables} \chapter*{Practical 3: Tables} \setcounter{chapter}{3} \setcounter{section}{0} \section {Types of Tables} \begin{table}[h!] \caption{\label{tab:table1} } \begin{tabular} {| l | l|} Apples & Green \\ Strawberries & Red \\ Oranges & Orange \\ \end {tabular} \end{table} \begin{table}[h!] \caption{\label{tab:table2} } \begin{tabular}{rc} Apples & Green \\ \hline Strawberries & Red \\ \cline{1-1} Oranges & Orange \\ \end{tabular} \end{table} \begin{table}[h!] \caption{\label{tab:table3}} \begin{tabular}{| r| l | } \hline 8 & here's \\ \cline {2 -2 } 86 & stuff \\ \hline \ hline 2008 & now \\ \hline \end {tabular} \end{table} \begin{table}[h!] \caption{\label{tab:table4} Multi-column and multi-row table} \begin{tabular}{|c|clc|c| } \hline \multicolumn {4}{|c|}{Country List} \\ \hline Country Name & ALPHA 2 Code &ALPHA 3 Code&Numeric Code\\ \hline Afghanistan & AF & AFG & 004\\ Albania & AL & ALB & 008\\ Algeria & DZ & DZA & 012\\ Angola & AO & AGO & 024 \\ \hline \end {tabular} \end{table} \section {Example} \end{document}
Editor is loading...