
but I need to add some space under the title to get the baselines to be aligned. Can you help me out please?
Note:
My image is 851x571 in size.
I've tried using gridset but it didn't work, so I didn't use it in the MWE.
MWE:
Code: Select all
\documentclass{scrartcl}
\usepackage{lipsum}
\usepackage[utf8]{inputenx}
\usepackage{microtype}
\usepackage[top=57.7029pt,left=40.8pt,right=40.8pt,bottom=57.7029pt]{geometry}
\usepackage{graphicx}
\usepackage[dvipsnames,svgnames,x11names,table]{xcolor}
\usepackage{titling}
\setlength{\droptitle}{-31.5pt}% aligns the top of the title with the top of the right column
\preauthor{}
\author{}
\postauthor{}
\predate{}
\date{}
\postdate{}
\pretitle{\noindent\bfseries\fontsize{40pt}{0pt}\selectfont}
\title{Title}
\posttitle{\vspace{0pt plus 13.6pt}}
\usepackage{multicol}
\setlength{\columnsep}{20.4pt}
\setlength{\columnseprule}{.4pt}
\usepackage{lettrine}
\renewcommand{\LettrineTextFont}{\upshape}
\renewcommand{\LettrineFontHook}{\color[gray]{0.5}}
\setcounter{DefaultLines}{3}
\usepackage[osfI,sups]{XCharter}
\usepackage[T1]{fontenc}
\frenchspacing
\setlength{\parskip}{0pt}
\setlength{\parindent}{1em}
\begin{document}
\begin{figure}[t]
\includegraphics[width=\textwidth]{picture2}
\end{figure}
\begin{multicols}{2}
\maketitle
\lettrine{L}{orem} \lipsum
\end{multicols}
\end{document}