Text Formattingenvbig | Envelope Size

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
arobase
Posts: 33
Joined: Sat Apr 14, 2012 7:46 pm

envbig | Envelope Size

Post by arobase »

This leaves a big gap before printing from/to. And how can I ensure it matches a 240mm×150mm envelope?

Code: Select all

\documentclass[12pt,envelope]{article}
\usepackage[english]{babel}
\usepackage{envbig}

\from{John\\ address\\ city/state}
\to{Peter\\ address\\ city/state}

\begin{document}
\envelope
\end{document}

Recommended reading 2024:

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

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

Post Reply