Page LayoutSuccess story layout

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
User avatar
damianjb
Posts: 11
Joined: Tue Feb 04, 2014 1:42 pm

Success story layout

Post by damianjb »

Hi, I would like to make a success story in A4 similar to http://images.autodesk.com/adsk/files/p ... _final.pdf

Which Class and packages would you recommend?
To see a world in a grain of sand,
And a heaven in a wild flower,
Hold infinity in the palm of your hand,
And eternity in an hour.

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Success story layout

Post by Johannes_B »

First thing coming to mind would be an article class, like scrartcl (from KOMA-script) using a two column layout with a large marginpar column (or even scrlayer-notecolumn).

Or you use package textpos and position every paragraph manually.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
damianjb
Posts: 11
Joined: Tue Feb 04, 2014 1:42 pm

Success story layout

Post by damianjb »

Johannes_B wrote:First thing coming to mind would be an article class, like scrartcl (from KOMA-script) using a two column layout with a large marginpar column (or even scrlayer-notecolumn).

Or you use package textpos and position every paragraph manually.
I will try that tonight and let you know.
Thanks.
To see a world in a grain of sand,
And a heaven in a wild flower,
Hold infinity in the palm of your hand,
And eternity in an hour.
User avatar
damianjb
Posts: 11
Joined: Tue Feb 04, 2014 1:42 pm

Re: Success story layout

Post by damianjb »

Johannes, textpos is EXACTLY what I need.
So many useful packages out there.
Thank you!
To see a world in a grain of sand,
And a heaven in a wild flower,
Hold infinity in the palm of your hand,
And eternity in an hour.
Post Reply