Lab report/project template
Author:
Tomie
Last Updated:
há 2 anos
License:
Creative Commons CC BY 4.0
Abstract:
Simple template for lab report or project
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass{template}
\usepackage{array}
\AddToShipoutPicture{\put(530,400){\rotatebox{270}{\scalebox{0.7}{\sf A simple template of project/lab report}}}}
%%%%%%%header&footer
\fancyhead[RO,LE]{\sf Title}
\fancyfoot[RO]{\rf{Number of Group}}
\fancyfoot[LE]{\lf{Number of Group}}
\fancyfoot[RE,LO]{\uni{Name of University}}
%%%%%%%%%%%%%%%%
\title{Here is the title}
\author{First Author{\rep{1}{*}}\and Second Author{\rep{2}{*}}\and Third Author{\rep{3}{*}}}
\begin{document}
\maketitle
\abstract{\textbf{Abstract:} Here is the abstract.}{keyword1, keyword2}
%%%%%%%%%%footnote
\from{Thanks}
\ftext{\rep{1}{*}First Author: Student ID xxxxx}
\ftext{\rep{2}{*}Second Author: Student ID xxxxx}
\ftext{\rep{3}{*}Third Author: Student ID xxxxx}
\more{Some information}
\newpage
%%%%%%%%%%%%%%%%
\section*{First Section}
\lettrine[lines=3]{T}{est} \lipsum[1]
\lipsum[2]
\lipsum[3]
\section*{Figure}
\lipsum[2]
\begin{strip}
\centering
\captionof{figure}{Page-wide figure in two-column mode (specific position)}
\vspace*{0.2cm}
\includegraphics[width=.3\textwidth]{example-image-a}
\end{strip}
\newpage
\section*{Table}
\lipsum[1]
\begin{strip}
\centering
\captionof{table}{Page-wide table in two-column mode (specific position)}
\vspace*{0.2cm}
{\sffamily
\begin{tabular}{cccc}
\toprule
A & A & A & A\\
\midrule
A & A & A & A\\
A & A & A & A\\
\bottomrule
\end{tabular}}
\end{strip}
\section*{From Author}
jcyxx99, usage of ``usepackage" is the basic general knowledge that every latex user should know, so try harder, nian ji yi da ba le, bie chu lai diu ren xian yan le!
\begin{thebibliography}{99}
\setlength{\itemsep}{0em}
\bibitem{1} xxxxxxx
\bibitem{2} xxxxxxx
\bibitem{3} xxxxxxx
\bibitem{4} xxxxxxx
\bibitem{5} xxxxxxx
\bibitem{6} xxxxxxx
\bibitem{7} xxxxxxx
\bibitem{8} xxxxxxx
\bibitem{9} xxxxxxx
\bibitem{10} xxxxxxx
\end{thebibliography}
\end{document}