Page LayoutAlign columns baselines in multicol (with gridset?)

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Arch Stanton
Posts: 1
Joined: Mon Jun 29, 2015 5:16 pm

Align columns baselines in multicol (with gridset?)

Post by Arch Stanton »

Hello, I'm trying to get this layout to work
Image
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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply