Answers for "width the size of text"

CSS
0

text size

documentclass[12pt,a4paper]{report}
usepackage{graphicx}
begin{document}
begin{titlepage}
	centering
	includegraphics[width=0.15textwidth]{example-image-1x1}parvspace{1cm}
	{scshapeLARGE Columbidae University par}
	vspace{1cm}
	{scshapeLarge Final year projectpar}
	vspace{1.5cm}
	{hugebfseries Pigeons love dovespar}
	vspace{2cm}
	{Largeitshape John Birdwatchpar}
	vfill
	supervised bypar
	Dr.~Mark textsc{Brown}

	vfill

% Bottom of the page
	{large todaypar}
end{titlepage}
end{document}
Posted by: Guest on April-27-2021

Code answers related to "width the size of text"

Browse Popular Code Answers by Language