How to change distances?
Thank you
Jim.
Code: Select all
\begin{multicols}{4}
my text ...
\endmulticols}
Code: Select all
\begin{multicols}{4}
my text ...
\endmulticols}
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
\columnsep
length, such as:\setlength{\columnsep}{1cm}
Code: Select all
\tiny \color{white}
\begin{multicols}{6}
\setlength{\columnsep}{5cm}
\setlength{\columnseprule}{0.1mm}
my text ...
multicols
environment. Such as here:
Code: Select all
\documentclass[landscape]{article}
\usepackage{geometry}
\usepackage{ragged2e}
\usepackage{multicol}
\usepackage{blindtext}
\begin{document}
\tiny\RaggedRight
\setlength{\columnsep}{5cm}
\setlength{\columnseprule}{0.1mm}
\begin{multicols}{4}
\noindent\blindtext
\end{multicols}
\end{document}
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