I have herewith a document which is destined to hand notes. It allows to have printed notes on a small sized document. However the size is relatively too small. Since article has not that much options for size changing, which best possibilities might be given to increase sufficiently the size of the whole document for a better readability?
Thank you, With best regards. I wish you a good day!
\documentclass[a4paper]{article}
\usepackage{showframe}
\usepackage[tiny]{titlesec}
\usepackage[textwidth=8cm,textheight=13cm]{geometry}
\titlespacing{\section}{0.2cm}{\parskip}{-\parskip}
\setlength{\parskip}{0pt}
\leftskip=1.5em
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\sloppy
\usepackage[none]{hyphenat}
\usepackage{microtype}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\begin{document}
\section{Section 1}
Hello World
\section{Section 2}
Hello World
Bye
\end{document}
\documentclass[14pt]{extarticle}? – Fran Nov 09 '17 at 08:17