Below is the preamble that I typically use (also used for a book class document) and a small text example. Any advice is appreciated.
Code: Select all
\documentclass{article}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage[a4paper, total={7in, 10in}]{geometry}
\usepackage{graphicx}
\usepackage[english] {babel}
\usepackage{blindtext}
\usepackage[section]{placeins}
\usepackage{subcaption}
\usepackage[colorlinks]{hyperref}
\pagestyle {empty}
\usepackage[labelformat=empty]{caption}
\usepackage {wrapfig}
\usepackage{microtype}
\usepackage{parskip}
\usepackage{geometry}
\titleformat*{\section}{\fontsize{12}{14}\selectfont}
\raggedright
\begin{document}
\pagecolor{yellow!30}
Unlike the "rollers" and "combers" , "dumpers" an Argus Junior supplement by 'Handicraft' said no.
\end{document}
[\code]