Tagged Questions
4
votes
2answers
101 views
Alignment of text in itemize environment
I would like to generate a list of "Aims" (1,2,3...etc) as the \item label, with the text for the aim located adjacent (with \hspace{Xmm}). For items that exceed the width of the line, the alignment ...
3
votes
2answers
149 views
\raggedright behavior with minipage and tabbing
In the following 3 examples a minipage with a nested tabbing environment is used to show several aligned lines of text. (This is part of a larger example.)
Output of pdflatex :
The first example ...
8
votes
2answers
437 views
Mixing enumerate and tabbing, whats wrong here?
So I can't seem to figure out whats wrong with my LaTeX file. Do you guys see anything obvious?
\documentclass[11pt]{article}
\newcommand{\df}[1]{\textbf{#1}}
\begin{document}
\section{Midterm 1}
...
4
votes
2answers
536 views
Tabbing in the \address section of the letter document class
I am writing a letter using LaTeX's letter template, in which I include my e-mail address and phone numbers in the \address section. I would like to use icons from the marvosym package instead of ...
4
votes
2answers
256 views
Tabstop-like alignment of text possible?
I'd like to format some text around a tabstop such that
what is left from the tabstop is \flushright and
the text that is right from the line is \flushright. The Tabstop is at a specific position, ...