General ⇒ Two colomn or multiple column through out the article
Two colomn or multiple column through out the article
The above is very needful for me. Please be kind enough to help be in this regard. I am a layman in tex. So please help me in details.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Two colomn or multiple column through out the article
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[includeheadfoot,margin=2cm]{geometry}
\usepackage{multicol}
\usepackage{blindtext}
\usepackage{lmodern}
\usepackage{microtype}
\title{A custom layout}
\author{pallav}
\begin{document}
\maketitle
\noindent
\begin{minipage}[t]{0.32\linewidth}
\textbf{Keywords:} The quick brown fox jumps over the lazy dog.
\end{minipage}
\hfill
\begin{minipage}[t]{0.64\linewidth}
\textbf{Abstract:} \blindtext
\end{minipage}
\bigskip
\begin{multicols}{2}
\blinddocument
\end{multicols}
\end{document}
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10